<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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("../fonts/gothic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
ul {
    list-style: none;
    padding: 0
}

a {
    color: #333
}

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

.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,0.25);
    border-bottom: 0;
    border-left: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    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: 16px;
    padding: 0 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #333333;
    height: 50px;
}

.notices{
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.notices ul{
    margin-left: 10px;
    margin-bottom: 0;
}

.header-top .tel {
    float: right;
    padding: 0 32px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    display: inline-block;
}
.header-top .tel ul.dropdown-menu li a{
    color: #333;
    font-size: 14px;
}
.header-top .tel ul {
    margin-right: 20px
}

.header-top .tel i {
    color: #fff
}

.header-top .tel ul li a{
    color: #fff;
    font-size: 14px;
}

#header {
    width: 100%;
    z-index: 20;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
    border-bottom: none;
    position: relative;
}

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

#header .m {
    width: 64%;
    float: left
}

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

#header .logo {
    width: 100%;
    height: 120px;
    margin-right: 20px;
    text-align: center;
    line-height: 120px;
    float: left;
    margin-top: 0;
    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: center;
    float: none
}

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

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

#header .navbar-nav&gt;li&gt;a {
    padding: 0;
    height: 120px;
    line-height: 120px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 20px;
    font-weight: bold;
    background: 0 0!important
}

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

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

#header .navbar-nav&gt;li&gt;a.on,
#header .navbar-nav&gt;li&gt;a:hover {
    font-weight: bold;
    color: #006fc0;
    border-bottom: 3px #006fc0 solid;
}

#header .navbar-collapse {
    padding: 0
}

#header .navbar-nav li.quote {
    background: #fff;
    border: 2px solid #006fc0;
    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: #006fc0;
    border: 2px solid #006fc0
}

#header .navbar-nav li.quote a {
    color: #006fc0;
    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: 120px;
    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&gt;li&gt;a {
    line-height: 30px
}

.navbar-nav&gt;li&gt;.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&gt;li&gt;.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&gt;li&gt;.dropdown-menu li a:hover {
    background: #006fc0;
    color: #fff
}

.navbar-nav&gt;li.open&gt;.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: #006fc0!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: #006fc0;
    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: "&lt;";
    position: absolute;
    left: 0;
    font-size: 26px;
    color: #fff;
    width: 50px;
    height: 60px;
    text-indent: 0;
    text-align: center;
    line-height: 60px;
    font-family: Arail
}

#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: "&gt;";
    position: absolute;
    left: 0;
    font-size: 26px;
    color: #fff;
    width: 50px;
    height: 60px;
    text-indent: 0;
    text-align: center;
    line-height: 60px;
    font-family: Arail
}


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

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

.case_box .gg_li {
	width: 234px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0px 0px 18px 0px rgba(214, 211, 211, 0.004);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.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(../images/c39.png) no-repeat center 130px;
}

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

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

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

.case_box .gg43 .gg_t {
	background: url(../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,0.1);
	box-shadow: 0 15px 30px rgba(0,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;
}

.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: #6f6f6f;
	font-size: 14px;
	line-height: 30px
}

#case_box .list a .bt .date {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	padding-top: 10px;
	color: #959595;
	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%;
    height: 260px;
	float: left;
	display: block;
}

#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: #006fc0;
	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: bold;
	margin: 0;
	margin-bottom: 10px;
	line-height: 30px;
}

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

#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("../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("../images/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;
}


.sublist li{
	list-style: none;
	
}

.sublist li a.fat{ 
    padding-right: 10px; 
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    background-color: #006fc0;
    border-left: 3px solid #333;
    background-image: none; 
}
.sublist li a.fat:hover{
    background-color: #006fc0;
    border-left: 3px solid #333;
    padding-left:10px;
} 

.sublist li a{
    display: block;
    padding-right: 10px;
	line-height: 30px;
	color: #333;
	padding-left: 10px;
	background: url("../images/honor_icon.png") 240px center no-repeat;
	transition:all .3s ease 0s;
    text-decoration: none;
    text-transform: capitalize;
}
.sublist li a.active{
    padding-left:13px;
    background-color:#e0e3e8;
}
.sublist li a:hover{
    padding-left:13px;
    background-color:#e0e3e8;
}

