﻿a,
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
span,
td,
textarea,
th,
ul {
    font-family: 'gothic', 'Microsoft YaHei', 'Hiragino Sans GB', Helvetica, Arial, 'Lucida Grande', sans-serif
}

@font-face {
    font-family: gothic;
    src: url(/themes/default/fonts/gothic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

ul {
    list-style: none;
    padding: 0
}

a {
    color: #333
}

a:active,
a:focus,
a:hover {
    text-decoration: none!important;
    color: #ff7f00
}

.label {
    color: #333!important
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle
}



table {
    width: 100%;
    text-align: center;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

table thead tr th {
    background-color: #205cad;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid rgba(255, 255, 255, .25);
    border-bottom: 0;
    border-left: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    padding: 8px 12px;
    text-align: center;
    font-size: 14px;
    font-size: .93333rem
}

table tbody tr td {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 8px 12px;
    vertical-align: middle;
    font-size: 14px;
    font-size: .93333rem
}

.clearfix {
    display: block;
    content: " ";
    clear: both
}

.header-top {
    font-size: 14px;
    padding: 0 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    height: 50px
}

.header-top .share {
    margin-right: 10px
}

.header-top ul {
    margin-bottom: 0
}

.header-top a {
    color: #333;
    line-height: 50px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.header-top a:hover {
    color: #ff7f00;
    text-decoration: underline
}

.header-top a img {
    width: 20px
}

.header-top .fa {
    color: #999
}

.top-right {
    background: #f5f5f5;
    padding: 0 15px
}

#header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    height: 100px;
    transition: 0.5s;
}

.header_indTopA {
    background: #FFFFFF;
}

.headerBox .logo {
    width: 381px;
    height: 63px;
    display: inline-block;
    background: url(/static/image/logo.webp) no-repeat;
    margin: 22px 0px 0px;
    transition: all 0.5s ease 0s;
}

/* .header_indTopA .logo{ 
	background: url(/static/image/logo.png) no-repeat; margin: 22px 0 0; 
} */

.header_ind .navbar-nav>li>a{
	/* color: #fff!important; */
}
.header_ind .navbar-nav>li>a.on{
	color: #0000ff!important;
}
.header_ind .navbar-nav span{
	color: #333!important;
}
.header_indTopA .navbar-nav>li>a {
	color: #333!important;
}
.header_indTopA .navbar-nav>li>a.on {
	color: #0000ff!important;
}
.header_indTopA .navbar-nav span{
	color: #333!important;
}

#header .l {
    width: 20%;
    float: left
}

#header .m {
    width: 80%;
    /* width: 73%; */
    float: left
}

#header .r {
    width: 7%;
    float: left;
    text-align: left
}

.index-search-box {
    position: relative;
    margin-top: 40px
}

.index-search-box .itext {
    border-radius: 100px
}

.index-search-box .btn-default {
    position: absolute;
    top: 0;
    border: none;
    right: 0;
    background: 0 0;
    border-radius: 100px
}

#header .logo {
    width: 100%;
    height: 80px;
    margin-right: 20px;
    margin-left: 15px;
    text-align: center;
    line-height: 80px;
    float: left;
    position: relative;
    z-index: 0
}

.header-oval {
    width: 420px;
    max-width: 420px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 53px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    display: block
}

#header .navbar {
    background: 0 0;
    border-radius: 0;
    border: 0;
    margin-bottom: 0
}

#header .navbar-nav {
    text-align: right;
    /* text-align: center; */
    float: none
}

#header .navbar-nav span {
    font-size: 24px;
    color: #666
}

#header .navbar-nav>li {
    float: none;
    display: inline-block
}

#header .navbar-nav>li.send a {
    display: block;
    width: 122px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin: 10px auto;
    margin-top: 20px;
    background: #4f4f4f!important;
    color: #fff!important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 15px;
    border-radius: 100px
}

#header .navbar-nav>li.send a:hover {
    background: #111!important
}

#header .navbar-nav>li.langugae {
    line-height: 150px
}

#header .navbar-nav>li>a {
    padding: 0;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
/*     text-transform: uppercase; */
    display: inline-block;
    font-weight: 700;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 10px;
    background: 0 0!important
}

#header .navbar-nav>li a img {
    width: 20px
}

/* #header .navbar-nav>li>a:after {
    height: 11px;
    width: 1px;
    background: 0 0;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px
} */

#header .navbar-nav>li:last-child>a:after {
    display: none
}

#header .navbar-nav>li>a.on,
#header .navbar-nav>li>a:hover {
    font-weight: 700;
    color: #0000ff;
    /* border-bottom: 3px #0000ff solid */
}

#header .navbar-collapse {
    padding: 0
}

#header .navbar-nav li.quote {
    background: #fff;
    border: 2px solid #ff7f00;
    border-radius: 100px;
    padding: 8px 15px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle
}

#header .navbar-nav li.quote:hover {
    background: #ff7f00;
    border: 2px solid #ff7f00
}

#header .navbar-nav li.quote a {
    color: #ff7f00;
    line-height: 24px;
    height: 24px;
    font-weight: 700
}

#header .navbar-nav li.quote:hover a {
    color: #fff
}

#header .search_btn {
    padding: 0 25px;
    line-height: 100px;
    display: inline-block;
    font-size: 24px;
    color: #c5c5c5;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    float: right
}

#header .dropdown-menu {
    text-align: left;
    list-style: none;
    background-color: #fff;
    min-width: 12em;
    border: none;
    min-width: auto;
    border-radius: 0
}

#header .dropdown-menu>li>a {
    line-height: 30px
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
    padding: 0;
    border-top: 1px solid #eee;
    min-width: auto;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.navbar-nav>li>.dropdown-menu li a {
    background: #fff;
    padding: 8px 20px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    text-align: left;
    font-size: 14px
}

.navbar-nav>li>.dropdown-menu li a:hover {
    background: #00f;
    color: #fff
}

.navbar-nav>li.open>.dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    display: block!important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.search_modal {
    background: rgba(0, 0, 0, .6);
    z-index: 1101
}

.search_modal .modal-dialog {
    width: 100%;
    margin: 0
}

.search_modal .modal-dialog .modal-content {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    position: relative
}

.search_modal .modal-dialog .modal-content .form-group {
    margin: 0;
    border-bottom: 1px solid #444
}

.search_modal .modal-dialog .modal-content .form-group .form-control {
    padding-right: 60px;
    display: block;
    width: 100%;
    line-height: 60px;
    height: 60px;
    border-radius: 0;
    border: none;
    font-size: 16px;
    background: no-repeat;
    color: #fff
}

.search_modal .modal-dialog .modal-content button {
    position: absolute;
    right: 0;
    top: 0;
    border: none!important;
    background-color: #ff7f00!important;
    color: #fff!important;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    width: 60px;
    font-size: 20px;
    outline: 0
}

.form-control,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

#banner {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 auto 0
}

#banner .container {
    position: relative
}

#banner .carousel-caption {
    position: absolute;
    text-align: left;
    left: 50px;
    right: auto;
    padding-bottom: 0;
    text-shadow: none;
    bottom: 360px
}

#banner .carousel-caption h5 {
    font-size: 51px;
    color: #fff;
    line-height: 60px;
    margin: 0;
    margin-bottom: 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    transition: all .8s;
    transform-origin: 0 0
}

#banner .carousel-caption p {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .2)
}

#banner .carousel-indicators li {
    width: 12px;
    height: 12px;
    background: 0 0;
    border: 0;
    margin: 0 2px;
    border: 2px solid #fff
}

#banner .carousel-indicators li.active {
    background: #ff7f00;
    border: none
}

#banner .carousel-control {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    outline: 0;
    width: 50px;
    height: 60px;
    text-indent: -9999px;
    z-index: 9999;
    background-image: none
}

#banner .carousel-control.left {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    transform: translateX(-50px);
    -ms-transform: translate(-50px);
    -webkit-transform: translate(-50px);
    -o-transform: translate(-50px);
    -moz-transform: translate(-50px);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 50px;
    height: 60px;
    z-index: 9
}

#banner .carousel-control.left:before {
    content: "<";
    position: absolute;
    left: 0;
    font-size: 26px;
    color: #fff;
    width: 50px;
    height: 60px;
    text-indent: 0;
    text-align: center;
    line-height: 60px;
}

#banner .carousel-control.left:hover,
#banner .carousel-control.right:hover {
    background: rgba(255, 255, 255, .3)
}

#banner:hover .carousel-control.left {
    transform: translateX(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    opacity: 1
}

#banner .carousel-control.right {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    transform: translateX(50px);
    -ms-transform: translate(50px);
    -webkit-transform: translate(50px);
    -o-transform: translate(50px);
    -moz-transform: translate(50px);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 50px;
    height: 60px;
    z-index: 9
}

#banner:hover .carousel-control.right {
    transform: translateX(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    opacity: 1
}

#banner .carousel-control.right:before {
    content: ">";
    position: absolute;
    left: 0;
    font-size: 26px;
    color: #fff;
    width: 50px;
    height: 60px;
    text-indent: 0;
    text-align: center;
    line-height: 60px;
}

#ibanner {
	position: relative;
	overflow: hidden;
	margin: 100px auto 0;
	width: 100%;
	height: 600px;
	/* background-color: #535353 */
	/* background-color: #000 */
}

#ibanner .gg_img {
	position: absolute;
	left: 50%;
	margin-left: -2500px;
	width: 5000px;
	height: 100%;
	text-align: center
}

#ibanner img {
	opacity: 1;
}

@keyframes minus {
	from {
		-webkit-transform: matrix(1.05,0,0,1.05,0,0);
		transform: matrix(1.05,0,0,1.05,0,0)
	}

	to {
		-webkit-transform: matrix(1,0,0,1,0,0);
		transform: matrix(1,0,0,1,0,0)
	}
}

#ibanner .text {
	position: absolute;
	top: 57.5%;
	left: 50%;
	z-index: 1;
	margin-left: -30%;
	width: 60%;
	text-align: center
}

#ibanner .text .gg_t {
	display: block;
    margin-top: 0;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 30px;
	line-height: 100%;
    color: #ff7f00;
    text-shadow: 
    1px 1px 0 #fff, /* 下右阴影 */
    -1px 1px 0 #fff, /* 下左阴影 */
    1px -1px 0 #fff, /* 上右阴影 */
    -1px -1px 0 #fff; /* 上左阴影 */
}

