/*
 *  Saturn HTML Template by @arvin
 *  License (MIT License)
 */

/* =Reset
-----------------------------------------------------------------------------*/
body {
	width:100%;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 300;
    font-family: "微软雅黑";
    background: #fff;
    overflow-x: hidden;
}

html {
    width:100%;
    overflow-x: hidden;
}

img {
    border: 0;
}

div, ul, li, ol, p, dl, dt, dd, form, input, textarea, label {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    margin: 0;
    list-style: none outside none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
    font-weight: normal;
}

.hidden {
    display: none;
}

::selection {
    background: #FF910D;
    color: #fff;
}

::-moz-selection {
    background: #FF910D;
    color: #fff;
}

::-webkit-selection {
    background: #FF910D;
    color: #fff;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.group:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.anima {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

a:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff') format('woff'), /* chrome、firefox */ url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/* =Content css
-----------------------------------------------------------------------------*/
.main-nav {
}

.container {
    width: 100%;
}

.kNavBox {
    width: 100%;
    height: 130px;
    /*overflow: hidden;*/
	border-top:1px #fff solid;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #444;
}

.top-box {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.kNavBo-experience-hall {
    background-image: url(../images/about.jpg);
}

.kNavBo-dealers {
    background-image: url(../images/about.jpg);
}

.kNavBoxn {
    background-image: url(../images/news_top_bg.jpg);
}

.kNavBoxc {
    background-image: url(../images/contact_top_bg.jpg);
}

.kNavBoxj {
    background-image: url(../images/jobs_top_bg.jpg);
}

.kNavBoxa {
    background-image: url(../images/about_top_bg.jpg);
}

.kNavBoxs {
    background-image: url(../images/singulato_top_bg.jpg);
}

.kNavBoxi {
    background-image: url(../images/info_top_banner.jpg);
}


.bgimg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: -1;
}

.top-nav {
    width: 90%;
    height: 80px;
    margin: 20px auto 0;
    background: rgba(255, 255, 255, 0.95);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	position:relative;
    /*overflow: hidden;*/
}
.top-nav:after {
    overflow: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.navbar-left {
    float: left;
    padding: 10px 0 0 20px;
}

.navbar-left h1 {
    display: block;
    width: 50px;
    margin-top: -3px;
}

.navbar-left h1 a {
    color: #B0B0B1;
    font-size: 48px;
}

.navbar-left h1 a:hover {
    color: #FF910D;
}

.logo {
    width: 100%;
    height: 100%;
    display: block;
}

.navbar-right li a.active:after { content: ''; display: block; background: #ff8c00; height: 2px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 3px;  bottom: 32px; }
/*position: relative;*/


.navbar-right {
    float: right;
    padding-right: 20px;
}

.navbar-right li {
    float: left;
    padding: 25px 20px 0;
    font-size: 14px;
    color: #222;
    line-height: 30px;
}

.navbar-right li a {
    color: #666;
}

/*.navbar-right li a:hover, .navbar-right li a.active {*/
    /*color: #222;*/
/*}*/

.liact {
    width: 12px;
    height: 2px;
    background-color: #FF910D;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin: 0 auto;
}

.top-text {
    position: relative;
    padding-top: 100px;
    text-align: center;
    font-size: 40px;
    color: #fff;
}

.top-t-line {
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 0.30);
    margin: 20px auto 0;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

/* =About css
-----------------------------------------------------------------------------*/

.text-box dl {
    padding: 40px 0 0;
    text-align: center;
}

.text-box dl dt {
    font-size: 24px;
    color: #444;
}

.text-box dl dd {
    color: #666;
    padding-top: 5px;
}

.text-box .hrline {
    width: 60px;
    height: 2px;
    background-color: #FF910D;
    margin: 30px auto 0;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.content {
    width: 100%;
	background:#f3f3f3;
    margin: 0 auto;
	padding:40px 0;
}

.con-company, .con-culture, .con-partner {
    border-top: 1px solid #f9f9f9;
    padding-top: 20px;
    margin-top: 50px;
}

.title-com {
    width: 100%;
}

.title-com i.icon {
    display: block;
    float: left;
    color: #FF910D;
    font-size: 44px;
    padding-right: 5px;
    margin-top: -4px;
}

.title-com dl {
    float: left;
    display: block;
}

.title-com dl dt {
    font-size: 18px;
    color: #444;
}

.title-com dl dd {
    font-size: 14px;
    color: #999;
}

.con-box {
    padding-top: 30px;
    width: 100%;
}

.con-box .cb-text {
    float: left;
    width: 820px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.con-box .cb-text p {
    text-indent: 2em;
    padding-bottom: 10px;
}

.con-box .cb-img {
    float: right;
    width: 350px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.con-box .cb-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.con-cul {
    width: 20%;
    float: left;
}

.con-cul dl {
    padding: 0 10px 0 10px;
}

.con-cul dl dt {
    font-size: 18px;
    color: #444;
    line-height: 40px;
}

.con-cul dl dd {
    color: #999;
    line-height: 24px;
}

.par-list {
    margin-right: -1.622%
}

.par-img {
    float: left;
    width: 12.5%;
    height: 60px;
    line-height: 60px;
    margin: 0 0.811% 1.622%;
    margin-bottom: 1.622%;
    border: 1px solid #F2F2F2;
    position: relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.par-img img.pi-img {
    vertical-align: middle;
}

/* =News css
-----------------------------------------------------------------------------*/
.news-rec {
    padding-top: 50px;
}

.news-rec li.nrec {
    width: 29%;
    background-color: #f8f8f8;
    padding: 1%;
    float: left;
    margin-left: 1.75%;
}

.news-rec li.nrec a {
    display: block;
    width: 100%;
    height: 100%;
    color: #444;
}

.news-rec li.nrec:hover dl.newsrec-title dt a {
    color: #FF910D;
}

.news-rec li.nrec img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.news-rec li.nrec dl.newsrec-title {
    text-align: center;
    padding: 15px 5px 20px;
}

.news-rec li.nrec dl.newsrec-title dt {
    color: #444;
    font-size: 14px;
    line-height: 30px;
}

.news-rec li.nrec dl.newsrec-title dd {
    color: #999;
    line-height: 24px;
    text-align: left;
}

.news-list {
    margin-top: 30px;
    border-top: 1px solid #f9f9f9;
}

.news-list li.nlist {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #f9f9f9;
    overflow: hidden;
}

.news-list li.nlist .newsimg {
    float: left;
    padding-right: 20px;
}

.news-list li.nlist .newsimg img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.news-list li.nlist .newstitle {
    float: left;
}

.news-list li.nlist .newstitle h3 {
    font-size: 14px;
    line-height: 32px;
    font-weight: 800;
}

.news-list li.nlist .newstitle h3 a {
    color: #444;
}

.news-list li.nlist .newstitle p {
    display: block;
    color: #666;
    line-height: 24px;
    padding-bottom: 8px;
}

.news-list li.nlist .newstitle span {
    padding: 3px 5px;
    background-color: #666;
    color: #fff;
    font-size: 12px;
}

.news-list li.nlist em.newstime {
    display: block;
    float: right;
    color: #999;
}

.news-list li.nlist:hover .newstitle h3 a {
    color: #FF910D;
}

.news-list li.nlist:hover {
    background-color: #fafafa;
}

.pages {
    text-align: center;
    padding-top: 60px;
    display: none;
}

.pages span a {
    padding: 6px 12px;
    background-color: #e0e0e0;
    margin: 0 10px;
    color: #fff;
    font-weight: 600;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pages span a:hover {
    background-color: #FF910D;
}

/* =Jobs css
-----------------------------------------------------------------------------*/
.jobs-box {
    padding: 50px 0 20px;
}

ul.jobs-tab {
    padding-bottom: 50px;
    text-align: center;
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

ul.jobs-tab li {
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

ul.jobs-tab a {
    display: inline-block;
    padding: 12px 10px;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 2px;
    text-align: center;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px;
    color: #666;
    margin: 10px 10px 0;
}

ul.jobs-tab a:hover {
    background-color: #FF910D;
    color: #fff;
    font-weight: 600;
    border: 1px solid #ff910d;
}

.kDown {
    width: 30px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    display: none;
    line-height: 40px;
    font-size: 24px;
    color: #E8E8E8;
    display: none;
    position: absolute;
    right: 10px;
    top: 0;
    -webkit-transform: rotate(180deg); /*Safari 4+,Google Chrome 1+ */
    -moz-transform: rotate(180deg); /*Firefox 3.5+*/
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /*ie*/
}

.kDown:hover {
    color: #ff910d;
}

.kUp {
    display: none;
}

.jobs-list {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.jobs-list li {
    width: 33.333%;
    float: left;
    padding-bottom: 80px;
    position: relative;
    height: 350px;
}

.jobs-list li article.jli-box {
    width: 89.5%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 20px 20px 0;
    border-left: 1px solid #f9f9f9 !important;
    border: 1px solid #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    height: 350px;
}

.jobs-list li article.jli-box dl {
    display: block;
    position: relative;
}

.jobs-list li article.jli-box dl span {
    padding: 8px;
    background-color: #bbb;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    float: left;
    margin-top: 5px;
}

.jobs-list li article.jli-box dl dt {
    font-size: 18px;
    color: #444;
    line-height: 28px;
    padding-left: 24px;
}

.jobs-list li article.jli-box dl dd {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding-left: 24px;
}

.jobs-list li article.jli-box p.jlb-con {
    display: block;
    padding-top: 20px;
    line-height: 32px;
    font-size: 12px;
    color: #666;
    margin-bottom: 40px;
}

.jobs-list li article.jli-box p.jlb-con strong {
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.jobs-list li article.jli-box p.line-bit {
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 20px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.jobs-list li article.jli-box:hover {
    z-index: 10;
    border: 1px solid #EEEEEE !important;
    height: auto;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
}

.jobs-list li article.jli-box:hover p.line-bit {
    display: none;
}

.jobs-list li article.jli-box:hover dl span {
    background-color: #FF910D;
}

.jobs-text {
    padding: 200px 0 100px;
    text-align: center;
    color: #444;
    font-size: 14px;
}

#tabs_container {
    position: relative;
    background: #fff;
    zoom: 1;
}

#tabs_container div {
    zoom: 1;
}

.transition {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.make_transist {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hidescale {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
}

.showscale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.tabulous_active {
    background: #FF910D !important;
    color: #fff !important;
    font-weight: 600;
    border: 1px solid #ff910d !important;
}

.tabulousclear {
    display: block;
    clear: both;
}

input {
    width: 100%;
    height: 40px;
    background: #f8f7f7;
    border: 0;
    color: #000000;
    font-weight: 500;
    line-height: 40px;
    font-family: 'PingFang SC', sans-serif;
    margin-bottom: 10px;
    font-size: 13px;
    padding-left: 15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

input.button-submit {
    width: 180px;
    height: 40px;
    background: #000;
    font-weight: 500;
    border: 0;
    font-family: 'PingFang SC', sans-serif;
    color: #fff;
    float: right;
    font-weight: 900;
    line-height: 40px;
    font-size: 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

textarea {
    width: 100%;
    height: 40px;
    border: 0;
    line-height: 40px;
    background: #f8f7f7;
    color: #000000;
    font-size: 13px;
    font-family: 'PingFang SC', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

textarea:focus {
    background: #f4f4f4;
    height: 250px;
}

/* =Footer css
-----------------------------------------------------------------------------*/

#footer-box {
    margin-top: 60px;
    border-top: 1px solid #f9f9f9;
    padding: 0 5%;
    height: 120px;
}

footer {
    position: relative;
    background: #fff;
    width: 100%;
    margin: 0 auto;
}

.footer-left {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-left li {
    width: 54px;
    height: 54px;
    float: left;
    line-height: 54px;
    text-align: center;
    border: 1px solid #eee;
    margin-right: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.footer-left li a {
    color: #ccc;
    position: relative;
}

.footer-left li i.iconsns {
    display: block;
    font-size: 22px;
}

.footer-left li a:hover.sns-wechat {
    color: #00D647;
}

.footer-left li a:hover.sns-weibo {
    color: #FF8900;
}

.footer-left li a:hover.sns-qq {
    color: #008CFF;
}

.footer-left li a .wc-qr {
    display: none;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.03);
    position: absolute;
    bottom: 60px;
    left: -65px;
    padding: 15px;
}

.footer-left li a .wc-qr img {
    width: 100px;
    height: auto;
    display: block;
}

.footer-left li a:hover.sns-wechat .wc-qr {
    display: block;
}

.footer-logo {
    margin: 0 auto;
    width: 115px;
    height: 50px;
    margin-top: 35px;
}

.footer-logo img {
    display: block;
}

.copyright {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    color: #999;
}

.copyright i {
    font-style: normal;
}

.copyright a {
    padding-left: 20px;
    color: #999;
}

.copyright a:hover {
    color: #FF910D;
}

.news-list li.nlist dl {
    width: 100%;
}

.kCnava, .kCnav, .kBack {
    display: none;
}

.kContact {
    overflow: hidden;
}

.kCtct {
    width: 33%;
    text-align: center;
    font-size: 14px;
    float: left;
    padding-top: 53px;
}

.kCtct span {
    display: block;
    color: #FF910D;
}

.kCtct div {
    width: 30px;
    height: 2px;
    background-color: #FF910D;
    margin: 14px auto;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.kCtct p {
    color: #444;
}

.klxwm {
    text-align: center;
    position: relative;
}

.klxwm h2 {
    color: #444;
    font-size: 24px;
    padding: 80px 0 50px;
    width: 200px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -100px;
}

.klxwm h2 p {
    font-size: 14px;
    color: #565656;
}

.klxwmp {
    width: 550px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    border-bottom: 1px solid #f8f8f8;
}

.klxwmp input {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    background: none;
    color: #666;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 0;
}

.klxwmp2 {
    height: 140px;
    padding: 10px;
}

.klxwmp2 textarea {
    border: none;
    background: none;
    font-size: 14px;
    text-align: left;
    color: #666;
    height: 140px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0;
    line-height: 24px;
}

.kBut {
    width: 200px;
    height: 44px;
    border: none;
    background: #222;
    color: #fff;
    font-size: 12px;
    line-height: 44px;
    margin-top: 36px;
    border-radius: 3px;
    cursor: pointer;
    padding: 0;
}

.kBut:hover {
    background: #f08c00;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.leaflet-bottom .leaflet-control, .leaflet-container .marker-description img {
    margin-bottom: 10px
}

.leaflet-container a {
    color: #3887BE;
    font-weight: 400;
    text-decoration: none
}

.leaflet-container .mapbox-improve-map, .leaflet-popup-content .marker-title {
    font-weight: 700
}

.leaflet-container a:hover, .leaflet-container.dark a {
    color: #63b6e5
}

.leaflet-container.dark a:hover {
    color: #8fcaec
}

.leaflet-container .mapbox-button, .leaflet-container.dark .mapbox-button {
    background-color: #3887be;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.leaflet-container .mapbox-button:hover, .leaflet-container.dark .mapbox-button:hover {
    color: #fff;
    background-color: #3bb2d0
}

.leaflet-image-layer, .leaflet-layer, .leaflet-map-pane, .leaflet-marker-icon, .leaflet-marker-pane, .leaflet-marker-shadow, .leaflet-overlay-pane, .leaflet-overlay-pane svg, .leaflet-popup-pane, .leaflet-shadow-pane, .leaflet-tile, .leaflet-tile-container, .leaflet-tile-pane, .leaflet-zoom-box {
    position: absolute;
    left: 0;
    top: 0
}

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.leaflet-overlay-pane svg, .slick-slider {
    -moz-user-select: none
}

.leaflet-marker-icon, .leaflet-marker-shadow {
    display: block
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-anim .leaflet-zoom-hide, .slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.leaflet-tile-pane {
    z-index: 2
}

.leaflet-objects-pane {
    z-index: 3
}

.leaflet-overlay-pane {
    z-index: 4
}

.leaflet-shadow-pane {
    z-index: 5
}

.leaflet-marker-pane {
    z-index: 6
}

.leaflet-popup-pane {
    z-index: 7
}

.leaflet-control {
    position: relative;
    z-index: 7;
    pointer-events: auto;
    float: left;
    clear: both
}

.leaflet-right .leaflet-control {
    float: right;
    margin-right: 10px
}

.leaflet-top .leaflet-control {
    margin-top: 10px
}

.leaflet-left .leaflet-control {
    margin-left: 10px
}

.leaflet-bottom, .leaflet-top {
    position: absolute;
    z-index: 1000;
    pointer-events: none
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    left: 0
}

.container {
    width: 1140px;
    margin: 0 auto
}

.kMap {
    height: 500px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.map {
    width: 100%;
    height: 500px
}

.map ul, .poi-box {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 9
}

.map ul li h2 {
    margin-top: 10px;
    width: 96px;
    height: 46px;
    color: #444;
    font-size: 14px;
    background-color: #0E8CFD;
    cursor: pointer;
    line-height: 46px;
    border: 2px solid #fafcfe;
    border-radius: 2px;
    background: #fafcfe;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}

.map ul li h2 a, .map ul li h2 a:hover {
    color: #444;
}

.map ul li h2:hover {
    border: 2px solid #fcc685;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.map ul li h2 i {
    font-size: 30px;
    float: left;
    margin-top: -3px;
    padding: 0 10px;
    color: #888;
}

.map ul li h2:hover i, .map ul li.current h2 i {
    color: #FF910D;
}

.map ul li p {
    padding: 30px 20px 45px;
    background-color: #0E8CFD;
    display: none
}

.map ul li.current h2, .poi-box h2 {
    border: 2px solid #fcc685;
}

.map .city-marker-bj, .map .city-marker-sh, .map .city-marker-xm {
    background: url(../images/car.png) no-repeat;
}

.poi .arrow-down {
    width: auto;
    float: right;
    margin-top: 8px;
    margin-right: 20px;
    color: #CAE8FD;
    font-size: 26px;
    font-weight: 100
}

.poi.current .arrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.poi-box {
    width: 60%;
    left: 15px;
    display: none
}

.poi-box-close {
    float: right;
    margin: 0 10px
}

.poi-box h2 {
    width: 100%;
    height: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 10px
}

.poi-box p {
    padding: 30px 10px;
    text-align: center;
    background-color: #0E8CFD;
    color: #fff
}

.kMapC {
    width: 30%;
    position: absolute;
    background: #6e6e6e;
    border-radius: 2px;
}

.kMapC h2 {
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    background: #5e5e5e;
    color: #fff;
}

.kMapC p {
    line-height: 24px;
    padding: 25px 20px;
    font-size: 12px;
    color: #C0C0C0;
}

.kContact {
    padding-bottom: 50px;
}

.kXon {
    font-size: 140px;
    font-weight: bold;
    color: #FBFBFB;
    height: 180px;
    line-height: 180px;
}

.kQida {
    width: 100%;
    background: #f8f8f8;
    padding: 50px 0;
    text-align: center;
}

.kAuto {
    margin: 0 auto;
}

.kCtcta {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-top: 53px;
}

.kCtcta span {
    display: block;
    color: #444;
}

.kCtcta div {
    width: 50px;
    height: 2px;
    background-color: #FF910D;
    margin: 14px auto;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.kCtcta p {
    color: #222;
    padding: 0 3%;
}

.kCtcta p i {
    font-style: normal;
}

.kCarAa {
    width: 100%;
    background: #f08c00;
}

.kCarAaO {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    height: 640px;
    text-align: center;
    padding: 30px 0 100px;
}

.kCarAa img {
    width: 80%;
    margin: 0 auto;
}

.kCarAb {
    width: 100%;
    background: #434346;
}

.kCarAbO {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    height: 640px;
    text-align: center;
    padding: 30px 0 100px;
}

.kCarAb img {
    width: 70%;
    margin: 0 auto;
}

.kCarAc {
    width: 100%;
    background: #f08c00;
    position: relative;
}

.kCarAcO {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    height: 640px;
    text-align: center;
    padding: 30px 0 100px;
    position: relative;
}

.kCarAc img {
    width: 70%;
    margin: 0 auto;
    position: absolute;
    bottom: 65px;
    left: 50%;
    margin-left: -35%;
}

.kBg {
    width: 100%;
    height: 70px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.kText1_1 .k1 {
    font-size: 24px;
    color: #fff;
    line-height: 35px;
}

.kText1_1 .k2 {
    font-size: 24px;
    color: #fff;
    line-height: 35px;
}

.kText1_1 .k3 {
    font-size: 14px;
    color: #fff;
    padding: 30px 20px 50px;
}

.kText1_2 .k1 {
    font-size: 24px;
    color: #F08C00;
    line-height: 35px;
}

.kText1_2 .k2 {
    font-size: 24px;
    color: #F08C00;
    line-height: 35px;
}

.kText1_2 .k3 {
    font-size: 14px;
    color: #989898;
    padding: 30px 20px 50px;
}

.kText2_1 .k1 {
    font-size: 24px;
    color: #444;
    line-height: 35px;
}

.kText2_1 .k2 {
    font-size: 24px;
    color: #444;
    line-height: 35px;
}

.kText2_1 .k3 {
    font-size: 14px;
    color: #444;
    padding: 30px 20px 50px;
}

.kText2_2 .k1 {
    font-size: 24px;
    color: #F08C00;
    line-height: 35px;
}

.kText2_2 .k2 {
    font-size: 24px;
    color: #F08C00;
    line-height: 35px;
}

.kText2_2 .k3 {
    font-size: 14px;
    color: #989898;
    padding: 30px 20px 50px;
}

.kText3_1 .k1 {
    font-size: 24px;
    color: #444;
    line-height: 35px;
}

.kText3_1 .k2 {
    font-size: 24px;
    color: #444;
    line-height: 35px;
}

.kText3_1 .k3 {
    font-size: 14px;
    color: #444;
    padding: 30px 20px 50px;
}

.kText3_1 .k4 {
    font-size: 24px;
    color: #444;
    line-height: 35px;
}

.kText3_1 .k5 {
    width: 80%;
    font-size: 14px;
    color: #444;
    line-height: 35px;
    padding: 0 20px;
    margin: 0 auto;
}

.kText3_1 .k6 a {
    width: 130px;
    margin: 30px auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #222;
    color: #fff;
    display: block;
    border-radius: 2px;
}

.kText3_1 .k6 a:hover {
    background: #FF910D;
}

.kCarBa {
    width: 100%;
    background: #f8f8f8;
}

.kCarBaO {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    height: 640px;
    text-align: center;
    padding: 30px 0 100px;
}

.kCarBa img {
    width: 50.75%;
    margin: 30px auto 0;
}

.kCarBb {
    width: 100%;
    background: #434346;
}

.kCarBbO {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    height: 640px;
    text-align: center;
    padding: 30px 0 100px;
}

.kCarBb img {
    width: 69.3333%;
    margin: 50px auto 0;
}

.kCarBb img {
    width: 69.3333%;
    margin: 50px auto 0;
}

.kVideo {
    width: 80%;
    margin: 0 auto;
}

.kVideo h2 {
    height: 110px;
    line-height: 110px;
    color: #444;
    font-size: 24px;
    text-align: center;
}

.kVideo ul {
    overflow: hidden;
    margin-right: -2.5%;
}

.video-js {
    height: 270px !important;
    max-height: 100%;
}

.fld {
    float: left;
    display: inline-block;
}

.frd {
    float: right;
    display: inline-block;
}

.kVideo ul li {
    width: 22.5%;
    overflow: hidden;
    padding-bottom: 50px;
    float: left;
    display: inline-block;
    margin-right: 2.5%;
    position: relative;
}

.kVideo ul li.end {
    margin-right: 0;
}

.kVideo ul li img {
    width: 100%;
    border-radius: 2px;
}

.video-title {
    position: absolute;
    left: 0;
    bottom: 28px;
}

.video-size {
    max-width: 100% !important;
    border-radius: 2px;
}

.kCarCa {
    width: 100%;
    background: url(../images/glmt.png) no-repeat center bottom #eaebe6;
}

.kCarCaO {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    height: 680px;
    text-align: center;
    padding: 50px 0 100px;
}

.kCarCb img {
    float: left;
    display: inline-block;
}

.k25 {
    width: 25%;
}

.kPre {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
}

.kPre .k1 {
    font-size: 20px;
    font-weight: bold;
}

.kPre .k2 {
    font-size: 20px;
}

.kPre .k3 {
    font-size: 10px;
    padding-top: 10px;
}

.k404 {
    width: 650px;
    margin: 200px auto;
}

.k404 dl {
    overflow: hidden;
}

.k404 dl dt {
    width: 250px;
    float: left;
}

.k404 dl dd {
    width: 380px;
    padding-top: 30px;
    float: right;
}

.k404 .k1 {
    font-size: 16px;
    color: #6a6a6a;
    padding: 10px 0;
}

.k404 .k2 {
    font-size: 14px;
    color: #e1e1e1;
    padding: 0 0;
}

.k404 a {
    width: 126px;
    height: 40px;
    text-align: center;
    background: #fff;
    border: 2px solid #ff910d;
    border-radius: 40px;
    line-height: 40px;
    display: block;
    color: #ff910d;
    font-size: 16px;
    margin-top: 30px;
}

.klogogroup {
    border-radius: 2px;
    text-align: center;
    position: relative;
}

.klogogroup .klogogroupc {
    width: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    margin-top: 10%;
}

.kPreE {
    display: none;
}

.pagenavi {
    text-align: center;
    padding-top: 60px;
}

.pagenavi a {
    padding: 6px 12px;
    background-color: #e0e0e0;
    margin: 0 6px;
    color: #fff;
    font-weight: 600;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pagenavi a:hover, .pagenavi a.current {
    background-color: #FF910D;
}

.map_bj {
    background: url(../images/beijing.png) no-repeat center center;
}

.map_sh {
    background: url(../images/shanghai.png) no-repeat center center;
}

.kCar {
    position: absolute;
    -webkit-animation: start 1.5s infinite ease-in-out;
    -moz-animation: start 1.5s infinite ease-in-out;
    animation: start 1.5s infinite ease-in-out;
}

.kCar img {
    width: 40px;
    height: 40px;
}

.kCar_bj {
    top: 0;
    left: -50px;
}

.kCar_sh {
    top: 0;
    left: -50px;
}

.kMapC_bj {
    top: 52%;
    left: 60%;
}

.kMapC_sh {
    top: 60.41%;
    left: 59%;
}

.kMapC_hz {
    top: 60.41%;
    left: 59%;
}

@media screen and (min-width: 1920px) and (max-width: 4880px) {
    .kPre {
        position: absolute;
        left: 30px;
        top: 10px;
        color: #fff;
    }

    .kPre .k1 {
        font-size: 28px;
        font-weight: bold;
    }

    .kPre .k2 {
        font-size: 28px;
    }

    .kPre .k3 {
        font-size: 14px;
        padding-top: 10px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1200px) {
    .kCarAaO, .kCarAbO, .kCarAcO {
        width: 100%;
    }

    .kCarBaO, .kCarBbO, .kCarBcO, .kCarCaO, .kCarCbO, .kCarCcO {
        width: 100%;
    }

    .kPre .k1 {
        font-size: 14px;
        font-weight: bold;
    }

    .kPre .k2 {
        font-size: 14px;
    }

    .kPre .k3 {
        font-size: 8px;
        padding-top: 5px;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    .kCarAaO, .kCarAbO, .kCarAcO {
        width: 100%;
        height: 400px;
        padding: 30px 0 50px;
    }

    .kCarBaO, .kCarBbO, .kCarBcO, .kCarCaO {
        width: 100%;
        height: 400px;
        padding: 30px 0 50px;
    }

    .kCarCb {
        width: 100%;
        height: 400px;
        padding: 0 0 80px;
        background: #ff910d;
    }

    .kText2_1 .k1 {
        font-size: 18px;
    }

    .kText2_1 .k2 {
        font-size: 18px;
    }

    .kText1_1 .k1 {
        font-size: 18px;
    }

    .kText1_1 .k2 {
        font-size: 18px;
    }

    .kText3_1 .k5 {
        width: auto;
        font-size: 14px;
        color: #444;
        line-height: 35px;
        padding: 0 20px;
    }

    .kText3_1 .k1, .kText3_1 .k2 {
        font-size: 18px;
    }

    .kText3_1 .k3 {
        padding-bottom: 20px;
    }

    .kText3_1 .k4 {
        display: none;
    }

    .kText3_1 .k5 {
        display: none;
    }

    .kCarAa img {
        width: 95%;
    }

    .kCarAb img {
        width: 65%;
    }

    .kCarAc img {
        width: 80%;
        margin-left: -40%;
    }

    .kText2_1 .k3 {
        padding-bottom: 20px;
    }

    .kCarBa img {
        width: 90%;
        margin-top: 0;
    }

    .kCarBb img {
        width: 95%;
        margin-top: 0;
    }

    .k404 {
        width: 300px;
        margin: 200px auto;
    }

    .k404 dl dt {
        width: 100px;
        float: left;
    }

    .k404 dl dd {
        width: 180px;
        padding-top: 10px;
        float: right;
    }

    .k404 .k1 {
        font-size: 16px;
        color: #6a6a6a;
        padding: 10px 0;
    }

    .k404 .k2 {
        font-size: 14px;
        color: #e1e1e1;
        padding: 0 0;
        display: none;
    }

    .k404 a {
        width: 86px;
        height: 30px;
        text-align: center;
        background: #fff;
        border: 2px solid #ff910d;
        border-radius: 30px;
        line-height: 30px;
        display: block;
        color: #ff910d;
        font-size: 14px;
        margin-top: 0;
    }

    .con-boxQ {
        padding-top: 0;
    }

    .con-box .cb-text p {
        padding: 10px 0 0;
    }

    .kCtcta p {
        padding-top: 10px;
    }

    .kCtcta p i {
        font-style: normal;
        width: 100%;
        display: block;
        line-height: 30px;
    }

    .kQida {
        padding-bottom: 30px;
    }

    ul.jobs-tab a {
        margin: 20px 2% 0 2%;
        padding: 12px 0;
        width: 28%;
        text-align: center;
        display: inline-block;
    }

    .kMap {
        height: 320px;
    }

    .kMapC {
        width: 90%;
        top: 10px;
        left: 5%;
        margin-left: 0;
    }

    .map {
        height: 320px;
    }

    .map ul, .poi-box {
        bottom: 10px;
        left: 10px;
    }

    .kMapC, .kMapC_bj, .kMapC_sh .kMapC_hz {
        width: 90%;
        top: 10px;
        left: 5%;
    }

    .map_bj {
        background: url(../images/beijing_sj.jpg) no-repeat center center;
    }

    .map_sh {
        background: url(../images/shanghai_sj.jpg) no-repeat center center;
    }

    .kCar_bj {
        top: 130%;
        left: 62%;
    }

    .kCar_sh {
        top: 125%;
        left: 62%;
    }

    .kCar {
        display: none;
    }

    .kCar img {
        width: 30px;
        height: 30px;
    }

    .pages {
        display: block;
    }

    .pagenavi {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    .kVideo {
        width: 93%;
        padding: 0 3%;
    }

    .kCarCb img.kNo {
        display: none;
    }

    div.kNo {
        display: none;
    }

    .k25 {
        width: 50%;
    }

    .kPreE {
        float: left;
        display: block;
        width: 94%;
        padding: 30px 3% 50px;
        background: #ff910d;
        color: #fff;
    }

    .kPreE .k1 {
        font-size: 18px;
        font-weight: bold;
    }

    .kPreE .k2 {
        font-size: 18px;
    }

    .kPreE .k3 {
        font-size: 14px;
        padding-top: 10px;
    }

    .kVideo h2 {
        height: 80px;
        line-height: 80px;
        color: #444;
        font-size: 18px;
    }
}

@media screen and (min-width: 320px) and (max-width: 639px) {
    .kVideo ul {
        margin-right: 0 !important;
    }

    .kVideo ul li {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .content {
        width: 100%;
    }

    .news-rec li.nrec {
        width: 94%;
        padding: 3%;
        margin-right: 0;
        margin-left: 0;
    }

    .news-rec {
        margin-right: 0;
        margin-left: 0;
    }

    .news-list li.nlist .newstitle p {
        display: none;
    }

    .news-list li.kanima .newstitle p {
        display: block;
    }

    .news-list li.nlist .newstitle h3 a {
        padding-bottom: 10px;
        display: block;
        line-height: 24px;
    }

    .news-list li.kanima .newstitle h3 a {
        padding-bottom: 0;
    }

    .con-cul {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .con-cul dl dd {
        padding-right: 10px;
    }

    .par-img {
        width: 47.5%;
    }

    .title-com i.icon {
        padding-left: 3%;
    }

    .con-cul dl {
        padding-left: 20px;
    }

    .news-rec {
        margin-right: 0;
    }

    .jobs-list li {
        width: 100%;
    }

    .jobs-list li article.jli-box {
        z-index: 10;
        height: auto;
    }

    .jobs-list li article.jli-box p.line-bit {
        display: none;
    }

    .jobs-list li article.jli-box dl span {
        background-color: none;
    }

    .jobs-list li article.jli-box:hover {
        z-index: 10;
        border: 0px solid #fff !important;
        height: auto;
        box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

    .jobs-list li article.jli-box:hover p.line-bit {
        display: none;
    }

    .jobs-list li article.jli-box:hover dl span {
        background-color: none;
    }

    .kCtct {
        width: 100%;
        padding-top: 25px;
    }

    .kContact {
        padding-bottom: 35px;
    }

    .klxwmp {
        width: 94%;
    }

    .kNavBoxn {
        background-image: url(../images/news_top_bg_640.jpg);
    }

    .kNavBoxc {
        background-image: url(../images/contact_top_bg_640.jpg);
    }

    .kNavBoxj {
        background-image: url(../images/jobs_top_bg_640.jpg);
    }

    .kNavBoxa {
        background-image: url(../images/about_top_bg_640.jpg);
    }

    .kNavBoxs {
        background-image: url(../images/singulato_top_bg_640.jpg);
    }

    .jobs-list li article.jli-box {
        z-index: 10;
        border: 0px solid #EEEEEE !important;
        height: auto;
        box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.05);
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

    .jobs-list li {
        height: 0;
        overflow: hidden;
    }

    .kDown {
        display: block;
    }

    .kUp {
        width: 30px;
        text-align: center;
        height: 40px;
        cursor: pointer;
        display: none;
        line-height: 40px;
        font-size: 24px;
        color: #E8E8E8;
        display: none;
        position: absolute;
        right: 10px;
        top: 0;
        -webkit-transform: rotate(0deg); /*Safari 4+,Google Chrome 1+ */
        -moz-transform: rotate(0deg); /*Firefox 3.5+*/
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /*ie*/
    }

    .kUp:hover {
        color: #ff910d;
    }

    .jobs-list li {
        border-bottom: 1px solid #E8E8E8;
    }

    .jobs-list li article.jli-box {
        padding-top: 40px;
    }

    .jobs-list li {
        padding-bottom: 90px;
        height: 20px;
    }

    .news-list li.nlist em.newstime {
        display: none;
    }

    .news-rec li.nrec dl.newsrec-title dd {
        text-align: left;
    }

    .jobs-text {
        padding: 30px 0 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 959px) {
    .footer-logo img {
        display: block;
    }

    .kaboutus dl {
        width: 100%;
    }

    .kaboutus dl dt {
        width: 100%;
    }

    .kaboutus dl dd {
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    .con-box .cb-img {
        float: left;
        margin-top: 20px;
    }

    .con-box .cb-img, .con-box .cb-text {
        width: 94%;
        padding: 0 3%;
    }

    .news-rec {
        margin-right: 0;
    }

    ul.jobs-tab {
        width: 100%;
        padding-bottom: 30px;
    }

    ul.jobs-tab li {
        margin-right: 0;
        width: 20%;
    }

    ul.jobs-tab li a {
        padding: 8px 0;
        width: 100%;
    }

    .jobs-box {
        padding-top: 0;
    }

    .jobs-box {
        overflow: hidden;
    }

    #footer-box {
        height: auto;
		margin-top:0;
    }

    .footer-left {
        top: 80px;
        left: 50%;
        margin-left: -64px;
    }

    .copyright i {
        display: block;
        width: 100%;
    }

    .copyright {
        top: 0;
        width: 100%;
        text-align: center;
    }

    .copyright a {
        padding: 0;
    }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
    .footer-logo img {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 700px) {
    .top-text {
        font-size: 24px;
        padding-top: 60px;
    }

    .top-box {
        height: 200px;
    }

    .kNavBox {
        height: 200px;
    }

    .kHeader {
        height: 77px;
        background: none;
        width: 100%;
        margin: 0;
        position: fixed;
    }

    .kHead {
        height: 77px;
        background: none;
        width: 100%;
        margin: 0;
    }

    .navbar-right {
        position: absolute;
    }

    .logo img {
        width: 100%;
    }

    .navbar-left h1 {
        width: 25px;
    }

    .kCnava, .kCnav {
        display: block;
        position: absolute;
        right: 10px;
        top: 20px;
        font-size: 30px;
        color: #fff;
    }

    .navbar-left h1 {
        margin-top: 0;
        margin-left: -10px;
    }

    .navbar-left h1 a {
        color: #fff;
        font-size: 36px;
    }

    .top-nav {
        overflow: visible;
    }

    .navbar-right {
        padding: 0;
        width: 200px;
        background: #222;
        color: #fff;
        position: absolute;
        right: -200px;
        top: 0;
        height: 900px;
        z-index: 11111111;
    }

    .liact {
        display: none;
    }

    .navbar-right li.kBack {
        padding-top: 10px;
    }

    .navbar-right li a {
        color: #fff;
    }

    .navbar-right li a:hover, .navbar-right li a.active {
        color: #ff910d;
    }

    .kBack {
        display: block;
        width: 100%;
        padding: 0;
        border-bottom: 2px solid #2e241c;
    }

    .kBack a {
        font-size: 24px;
        color: #a29d9a;
        display: block;
    }

    .kCont {
        position: relative;
        left: 0;
    }

    .navbar-right li {
        width: 100%;
    }

    .kXon {
        font-size: 66px;
    }
	
	.container{
		width:100%;
		padding:0 5%;
	}
	
	.investor ul li .n1lt,
	.investor ul li .n1rt{
		width:100%;
	}
	
	.investor ul li .n1rt .n1rt2 a{
		line-height:40px;
	}
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .kaboutus dl {
        display: table;
    }

    .kaboutus dl dt {
        display: table-cell;
        padding: 0 20px 0 10px;
    }

    .kaboutus dl dd {
        display: table-cell;
        width: 350px;
        padding-right: 10px;
        vertical-align: middle;
    }

    .con-box .cb-text {
        width: auto;
    }

    .con-box .cb-img {
        width: 100%;
    }
}

@media screen and (min-width: 640px) and (max-width: 1199px) {
    .content {
        width: 100%;
    }

    .par-img {
        width: 22.5%;
    }

    .jobs-list li {
        width: 50%;
    }
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
    .content {
        width: 100%;
    }

    .news-list li.nlist dl {
        display: table;
    }

    .news-list li.nlist dl dt, .news-list li.nlist dl dd {
        display: table-cell;
    }

    .news-list li.nlist dl dt {
        width: 160px;
        vertical-align: middle;
    }

    .news-list li.nlist .newsimg img {
        width: 140px;
        height: 100px;
    }

    .news-list li.nlist .newstitle p {
        height: 44px;
        overflow: hidden;
    }

    .par-list {
        margin-right: 0;
    }

    .kCarCa {
        width: 100%;
        background: url(../images/glmt.png) no-repeat center bottom / 100% #eaebe6;
    }
}

.owl-buttons {
    display: none;
}

@font-face {
    font-family: 'webfont';
    src: url('//at.alicdn.com/t/mzoh8dnju43u9pb9.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/mzoh8dnju43u9pb9.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/mzoh8dnju43u9pb9.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/mzoh8dnju43u9pb9.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/mzoh8dnju43u9pb9.svg#思源黑体-细') format('svg'); /* iOS 4.1- */
}

.web-font {
    font-family: "webfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

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

.kJobsT {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #565656;
}

.kJobsT span {
    color: #444;
    font-size: 24px;
    display: block;
    padding: 40px 0 5px;
}

.kJobsT span, .kJobsT p {
    padding-left: 20px;
    padding-right: 20px;
}

.kJobsT div {
    width: 50px;
    height: 2px;
    background-color: #FF910D;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin: 25px auto 0;
}

.kJobsC {
    margin-top: 40px;
}

.kXx {
    height: 58px;
    background: #F9F9F9;
    border: 1px solid #EEEEEE;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    position: relative;
}

.kXx span.fld {
    font-size: 20px;
    color: #444;
    line-height: 58px;
    margin-left: 20px;
}

.kZw {
    border: 1px solid #f5f5f5;
    border-top: none;
    background: #fcfcfc;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.kZw span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-left: 20px;
    float: left;
    border-right: 1px solid #f5f5f5;
}

.kZw span.end {
    border: none;
}

.kZw .t1 {
    width: 529px;
}

.kZw .t2 {
    width: 319px;
}

.kZw .t3 {
    width: 199px;
}

.kZw .t4 {
    width: 68px;
}

.kZwXqT, .kZwXqTH {
    overflow: hidden;
    height: 58px;
    line-height: 58px;
    border: 1px solid #f5f5f5;
    border-top: none;
    cursor: pointer;
    position: relative;
}

.kZwXqT:hover {
    background: #fcfcfc;
}

.kZwXqTHov {
    background: #fcfcfc;
}

.kZwXqT span, .kZwXqTH span {
    float: left;
    display: inline-block;
    font-size: 14px;
}

.kZwXqT span a, .kZwXqTH span a {
    display: inline-block;
    padding-left: 20px;
}

.kZwXqT .t1, .kZwXqTH .t1 {
    width: 549px;
    color: #444;
    font-weight: bold;
}

.kZwXqT .t2, .kZwXqTH .t2 {
    width: 339px;
    color: #999;
}

.kZwXqT .t3, .kZwXqTH .t3 {
    width: 219px;
    color: #999;
}

.kZwXqT .t4, .kZwXqTH .t4 {
    width: 88px;
    border: none;
    color: #FF910D;
}

.kZwXqT .kSq, .kZwXqTH .kSq {
    color: #7892df;
}

.kZwXqC {
    padding: 30px 20px;
    line-height: 30px;
    color: #444;
    font-size: 12px;
    border: 1px solid #f5f5f5;
    border-top: none;
    background: #fcfcfc;
}

.kZwXqC b {
    font-weight: bold;
}

.kXlxx {
    position: relative;
}

.kXlxxT, .kXlxxTH {
    cursor: pointer;
    width: 130px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background: #fff;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #444;
}

.kXlxxT span, .kXlxxTH span {
    font-size: 10px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    -webkit-transform: rotate(180deg); /*Safari 4+,Google Chrome 1+ */
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.kXlxxT span.hov, .kXlxxTH span.hov {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: rotate(0deg); /*Safari 4+,Google Chrome 1+ */
    -moz-transform: rotate(0deg);
}

.kXlxx {
    margin: 10px 10px 0 0;
    z-index: 1111;
}

.kXlxxB {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    width: 130px;
    overflow: hidden;
    padding: 10px 0;
    background: #fff;
    position: absolute;
    top: 35px;
    left: 0;
    border: 1px solid #ececec;
    border-top: none;
}

.kXlxxB p {
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #444;
    cursor: pointer;
}

.kXlxxB p.hov {
    color: #ff910d;
}

.kXlxxT b {
    font-weight: normal;
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
    .kJobs {
        width: 90%;
    }

    .kZw {
        display: none;
    }

    .kZwXqT, .kZwXqTH {
        height: 70px;
    }

    .kZwXqT .t1, .kZwXqTH .t1 {
        width: 100%;
    }

    .kZwXqT .t2, .kZwXqTH .t2 {
        font-size: 10px;
        color: #999;
        line-height: 20px;
        width: auto;
        height: 50px;
        margin-top: -20px;
    }

    .kZwXqT .t3, .kZwXqTH .t3 {
        font-size: 10px;
        color: #999;
        line-height: 20px;
        width: auto;
        margin-top: -20px;
    }

    .kZwXqT .t3 a, .kZwXqTH .t3 a {
        padding-left: 5px;
    }

    .kZwXqT .t4, .kZwXqTH .t4 {
        width: auto;
        text-align: right;
        border: none;
        color: #FF910D;
        position: absolute;
        right: 10px;
        top: 7px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1399px) {
    .kVideo {
        width: 96%;
    }

    .kVideo ul li {
        width: 40%;
        margin-right: 4%;
        margin-left: 4%;
    }
}

@-webkit-keyframes start {
    0%, 30% {
        opacity: 0.8;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0.8;
    }
}

@-moz-keyframes start {
    0%, 30% {
        opacity: 0.8;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0.8;
    }
}

@keyframes start {
    0%, 30% {
        opacity: 0.8;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0.8;
    }
}

@media screen and (min-width: 640px) and (max-width: 768px) {

    .kMapC_bj {
        left: 69%;
    }

    .kMapC_sh {
        left: 68%;
    }
    .kMapC_hz {
        left: 68%;
    }
}

.dealers_applyBtn {
    width: 260px;
    height: 60px;
    opacity: 0.9;
    background: #FF8C00;
    border-radius: 100px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    margin: auto;
}