.intro .title{
	display: block;
    width: 100%;
    font-size: 14px;
    background-color: #006fc0;
    background-image: none;

}
.intro .title h1,
.intro .title h3{
	display: inline-block;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    margin: 0;
    margin-left: 8px;
}
.intro .title::before{
    content: " + ";
    background: #333;;
    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;
}
.show-adv,
.show-par,
.show-app,
.show-dis,
.show-man,
.show-fac,
.show-cer,
.show-case,
.show-rp,
.show-cv,
.bookform
{
	padding: 30px 20px 50px 20px;
}
.show-adv,
.show-app,
.show-dis p{
	line-height: 30px;
}

@media (max-width: 768px) {
	.activities .pic h3 {
		font-size: 16px;
	}
    .product-intro h1{
        font-size: 20px;
    }
	.show-adv,
	.show-par,
	.show-app,
	.show-dis,
	.show-man,
	.show-fac,
	.show-cer,
	.show-case,
	.show-rp,
	.show-cv,
	.bookform {
		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 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: #006fc0;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.soloutions{
    background: #f5f5f5;
}

.soloutions h4{
    color: #006fc0;
}
.soloutions p{
    color: #333;
}
.soloutions li{
    padding: 10px;
}

.Customers{
    background:#F7F7F7;  
}


/*index_pdt*/
.index_pdt {
	background: #f3f3f3;
	padding-bottom: 5%;
}

.index_pdt .cate h2 {
	margin: 0;
	height: 105px;
	display: block;
	color: #fff;
	font-size: 24px;
	padding: 25px 0 0 90px;
	font-weight: bold;
	background: #006fc0 url(../images/cp_icon.png) no-repeat 25px center;

	line-height: 30px;
}

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

.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(../images/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: none;
}

.index_pdt .list_box {
	background: #fff;
}

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

.index_pdt .list_box h2 span {
	font-weight: normal;
	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: normal;
}

.index_pdt .list_box h2 a:hover {
	color: #006fc0;
}

.index_pdt .list {
	border-left: 1px #e5e5e5 solid;
	border-top: 1px #e5e5e5 solid;
}

.index_pdt .item {
	padding: 0;
	float: left;
	border-right: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
}

.index_pdt .item a {
	display: block;
	position: relative;
}

.index_pdt .item span {
	display: block;
	padding: 20px
}

.index_pdt .item img {
	width: 260px;
	height: 260px;
}

.index_pdt .item h4 {
	margin: 0;
	font-size: 14px;
	padding: 5px 40px 5px 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 52px;
	font-weight: normal;
	border-top: 1px #e5e5e5 solid;
	background: url(../images/pdt_dot.png) no-repeat 90% center;
}

.index_pdt .item p {
	display: none;
}

.index_pdt .item a:hover h4 {
	color: #fff;
	background: #006fc0 url(../images/pdt_dot1.png) no-repeat 90% center;
}

.index_pdt .item em {
	display: none;
}

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

.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: #006fc0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 32px
}

.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, 0.15);
    box-shadow: 0 0 10px 1px rgba(0, 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: #006fc0;
}
.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 0px 15px 15px 0px #dddddd;
}

.application .tab_box .content:hover{
    box-shadow: inset 0px 15px 15px 0px #c0c0c0;
}
}

.applications h4{
    color: #2568b0;
    font-size: 20px;
    font-weight: bold;
}

.applications p{
    color: #666666;
    text-align: center;
    font-size: 16px;
}
.applications li{
    padding: 50px 20px;
    height: 240px;
    background-position: center;
}


.i-chose{
    background: #fff;
}

.i-chose h2{
    text-align: center!important;
}
.i-chose ul{
    margin-top: 40px;
}

.i-chose h4{
    margin-top: 20px;
    color: #666;
}

.i-chose p{
    text-align: center;
    color: #919191;
}

.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 {
    background: #f2f2f2;
    padding-bottom: 0%!important;
    padding-top: 2%!important;
}


.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 #006fc0
}

.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: #006fc0
}

.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: #006fc0;
    border: 1px solid #006fc0;
    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
}

.products_tab .tab_box{
    padding: 10px;
}

.products_tab .list_box ul li{
    background: #fff;
    box-shadow: 1px 1px 2px 4px #eee;

}

.products_tab .list_box ul li:hover{
    background: #006fc0;
}

.products_tab .tab_box a h3{
    text-align: center;
    color: #332c2b;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 0;
    height: 54px;
}

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

.products_tab .tab_box a:hover h3{
   color: #fff;
}


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