#ibanner .text .gg_desc {
	display: block;
	font-size: 18px;
    color: #333;
    text-shadow: 
    1px 1px 0 #fff, /* 下右阴影 */
    -1px 1px 0 #fff, /* 下左阴影 */
    1px -1px 0 #fff, /* 上右阴影 */
    -1px -1px 0 #fff; /* 上左阴影 */
}

.blog_list {
    list-style: none
}

.blog_list>li {
    margin-bottom: 40px;
    position: relative;
    transition: all .5s;
    z-index: 10;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    border-radius: 0;
    display: flex;
    align-items: flex-start;
    padding-right: 60px
}

.blog_list>li:last-child {
    margin-bottom: 10px
}

.blog_list>li:before {
    content: '';
    background: #fff;
    box-shadow: 0 5px 30px 1px rgba(0, 0, 0, .05);
    transition: all .5s;
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    z-index: -1;
    -moz-opacity: 0;
    opacity: 0;
    display: block
}

.blog_list>li:hover:before {
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -5px;
    -moz-opacity: 1;
    opacity: 1
}

.blog_list li .image {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 0;
    min-width: 240px;
    max-width: 240px;
    margin-right: 20px
}

.blog_list li .image img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all var(--transition-time, 800ms);
    -o-transition: all var(--transition-time, 800ms);
    transition: all var(--transition-time, 800ms)
}

.blog_list li:hover .image img {
    -webkit-transform: scale(var(--scale-multiplier, 1.05));
    -ms-transform: scale(var(--scale-multiplier, 1.05));
    transform: scale(var(--scale-multiplier, 1.05))
}

.blog_list li .title {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    max-height: 48px;
    display: block;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px
}

.blog_list li:hover .title {
    color: #da292f;
    text-decoration: none
}

.blog_list li .text {
    color: grey;
    font-size: 14px;
    line-height: 28px;
    max-height: 84px;
    overflow: hidden;
    margin-top: 10px
}

.blog_list li .post_blog_tag {
    margin-bottom: 0
}

.blog_list li .main_more {
    margin-bottom: 20px
}

.blog_list li .main_more a {
    line-height: 32px;
    height: 32px;
    font-size: 12px
}

.post_blog_tag {
    margin-top: 15px;
    border-radius: 0
}

.post_blog_tag>p {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    color: #da292f;
    font-weight: 700
}

.post_blog_tag>p i {
    color: #da292f;
    margin-right: 5px
}

.post_blog_tag li {
    display: inline-block;
    margin: 5px 0 0 5px;
    position: relative;
    border: none;
    padding: 0
}

.post_blog_tag li a {
    display: inline-block;
    background: #f0f1f2;
    font-size: 14px;
    border-radius: 0;
    line-height: 20px;
    color: #4d4d4d;
    padding: 5px 15px;
    transition: all .5s;
    text-transform: capitalize
}

.post_blog_tag li:hover a {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
    text-decoration: none;
    background: #da292f;
    color: #fff;
    border-color: #da292f
}

@media only screen and (max-width:992px) {
    .left-blog {
        padding: 0;
        border: none;
        margin-bottom: 20px
    }
    .blog_list li .right {
        padding-left: 65px;
        width: 100%
    }
    .left-blog .left_title {
        display: block
    }
    .blog-cat p,
    .blog-list p {
        margin-bottom: 15px
    }
    .blog-list {
        border-bottom: 1px solid #efefef;
        padding-bottom: 20px
    }
    .blog-archives,
    .blog-tags {
        margin-bottom: 20px
    }
    .blog_list li .date em {
        font-size: 60px;
        line-height: 56px
    }
}

@media only screen and (max-width:768px) {
    .blog_list>li {
        margin-bottom: 30px;
        padding: 0
    }
    .blog_list>li .page_date {
        position: inherit;
        right: auto;
        top: auto
    }
    .blog_list>li:hover:before {
        left: -10px;
        top: -10px;
        right: -10px;
        bottom: -10px
    }
    .blog_list {
        border: none
    }
    .blog_tag>p {
        display: block
    }
    .blog_list li .right {
        padding-left: 80px
    }
    .blog_list li .title {
        font-size: 14px;
        margin-bottom: 10px
    }
    .blog_list li .text {
        max-height: 48px;
        font-size: 13px
    }
    .blog_list li .post_blog_tag {
        margin-top: 15px
    }
    .blog_list li .image {
        min-width: 180px;
        max-width: 180px;
        margin-right: 10px
    }
    .post_blog_tag {
        padding: 0;
        padding-top: 0;
        border-radius: 0
    }
    .post_blog_tag>p {
        display: block
    }
    .post_blog_tag li a {
        font-size: 13px;
        padding: 3px 10px
    }
}

@media only screen and (max-width:480px) {
    .blog_list>li {
        padding-bottom: 20px;
        display: block
    }
    .blog_list li .right {
        padding: 0;
        padding-top: 10px
    }
    .blog_list li .more {
        letter-spacing: 0
    }
    .blog_list li .title {
        font-size: 18px
    }
    .blog_list li .image {
        min-width: 120px;
        max-width: 120px
    }
}

.case_box {
    padding-bottom: 80px;
    overflow: hidden;
    background-color: #fff
}

.case_box .list {
    box-shadow: 0 9px 30px 0 rgba(6, 146, 220, .2)
}

.case_box .gg_li {
    width: 234px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 18px 0 rgba(214, 211, 211, .004);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.case_box .gg_li .gg_img {
    display: block;
    overflow: hidden;
    height: 430px;
    background-color: #000
}

.case_box .gg_li .gg_img img {
    width: 100%;
    height: 100%;
    opacity: .8
}

.case_box .gg_li .gg_t {
    display: block;
    font-size: 20px;
    padding: 260px 30px 30px;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 30px
}

.case_box .gg_li .gg_desc {
    display: none;
    position: absolute;
    z-index: 2;
    top: 430px;
    right: 0;
    padding: 15px;
    left: 0;
    bottom: 0;
    background: #0079c3;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.case_box .gg39 .gg_t {
    background: url(/themes/default/images/c39.png) no-repeat center 130px
}

.case_box .gg40 .gg_t {
    background: url(/themes/default/images/c40.png) no-repeat center 130px
}

.case_box .gg41 .gg_t {
    background: url(/themes/default/images/c41.png) no-repeat center 130px
}

.case_box .gg42 .gg_t {
    background: url(/themes/default/images/c42.png) no-repeat center 130px
}

.case_box .gg43 .gg_t {
    background: url(/themes/default/images/c43.png) no-repeat center 130px
}

.case_box .gg_li:hover .gg_desc {
    top: 0
}

.case_box .gg_li:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.case_box .gg_li:hover img {
    opacity: .5
}

.product-intro h1 {
    font-size: 26px
}

.product-intro p {
    font-size: 16px;
    line-height: 30px
}

.panel-body {
    line-height: 30px
}

#case_box {
    float: left;
    padding: 30px 0;
    width: 100%;
    background: #f5f5f5
}

#case_box .list {
    float: left;
    width: 100%
}

#case_box .list a {
    position: relative;
    top: 0;
    float: left;
    display: block;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#case_box .list a img {
    float: left;
    display: block;
    width: 24%;
    height: 220px
}

#case_box .list a .bt {
    float: left;
    padding: 20px;
    width: 74%
}

#case_box .list a .bt h5 {
    display: block;
    overflow: hidden;
    height: 32px;
    color: #4b4b4b;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    line-height: 32px
}

#case_box .list a .bt p {
    overflow: hidden;
    height: 60px;
    color: #333;
    font-size: 14px;
    line-height: 30px
}

#case_box .list a .bt .date {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    padding-top: 10px;
    color: #666;
    line-height: 30px
}

#case_box .list a:hover {
    top: -5px;
    border-color: #000
}

#news {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #f5f5f5
}

#news .tit {
    text-align: center;
    line-height: 2;
    font-size: 40px;
    color: #666;
    margin-bottom: 50px
}

#news .list {
    width: 100%;
    float: left
}

#news .list a {
    display: block;
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    top: 0
}

#news .list a img {
    width: 100%;
    float: left;
    display: block
}

#news .list_app a img {
    height: auto
}

#news .list_honor a img {
    height: auto
}

#news .list a .bt {
    width: 100%;
    float: left;
    padding: 10px
}

#news .list a .bt h5 {
    color: #4b4b4b;
    line-height: 16px;
    text-align: center;
    line-height: 32px;
    display: block;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#news .list a .bt p {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 30px;
    height: 60px;
    overflow: hidden
}

#news .list a .bt .date {
    display: block;
    line-height: 30px;
    color: #959595;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
    padding-left: 10px
}

#news .list a:hover {
    /* border-color: #ff7f00;
    top: -5px */
}

#news_detail {
    width: 100%;
    float: left;
    padding: 30px 0
}

#news_detail .title {
    padding: 20px 0;
    border-bottom: 1px dotted #c7c7c7;
    text-align: center;
    padding-top: 0;
    margin-bottom: 30px
}

#news_detail .title h1 {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
    line-height: 30px
}

#news_detail .title p {
    margin: 0;
    line-height: 24px;
    color: #333
}

#news_detail .title p span {
    padding: 0 10px
}

#news_detail .content {
    width: 100%;
    color: #838383;
    font-size: 14px;
    line-height: 2
}

#news_detail .next_map {
    margin-top: 20px
}

#news_detail .bt {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px
}

#news_detail .bt .l {
    float: left
}

#news_detail .bt .l a {
    padding-left: 30px;
    color: #1ba4fc;
    float: right;
    background: url(/themes/default/images/back.png) left center no-repeat
}

#news_detail .bt .r {
    float: right
}

#news_detail .bt .r a {
    display: inline-block;
    margin: 0 5px;
    border-color: #1ba4fc;
    color: #1ba4fc;
    padding: 4px 10px
}

