#header-blank { width: 100%; height: 56px; display: block;}

/* Current Location Star */
#current-location { width: 100%; height: 64px; line-height: 64px; background: rgba(248, 248, 248, 1); }
    #current-location .categorys { float: right;}
    #current-location .categorys a { float: left; display: block; color: #333; transition: color .3s; padding: 0 40px 0 0;}
    #current-location .categorys a:hover { color: #39a9de;}
    #current-location .categorys a.on { font-weight: 700; color: #39a9de;}
    #current-location .categorys a:last-child { padding-right: 0;}

    #current-location .breadcrumbs { float: left;}
    #current-location .breadcrumbs span { float: left;}


    #current-location .breadcrumbs a { font-size: 14px; color: #999; transition: color .3s;}
    #current-location .breadcrumbs span:last-child a { color: #666;}
    #current-location .breadcrumbs i { width: 4px; height: 64px; display: block; float: left; background: url('../img/arrow.png') no-repeat center; margin: 0 10px; }
    #current-location .breadcrumbs i.fa { width: auto; height: 64px; color: #999; background: none; line-height: 64px; margin: 0 10px;}
/* Current Location End */

.categorys.quicks { display: none;}

/* Pro Category Star */
.pro-category { display:none; }
/* Pro Category End */

/* Page Content Star */
#page-content { padding: 25px 0 0 0;}
#page-content img { max-width: 100%; -webkit-transition: .6s; -o-transition: .6s; transition: .6s;}
    .page-content { text-align: left;}
    .page-content h1.text-title { font-size: 20px; font-weight: 700; margin: 0 0 30px 0;}

    .page-content .lefts { display: none; z-index: 9999999; float: left; width: 24%; text-align: left; background: url("../img/categoy-body-bg.jpg"); padding: 0px 0px 0px 0px; background-color: #FFF; overflow: hidden; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); behavior: url(ie-css3.htc);}
    .page-content .lefts .titles { text-align: left; margin: 0 auto; font-size: 24px; font-weight: 700; color: #FFF; background-image: url("../img/titles-bg.jpg"); background-size: 100%;  padding: 25px 15px 20px 15px;}
    .page-content .lefts .titles span { display: block; text-transform: uppercase; font-size: 17px; font-family: "Geometric415BT-BlackA"; margin: 10px 0 0 0;}

    .page-content .lefts ul { margin: 10px auto 10px auto;}
    .page-content .lefts ul li { line-height: 36px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;}
    .page-content .lefts ul li a { display: block; font-size: 15px; padding: 2px 0;}
    .page-content .lefts ul li>a>i { float: right; margin: 9px 0 0 0;}
    .page-content .lefts ul li:hover { }
    .page-content .lefts ul li:hover a { }
    .page-content .lefts ul li.active { display: block;}
    .page-content .lefts ul li.active a { }

    .page-content .lefts ul.categorys { margin: 10px auto;}
    .page-content .lefts ul.categorys li { border-bottom: dotted 1px #bfbfbf; line-height: 36px; font-weight: 700; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;}
    .page-content .lefts ul.categorys li>a { display: block; padding: 0 15px;}
    .page-content .lefts ul.categorys li>a>i { float: right; margin: 9px 0 0 0;}
    .page-content .lefts ul.categorys li:hover { }
    .page-content .lefts ul.categorys li:hover a { }
    .page-content .lefts ul.categorys li.active { }
    .page-content .lefts ul.categorys li.active>a { color: #39a9de; }

    .page-content .lefts ul.categorys li.active .dropmenus { border-top: dotted 1px #bfbfbf; padding: 5px 20px;}

    .page-content .lefts ul.categorys li .dropmenus { border-top: solid 1px #666; padding: 3px 0; margin: 0;}
    .page-content .lefts ul.categorys li .shows { display: block;}
    .page-content .lefts ul.categorys li .hides { display: none;}
    .page-content .lefts ul.categorys li .dropmenus dl { }
    .page-content .lefts ul.categorys li .dropmenus dl dt { font-weight: 700;}
    .page-content .lefts ul.categorys li .dropmenus dl dt.active a { color: #39a9de;}
    .page-content .lefts ul.categorys li .dropmenus dl dt i { margin: 0 6px 0 0;}
    .page-content .lefts ul.categorys li .dropmenus dl dd { font-size: 14px;  padding-left: 20px;}
    .page-content .lefts ul.categorys li .dropmenus dl dd a { font-size: 14px;}
    .page-content .lefts ul.categorys li .dropmenus dl dd a:hover { text-decoration: underline; display: block;}
    .page-content .lefts ul.categorys li .dropmenus dl dd.active a { color: #39a9de;}



    .page-content .lefts .contacts { padding: 20px 10px; background:url('../img/contacts.jpg') left center no-repeat;}
    .page-content .lefts .contacts a:hover { text-decoration: underline;}
    .page-content .lefts .contacts i { margin-right: 3px; width: 15px; text-align:center; height: 15px; display: inline-block; vertical-align: middle; align-items: center;}

    .page-content .rights { float: none; width: 100%;}
    .page-content .contents { float: right; width: 78%; padding: 15px 20px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-color: #FFF; -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); behavior: url(ie-css3.htc);}
/* Page Content End */

.detail-titles { width: 100%; border-bottom: solid 1px #f3f3f3; color: #424242; margin: 0 0 20px 0;}
    .detail-titles h1 { font-size: 17px; padding: 5px 0; float: left;}
    .detail-titles h1>i { margin: 0 5px 0 0; color: #39a9de;}
    .detail-titles>i { float: right; color: #757575; margin: 6px 0 0 0; font-size: 17px; }
    .detail-titles a { }

.detail-contents { margin: 0 0 20px 0;}


/* Current Place Star */
.current-place { display: none; padding: 5px 0px 10px 0px; margin: 0 10px 15px 10px; border-bottom: dotted 1px #ececec;}
    .current-place>h1{ float: left; border-left:solid 3px #39a9de; color: #313131; font-size: 18px; padding: 0 0 0 10px;}
    .current-place>h1>span { text-transform: uppercase; color: #666;  font-size: 14px; margin: 0 0 0 10px; }
    .current-place>a { float:right; }
    .current-place>h2 { float: right;  font-size: 14px;}
    .current-place>h2>span { margin: 0 5px; font-family: simsun;}

    .current-place .ico { float: right; color: #999;}

/* Current Location End */

/* Single Detail Star */
.single-detail { margin: 0 5px 0 5px; text-align: left;}
    .single-detail img { max-width: 100%;}
/* Single Detail Star */


/* Shirui Star */
.shirui-img { margin: 0 auto 30px auto; overflow: hidden; text-align: center;}
    .shirui-img .pcs { display: block;}
    .shirui-img .mobiles { display: none;}
    .shirui-img img { max-width: 100%; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 auto;}

    .shirui-intro { margin: 30px auto 42px auto; padding: 0; color: #555; line-height: 1.3; font-weight: lighter; font-size: 18px; text-align: justify;}
/* Shirui End */


/* Quality Star */
.quality-img { margin: 0 0 30px 0; overflow: hidden; text-align: center;}
    .quality-img img { max-width: 100%;  margin: 0 auto;}

    .quality-intro { margin: 5px auto 30px auto; padding: 0; color: #555; line-height: 26px; font-weight: normal; text-align: justify;}
/* Quality End */

/* Idea Star */
.idea img { max-width: 100%; margin: 0 auto;}
/* Idea End */

/* Environment Star */
.environment { text-align: left;}
    .environment .table-titles { font-size: 18px; font-weight: 600;}
    .environment .table-lists { background-color: #CCC; border-spacing: 1px; border-collapse: inherit; text-align: left;}
    .tablesImgs { max-height: 180px;}
/* Environment End */

/* Talent Star */
.talent-img { margin: 0 0 30px 0; overflow: hidden; text-align: center;}
    .talent-img .pcs { display: block; margin: 0 auto;}
    .talent-img .mobiles { display: none; margin: 0 auto;}
    .talent-img img { max-width: 100%; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}

    .talent-intro { margin: 30px auto 42px auto; padding: 0; color: #555; line-height: 26px; font-weight: normal; text-align: justify;}
/* Talent End */


/* History Star */
.page-history { background: url("../img/history-bg.jpg") center no-repeat; background-size: cover; }
    .history { padding: 50px 0 160px 0; }
    .history ul { margin: 60px 0; position: relative;}
    .history ul::before { content: ""; display: block; width: 100%; border-bottom: 2px solid #ccc; position: absolute; left: 0; top: 59px; }
    .history ul li .item { width: 100%;}
    .history ul li .years { text-align: center; color: #000; font-size: 38px; line-height: 1; font-family: 'Geometric415BT-BlackA'; font-weight: 700; margin-bottom: 17px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
    .history ul li .years span { font-size: 18px; margin: 0 0 0 5px; color: #646464;}
    .history ul li .arrows { width: 100%; line-height: 1;}
    .history ul li .arrows .icos { width: 10px; height: 10px; margin: 0 auto 20px; background: #fff; border: 3px solid #39a9de; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
    .history ul li .intros { text-align: center; line-height: 26px;  padding: 0 15px;}

    .history ul li:hover .arrows .icos { width: 20px; height: 20px;}
    .history ul li:hover .years { margin-bottom: 12px;}

    #owl-history .owl-controls{position:absolute; width:100%; bottom:5px;}
    #owl-history .item { margin:0px; padding:0px;}
    #owl-history .owl-controls .owl-buttons .owl-prev,#owl-history .owl-controls .owl-buttons .owl-next { position:absolute; display:block; opacity:.5; filter:alpha(opacity=50); transition:opacity .2s linear 0s; cursor:pointer; color:#7f7f7f; background:transparent; padding:0; margin: 0;}
    #owl-history .owl-controls .owl-buttons i { color:#b5b5b5; font-size: 100px;}
    #owl-history .owl-controls .owl-buttons .owl-prev:hover,#owl-history .owl-controls .owl-buttons .owl-next:hover{ opacity:.8; filter:alpha(opacity=80);}
    #owl-history .owl-controls .owl-prev { position:absolute;left:0; top:-100%;}
    #owl-history .owl-controls .owl-next { position:absolute;right:0; top:-100%;}
/* History End */

/* textList Star */
.textList { margin: 0 10px 0 10px; text-align: left;}
    .textList > li { text-align: left; border: 1px solid #f0f0f0; position:relative; margin-bottom: 20px; padding: 20px; transition: all .5s ease .3s; -o-transition: all .5s ease .3s;  -ms-transition: all .5s ease .3s;  -moz-transition: all .5s ease .3s;  -webkit-transition: all .5s ease .3s;}
    .textList > li > div > div > h1 {  font-size: 16px;  color: #333; margin: 0px 0 10px 0;  }
    .textList > li > div > div > h1>a>span { float: right; font-size: 14px;}
    .textList > li > div > div > a {  font-size: 14px;  color: #fff; float: right;    background: #ff7e11;  padding: 6px 30px;  -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
    .textList > li > div > div > a:hover { background: #ff7e11; -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); behavior: url(ie-css3.htc);}
    /*.textList > li:after{clear:both;display: block;content:"";}*/

    .textList > li:before{content:'';display: block;height: 1px;position: absolute;right: 0;top: -1px;width:0;background: #39a9de;transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;}
    .textList > li:hover:before{width:100%;}

    .textList > li:after{content:'';display: block;height: 1px;position: absolute;right: 0; bottom: -1px;width:0;background: #39a9de;transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;}
    .textList > li:hover:after{width:100%;}

    .textList > li:hover { border-left-color: #39a9de; border-right-color: #39a9de;}
/* textList End */

/* Content Star */
.detail-info { text-align: left; border-bottom: dotted 1px #d6d6d6;  padding-bottom: 20px;  margin-bottom: 20px; margin-top: 10px; }
    .detail-info h1 { color: #333; font-size: 26px;   text-align: center; margin: 0 0 15px 0;}
    .detail-info h1 a { }
    .detail-info span { font-size: 14px;  margin-top: 5px;   text-align: center; display: block; }
/* Content End */


/* Content Star */
.twoLists { margin: 20px 0 0 0;}
.twoLists img { max-width: 100%; padding: 6px; border: solid 1px #F2F2F2;}
.twoLists li { float: left; width: 49%; text-align: center; margin: 0 2% 20px 0;}
.twoLists li:nth-child(2n) { margin-right:0;}
.twoLists li .listBoxs { margin: 0 0;}
.twoLists li .listTitles { margin: 10px 0 0 0; font-weight: 700;}
.twoLists li .listIntros { height: 60px; overflow: hidden;}

.threeLists { margin: 20px 0 0 0;}
.threeLists img { max-width: 100%; padding: 6px; border: solid 1px #F2F2F2;}
.threeLists li { float: left; width: 32.000000%; text-align: center; margin: 0 2% 0 0;}
.threeLists li:nth-child(3n) { margin-right: 0;}
.threeLists li .listBoxs { margin: 0 auto;}
.threeLists li .listTitles { margin: 10px 0 0 0; font-weight: 700;}

.sixLists { margin: 20px 0 0 0;}
.sixLists img { max-width: 100%; padding: 6px; border: solid 1px #F2F2F2;}
.sixLists li { float: left; width: 16.666666%; text-align: center;}
.sixLists li .listBoxs { margin: 0 10px;}
.sixLists li .listTitles { margin: 10px 0 0 0; font-weight: 700;}


.twoContent { position: relative;}
.twoContent img { max-width: 100%; padding: 6px; border: solid 1px #F2F2F2;}
.twoContent img.no { border: none;}
.twoContent .contentLeft { float: left; width: 50%;}
.twoContent .contentRight { float: right; width: 43%; text-align: right;}

.twoContent .contentParas { margin: 200px 0 0 0;}

.twoContent .floatsLB { position:absolute; left: 0; bottom: 0; width: 50%;}

.ke-zeroborder { background-color: #CCC; border-spacing: 1px; border-collapse: separate;}
.detailImgs { max-width: 100%; padding: 6px; border: solid 1px #F2F2F2;}
/* Content End */


/* Ajax Page Star */
.ajax-page { text-align: center; margin: 0 auto;}
    .ajax-page .current { color: #fff; background-color: #5bc0de; border-color: #46b8da;}
/* Ajax Page End */

/* Loading Star */
.loading { font-size: 0; text-align: center; line-height: 10px; margin: 20px auto;}
    .loading i { margin: 0 9px; display: inline-block; vertical-align: top; width: 10px; height: 10px; background-color: #333; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%;}

    .loading i:nth-of-type(1) {-webkit-animation: loading1 1s linear infinite;animation: loading1 1s linear infinite;}
    .loading i:nth-of-type(2) {opacity: .85;-webkit-animation: loading2 1s linear infinite;animation: loading2 1s linear infinite;}
    .loading i:nth-of-type(3) {opacity: .7;-webkit-animation: loading3 1s linear infinite;animation: loading3 1s linear infinite;}
    .loading i:nth-of-type(4) {opacity: .55;-webkit-animation: loading4 1s linear infinite;animation: loading4 1s linear infinite;}
    .loading i:nth-of-type(5) {opacity: .4;-webkit-animation: loading5 1s linear infinite;animation: loading5 1s linear infinite;}
    .loading i:nth-of-type(6) {-webkit-opacity: .25;animation: loading6 1s linear infinite;animation: loading6 1s linear infinite; }

    @keyframes loading1 { 0% {opacity: 1} 50% {opacity: .25} 100% {opacity: 1} }
    @keyframes loading2 { 0% {opacity: .85} 10% {opacity: 1} 60% {opacity: .25} 100% {opacity: .85} }
    @keyframes loading3 { 0% {opacity: .7} 20% {opacity: 1} 70% {opacity: .25} 100% {opacity: .7} }
    @keyframes loading4 { 0% {opacity: .55} 30% {opacity: 1} 80% {opacity: .25} 100% {opacity: .55} }
    @keyframes loading5 { 0% {opacity: .4} 40% {opacity: 1} 90% {opacity: .25} 100% {opacity: .4} }
    @keyframes loading6 { 0% {opacity: .25} 50% {opacity: 1} 100% {opacity: .25} }

    @-webkit-keyframes loading1 { 0% {opacity: 1} 50% {opacity: .25} 100% {opacity: 1} }
    @-webkit-keyframes loading2 { 0% {opacity: .85} 10% {opacity: 1} 60% {opacity: .25} 100% {opacity: .85} }
    @-webkit-keyframes loading3 { 0% {opacity: .7} 20% {opacity: 1} 70% {opacity: .25} 100% {opacity: .7}}
    @-webkit-keyframes loading4 { 0% {opacity: .55} 30% {opacity: 1} 80% {opacity: .25} 100% {opacity: .55}}
    @-webkit-keyframes loading5 { 0% {opacity: .4} 40% {opacity: 1} 90% {opacity: .25} 100% {opacity: .4}}
    @-webkit-keyframes loading6 { 0% {opacity: .25} 50% {opacity: 1} 100% {opacity: .25}}
/* Loading End */

/* Loading More Star */
.loading-more { margin: 0 auto; text-align: center;}
    .loading-more a { text-transform: capitalize; display: block;  width: 160px; padding: 4px 0 2px 0;  text-align: center;  margin: 0 auto; border: 1px solid #DDD; background: #FFF; -moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius: 25px; transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s;}
    .loading-more a:hover { color: #FFF; background: #1a73e8; border: 1px solid #1a73e8; transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s;}
/* Loading More End */

/* Detail Imgs Star */
.detail-imgs { text-align: center; width:100%; margin: 0 auto;}
    .detail-imgs img { max-height: 362px; padding: 5px; border: solid 1px #ececec; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
    .detail-imgs p { font-weight: 700; font-size: 16px; margin: 15px 0 15px 0;}
/* Detail Imgs End */

/* Detail Title Star */
.detail-title { width: 100%; border-bottom: solid 1px #f3f3f3; color: #424242; margin: 20px 0 0 0;}
    .detail-title h1 { font-size: 18px; border-bottom: solid 3px #39a9de;  padding: 5px 0; float: left;}
    .detail-title i { float: right; color: #39a9de; margin: 12px 0 0 0; }
    .detail-title a { }
/* Detail Title End */

/* Detail Content Star */
.detail-content { padding: 20px 0; text-align: left;}
    .detail-content img { max-height: 100%;}
/* Detail Content End */

/* Public Infos Star */
.public-infos{ width: 60%; margin:0 auto 30px auto; font-size:13px; border: solid 1px #f5f5f5; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 30px;}
    .public-infos .public-infos-left { float:left; width:40%; _display:inline; text-align:center;}
    .public-infos .public-infos-left img { border: solid 1px #DDD;}
    .public-infos .public-infos-left h1 { font-size:15px; margin-top:12px; text-align:center; font-weight:lighter;}

    .public-infos .public-infos-right { float:right; width:60%; _display:inline;}
    .public-infos .public-infos-right .public-infos-intro {  line-height: 200%; width:100%;}
    .public-infos .public-infos-right .public-infos-intro h1 { font-size:20px; font-weight: 600;}
    .public-infos .public-infos-right .public-infos-intro ul { margin-top: 10px;}
    .public-infos .public-infos-right .public-infos-intro ul li { font-size: 15px;}
/* Public Infos End */

/* Prev Next Star */
.prev-next { border-top: 1px solid #f5f5f5; padding: 20px 0 0 0;}
    .prev-next .prev { width: 40%; float: left; text-align: left; text-transform: capitalize; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 1; padding: 8px 14px; border: 1px solid #f5f5f5; border-radius: 10px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s;}
    .prev-next .prev:hover { background: #39a9de; border: solid 1px #39a9de;}
    .prev-next .prev:hover a { color: #FFF; display: block;}

    .prev-next .back { width: 20%; float: left; text-align: center; text-transform: capitalize;}
    .prev-next .back a { display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 1; padding: 8px 14px; color: #545454; border: 1px solid #ddd; border-radius: 10px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s;}
    .prev-next .back a:hover { color: #FFF; background: #39a9de; border: solid 1px #39a9de;}

    .prev-next .next { width: 40%; float: right; text-align: right; text-transform: capitalize; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 1; padding: 8px 14px; border: 1px solid #f5f5f5; border-radius: 10px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s;}
    .prev-next .next:hover { background: #39a9de; border: solid 1px #39a9de;}
    .prev-next .next:hover a { color: #FFF; display: block;}
/* Prev Next End */


/* Contact Slogan Star */
.contact-slogan { text-align: left;}
    .contact-slogan img { max-width: 100%;}
    .contact-slogan .contactL { float: left; width: 20%; text-align: center;}
    .contact-slogan .contactR { float: right; width: 80%; padding: 20px 0 0 20px;}
    .contact-slogan .contactR h4 { line-height: 100%; display: inline-block; padding: 0 0 15px 0; font-size: 26px; color: #39a9de; border-bottom: 2px solid #39a9de; }
    .contact-slogan .contactR hr { margin-top:-1.3px;}
    .contact-slogan .contactR .slogans { font-size: 15px; color: #666; line-height: 1.6;}
    .contact-slogan .contactR .slogans .introduction { font-size: 18px;line-height: 1.3;margin: 10px 0 0 0;font-weight: lighter;}
/* Contact Slogan End */

/* Maps Star */
.contact-map { margin: 30px 0 0 0;}
    .maps { width: 100%; height: 400px; overflow: hidden; border: solid 1px #e4e4e4; -moz-border-radius: 3px; -webkit-border-radius: 3px;  border-radius: 3px;}
    .maps img{display:inline !important;max-width:inherit !important;}
/* Maps End */

/* Our Case Star */
ul.our-case { margin: 15px 0 0 0; }
/* Our Case End */

/* Float Category Star */
.float-category { overflow: hidden; background: #FFF; z-index:999999; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s;}
    .float-category.active { position: fixed; top: 81px; -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); behavior: url(ie-css3.htc);}
/* OFloat Category End */


/* Our Case Star */
ul.our-case { margin: 0 10px 0 10px;}
    ul.our-case li { float: left; margin: 0 2% 30px 0; width: 32.00000%; }
    ul.our-case li:nth-child(3n) { margin-right: 0;}
    ul.our-case li .box { overflow: hidden; -moz-border-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; text-align: center; background: #fff; padding: 0 0 15px 0; box-shadow: rgba(0,0,0,.05) 0 0 10px; transition: all .3s ease; -moz-transition: all .3s ease;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;}
    ul.our-case li .box h2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; font-size: 14px; line-height: 1.2;  margin: 15px 0 0 0; text-transform: capitalize; -webkit-transition: .6s; -o-transition: .6s; transition: .6s;}
    ul.our-case li .box .imgs { overflow: hidden;}
    ul.our-case li:hover .box .imgs img { transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1);}
/* Our Case End */

/* Qualification Honor Star */
.qualification-honor { margin: 30px 0 0 0; display: flex;}
    .qualification-honor ul { }
    .qualification-honor ul li { float: left; width: 15.000000%; text-align: center; margin: 0 2% 20px 0; }
    .qualification-honor ul li.last { display: none; overflow: hidden; font-size: 18px; font-weight: lighter; cursor: pointer; width: 32.000000%; margin-right: 0; background: rgba(95, 99, 104, 1); color: #FFF; -webkit-transition: all .6s; -o-transition: all .6s; transition: all .6s; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
    .qualification-honor ul li.last:hover { background: #39a9de;}


    .qualification-honor ul li:nth-child(6n) { margin-right: 0;}
    .qualification-honor ul li .boxs { padding: 0 0 10px 0; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s;  -ms-transition: all .3s;  transition: all .3s;}
    .qualification-honor ul li .boxs .pics { margin: 0 auto; width: 100%; padding: 10px; border: solid 1px rgba(242, 242, 242, 1);}
    .qualification-honor ul li .boxs .pics img { max-width: 100%;}
    .qualification-honor ul li .boxs .years { font-size: 15px; padding-top: 10px; line-height: 20px; text-align: center; color: #a5a5a5;}
    .qualification-honor ul li .boxs .names { text-transform: capitalize; width: 90%; font-size: 15px; line-height: 24px; height: 48px; overflow: hidden; text-align: center; margin: 5px auto 0 auto;}

    .qualification-honor ul li:hover .years { font-size: 15px;  font-weight: bold;  color: #000; }
    .qualification-honor ul li:hover .names { font-size: 15px;  font-weight: bold; color: #000; }
    .qualification-honor ul li:hover .boxs { transform: translate(0, -10px); -ms-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -webkit-transform: translate(0, -10px); -o-transform: translate(0, -10px);}
/* Qualification Honor End */

/* Case Two Star */
.case-two { }
    .case-two img { max-width: 100%;}
    .case-two .case-two-left { float: left; width: 50%; padding: 0 50px 0 0; overflow: hidden;}
    .case-two .case-two-right { float: right; width: 50%; overflow: hidden; padding: 0 0 0 3px;}
/* Case Two End */


/* Case Two Star */
.case-img-txt { position: relative;}
    .case-img-txt img { max-width: 100%;}
    .case-img-txt .case-img-txt-left { position: absolute; right: 0; bottom: 0; width: 34%; overflow: hidden; padding: 0 0 0 30px; font-size: 18px; line-height: 1.3; font-weight: lighter;}
    .case-img-txt .case-img-txt-right { float: left; width: 66%; overflow: hidden; padding: 30px 0 0 0;}
/* Case Two End */

/* Pro List Three Star */
ul.pro-list-three { display: flex;}
    ul.pro-list-three img { max-width: 100%;}
    ul.pro-list-three li { float: left; width: 32.000000%; margin: 0 2% 0 0; background: #1e82b3; color: #FFF;}
    ul.pro-list-three li:nth-child(3n) { margin-right: 0;}
    ul.pro-list-three li .list-info { padding: 30px 20px;}
    ul.pro-list-three li .list-info .name { font-size: 20px;}
    ul.pro-list-three li .list-info .intro { margin: 10px 0 0 0;}
/* Pro List Three Star */


/* Detail Title One Star */
.detail-title-one { font-size: 18px; font-weight: 600; width: 100%; }
/* Detail Title One End */


.detail-gray-bg { padding: 30px 0; background: #FAFAFA;}

ul.sitemap { width: 100%;}
    ul.sitemap li { float: left; margin: 0 15px 20px 0;}
    ul.sitemap li i { margin: 0 15px 0 0;}

@media screen and (max-width: 1920px){

}

@media screen and (max-width: 1500px){

}

@media screen and (max-width: 1366px){
    /* Our Case Star */
    ul.our-case li .box h2 { font-size: 14px;}
    /* Our Case End */
}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 991px){

    #header-blank { height: 56px;}

    /* Pro Category Star */
    .pro-category { display: block; }
    .pro-category ul { border-top:solid 1px #ececec; border-left:solid 1px #ececec;}
    .pro-category ul li { width:33.333333%; float:left; border-bottom:solid 1px #ececec; border-right:solid 1px #ececec; text-align:left; padding:0 0 0 10px; overflow: hidden; line-height: 32px; height:32px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
    .pro-category ul li a { color:#666;}
    .pro-category ul li.active a { color: #39a9de;}
    .pro-category ul li.hides { display: none;}

    .pro-category .mores { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; text-align: center; background:#ededed; display:inline-block; padding:2px 20px; color: #666; font-size: 13px; cursor: pointer;  margin: 5px 5px 0 5px;}
    /* Pro Category End */

    /* Page Content Star */
    #page-content { padding: 15px 0 0 0;}
    .page-content .lefts { display: none;}
    .page-content .rights { float: none; width: 100%;}
    /* Page Content End */

    .categorys.quicks { display: block;}

    /* Single Detail Star */
    .single-detail { margin: 0; text-align: left;}
    /* Single Detail Star */

    /* Current Location Star */
    #current-location { height: auto;}
    #current-location .categorys { float: none; width: 100%; text-transform: capitalize; font-weight: 700; padding: 20px 0 0 0; line-height: 100%;}
    #current-location .categorys a { float: left; width: 33.333333%; display: block; text-align: center; font-size: 14px; color: #333; transition: color .3s; padding: 0; margin: 0 0 20px 0; border-right: solid 1px #d4d9d6;}
    #current-location .categorys a:nth-child(3n) { border-right: none;}
    #current-location .breadcrumbs { float: none; width: 100%;}
    /* Current Location End */

    /* Current Place Star */
    .current-place { padding: 0 0 10px 0; margin: 0 0 15px 0; }
    .current-place>h2 { display: none;}
    /* Current Location End */

    /* textList Star */
    .textList { margin: 18px 0 0 0; text-align: left;}
    .textList > li { padding: 15px;}
    .textList > li > div > div > h1 { border-bottom: dotted 1px #f0f0f0; padding-bottom: 5px; margin-bottom: 5px;}
    .textList > li > div > div > h1>a>span { display: none;}
    /* textList End */

    /* Contact Slogan Star */
    .contact-slogan .contactL { display: none;}
    .contact-slogan .contactR { float: none; width: 100%; padding: 0;}
    .contact-slogan .contactR h4 { font-size: 20px;}
    /* Contact Slogan End */

    /* Content Star */
    .detail-info { text-align: left; padding-bottom: 10px;  margin-bottom: 10px; margin-top: 0; }
    /* Content End */

    /* Contact Slogan Star */
    .detail-content { padding: 10px 0;}
    /* Content End */

    /* Public Infos Star */
    .public-infos{ width: 100%; margin:0 auto 15px auto; padding: 10px;}
    .public-infos .public-infos-left { float:none; width:100%;}
    .public-infos .public-infos-right { float:none; width:100%; _display:inline; margin: 20px 0 0 0; text-align: center;}
    .public-infos .public-infos-right .public-infos-intro h1 {font-size: 17px;}
    .public-infos .public-infos-right .public-infos-intro ul li { text-align: left;}
    /* Public Infos End */

    /* Prev Next Star */
    .prev-next .prev { width: 35%; text-align: center;}
    .prev-next .prev span { display: none;}
    .prev-next .back { width: 30%;}
    .prev-next .next { width: 35%; text-align: center;}
    .prev-next .next span { display: none;}
    /* Prev Next End */


    /* History Star */
    .page-history { background: url("../img/history-bg.jpg") right no-repeat; background-size: cover; }
    .history { padding: 50px 0 80px 0; }
    .history ul { margin: 20px 0 0 0; }
    .history ul li .years { font-size: 22px; margin-bottom: 17px; margin-top: 17px;}
    #owl-history .owl-controls .owl-buttons i { color:#b5b5b5; font-size: 80px;}
    /* History End */


    /* textList Star */
    .textList > li > div > div > p { display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
    /* textList End */

    .shirui-img { margin: 0 auto 20px auto;}
    .shirui-intro { margin: 0 auto 0 auto;}

    /* Content Star */
    .twoLists { margin: 0 0 0 0;}
    .twoLists img { max-width: 100%; padding: 6px; border: solid 1px #F2F2F2;}
    .twoLists li { margin: 0 2% 0 0;}
    .twoLists li .listTitles { margin: 10px 0 0 0; font-weight: 700;}
    .twoLists li .listIntros { height: 72px; overflow: hidden;}

    .threeLists { margin: 10px 0 10px 0;}
    .threeLists img { max-width: 100%; padding: 6px; border: solid 1px #F2F2F2;}
    .threeLists li .listTitles { margin: 10px 0 0 0; font-weight: 700;}

    .sixLists { margin: 20px 0 0 0;}
    .sixLists img { max-width: 100%; padding: 6px; border: solid 1px #F2F2F2;}
    .sixLists li { float: left; width: 16.666666%; text-align: center;}
    .sixLists li .listBoxs { margin: 0 10px;}
    .sixLists li .listTitles { margin: 10px 0 0 0; font-weight: 700;}


    .twoContent .contentLeft { float: none; width: 100%;}
    .twoContent .contentRight { float: none; width: 100%;}

    .twoContent .contentParas { margin: 20px 0 0 0;}

    .ke-zeroborder { background-color: #CCC; border-spacing: 1px; border-collapse: separate;}
    .detailImgs { max-width: 100%; padding: 6px; border: solid 1px #F2F2F2;}
    /* Content End */

    /* Our Case Star */
    ul.our-case { margin: 0;}
    ul.our-case li { float: left; margin: 0 2% 20px 0; width: 49.000000%; }
    ul.our-case li:nth-child(2n) { margin-right: 0;}
    /* Our Case End */

    /* Case Two Star */
    .case-two .case-two-left { float: none; width: 100%; padding: 0 0 0 0;}
    .case-two .case-two-right { float: none; width: 100%; padding: 10px 0 0 0;}
    /* Case Two End */

    /* Qualification Honor Star */
    .qualification-honor { margin: 10px 0 0 0;}
    .qualification-honor ul { }
    .qualification-honor ul li { float: left; width: 49.00000%; text-align: center; margin: 0 2% 0 0; }
    .qualification-honor ul li.last { display: none}

    .qualification-honor ul li:nth-child(2n) { margin-right: 0;}
    .qualification-honor ul li .boxs .names { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}

    /* Qualification Honor End */

    /* Content Star */
    .detail-info h1 { font-size: 22px; }
    /* Content End */

    /* Pro List Three Star */
    ul.pro-list-three li .list-info { padding: 15px 10px;}
    ul.pro-list-three li .list-info .intro { margin: 5px 0 0 0;}
    /* Pro List Three Star */

    .detail-gray-bg { padding: 10px 0; }

    .twoContent .floatsLB { position: static; width: 100%;}

    /* Case Two Star */
    .case-img-txt .case-img-txt-left { position: static; right: 0; bottom: 0; width: 100%; overflow: hidden; padding: 0 0 0 0; font-size: 18px; line-height: 1.3; font-weight: lighter;}
    .case-img-txt .case-img-txt-right { float: none; width: 100%; overflow: hidden; padding: 30px 0 0 0;}
    /* Case Two End */

}

@media screen and (max-width: 767px){

}

@media screen and (max-width: 450px){

}