.index-body h2 {
    font-size: 32px;
    color: #006fc0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
/* 
.index-body h2:after{
	height: 28px;
	content:" ";
	background: url(../images/title_line.png) no-repeat center center;
	clear:both;
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	margin-bottom:1px;
} */

.index-body h6 {
    font-size: 50px;
    text-align: center;
    color: #eaebed;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 20px
}

.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(../images/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(../images/r.png) no-repeat center center;
    text-indent: -9999px;
    width: 30px;
    position: absolute;
    height: 60px;
    top: 150px
}

.product_02{
    background: #fff;
    padding: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #006fc0;
}

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

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

.about_ys h4 a{
    color: #fff;
}

.about_rj {
	padding-bottom: 6%;
	background: #f9f9f9 ;
	
}

.about_rj .txt b{
	font-size: 24px;
    line-height: 30px;
    color: #333;
}
.about_rj .txt p {
    font-size: 18px;
    line-height: 30px;
    color: #373737;
    margin: 15px 0px
}

.about_rj .ys li {
	padding: 20px;
    border-right: 20px #f9f9f9 solid;
    background: -moz-linear-gradient(left, #0b92df 0%, #0050a2 100%);
    background: -webkit-linear-gradient(left, #0b92df 0%, #0050a2 100%);
    background: -o-linear-gradient(left, #0b92df 0%, #0050a2 100%);
    background: -ms-linear-gradient(left, #0b92df 0%, #0050a2 100%);
    background: linear-gradient(to left, #0b92df 0%, #0050a2 10);
}


	border-right: 20px #ebebed solid;
}

.about_rj .ys {
    margin-top: 50px
}

.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: 18px;
    width: 70%;
    line-height: 20px;
    color: #fff
}


.about_rj a .btn-primary{
	margin-top: 20px;
	background: transparent;
    font-size: 16px;
    line-height: 30px;
    border: 1px #232323 solid;
	border-radius: 0;
	color: #232323;
}
.about_rj a .btn-primary:hover{
	 border: 1px #006fc0 solid;
	 color: #006fc0;
}



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

}
.online input::-webkit-input-placeholder,.online textarea::-webkit-input-placeholder {
/* WebKit browsers */
color:  #fff;
}
.online input:-moz-placeholder,.online textarea:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color:  #fff;
}
.online input::-moz-placeholder,.online textarea::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #fff;
}
.online input:-ms-input-placeholder,.online textarea:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #fff;
}


.online h2 {
    text-align: left;
    color: #fff;
    font-size: 40px;
    font-weight: normal;
}
.online h2:after{
    height: 0;
}

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

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


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

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

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

.products_tab .btn-primary {
    background: #006fc0;
    border: 1px solid #006fc0;
    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;
}
.case {
    background: #fafafa
}

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

.lastnews {
    padding-top: 3%!important;
    padding-bottom: 3%!important;
    background: #FFF;
}


.lastnews .media-heading{
    margin-top: 20px;
}


.lastnews .media:first-child:hover{
    background: #ebf7ff;
}

.lastnews .media:first-child {
    margin-top: 30px!important;
    background: #f8f8f8;
}

.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: 0!important;
    font-weight: 700;
    color: #006fc0;
    text-align: left!important;
}

.lastnews .media-heading a {
    font-size: 20px;
    color: #000;
}
.lastnews .media-heading a:hover{
    color: #006fc0;
}
.lastnews .media-body {
    vertical-align: middle!important
}

.lastnews .media-body .pic img{
    height:0;
}
.lastnews .col-md-6:first-child .media-body .pic img{
    width:100%;
    height:395px
}
.lastnews .media-left {
    float: left;
}
.lastnews .media-left img{
    height: 100px;
}

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

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

.lastnews p{
    font-size: 16px;
    color: #666666;
}

.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&gt;.pull-right {
    padding-left: 10px
}

.media-left,
.media&gt;.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(../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: #006fc0;
}
#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(../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(../images/home.jpg) -1px center no-repeat
}

#located .l li {
    float: left;
    display: block;
    padding: 0 10px;
    text-align: center
}

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

#located .l a:hover {
    color: #006fc0
}

#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:hover:hover {
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #006fc0
}

#located .rmenu li a.on:before {
    width: 100%;
    position: absolute;
    content: "";
    height: 2px;
    background: #006fc0;
    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: #006fc0;
    bottom: -1px;
    left: 0
}

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

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

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

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

#footer .l {
    float: left;
    width:500px
}

