﻿@charset "utf-8";
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { font-family: "PingFang SC","Microsoft YaHei","STSong","SimSun",Arial,sans-serif, Arial; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-size: 14px; line-height: 1.5; color: #666; background-color: #fff; height: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
svg:not(:root) { overflow: hidden; }

a { background: transparent; text-decoration: none; color: #333; }
a:active { outline: 0; opacity: 0.85; }
a:hover { color: #bfa169; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; vertical-align: middle; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

input, textarea, button { border: 0; margin: 0; padding: 0; }
textarea { resize: none; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; padding: 0; font-weight: normal; }
ul, ol, li, dl, dd { margin: 0; padding: 0; }
ul, ol { list-style: none; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
select { appearance: none; -moz-appearance: none; -webkit-appearance: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

input::-moz-placeholder, textarea::-moz-placeholder { color: #999; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999; }

.clearfix { *zoom: 1; clear: both; }
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
.clearfix:after { clear: both; }

.fl, .left { float: left; }
.fr, .right { float: right; }
.tr { text-align: right; }
.tl { text-align: left; }
.tc { text-align: center; }
.rel { position: relative; }
.abs { position: absolute; }
.fixed { position: fixed; }
.ov { overflow: hidden; }
.page { overflow: hidden; }
.container { margin: 0 auto; width: 1280px; }
/** 
 **   
 **/
/******header style start******/
#Header { height: 200px; }
.Header-top { background: #4f4f4f; font-size: 14px; color: #ccc; line-height: 38px; }
.Header-top a { font-size: 14px; color: #ccc; margin-left: 15px; }
.Header-top a:hover { color: #d4a959; }
.Header-main { padding: 10px 0; }
.Header-main .logo { padding:0px 0; }
.Header-main .logo-text { display: inline-block; padding-top:20px;}
.Header-main .logo-text strong { display: block; font-size: 18px; color: #000; line-height: 25px; }
.Header-main .logo-text span { display: block; font-size: 14px; color: #666; line-height: 25px; }
.Header-main .logo1 { padding-right: 15px; border-right: 1px solid #eee; display: inline-block; margin-right: 20px; }
.Header-main .hotline { margin-left: 15px; }
.Header-main .hotline span { padding-top: 4px; font-size: 16px; display: block; line-height: 26px; background: url('../images/icon_phone.jpg') no-repeat right 150px bottom; }
.Header-main .hotline strong { font-size: 38px; color: #bfa169; line-height: 50px; font-family: 'DINCond-Mediumf17bc02ea5a8d'; }
.Header-nav { border-top: 1px solid #d6d6d6; position: relative; left: 0; top: 0; width: 100%; background: #fff; z-index: 999; }
.Header-nav.fixed { position: fixed; box-shadow: 0 0 5px #999; }
.nav-ul { display: flex; text-align: center; }
.nav-ul .nav-li { float: left; width: 14.28%; flex-grow: 1; position: relative; }
.nav-ul .nav-li::after { content: ""; display: block; position: absolute; left: 0; top: 15px; width: 1px; height: 30px; background: #e2e2e2; }
.nav-ul .nav-li:first-child::after { display: none; }
.nav-ul .nav-li > a { font-size: 16px; color: #333; line-height: 70px; display: block; transition: all 0.3s linear; }
.nav-ul .nav-li.active > a { background: #4f4f4f; color: #fff; }
.nav-ul .nav-li.active::after { display: none; }
.nav-li .nav-down { display: none; position: absolute; left: 0; top: 70px; width: 100%; z-index: 99; background-image: url('../images/bg-col.png'); text-align: center; overflow: hidden; box-shadow: 1px 1px 5px #888; }
.nav-li .nav-down li { float: none; display: block; width: 100%; }
.nav-li .nav-down li a { font-size: 14px; line-height: 40px; color: #fff; display: block; transition: all 0.1s linear; }

/*手机版菜单按钮点击效果样式*/
.menu-bar { position: absolute; display: none; right: 15px; top: 50%; margin-top: -12px; -webkit-transition: -webkit-transform .25s ease-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; -webkit-transition: top .25s ease-in-out; transition: transform .25s ease-out; transition: top .25s ease-in-out; }
.menu-bar .btn-menu { display: block; box-sizing: border-box; width: 30px; text-align: center; text-decoration: none; border-bottom: none; }
.menu-bar .btn-menu .menu-line { display: block; width: 30px; height: 3px; margin: 8px auto; border-radius: 2px; background-color: #c0a16a; }
.menu-bar .btn-menu .menu-line.menu-line-top { margin-top: 0; -webkit-transition: -webkit-transform .25s ease-out, background-color .25s ease-out; transition: transform .25s ease-out, background-color .25s ease-out; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: 0 50%; -ms-transform-origin: 0 50%; transform-origin: 0 50%; }
.menu-bar.is-open .btn-menu .menu-line.menu-line-top { width: 36px; -webkit-transform: rotate(45deg) translate(-1px, -1px) scaleX(1); -ms-transform: rotate(45deg) translate(-1px, -1px) scaleX(1); transform: rotate(45deg) translate(-1px, -1px) scaleX(1); background-color: #c0a16a; }
.menu-bar .btn-menu .menu-line.menu-line-middle { -webkit-transition: opacity .25s ease-out, background-color .25s ease-out; transition: opacity .25s ease-out, background-color .25s ease-out; opacity: 1; }
.menu-bar.is-open .btn-menu .menu-line.menu-line-middle { opacity: 0; }
.menu-bar .btn-menu .menu-line.menu-line-bottom { margin-bottom: 0; -webkit-transition: -webkit-transform .25s ease-out, background-color .25s ease-out; transition: transform .25s ease-out, background-color .25s ease-out; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: 0 50%; -ms-transform-origin: 0 50%; transform-origin: 0 50%; }
.menu-bar.is-open .btn-menu .menu-line.menu-line-bottom { width: 36px; -webkit-transform: rotate(-45deg) translate(-2px, 1px) scaleX(1); -ms-transform: rotate(-45deg) translate(-2px, 1px) scaleX(1); transform: rotate(-45deg) translate(-2px, 1px) scaleX(1); background-color: #c0a16a; }
/* Header 样式end */

@media (min-width: 1024px) {
    .nav-ul .nav-li:hover > a { background: #4f4f4f; color: #fff; }
    .nav-ul .nav-li:hover::after { display: none; }
    .nav-li .nav-down li:hover a { background: #bfa169; }
}
/******header style end******/
/** 
 **   
 **/
/******footer style start******/
.footer { background: #ebebeb;overflow:hidden;}
.footer .main { padding: 40px 0; }
.footer .main .left { width: 65%; }
.footer .main .right { width: 32%; }
.footer .main .right p { font-size: 16px; color: #000; line-height: 30px; margin-bottom: 10px; }
.footer .main .wechat { text-align: center; }
.footer .main .hotline { text-align: right; }
.footer .main .hotline strong { font-size: 32px; color: #bfa169; font-family: 'DINCond-Mediumf17bc02ea5a8d'; display: block; line-height: 40px; }
.footer .main .hotline .layer-btn { margin-top: 20px; color: #fff; }
.f-nav li { float: left; margin-right: 80px; }
.f-nav li.fist { width: 200px; margin-right: 40px; }
.f-nav dt { margin-bottom: 10px; }
.f-nav dt a { font-size: 16px; color: #000; line-height: 30px; }
.f-nav dd a { line-height: 2; }
.f-nav .pro dd { float: left; min-width: 100px; }
.footer .bottom { padding: 25px 0; border-top: 1px solid #ccc; }

.fixedkf { position: fixed; right: 0; top: 30%; z-index: 99; background: #4c4b49; box-shadow: 0 0 5px #888; color: #fff; border-bottom-left-radius: 5px; border-top-left-radius: 5px; }
.fixedkf .child { width: 80px; border-bottom: 1px solid #333333; border-top: 1px solid #636362; }
.fixedkf .kf01 { border-top: none; }
.fixedkf .fixedTop { border-bottom: none; }
.fixedkf a { color: #fff; display: block; padding: 10px; text-align: center; }
.fixedkf .kf-cn { font-size: 14px; color: #fff; line-height: 30px; display: block; text-align: center; }
.fixedkf .fixedTop { display: none; }
.fixedkf .fixedTop.show { display: block; }
/*layer*/
body .layui-layer { box-shadow: none; background: none; }
#offer { height: 460px; }
#call { height: 390px; }
.layer-container { padding: 20px 70px; width: 620px; background: #fff; position: relative; border-radius: 5px; }
.close-btn { position: absolute; right: 5px; top: 5px; width: 30px; height: 30px; background: url('../images/icon_close.jpg') no-repeat center center; border-radius: 50%; cursor: pointer; }
.layer-inner .title { font-size: 30px; color: #000; line-height: 50px; text-align: center; margin-bottom: 20px; font-weight: bold; }
.layer-inner .title span { font-weight: 500; font-size: 14px; margin-left: 15px; }
.pupform .text { font-size: 14px; color: #000; line-height: 30px; margin-bottom: 20px; text-align: center; }
.pupform input { width: 100%; margin-bottom: 15px; padding: 10px; border: 1px solid #e7e7e7; height: 50px; }
.pupform .btn-form { display: block; width: 170px; height: 50px; text-align: center; line-height: 50px; color: #fff; background: #000; margin: 10px auto; }
.fixedQcrod p { font-size: 14px; color: #fff; text-align: center; line-height: 3; }
/******footer style end******/
/** 
 **   
 **/
/******index style start******/
body { overflow-x: hidden; }
#banner { position: relative; overflow: hidden; }
#banner .owl-theme .owl-controls .owl-nav [class*=owl-] { position: absolute; top: 50%; width: 60px; height: 60px; margin-top: -30px; transition: all 0.3s linear; opacity: 0; filter: alpha(opacity=0); z-index: 99; }
#banner .owl-theme .owl-controls .owl-nav .owl-prev { left: -100px; background: rgba(0,0,0,0.5) url('../images/icon_left.png') no-repeat center center; }
#banner .owl-theme .owl-controls .owl-nav .owl-next { right: -100px; background: rgba(0,0,0,0.5) url('../images/icon_right.png') no-repeat center center; }
#banner .owl-theme .owl-dots { position: absolute; left: 0; bottom: 10px; text-align: center; width: 100%; }
#banner .owl-theme .owl-dots .owl-dot { width: 12px; height: 12px; margin: 5px; }
#banner .owl-theme .owl-dots .owl-dot span { width: 12px; height: 12px; border: 2px solid #c5bdbd; background: none; border-radius: 50%; }
#banner .owl-theme .owl-dots .owl-dot.active span, #banner .owl-theme .owl-dots .owl-dot:hover span { background: #fff; }
.ban-form { position: absolute; left: 0; top: 0; width: 100%; height: 0; z-index: 90; }
.myform { float: left; margin-top: 70px; background: rgba(0,0,0,0.5); padding: 25px 28px; width: 330px; border-radius: 5px; overflow: hidden; text-align: center; }
.myform .form-title { font-size: 24px; color: #fff; padding-bottom: 10px; position: relative; margin-bottom: 24px; }
.bottom-line { position: absolute; left: 50%; height: 2px; bottom: 0; margin-left: -45px; width: 90px; background: #d4a959; }
.myform .form-item { margin-bottom: 20px; }
.myform .form-item input { width: 90%; background: #fff; border-radius: 5px; padding: 0 10px 0 25px; display: block; line-height: 50px; font-size: 14px; color: #666; }
.myform .form-item .btn-form { background: #d4a959; color: #fff; font-weight: bold; font-size: 20px; line-height: 50px; width: 100%; border-radius: 5px; }
.myform .notes-text { color: #fff; }
.myform .notes-text span { font-family: Arial; font-size: 20px; }

@media (min-width: 1200px) {
    #banner:hover .owl-theme .owl-controls .owl-nav .owl-prev { left: 100px; opacity: 1; filter: alpha(opacity=100); }
    #banner:hover .owl-theme .owl-controls .owl-nav .owl-next { right: 100px; opacity: 1; filter: alpha(opacity=100); }
}

.ys-box li { position: relative; float: left; width: 25%; padding: 18px 20px 28px 20px; padding-left: 90px;}
.ys-box li img { position: absolute; left: 0; top: 18px; }
.ys-box li h3 { font-size: 16px; color: #333; line-height: 30px; font-weight: bold; }
.index-title { text-align: center; padding: 20px 0; background-repeat: no-repeat; background-position: center; }
.index-title h2 { color: #000; font-weight: bold; font-size: 36px; }
.index-title p { font-size: 16px; color: #666; margin: 10px 0; }
.index-product { background: #efefef; padding: 30px 0 60px; }
.index-product h2 { font-size: 30px; margin-bottom: 20px; }
.index-product h2 .en { display: block; font-size: 14px; color: #666; font-family: Arial; font-weight: 100; }
.region-left { float: left; width: 21.88%; }
.region-right { float: right; width: 74.68%; }
.sidebar { margin-bottom: 22px; box-shadow: 0 0 10px rgba(0,0,0,0.17); border-top-right-radius: 15px; }
.sidebar-title { padding: 30px 0 20px 25px; line-height: 28px; font-size: 18px; color: #fff; font-weight: bold; background: url('../images/titlebg.png') no-repeat right bottom; }
.sidebar-ul { background: #fff; }
.sidebar-ul .firstli { padding: 14px 20px 14px 25px; border-bottom: 1px solid #e7e7e7; }
.sidebar-ul .afirst { font-size: 18px; color: #666; line-height: 40px; display: block; }
.sidebar-ul .afirst .icon-right1 { float: right; }
.sidebar-ul .subnav a { display: inline-block; font-size: 14px; line-height: 30px; color: #666; margin-right: 30px; }
.region-hotline { padding: 40px 0 30px; text-align: center; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.17); }
.region-hotline h3 { font-size: 16px; color: #666; }
.region-hotline span { margin: 10px 0; display: block; color: #ccc; }
.region-hotline p { font-size: 18px; color: #bfa169; line-height: 30px; }
.region-hotline img { margin-top: 15px; }
.pro-list { margin: -14px; }
.pro-list li { float: left; width: 33.33%; }
.pro-item { margin: 14px; background: #fff; transition: all 0.3s linear; box-shadow: 0 0 15px rgba(0,0,0,0.15); border: 1px solid rgba(255,255,255,0); box-sizing: border-box; }
.pro-item .pic { overflow: hidden;height:100%;}
.pro-item .pic img { width: 100%; transition: all 0.5s linear;height: 210px;}
.pro-item .intro { padding: 20px 20px 15px; background: url('../images/icon-jiao.jpg') no-repeat right bottom; }
.pro-item .intro h4 { font-size: 16px; color: #000; line-height: 30px; }
.pro-item .intro p { color: #000; font-weight:bold}

@media (min-width: 1200px) {
    .sidebar-ul .afirst:hover { color: #d4a959; }
    .sidebar-ul .subnav a:hover { color: #d4a959; }
    .pro-item:hover .pic img { transform: scale(1.1); }
    .pro-item:hover { border: 1px solid #bfa169; box-sizing: border-box; }
    .pro-item:hover .intro h4 { color: #bfa169; }
}

.why { padding: 50px 0 60px; }
.why .main { position: relative; }
.why .middle { padding-top: 100px; text-align: center; height: 600px; position: relative; background: url('../images/why.jpg') no-repeat left 190px center; }
.why .middle h3 { font-size: 28px; color: #262626; font-weight: bold; margin-bottom: 10px; }
.golden-color { color: #bfa169; }
.why .middle p { font-size: 16px; color: #393939; line-height: 30px; margin-bottom: 15px; }
.why .middle .phone { font-size: 48px; color: #bfa169; font-family: Arial; display: block; }
.layer-btn { width: 192px; height: 46px; background: #bfa169; display: block; margin: 0 auto; color: #fff; line-height: 46px; text-align: center; }
.layer-btn .icon-chizi { font-size: 22px; margin-right: 5px; }
.why .layer-btn { color: #fff; }
.why .item { position: absolute; }
.why .item .nub { display: none; }
.why .item h4 { font-size: 20px; color: #333; font-weight: bold; }
.why .item p { font-size: 16px; color: #666; }
.why .item1 { top: 37px; left: 1050px; }
.why .item2 { top: 254px; left: 1076px; }
.why .item3 { top: 475px; left: 1050px; }
.why .item4 { top: 37px; right: 1040px; text-align: right; }
.why .item5 { top: 255px; right: 1090px; text-align: right; }
.why .item6 { top: 470px; right: 1050px; text-align: right; }

.index-case { background: #f8f8f8; padding: 50px 0 20px; }
.index-case .index-title { background-image: url('../images/case_tbg.png'); }
.see-more { }
.case-owl { /*margin: 0 20px;*/ }
.case-owl .item { position: relative; padding: 40px 40px 80px; }
.case-owl .item .pic { width: 60%; }
.case-owl .item .intro { position: absolute; bottom: 40px; right: 40px; width: 50%; padding: 60px; height: 468px; z-index: 90; background: #fff; box-shadow: 1px 1px 40px rgba(0,0,0,0.1); }
.case-owl .item h3 { font-size: 24px; color: #bfa169; margin-bottom: 10px; font-weight: bold; }
.case-owl .item .pro-lable { font-size: 16px; color: #666; margin-left: -10px; margin-bottom: 20px; }
.case-owl .item .pro-lable span { margin: 0 10px; }
.case-owl .item p { font-size: 14px; line-height: 1.8; }
.case-owl .item .see-more { position: absolute; left: 60px; bottom: 100px; font-size: 18px; color: #000; font-weight: bold; display: inline-block; padding-right: 15px; background: url(../images/icon_cur.jpg) no-repeat right center; }
.case-owl .item .see-more:hover { color: #bfa169; }
.index-case .case-owl .owl-controls .owl-nav [class*=owl-] { margin: 0; position: absolute; bottom: 40px; width: 60px; height: 60px; transition: all 0.3s linear; z-index: 99; border-radius: none; }
.index-case .case-owl .owl-controls .owl-nav .owl-prev { right: 50%; margin-right: 40px; background: #bfa169 url('../images/icon_left.png') no-repeat center center; }
.index-case .case-owl .owl-controls .owl-nav .owl-next { left: 50%; margin-left: -40px; background: #000 url('../images/icon_right.png') no-repeat center center; }

.index-wdys { padding: 40px 0; background: #eeebe6; }
.index-wdys .index-title { margin-bottom: 80px; position: relative; background-image: url('../images/ys_tbg.png'); }
.index-wdys .index-title .foot-line { position: absolute; left: 50%; width: 30px; height: 2px; margin-left: -15px; bottom: 10px; background: #000; display: block; }
.index-wdys .holine { position: absolute; left: 50%; top: -28px; margin-left: -123px; font-family: Arial; box-shadow: 1px 1px 20px rgba(196,154,108,0.8); text-align: center; line-height: 56px; color: #fff; font-size: 24px; width: 246px; height: 56px; background: #bfa169; }
.index-wdys .holine i { font-size: 24px; margin-right: 10px; }
.index-wdys .main { background-image: url('../images/dotbg.png'); padding: 0 15px 15px; }
.index-wdys .content { background: #fff; padding: 0 75px 70px; position: relative; z-index: 2; margin-top: -15px; }
.ys-item { border-bottom: 1px dashed #a8a8a8; overflow: hidden; }
.ys-item h3 { font-size: 20px; line-height: 30px; margin-bottom: 20px; }
.ys-item h3 img { float: left; margin-right: 15px; }
.ys-item h3 strong { font-size: 24px; color: #000; display: block; }
.ys-item p { font-size: 16px; color: #333; margin-bottom: 10px; }
.ys-item.itema .pic { float: right; }
.ys-item.itema .intro { padding-top: 70px; float: left; }
.ys-item.itemb .pic { float: left; }
.ys-item.itemb .intro { padding-top: 80px; float: right; padding-right: 60px; }
.ys-item.item2 { margin-top: 40px; float: left; width: 49%; border-bottom: none; border-right: 1px dashed #a8a8a8; }
.ys-item.item2 .pic { margin-bottom: 20px; }
.ys-item.item2 .intro { padding-left: 20px; }
.ys-item.last { border-right: none; }
.ys-item.last .intro { padding-left: 110px; }
.index-partner { padding: 30px 0 40px; }
.index-partner .index-title { background-image: url('../images/patner_tbg.png'); }
.partner li { float: left; width: 16.66%; }
.partner li a { margin: 10px; box-shadow: 0 0 5px rgba(0,0,0,0.17); display: block; overflow: hidden; }
.partner li img { width: 100%; transition: all 0.3s linear; }
.partner li a:hover img { transform: scale(1.1); }
.index-about { padding: 50px 0; color: #fff; background-image: url(../images/aboutbg.jpg); background-attachment: fixed; background-repeat: no-repeat; background-position: top 60px center; }
.index-about .index-title { background-image: url('../images/about_tbg.png'); }
.index-about .index-title h2 { color: #fff; }
.Alist { margin-bottom: 40px; }
.Alist li { float: left; width: 33.33%; text-align: center; }
.Alist li strong { font-size: 72px; display: block; font-family: 'DINCond-Mediumf17bc02ea5a8d'; line-height: 80px; }
.about-text { font-size: 16px; line-height: 2; margin: 0 30px 50px; }
.myform2 { margin: 0 20px; }
.myform2 .form-item { float: left; margin: 0 7px; }
.myform2 input { background: #fff; width: 320px; height: 40px; line-height: 30px; padding: 10px; }
.myform2 button { background: #bc9e65; font-size: 16px; color: #fff; font-weight: bold; width: 150px; height: 60px; }
.index-news { padding: 30px 0 50px; }
.index-news .index-title { background-image: url('../images/news_tbg.png'); margin-bottom: 30px; }
.news-box { border: 1px solid #eee; border-right: 0; }
.news-box .box { float: left; width: 29%; border-right: 1px solid #eee; padding: 27px; }
.box-top { margin-bottom: 15px; overflow: hidden; }
.box-top h3 { font-size: 18px; color: #3e3e3e; line-height: 30px; float: left; }
.box-top a { font-size: 14px; line-height: 30px; float: right; }
.box-top a i { margin-left: 10px; font-style: normal; background: #cca981; width: 18px; height: 18px; border-radius: 5px; display: block; color: #fff; text-align: center; line-height: 18px; float: right; margin-top: 6px; }
.news-ul { margin-top: 20px; }
.news-ul li a { font-size: 14px; color: #333; line-height: 30px; display: block; overflow: hidden; }
.news-ul li abbr { display: block; float: left; width: 75%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.news-ul li .date { font-size: 14px; float: right; display: block; width: 25%; text-align: right; }
.news-ul li a:hover { color: #bfa169; }
.index-news .see-all { display: block; width: 110px; height: 40px; font-size: 16px; line-height: 40px; text-align: center; margin: 40px auto 0; background: #c49a6c; color: #fff; box-shadow: 1px 1px 20px rgba(196,154,108,0.8); }

.links { background: #f9f9f9; padding: 20px 0; }
.links span { line-height: 30px; }
.links a { margin-right: 15px; line-height: 30px; }
/******index style end******/
/** 
 **   
 **/
/******Detail page******/
.Detail-banner { height: 266px; background-position: center; color: #fff; overflow: hidden; text-align: center; }
.Detail-banner h2 { margin-top: 70px; font-size: 36px; font-weight: bold; margin-bottom: 10px; }
.Detail-banner p { font-size: 16px; }
.Detail-page { padding: 30px 0 60px; background: #f5f5f5; }
.Detail-top { background: #fff; margin-bottom: 30px; padding: 10px 20px; overflow: hidden; }
.Detail-top h3 { float: left; font-size: 18px; line-height: 30px; color: #d4a959; font-weight: bold; padding-left: 15px; position: relative; }
.Detail-top h3 .line { position: absolute; left: 0; top: 5px; width: 4px; height: 20px; background: #d4a959; }
/****** location--style ******/
.location { height: 30px; }
.location span.title { /*display: none;*/ }
.location span.space { font-size: 14px; color: #999; display: inline-block; }
.location span.space a { font-size: 14px; color: #999; line-height: 30px; display: inline-block; margin: 0 10px; text-transform: uppercase; }
.location span.space a.aHome { margin: 0; margin-right: 10px; }
.location span.space a:hover { color: #d4a959; }
.location span.space span { font-size: 14px; color: #999; line-height: 30px; display: inline-block; margin: 0 15px; text-transform: uppercase; }

/****** Detail-share-style ******/
.Detail-share { text-align: center; }
.share { text-align: center; margin: 0 auto; }
.share .share-name { float: left; font-size: 14px; color: #333; line-height: 30px; }
.share .bdsharebuttonbox { float: left; }
.share .bdsharebuttonbox a { overflow: hidden; float: right; margin: 2px 2px; border-radius: 50%; width: 26px; height: 26px; }
.share .bds_more { background: url('../images/icon-more.jpg') no-repeat center center !important; }
.share .bds_tsina { background: url('../images/icon-weibo.jpg') no-repeat center center !important; }
.share .bds_weixin { background: url('../images/icon-weixin.jpg') no-repeat center center !important; }
.share .bds_qzone { background: url('../images/icon-qq.jpg') no-repeat center center !important; background-image: url('../images/icon-qq.jpg'); }
.share .bds_tqq { background: url('../images/icon-qqkj.jpg') no-repeat center center !important; background-image: url('../images/icon-qqkj.jpg'); }

/****** css3--transition--style ******/
.trst5s { transition: all 0.5s linear; -o-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.trst3s { transition: all 0.3s linear; -o-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; }

/****** pager--style ******/
#SC_pager { text-align: center; }
#SC_pager .pages { margin: 20px 0; }
#SC_pager .pages a {display: inline-block;text-align: center;font-size: 12px;line-height: 30px;color: #000;background: #f0f0f0;margin: 0 5px 10px 0;height: 30px;min-width: 25px;font-weight: bold;cursor: pointer;padding: 0 10px;}
#SC_pager .pages a.pgnext, #dcms_pager .pages a.pgnext { padding: 0 10px; font-weight: 100; font-size: 18px; font-family: "宋体"; }
#SC_pager .pages a.pgempty { display: inline-block; text-align: center; font-size: 12px; line-height: 50px; color: #333; height: 50px; padding: 0 10px; cursor: pointer; }
#SC_pager .pages .pgcurrent { background: #000; color: #fff; }
#SC_pager .pages a:hover { background: #000; color: #fff; }
#SC_pager .pages a:first-child, #dcms_pager .pages a:last-child { display: none; }







.Up-Down-page { position: relative; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 20px; width: 100%; margin: 30px 0; box-sizing: border-box; }
.Up-Down-page .prev { float: left; }
.Up-Down-page .next { float: right; }
.Up-Down-page a { font-size: 14px; color: #666666; line-height: 26px; display: block; }
.Up-Down-page .prev a { background: url('../images/icon_leftnews.png') no-repeat left center; padding-left: 20px; }
.Up-Down-page .next a { background: url('../images/icon_rightnews.png') no-repeat right center; padding-right: 20px; }
.Up-Down-page .Return { width: 30px; height: 30px; position: absolute; left: 50%; top: 50%; margin-left: -15px; margin-top: -15px; background: url('../images/icon_menu01.png') no-repeat center center; }

/****** product--style ******/
.myform3 { background: #fff; margin: 40px 0; overflow: hidden; padding: 30px 50px 30px 60px; }
.myform-tit { margin-bottom: 15px; }
.myform-tit h3 { font-size: 20px; color: #000; }
.myform-tit .ft16 { font-size: 16px; color: #999; }
.myform3 .myform2 { margin: 0 -12px; }
.myform3 .myform2 .form-item { margin: 0 12px; }
.myform3 .myform2 input { background: #f4f4f4; width: 280px; height: 50px; }
.myform3 .myform2 .btn-form { width: 240px; height: 50px; line-height: 50px; background: #c3a775; }
.pro-tit { font-size: 24px; color: #000; font-weight: bold; text-align: center; margin-bottom: 10px; }
.hot-products .owl-theme .owl-controls .owl-nav [class*=owl-] { position: absolute; bottom: -40px; width: 60px; height: 30px; border: 1px solid #333; border-radius: 15px; transition: all 0.3s linear; z-index: 99; }
.hot-products .owl-theme .owl-controls .owl-nav .owl-prev { right: 54%; background: url('../images/left.png') no-repeat center center; }
.hot-products .owl-theme .owl-controls .owl-nav .owl-next { left: 54%; background: url('../images/right.png') no-repeat center center; }
.hot-products .owl-theme .owl-dots { position: absolute; left: 0; bottom: -35px; text-align: center; width: 100%; }
.hot-products .owl-theme .owl-dots .owl-dot { width: 20px; height: 20px; margin: 5px; }
.hot-products .owl-theme .owl-dots .owl-dot span { width: 15px; height: 15px; border: 1px solid #000; background: none; border-radius: 50%; }
.hot-products .owl-theme .owl-dots .owl-dot.active span, #banner .owl-theme .owl-dots .owl-dot:hover span { background: #000; }

#product .sidebar-ul .afirst { padding-left: 15px; background: url('../images/dot.jpg') no-repeat left center; }
#product .location { float: right; }
.product-Introduce { overflow: hidden; background: #fff; margin-bottom: 20px; }
.product-Introduce .left { width: 57%; border: 1px solid #e6e6e6; }
.product-Introduce .right { width: 38%; padding: 34px 20px; }
.product-Introduce .owl-theme .owl-controls .owl-nav [class*=owl-] { position: absolute; top: 50%; width: 60px; height: 60px; margin-top: -30px; transition: all 0.3s linear; z-index: 99; }
.product-Introduce .owl-theme .owl-controls .owl-nav .owl-prev { left: 10px; background: rgba(0,0,0,0.3) url('../images/icon_left.png') no-repeat center center; }
.product-Introduce .owl-theme .owl-controls .owl-nav .owl-next { right: 10px; background: rgba(0,0,0,0.3) url('../images/icon_right.png') no-repeat center center; }

.pro-intro h3 { font-size: 18px; color: #000; margin-bottom: 10px; font-weight: bold; }
.pro-text { font-size: 14px; color: #666; line-height: 24px; margin-bottom: 70px; }
.consult-btn { height: 50px; background: #646361; display: block; border-radius: 5px; font-size: 16px; color: #fff; line-height: 50px; text-align: center; margin-bottom: 20px; }
.consult-btn:hover { background: #bfa169; color: #fff; }
.consult-nub { font-size: 28px; color: #d4a959; line-height: 30px; font-weight: bold; }
.consult-nub img { margin-right: 15px; float: left; }
.pro-detail { background: #fff; height: 100%;}
.pro-detail-top { border: 1px solid #e6e6e6; }
.pro-detail-top h3 { display: block; font-size: 16px; color: #fff; background: #bfa169; text-align: center; width: 190px; line-height: 60px; }
.Detail-inner { font-size: 16px; color: #666; line-height: 1.8;margin: 25px; }
.myform4 { margin: 0 50px; border-top: 1px solid #e6e6e6; margin-top: 50px; padding-top: 30px; padding-bottom: 80px; }
.myform-tit { margin-bottom: 30px; }
.myform-tit > strong { font-size: 18px; color: #bfa169; }
.myform4 .form-item { border: 1px solid #e6e6e6; margin-bottom: 15px; overflow: hidden; width: 340px; padding: 0 10px; }
.myform4 .form-item .form-label { float: left; font-size: 14px; color: #999; line-height: 50px; }
.myform4 .form-item input { height: 50px; width: 220px; }
.red { color: #ed0000; }
.myform4 .form-item.textarea { width: 500px; float: right; padding: 0; }
.myform4 .form-item textarea { height: 180px; width: 100%; padding: 10px; }
.myform4 .form-submit { border: none; padding: 0; }
.myform4 .btn-form { background: #d4a959; font-size: 16px; color: #fff; line-height: 50px; width: 100%; text-align: center; }

.case-page { background: #fff; padding: 10px 0 50px; }
.case-page .location { float: none; }
.case-nav { margin: 30px auto; text-align: center; }
.case-nav a { font-size: 16px; color: #000; line-height: 45px; width: 130px; display: inline-block; border: 1px solid #e6e6e6; margin: 0 15px; }
.case-nav a.active, .case-nav a:hover { background: #4f4f4f; color: #fff; }
.casehot-item { background: #fff; margin-bottom: 30px; box-shadow: 1px 1px 40px rgba(0,0,0,0.1); }
.casehot-item .pic { width: 52%; float: left; }
.casehot-item .intro { position: relative; float: right; width: 48%; padding: 60px; height: 468px; z-index: 90; background: #fff; }
.casehot-item h3 { font-size: 24px; color: #bfa169; margin-bottom: 10px; font-weight: bold; }
.casehot-item .pro-lable { font-size: 16px; color: #666; margin-left: -10px; margin-bottom: 20px; }
.casehot-item .pro-lable span { margin: 0 10px; }
.casehot-item p { font-size: 14px; line-height: 1.8; }
.casehot-item .see-more { position: absolute; left: 60px; bottom: 100px; font-size: 18px; color: #000; font-weight: bold; display: inline-block; padding-right: 15px; background: url(../images/icon_cur.jpg) no-repeat right center; }
.casehot-item .see-more:hover { color: #bfa169; }
.case-list { margin: 0 -12px; }
.case-list li { float: left; width: 33.33%; }
.case-item { margin: 12px; border: 1px solid #e6e6e6; }
.case-item .pic { overflow: hidden; }
.case-item .pic img { width: 100%; transition: all 0.3s linear; }
.case-item .intro { margin: 20px; }
.case-item h4 { font-size: 16px; color: #000; line-height: 40px; font-weight: bold; transition: all 0.3s linear; }
.case-item p { font-size: 14px; color: #999; margin-left: -10px; }
.case-item p span { margin: 0 10px; }
.case-item .bottom { margin: 0 20px; border-top: 1px solid #e6e6e6; padding: 20px 0; overflow: hidden; }
.case-item .bottom span { font-size: 14px; color: #333; line-height: 20px; float: left; display: block; }
.case-item .bottom .icon-r { transition: all 0.3s linear; font-style: normal; float: right; line-height: 20px; width: 20px; height: 20px; border-radius: 50%; text-align: center; }
.case-item:hover .pic img { transform: scale(1.1); }
.case-item:hover h4 { color: #d4a959; }
.case-item:hover .bottom span { color: #d4a959; }
.case-item:hover .bottom .icon-r { background: #d4a959; color: #fff; }

.caseinfo { margin-top: 40px; }
.caseinfo h1 { font-size: 30px; color: #000; line-height: 40px; margin-bottom: 10px; font-weight: bold; }
.caseinfo .case-labe { font-size: 16px; color: #666; margin-left: -10px; }
.caseinfo .case-labe span { margin: 0 10px; }
.case-bigp { margin-top: 30px; margin-bottom: 50px; }
.case-bigp .owl-theme .owl-dots { position: absolute; left: 0; bottom: -35px; text-align: center; width: 100%; }
.case-bigp .owl-theme .owl-dots .owl-dot { width: 20px; height: 20px; margin: 5px; }
.case-bigp .owl-theme .owl-dots .owl-dot span { width: 15px; height: 15px; border: 1px solid #000; background: none; border-radius: 50%; }
.case-bigp .owl-theme .owl-dots .owl-dot.active span, #banner .owl-theme .owl-dots .owl-dot:hover span { background: #000; }
.case-xmjs { margin-bottom: 20px; background: #efefef; padding: 0 20px; font-size: 18px; color: #000; line-height: 50px; font-weight: bold; }
.newsinfo { position: relative; z-index: 2; }
.news-top { border-bottom: 1px dashed #c7c7c7; padding-bottom: 20px; margin-bottom: 20px; }
.news-top h2 { font-size: 24px; margin: 0 0 10px; color: #000; font-weight: bold; }
.news-top .info span { color: #999; margin-right: 15px; }
.news-top .deta { font-family: Arial; display: block; padding-left: 20px; background: url(../images/icon_date01.png) no-repeat left center; }
.news-main { background: #fff; margin: 20px 0 0;}
.news-left { float: left; width: 70%; padding-right: 30px; border-right: 1px solid #e3e3e3; }
.news-right { float: left; width: 25%; padding-left: 30px; }
.detail-info { padding-bottom: 40px; border-bottom: 1px dashed #c7c7c7; margin-bottom: 20px; }
.detail-info p { font-size: 16px; color: #000; line-height: 1.8; margin-bottom: 15px; }
.news-tag { float: left; }
.news-tag .name { float: left; font-size: 16px; line-height: 32px; }
.news-tag span { font-size: 14px; float: left; display: block; padding: 0 25px; line-height: 32px; margin-left: 15px; border: 1px solid #000; border-radius: 20px; }
.share { float: right; }
.R-Title { position: relative; font-size: 16px; color: #333; line-height: 1; padding-left: 15px; background: url(../images/new_tit.jpg) no-repeat left 90px center; margin-bottom: 30px; }
.R-Title::after { position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: #000; display: block; content: ""; }
.Newest-list .Item { position: relative; min-height: 40px; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dashed #c7c7c7; padding-left:0px; }
.Newest-list .Item .pic { position: absolute; left: 0; top: 0; width: 125px; height: 80px; overflow: hidden; }
.Newest-list .Item .pic img { transition: all 0.3s linear; width: 100%; }
.Newest-list .Item h3 { font-size: 14px; color: #333; line-height: 20px; font-weight: 500; height: 30px; overflow: hidden; text-overflow: ellipsis; margin-bottom: 0px; }
.Newest-list .Item .date { font-size: 14px; color: #666; line-height: 20px; font-family: Arial; display: block; padding-left: 20px; background: url(../images/icon_date.png) no-repeat left center;}
.Newest-list .Item:hover .pic img { transform: scale(1.1 ); }
.Newest-list .Item:hover h3 { text-decoration: underline; }

.Related-news h2 { font-size: 20px; color: #333; font-weight: bold; line-height: 30px; margin-bottom: 20px; }
.Related-list { margin: 0 -20px; }
.Related-ul .Item { margin: 0 20px; }
.Related-ul .Item .pic { margin-bottom: 15px; overflow: hidden; }
.Related-ul .Item .pic img { width: 100%; transition: all 0.3s linear; }
.Related-ul .Item .date { font-size: 14px; color: #666; line-height: 20px; font-family: Arial; display: block; padding-left: 20px; background: url(../images/icon_date.png) no-repeat left center; }
.Related-ul .Item p { font-size: 16px; color: #333; font-weight: bold; text-decoration: none; }
.Related-ul .Item:hover p { text-decoration: underline; color: #bfa169; }
.Related-ul .Item:hover .pic img { transform: scale(1.1); }
.Related-list .owl-theme .owl-controls .owl-nav [class*=owl-] { opacity: 1; filter: alpha(opacity=100); top: -50px; left: auto; right: auto; width: 25px; height: 25px; border: 1px solid #999; border-radius: 0; }
.Related-list .owl-theme .owl-controls .owl-nav .owl-prev { position: absolute; right: 50px; background: url(../images/left.png) no-repeat center; background-size: 10px; }
.Related-list .owl-theme .owl-controls .owl-nav .owl-next { position: absolute; right: 20px; background: url(../images/right.png) no-repeat center; background-size: 10px; }
.Related-list .owl-theme:hover .owl-controls .owl-nav .owl-prev { right: 50px; left: auto; border: 1px solid #000; }
.Related-list .owl-theme:hover .owl-controls .owl-nav .owl-next { right: 20px; left: auto; border: 1px solid #000; }

#service { padding: 15px 0 60px; background: #fff; }
.ser-title { margin: 30px 0 40px; text-align: center; }
.ser-title h2 { font-size: 26px; color: #000; line-height: 40px; font-weight: bold; }
.ser-title p { font-size: 16px; color: #666; line-height: 30px; }
.ser-ul1 { margin: 0 -18px 50px; }
.ser-ul1 li { float: left; width: 25%; }
.ser-ul1 .item { margin: 0 18px; border: 1px solid #e6e6e6; padding: 40px 35px 30px; text-align: center; }
.ser-ul1 .item img { margin-bottom: 20px; }
.ser-ul1 .item strong { font-size: 20px; color: #000; line-height: 40px; display: block; }
.ser-ul1 .item p { font-size: 16px; margin-bottom: 20px; }
.ser-ul1 .item span { font-size: 30px; color: #cacaca; line-height: 40px; font-family: 'DINCond-Mediumf17bc02ea5a8d'; }

.service-box2 { background: url('../images/service_bg1.jpg') no-repeat center; padding-bottom: 40px; overflow: hidden; }
.service-box2 .ser-title h2 { color: #fff; }
.service-box2 .ser-title p { color: #fff; }
.ser-ul2 { margin: 0 -18px; }
.ser-ul2 li { float: left; width: 20%; }
.ser-ul2 .item { margin: 18px; background: #fff; height: 180px; text-align: center; position: relative; overflow: hidden; padding: 45px 25px 20px; }
.ser-ul2 .item img { margin-bottom: 15px; }
.ser-ul2 .item span { position: absolute; right: 0; top: 0; width: 49px; height: 55px; line-height: 40px; font-size: 30px; padding-left: 10px; font-family: 'DINCond-Mediumf17bc02ea5a8d'; color: #fff; background: url('../images/bzbg.jpg') no-repeat right top; }
.ser-ul2 .item strong { font-size: 16px; color: #000; line-height: 40px; display: block; }

.service-box3 { padding: 20px 0 50px; }
.ser-ul3 { margin: 0 -35px; }
.ser-ul3 li { float: left; width: 33.33%; }
.ser-ul3 .item { margin: 0 35px; padding: 20px 20px 50px; background: url('../images/fsbg.jpg') no-repeat top center; text-align: center; }
.ser-ul3 .item img { margin-bottom: 30px; }
.ser-ul3 .item h4 { font-size: 20px; color: #000; margin-bottom: 15px; font-weight: bold; }
.ser-ul3 .item p { font-size: 16px; color: #666; padding: 0 40px; }

.ser-title { font-size: 26px; color: #000; }
.ser-title strong { position: relative; }
.ser-title strong:before { display: block; content: ""; position: absolute; top: 50%; left: -80px; height: 1px; width: 58px; background: #e9dfcc; }
.ser-title strong:after { display: block; content: ""; position: absolute; top: 50%; right: -80px; height: 1px; width: 58px; background: #e9dfcc; }
.ser-form .form-item { width: 520px; margin: 0 auto 20px; }
.ser-form .form-label { float: left; font-size: 14px; color: #333; width: 100px; text-align: right; line-height: 60px; margin-right: 10px; }
.ser-form input { width: 380px; height: 35px; background: #f8f8f8; padding: 10px; }
.ser-form .btn-form { width: 150px; height: 50px; margin: 0 auto; display: block; font-size: 18px; font-weight: bold; text-align: center; background: #bfa169; color: #fff; }

#about { padding: 15px 0 20px; background: #fff; }
.about-box1 { padding: 30px 0 60px; }
.about-box1 .container { position: relative; }
.about1-pic { float: left; width: 46%; }
.about1-intro { width: 60%; position: absolute; right: 0; top: 0; }
.about1-intro h2 { font-size: 36px; color: #1d1d1d; line-height: 40px; padding-top: 20px; text-align: right; font-weight: bold; }
.about1-intro .text { background: #fff; padding-top: 50px; padding-bottom: 20px; padding-left: 35px; font-size: 16px; color: #666; line-height: 30px; }
.about1-intro .text p { margin-bottom: 10px; }

.about-box2 { padding-bottom: 60px; }
.about-box2 .title { margin-bottom: 40px; }
.about-box2 h2 { font-size: 36px; color: #1d1d1d; line-height: 40px; padding-top: 20px; margin-bottom: 20px; text-align: left; font-weight: bold; }
.about-box2 p { font-size: 20px; color: #666; line-height: 40px; }
.honor { margin: 0 -16px; position: relative; }
.honor .item { margin: 0 16px; background: #f4f4f4; padding: 30px 20px; text-align: center; }
#about .honor .owl-dots { position: absolute; left: 0; bottom: -40px; text-align: center; width: 100%; }
#about .honor .owl-dots .owl-dot { width: 20px; height: 20px; margin: 5px; }
#about .honor .owl-dots .owl-dot span { width: 12px; height: 12px; margin: 0; background: #000; border-radius: 50%; }
#about .honor .owl-dots .owl-dot.active span, #banner .owl-theme .owl-dots .owl-dot:hover span { background: #bfa169; }

.about-box3 .index-title { padding:10px; }
.about-box3 .index-title p { font-size:14px; color: #666; line-height:30px; text-align:left}


#contact { padding: 15px 0 20px; background: #fff; }
.contact { padding: 40px 0; }
.contact .left { width: 46%; }
.contact .right { width: 47%; }
.contact h2 { font-size: 30px; color: #000; margin-bottom: 20px; font-weight: bold; }
.contact form { }
.contact .form-item { border: 1px solid #e6e6e6; margin: 16px 0; }
.contact .form-item .form-inner { }
.contact .form-item .form-label { display: none; }
.contact .form-item .text {width: 93%;padding: 10px; }
.contact .form-item.f2 { width: 49%; }
.contact .form-item textarea {width: 93%; height: 200px; padding: 10px 20px; }
.contact .form-submit { margin: 40px auto 20px; border: none; }
.contact .form-submit .btn-form { font-size: 18px; background: #bfa169; line-height: 60px; box-shadow: 1px 1px 10px rgba(191,161,105,0.34); display: block; font-weight: bold; text-align: center; width: 230px; color: #fff; }
.cont { background: #f4f4f4; padding: 45px 45px 30px; }
.cont p { font-size: 16px; color: #000; font-weight: bold; margin-bottom: 10px; }
.cont .red { margin-right: 30px; }
.map img { width: 100%; }

#news { padding: 15px 0 20px; background: #fff; }
.news-nav { margin: 20px 0; background: #f7f7f7; border: 1px solid #e9e9e9; }
.news-nav li { float: left; }
.news-nav li a { font-size: 16px; color: #333; line-height: 50px; display: block; padding: 0 30px; position: relative; }
.news-nav li a::after { position: absolute; left: 50%; top: -1px; width: 0; height: 3px; display: block; content: ""; background: #bfa169; transition: all 0.3s linear; }
.news-nav li a::before { position: absolute; left: 0; bottom: -1px; width: 100%; height: 0; display: block; content: ""; background: #fff; transition: all 0.3s linear; }
.news-nav li.active a { background: #fff; }
.news-nav li.active a::after { width: 100%; left: 0; }
.news-nav li.active a::before { height: 2px; }
.newsleft { float: left; width:100%; }
.newsright { float: right; width: 27%; }
.news-item { padding: 20px 25px; overflow: hidden; transition: all 0.3s linear; }
.news-item a { display: block; overflow: hidden; }
.news-item .pic { float: left; width: 28%; overflow: hidden; }
.news-item .pic img { width: 100%; transition: all 0.3s linear; }
.news-item .intro { float: right; width:100%; }
.news-item h3 { font-size: 18px; color: #333; line-height: 30px; margin-bottom: 10px; font-weight:bold}
.news-item p { font-size: 14px; color: #999; line-height: 26px;  margin-bottom: 10px; }
.news-item .info span { color: #999; margin-right: 15px; }
#news #SC_pager { text-align:center; padding-left: 20px; }
.news-item:hover { box-shadow: 1px 5px 20px rgba(0,0,0,0.1); }
.news-item:hover h3 { color: #d4a959; }
.news-item:hover .pic img { transform: scale(1.1); }
.newsr-form { box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 30px 20px 10px; margin-bottom: 30px; }
.newsr-form .myform-tit { text-align: center; }
.newsr-form .form-item { margin-bottom: 20px; }
.newsr-form .form-item .text { height: 30px; padding: 10px; width: 93%; background: #f4f4f4; }
.newsr-form .form-item .form-label { display: none; }
.newsr-form .form-submit .btn-form { font-size: 16px; background: #c3a775; line-height: 50px; display: block; text-align: center; width: 100%; color: #fff; }
.newsr-form .form-submit p { margin-bottom: 20px; text-align: center; }
.news-fws { box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 30px 20px 10px; }
.news-fws h3 { position: relative; font-size: 20px; color: #333; font-weight: bold; text-align: center; margin-bottom: 10px; line-height: 30px; padding-bottom: 10px; }
.news-fws h3 .line { position: absolute; left: 50%; bottom: 0; width: 140px; margin-left: -70px; height: 1px; background: #d4a959; }
.news-fws p { font-size: 14px; color: #999; text-align: center; margin-bottom: 20px; }
.news-fws ul { margin-bottom: 20px; }
.news-fws li { font-size: 14px; color: #333; line-height: 30px; margin-left: 10px; padding-left: 20px; background: url(../images/lj.jpg) no-repeat left center; }

.pro-more { display: block; width: 120px; height: 40px; font-size: 16px; line-height: 40px; text-align: center; margin: 20px auto; background: #c49a6c; color: #fff; box-shadow: 1px 1px 20px rgba(196,154,108,0.8); }
.tab-nav { text-align: center; }
.tab-nav a { display: inline-block; width: 130px; height: 40px; font-size: 16px; color: #000; font-weight: bold; line-height: 40px; margin: 0; }
.tab-nav a.cur { background: #d4a959; color: #fff; }

@media (min-width: 1200px) {
    .tab-nav, .pro-more { display: none; }
}

@media (max-width: 1360px) {
    .container { width: 1200px; }
    .Header-main .logo2 { display: none; }
    .myform { margin-top: 0; }
    .myform .form-item { margin-bottom: 10px; }
}

@media (max-width: 1200px) {
    .container { width: 100%; padding: 0 20px; }
    img { max-width: 100%; }
    #Header { height: 160px; }
    .Header-top, .ban-form { display: none; }

    .fixedkf { position: fixed; top: auto; left: 0; width: 100%; bottom: 0; zoom: 1; clear: both; }
    .fixedkf .child { width: 25%; float: left; border-bottom: none; border-top: none; border-right: 1px solid #333333; border-left: 1px solid #636362; }
    .fixedkf .fixedTop { bottom: 70px; position: fixed; right: 0; width: 40px; height: 40px; border-radius: 50%; background: #4c4b49; }
    .fixedkf .fixedTop img { width: 100%; }
}

@media (max-width: 1024px) {
    body { padding: 80px 0 60px; }
    .menu-bar { display: block; }
    #Header { height: auto; }
    .Header-main { position: fixed; left: 0; width: 100%; top: 0; background: #fff; z-index: 99; box-shadow: 1px 1px 5px #888; }
    .Header-main .logo { padding: 5px 0; }
    .Header-main .logo-text { margin-left: 0; }
    .Header-main .fr { display: none; }
    .Header-nav .container { padding: 0; }
    .Header-nav { display: none; background: #fff; position: fixed; background: #fff; left: 0; top: 80px; width: 100%; height: 100%; overflow: scroll; }
    .Header-nav .nav-ul { overflow: scroll; padding-bottom: 100px; height: 100%; display: block; }
    .Header-nav .nav-li { float: none; width: 100%; position: relative; margin: 0; }
    .nav-ul .nav-li::after { display: none; }
    .Header-nav .nav-li > a { padding: 0 10px; line-height: 50px; text-align: left; }
    .Header-nav .nav-li .Down { background: url('../images/icon_hide01.png') no-repeat right 10px center; }
    .Header-nav .nav-li.cur .Down { background-image: url('../images/icon_show01.png'); color: #c0a16a; }
    .Header-nav .nav-li .nav-down { display: none; background: none; box-shadow: none; text-align: left; width: auto; position: relative; top: auto; left: auto; padding-left: 20px; }
    .Header-nav .nav-li .nav-down li a { font-size: 14px; color: #333; line-height: 40px; border-bottom: 1px solid #f1f1f1; display: block; }
    .Header-nav .nav-li .nav-down li a > .icon-Arrow { line-height: 40px; height: 40px; }
    .Header-nav .nav-li .nav-down li:hover a { color: #000; }

    .index-title h2 { font-size: 30px; }
    .ys-box li { width: 50%; }
    .ys-box li p { height: 42px; }

    .sidebar, .why { display: none; }
    .region-right, .region-left { width: 100%; }
    .region-hotline { margin: 5px; }

    .index-case .see-more { display: none; }
    .case-owl .item { padding: 0; }
    .case-owl .item .pic { width: 100%; }
    .case-owl .item .intro { height: auto; width: 100%; position: relative; top: auto; right: auto; bottom: auto; padding: 20px 20px 80px 20px; }
    .index-case .case-owl .owl-controls .owl-nav [class*=owl-] { bottom: 0; }
    .case-owl .item .see-more { position: relative; left: auto; bottom: auto; margin-top: 20px; }
    .news-box { border: none; }
    .news-box .box .pic, .box-top { display: none; }
    .news-box .box { width: 100%; float: none; padding: 0; border: none; }
    .news-ul li { border-bottom: 1px solid #e3e3e3; padding: 10px; }
    .partner li { width: 20%; }
    .links, .footer .main { display: none; }

    .ser-ul2 { margin: 0; }
    .ser-ul2 li { width: auto; float: none; }
    .ser-ul2 .owl-item .item img { width: 56px; margin: 10px auto; }
}

@media (max-width: 750px) {
    .container { padding: 0 10px; }
    body { padding-top: 60px; padding-bottom:50px; }
    .Header-main .logo { padding: 0; }
    .Header-main .logo1 { margin-right: 0; border: none; }
    .Header-main .logo1 img { height: 40px; }
    .Header-main .logo-text { display: none; }
    .Header-nav { top: 60px; }
    .fixedkf .kf-cn { display: none; }
    .index-title h2 { font-size: 26px; }
    .index-product h2 { margin-bottom: 0; }
    .pro-list li { width: 50%; }
    .pro-list { margin: 0; }
    .pro-item { margin: 5px; }
    .partner li { width: 25%; }
    .partner li a { margin: 5px; }
    .index-about { padding: 30px 0; background-position: top center; }
    .about-text { display: none; }
    .Alist li strong { font-size: 50px; }
    .index-wdys .content { padding: 20px; }
    .ys-item.item2 { margin-top: 0; width: 100%; border-right: none; border-bottom: 1px dashed #a8a8a8; }
    .ys-item h3 { font-size: 16px; margin-bottom: 10px; }
    .ys-item h3 strong { font-size: 16px; }
    .ys-item p { font-size: 14px; }
    .ys-item.itema .intro, .ys-item.itemb .intro { padding-top: 10px; padding-right: 0; padding-bottom: 20px; }
    .ys-item.last .intro, .ys-item.item2 .intro { padding: 0; }
    .ys-item.last { border-bottom: none; }
    .ys-item .pic img { max-width: 100%; }
    .myform2 .form-item { width: 100%; margin: 0; float: none; margin-bottom: 15px; }
    .myform2 input, .myform2 button { width: 100%; }
    .footer .bottom .left, .footer .bottom .right { width: auto; text-align: center; float: none; }
    .footer .bottom a { display: inline-block; }
    .tab-nav a { width: 120px; }

    .news-left { width: 100%; float: none; padding: 0; border: none; margin-bottom: 30px; }
    .news-right { width: 100%; float: none; padding: 0; }
    .caseinfo .case-labe { margin: 0; }
    .newsleft, .newsright { float: none; width: 100%; }
    .news-main { padding: 0; }

    .ser-title h2 { font-size: 20px; }
    .ser-title p { font-size: 14px; }
}

@media (max-width: 750px) {
    * { box-sizing: border-box; }
    img { max-width: 100%; }
    .index-title { background-size: 100%; }
    .region-hotline { padding: 20px 0 15px; }
    .ys-box { padding-bottom: 20px; }
    .ys-box li { float: none; min-height: 80px; width: 100%; padding: 15px 20px 20px 90px; }
    .ys-box li img { top: 10px; }
    .ys-box li p { height: auto; }

    .partner li { width: 33.33%; }
    .Alist li strong { font-size: 30px; line-height: 1.5; }

    .about1-pic { float: none; width: 100%; }
    .about1-intro { position: relative; width: 100%; }
    .about-box1 { padding-bottom: 30px; }
    .about1-intro .text { padding: 0; }
    .about1-intro h2 { font-size: 28px; }
    .about-box2 h2 { font-size: 28px; margin: 0; }
    .about-box2 p, .about-box3 .index-title p { font-size: 16px; line-height: 1.8; }
    .about-box3 .index-title { padding: 0; }

    .contact .left { margin-bottom: 30px; }
    .contact .left h2 { margin-bottom: 0; }
    .contact .left, .contact .right { float: none; width: 100%; }

    .case-list li { width: 50%; }
    .case-nav a { margin: 0 5px; }

    .news-item { padding: 10px 0; border-bottom: 1px solid #ddd; }
    .news-item .pic { display: none; }
    .news-item .intro { width: 100%; float: none; }
    .news-item .intro p { display: none; }
    .news-item .info span.source { display: none; }

    .Detail-top .location { display: none; }

    .myform3 { padding: 20px; margin: 20px auto; }
    .myform3 .myform2 .form-item { margin: 0; padding: 10px; }
    .myform3 .myform2 input, .myform3 .myform2 .btn-form { width: 100%; }
    .hot-products .owl-theme .owl-controls .owl-nav { display: none; }

    .product-Introduce .left, .product-Introduce .right { float: none; width: 100%; }
    .myform4 { margin: 20px; padding-bottom: 30px; }
    .myform4 .form-item.textarea, .myform4 .form-item { width: 100%; }
    .region-left { margin-bottom: 30px; }
    .ser-ul1 li, .ser-ul3 li { width: 50%; }
}

@media (max-width: 640px) {
    #offer { height: 430px; }
    .layer-container { width: 100%; min-width: 320px; padding: 10px; }
    .index-title h2 { font-size: 20px; }
    .index-wdys .index-title { margin-bottom: 60px; }
    .index-wdys .main { padding: 0; }
    .myform2 { margin: 0 10px; }
    .tab-nav a { width: 100px; }
    .pro-list li { width: 100%; }
    .contact .form-item.f2 { width: 100%; float: none; }
    .contact .form-submit { margin: 20px 0; }
    .cont { padding: 15px 15px; }
    .case-list li { width: 100%; }
    .case-nav, .news-nav { display: none; }
    .casehot-item { margin-top: 20px; }
    .casehot-item .pic { float: none; width: 100%; }
    .casehot-item .intro { float: none; width: 100%; padding: 20px 30px; height: auto; }
    .casehot-item .see-more { position: relative; left: auto; bottom: auto; margin-top: 15px; }

    .ser-ul1 li, .ser-ul3 li { width: 100%; margin-bottom: 20px; }
    .ser-form .form-item, .ser-form input { width: 100%; }
    .ser-form .form-label { text-align: left; line-height: 40px; }
}



.datalist {
  border: 1px solid #DEE7F9; /* 表格边框 */
  font-family: Arial;
  border-collapse: collapse; /* 边框重叠 */
  margin-bottom:20px;
}
.datalist tr:hover {
  background-color: #c4e4ff; /* 动态变色,IE6下无效！*/
}
.datalist caption {
  padding-top: 3px;
  padding-bottom: 2px;
  font: bold 1.1em;
  background-color: #f0f7ff;
  border: 1px solid #DEE7F9; /* 表格标题边框 */
}
.datalist th {
  border: 1px solid #DEE7F9; /* 行、列名称边框 */
  background-color: #d2e8ff;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.datalist td {
  border: 1px solid #DEE7F9; /* 单元格边框 */

  padding: 4px;
}










@font-face {
font-family:FontAwesome;
src:url(../fonts/fontawesome-webfont.eot);
src:url(../fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg) format("svg");
font-weight:400;
font-style:normal
}
.fa {
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.fa-lg {
	font-size:1.33333333em;
	line-height:.75em;
	vertical-align:-15%
}
.fa-2x {
	font-size:2em
}
.fa-3x {
	font-size:3em
}
.fa-4x {
	font-size:4em
}
.fa-5x {
	font-size:5em
}
.fa-fw {
	width:1.28571429em;
	text-align:center
}
.fa-ul {
	padding-left:0;
	margin-left:2.14285714em;
	list-style-type:none
}
.fa-ul>li {
	position:relative
}
.fa-li {
	position:absolute;
	left:-2.14285714em;
	width:2.14285714em;
	top:.14285714em;
	text-align:center
}
.fa-li.fa-lg {
	left:-1.85714286em
}
.fa-border {
	padding:.2em .25em .15em;
	border:.08em solid #eee;
	border-radius:.1em
}
.fa-pull-left {
	float:left
}
.fa-pull-right {
	float:right
}
.fa.fa-pull-left {
	margin-right:.3em
}
.fa.fa-pull-right {
	margin-left:.3em
}
.pull-right {
	float:right
}
.pull-left {
	float:left
}
.fa.pull-left {
	margin-right:.3em
}
.fa.pull-right {
	margin-left:.3em
}
.fa-spin {
	-webkit-animation:fa-spin 2s infinite linear;
	animation:fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation:fa-spin 1s infinite steps(8);
	animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(359deg);
	transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(359deg);
	transform:rotate(359deg)
}
}
.fa-rotate-90 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform:rotate(270deg);
	transform:rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1)
}
.fa-flip-vertical {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform:scaleY(-1);
	transform:scaleY(-1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter:none;
	filter:none
}
.fa-stack {
	position:relative;
	display:inline-block;
	width:2em;
	height:2em;
	line-height:2em;
	vertical-align:middle
}
.fa-stack-1x, .fa-stack-2x {
	position:absolute;
	left:0;
	width:100%;
	text-align:center
}
.fa-stack-1x {
	line-height:inherit
}
.fa-stack-2x {
	font-size:2em
}
.fa-inverse {
	color:#fff
}
.fa-glass:before {
	content:"\f000"
}
.fa-music:before {
	content:"\f001"
}
.fa-search:before {
	content:"\f002"
}
.fa-envelope-o:before {
	content:"\f003"
}
.fa-heart:before {
	content:"\f004"
}
.fa-star:before {
	content:"\f005"
}
.fa-star-o:before {
	content:"\f006"
}
.fa-user:before {
	content:"\f007"
}
.fa-film:before {
	content:"\f008"
}
.fa-th-large:before {
	content:"\f009"
}
.fa-th:before {
	content:"\f00a"
}
.fa-th-list:before {
	content:"\f00b"
}
.fa-check:before {
	content:"\f00c"
}
.fa-close:before, .fa-remove:before, .fa-times:before {
	content:"\f00d"
}
.fa-search-plus:before {
	content:"\f00e"
}
.fa-search-minus:before {
	content:"\f010"
}
.fa-power-off:before {
	content:"\f011"
}
.fa-signal:before {
	content:"\f012"
}
.fa-cog:before, .fa-gear:before {
	content:"\f013"
}
.fa-trash-o:before {
	content:"\f014"
}
.fa-home:before {
	content:"\f015"
}
.fa-file-o:before {
	content:"\f016"
}
.fa-clock-o:before {
	content:"\f017"
}
.fa-road:before {
	content:"\f018"
}
.fa-download:before {
	content:"\f019"
}
.fa-arrow-circle-o-down:before {
	content:"\f01a"
}
.fa-arrow-circle-o-up:before {
	content:"\f01b"
}
.fa-inbox:before {
	content:"\f01c"
}
.fa-play-circle-o:before {
	content:"\f01d"
}
.fa-repeat:before, .fa-rotate-right:before {
	content:"\f01e"
}
.fa-refresh:before {
	content:"\f021"
}
.fa-list-alt:before {
	content:"\f022"
}
.fa-lock:before {
	content:"\f023"
}
.fa-flag:before {
	content:"\f024"
}
.fa-headphones:before {
	content:"\f025"
}
.fa-volume-off:before {
	content:"\f026"
}
.fa-volume-down:before {
	content:"\f027"
}
.fa-volume-up:before {
	content:"\f028"
}
.fa-qrcode:before {
	content:"\f029"
}
.fa-barcode:before {
	content:"\f02a"
}
.fa-tag:before {
	content:"\f02b"
}
.fa-tags:before {
	content:"\f02c"
}
.fa-book:before {
	content:"\f02d"
}
.fa-bookmark:before {
	content:"\f02e"
}
.fa-print:before {
	content:"\f02f"
}
.fa-camera:before {
	content:"\f030"
}
.fa-font:before {
	content:"\f031"
}
.fa-bold:before {
	content:"\f032"
}
.fa-italic:before {
	content:"\f033"
}
.fa-text-height:before {
	content:"\f034"
}
.fa-text-width:before {
	content:"\f035"
}
.fa-align-left:before {
	content:"\f036"
}
.fa-align-center:before {
	content:"\f037"
}
.fa-align-right:before {
	content:"\f038"
}
.fa-align-justify:before {
	content:"\f039"
}
.fa-list:before {
	content:"\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content:"\f03b"
}
.fa-indent:before {
	content:"\f03c"
}
.fa-video-camera:before {
	content:"\f03d"
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
	content:"\f03e"
}
.fa-pencil:before {
	content:"\f040"
}
.fa-map-marker:before {
	content:"\f041"
}
.fa-adjust:before {
	content:"\f042"
}
.fa-tint:before {
	content:"\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content:"\f044"
}
.fa-share-square-o:before {
	content:"\f045"
}
.fa-check-square-o:before {
	content:"\f046"
}
.fa-arrows:before {
	content:"\f047"
}
.fa-step-backward:before {
	content:"\f048"
}
.fa-fast-backward:before {
	content:"\f049"
}
.fa-backward:before {
	content:"\f04a"
}
.fa-play:before {
	content:"\f04b"
}
.fa-pause:before {
	content:"\f04c"
}
.fa-stop:before {
	content:"\f04d"
}
.fa-forward:before {
	content:"\f04e"
}
.fa-fast-forward:before {
	content:"\f050"
}
.fa-step-forward:before {
	content:"\f051"
}
.fa-eject:before {
	content:"\f052"
}
.fa-chevron-left:before {
	content:"\f053"
}
.fa-chevron-right:before {
	content:"\f054"
}
.fa-plus-circle:before {
	content:"\f055"
}
.fa-minus-circle:before {
	content:"\f056"
}
.fa-times-circle:before {
	content:"\f057"
}
.fa-check-circle:before {
	content:"\f058"
}
.fa-question-circle:before {
	content:"\f059"
}
.fa-info-circle:before {
	content:"\f05a"
}
.fa-crosshairs:before {
	content:"\f05b"
}
.fa-times-circle-o:before {
	content:"\f05c"
}
.fa-check-circle-o:before {
	content:"\f05d"
}
.fa-ban:before {
	content:"\f05e"
}
.fa-arrow-left:before {
	content:"\f060"
}
.fa-arrow-right:before {
	content:"\f061"
}
.fa-arrow-up:before {
	content:"\f062"
}
.fa-arrow-down:before {
	content:"\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content:"\f064"
}
.fa-expand:before {
	content:"\f065"
}
.fa-compress:before {
	content:"\f066"
}
.fa-plus:before {
	content:"\f067"
}
.fa-minus:before {
	content:"\f068"
}
.fa-asterisk:before {
	content:"\f069"
}
.fa-exclamation-circle:before {
	content:"\f06a"
}
.fa-gift:before {
	content:"\f06b"
}
.fa-leaf:before {
	content:"\f06c"
}
.fa-fire:before {
	content:"\f06d"
}
.fa-eye:before {
	content:"\f06e"
}
.fa-eye-slash:before {
	content:"\f070"
}
.fa-exclamation-triangle:before, .fa-warning:before {
	content:"\f071"
}
.fa-plane:before {
	content:"\f072"
}
.fa-calendar:before {
	content:"\f073"
}
.fa-random:before {
	content:"\f074"
}
.fa-comment:before {
	content:"\f075"
}
.fa-magnet:before {
	content:"\f076"
}
.fa-chevron-up:before {
	content:"\f077"
}
.fa-chevron-down:before {
	content:"\f078"
}
.fa-retweet:before {
	content:"\f079"
}
.fa-shopping-cart:before {
	content:"\f07a"
}
.fa-folder:before {
	content:"\f07b"
}
.fa-folder-open:before {
	content:"\f07c"
}
.fa-arrows-v:before {
	content:"\f07d"
}
.fa-arrows-h:before {
	content:"\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content:"\f080"
}
.fa-twitter-square:before {
	content:"\f081"
}
.fa-facebook-square:before {
	content:"\f082"
}
.fa-camera-retro:before {
	content:"\f083"
}
.fa-key:before {
	content:"\f084"
}
.fa-cogs:before, .fa-gears:before {
	content:"\f085"
}
.fa-comments:before {
	content:"\f086"
}
.fa-thumbs-o-up:before {
	content:"\f087"
}
.fa-thumbs-o-down:before {
	content:"\f088"
}
.fa-star-half:before {
	content:"\f089"
}
.fa-heart-o:before {
	content:"\f08a"
}
.fa-sign-out:before {
	content:"\f08b"
}
.fa-linkedin-square:before {
	content:"\f08c"
}
.fa-thumb-tack:before {
	content:"\f08d"
}
.fa-external-link:before {
	content:"\f08e"
}
.fa-sign-in:before {
	content:"\f090"
}
.fa-trophy:before {
	content:"\f091"
}
.fa-github-square:before {
	content:"\f092"
}
.fa-upload:before {
	content:"\f093"
}
.fa-lemon-o:before {
	content:"\f094"
}
.fa-phone:before {
	content:"\f095"
}
.fa-square-o:before {
	content:"\f096"
}
.fa-bookmark-o:before {
	content:"\f097"
}
.fa-phone-square:before {
	content:"\f098"
}
.fa-twitter:before {
	content:"\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content:"\f09a"
}
.fa-github:before {
	content:"\f09b"
}
.fa-unlock:before {
	content:"\f09c"
}
.fa-credit-card:before {
	content:"\f09d"
}
.fa-feed:before, .fa-rss:before {
	content:"\f09e"
}
.fa-hdd-o:before {
	content:"\f0a0"
}
.fa-bullhorn:before {
	content:"\f0a1"
}
.fa-bell:before {
	content:"\f0f3"
}
.fa-certificate:before {
	content:"\f0a3"
}
.fa-hand-o-right:before {
	content:"\f0a4"
}
.fa-hand-o-left:before {
	content:"\f0a5"
}
.fa-hand-o-up:before {
	content:"\f0a6"
}
.fa-hand-o-down:before {
	content:"\f0a7"
}
.fa-arrow-circle-left:before {
	content:"\f0a8"
}
.fa-arrow-circle-right:before {
	content:"\f0a9"
}
.fa-arrow-circle-up:before {
	content:"\f0aa"
}
.fa-arrow-circle-down:before {
	content:"\f0ab"
}
.fa-globe:before {
	content:"\f0ac"
}
.fa-wrench:before {
	content:"\f0ad"
}
.fa-tasks:before {
	content:"\f0ae"
}
.fa-filter:before {
	content:"\f0b0"
}
.fa-briefcase:before {
	content:"\f0b1"
}
.fa-arrows-alt:before {
	content:"\f0b2"
}
.fa-group:before, .fa-users:before {
	content:"\f0c0"
}
.fa-chain:before, .fa-link:before {
	content:"\f0c1"
}
.fa-cloud:before {
	content:"\f0c2"
}
.fa-flask:before {
	content:"\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content:"\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content:"\f0c5"
}
.fa-paperclip:before {
	content:"\f0c6"
}
.fa-floppy-o:before, .fa-save:before {
	content:"\f0c7"
}
.fa-square:before {
	content:"\f0c8"
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
	content:"\f0c9"
}
.fa-list-ul:before {
	content:"\f0ca"
}
.fa-list-ol:before {
	content:"\f0cb"
}
.fa-strikethrough:before {
	content:"\f0cc"
}
.fa-underline:before {
	content:"\f0cd"
}
.fa-table:before {
	content:"\f0ce"
}
.fa-magic:before {
	content:"\f0d0"
}
.fa-truck:before {
	content:"\f0d1"
}
.fa-pinterest:before {
	content:"\f0d2"
}
.fa-pinterest-square:before {
	content:"\f0d3"
}
.fa-google-plus-square:before {
	content:"\f0d4"
}
.fa-google-plus:before {
	content:"\f0d5"
}
.fa-money:before {
	content:"\f0d6"
}
.fa-caret-down:before {
	content:"\f0d7"
}
.fa-caret-up:before {
	content:"\f0d8"
}
.fa-caret-left:before {
	content:"\f0d9"
}
.fa-caret-right:before {
	content:"\f0da"
}
.fa-columns:before {
	content:"\f0db"
}
.fa-sort:before, .fa-unsorted:before {
	content:"\f0dc"
}
.fa-sort-desc:before, .fa-sort-down:before {
	content:"\f0dd"
}
.fa-sort-asc:before, .fa-sort-up:before {
	content:"\f0de"
}
.fa-envelope:before {
	content:"\f0e0"
}
.fa-linkedin:before {
	content:"\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content:"\f0e2"
}
.fa-gavel:before, .fa-legal:before {
	content:"\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content:"\f0e4"
}
.fa-comment-o:before {
	content:"\f0e5"
}
.fa-comments-o:before {
	content:"\f0e6"
}
.fa-bolt:before, .fa-flash:before {
	content:"\f0e7"
}
.fa-sitemap:before {
	content:"\f0e8"
}
.fa-umbrella:before {
	content:"\f0e9"
}
.fa-clipboard:before, .fa-paste:before {
	content:"\f0ea"
}
.fa-lightbulb-o:before {
	content:"\f0eb"
}
.fa-exchange:before {
	content:"\f0ec"
}
.fa-cloud-download:before {
	content:"\f0ed"
}
.fa-cloud-upload:before {
	content:"\f0ee"
}
.fa-user-md:before {
	content:"\f0f0"
}
.fa-stethoscope:before {
	content:"\f0f1"
}
.fa-suitcase:before {
	content:"\f0f2"
}
.fa-bell-o:before {
	content:"\f0a2"
}
.fa-coffee:before {
	content:"\f0f4"
}
.fa-cutlery:before {
	content:"\f0f5"
}
.fa-file-text-o:before {
	content:"\f0f6"
}
.fa-building-o:before {
	content:"\f0f7"
}
.fa-hospital-o:before {
	content:"\f0f8"
}
.fa-ambulance:before {
	content:"\f0f9"
}
.fa-medkit:before {
	content:"\f0fa"
}
.fa-fighter-jet:before {
	content:"\f0fb"
}
.fa-beer:before {
	content:"\f0fc"
}
.fa-h-square:before {
	content:"\f0fd"
}
.fa-plus-square:before {
	content:"\f0fe"
}
.fa-angle-double-left:before {
	content:"\f100"
}
.fa-angle-double-right:before {
	content:"\f101"
}
.fa-angle-double-up:before {
	content:"\f102"
}
.fa-angle-double-down:before {
	content:"\f103"
}
.fa-angle-left:before {
	content:"\f104"
}
.fa-angle-right:before {
	content:"\f105"
}
.fa-angle-up:before {
	content:"\f106"
}
.fa-angle-down:before {
	content:"\f107"
}
.fa-desktop:before {
	content:"\f108"
}
.fa-laptop:before {
	content:"\f109"
}
.fa-tablet:before {
	content:"\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content:"\f10b"
}
.fa-circle-o:before {
	content:"\f10c"
}
.fa-quote-left:before {
	content:"\f10d"
}
.fa-quote-right:before {
	content:"\f10e"
}
.fa-spinner:before {
	content:"\f110"
}
.fa-circle:before {
	content:"\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content:"\f112"
}
.fa-github-alt:before {
	content:"\f113"
}
.fa-folder-o:before {
	content:"\f114"
}
.fa-folder-open-o:before {
	content:"\f115"
}
.fa-smile-o:before {
	content:"\f118"
}
.fa-frown-o:before {
	content:"\f119"
}
.fa-meh-o:before {
	content:"\f11a"
}
.fa-gamepad:before {
	content:"\f11b"
}
.fa-keyboard-o:before {
	content:"\f11c"
}
.fa-flag-o:before {
	content:"\f11d"
}
.fa-flag-checkered:before {
	content:"\f11e"
}
.fa-terminal:before {
	content:"\f120"
}
.fa-code:before {
	content:"\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content:"\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content:"\f123"
}
.fa-location-arrow:before {
	content:"\f124"
}
.fa-crop:before {
	content:"\f125"
}
.fa-code-fork:before {
	content:"\f126"
}
.fa-chain-broken:before, .fa-unlink:before {
	content:"\f127"
}
.fa-question:before {
	content:"\f128"
}
.fa-info:before {
	content:"\f129"
}
.fa-exclamation:before {
	content:"\f12a"
}
.fa-superscript:before {
	content:"\f12b"
}
.fa-subscript:before {
	content:"\f12c"
}
.fa-eraser:before {
	content:"\f12d"
}
.fa-puzzle-piece:before {
	content:"\f12e"
}
.fa-microphone:before {
	content:"\f130"
}
.fa-microphone-slash:before {
	content:"\f131"
}
.fa-shield:before {
	content:"\f132"
}
.fa-calendar-o:before {
	content:"\f133"
}
.fa-fire-extinguisher:before {
	content:"\f134"
}
.fa-rocket:before {
	content:"\f135"
}
.fa-maxcdn:before {
	content:"\f136"
}
.fa-chevron-circle-left:before {
	content:"\f137"
}
.fa-chevron-circle-right:before {
	content:"\f138"
}
.fa-chevron-circle-up:before {
	content:"\f139"
}
.fa-chevron-circle-down:before {
	content:"\f13a"
}
.fa-html5:before {
	content:"\f13b"
}
.fa-css3:before {
	content:"\f13c"
}
.fa-anchor:before {
	content:"\f13d"
}
.fa-unlock-alt:before {
	content:"\f13e"
}
.fa-bullseye:before {
	content:"\f140"
}
.fa-ellipsis-h:before {
	content:"\f141"
}
.fa-ellipsis-v:before {
	content:"\f142"
}
.fa-rss-square:before {
	content:"\f143"
}
.fa-play-circle:before {
	content:"\f144"
}
.fa-ticket:before {
	content:"\f145"
}
.fa-minus-square:before {
	content:"\f146"
}
.fa-minus-square-o:before {
	content:"\f147"
}
.fa-level-up:before {
	content:"\f148"
}
.fa-level-down:before {
	content:"\f149"
}
.fa-check-square:before {
	content:"\f14a"
}
.fa-pencil-square:before {
	content:"\f14b"
}
.fa-external-link-square:before {
	content:"\f14c"
}
.fa-share-square:before {
	content:"\f14d"
}
.fa-compass:before {
	content:"\f14e"
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
	content:"\f150"
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content:"\f151"
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content:"\f152"
}
.fa-eur:before, .fa-euro:before {
	content:"\f153"
}
.fa-gbp:before {
	content:"\f154"
}
.fa-dollar:before, .fa-usd:before {
	content:"\f155"
}
.fa-inr:before, .fa-rupee:before {
	content:"\f156"
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content:"\f157"
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content:"\f158"
}
.fa-krw:before, .fa-won:before {
	content:"\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content:"\f15a"
}
.fa-file:before {
	content:"\f15b"
}
.fa-file-text:before {
	content:"\f15c"
}
.fa-sort-alpha-asc:before {
	content:"\f15d"
}
.fa-sort-alpha-desc:before {
	content:"\f15e"
}
.fa-sort-amount-asc:before {
	content:"\f160"
}
.fa-sort-amount-desc:before {
	content:"\f161"
}
.fa-sort-numeric-asc:before {
	content:"\f162"
}
.fa-sort-numeric-desc:before {
	content:"\f163"
}
.fa-thumbs-up:before {
	content:"\f164"
}
.fa-thumbs-down:before {
	content:"\f165"
}
.fa-youtube-square:before {
	content:"\f166"
}
.fa-youtube:before {
	content:"\f167"
}
.fa-xing:before {
	content:"\f168"
}
.fa-xing-square:before {
	content:"\f169"
}
.fa-youtube-play:before {
	content:"\f16a"
}
.fa-dropbox:before {
	content:"\f16b"
}
.fa-stack-overflow:before {
	content:"\f16c"
}
.fa-instagram:before {
	content:"\f16d"
}
.fa-flickr:before {
	content:"\f16e"
}
.fa-adn:before {
	content:"\f170"
}
.fa-bitbucket:before {
	content:"\f171"
}
.fa-bitbucket-square:before {
	content:"\f172"
}
.fa-tumblr:before {
	content:"\f173"
}
.fa-tumblr-square:before {
	content:"\f174"
}
.fa-long-arrow-down:before {
	content:"\f175"
}
.fa-long-arrow-up:before {
	content:"\f176"
}
.fa-long-arrow-left:before {
	content:"\f177"
}
.fa-long-arrow-right:before {
	content:"\f178"
}
.fa-apple:before {
	content:"\f179"
}
.fa-windows:before {
	content:"\f17a"
}
.fa-android:before {
	content:"\f17b"
}
.fa-linux:before {
	content:"\f17c"
}
.fa-dribbble:before {
	content:"\f17d"
}
.fa-skype:before {
	content:"\f17e"
}
.fa-foursquare:before {
	content:"\f180"
}
.fa-trello:before {
	content:"\f181"
}
.fa-female:before {
	content:"\f182"
}
.fa-male:before {
	content:"\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content:"\f184"
}
.fa-sun-o:before {
	content:"\f185"
}
.fa-moon-o:before {
	content:"\f186"
}
.fa-archive:before {
	content:"\f187"
}
.fa-bug:before {
	content:"\f188"
}
.fa-vk:before {
	content:"\f189"
}
.fa-weibo:before {
	content:"\f18a"
}
.fa-renren:before {
	content:"\f18b"
}
.fa-pagelines:before {
	content:"\f18c"
}
.fa-stack-exchange:before {
	content:"\f18d"
}
.fa-arrow-circle-o-right:before {
	content:"\f18e"
}
.fa-arrow-circle-o-left:before {
	content:"\f190"
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
	content:"\f191"
}
.fa-dot-circle-o:before {
	content:"\f192"
}
.fa-wheelchair:before {
	content:"\f193"
}
.fa-vimeo-square:before {
	content:"\f194"
}
.fa-try:before, .fa-turkish-lira:before {
	content:"\f195"
}
.fa-plus-square-o:before {
	content:"\f196"
}
.fa-space-shuttle:before {
	content:"\f197"
}
.fa-slack:before {
	content:"\f198"
}
.fa-envelope-square:before {
	content:"\f199"
}
.fa-wordpress:before {
	content:"\f19a"
}
.fa-openid:before {
	content:"\f19b"
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
	content:"\f19c"
}
.fa-graduation-cap:before, .fa-mortar-board:before {
	content:"\f19d"
}
.fa-yahoo:before {
	content:"\f19e"
}
.fa-google:before {
	content:"\f1a0"
}
.fa-reddit:before {
	content:"\f1a1"
}
.fa-reddit-square:before {
	content:"\f1a2"
}
.fa-stumbleupon-circle:before {
	content:"\f1a3"
}
.fa-stumbleupon:before {
	content:"\f1a4"
}
.fa-delicious:before {
	content:"\f1a5"
}
.fa-digg:before {
	content:"\f1a6"
}
.fa-pied-piper-pp:before {
	content:"\f1a7"
}
.fa-pied-piper-alt:before {
	content:"\f1a8"
}
.fa-drupal:before {
	content:"\f1a9"
}
.fa-joomla:before {
	content:"\f1aa"
}
.fa-language:before {
	content:"\f1ab"
}
.fa-fax:before {
	content:"\f1ac"
}
.fa-building:before {
	content:"\f1ad"
}
.fa-child:before {
	content:"\f1ae"
}
.fa-paw:before {
	content:"\f1b0"
}
.fa-spoon:before {
	content:"\f1b1"
}
.fa-cube:before {
	content:"\f1b2"
}
.fa-cubes:before {
	content:"\f1b3"
}
.fa-behance:before {
	content:"\f1b4"
}
.fa-behance-square:before {
	content:"\f1b5"
}
.fa-steam:before {
	content:"\f1b6"
}
.fa-steam-square:before {
	content:"\f1b7"
}
.fa-recycle:before {
	content:"\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content:"\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content:"\f1ba"
}
.fa-tree:before {
	content:"\f1bb"
}
.fa-spotify:before {
	content:"\f1bc"
}
.fa-deviantart:before {
	content:"\f1bd"
}
.fa-soundcloud:before {
	content:"\f1be"
}
.fa-database:before {
	content:"\f1c0"
}
.fa-file-pdf-o:before {
	content:"\f1c1"
}
.fa-file-word-o:before {
	content:"\f1c2"
}
.fa-file-excel-o:before {
	content:"\f1c3"
}
.fa-file-powerpoint-o:before {
	content:"\f1c4"
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content:"\f1c5"
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
	content:"\f1c6"
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
	content:"\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content:"\f1c8"
}
.fa-file-code-o:before {
	content:"\f1c9"
}
.fa-vine:before {
	content:"\f1ca"
}
.fa-codepen:before {
	content:"\f1cb"
}
.fa-jsfiddle:before {
	content:"\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
	content:"\f1cd"
}
.fa-circle-o-notch:before {
	content:"\f1ce"
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
	content:"\f1d0"
}
.fa-empire:before, .fa-ge:before {
	content:"\f1d1"
}
.fa-git-square:before {
	content:"\f1d2"
}
.fa-git:before {
	content:"\f1d3"
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
	content:"\f1d4"
}
.fa-tencent-weibo:before {
	content:"\f1d5"
}
.fa-qq:before {
	content:"\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content:"\f1d7"
}
.fa-paper-plane:before, .fa-send:before {
	content:"\f1d8"
}
.fa-paper-plane-o:before, .fa-send-o:before {
	content:"\f1d9"
}
.fa-history:before {
	content:"\f1da"
}
.fa-circle-thin:before {
	content:"\f1db"
}
.fa-header:before {
	content:"\f1dc"
}
.fa-paragraph:before {
	content:"\f1dd"
}
.fa-sliders:before {
	content:"\f1de"
}
.fa-share-alt:before {
	content:"\f1e0"
}
.fa-share-alt-square:before {
	content:"\f1e1"
}
.fa-bomb:before {
	content:"\f1e2"
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
	content:"\f1e3"
}
.fa-tty:before {
	content:"\f1e4"
}
.fa-binoculars:before {
	content:"\f1e5"
}
.fa-plug:before {
	content:"\f1e6"
}
.fa-slideshare:before {
	content:"\f1e7"
}
.fa-twitch:before {
	content:"\f1e8"
}
.fa-yelp:before {
	content:"\f1e9"
}
.fa-newspaper-o:before {
	content:"\f1ea"
}
.fa-wifi:before {
	content:"\f1eb"
}
.fa-calculator:before {
	content:"\f1ec"
}
.fa-paypal:before {
	content:"\f1ed"
}
.fa-google-wallet:before {
	content:"\f1ee"
}
.fa-cc-visa:before {
	content:"\f1f0"
}
.fa-cc-mastercard:before {
	content:"\f1f1"
}
.fa-cc-discover:before {
	content:"\f1f2"
}
.fa-cc-amex:before {
	content:"\f1f3"
}
.fa-cc-paypal:before {
	content:"\f1f4"
}
.fa-cc-stripe:before {
	content:"\f1f5"
}
.fa-bell-slash:before {
	content:"\f1f6"
}
.fa-bell-slash-o:before {
	content:"\f1f7"
}
.fa-trash:before {
	content:"\f1f8"
}
.fa-copyright:before {
	content:"\f1f9"
}
.fa-at:before {
	content:"\f1fa"
}
.fa-eyedropper:before {
	content:"\f1fb"
}
.fa-paint-brush:before {
	content:"\f1fc"
}
.fa-birthday-cake:before {
	content:"\f1fd"
}
.fa-area-chart:before {
	content:"\f1fe"
}
.fa-pie-chart:before {
	content:"\f200"
}
.fa-line-chart:before {
	content:"\f201"
}
.fa-lastfm:before {
	content:"\f202"
}
.fa-lastfm-square:before {
	content:"\f203"
}
.fa-toggle-off:before {
	content:"\f204"
}
.fa-toggle-on:before {
	content:"\f205"
}
.fa-bicycle:before {
	content:"\f206"
}
.fa-bus:before {
	content:"\f207"
}
.fa-ioxhost:before {
	content:"\f208"
}
.fa-angellist:before {
	content:"\f209"
}
.fa-cc:before {
	content:"\f20a"
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
	content:"\f20b"
}
.fa-meanpath:before {
	content:"\f20c"
}
.fa-buysellads:before {
	content:"\f20d"
}
.fa-connectdevelop:before {
	content:"\f20e"
}
.fa-dashcube:before {
	content:"\f210"
}
.fa-forumbee:before {
	content:"\f211"
}
.fa-leanpub:before {
	content:"\f212"
}
.fa-sellsy:before {
	content:"\f213"
}
.fa-shirtsinbulk:before {
	content:"\f214"
}
.fa-simplybuilt:before {
	content:"\f215"
}
.fa-skyatlas:before {
	content:"\f216"
}
.fa-cart-plus:before {
	content:"\f217"
}
.fa-cart-arrow-down:before {
	content:"\f218"
}
.fa-diamond:before {
	content:"\f219"
}
.fa-ship:before {
	content:"\f21a"
}
.fa-user-secret:before {
	content:"\f21b"
}
.fa-motorcycle:before {
	content:"\f21c"
}
.fa-street-view:before {
	content:"\f21d"
}
.fa-heartbeat:before {
	content:"\f21e"
}
.fa-venus:before {
	content:"\f221"
}
.fa-mars:before {
	content:"\f222"
}
.fa-mercury:before {
	content:"\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content:"\f224"
}
.fa-transgender-alt:before {
	content:"\f225"
}
.fa-venus-double:before {
	content:"\f226"
}
.fa-mars-double:before {
	content:"\f227"
}
.fa-venus-mars:before {
	content:"\f228"
}
.fa-mars-stroke:before {
	content:"\f229"
}
.fa-mars-stroke-v:before {
	content:"\f22a"
}
.fa-mars-stroke-h:before {
	content:"\f22b"
}
.fa-neuter:before {
	content:"\f22c"
}
.fa-genderless:before {
	content:"\f22d"
}
.fa-facebook-official:before {
	content:"\f230"
}
.fa-pinterest-p:before {
	content:"\f231"
}
.fa-whatsapp:before {
	content:"\f232"
}
.fa-server:before {
	content:"\f233"
}
.fa-user-plus:before {
	content:"\f234"
}
.fa-user-times:before {
	content:"\f235"
}
.fa-bed:before, .fa-hotel:before {
	content:"\f236"
}
.fa-viacoin:before {
	content:"\f237"
}
.fa-train:before {
	content:"\f238"
}
.fa-subway:before {
	content:"\f239"
}
.fa-medium:before {
	content:"\f23a"
}
.fa-y-combinator:before, .fa-yc:before {
	content:"\f23b"
}
.fa-optin-monster:before {
	content:"\f23c"
}
.fa-opencart:before {
	content:"\f23d"
}
.fa-expeditedssl:before {
	content:"\f23e"
}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
	content:"\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content:"\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content:"\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content:"\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content:"\f244"
}
.fa-mouse-pointer:before {
	content:"\f245"
}
.fa-i-cursor:before {
	content:"\f246"
}
.fa-object-group:before {
	content:"\f247"
}
.fa-object-ungroup:before {
	content:"\f248"
}
.fa-sticky-note:before {
	content:"\f249"
}
.fa-sticky-note-o:before {
	content:"\f24a"
}
.fa-cc-jcb:before {
	content:"\f24b"
}
.fa-cc-diners-club:before {
	content:"\f24c"
}
.fa-clone:before {
	content:"\f24d"
}
.fa-balance-scale:before {
	content:"\f24e"
}
.fa-hourglass-o:before {
	content:"\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content:"\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content:"\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content:"\f253"
}
.fa-hourglass:before {
	content:"\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content:"\f255"
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
	content:"\f256"
}
.fa-hand-scissors-o:before {
	content:"\f257"
}
.fa-hand-lizard-o:before {
	content:"\f258"
}
.fa-hand-spock-o:before {
	content:"\f259"
}
.fa-hand-pointer-o:before {
	content:"\f25a"
}
.fa-hand-peace-o:before {
	content:"\f25b"
}
.fa-trademark:before {
	content:"\f25c"
}
.fa-registered:before {
	content:"\f25d"
}
.fa-creative-commons:before {
	content:"\f25e"
}
.fa-gg:before {
	content:"\f260"
}
.fa-gg-circle:before {
	content:"\f261"
}
.fa-tripadvisor:before {
	content:"\f262"
}
.fa-odnoklassniki:before {
	content:"\f263"
}
.fa-odnoklassniki-square:before {
	content:"\f264"
}
.fa-get-pocket:before {
	content:"\f265"
}
.fa-wikipedia-w:before {
	content:"\f266"
}
.fa-safari:before {
	content:"\f267"
}
.fa-chrome:before {
	content:"\f268"
}
.fa-firefox:before {
	content:"\f269"
}
.fa-opera:before {
	content:"\f26a"
}
.fa-internet-explorer:before {
	content:"\f26b"
}
.fa-television:before, .fa-tv:before {
	content:"\f26c"
}
.fa-contao:before {
	content:"\f26d"
}
.fa-500px:before {
	content:"\f26e"
}
.fa-amazon:before {
	content:"\f270"
}
.fa-calendar-plus-o:before {
	content:"\f271"
}
.fa-calendar-minus-o:before {
	content:"\f272"
}
.fa-calendar-times-o:before {
	content:"\f273"
}
.fa-calendar-check-o:before {
	content:"\f274"
}
.fa-industry:before {
	content:"\f275"
}
.fa-map-pin:before {
	content:"\f276"
}
.fa-map-signs:before {
	content:"\f277"
}
.fa-map-o:before {
	content:"\f278"
}
.fa-map:before {
	content:"\f279"
}
.fa-commenting:before {
	content:"\f27a"
}
.fa-commenting-o:before {
	content:"\f27b"
}
.fa-houzz:before {
	content:"\f27c"
}
.fa-vimeo:before {
	content:"\f27d"
}
.fa-black-tie:before {
	content:"\f27e"
}
.fa-fonticons:before {
	content:"\f280"
}
.fa-reddit-alien:before {
	content:"\f281"
}
.fa-edge:before {
	content:"\f282"
}
.fa-credit-card-alt:before {
	content:"\f283"
}
.fa-codiepie:before {
	content:"\f284"
}
.fa-modx:before {
	content:"\f285"
}
.fa-fort-awesome:before {
	content:"\f286"
}
.fa-usb:before {
	content:"\f287"
}
.fa-product-hunt:before {
	content:"\f288"
}
.fa-mixcloud:before {
	content:"\f289"
}
.fa-scribd:before {
	content:"\f28a"
}
.fa-pause-circle:before {
	content:"\f28b"
}
.fa-pause-circle-o:before {
	content:"\f28c"
}
.fa-stop-circle:before {
	content:"\f28d"
}
.fa-stop-circle-o:before {
	content:"\f28e"
}
.fa-shopping-bag:before {
	content:"\f290"
}
.fa-shopping-basket:before {
	content:"\f291"
}
.fa-hashtag:before {
	content:"\f292"
}
.fa-bluetooth:before {
	content:"\f293"
}
.fa-bluetooth-b:before {
	content:"\f294"
}
.fa-percent:before {
	content:"\f295"
}
.fa-gitlab:before {
	content:"\f296"
}
.fa-wpbeginner:before {
	content:"\f297"
}
.fa-wpforms:before {
	content:"\f298"
}
.fa-envira:before {
	content:"\f299"
}
.fa-universal-access:before {
	content:"\f29a"
}
.fa-wheelchair-alt:before {
	content:"\f29b"
}
.fa-question-circle-o:before {
	content:"\f29c"
}
.fa-blind:before {
	content:"\f29d"
}
.fa-audio-description:before {
	content:"\f29e"
}
.fa-volume-control-phone:before {
	content:"\f2a0"
}
.fa-braille:before {
	content:"\f2a1"
}
.fa-assistive-listening-systems:before {
	content:"\f2a2"
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
	content:"\f2a3"
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
	content:"\f2a4"
}
.fa-glide:before {
	content:"\f2a5"
}
.fa-glide-g:before {
	content:"\f2a6"
}
.fa-sign-language:before, .fa-signing:before {
	content:"\f2a7"
}
.fa-low-vision:before {
	content:"\f2a8"
}
.fa-viadeo:before {
	content:"\f2a9"
}
.fa-viadeo-square:before {
	content:"\f2aa"
}
.fa-snapchat:before {
	content:"\f2ab"
}
.fa-snapchat-ghost:before {
	content:"\f2ac"
}
.fa-snapchat-square:before {
	content:"\f2ad"
}
.fa-pied-piper:before {
	content:"\f2ae"
}
.fa-first-order:before {
	content:"\f2b0"
}
.fa-yoast:before {
	content:"\f2b1"
}
.fa-themeisle:before {
	content:"\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content:"\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
	content:"\f2b4"
}
.fa-handshake-o:before {
	content:"\f2b5"
}
.fa-envelope-open:before {
	content:"\f2b6"
}
.fa-envelope-open-o:before {
	content:"\f2b7"
}
.fa-linode:before {
	content:"\f2b8"
}
.fa-address-book:before {
	content:"\f2b9"
}
.fa-address-book-o:before {
	content:"\f2ba"
}
.fa-address-card:before, .fa-vcard:before {
	content:"\f2bb"
}
.fa-address-card-o:before, .fa-vcard-o:before {
	content:"\f2bc"
}
.fa-user-circle:before {
	content:"\f2bd"
}
.fa-user-circle-o:before {
	content:"\f2be"
}
.fa-user-o:before {
	content:"\f2c0"
}
.fa-id-badge:before {
	content:"\f2c1"
}
.fa-drivers-license:before, .fa-id-card:before {
	content:"\f2c2"
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content:"\f2c3"
}
.fa-quora:before {
	content:"\f2c4"
}
.fa-free-code-camp:before {
	content:"\f2c5"
}
.fa-telegram:before {
	content:"\f2c6"
}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
	content:"\f2c7"
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content:"\f2c8"
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content:"\f2c9"
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content:"\f2ca"
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content:"\f2cb"
}
.fa-shower:before {
	content:"\f2cc"
}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
	content:"\f2cd"
}
.fa-podcast:before {
	content:"\f2ce"
}
.fa-window-maximize:before {
	content:"\f2d0"
}
.fa-window-minimize:before {
	content:"\f2d1"
}
.fa-window-restore:before {
	content:"\f2d2"
}
.fa-times-rectangle:before, .fa-window-close:before {
	content:"\f2d3"
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content:"\f2d4"
}
.fa-bandcamp:before {
	content:"\f2d5"
}
.fa-grav:before {
	content:"\f2d6"
}
.fa-etsy:before {
	content:"\f2d7"
}
.fa-imdb:before {
	content:"\f2d8"
}
.fa-ravelry:before {
	content:"\f2d9"
}
.fa-eercast:before {
	content:"\f2da"
}
.fa-microchip:before {
	content:"\f2db"
}
.fa-snowflake-o:before {
	content:"\f2dc"
}
.fa-superpowers:before {
	content:"\f2dd"
}
.fa-wpexplorer:before {
	content:"\f2de"
}
.fa-meetup:before {
	content:"\f2e0"
}






@media screen and (min-width: 991px) {

.footer-bar{ display:none}
}



.footer-bar {
	position:fixed;
	z-index:999;
	left:0;
	bottom:0;
	width:100%;
	height:50px;
	font-size:0;
	text-align:center;
	border-top:1px solid #ddd;
	color:#666;
	background:#fff;
	table-layout:fixed
}
@media (max-width:767px) {
.footer-bar {
display:table
}

.padding-bottom {
    padding-bottom: 60px;
}
}
.footer-bar .fb-item {
	display:table-cell;
	height:50px;
	font-size:16px;
	vertical-align:middle
}
.footer-bar .fb-item .fa {
	font-size:24px;
	line-height:26px
}
.footer-bar .fb-item span {
	display:block;
	font-size:12px;
	line-height:12px
}
.footer-bar a {
	display:block;
	color:#666;
	text-decoration:none
}
.footer-bar a:active, .footer-bar a:focus, .footer-bar a:hover {
	color:#333
}




/*search*/
.search {
	overflow: hidden;
	width: 100%;
	height: 32px;
	padding: 12px 0;
	background-color: #d3d3d3;
}


.search em{ list-style:none; font-style:normal}




.search p {
	float: left;
	line-height: 32px;
	font-size: 13px;
	color: #333;
}
.search p a {
	color: #333;
	margin-right: 10px;
}
.search .sbox {
	overflow: hidden;
	height: 32px;
	background: url(../images/search.png) no-repeat center top;
	width: 289px;
	float: right;
}
.search input {
	overflow: hidden;
	padding: 0 10px;
	width: 210px;
	height: 32px;
	border: none;
	background: none;
	outline: none;
	float: left;
	font-size: 13px;
	color: #333;
	line-height: 32px;
}
.search span {
	display: block;
	width: 59px;
	height: 32px;
	cursor: pointer;
	float: right
}







.pics {

	-webkit-background-size: 220px 220px;
	-moz-background-size: 220px 220px;
	background-size: 220px 220px;
	-webkit-border-radius: 110px;
	border-radius: 110px;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
}
.pics:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