.arc_rec .list-group-item {
    background: url(/static/image/news-point.png) left center no-repeat;
    padding: 15px;
    display: inline-block;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.arc_rec .list-group-item a {
    color: #333
}

.product-related ul {
    background: #f7f7f7;
    padding: 10px
}

.product-related ul li dt {
    margin-bottom: 0
}

.product-related ul li dd a {
    line-height: 20px;
    display: block;
    color: #333;
    padding: 10px 0;
    font-size: 14px
}

.product-related ul li dd a:hover {
    color: #ffc516
}

.sublist li {
    list-style: none
}

.sublist li a.fat {
    padding-right: 10px;
    display: block;
    width: 100%;
    margin-bottom: 3px;
    font-size: 15px;
    padding-left: 10px;
    background-color: #f7f7f7;
    border-left: 3px solid #00f;
    padding-left: 10px;
    color: #1d1d1d;
    background-image: none
}

.sublist li a.fat:hover {
    background-color: #00f;
    border-left: 3px solid #00f;
    padding-left: 10px;
    color: #fff
}

.sublist li a {
    display: block;
    padding-right: 10px;
    line-height: 44px;
    color: #333;
    padding-left: 10px;
    background: url(/static/image/honor_icon.png) 98% center no-repeat;
    transition: all .3s ease 0s;
    text-decoration: none;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sublist li a.active {
    padding-left: 13px;
    /* border-left: 3px solid #ff7f00; */
    color: #fff;
    background-color: #00f;
}

.sublist li a:hover {
    padding-left: 13px;
    color: #fff;
    background-color: #00f;
}

.intro .title {
    display: block;
    width: 100%;
    font-size: 14px;
    background-color: #ff7f00;
    background-image: none;
    clear: both;
    margin: 10px 0;
}

.intro .title h1,
.intro .title h3 {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin: 0;
    margin-left: 8px
}

.intro .title::before {
    content: " + ";
    background: #000;
    color: #fff;
    display: block;
    padding: 0 8px;
    font-size: 18px;
    line-height: 30px;
    float: left
}

.intro .title h1 {
    font-size: 18px
}

.intro .title h3 {
    font-size: 14px
}

.bookform,
.show-adv,
.show-app,
.show-case,
.show-cer,
.show-cv,
.show-dis,
.show-fac,
.show-man,
.show-par,
.show-rp {
    padding: 30px 20px 50px 20px
}

.show-adv,
.show-app,
.show-dis p {
    line-height: 30px
}

.show-cer img {
    float: left;
    width: 33.3%;
    padding: 3px
}

.show-man img {
    float: left;
    width: 50%;
    padding: 3px
}

.show-dis img {
    float: left;
    width: 50%;
    padding: 3px
}

.show-fac img {
    float: left;
    width: 50%;
    padding: 3px
}

.show-case img {
    float: left;
    width: 25%;
    padding: 3px
}

@media (max-width:768px) {
    .activities .pic h3 {
        font-size: 16px
    }
    .product-intro h1 {
        font-size: 20px
    }
    .bookform,
    .show-adv,
    .show-app,
    .show-case,
    .show-cer,
    .show-cv,
    .show-dis,
    .show-fac,
    .show-man,
    .show-par,
    .show-rp {
        padding: 10px;
        font-size: 14px
    }
    .intro p span {
        font-size: 14px;
        line-height: 28px
    }
}

.contacts-info-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.contacts-info-list a {
    color: #000
}

.contacts-info-list li {
    position: relative;
    padding-left: 50px;
    min-height: 32px;
    line-height: 32px;
    display: table;
    margin-top: 20px
}

.contacts-info-list li i.fa {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ff7f00;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    text-align: center
}

.i-chose5 {
    padding-bottom: 5%;
    background: #fff;
    padding-top: 3%!important
}

.i-chose5 h2 {
    text-align: center!important
}

.i-chose5 ul li {
    display: inline-block;
    float: left;
    width: 23%;
    margin: 1%
}

.i-chose5 h4 {
    text-align: center;
    margin: 0;
    color: #000;
    font-size: 16px
}

.i-chose5 h4::after {
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 40px;
    content: " ";
    background: #e0e0e0;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 1px
}

.i-chose5 span {
    margin: 10px 0;
    padding: 5px;
    font-size: 60px;
    color: #ff7f00;
    font-weight: 700
}

.i-chose5 p {
    margin: 0;
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 26px
}

.index_pdt {
    background: #fff;
    padding-bottom: 5%
}

.index_pdt .container-fulid {
    padding: 0 15px
}

.index_pdt .cate h2 {
    margin: 0;
    height: 105px;
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 25px 0 0 90px;
    font-weight: 700;
    background: #ffc516 url(/themes/default/images/cp_icon.png) no-repeat 25px center;
    line-height: 30px
}

.index_pdt .cate small {
    font-size: 15px;
    color: #ccc;
    font-weight: 400
}

.index_pdt .cate ul {
    display: block;
    background: #fdfdfd;
    border: 1px #e5e5e5 solid;
    overflow: hidden;
    border-bottom: none
}

.index_pdt .cate a {
    display: block;
    line-height: 54px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 50px;
    color: #323232;
    background: url(/static/image/cp_list_icon.png) no-repeat 90% center;
    border-bottom: 1px #e5e5e5 solid
}

.index_pdt .cate a:hover {
    background-color: #f5f5f5;
    color: #323232
}

.index_pdt .cate li.ad a {
    padding: 0;
    background: 0 0
}

.index_pdt .list_box h2 {
    font-size: 20px;
    font-weight: 700;
    color: #ffc516;
    border: 1px #e5e5e5 solid;
    padding: 0 15px;
    line-height: 50px;
    margin: 0;
    text-align: left
}

.index_pdt .list_box h2 span {
    font-weight: 400;
    color: #999;
    font-size: 12px;
    padding-left: 10px
}

.index_pdt .list_box h2 a {
    float: right;
    display: inline-block;
    color: #999;
    font-size: 12px;
    font-weight: 400
}

.index_pdt .list_box h2 a:hover {
    color: #ffc516
}

.index_pdt .item {
    padding: 0;
    float: left;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.index_pdt .item .text-box {
    padding: 0
}

.index_pdt .item a {
    display: block;
    position: relative;
    padding: 0;
    color: #333;
    margin: 5px;
    border: 1px #eee solid;
}

.index_pdt .item span {
    display: block
}

.index_pdt .item img {
    width: 100%
}

.index_pdt .item .arrow {
    border-top: 15px solid transparent;
    border-right: 15px solid #eee;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-right-color: #eee
}

.index_pdt .item .arrow:hover {
    border-right-color: #f7bc61
}

.index_pdt .item .text-height {
    width: 100%;
    top: 0;
    left: 0;
    background-color: #eee;
    height: 100%
}

.index_pdt .item .text-height:hover {
    background: #f7bc61
}

.index_pdt .item .text-height .text {
    padding: 20px
}

.index_pdt .item .text-height .text a.btn-primary {
    width: 140px;
    margin: 20px 15px;
    background: 0 0;
    font-size: 16px;
    line-height: 40px;
    border: 1px #111 solid;
    border-radius: 0;
    color: #111
}

.index_pdt .item .text-height .text a.btn-primary:hover {
    border: 1px #ff7f00 solid;
    color: #ff7f00
}

.index_pdt .item .text-height .text h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.index_pdt .item .text-height .text p {
    padding: 10px 15px;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    height: 136px
}

.index_pdt .item em {
    display: none;
    font-size: 30px
}

.soloutions {
    background: #f5f5f5
}

.soloutions h4 {
    color: #ff7f00
}

.soloutions p {
    color: #333
}

.soloutions li {
    padding: 10px
}

.picturebox .owl-nav .owl-prev {
    left: -50px;
    background: url(/static/image/l.png) no-repeat center center;
    text-indent: -9999px;
    width: 37px;
    position: absolute;
    height: 37px;
    top: 80px
}

.picturebox .owl-nav .owl-next {
    right: -50px;
    background: url(/static/image/r.png) no-repeat center center;
    text-indent: -9999px;
    width: 37px;
    position: absolute;
    height: 37px;
    top: 80px
}

.solutions {
    background: #fff
}
.solutions .row{
    margin: 0;
}
.solutions .solutions-list {
    padding: 0
}

.picturebox-case .pic {
    overflow: hidden;
    position: relative
}

.picturebox-case .pic img {
    width: 100%;
    transition: all .8s;
    -webkit-transition: all .5s
}

.picturebox-case .pic img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1)
}

.picturebox-case a p {
    margin: 0
}

.picturebox-case a p span {
    font-size: 20px;
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
    line-height: 50px;
    height: 50px;
    margin: 0;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    z-index: 2
}

.picturebox-case a p i {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: #ff7f00;
    opacity: .75;
    z-index: 1
}

.picturebox_tt .owl-nav .owl-prev {
    left: -50px;
    background: url(/static/image/l.png) no-repeat center center;
    text-indent: -9999px;
    width: 37px;
    position: absolute;
    height: 37px;
    top: 130px;
    display: none
}

.picturebox_tt .owl-nav .owl-next {
    right: -50px;
    background: url(/static/image/r.png) no-repeat center center;
    text-indent: -9999px;
    width: 37px;
    position: absolute;
    height: 37px;
    top: 130px;
    display: none
}

.picturebox_tt .pic {
    overflow: hidden;
    position: relative
}

.picturebox_tt .pic img {
    width: 100%;
    transition: all .8s;
    -webkit-transition: all .5s
}

.picturebox_tt .pic img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1)
}

.picturebox_tt a p {
    margin: 0
}

.picturebox_tt a p span {
    font-size: 14px;
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
    line-height: 30px;
    height: 30px;
    margin: 0;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    z-index: 2
}

.picturebox_tt a p i {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 30px;
    background: #000;
    opacity: .5;
    z-index: 1
}

.Customers {
    background: #f7f7f7
}

.bdshare-button-style0-32 {
    padding: 0 5px;
    margin: 0 auto
}

.share li a {
    display: inline-block
}

.share li a .fa,.share li a .fa-brands {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px #ff7f00 solid;
    margin: 5px;
    padding: 8px;
    border-radius: 100%;
    color: #ff7f00;
    vertical-align: middle;
    text-align: center;
    font-size: 20px
}

.fa-tags:before {
    content: "\f02c"
}

.contacts-info-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.contacts-info-list li {
    position: relative;
    display: table;
    margin-top: 20px;
    padding-left: 50px;
    min-height: 32px;
    line-height: 32px
}

.contacts-info-list li i.fa {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #00f;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 32px
}

.service {
    background: url(/static/image/about_bg.jpg) center;
    background-size: cover;
}

.service .txt {
    padding: 0 40px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #373737
}

.product_btn {
    padding-top: 1%;
    padding-bottom: 1%
}

.ability_list {
    margin-top: 20px
}

.ability_list .pic {
    text-align: center;
    overflow: hidden
}

.ability_list .pic img {
    transition: all .8s;
    -webkit-transition: all .5s
}

.ability_list .pic img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1)
}

.ability_list .pic span {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 20px 0;
    display: block;
    font-weight: bold;
    color: #000;
}

.ability_list .pic .more {
    font-size: 16px;
    line-height: 34px;
    color: #ff7f00;
    margin: 10px 0 10px 0
}