#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: 18px
}

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

#footer .l dl li {
    list-style: none;
    height: 26px;
    margin-right:15px;
    display: inline-block;
}

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

#footer .c {
    float: left;
    margin-right: 50px
}

#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:#006fc0 ;
}

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

#footer .bottom .foot_l {
    float: left;
    color: #333;
    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: #333
}

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

#footer .bottom a {
    color: #333
}

#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(../images/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(../images/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&gt;li {
    float: left;
    margin-bottom: -1px
}

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

@media (max-width:1300px) {
    #header .navbar-nav&gt;li&gt;a {
        font-size: 14px;
        padding: 0 20px
    }
    #header .social {
        display: none
    }
    #header .r {
        width: 6%
    }
    #header .m {
        width: 64%
    }
    #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&gt;li&gt;a {
        padding: 0 16px
    }
    #header .search_btn {
        padding: 0 20px
    }
    #header .r {
        width: 6%
    }
    #header .m {
        width: 64%
    }
    .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: 64%
    }
    #header .navbar-nav&gt;li&gt;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
    }
    #ibanner .text {
        top: 30%
    }
    #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 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 .logo {
        height: 60px;
        line-height: 60px
    }
    #header .logo h1 {
        font-size: 34px;
        font-weight: 700;
        text-align: left;
        margin-top: 13px
    }
    #header .logo img {
        height: 50px;
        margin-top: 5px;
        margin-left: 10px;
        float: left
    }
    #header .language,
    #header .search_btn {
        line-height: 60px
    }
    #header .l {
        width: 66%;
        margin-top: 0
    }
    #header .r {
        width: 29%;
        float: right
    }
    #header .m {
        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: 22px
    }
    #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&gt;li {
        width: 100%
    }
    #header .navbar-nav&gt;li&gt;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: #006fc0!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&gt;li&gt;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&gt;li&gt;a:before {
        content: "- "
    }
    #header .navbar-default .navbar-toggle.collapsed .icon-bar {
        background-color: #006fc0
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #fff
    }
    #header .navbar-nav&gt;li&gt;.dropdown-menu li a {
        background: 0 0;
        text-align: left
    }
    #header .navbar-nav&gt;li&gt;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: 0 auto 0
    }
    #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 #333 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
    }
    #ibanner .text {
        top: 20%
    }
    #ibanner .text h5 {
        font-size: 22px
    }
    #ibanner .text p {
        font-size: 15px
    }
    #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&gt;li&gt;a.prev {
        margin: 0 4px
    }
    #pagination .pagination&gt;li&gt;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(../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(../images/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
    }
    #header {
        top: 0
    }
    .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&gt;li&gt;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: 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: 0px;
    }
    .applications{
        background: none;
    }
    .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%;
    }
.index_pdt .item img{
    height:123px
}
.i-chose h4{
    font-size:14px
}
}

@media (max-width:320px) {
    #pagination .pagination&gt;li&gt;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: 520px;
    display: block;
    background-position: center center;
    background-size: cover
}

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

.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(../fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.5.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) 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&gt;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-right: .3em
}

.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: 0px;
      font-size: 50px;
      color: #e78d3f;
  }
  .template-post {
    padding-left: 70px;
  }
  .template-post h3 {
    font-size: 20px;
    font-weight: bold;
    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-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(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%
}


/* =========================================================================================================== */
/* =========================================================================================================== */
/* pagination   start        ================================================================================= */
/* =========================================================================================================== */
/* =========================================================================================================== */
.page {
	margin: 10px 0px;
	clear: both;
	padding-top: 10px;
	overflow: hidden;
}

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

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

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

.page .prev {
	background: url(../images/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: #222222;
}

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

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

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

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

#pagination .pagination&gt;li&gt;a.next {
	margin-left: 30px;
	border-radius: 0;
	font-size: 14px;
}
/* =========================================================================================================== */
/* pagination   end          ================================================================================= */
/* =========================================================================================================== */




/* =========================================================================================================== */
/* =========================================================================================================== */
/* product list start         ================================================================================ */
/* =========================================================================================================== */
/* =========================================================================================================== */
#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;
	height: 229px;
    margin: 0 auto;
    border: 1px #dcdcdc solid;
}

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

#product .list li .item .rtxt h5 {
	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: #006fc0;
}
/* =========================================================================================================== */
/* product list end   ======================================================================================== */
/* =========================================================================================================== */</pre></body></html>