/* Grey Banner Star */
.grey-banner { 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; height: 338px; background: #f5f5f5;}
    .grey-banner .title { color: #FFF; font-size: 28px; line-height: 28px; display: none;}
/* 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 */

/* Category List Star */
.category-list { }
    .category-list .title { padding: 35px 33px; font-size: 26px; line-height: 30px; background: #014099; position: relative; color: #FFF;}
    .category-list .title:after { width: 0; height: 0; border-top: 20px solid #fff; border-left: 20px solid transparent; border-right: 1px solid #fff; border-bottom: 0; display: block; top: 0; right: 0; -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; content: ""; position: absolute; }
    .category-list .title .eng { position: absolute; top: 36px; left: 0; width: 100%; text-align: center; text-transform: uppercase; font-size: 50px; color:rgba(255, 255, 255, 0.2); font-style: italic; }

    .category-list ul.list { border: 1px solid #e6e6e6; border-top: 0; background: #f7f8fa;}
    .category-list ul.list li { border-bottom: 1px solid #e6e6e6;}
    .category-list ul.list li:last-child { border-bottom: none;}
    .category-list ul.list li h4 a { font-size: 16px; height: 67px; line-height: 67px; padding: 0 0 0 50px; position: relative; display: block; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;}
    .category-list ul.list li.active h4 a { color: #014099; font-weight: 700; background: #EBECEC; }
    .category-list ul.list li:hover h4 a { color: #014099; font-weight: 700;}

    .category-list ul.list li h4 a:after { left: 30px; content: ""; position: absolute; width: 0; height: 0; border-top: 6px solid transparent; border-left: 6px solid #b3b3b3;border-bottom: 6px solid transparent;display: block;top: 50%;margin-top: -6px;}
    .category-list ul.list li.active h4 a:after,.category-list ul.list li:hover h4 a:after { border-left-color: #014099;}


    .category-list ul.pro { border: 1px solid #e6e6e6; border-top: 0; background: #f7f8fa;}
    .category-list ul.pro>li { border-bottom: 1px solid #e6e6e6; padding: 0 15px; }
    .category-list ul.pro li { line-height: 52px; font-size: 16px; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .category-list ul.pro li>a { -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}

    .category-list ul.pro li.active,.category-list ul.pro li:hover { color: #014099;}
    .category-list ul.pro li.active>a,.category-list ul.pro li:hover>a { color: #014099; font-weight: 700;}


    .category-list ul.pro>li i { float: right; margin-top: 17px; cursor: pointer;}
    .category-list ul.pro>li>ul { border-top: 1px dotted #e6e6e6; display: none;}
    .category-list ul.pro>li>ul li a { display: block;}

    .category-list ul.pro li:last-child { border-bottom: none;}
/* Category List End */


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

/* Page About Star */
.page-about { }
    .page-about .lefts { float: left; width: 300px;}
    .page-about .rights { float: right; width: calc(100% - 340px); overflow: hidden;}

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

    .page-about .rights .factory { margin-top: 30px;}
    .page-about .rights .factory ul.lists { margin: 0 auto;}
    .page-about .rights .factory ul.lists li { float: left; width: 32.000000%; text-align: center; margin: 0 2% 20px 0; background: #f6f6f6; padding: 10px;}
    .page-about .rights .factory ul.lists li:nth-child(3n) { margin-right: 0;}
    .page-about .rights .factory ul.lists li .pics { margin: 0 auto; width: 100%; overflow: hidden;}
    .page-about .rights .factory ul.lists li .pics img { -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .page-about .rights .factory ul.lists li:hover .pics 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);}
    .page-about .rights .factory ul.lists li .names { font-size: 15px; line-height: 24px; height: 24px; overflow: hidden; text-align: center; margin: 15px auto 10px auto; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .page-about .rights .factory ul.lists li:hover .names { font-size: 15px;  font-weight: bold; color: #000; }

    .page-about .rights .team { margin-top: 30px;}
    .page-about .rights .team ul.lists { margin: 0 auto;}
    .page-about .rights .team ul.lists li { float: left; width: 32.000000%; text-align: center; margin: 0 2% 20px 0; background: #f6f6f6; padding: 10px;}
    .page-about .rights .team ul.lists li:nth-child(3n) { margin-right: 0;}
    .page-about .rights .team ul.lists li .pics { margin: 0 auto; width: 100%; overflow: hidden;}
    .page-about .rights .team ul.lists li .pics img { -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .page-about .rights .team ul.lists li:hover .pics 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);}
    .page-about .rights .team ul.lists li .names { font-size: 15px; line-height: 24px; height: 24px; overflow: hidden; text-align: center; margin: 15px auto 10px auto; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .page-about .rights .team ul.lists li:hover .names { font-size: 15px;  font-weight: bold; color: #000; }

    .page-about .rights .honor { margin-top: 30px;}
    .page-about .rights .honor ul.lists { margin: 0 auto;}
    .page-about .rights .honor ul.lists li { float: left; width: 23.500000%; text-align: center; margin: 0 2% 20px 0; background: #f6f6f6; padding: 10px;}
    .page-about .rights .honor ul.lists li:nth-child(4n) { margin-right: 0;}
    .page-about .rights .honor ul.lists li .pics { margin: 0 auto; width: 100%; overflow: hidden;}
    .page-about .rights .honor ul.lists li .pics img { -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .page-about .rights .honor ul.lists li:hover .pics 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);}
    .page-about .rights .honor ul.lists li .names { font-size: 15px; line-height: 24px; height: 24px; overflow: hidden; text-align: center; margin: 15px auto 10px auto; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .page-about .rights .honor ul.lists li:hover .names { font-size: 15px;  font-weight: bold; color: #000; }

    .page-about .rights .partner { margin-top: 30px;}
    .page-about .rights .partner ul.lists li { float: left; width: 25.000000%; margin: 0 0 30px 0; text-align: center;}
    .page-about .rights .partner ul.lists li:nth-child(4n) { margin-right: 0;}
    .page-about .rights .partner ul.lists li .partner { margin: 0 auto; width: 160px; height: 160px; padding: 20px; background: #FFF; border: solid 5px #f6f6f6; -moz-border-radius: 58px; -webkit-border-radius: 58px; border-radius: 58px; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s; overflow: hidden;}
    .page-about .rights .partner ul.lists li:hover .partner { -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); transform: translateY(-8px);}
/* Page About End */

/* Page Pro Star */
.page-pro { }
    .page-pro .lefts { float: left; width: 300px;}
    .page-pro .rights { float: right; width: calc(100% - 340px); overflow: hidden;}

    .page-pro .details { margin-top: 20px;}
    .page-pro .details .head { }
    .page-pro .details .head .headL { float: left; width: 620px; padding: 10px; background: #f6f6f6;}
    .page-pro .details .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:#000; 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:#000; 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:-160px;}
    #owl-pro .owl-controls .owl-next { position:absolute;right:0; top:-160px;}
    #owl-pro .owl-controls .owl-page span { background: #000;}

    .page-pro .details .head .headR { float: right; width: calc(100% - 660px); padding-top: 10px;}
    .page-pro .details .head .headR .intro { margin: 20px 0 0 0; font-size: 16px;}

    .page-pro .details .column { margin-top: 20px;}
    .page-pro .details .column .tabs .nav-tabs { border-bottom: none; background: #014099; border-left: solid 4px #014099;}
    .page-pro .details .column .tabs .nav-tabs > li { margin-bottom: 0; font-size: 16px; font-weight: 700;}
    .page-pro .details .column .tabs .nav-tabs > li > a { line-height: 44px; margin-right: 0; padding: 0 30px; border: none; border-radius: 0; color: #FFF;}
    .page-pro .details .column .tabs .nav-tabs > li.active > a, .page-pro .pro .details .column .tabs .nav-tabs > li.active > a:hover, .page-pro .pro .details .column .tabs .nav-tabs > li.active > a:focus {color: #444;}

    .page-pro .details .column .tabs .nav > li > a:hover,
    .page-pro .details .column .tabs .nav > li > a:focus {color: #444;}

    #myProContent { padding: 20px; background: #F7F7F7; -moz-border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px; border-radius:0 0 3px 3px;}
/* Page Pro End */

/* Related Related Star */
.related-pro { margin: 30px auto 0 auto;}
    .related-pro .head { margin: 0 0 20px 0;}
    .related-pro .head .title { float: left; margin-top: 5px;}
    .related-pro .head .more { float: right;}

    .related-pro .head .more .link { }
    .related-pro .head .more .link a { color: #444;}
    .related-pro .head .more .link a .regular { box-shadow: inset 0 0 0 1px #444;}
    .related-pro .head .more .link a .hover {background-color: #014099;box-shadow: inset 0 0 0 1px #014099;}
    .related-pro .head .more .link a:hover .text {color: #FFF;}
    .related-pro .head .more .link a:hover .icon {color: #FFF;}

    .related-pro ul.listing-pro li { float: left; width: 32.000000%; margin: 0 2% 20px 0; border: 1px solid #e5e5e5; box-shadow: inset 0 0 8px 2px #eee; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
    .related-pro ul.listing-pro li:nth-child(3n) { margin-right: 0;}
/* Related Related End */

/* Diy Service Star */
#page-service { padding: 40px 0 0 0; overflow: hidden;}
/* Diy Service End */


/* Diy Service Star */
.diy-service { padding: 0 72px;}
    .diy-service ul { }
    .diy-service ul li { width: 32%; float: left; margin-right: 1%; border: 1px solid #eee; margin-bottom: 47px; height: 66px; -moz-transition: all .6s;-webkit-transition: all .6s;-o-transition: all .6s;-ms-transition: all .6s;transition: all .6s;}
    .diy-service ul li:nth-child(3n) { margin-right: 0; }
    .diy-service ul li b { display: block; background: #0171e1; width: 30px; height: 30px; color: #fff; text-align: center; line-height: 30px; font-weight: normal; margin: -15px auto 0;  border-radius: 50%; -moz-transition: all .6s;-webkit-transition: all .6s;-o-transition: all .6s;-ms-transition: all .6s;transition: all .6s;}
    .diy-service ul li p { text-align: center; font-size: 16px; letter-spacing: 1px; margin-top: 10px; -moz-transition: all .6s;-webkit-transition: all .6s;-o-transition: all .6s;-ms-transition: all .6s;transition: all .6s;}
    .diy-service ul li:hover {  background: #0171e1;  color: #fff; }
    .diy-service ul li:hover p { color: #fff }
    .diy-service ul li:hover b { background: #fff; color: #0171e1; border: 1px solid #ddd; }
/* Diy Service End */

/* Diy Service Star */
.product-advantages { padding: 60px 72px; background: #FAFAFA;}
    .product-advantages ul li { float: left; width: 22.000000%; margin: 0 4% 25px 0; text-align: left; -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);}
    .product-advantages ul li .image { overflow: hidden;}
    .product-advantages ul li .image img {-moz-transition: all .8s;-webkit-transition: all .8s;-o-transition: all .8s;-ms-transition: all .8s;transition: all .8s;}
    .product-advantages ul li:hover .image img{-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);}
    .product-advantages ul li:nth-child(4n) { margin-right: 0;}
    .product-advantages ul li span { display: block; height: 80px; overflow: hidden; margin-top: 5px;}
    .product-advantages ul li i { display: block; font-style: normal; color: #333; font-size: 20px; font-weight: bold; height: 52px; line-height: 52px; vertical-align: middle; border-bottom: 1px solid #b2b2b2; box-sizing: border-box; -moz-transition: all .6s;-webkit-transition: all .6s;-o-transition: all .6s;-ms-transition: all .6s;transition: all .6s;}
    .product-advantages ul li:hover i { color: #0170e0;}

    .product-advantages ul li .text { padding: 10px 15px 20px 15px;}
/* Diy Service End */

/* Company Strength Star */
.company-strength { padding: 80px 72px 50px 72px; background: url('../img/company-strength.jpg')no-repeat top;text-align: left;}
    .company-strength ul { margin-top: 52px;}
    .company-strength ul li { width: 23.500000%; float: left; margin-right: 2%;  background: #f8f8f8; padding: 1% 2%; height: 300px; margin-bottom: 30px; border-radius: 5px; box-shadow: 0px 2px 1px #eee;}
    .company-strength ul li h4 { font-size: 20px; text-align: center; margin: 10px 0; font-weight: normal; color: #0171e1; }
    .company-strength ul li b { text-align: center; display: block; }
    .company-strength ul li p { margin: 12px auto 0; line-height: 26px; }
    .company-strength ul li p span {  display: block; width: 6px; height: 6px; background: #0171e1; float: left; margin-top: 10px; margin-right: 4px; }
    .company-strength ul li:last-child { margin-right: 0; }
/* Company Strength End */


/* Diy Process Star */
.diy-process { padding: 50px 72px;}
    .diy-process ul { }
    .diy-process ul li {  width: 25%;  float: left;  margin-bottom: 35px; }
    .diy-process ul li b {  display: block;  background: #0171e1;  height: 80px;  border-radius: 50%;  width: 80px;  margin: 0 auto;  text-align: center;  line-height: 80px; }
    .diy-process ul li b img { width: 40px;}
    .diy-process ul li p {  text-align: center;  display: block;  border-top: 1px solid #dadada;  width: 44%;  border-bottom: 1px solid #dadada;  margin: 12px auto;  color: #333; -moz-transition: all .8s;-webkit-transition: all .8s;-o-transition: all .8s;-ms-transition: all .8s;transition: all .8s;}
    .diy-process ul li p:hover {  border-bottom: 1px solid #0171e1;  border-top: 1px solid #0171e1; }
    .diy-process ul li:last-child {  margin-right: 0;}
/* Diy Process End */


/* Listing Pro Star */
ul.listing-pro { margin-top: 20px;}
    ul.listing-pro li { float: left; width: 32.000000%; margin: 0 2% 20px 0; border: 1px solid #e5e5e5; box-shadow: inset 0 0 8px 2px #eee; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
    ul.listing-pro li:nth-child(3n) { margin-right: 0;}
    ul.listing-pro li .images { overflow: hidden;}
    ul.listing-pro li .images img {-moz-transition: all .8s;-webkit-transition: all .8s;-o-transition: all .8s;-ms-transition: all .8s;transition: all .8s;}
    ul.listing-pro li:hover .images img{-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);}

    ul.listing-pro li .texts { border-top: 1px solid #e5e5e5; padding: 20px 15px;}
    ul.listing-pro li .texts .names { font-weight: 700; font-size: 16px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;}
    ul.listing-pro li .texts .intros { min-height: 53px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}

    ul.listing-pro li:hover .texts .names { color: #014099;}

    ul.listing-pro li .texts .mores { margin: 10px auto 0 auto; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;  display: inline-block; height: 34px; line-height: 34px; border: 1px solid #444;width: 110px; text-align: center;color: #014099;position: relative;padding-right: 8px;transition-property: all!important;-webkit-transition-property: all;}
    ul.listing-pro li .texts .mores { color: #444;}
    ul.listing-pro li .texts .mores i { position: absolute;background: url('../img/icon-arrow-black.png') center center no-repeat; width: 50px; height: 20px;right: -25px;top: 6px; transition: 0.5s;-webkit-transition: 0.5s;-moz-transition: 0.5s; -o-transition: 0.5s;}
    ul.listing-pro li .texts .mores:hover i { right: 15px; }
    ul.listing-pro li .texts .mores:hover { width:150px; padding-right: 30px; }
/* Listing Pro End */

/* Page Contact Star */
.page-contact { }
    .page-contact .contact { text-align: left; color: #666;}
    .page-contact .contact .introduction { font-size: 17px;line-height: 1.3;margin: 0 0 15px 0;}
    .page-contact .contact h4 { line-height: 100%; display: inline-block; padding: 0 0 10px 0; font-size: 22px; 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; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
    .page-contact .contact .message .submits:hover span { background: #006aff;}


    .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: 40%; color: #555;}
    .page-contact .map .mapIcon a { color: #555;}
    .page-contact .map .mapIcon a:hover { color: #014099;}
    .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 News Star */
.page-news { }
    .page-news .lefts { float: left; width: 300px;}
    .page-news .rights { float: right; width: calc(100% - 340px); overflow: hidden;}

    .page-news .rights .news { margin-top: 30px;}
    .page-news .rights .news ul.lists {}
    .page-news .rights .news ul.lists li { border:dashed 1px #DDD; margin-bottom: 20px; padding: 20px;  -moz-border-radius: 3px; -webkit-border-radius: 3px;  border-radius: 3px;}
    .page-news .rights .news ul.lists li .listsL { float: left; width: 226px; overflow: hidden;}
    .page-news .rights .news ul.lists li .listsL img { -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .page-news .rights .news ul.lists li:hover .listsL 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);}

    .page-news .rights .news ul.lists li .listsR { float: right; width: calc(100% - 246px);}
    .page-news .rights .news ul.lists li .listsR .name { font-size: 18px; color: #333; font-weight: lighter; margin: 0px 0 10px 0; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .page-news .rights .news ul.lists li:hover .listsR .name { color: #014099;}
    .page-news .rights .news ul.lists li .listsR .intro { font-size: 14px; color: #808080; font-weight: lighter; margin-bottom: 20px; }
    .page-news .rights .news ul.lists li .listsR .more { display: inline-block; font-size: 14px; color: #fff; font-weight: lighter; background: #014099; padding: 6px 30px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .page-news .rights .news ul.lists li:hover .listsR .more { background: #006aff;}

    .page-news .detail .heads { border-bottom: 1px solid #f5f5f5; text-align: center; padding: 0 0 30px 0;}
    .page-news .detail .heads .names { font-size: 18px; line-height: 1; text-align: center; font-weight: 600;}
    .page-news .detail .heads .paras { margin: 10px 0;}
    .page-news .detail .heads .shares { }
    .page-news .detail .infos { margin: 0 auto; font-size: 16px; padding: 30px 20px;}
/* Page News 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;}

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

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



/* <1920的设备 */
@media screen and (max-width: 1920px){

}

/* <1680的设备 */
@media screen and (max-width: 1680px){

}

/* <1500的设备 */
@media screen and (max-width: 1500px){

}

/* <1440的设备 */
@media screen and (max-width: 1440px){

}

/* <1366的设备 */
@media screen and (max-width: 1366px){


}

/* <1200的设备 */
@media screen and (max-width: 1200px){

}

/* <991的设备 */
@media screen and (max-width: 991px){
    /* Grey Banner Star */
    .grey-banner { height: 90px;}
    .grey-banner .title { color: #FFF; font-size: 22px; line-height: 90px; display: block;}
    /* Grey Banner End */

    /* Current Location Star */
    #current-location { padding: 0 10px; height: 44px; line-height: 44px;}
    #current-location .breadcrumbs i { height: 44px; margin: 0 5px;}
    #current-location .breadcrumbs i.fa { height: 44px; line-height: 44px;}

    #current-location .categorys { display: none;}
    /* Current Location End */

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

    /* Page About Star */
    .page-about .lefts { display: none;}
    .page-about .rights { float: none; width: 100%; overflow: hidden;}

    .page-about .rights .about { margin-top: 15px;}
    .page-about .rights .about .aboutL { width: 100%; float: none; background: #FFF;}
    .page-about .rights .about .aboutL .summary { padding: 10px 0 10px 0; font-size: 16px;}
    .page-about .rights .about .aboutR { width: 100%; float: none; background: #FAFAFA;}

    .page-about .rights .factory { margin-top: 15px;}
    .page-about .rights .factory ul.lists li { width: 49.000000%; padding: 5px; margin-bottom: 10px;}
    .page-about .rights .factory ul.lists li:nth-child(3) { margin-right:2%;}
    .page-about .rights .factory ul.lists li:nth-child(2n) { margin-right: 0;}
    .page-about .rights .factory ul.lists li .names { margin: 8px auto 4px auto;}

    .page-about .rights .team { margin-top: 15px;}
    .page-about .rights .team ul.lists li { width: 49.000000%; padding: 5px; margin-bottom: 10px;}
    .page-about .rights .team ul.lists li:nth-child(3) { margin-right:2%;}
    .page-about .rights .team ul.lists li:nth-child(2n) { margin-right: 0;}
    .page-about .rights .team ul.lists li .names { margin: 8px auto 4px auto;}

    .page-about .rights .honor { margin-top: 15px;}
    .page-about .rights .honor ul.lists li { width: 49.000000%; padding: 5px; margin-bottom: 10px;}
    .page-about .rights .honor ul.lists li:nth-child(2n) { margin-right: 0;}
    .page-about .rights .honor ul.lists li .names { margin: 8px auto 4px auto;}

    .page-about .rights .partner { margin-top: 15px;}
    .page-about .rights .partner ul.lists li { width: 50.000000%; margin: 0 0 20px 0; text-align: center;}
    .page-about .rights .partner ul.lists li:nth-child(2n) { margin-right: 0;}
    .page-about .rights .partner ul.lists li .partner { width: 120px; height: 120px; padding: 20px; -moz-border-radius: 38px; -webkit-border-radius: 38px; border-radius: 38px;}
    /* Page About End */

    /* Page Pro Star */
    .page-pro .lefts { display: none;}
    .page-pro .rights { float: none; width: 100%;}

    .page-pro .details .head .headL { float: none; width: 100%;}
    .page-pro .details .head .headR { float: none; width: 100%; padding-top: 20px;}

    .page-pro .details .column .tabs .nav-tabs > li > a { padding: 0 20px;}
    #myProContent { padding: 15px 0 0 0;}
    /* Page Pro End */




    /* Listing Pro Star */
    ul.listing-pro { margin-top: 15px;}
    ul.listing-pro li { float: none; width: 100.000000%; margin-right: 0;}
    ul.listing-pro li .texts { padding: 10px 10px;}
    ul.listing-pro li .texts .intros { min-height: auto;}
    /* Listing Pro End */

    /* Diy Service Star */
    #page-service { padding-top: 20px;}
    /* Diy Service End */

    /* Diy Service Star */
    .diy-service { padding: 0 10px;}
    .diy-service ul { }
    .diy-service ul li { width: 49.000000%; margin-right: 2%; margin-bottom: 27px;}
    .diy-service ul li:nth-child(2n) { margin-right: 0; }
    .diy-service ul li:nth-child(3) { margin-right: 2%; }
    /* Diy Service End */


    /* Diy Service Star */
    .product-advantages { padding: 40px 10px;}
    .product-advantages ul li { float: left; width: 48.000000%;}
    .product-advantages ul li:nth-child(2n) { margin-right: 0;}
    /* Diy Service End */

    /* Company Strength Star */
    .company-strength { padding: 40px 10px 0 10px;}
    .company-strength ul { margin-top: 0;}
    .company-strength ul li { float: none; width: 100.000000%; margin-right: 0; padding: 3% 5%; height: auto; margin-bottom: 20px;}
    /* Company Strength End */

    /* Diy Process Star */
    .diy-process { padding: 40px 10px;}
    .diy-process ul li { width: 50%; margin-bottom: 20px; }
    .diy-process ul li p { width: 76%; border-bottom: 1px solid #dadada; margin: 8px auto; }
    .diy-process ul li p:hover {  border-bottom: 1px solid #0171e1;  border-top: 1px solid #0171e1; }
    .diy-process ul li:last-child {  margin-right: 0;}
    /* Diy Process End */

    /* Page News Star */
    .page-news .lefts { display: none;}
    .page-news .rights { float: none; width: 100%;}

    .page-news .rights .news { margin-top: 20px;}
    .page-news .rights .news ul.lists li { margin-bottom: 20px; padding: 10px;}
    .page-news .rights .news ul.lists li .listsL { float: none; width: 100%;}

    .page-news .rights .news ul.lists li .listsR { float: none; width: 100%; margin-top: 10px;}
    .page-news .rights .news ul.lists li .listsR .intro { margin-bottom: 10px; }

    .page-news .detail .heads { padding-bottom: 15px;}
    .page-news .detail .infos { padding: 15px 0;}
    /* Page News End */

    /* Page Contact Star */
    .page-contact .contact .content { float: none; width: 100%;}
    .page-contact .contact .message { float: none; width: 100%; margin-top: 20px;}

    .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: #00a1e9; padding: 0 60px; display: inline-block; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
    .page-contact .contact .message .submits:hover span { background: #155596;}

    .page-contact .map .mapIcon { left: 15px; top: 15px; background: rgba(255,255,255,.9);padding: 2%;max-width: 90%; 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 */
}

/* <767的设备 */
@media screen and (max-width: 767px){

}

/* <450的设备 */
@media screen and (max-width: 450px){

}