.custom {
    padding-top: 2.5%!important;
    padding-bottom: 2.5%!important;
    background: url(/static/image/ly_bg.jpg) no-repeat center
}

.custom .ly-btn {
    padding-left: 0
}

.custom b {
    display: block;
    font-size: 38px;
    margin-bottom: 15px;
    color: #fff
}

.custom p {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff
}

.custom .btn-warning {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    font-size: 20px
}

.custom .btn-warning:hover {
    background: #ff7f00;
    border: 1px solid #ff7f00;
    color: #fff
}

.custom .mt40 {
    margin-top: 20px
}

.application {
    padding-top: 3%!important;
    padding-bottom: 3%!important
}

.application .tab_box {
    position: relative;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15);
    margin-bottom: 10px
}

.application .tab_box .content dl dt {
    text-align: center
}

.application .tab_box .content dl dt a {
    font-size: 24px;
    color: #333;
    line-height: 40px
}

.application .tab_box .content dl dt a:hover {
    text-decoration: underline
}

.application .tab_box .content dl dd {
    float: left;
    width: 50%
}

.application .tab_box .content dl dd a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #666;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 4px
}

.application .tab_box .content dl dd a {
    font-size: 16px;
    color: #5d5d5d;
    line-height: 26px
}

.application .tab_box .content dl dd a:hover {
    text-decoration: underline;
    color: #ff7f00
}

.application .tab_box .content {
    background: #f5f5f5;
    height: 100%;
    left: 0;
    top: 0;
    -o-background-size: 100%;
    background-size: 100%;
    padding-left: 25px;
    padding-top: 30px;
    min-height: 220px;
    box-shadow: inset 0 15px 15px 0 #ddd
}

.application .tab_box .content:hover {
    box-shadow: inset 0 15px 15px 0 silver
}

.applications p {
    color: #666;
    text-align: center;
    font-size: 16px
}

.applications li {
    padding: 50px 20px;
    height: 240px;
    background-position: center
}

.i-chose {
    padding-bottom: 2%!important;
    padding-top: 2%!important
}

.i-chose .txt {
    background: #eefaff;
    padding: 30px
}

.i-chose .txt p {
    font-size: 16px;
    line-height: 30px
}

.i-chose ul li {
    margin-bottom: 10px
}

.i-chose b {
    display: inline-block;
    margin: 20px 0;
    color: #030202;
    font-size: 20px;
    font-weight: 700
}

.i-chose b a {
    color: #333
}

.i-chose b::after {
    width: 25px;
    height: 4px;
    content: " ";
    clear: both;
    margin-bottom: 1px
}

.i-chose span {
    margin: 10px 0;
    border: 1px #ac3216 solid;
    padding: 5px;
    font-size: 14px;
    color: #ac3216
}

.i-chose p {
    color: #313131;
    font-size: 15px
}

.i-chose ul li img {
    margin-right: 10px;
    display: inline-block
}

.i-chose ul:hover li.a1 img {
    animation-delay: 0
}

.i-chose ul:hover li.a2 img {
    animation-delay: .2s
}

.i-chose ul:hover li.a3 img {
    animation-delay: .3s
}

.i-chose ul:hover li.a4 img {
    animation-delay: .4s
}

.i-chose ul:hover li img {
    animation: pound .7s ease
}

@-webkit-keyframes pound {
    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

@keyframes pound {
    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

@-webkit-keyframes pound_1 {
    50% {
        transform: scale3d(1.1, 1.1, 0)
    }
}

@keyframes pound_1 {
    50% {
        transform: scale3d(1.1, 1.1, 0)
    }
}

.products_tab {
    padding-top: 6%!important;
    padding-bottom: 6%!important;
    background: url(/themes/default/images/app_bg.jpg) no-repeat center 0
}

.products_tab .t h2 {
    color: #fff!important
}

.products_tab .t h6 {
    color: #d7d7d7!important
}

.products_tab .products_bg {
    background: #fff;
    padding: 70px
}

.products_tab .products_bg h5 {
    font-size: 20px;
    color: #f7bc61
}

.products_tab .products_bg h4 {
    font-size: 44px;
    color: #ff7f00;
    font-weight: 700
}

.products_tab .products_bg p {
    font-size: 16px;
    color: #333
}

.products_tab .products_bg a.btn-primary {
    width: 140px;
    margin: 20px 0;
    background: 0 0;
    font-size: 16px;
    line-height: 40px;
    border: 1px #111 solid;
    border-radius: 0;
    color: #111
}

.products_tab .products_bg a.btn-primary:hover {
    border: 1px #ff7f00 solid;
    color: #ff7f00
}

.product_btn .btn-warning {
    background: 0 0;
    border: 1px solid #e0e0e0;
    color: #333;
    padding: 8px 15px;
    border-radius: 0;
    font-size: 16px
}

.pdt_switch .tab_list li {
    display: inline-block;
    margin: .1%
}

.pdt_switch .tab_list li a p {
    display: inline-block;
    font-size: 16px;
    margin-left: 15px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 700
}

.pdt_switch .tab_list li.more {
    display: none
}

.pdt_switch .tab_list li a {
    display: block;
    text-align: center;
    padding: 15px;
    background: #333;
    color: #fff
}

.pdt_switch .tab_list li a .ico {
    display: inline-block;
    margin-bottom: 15px auto;
    -moz-opacity: .6;
    opacity: .6;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}

.pdt_switch .tab_list li a:hover,
.pdt_switch .tab_list li.thistab a {
    color: #fff;
    background: #ffc516
}

.pdt_switch .tab_list li a:hover .ico,
.pdt_switch .tab_list li.thistab a .ico {
    -moz-opacity: 1;
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none
}

.list_top {
    overflow: hidden;
    background: #fff;
    margin: 10px 0
}

.list_top .pic {
    padding: 0
}

.list_top .pic img {
    width: 100%
}

.list_top a {
    display: block
}

.list_top .txt {
    padding: 46px 36px 0 30px
}

.list_top .txt h3 {
    font-size: 26px;
    color: #333;
    margin-bottom: 14px;
    font-weight: 700
}

.list_top .txt .en {
    font-size: 20px;
    color: #aeaeae;
    text-transform: uppercase;
    margin-bottom: 32px
}

.list_top .txt p {
    font-size: 18px;
    color: #666;
    line-height: 32px
}

.list_top a.btn-primary {
    margin-top: 20px;
    background: 0 0;
    font-size: 16px;
    line-height: 20px;
    border: 1px #111 solid;
    border-radius: 0;
    color: #111;
    width: 120px
}

.list_top a.btn-primary:hover {
    border: 1px #ff7f00 solid;
    color: #ff7f00
}

.tab .nav-tabs {
    border-bottom: none;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    clear: both;
    margin-bottom: 30px
}

.tab .nav-tabs li {
    margin-right: 30px;
    z-index: 1
}

.tab .nav-tabs li:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    right: -60%;
    z-index: -1
}

.tab .nav-tabs li:last-child:after {
    border: none
}

.tab .nav-tabs li button {
    display: block;
    padding: 8px 20px;
    background: #333;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 100px;
    margin-right: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease 0s;
    border: 1px solid #333
}

.tab .nav-tabs li button:hover,
.tab .nav-tabs li.active button {
    color: #fff;
    border: 1px solid #ff7f00
}

.tab .nav-tabs li button:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s ease 0s
}

.tab .nav-tabs li button:hover:after,
.tab .nav-tabs li.active button:after {
    height: 100%;
    background: #ff7f00
}

.tab .tab-content {
    padding: 20px 0;
    margin-top: 0;
    font-size: 14px;
    color: #999;
    line-height: 26px
}

.tab .tab-content h3 {
    font-size: 14px;
    color: #666;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    margin-top: 0;
    text-align: center;
    margin-bottom: 10px
}

.tab .tab-content button {
    background: #ff7f00;
    border: 1px solid #ff7f00;
    border-radius: 100px
}

.tab .tab-content .tab_box {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 20px
}

.tab .tab-content .tab_box a {
    text-align: center;
    font-size: 16px;
    display: block;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px
}

.tab .tab-content .tab_box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s
}

.tab .tab-content .tab_box img {
    transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    width: 100%;
    height: 255px
}

.area img {
    display: block;
    margin: 0 auto
}

.area h6 {
    font-size: 20px
}

.list_box {
    padding: 0!important
}

.list_box li {
    float: left;
    padding: 0
}

.list_box a {
    display: block;
    position: relative;
    overflow: hidden;
    background: #eee;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.list_box span {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #f5f5f5
}

.list_box img {
    width: 100%
}

