/* Grey Banner Star */
.grey-banner { background-size: cover; overflow: hidden; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 32px 0; height: 96px; background: #f5f5f5;}
    .grey-banner .title { color: #FFF; font-size: 28px; line-height: 28px;}
/* Grey Banner End */

/* Current Location Star */
#current-location { width: 100%; padding: 0 72px; 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 35px 0 0;}
    #current-location .categorys a:hover { color: #014099;}
    #current-location .categorys a.on { font-weight: 700; color: #014099;}
    #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 0 0;}

    #current-location .icos { float: right; color: #999;}
/* Current Location End */


/* Page Content Star */
#page-content { padding: 40px 0; overflow: hidden;}
    #page-content img { max-width: 100%;}
    .page-content { margin: 0;}
/* Page Content End */


/* Pro Category Star */
ul.pro-category { margin: 20px 0 0 0;}
    ul.pro-category li { float: left; margin: 0 1% 15px 0; width: 15.833333%; text-align: center; height: 54px; line-height: 54px; font-size: 14px; background: #f2f2f2; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    ul.pro-category li a { display: block; color: #666666; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    ul.pro-category li:nth-child(6n) { margin-right: 0;}
    ul.pro-category li.active,ul.pro-category li:hover { background: #014099;}
    ul.pro-category li.active a,ul.pro-category li:hover a { color: #FFF;}
/* Pro Category End */

/* Page Single Star */
.page-single { margin: 30px 0 0 0;}
/* Page Single End */


/* Pro List Star */
ul.pro-list { margin: 30px 0 0 0;}
    ul.pro-list li { float: left;  width: 23.500000%; margin: 0 2% 30px 0; background: #fcfcfc; position: relative; -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);}
    ul.pro-list li:nth-child(4n) { margin-right: 0;}
    ul.pro-list li .imgs { overflow: hidden; }
    ul.pro-list li:hover .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);*/}
    ul.pro-list li .texts { box-sizing: border-box; padding: 20px 20px 25px;}
    ul.pro-list li .texts .t {display: block;font-size: 22px;line-height: 1.4;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .3s ease;-webkit-transition: all .3s ease;}
    ul.pro-list li .texts .d {font-size: 14px;margin-top: 10px;color: #777;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; height: 48px; display: inline-block;}
    ul.pro-list li .texts .more {display: inline-block;font-size: 14px;color: #333;position: relative; text-align: center; margin: 15px auto 0 auto; width: 100%; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
    ul.pro-list li:after { position: absolute; transition: all .3s ease; -webkit-transition: all .3s ease; left: calc(50% - 35px); width: 70px; bottom: 0; background: #333; height: 3px;content: "";}
    ul.pro-list li:hover .texts .more { color: #014099;}
    ul.pro-list li:hover { /*background: #f0f0f0;*/}
    ul.pro-list li:hover:after { left: 0; width: 100%;}
    ul.pro-list li:hover .texts .t { color: #014099;}
/* Pro List End */


/* Pro Detail Star */
.pro-detail { margin: 20px 0 30px 0;}
    .pro-detail .head { }
    .pro-detail .head .headL { float: left; width: 45%; padding: 10px; background: #efefff;}
    .pro-detail .head .headL img { width: 100%;}


    #owl-pro .owl-controls{position:absolute; width:100%; bottom:0;}
    #owl-pro .owl-controls .owl-buttons .owl-prev,#owl-pro .owl-controls .owl-buttons .owl-next { width: 50px; position:absolute; display:block; opacity:0; filter:alpha(opacity=100); transition:opacity .2s linear 0s; cursor:pointer; color:#014099; background: transparent; padding:0; margin: 0; -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px; transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s;}
    #owl-pro .owl-controls .owl-buttons i { color:#014099; font-size: 50px;}
    #owl-pro:hover .owl-controls .owl-buttons .owl-prev,#owl-pro:hover .owl-controls .owl-buttons .owl-next { opacity:1;}

    #owl-pro .owl-controls .owl-buttons .owl-prev:hover,#owl-pro .owl-controls .owl-buttons .owl-next:hover{ }
    #owl-pro .owl-controls .owl-prev { position:absolute;left:0; top:-180px;}
    #owl-pro .owl-controls .owl-next { position:absolute;right:0; top:-180px;}
    #owl-pro .owl-controls .owl-page span { background: #014099;}

    .pro-detail .head .headR { float: right; width: 48%;}
    .pro-detail .head .headR .intro { margin: 20px 0 0 0; font-size: 16px;}

    .pro-detail .head .headR .pdf { margin: 20px 0 0 0;}


    .pro-detail .detail { margin: 30px 0 0 0;}
    .pro-detail .detail .content { margin: 20px 0 0 0;}
/* Pro Detail End */



/* Page About Star */
.page-about { background: #FAFAFA;}
    .page-about .aboutL { width: 60%; float: left; background: #FFF;}

    .page-about .aboutL .summary { padding: 20px 30px 30px 0; font-size: 16px;}
    .page-about .aboutL .product { padding: 20px 30px 30px 0; font-size: 16px;}

    .page-about .aboutR { width: 40%; float: right; background: #FAFAFA;}
    .page-about .aboutR ul.data { margin: 20px 20px 0 20px; }
    .page-about .aboutR ul.data li { float: left; width: 50%; position: relative; padding-left: 2vw; margin-bottom: 15px; margin-top: 15px; text-align: left; border-left: 1px solid #ccc;}
    .page-about .aboutR ul.data li h2.counter { font-family: 'OswaldLight', sans-serif;font-size: 40px;line-height: 40px;display: inline-block;}
    .page-about .aboutR ul.data li i.year {font-size: 16px;color: #014099;text-align: right;display: inline-block;font-style: normal;}
    .page-about .aboutR ul.data li p {color: #999;font-size: 14px;line-height: 30px;}
    .page-about .aboutR ul.data li:before {content: '';position: absolute;left: -1px;top: 0;width: 1px;height: 30%;background: #014099;z-index: 1;}
/* Page About Star */

/* Page Culture Star */
#page-culture { background: url('../img/culture.jpg') center / cover no-repeat; position: relative;}
    #page-culture ul.culture { }
    #page-culture ul.culture li { width: 33.333333%; float: left; height: 600px; border-right: 1px solid #555e8e; padding: 250px 100px 0 100px; color: #FFF; text-align: left;}
    #page-culture ul.culture li:last-child { border-right: 0;}
    #page-culture ul.culture li .name  { font-size: 32px; font-weight: 700;}
    #page-culture ul.culture li .intro { margin: 20px 0 0 0; font-size: 18px;}

    #page-culture::before { content: ""; position: absolute; right: 0; top: 0; z-index: 20; width: 100%; height: 100%; background: #FFF; transition: all 1.2s ease-in;}
    #page-culture.animated::before {width: 0;}
/* Page Culture End */


/* Page Contact Star */
.page-contact { }
    .page-contact .contact { text-align: left; color: #666;}
    .page-contact .contact .introduction { font-size: 18px;line-height: 1.3;margin: 0 0 15px 0;}
    .page-contact .contact h4 { line-height: 100%; display: inline-block; padding: 0 0 15px 0; font-size: 26px; color: #014099; border-bottom: 2px solid #014099; }
    .page-contact .contact hr { margin-top:-1.3px;}
    .page-contact .contact .content { float: left; width: 55%; font-size: 15px; line-height: 1.6;}
    .page-contact .contact .message { float: right; width: 40%;}

    .page-contact .contact .message ul li { float: left; margin: 0 4% 20px 0; width: 48.000000%;}
    .page-contact .contact .message ul li:nth-child(2n) { margin-right: 0;}
    .page-contact .contact .message ul li.fulls { float: none; width: 100%;}
    .page-contact .contact .message input.inputs { width: 100%; padding: 0px 20px; font-size: 13px; line-height: 45px; color: #757575;height: 45px;border: 1px solid #dcdcdc;border-radius: 4px;}
    .page-contact .contact .message .form-control { line-height: 45px; height: 45px; font-size: 13px; -webkit-box-shadow: none; color: #757575; box-shadow:none;}
    .page-contact .contact .message .submits { text-align: left;}
    .page-contact .contact .message .submits span { cursor: pointer; line-height: 45px; height: 45px; border-radius: 4px; color: #FFF; background: #014099; padding: 0 60px; display: inline-block;}


    .page-contact .map { margin: 30px 0 0 0; position: relative;}
    .page-contact .map .containerMap { width: 100%; height: 420px; overflow: hidden; border: solid 1px #e4e4e4; -moz-border-radius: 3px; -webkit-border-radius: 3px;  border-radius: 3px;}
    .page-contact .map .mapIcon { position: absolute;left: 60px; top: 60px; background: rgba(255,255,255,.9);padding: 2%;max-width: 30%; color: #555;}
    .page-contact .map .mapIcon a { color: #555;}
    .page-contact .map .mapIcon a:hover { color: #c30d23;}
    .page-contact .map .mapIcon .company { color: #212121; font-weight: 700;}
    .page-contact .map .mapIcon ul.list { margin: 10px 0 0 0; font-size: 15px;}
    .page-contact .map .mapIcon ul.list li { margin: 0 0 5px 0; font-weight: lighter;}
    .page-contact .map .mapIcon ul.list li i { width: 16px; height: 16px; color: #888; display: inline-block; margin: 0 10px 0 0; text-align: center;}
/* Page Contact End */


/* Page Cert Star */
.page-cert { margin: 50px 0;}
    .page-cert ul.cert { }
    .page-cert ul.cert li { float: left; width: 18.400000%; text-align: center; margin: 0 2% 30px 0; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s; -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2); behavior: url(ie-css3.htc);}
    .page-cert ul.cert li:nth-child(5n) { margin-right: 0;}
    .page-cert ul.cert li .pics { margin: 0 auto; }
    .page-cert ul.cert li .pics img { max-width: 100%;}
    .page-cert ul.cert li:hover { transform: translate3d(0,-15px,0);  -ms-transform: translate3d(0,-15px,0);  -moz-transform: translate3d(0,-15px,0);  -webkit-transform: translate3d(0,-15px,0);  -o-transform: translate3d(0,-15px,0);}
/* Page Cert End */


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

    .app-detail .detail { margin: 0 0 20px 0;}
/* App Detail 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: #014099; border: solid 1px #014099;}
    .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: #014099; border: solid 1px #014099;}

    .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: #014099; border: solid 1px #014099;}
    .prev-next .next:hover a { color: #FFF; display: block;}
/* Prev Next End */


/* Ajax Page Star */
.ajax-page { text-align: center; margin: 0 auto;}
    .ajax-page .current { color: #fff; background-color: #195599; border-color: #2f318b;}
/* 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 */

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

}

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

}

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

}

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

}

@media screen and (max-width: 991px){
    /* Current Location Star */
    #current-location { height: auto; padding: 0 10px;}
    #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: 50.000000%; 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(2n) { border-right: none;}
    #current-location .breadcrumbs { float: none; width: 100%;}
    /* Current Location End */

    /* Page Content Star */
    #page-content { padding: 20px 0;}
    /* Page Content End */

    /* Page About Star */
    .page-about { background: #FFF;}
    .page-about .aboutL { width: 100%; float: none; margin-top: 30px;}

    .page-about .aboutR { width: 100%; float: none;}
    .page-about .aboutR ul.data li { float: left; width: 50%;}
    .page-about .aboutR ul.data li h2.counter { font-size: 36px;line-height: 36px;}
    /* Page About Star */

    /* Page Culture Star */
    #page-culture { padding: 80px 0 50px 0;}
    #page-culture ul.culture li { width: 100%; height: auto; border-right: none; padding: 0 15px 0 15px; margin-bottom: 30px; text-align: center;}
    /* Page Culture End */


    /* Pro Category Star */
    ul.pro-category { display: none;}
    ul.pro-category li { width: 49.500000%; margin-bottom: 5px;}
    ul.pro-category li:nth-child(2n) { margin-right: 0;}
    /* Pro Category End */

    /* Pro List Star */
    ul.pro-list { margin: 20px 0 0 0;}
    ul.pro-list li { width: 49.000000%; margin-bottom: 15px;}
    ul.pro-list li:nth-child(2n) { margin-right: 0;}
    /* Pro List End */

    /* Pro Detail Star */
    .pro-detail .head .headL { float: none; width: 100%; padding: 10px; margin-bottom: 15px;}
    .pro-detail .head .headR { float: none; width: 100%;}
    /* Pro Detail End */

    /* App Detail Star */
    .app-detail .head { padding-bottom: 10px;  margin-bottom: 10px; }
    .app-detail .head h1 { font-size: 20px; margin-bottom: 10px;}
    .app-detail .head span { font-size: 14px;  margin-top: 5px;   text-align: center; display: block; }

    .app-detail .detail { margin: 0 0 20px 0;}
    /* App Detail End */

    /* Page Cert Star */
    .page-cert { margin: 20px 0;}
    .page-cert ul.cert li { width: 49.000000%; text-align: center; margin: 0 2% 15px 0;}
    .page-cert ul.cert li:nth-child(5n) { margin-right: 2%;}
    .page-cert ul.cert li:nth-child(2n) { margin-right: 0;}
    /* Page Cert End */

    /* Page Contact Star */
    .page-contact .contact .content { float: none; width: 100%;}
    .page-contact .contact .message { float: none; width: 100%; margin-top: 15px;}
    .page-contact .map .mapIcon { left: 10px; top: 10px; max-width: 100%;}
    /* Page Contact End */
}

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

}

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

}