.list_box h4 {
    font-size: 24px;
    font-weight: 700;
    padding: 5px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.list_box p {
    padding: 0 15px 10px 15px
}

.list_box .info_box {
    position: absolute;
    height: 0;
    overflow: hidden;
    display: block;
    z-index: 10;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.list_box a:hover .info_box {
    bottom: 0;
    height: 100%
}

.list_box .info_box .info {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center
}

.list_box .info_box .info b {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0 15px;
    transform: translate(-50%, -50%)
}

.list_box .info_box .info p {
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 26px;
    color: #fff
}

.list_box .info_box .info em {
    display: block;
    width: 100px;
    line-height: 36px;
    background-color: #ffc516;
    color: #fff;
    font-style: normal;
    text-align: center;
    margin-top: 20px;
    border-radius: 100px;
    margin: 0 auto;
    font-size: 14px
}

.list_box a:hover h4 {
    color: #ff7f00
}

.products_tab .tab_box {
    padding: 10px
}

.products_tab .list_box ul li {
    background: #fff
}

.products_tab .list_box ul li:hover {
    background: #ff7f00
}

.products_tab .tab_box a h3 {
    text-align: center;
    margin-top: 0;
    color: #332c2b;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 0;
    overflow: hidden
}

.products_tab .tab_box a p {
    color: #fff;
    padding: 10px;
    font-size: 14px
}

.products_tab .tab_box a:hover h3 {
    color: #ff7f00
}

.index-body {
    padding-top: 2%;
    padding-bottom: 2%;
    clear: both
}

.index-body h2 {
    font-size: 38px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700
}

.index-body h6 {
    font-size: 22px;
    text-align: center;
    color: #888;
    margin-top: 0;
    margin-bottom: 20px
}

.index_pdt .tit {
    padding: 15px 0;
    text-align: center;
    margin-top: 20px;
    position: relative
}

.index_pdt .tit .btn-primary {
    display: inline-block;
    background: #fff;
    border: 1px #eee solid;
    color: #030202;
    font-size: 16px;
    border-radius: 0
}

.index_pdt .tit .btn-primary:hover {
    background: #ff7f00;
    color: #fff;
    border: 1px #ff7f00 solid
}

.product_01 {
    margin-bottom: 2%
}

.product_01 h5:before {
    background: 0 0
}

/* .owl-carousel .owl-item h4 {
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    line-height: 20px
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block
}

.owl-dots {
    display: none
} */

.products_list {
    background: #fff
}

.product_01 .owl-nav .owl-prev {
    left: -50px;
    background: url(/static/image/l.png) no-repeat center center;
    text-indent: -9999px;
    width: 30px;
    position: absolute;
    height: 60px;
    top: 150px
}

.product_01 .owl-nav .owl-next {
    right: -50px;
    background: url(/static/image/r.png) no-repeat center center;
    text-indent: -9999px;
    width: 30px;
    position: absolute;
    height: 60px;
    top: 150px
}

.product_02 {
    padding: 15px
}

.product_02 .owl-nav .owl-prev {
    padding: 5px;
    left: 15px;
    background: url(/static/image/l.png) no-repeat center center;
    text-indent: -9999px;
    width: 30px;
    position: absolute;
    height: 60px;
    top: 80px
}

.product_02 .owl-nav .owl-next {
    padding: 5px;
    right: 15px;
    background: url(/static/image/r.png) no-repeat center center;
    text-indent: -9999px;
    width: 30px;
    position: absolute;
    height: 60px;
    top: 80px
}

.product_03 .owl-nav .owl-prev {
    padding: 5px;
    left: 15px;
    background: rgba(255, 255, 255, .6) url(/static/image/l.png) no-repeat center center;
    text-indent: -9999px;
    width: 30px;
    position: absolute;
    height: 60px;
    top: 210px
}

.product_03 .owl-nav .owl-next {
    padding: 5px;
    right: 15px;
    background: rgba(255, 255, 255, .6) url(/static/image/r.png) no-repeat center center;
    text-indent: -9999px;
    width: 30px;
    position: absolute;
    height: 60px;
    top: 210px
}

.product_04 .owl-nav .owl-prev {
    left: -50px;
    background: url(/static/image/l.png) no-repeat center center;
    text-indent: -9999px;
    width: 30px;
    position: absolute;
    height: 60px;
    top: 10px
}

.product_04 .owl-nav .owl-next {
    right: -50px;
    background: url(/static/image/r.png) no-repeat center center;
    text-indent: -9999px;
    width: 30px;
    position: absolute;
    height: 60px;
    top: 10px
}

.product_05 .owl-nav .owl-prev {
    left: 10px;
    background: url(/static/image/l.png) no-repeat center center;
    text-indent: -9999px;
    width: 30px;
    position: absolute;
    height: 60px;
    top: 120px;
    background-size: 80%
}

.product_05 .owl-nav .owl-next {
    right: 10px;
    background: url(/static/image/r.png) no-repeat center center;
    text-indent: -9999px;
    width: 30px;
    position: absolute;
    height: 60px;
    top: 120px;
    background-size: 80%
}

.products_list .media:first-child {
    margin-top: 15px!important
}

.products_list .media {
    border-bottom: 1px #eee solid;
    background: url(/static/image/pdt_dot.png) center right no-repeat
}

.products_list .media-heading a {
    color: #333
}

.products_list .media-heading a:hover {
    color: #ff7f00
}

.products_list .media-body p {
    color: #ff7f00;
    font-size: 16px
}

.activities {
    padding-bottom: 1%
}

.newslist {
    padding-bottom: 1%;
    background: #f6f6f6
}

.news {
    padding-bottom: 1%;
    background-attachment: fixed
}

.news_l {
    padding-right: 0
}

.news_r {
    padding-left: 0
}

.news_r a {
    background: #f8f8f8;
    line-height: 50px;
    padding: 10px 20px;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333
}

.news_r a:hover {
    background: #ff7f00;
    color: #fff;
}

.news .date {
    margin-bottom: 10px
}

.news .pic {
    overflow: hidden
}

.news .pic img {
    display: block;
    max-width: none;
    transition: all .8s;
    -webkit-transition: all .5s
}

.news .pic p {
    text-align: center
}

.news .pic img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1)
}

.news .pic h3 {
    font-size: 20px
}

.news .pic p {
    color: #999
}

.bm_top_c {
    margin-top: 20px
}

.bm_top .pic {
    display: inline-block;
    padding: 25px;
    border: 1px #eee solid;
    border-radius: 100%
}

.bm_top p {
    text-align: center;
    font-size: 16px
}

.bm_top {
    text-align: center
}

.activities .txt {
    background: #f9f9f9;
    height: 340px;
    padding: 0
}

.activities .txt:hover{
    background: #ff7f00;
    color: #fff;
}

.activities .txt b {
    padding: 0 10px;
    display: block;
    color: #333;
}

.activities .txt:hover b{
    color: #fff;
}

.activities .txt p {
    padding: 0 10px
}

.activities span {
    font-size: 14px;
    color: #c7c7c7;
    font-weight: 400;
    margin-left: 10px
}

.activities .more {
    float: right
}

.activities .more a {
    font-size: 14px;
    color: #313131
}

.activities .more a:hover {
    color: #e5322c
}

.activities .line_top {
    width: 100%;
    height: 2px;
    margin-bottom: 15px
}

.activities .date {
    margin-bottom: 10px;
    padding: 0 15px
}

.activities .pic {
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff
}

.activities .pic img {
    width: 100%;
    transition: all .8s;
    margin: 0;
    -webkit-transition: all .5s;
    display: block
}

.activities .pic img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1)
}

.activities .pic h3 {
    font-size: 16px;
    padding: 0 15px
}

.activities .pic p {
    color: #999;
    padding: 0 15px
}

.activities .media-body {
    vertical-align: middle!important
}

.activities .media-left a {
    display: block;
    width: 120px;
    height: 120px
}

.activities .media-heading a {
    color: #333
}

.activities .media-heading a:hover {
    color: #ff7f00
}

.workshop h6 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    text-align: center
}

.workshop a h4 {
    font-weight: 700!important;
    color: #333;
    padding: 8px 0!important;
    text-align: left!important
}

.workshop a p {
    color: #333;
    line-height: 20px!important;
    text-align: left!important
}

.honor {
    background: #f8f8f8;
    position: relative;
    padding: 0
}

.honor .pad {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

.honor .pad a img {
    width: 100%;
    transition: all .8s;
    -webkit-transition: all .5s
}

.honor .txt {
    color: #fff;
    padding: 4% 5%
}

.honor .txt h1 {
    font-weight: 700;
    font-size: 50px;
    color: #333
}

.honor .txt h3 {
    font-size: 26px;
    color: #000
}

.honor .txt p {
    font-size: 19px;
    line-height: 30px;
    color: #666
}

.honor .moreBt {
    margin-top: 20px;
    background: 0 0;
    font-size: 14px;
    line-height: 20px;
    border: 1px #111 solid;
    border-radius: 0;
    color: #111
}

.honor .moreBt .iconfont {
    font-size: 2.4rem
}

.honor .moreBt:hover {
    border: 1px #ff7f00 solid;
    color: #ff7f00
}

.honor .moreBt .fa-angle-right {
    font-size: 18px
}

.honor .honor_l {
    padding: 2% 2% 2% 10%
}

.about_ys {
    margin-top: 20px;
    background: #ff7f00
}

.about_ys h4 {
    color: #fff;
    font-size: 16px
}

.about_ys h4 a {
    color: #fff
}

.about_rj {
    padding-bottom: 4%;
    padding-top: 2%!important
}

.about_rj .about_bg_color {
    padding: 15px 0;
    background: #f6f6f6
}

.about_rj .txt {
    background: #f6f6f6
}

.about_rj .txt b {
    display: block;
    margin-top: 30px;
    font-size: 36px;
    line-height: 30px;
    color: #333
}

.about_rj .txt span {
    font-size: 36px;
    font-weight: 700;
    color: #ff7f00
}

.about_rj .txt p {
    font-size: 16px;
    line-height: 36px;
    color: #373737;
    margin: 15px 0
}

.about_rj .ys li {
    padding: 20px
}

.about_rj .ys img {
    width: 13%;
    vertical-align: top;
    margin-top: 14px;
    display: inline-block;
    margin-right: 10px
}

.about_rj .ys .text-center {
    text-align: left;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #333
}

.about_rj a .btn-primary {
    margin: 20px 0;
    background: 0 0;
    font-size: 16px;
    line-height: 30px;
    border: 1px #111 solid;
    border-radius: 6px;
    color: #111
}

.about_rj a .btn-primary:hover {
    border: 1px #ff7f00 solid;
    color: #ff7f00
}

.honor a.btn-primary {
    margin-top: 20px;
    background: 0 0;
    font-size: 16px;
    line-height: 20px;
    border: 1px #111 solid;
    border-radius: 0;
    color: #111
}

.honor a.btn-primary:hover {
    border: 1px #ff7f00 solid;
    color: #ff7f00
}

.lastnews a.btn-primary {
    margin: 20px 0;
    background: 0 0;
    font-size: 16px;
    line-height: 30px;
    border: 1px #111 solid;
    border-radius: 0;
    color: #111
}

.lastnews a.btn-primary:hover {
    border: 1px #ff7f00 solid;
    color: #ff7f00
}

.online {
    padding-top: 4%;
    padding-bottom: 3%;
    background: url(/static/image/ly_bg.jpg) no-repeat center
}

.online input::-webkit-input-placeholder,
.online textarea::-webkit-input-placeholder {
    color: #fff
}

.online input:-moz-placeholder,
.online textarea:-moz-placeholder {
    color: #fff
}

.online input::-moz-placeholder,
.online textarea::-moz-placeholder {
    color: #fff
}

.online input:-ms-input-placeholder,
.online textarea:-ms-input-placeholder {
    color: #fff
}

.online h2 {
    text-align: left;
    color: #fff;
    font-size: 40px;
    font-weight: 400
}

.online h2:after {
    height: 0
}

.online h2 em {
    font-size: 20px
}

.online p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px
}

.online .form-control {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    font-size: 16px;
    border: none;
    border-radius: 0;
    margin-bottom: 10px
}

.application .btn-primary {
    background: 0 0;
    border: 1px solid #333;
    color: #333;
    border-radius: 100px;
    padding: 8px 15px;
    font-size: 16px;
    margin-bottom: 20px
}

.application .btn-primary:hover {
    background: #ff7f00;
    border: 1px solid #ff7f00
}

.about_rj .btn-primary {
    background: #ff7f00;
    border: 1px solid #ff7f00;
    color: #fff;
    border-radius: 100px;
    padding: 8px 15px;
    font-size: 16px;
    margin-bottom: 10px
}

.products_tab .btn-primary {
    background: #ff7f00;
    border: 1px solid #ff7f00;
    color: #fff;
    border-radius: 100px;
    padding: 8px 15px;
    font-size: 16px;
    margin-bottom: 60px
}

.online .btn-primary {
    background: #e78d3f;
    border: 1px solid #e78d3f;
    color: #fff;
    border-radius: 0;
    padding: 8px 15px;
    font-size: 16px
}

.product-hot-list a {
    color: #333
}

.product-hot-list a img {
    margin: 0 auto
}

.case {
    padding-bottom: 3%;
    background: #fff;
    padding-top: 3%!important
}

.cases {
    padding-bottom: 3%;
    background: #fff;
    padding-top: 3%!important
}

.workshop a b {
    color: #333;
    font-size: 16px;
    text-align: center
}

.lastnews {
    padding-top: 2%!important;
    padding-bottom: 2%!important;
    background: #f6f6f6
}

.lastnews .media:hover {
    background: #f3f3f3
}

.lastnews .media {
    margin-top: 30px!important
}

.lastnews .media .media-body .pic {
    margin-bottom: 20px
}

.lastnews .media .media-body .pic img {
    width: 100%
}

.lastnews .media .media-cont {
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px #dedede solid;
    color: #7a7a7a;
    line-height: 30px
}

.lastnews .media-heading {
    margin-top: 10px!important;
    padding: 10px 15px!important;
    font-weight: 700;
    height: 60px;
    color: #ff7f00;
    text-align: left!important
}

.lastnews .media-heading a {
    font-size: 20px;
    color: #000
}

.lastnews .media-heading a:hover {
    color: #ff7f00
}

.lastnews p {
    font-size: 14px;
    padding: 0 15px!important
}

.lastnews .media-body {
    vertical-align: middle!important
}

.lastnews .media-left {
    float: left
}

.lastnews .media-left img {
    height: 100px
}

.lastnews .media-left img.left_pic {
    height: auto;
    padding: 0
}

.media:first-child {
    margin-top: 15px!important
}

.lastnews p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #666
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.news {
    background: url(/themes/default/images/news_bg.jpg) no-repeat center top;
    padding-bottom: 1%
}

.news .list_box a {
    color: #333
}

.news .list_box {
    padding: 30px 50px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1)
}

.news .list_box img.lazy {
    width: 50%
}

.news h2 {
    color: #fff
}

.news .owl-carousel .owl-item h4 {
    font-size: 24px;
    text-align: left;
    line-height: 26px
}

.news .owl-carousel .owl-item p {
    font-size: 16px
}

#about .text {
    padding: 20px 0
}

#about .label {
    color: #ff7f00
}

#about .bookform {
    padding: 0
}

#about .form-control {
    display: inline-block
}

#located {
    width: 100%;
    border-bottom: 1px solid #eee;
    line-height: 60px
}

#located.located {
    border-bottom: 0;
    border-top: 1px solid #eee
}

#located.located a.right {
    padding-left: 30px;
    color: #1ba4fc;
    float: right;
    background: url(/themes/default/images/back.png) left center no-repeat
}

#located.affix {
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 99
}
#located .l {
    float: left;
    font-size: 14px;
    color: #a5a5a5;
    /* padding-left: 26px;
    background: url(/static/image/home.jpg) -1px center no-repeat */
}
#located .l li {
    float: left;
    display: block;
    padding: 0 0 0 10px;
    /* padding: 0 10px; */
    text-align: center
}

#located .l a {
    color: #a5a5a5;
    text-transform: capitalize
}

#located .l a:hover {
    color: #00f;
}

#located .l span {
    color: #9e9997
}

#located .rmenu {
    float: left
}

#located .rmenu ul {
    margin: 0
}

#located .rmenu li {
    display: inline-block
}

#located .rmenu li a {
    display: block;
    padding: 0 20px;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 60px;
    position: relative;
    text-transform: capitalize
}

#located .rmenu li a:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#located .rmenu li a.on, #located .rmenu li a:hover:hover {
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #00f;
}

#located .rmenu li a.on:before {
    width: 100%;
    position: absolute;
    content: "";
    height: 2px;
    background: #ff7f00;
    bottom: -1px;
    left: 0
}

#located #navbar-example li a.on:before {
    display: none
}

#located #navbar-example li.active a:before {
    width: 100%;
    position: absolute;
    content: "";
    height: 2px;
    background: #ff7f00;
    bottom: -1px;
    left: 0
}

#footer {
    width: 100%;
    float: left;
    background: #222428
}

#footer .top {
    width: 100%;
    float: left;
    padding: 50px 0 40px 0
}

#footer .top .navbar-nav>li>a {
    color: #999;
    font-size: 18px
}

#footer .top i {
    font-size: 20px;
    margin-right: 10px
}

#footer .l {
    float: left
}

#footer .l dl {
    margin-bottom: 0
}

#footer .l .box {
    line-height: 30px;
    color: #999;
    font-size: 16px
}

#footer .l dl {
    padding: 0 18px;
    float: left;
    color: #999;
    margin-right: 10px
}

#footer .l dl dt a {
    font-size: 20px;
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px
}

#footer .l dl li {
    list-style: none;
    height: 26px
}

#footer .l dl li a {
    color: #d4d4d4;
    font-size: 16px;
    text-transform: capitalize
}

#footer .c {
    float: right
}

#footer .c dl dt a {
    font-size: 20px;
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px
}

#footer .c img {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

#footer .c h1 {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 0
}

#footer .c i {
    color: #333
}

#footer .r {
    margin-left: 20px
}

#footer .r dl dt {
    font-size: 22px;
    color: #ff7f00
}

#footer .bottom {
    width: 100%;
    float: left;
    padding: 15px 0
}

#footer .bottom .foot_l {
    float: left;
    color: #a9a9a9;
    font-size: 16px
}

#footer .bottom .foot_r {
    float: right;
    color: #333
}

#footer .bottom .foot_r ul {
    margin-bottom: 0
}

#footer .bottom .foot_r li {
    margin-right: 20px;
    display: inline-block
}

#footer .bottom p {
    margin: 0;
    line-height: 20px;
    text-align: center;
    color: #fff
}

#footer .bottom .foot_c {
    color: #fff;
    text-align: center;
}

#footer .bottom .foot_c ul li {
    float: left;
    margin-right: 20px;
    margin: 5px
}

.links {
    padding: 15px 0!important;
    border-bottom: 1px #4b4f57 solid
}

.links b {
    display: inline-block;
    margin-right: 10px;
    color: #4d4d4d;
    font-size: 14px;
}

.links p {
    display: inline-block;
    font-size: 18px
}

.links ul {
    margin-bottom: 0
}

.links ul li {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px
}

.links ul li a {
    color: #fff
}

.links ul li a:hover {
    color: #fff
}

.contact .box {
    width: 380px;
    line-height: 30px;
    font-size: 16px;
    color: #fff
}

.contact .box a {
    color: #fff
}

#footer .bottom a {
    color: #fff
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

#gtop {
    bottom: 80px;
    right: 10px;
    position: fixed;
    z-index: 990
}

.gtop-gbook {
    display: block;
    position: relative;
    margin: 15px 0 0 0
}

.gtop-go {
    margin: 0
}

.gtop-go a {
    display: block;
    width: 76px;
    height: 76px;
    text-indent: -9999em;
    overflow: hidden;
    background: url(/static/image/gotop.jpg) 0 0 no-repeat
}

.showproduct-head {
    padding: 20px 0
}

@media (max-width:768px) {
    .gtop-go a {
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999em;
        overflow: hidden;
        background: url(/static/image/gotop.jpg) 0 0 no-repeat;
        background-size: cover
    }
    #footer .c h1 {
        margin-top: 15px
    }
}

.bookform,
.show-adv,
.show-app,
.show-case,
.show-cer,
.show-cv,
.show-dis,
.show-fac,
.show-man,
.show-par,
.show-rp {
    padding: 10px 20px
}

@media (max-width:768px) {
    .bookform,
    .show-adv,
    .show-app,
    .show-case,
    .show-cer,
    .show-cv,
    .show-dis,
    .show-fac,
    .show-man,
    .show-par,
    .show-rp {
        padding: 10px;
        font-size: 14px
    }
}

.nav-tabs {
    border-bottom: 1px solid #e4eaec
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

@media (max-width:1420px) {
    #header .navbar-nav>li>a {
        font-size: 15px
    }
    #banner .carousel-caption {
        bottom: 300px
    }
}

@media (max-width:1300px) {
    #header .navbar-nav>li>a {
        font-size: 15px;
        padding: 0 8px
    }
    #header .social {
        display: none
    }
    #header .r {
        width: 7%
    }
    #header .m {
        width: 73%
    }
    #header .logo img {
        max-width: 100%
    }
    #banner .carousel-caption {
        bottom: 240px
    }
    .about_rj .txt p {
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width:1055px) {
    #header .logo {
        margin-right: 0
    }
    #header .navbar-nav>li>a {
        padding: 0 8px
    }
    #header .search_btn {
        padding: 0 20px
    }
    #header .r {
        width: 7%
    }
    #header .m {
        width: 73%
    }
    .about_rj .txt p {
        font-size: 14px;
        line-height: 30px;
        margin: 25px 10px
    }
    .about_rj .txt {
        padding: 2% 3% 0 5%
    }
    .about_rj .txt p {
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    #banner .carousel-caption {
        bottom: 160px
    }
    #footer .l dl {
        padding: 0 10px
    }
    #product .list li .item img {
        height: 180px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #header .r {
        display: none
    }
    #header .m {
        width: 73%
    }
    #header .navbar-nav>li>a {
        padding: 0 8px
    }
    #banner .carousel-caption {
        bottom: 150px
    }
    #footer .c {
        width: 100%;
        text-align: center;
        border-right: none
    }
    #footer .c p {
        font-size: 14px
    }
    #footer .l {
        width: 100%
    }
    #footer .l dl {
        padding: 0 18px
    }
    #footer .l {
        width: 100%
    }
    #footer .r {
        width: 100%;
        margin-top: 0;
        border: 0
    }
    #product .list li .item img {
        display: block;
        width: auto;
        margin: 0 auto;
        margin-top: 20px;
        float: none
    }
    #product .list li .item .rtxt {
        width: 100%;
        padding: 10px 20px
    }
    #product .list li .item .rtxt a.more {
        float: none;
        margin: 10px auto
    }
    #about #pinpai img.bg {
        margin-top: 80px
    }
    #product_slide .carousel .carousel-caption {
        bottom: 30px
    }
    #case_box .list a img {
        width: 50%
    }
    #case_box .list a .bt {
        width: 50%;
        padding: 15px
    }
    .about_rj .txt b {
        font-size: 18px;
        line-height: 30px
    }
    .about_rj .txt p {
        font-size: 14px;
        line-height: 30px;
        margin: 25px 10px
    }
    .application .tab_box .content h4 a {
        font-size: 24px
    }
    .application .tab_box .content p {
        display: none
    }
    .application .tab_box .content {
        padding-left: 30px;
        padding-top: 30px
    }
}

@media (max-width:767px) {
    #header{
        height: 60px;
    }
    #header .logo {
        height: 60px;
        line-height: 60px;
        background-size: 145px;
        margin-left: 10px;
        margin-top: 15px;
    }
    #header .logo h1 {
        font-size: 34px;
        font-weight: 700;
        text-align: left;
        margin-top: 13px
    }
    #header .logo img {
        height: 37px;
        margin-top: 38px;
        margin-left: 10px;
        float: left
    }
    #header .language,
    #header .search_btn {
        line-height: 60px
    }
    #header .l {
        width: 50%;
        margin-top: 0
    }
    #header .r {
        width: 36%;
        float: right
    }
    #header .m {
        width: 36%;
        /* width: auto; */
        margin: 0 auto
    }
    #header .navbar-toggle {
        position: absolute;
        padding: 15px 10px;
        border: none;
        border-radius: 0;
        left: 50%;
        z-index: 999;
        background: 0 0!important;
        margin-right: 0;
        margin-left: 80px
    }
    #header .navbar-collapse {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 1;
        z-index: 16;
        background-color: rgba(0, 0, 0, .7)
    }
    #header .navbar-nav {
        padding: 0;
        margin: 0;
        padding-top: 60px
    }
    #header .navbar-nav>li {
        width: 100%
    }
    #header .navbar-nav>li>a {
        width: 100%;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
        text-align: left;
        color: #fff!important;
        padding-left: 22px
    }
    #header .navbar-nav li.quote a {
        color: #ff7f00!important
    }
    #header .navbar-nav li.quote:hover a {
        color: #fff!important
    }
    #header .dropdown-menu {
        text-align: left;
        list-style: none;
        background: 0 0;
        min-width: 12em;
        border: none;
        min-width: auto;
        border-radius: 0;
        top: 40px
    }
    #header .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff!important;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0;
        padding-left: 30px
    }
    #header .navbar-default .navbar-nav .open .dropdown-menu>li>a:before {
        content: "- "
    }
    #header .navbar-default .navbar-toggle.collapsed .icon-bar {
        background-color: #00f
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #fff
    }
    #header .navbar-nav>li>.dropdown-menu li a {
        background: 0 0;
        text-align: left
    }
    #header .navbar-nav>li>a:after {
        display: none
    }
    .navbar-toggle .icon-bar {
        position: relative
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px
    }
    .navbar-toggle .icon-bar:nth-child(2) {
        -moz-transition: background .3s ease 0s;
        -o-transition: background .3s ease 0s;
        -webkit-transition: background .3s ease;
        -webkit-transition-delay: 0s;
        transition: background .3s ease 0s;
        background: 0 0
    }
    .transform-fallback-fix .navbar-toggle .icon-bar:nth-child(2) {
        background: #909090
    }
    .navbar-toggle .icon-bar:nth-child(1),
    .navbar-toggle .icon-bar:nth-child(3) {
        -moz-transition: top .3s ease, -moz-transform .3s ease .4s;
        -o-transition: top .3s ease, -o-transform .3s ease .4s;
        -webkit-transition: top .3s ease, -webkit-transform .3s ease;
        -webkit-transition-delay: 0s, .4s;
        transition: top .3s ease, transform .3s ease .4s
    }
    .navbar-toggle .icon-bar:nth-child(1) {
        top: 8px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .transform-fallback-fix .navbar-toggle .icon-bar:nth-child(1) {
        top: 0
    }
    .navbar-toggle .icon-bar:nth-child(3) {
        top: -8px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .transform-fallback-fix .navbar-toggle .icon-bar:nth-child(3) {
        top: 0
    }
    .navbar-toggle.collapsed .icon-bar:nth-child(2) {
        -moz-transition: background .3s ease .4s;
        -o-transition: background .3s ease .4s;
        -webkit-transition: background .3s ease;
        -webkit-transition-delay: .4s;
        transition: background .3s ease .4s;
        background-color: #909090
    }
    .navbar-toggle.collapsed .icon-bar:nth-child(1),
    .navbar-toggle.collapsed .icon-bar:nth-child(3) {
        top: 0;
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -moz-transition: top .3s ease .4s, -moz-transform .3s ease;
        -o-transition: top .3s ease .4s, -o-transform .3s ease;
        -webkit-transition: top .3s ease, -webkit-transform .3s ease;
        -webkit-transition-delay: .4s, 0s;
        transition: top .3s ease .4s, transform .3s ease
    }
    .modal {
        text-align: center;
        font-size: 0
    }
    #banner {
        margin: 0 auto 0
    }
    #banner .carousel-caption {
        bottom: 10px
    }
    #banner .carousel-caption {
        left: 10%
    }
    #banner .carousel-caption h5 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 0
    }
    #banner .carousel-caption a.more {
        margin-top: 0;
        width: 80px;
        float: left;
        padding: 2px 5px;
        height: auto;
        line-height: 1.2
    }
    #banner .carousel-caption p {
        font-size: 12px;
        line-height: 1;
        margin-bottom: 5px
    }
    #banner .carousel-control.left,
    #banner .carousel-control.left:before,
    #banner .carousel-control.right,
    #banner .carousel-control.right:before {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
    #banner .carousel-control {
        margin-top: -20px
    }
    #banner .carousel-indicators {
        margin-bottom: 0;
        bottom: 5px
    }
    #ibanner {
        margin: 100px auto 0;
        height: 250px;
    }
    #ibanner .gg_img img{      
        height:100%;
    }
    #ibanner .text {
        top: 40%;
        left: 50%;
        z-index: 1;
        margin-left: -45%;
        width: 90%;
    }
    #ibanner .text .gg_t{
        font-size: 22px;
    }
    #ibanner .text .gg_desc{
        font-size: 14px;
    }
    #ibanner .text h5 {
        font-size: 16px
    }
    #ibanner .text p {
        font-size: 15px
    }
    #footer .c {
        width: 100%;
        text-align: center;
        border-right: none;
        padding-left: 0;
        margin-left: 0;
        border-left: none
    }
    #footer .c p {
        font-size: 14px
    }
    #footer .l {
        width: 100%
    }
    #footer .l dl {
        width: 50%
    }
    #footer .r {
        width: 100%;
        margin-top: 0;
        border: 0
    }
    #footer .top .l dl {
        width: 100%;
        border-bottom: 1px #4e4e4e solid;
        padding: 10px 0;
        margin-bottom: 0
    }
    #footer .top .l dl dt {
        margin-bottom: 0
    }
    #footer .top .l dl dt a {
        margin: 0;
        font-size: 14px
    }
    #footer .top .l dl .box {
        display: block
    }
    #footer .top .l dl.open .box {
        display: block;
        width: 100%;
        float: left;
        margin-top: 10px
    }
    #footer .top .l dl dd a {
        float: left;
        width: auto;
        display: inline-block;
        padding: 0 10px
    }
    #footer .r {
        margin-top: 20px
    }
    #footer .top {
        padding: 20px 0
    }
    #product .list li .item img {
        display: block;
        width: auto;
        margin: 0 auto;
        margin-top: 20px;
        float: none
    }
    #product .list li .item .rtxt {
        width: 100%;
        padding: 10px
    }
    #product .list li .item .rtxt a.more {
        float: none;
        margin: 10px auto
    }
    #pagination .pagination>li>a.prev {
        margin: 0 4px
    }
    #pagination .pagination>li>a.next {
        margin: 0 4px
    }
    #product {
        padding: 40px 0
    }
    #located .l {
        font-size: 13px;
        line-height: 40px
    }
    #located .rmenu li {
        width: 100%;
        overflow: hidden;
        float: left;
        padding: 2px
    }
    #located .rmenu li a:after {
        display: none
    }
    #located .rmenu li a {
        display: block;
        padding: 0;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        border: 1px solid #eee
    }
    #located .rmenu {
        width: 100%;
        margin-bottom: 10px
    }
    #anli {
        padding: 40px 0
    }
    #anli .tit {
        font-size: 25px;
        margin-bottom: 20px
    }
    #about #jianjie,
    #about #lishi {
        padding: 50px 0
    }
    #about .tit_1 {
        font-size: 25px;
        margin-bottom: 20px
    }
    #about #pinpai .text {
        padding-left: 0;
        padding-top: 20px
    }
    #about #lishi .slide_history .item b {
        font-size: 20px
    }
    #about #lishi .slide_history .item span {
        font-size: 14px
    }
    #about #lishi .slide_history .item .top {
        padding-left: 50px
    }
    #about #lishi .slide_history .item .bottom {
        padding-top: 80px;
        padding-left: 60px;
        background: url(/themes/default/images/line4.png) 40px top no-repeat
    }
    #about #fangan1,
    #about #fangan2,
    #about #fangan3 {
        padding: 50px 0
    }
    #about #fangan1 ul li {
        width: 100%
    }
    #about .tit_2 {
        font-size: 20px
    }
    #about #fangan2 .text,
    #about #fangan3 .text {
        margin-top: 20px
    }
    #about #fangan1 ul li em {
        background-size: 100% 100%
    }
    #shouhou {
        padding: 50px 0
    }
    #shouhou .tit_1 {
        font-size: 25px
    }
    #shouhou .tit_2 {
        font-size: 20px
    }
    #shouhou .cont {
        margin-top: 0
    }
    #shouhou .cont li {
        width: 100%
    }
    #news {
        padding: 50px 0
    }
    #news .tit {
        font-size: 25px;
        margin-bottom: 10px
    }
    #product_slide .carousel ul {
        position: static;
        margin: 20px auto;
        width: auto
    }
    #product_slide .carousel .carousel-caption {
        max-width: 100%;
        position: static
    }
    #product_slide .carousel .carousel-caption h5 {
        font-size: 16px
    }
    #product_slide .carousel .carousel-caption p {
        font-size: 13px;
        line-height: 1.2
    }
    #located .l {
        line-height: 30px;
        padding-top: 10px;
        /* background: url(/static/image/home.jpg) -1px 12px no-repeat */
    }
    #product_nav .l {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        font-size: 20px
    }
    #product_nav .r {
        width: 100%;
        float: left
    }
    #product_nav .r a {
        margin: 0 10px 0 0;
        font-size: 13px
    }
    #case_box .list a img {
        width: 100%
    }
    #case_box .list a .bt {
        width: 100%
    }
    .arc_rec h2 {
        font-size: 18px
    }
    .news_l {
        padding-left: 0;
        padding-right: 0
    }
    .news_r {
        padding-right: 15px
    }
    #footer .r h5 {
        font-size: 18px
    }
    .products_sort .mr {
        height: 7em;
        border-right: 1px #e6e6e6 solid
    }
    .links-nav li a {
        font-size: 12px
    }
    .hot_se .hot_li li {
        line-height: 26px
    }
    .tab .nav-tabs li button {
        padding: 3px 10px;
        font-size: 12px;
        line-height: 16px
    }
    .Feedback .bookform h6 {
        font-size: 20px
    }
    .custom .btn-danger {
        font-size: 16px
    }
    .Feedback .Feedback_box h6 {
        font-size: 20px
    }
    .about_rj .txt p {
        font-size: 14px;
        line-height: 30px;
        margin: 25px 10px
    }
    .products_list .ad p {
        line-height: 20px
    }
    .news .list_box img.lazy {
        width: 100%;
        height: 200px
    }
    .news .list_box h4 {
        font-size: 20px!important
    }
    .tab .tab-content .tab_box img {
        height: 130px
    }
    .about_rj .txt h3 {
        font-size: 26px
    }
    .about_rj .about_bg video {
        width: 100%;
        margin-top: 40px;
        margin-left: 0;
        margin-bottom: 0
    }
    #footer .top .navbar-nav>li>a {
        font-size: 16px
    }
    .products_tab .tab_box a h3 {
        font-size: 14px
    }
    .about_rj .text-center {
        font-size: 14px
    }
    .lastnews .media-heading a {
        font-size: 14px
    }
    .lastnews p {
        font-size: 12px
    }
    .Feedback .bookform_index {
        padding: 20px
    }
    .news .list_box {
        padding: 15px
    }
    .custom h2 {
        font-size: 20px
    }
    .about_rj .about_bg iframe {
        width: 100%;
        height: 220px;
        margin-left: 0
    }
    .lastnews .media {
        padding: 15px
    }
    .index-body h2 {
        font-size: 20px

        /* font-size: 26px */
    }
    .soloutions h4 {
        font-size: 14px
    }
    .applications p {
        font-size: 13px
    }
    .Feedback .bookform {
        padding: 15px
    }
    #footer .bottom .foot_l {
        font-size: 12px;
        text-align: center
    }
    #footer .bottom .foot_r {
        width: 100%;
        font-size: 12px;
        text-align: center;
        float: left;
        margin: 0 auto
    }
    #footer .bottom .foot_r li {
        margin-right: 0
    }
    .applications {
        background: 0 0
    }
    .application .tab_box .content h4 a {
        font-size: 20px;
        line-height: 26px
    }
    .application .tab_box .content {
        padding-left: 20px;
        padding-top: 20px
    }
    .application .btn-primary {
        padding: 5px 8px;
        font-size: 12px
    }
    .about_rj .btn-primary {
        padding: 5px 8px;
        font-size: 12px
    }
    .application .tab_box .content dl dd {
        width: 100%
    }
    .about_rj .txt b {
        font-size: 20px
    }
    .custom b {
        font-size: 16px;
        margin-top: 3%;
        margin-bottom: 1%
    }
    .custom p {
        font-size: 12px;
        line-height: 16px
    }
    .custom .btn-warning {
        font-size: 16px
    }
    .custom .mt40 {
        margin-top: 0;
        margin-bottom: 3%
    }
    .workshop h6 {
        font-size: 16px
    }
    .pdt_switch .tab_list li a p {
        font-size: 12px
    }
    .honor .txt h1 {
        font-size: 24px
    }
    .list_top .txt h3 {
        font-size: 18px
    }
    .list_top .txt p {
        font-size: 14px;
        line-height: 22px
    }
    .honor .txt p {
        font-size: 14px
    }
    .owl-carousel .owl-item p {
        line-height: 20px;
        font-size: 14px
    }
    .contact .box {
        width: 100%
    }
    .pdt_switch .tab_list li a {
        padding: 10px 5px
    }
    .pdt_switch .tab_list {
        clear: both
    }
    .index_pdt .item .text-height .text h5 {
        font-size: 18px
    }
    .index-search-box {
        margin-top: 15px
    }
    .list_box h4 {
        font-size: 14px
    }
    .i-chose b {
        font-size: 14px;
        margin: 12px 0
    }
    .i-chose ul li {
        text-align: center
    }
    .i-chose ul li img {
        margin: 0 auto;
        text-align: center;
        display: block
    }
    .activities .txt {
        height: auto
    }
    .top-right {
        width: 100%
    }
    .wjs-banner .text h1 {
        font-size: 18px!important
    }
    .wjs-banner .text p {
        font-size: 12px!important
    }
    .share li a .fa {
        width: 30px;
        height: 30px;
        padding: 6px;
        font-size: 16px
    }
    #header .navbar-nav>li.send a {
        width: 100%
    }
}

@media (max-width:320px) {
    #pagination .pagination>li>a {
        padding: 4px 10px;
        margin: 0 3px;
        font-size: 12px!important
    }
}

#footer_phone {
    display: none;
    background: #252525;
    font-size: .9em;
    padding: 0 0 0;
    position: relative;
    clear: both;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px #2e2e2e solid
}

#footer_phone .foot_wo {
    color: #fff;
    font-size: 14px
}

@media (max-width:768px) {
    body {
        padding-bottom: 40px;
        width: 100%;
        float: left
    }
    #footer_phone {
        display: block
    }
}

#banner .carousel-caption a.more {
    font-size: 12px;
    color: #fff;
    display: block;
    height: 34px;
    margin-top: 10px;
    line-height: 32px;
    border: 1px solid #004992;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #004992
}

.wjs-banner .bigImg {
    width: 100%;
    height: 720px;
    display: block;
    background-position: center center;
    background-size: cover
}

.wjs-banner .smallImg img {
    width: 100%;
    display: block
}

.wjs-banner .text {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    position: absolute;
    top: 40%
}

.wjs-banner .text h1 {
    -webkit-animation: 1.5s ease-in-out 0s normal none 1 running fadeInUp;
    animation: 1.5s ease-in-out 0s normal none 1 running fadeInUp;
    font-size: 50px;
    color: #ff7f00;
    text-align: center
}

.wjs-banner .text p {
    -webkit-animation: 1.5s ease-in-out 0s normal none 1 running fadeInUp;
    animation: 1.5s ease-in-out 0s normal none 1 running fadeInUp;
    font-size: 20px;
    color: #fff;
    text-align: center
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@font-face {
    font-family: FontAwesome;
    src: url(/static/font/fontawesome-webfont.eot);
    src: url(/static/font/fontawesome-webfont.eot) format('embedded-opentype'), url(/themes/default/fonts/fontawesome-webfont.woff2) format('woff2'), url(/static/font/fontawesome-webfont.woff) format('woff'), url(/static/font/fontawesome-webfont.ttf) format('truetype'), url(/static/font/fontawesome-webfont.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-left: 10px
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-google:before {
    content: "\f1a0"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-search:before {
    content: "\f002"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-phone:before {
    content: "\f095"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-globe:before {
    content: "\f0ac"
}

.box-services {
    position: relative;
    margin: 80px 0
}

.box-services i {
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 50px;
    color: #e78d3f
}

.template-post {
    padding-left: 70px
}

.template-post h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.template-post p {
    font-size: 14px;
    color: #999
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-item p {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #333
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/themes/default/style/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.page {
    margin: 10px 0;
    clear: both;
    padding-top: 10px;
    overflow: hidden
}

.page .first {
    background: url(/static/image/page.png) 7px -82px no-repeat
}

.page .last {
    background: url(/static/image/page.png) 7px -140px no-repeat
}

.page .next {
    background: url(/static/image/page.png) 7px 10px no-repeat
}

.page .prev {
    background: url(/static/image/page.png) 7px -36px no-repeat
}

.page span.page_list {
    overflow: hidden;
    float: right
}

.page span.page_list a {
    display: block;
    float: left;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    padding: 5px 10px 5px 10px;
    font-size: 12px
}

.page span.page_rows {
    display: block;
    float: right;
    border: 1px solid #eaeaea;
    font-size: 12px;
    margin-right: 5px;
    padding: 5px 10px 5px 10px
}

.page span.page_list a.selected {
    background: #f2f2f2;
    color: #222
}

#pagination {
    text-align: center;
    margin-bottom: 20px
}

#pagination .pagination>li>a {
    background: #fff;
    color: #333;
    border: none;
    margin: 0 4px;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #dbdbdb
}

#pagination .pagination>li>a.on,
#pagination .pagination>li>a:hover {
    background: #1ba4fc;
    color: #fff;
    border-color: #1ba4fc
}

#pagination .pagination>li>a.prev {
    margin-right: 30px;
    border-radius: 0;
    font-size: 14px
}

#pagination .pagination>li>a.next {
    margin-left: 30px;
    border-radius: 0;
    font-size: 14px
}

#product {
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #f5f5f5
}

#product .list {
    float: left;
    padding-left: 0
}

#product .list li .item {
    display: block;
    width: 100%;
    background: #fff;
    float: left;
    padding: 10px;
    margin-bottom: 30px
}

#product .list li .item img {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin: 0 auto;
    height: 250px
}

#product .list li .item .rtxt {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px
}

#product .list li .item .rtxt h5 {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#product .list li .item .rtxt h5 a {
    color: #333
}

#product .list li .item .rtxt p {
    color: #757575;
    font-size: 13px;
    line-height: 1.6;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.list_info {
    height: 50px
}

#product .list li .item .rtxt a.more {
    display: block;
    width: 122px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin: 10px auto;
    margin-top: 20px;
    background: #5f6062;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 15px
}

#product .list li .item .rtxt a.more:hover {
    background: #ff7f00
}

@media (min-width:1600px) {
    .container-xxl {
        width: 1490px!important
    }
}
