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: 'Microsoft YaHei','Hiragino Sans GB',Helvetica,Arial,'Lucida Grande',sans-serif;
	font-weight: lighter;
}

ul {
	padding: 0;
	list-style: none
}

a {
	color: #333
}

a:active,a:focus,a:hover {
	color: #000;
	text-decoration: none!important
}

.label {
	color: #333!important
}

table {
	width: 100%;
	border: 1px solid #ccc
}

table tr {
	height: 40px
}

table td {
	box-sizing: border-box;
	padding-left: 20px;
	border: 1px solid #ccc
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle
}

.clearfix {
	clear: both;
	display: block;
	content: " "
}

.header-top {
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	padding: 0 0;
	height: 40px;
	background: #f7f7f7;
	color: #6b6b6b;
	font-size: 14px;
	line-height: 44px;
}

.header-top a{
	color: #767676;
}

.header-top a:hover{
	color: #333;
	text-decoration: underline;
}
.notices {
	height: 50px;
	line-height: 50px
}

.notices ul {
	margin-bottom: 0;
	margin-left: 10px
}

.header-top .notices i {
	color: #fff
}

.header-top .tel {
	display: inline-block;
	padding: 0 32px;
	height: 50px;
	color: #fff;
	line-height: 50px
}

.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-top ul {
	margin-bottom: 0
}

#header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    height: 90px;
    transition: 0.5s;
}

.header_indTopA {
    background: #FFFFFF;
}

.headerBox .logo {
    width: 381px;
    height: 63px;
    display: inline-block;
    background: url(../images/logo-bai.png) no-repeat;
    margin: 22px 0px 0px;
    transition: all 0.5s ease 0s;
}

.header_indTopA .logo{ 
	background: url(../images/logo.png) no-repeat; margin: 22px 0 0; 
}


.header_ind .navbar-nav>li>a{
	color: #fff;
}
.header_ind .navbar-nav span{
	color: #fff;
}
.header_indTopA .navbar-nav>li>a {
	color: #333;
}

.header_indTopA .navbar-nav span{
	color: #333;
}

#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: 80px;
    margin-right: 20px;
    text-align: center;
    line-height: 80px;
    float: left;
    margin-top: 10px;
    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;
}

#header .navbar-nav>li {
    float: none;
    display: inline-block
}

#header .navbar-nav>li a img{
	width: 20px;
}

#header .navbar-nav>li>a {
    padding: 0;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 15px;
    font-weight: bold;
    background: 0 0!important
}

#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: 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: 90px;
    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: #006fc0;
    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: #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 {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px auto;
	width: 100%
}

#banner .container {
	position: relative
}

#banner .carousel-caption {
	position: absolute;
	top: 22%;
	right: auto;
	left: 17%;
	padding-bottom: 0;
	text-align: left;
	text-shadow: none
}

#banner .carousel-caption h1 {
	margin: 0;
	margin-bottom: 10px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
	font-size: 50px;
	line-height: 72px;
	transition: all .8s;
	transform-origin: 0 0
}

#banner .carousel-caption p {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
	font-weight: 700;
	font-size: 54px;
	line-height: 72px
}

#banner .carousel-indicators li {
	margin: 0 2px;
	width: 12px;
	height: 12px;
	border: 0;
	border: 2px solid #fff;
	background: 0 0
}

#banner .carousel-indicators li.active {
	border: none;
	background: #006fc0
}

#banner .carousel-control {
	position: absolute;
	top: 50%;
	z-index: 9999;
	margin-top: -30px;
	width: 50px;
	height: 60px;
	outline: 0;
	background-image: none;
	text-indent: -9999px
}

#banner .carousel-control.left {
	z-index: 9;
	width: 50px;
	height: 60px;
	background: rgba(0,0,0,.5);
	color: #fff;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(-50px);
	-moz-transform: translate(-50px);
	-o-transform: translate(-50px);
	transform: translateX(-50px);
	-ms-transform: translate(-50px)
}

#banner .carousel-control.left:before {
	position: absolute;
	left: 0;
	width: 50px;
	height: 60px;
	color: #fff;
	content: "<";
	text-align: center;
	text-indent: 0;
	font-size: 26px;
	font-family: Arail;
	line-height: 60px
}

#banner .carousel-control.left:hover,#banner .carousel-control.right:hover {
	background: rgba(255,255,255,.3)
}

#banner:hover .carousel-control.left {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
	transform: translateX(0);
	-ms-transform: translate(0)
}

#banner .carousel-control.right {
	z-index: 9;
	width: 50px;
	height: 60px;
	background: rgba(0,0,0,.5);
	color: #fff;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(50px);
	-moz-transform: translate(50px);
	-o-transform: translate(50px);
	transform: translateX(50px);
	-ms-transform: translate(50px)
}

#banner:hover .carousel-control.right {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
	transform: translateX(0);
	-ms-transform: translate(0)
}

#banner .carousel-control.right:before {
	position: absolute;
	left: 0;
	width: 50px;
	height: 60px;
	color: #fff;
	content: ">";
	text-align: center;
	text-indent: 0;
	font-size: 26px;
	font-family: Arail;
	line-height: 60px
}
.btn-primary {
	margin-bottom: 20px;
	padding: 8px 15px;
	border: none;
	border-radius: 0px;
	background: transparent;
	color: #000;
	border:1px #000 solid;
	text-align: center;
	font-size: 14px;
}

.btn-primary:hover {
	transform: scale(1.05);
	background: #000;
	color: #fff;
	border:1px #000 solid;
	
}
#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
}

.arc_rec .list-group-item {
	display: inline-block;
	overflow: hidden;
	margin-bottom: 0;
	padding: 15px;
	border: none;
	border-bottom: 1px solid #ddd;
	background: url(../images/news-point.png) left center no-repeat;
	text-overflow: ellipsis;
	white-space: nowrap
}

.arc_rec .list-group-item a {
	color: #333
}

.sublist li {
	list-style: none
}

.sublist li a.fat {
	float: left;
	display: block;
	padding: 5px;
	padding-left: 20px;
	width: 50%;
	background-image: none;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sublist li a {
	display: block;
	padding-left: 40px;
	background: url(../images/choose_icon01.png) 20px 12px no-repeat;
	color: #333;
	text-decoration: none;
	line-height: 30px;
	transition: all .3s ease 0s
}

.sublist li a:hover {
	padding-left: 32px;
	border-left: 3px solid #000;
	background-color: #f2f2f2
}

.intro .title {
	display: block;
    width: 100%;
    font-size: 14px;
    padding-left: 20px;
    background-color: #f2f2f2;
    border-left: 3px solid #006fc0;
    background-image: none;
}

.intro .title h1,.intro .title h3 {
	display: inline-block;
    font-weight: normal;
    color: #666666;
    margin-top: 8px;
}

.intro .title h1 {
	font-size: 18px
}

.intro .title h3 {
	font-size: 14px
}

#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;
    line-height: 30px;
}

#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;
}

.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 {
	font-size: 18px;
	line-height: 30px
}

@media (max-width:768px) {
	.activities h3 {
		font-size: 18px
	}

	.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
	}
}

.index-body .t {
	position: relative;
	text-align: center;
}

.index-body {
	clear: both;
	padding-top: 1%;
	padding-bottom: 1%
}

.index-body .t h2 {
	position: relative;
	z-index: 1;
	color: #0078d0;
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
}


/* .index-body .t h2:after {
	height: 20px;
	content: " ";
	background: url(../images/title_line.png) no-repeat center 0;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 1px
} */

.index-body .t h2 p{
	position: relative;
	z-index: 1;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	line-height: 24px
}

/*index_pdt*/
.index_pdt {
	background: #f3f3f3 url(../images/pro_bg.jpg) repeat 0 0;
	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: #000 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: 50px;
	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: #000;
	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: #000;
}

.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;
}

.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: #000 url(../images/pdt_dot1.png) no-repeat 90% center;
}

.index_pdt .item em {
	display: none;
}

.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
}

.footer-nav a {
	color: #999
}

.arc_rec img {
	height: 250px
}

.news {
	background-color: #f5f5f5
}

.news-item>a {
	display: block;
	padding: 40px 12%;
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	background-color: #fff;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.news-item>a:hover {
	border: 1px solid #000
}

.news-item>a:hover h5 {
	color: #000;
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-o-transform: translateX(3px);
	transform: translateX(3px);
	-ms-transform: translateX(3px)
}

.news-item>a h5 {
	overflow: hidden;
	color: #333;
	font-size: 18px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-ms-transition: all .4s
}

.news-item>a p {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 10px;
	color: #777;
	font-size: 16px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.news-item>a span {
	display: block;
	margin-top: 20px;
	color: #888;
	font-size: 14px
}

.news-item>a img {
	display: block;
	width: 100%;
	height:150px;
}

.product-intro h1{
	margin-bottom: 30px;
}

.product-intro p{
	font-size: 18px;
	margin-bottom: 30px;
	color: #666;
}

.product-intro .btn-warning{
	font-size: 20px;
}


.partner ul li {
	display: inline-block;
	overflow: hidden;
	margin: 0 1.2%;
	margin-bottom: 30px;
	width: 16%;
	border: 1px solid #d9d9d9;
	border-radius: 10px
}

.partner ul li div img {
	display: block;
	height: auto;
	max-width: 100%;
	border: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.partner ul li img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1)
}

.share li a .fa {
	width: 32px;
	height: 32px;
	border-radius: 100px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	line-height: 32px
}

.product_hot{
	background: #f7f7f7;
}

.product_hot a img{
	border: 1px #eee solid;
	margin-bottom:20px; 
	float: left;
	width: 18%;
	margin: 0 1%;
}

.area{
	background: #fff;
}
.area ul li{
	margin-bottom:20px; 
	text-align: center;
}


.area ul li a h6{
	margin: 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.area ul li a span{
	font-size: 18px;
	color: #666;
}

.fwlc{
	background: #f2f2f2;
}
.fwlc ul li{
	margin-bottom:20px; 
	text-align: center;
}
.fwlc ul li a h6{
	font-size: 16px;
}



.about_info{
	text-align: center;
	background: #eaf8ff;
}
.about_info h2{
    font-size: 54px;
    color: #333;
}
.about_info h2 b{
    color: #00923f;
    display: inline-block;
}
.about_info span{
    display: block;
    color: #222;
    font-size: 30px;
    margin-bottom: 20px;
}
.about_info p{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}




.index_search{
	font-size: 15px;
	padding: 28px 0;
}
.index-search-keywords a{
	padding: 0 10px; 
	border-right: 1px #dcdcdc solid ;
}

.index-search-box .btn-default i{
	color: #fff;
}

.index-search-box .itext{
	border-radius:100px;
}
 
.index-search-box{
	position: relative;
	margin-bottom: 0px!important;
}


.index-search-box .btn-default {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 100px;
    background: -moz-linear-gradient(left,#0093ff -40%,#006fc0)!important;
    background: -ms-linear-gradient(left,#0093ff -40%,#006fc0)!important;
    background: -o-linear-gradient(left,#0093ff -40%,#006fc0)!important;
    background-image: -webkit-gradient(linear,-20% 0,60% 0,from(#0093ff),to(#006fc0))!important;
}

.custom{
	padding-top:2.4%;
	padding-bottom:2.4%;
	background: url(../images/ly_img.jpg) no-repeat center;
}
.custom b{
	text-align: left;
	display: block;
    font-size: 28px;
    margin-bottom: 15px;
	color: #000;
	font-weight: normal;
}
.custom p{
	display: block;
    font-size: 44px;
    margin-bottom: 15px;
	color: #f49b00;
	font-weight: bold;
    width: 52%;
    padding: 0 5px;
}
.custom span{
	display: block;
    width: 52%;
    padding: 0 5px;
}
.custom .btn-warning{
	background: none;
	border: 1px solid #fff;
	color:#fff;
	font-size: 20px;
	border-radius: 0px;
	float: right;
}
.custom .btn-warning:hover{
	background: #ffffff;
    border: 1px solid #f49b03;
    color: #f49b03;
}
.custom .mt40{
	margin-top:40px;
}

.why h5{
	margin-top: 20px;
}

.why h5 span{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
}
.why h5 span.yellow{
	background: #f49b00;
	color: #fff;
}
.why h5 span.red{
	background: #000;
	color: #fff;
}
.why{
	background:#fff;
	padding-bottom: 5%;
}
.why h2 b{
	color: #000;
}
.why img{
	width: 100%;
}
.why .text{
	padding: 2% 4%;
}
.why .text .title{
	margin-top: 40px; 
	border-bottom: 2px #cecece solid;
	padding-bottom: 20px;
}
.why .text .title i{
	display: inline-block;
    color: #ffffff;
    font-size: 40px;
    font-style: normal;
    font-family: 'Impact';
    margin-right: 2%;
    margin-left: 2%;
    background: #f49b01;
    padding: 20px;
    border-radius: 10px;
	
}
.why .text .title .txt{
	width: 80%;
	display: inline-block;
}
.why .text .title span{
    color: #bfbfbf;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
}
.why .text .title .txt b{
    color: #000;
    font-size: 26px;
    display: inline-block;;
}
.why .text em{
	font-size: 16px;
	margin-top: 0px;
	line-height: 30px;
	font-style: normal;
	color: #666;
	padding: 5%;
	display: inline-block;
}


.videos {
	position: relative
}

#video {
	overflow: hidden;
	width: 100%;
	height: 562px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.7);
}

#video video {
	width: 100%;
	height: 100%;
	opacity: .6;
	-o-object-fit: cover;
	-ms-object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	object-fit: cover
}

.videos_txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.videos_txt_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 472px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.videos_txt_btn i,.videos_txt_btn2 i {
	color: #fff;
	font-size: 70px;
	cursor: pointer
}

.videos_txt_h {
	color: #fff;
	font-weight: 700;
	font-size: 36px
}

.videos_txt_p {
	margin-top: 10px;
	width: 35%;
	color: rgba(255,255,255,.6);
	text-align: center
}

.videos_link {
	position: relative;
	width: 100%
}

.videos_link_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 35px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: -moz-linear-gradient(left,#327bba,#000 30%);
	background: -ms-linear-gradient(left,#327bba,#000 30%);
	background: -o-linear-gradient(left,#327bba,#000 30%);
	background-image: -webkit-gradient(linear,-40% 0,60% 0,from(#327bba),to(#000));
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-ms-border-radius: 20px;
	-o-border-radius: 20px
}

.videos_link_box>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 35px 0;
	width: 50%;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.videos_link_box>a:first-child {
	border-right: 1px solid rgba(0,0,0,.2)
}

.videos_link_box>a i {
	color: #fff;
	font-size: 56px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.videos_link_box>a p {
	color: #fff;
	font-size: 22px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.videos_link_box>a:hover i {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1)
}

.videos_link_box>a:hover p {
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	-ms-transform: translateY(3px)
}

@media screen and (max-width:1200px) {
	.videos_link_box {
		border-radius: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-ms-transform: translateY(0)
	}

	.videos_link {
		top: 0
	}

	.videos_link .container {
		width: 100%
	}

	.videos {
		margin: 0 auto;
		margin-top: 50px;
		width: 98%
	}

	.videos_txt_box {
		height: 562px
	}
}

@media screen and (max-width:992px) {
	.videos_link .container {
		padding: 0;
		width: 100%
	}

	.videos_txt_p {
		width: 70%
	}
}

@media screen and (max-width:768px) {
	#video {
		border-radius: 0
	}

	.videos_txt_p {
		width: 90%
	}

	.videos_link_box {
		padding: 0 10px;
		border-radius: 0
	}

	.videos_link_box>a {
		padding: 10px 0
	}

	.videos_link_box>a p {
		font-size: 18px
	}

	.videos_link_box>a i {
		font-size: 28px
	}

	.videos_txt_h {
		font-size: 24px
	}

	.videos_txt_p {
		margin-top: 10px;
		font-size: 14px;
		line-height: 23px
	}

	#video {
		height: 350px
	}

	.videos_txt_box {
		height: 350px
	}
}

.soloutions {
	background: #f5f5f5
}

.soloutions h2 {
	text-align: center!important
}

.soloutions h4 {
	color: #000
}

.soloutions p {
	color: #333
}

.soloutions li {
	padding: 10px
}

.applications {
	padding-bottom: 3%;
	background: url(../images/applications.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed
}

.applications h2 {
	text-align: center!important
}

.applications h4 {
	color: #fff;
	font-size: 18px
}

.applications p {
	color: #fff;
	font-size: 15px
}

.applications li {
	padding: 50px 20px;
	height: 240px;
	border: 2px #fff solid;
	background-position: center
}

.applications li:hover {
	border: 2px #000 solid
}

.footer_share span {
	color: #999;
	line-height: 40px
}

.footer_share a.bds_qzone,.footer_share a.bds_tsina,.footer_share a.bds_weixin {
	display: inline-block;
	margin-top: 8px;
	width: 30px;
	height: 30px
}

.footer_share a.bds_qzone {
	background: url(../images/icon-qq.png) no-repeat center center
}

.footer_share a.bds_weixin {
	background: url(../images/wx.png) no-repeat center center
}

.footer_share a.bds_tsina {
	background: url(../images/wb.png) no-repeat center center
}

.bdselect_share_box,.sr-bdimgshare {
	display: none!important
}

.i-chose {
	padding: 0!important
}

.i-chose h2 {
	text-align: center!important
}

.i-chose ul {
	margin-top: 40px
}

.i-chose h4 {
	margin-top: 20px;
	color: #2b2b2b;
	font-size: 18px
}

.i-chose h4 a {
	color: #2b2b2b
}

.i-chose p {
	color: #666;
	text-align: center
}

.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: #eaebed;
    padding-top: 1%!important;
}

.products_tab .t h6{
	color: #d7d7d7!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 #04904c
}

.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: #04904c
}

.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: #04904c;
    border: 1px solid #04904c;
    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
}

.certificates{
    background: #fff; padding-top: 4%!important;
}

.choose-wosen{background: #006fc0 url(../images/choose_bg.png) no-repeat center 0; padding-top: 4%!important;}
.choose-wosen .tabs{width: 100%;}
.choose-wosen .tabs > li{width: 284px;height: 100px;float: left;margin-right: 8px;cursor: pointer;background: #fff;}
.choose-wosen .tabs > li.thistab{background-color: #04904c;background-image: -moz-linear-gradient( 0deg, rgb(35,78,163) 0%, rgb(6,146,220) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(4, 144, 76) 0%, rgb(0, 175, 90) 100%);background-image: -ms-linear-gradient( 0deg, rgb(35,78,163) 0%, rgb(6,146,220) 100%);color: #fff;}
.choose-wosen .tabs > li.thistab *{color: #fff!important;}
.choose-wosen .tabs .gg_img{display: none;}
.choose-wosen .tabs .gg_t{display: block;}
.choose-wosen .tabs .gg_note{display: block;}
.choose-wosen .tabs .text{padding-left: 130px;line-height: 24px;height: 100px;background-position: 30px center;background-repeat: no-repeat;}
.choose-wosen .tabs .text .gg_t{margin-top: 0; font-size: 18px;padding-top: 28px;color: #333;}
.choose-wosen .tabs .text .gg_note{font-size: 12px;color: #999;}
.choose-wosen .tabs .a1 .text{background-image: url(../images/a1.png);}
.choose-wosen .tabs .a2 .text{background-image: url(../images/a2.png);}
.choose-wosen .tabs .a3 .text{background-image: url(../images/a3.png);}
.choose-wosen .tabs .a4 .text{background-image: url(../images/a4.png);}
.choose-wosen .tabs > .a1.thistab .text{background-image: url(../images/a1h.png);}
.choose-wosen .tabs > .a2.thistab .text{background-image: url(../images/a2h.png);}
.choose-wosen .tabs > .a3.thistab .text{background-image: url(../images/a3h.png);}
.choose-wosen .tabs > .a4.thistab .text{background-image: url(../images/a4h.png);}
.choose-wosen .tab_conbox{margin-top: 35px;background: #fff;}
.choose-wosen .tab_conbox .gg_img{float: right;width: 600px;height: 400px;overflow: hidden;}
.choose-wosen .tab_conbox .gg_img img{width: 100%;height: 100%;}
.choose-wosen .tab_conbox .text{float: left;width: 500px;padding:40px 0 0 50px ;}
.choose-wosen .tab_conbox .gg_t{display: block;font-size: 26px;padding-left: 100px;line-height: 75px;background-repeat: no-repeat;background-position: left center;color: #333;}
.choose-wosen .tab_conbox .b1 .gg_t{background-image: url(../images/a1.png);}
.choose-wosen .tab_conbox .b2 .gg_t{background-image: url(../images/a2.png);}
.choose-wosen .tab_conbox .b3 .gg_t{background-image: url(../images/a3.png);}
.choose-wosen .tab_conbox .b4 .gg_t{background-image: url(../images/a4.png);}
.choose-wosen .tab_conbox .gg_desc{display: block;font-size: 16px;color: #666;line-height: 36px;}



.index-body .t{
    position: relative;
    text-align: center;
}

.index-body {
    padding-top: 1%;
    padding-bottom: 1%;
    clear: both
}

.index-body h2 {
    font-size: 44px;
    text-align: center;
    color: #221815;
	margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.index-body em{
    font-style: normal;
    font-size: 100px;
    font-family: Impact;
    height: 100px;
    line-height: 100px;
    color: #eee;
}

.index-body h6 {
    padding: 0 20px;
    font-size: 50px;
    text-align: center;
    color: #eaebed;
    margin-top: 0;
	font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.product_01 {
    margin-bottom: 2%
}

.product_01 h5:before {
    background: 0 0
}

.tab .nav-tabs {
	clear: both;
	display: inline-block;
	margin-top: 5px;
	border-bottom: none
}

.tab .nav-tabs li {
	z-index: 1;
	margin-right: 30px
}

.tab .nav-tabs li:after {
	position: absolute;
	top: 50%;
	right: -60%;
	z-index: -1;
	width: 100%;
	content: ""
}

.tab .nav-tabs li:last-child:after {
	border: none
}

.tab .nav-tabs li button {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	margin-right: 0;
	padding: 15px 20px;
	border-bottom: 3px solid #d2d2d2;
	color: #333;
	text-transform: uppercase;
	font-size: 18px;
	transition: all .3s ease 0s
}

.tab .nav-tabs li button:hover,.tab .nav-tabs li.active button {
	border-bottom: 3px solid #000;
	color: #000
}

.tab .nav-tabs li button:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 0;
	content: "";
	transition: all .3s ease 0s
}

.tab .nav-tabs li button:hover:after,.tab .nav-tabs li.active button:after {
	height: 100%
}

.tab .tab-content .title {
	margin: 0 15px;
	margin-bottom: 20px;
	border-bottom: 1px #eeee solid
}

.tab .tab-content h3 {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 10px;
	height: 40px;
	color: #666;
	text-align: center;
	font-size: 14px;
	line-height: 40px
}

.tab .tab-content button {
	border: none;
	background: 0 0;
	color: #000
}

.tab .tab-content .tab_box {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 10px #ccc
}

.tab .tab-content .tab_box a {
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 40px
}

.tab .tab-content .tab_box:hover img {
	transition: all .6s cubic-bezier(.17,.84,.44,1) 0s;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1)
}

.tab .tab-content .tab_box img {
	width: 100%;
	height: 255px;
	transition: all .6s cubic-bezier(.17,.84,.44,1) 0s
}

.products_tab .tab_box {
	background: #f6f6f5;
	text-align: center;
	margin-bottom: 20px;
}

.products_tab .tab_box a h3 {
	margin: 0;
    color: #333;
    font-size: 16px;
    padding: 16px 0;
}

.products_tab .tab_box a:hover h3 {
	color: #fff
}

.products_tab .tab_box a p {
	padding: 10px;
	color: #a9a9a9;
	font-size: 14px
}

.products_tab .tab_box:hover {
	background: #0e6eb8
}

.products_tab .tab_box:hover h3 {
	color: #fff
}

.product_01 {
	margin-bottom: 0
}

.product_01 h5:before {
	background: 0 0
}

.owl-carousel .owl-item h4 {
	padding: 15px 0;
	text-align: center;
	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_03 .owl-nav .owl-prev {
	position: absolute;
	top: 150px;
	left: -50px;
	width: 30px;
	height: 60px;
	background: url(../images/l.png) no-repeat center center;
	text-indent: -9999px
}

.product_03 .owl-nav .owl-next {
	position: absolute;
	top: 150px;
	right: -50px;
	width: 30px;
	height: 60px;
	background: url(../images/r.png) no-repeat center center;
	text-indent: -9999px
}

.product_02 {
	margin-top: 20px
}

.product_02 h4 {
	color: #333
}

.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: #000
}

.products_list .media-body p {
	color: #000;
	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: #000
}

.activities img{
	width: 100%;
}


.pdt_switch{}
.pdt_switch .tab_list{}
.pdt_switch .tab_list li{display: block;float: left;margin: 0.1%;width: 19.8%;}
.pdt_switch .tab_list li a p{font-size: 16px;}
.pdt_switch .tab_list li.more{display: none;}
.pdt_switch .tab_list li a{display: block; text-align: center;padding: 18px;background: #f5f5f5;color: #333;height: 115px;}
.pdt_switch .tab_list li a .ico{display: block; height: 54px; margin-bottom:15px auto;filter: alpha(Opacity=60); -moz-opacity: 0.6; opacity: 0.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.thistab a,.pdt_switch .tab_list li a:hover{ color: #fff;background: #006fc0;}
.pdt_switch .tab_list li.thistab a .ico,.pdt_switch .tab_list li a:hover .ico{filter: alpha(Opacity=100); -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: #006fc0;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: 30px; color: #FFFFFF; margin-bottom: 14px; }
.list_top .txt .en{ font-size: 16px; color: #aeaeae; text-transform: uppercase; margin-bottom: 32px; }
.list_top .txt p{ font-size: 16px; color: #FFFFFF; font-family: 'é»‘ä½“'; line-height: 30px; }
.list_top .more .btn-primary{ width: 180px; text-align: center; line-height: 34px; border: 1px solid #FFFFFF; font-size: 16px; color: #FFFFFF; transition: .5s; display: block; }
.list_top .more .btn-primary:hover{ border-color: #353535; color: #FFFFFF; background: #353535; transform: translateY(-5px); }




.hf{min-height: 250px;background: url(../images/liuyan_bg.jpg) no-repeat center center; background-size: cover;}
.hf .gg_widget .gg_desc{display: block; text-align: center;color: #fff;font-weight: bold;}

.case_box {padding-bottom: 30px;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: 200px;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: 250px;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: 170px 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 .gg26 .gg_t{background: url(../images/c1.png) no-repeat center 60px;}
.case_box .gg27 .gg_t{background: url(../images/c2.png) no-repeat center 60px;}
.case_box .gg28 .gg_t{background: url(../images/c3.png) no-repeat center 60px;}
.case_box .gg29 .gg_t{background: url(../images/c4.png) no-repeat center 60px;}
.case_box .gg30 .gg_t{background: url(../images/c5.png) no-repeat center 60px;}
.case_box .gg31 .gg_t{background: url(../images/c6.png) no-repeat center 60px;}
.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;}


.choose-wosen{background: #006fc0 url(../images/choose_bg.png) no-repeat 0 0; padding-top: 2%!important;}
.choose-wosen .t h2{color:#fff}
.choose-wosen .tabs{width: 100%;}
.choose-wosen .tabs > li{width: 284px;height: 100px;float: left;margin-right: 8px;cursor: pointer;background: #fff;}
.choose-wosen .tabs > li.thistab{background-color: #006fc0;background-image: -moz-linear-gradient( 0deg, rgb(0,111,192) 0%, rgb(0,127,219) 100%);background-image: -webkit-linear-gradient(  0deg, rgb(0,111,192) 0%, rgb(0,127,219) 100%);background-image: -ms-linear-gradient(  0deg, rgb(0,111,192) 0%, rgb(0,127,219) 100%) 100%);color: #fff;}
.choose-wosen .tabs > li.thistab *{color: #fff!important;}
.choose-wosen .tabs .gg_img{display: none;}
.choose-wosen .tabs .gg_t{display: block;}
.choose-wosen .tabs .gg_note{display: block;}
.choose-wosen .tabs .text{padding-left: 130px;line-height: 24px;height: 100px;background-position: 30px center;background-repeat: no-repeat;}
.choose-wosen .tabs .text .gg_t{margin-top: 0; font-size: 18px;padding-top: 28px;color: #333;}
.choose-wosen .tabs .text .gg_note{font-size: 12px;color: #999;}
.choose-wosen .tabs .a1 .text{background-image: url(../images/a1.png);}
.choose-wosen .tabs .a2 .text{background-image: url(../images/a2.png);}
.choose-wosen .tabs .a3 .text{background-image: url(../images/a3.png);}
.choose-wosen .tabs .a4 .text{background-image: url(../images/a4.png);}
.choose-wosen .tabs > .a1.thistab .text{background-image: url(../images/a1h.png);}
.choose-wosen .tabs > .a2.thistab .text{background-image: url(../images/a2h.png);}
.choose-wosen .tabs > .a3.thistab .text{background-image: url(../images/a3h.png);}
.choose-wosen .tabs > .a4.thistab .text{background-image: url(../images/a4h.png);}
.choose-wosen .tab_conbox{margin-top: 35px;background: #fff;}
.choose-wosen .tab_conbox .gg_img{float: right;width: 800px;height: 550px;overflow: hidden;}
.choose-wosen .tab_conbox .gg_img img{width: 100%;height: 100%;}
.choose-wosen .tab_conbox .text{float: left;width: 300px;padding:40px 0 0 50px ;}
.choose-wosen .tab_conbox .gg_t{display: block;font-size: 26px;padding-left: 100px;line-height: 75px;background-repeat: no-repeat;background-position: left center;color: #333;}
.choose-wosen .tab_conbox .b1 .gg_t{background-image: url(../images/a1.png);}
.choose-wosen .tab_conbox .b2 .gg_t{background-image: url(../images/a2.png);}
.choose-wosen .tab_conbox .b3 .gg_t{background-image: url(../images/a3.png);}
.choose-wosen .tab_conbox .b4 .gg_t{background-image: url(../images/a4.png);}
.choose-wosen .tab_conbox .gg_desc{display: block;font-size: 16px;color: #666;line-height: 36px;}

.customer {
	margin: 2% 0;
    padding-top: 4%;
    padding-bottom: 3%;
}

.customer h2 {
	display: inline-block;
	margin: 0;
	line-height: 60px
}

.customer .pic {
	overflow: hidden;
	margin-bottom: 20px;
	background: #f9f9f9
}

.customer .pic img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .8s
}

.customer .pic img:hover {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1)
}

.customer .pic h3 {
	padding: 0 20px;
	font-size: 16px
}

.customer .pic p {
	padding: 10px 20px;
	color: #999;
	font-size: 16px;
}

.customer .pic a {
	color: #261f1e;
	font-size: 20px
}

.customer .pic a:hover {
	color: #000
}

.solutions {
	padding-bottom: 2%!important;
	background: #fff
}

.solutions .solutions-list {
	padding: 0
}

.picturebox li{
	list-style: none;
	margin-bottom: 30px;
}

.picturebox .pic {
	overflow: hidden;
	position: relative
}

.picturebox .pic img {
	width: 100%;
	transition: all .8s;
	-webkit-transition: all .5s
}

.picturebox a:hover .pic img {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1)
}

.picturebox a {
	display: block
}

.picturebox a p {
	margin: 0;
}

.picturebox a p span {
	font-size: 22px;
	position: absolute;
	left: 0;
	display: block;
	top: 45%;
	line-height: 30px;
	height: 30px;
	margin: 0;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	z-index: 2;
}

.picturebox a p i {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	z-index: 1;
}

.picturebox a:hover p i {
	background: #000;
	opacity: .6;
	filter: alpha(opacity=60);
}

.picturebox a p:after {
    content: "";
    width: 94%;
    height: 94%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 2.8%;
    top: 2.8%;
    border-radius: 5px;
}

.m-slide {
	position: relative;
	background: #fff
}

.m-slide .img {
	position: relative
}

.m-slide .img a,.m-slide .img img,.m-slide .img li {
	position: relative;
	display: block
}

.m-slide .cont {
	position: absolute;
	top: 30%;
	margin: 0 auto;
	width: 100%;
	text-align: center
}

.m-slide .cont h4 {
	color: #fff;
	font-weight: 700;
	font-size: 44px;
	line-height: 60px
}

.m-slide .cont h4:after {
	clear: both;
	display: block;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	width: 60px;
	height: 1px;
	background: #fff;
	content: " "
}

.m-slide .cont p {
	color: #fff;
	font-size: 28px;
	line-height: 40px
}

.m-slide .img li {
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

.m-slide .img .first {
	display: block
}

.m-slide .tab {
	position: relative;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 20px 30px 0 30px;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(60,60,60,.1);
	text-align: center
}

.m-slide .tab li {
	display: inline-block;
	width: 193px;
	border-right: 1px solid #e5e5e5
}

.m-slide .tab li:last-child {
	border-right: none
}

.m-slide .tab a {
	display: block;
	text-decoration: none
}

.m-slide .tab a span {
	display: inline-block;
	width: 54px;
	height: 54px
}

.m-slide .tab a p {
	color: #666;
	font-size: 18px;
	line-height: 36px
}

.m-slide .tab .on a {
	border-bottom: 3px solid #000
}

.m-slide .tab a span.tab_10 {
	background: url(../images/fwly_01_a.png) no-repeat
}

.m-slide .tab .on span.tab_10 {
	background: url(../images/fwly_01_h.png) no-repeat
}

.m-slide .tab a span.tab_11 {
	background: url(../images/fwly_02_a.png) no-repeat
}

.m-slide .tab .on span.tab_11 {
	background: url(../images/fwly_02_h.png) no-repeat
}

.m-slide .tab a span.tab_12 {
	background: url(../images/fwly_03_a.png) no-repeat
}

.m-slide .tab .on span.tab_12 {
	background: url(../images/fwly_03_h.png) no-repeat
}

.m-slide .tab .on a p {
	color: #000
}

.load-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.load-bg .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #fff
}

.load-bg .top i {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	margin-left: -100px;
	width: 200px;
	height: 1px;
	background-color: #000;
	-webkit-transition: .5s;
	transition: .5s
}

.load-bg .top i.on {
	left: 0;
	margin-left: 0;
	width: 100%
}

.load-bg .bot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #fff
}

.preload {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 81;
	height: 100%;
	background: #292930
}

.preload__progress {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -100px;
	width: 200px;
	height: 1px;
	background: rgba(255,255,255,.15);
	-webkit-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s
}

.preload__progress-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-animation: preloadLine 1.6s both infinite;
	animation: preloadLine 1.6s both infinite
}

@-webkit-keyframes preloadLine {
	2% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%
	}

	48% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%
	}

	52% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%
	}

	98% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%
	}
}

@keyframes preloadLine {
	2% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%
	}

	48% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%
	}

	52% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%
	}

	98% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%
	}
}

.lastnews {
    padding-top: 4%!important;
    padding-bottom: 3%!important;
    background: #FFF;
}

.lastnews .tit{
	font-size: 22px;
    color: #3d3b3a;
	line-height: 26px;
	text-align: left;
    margin: 0;
    font-weight: bold;
	margin-bottom: 10px;
}
.lastnews span{
	font-size: 14px;
    color: #c7c7c7;
	font-weight: normal;
	margin-left: 10px;
}

.lastnews .more{
	float: right;
}
.lastnews .more a{
	font-size: 13px;
	color: #999;
	letter-spacing: 0px;
    text-transform: uppercase;
}
.lastnews .more a:hover{
	color: #e3cd9e;
}

.lastnews .media-heading{
    margin-top: 20px;
}
.lastnews .media{
    background: #f8f8f8;
}

.lastnews .media:hover{
    background: #04904c;
}

.lastnews .media:first-child {
    margin-top: 30px!important
}

.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: #04904c;
    text-align: left!important;
}

.lastnews .media-heading a {
    font-size: 20px;
    color: #000;
}
.lastnews .media-heading a:hover{
    color: #fff;
}
.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;
}
.lastnews .media {
    padding: 20px 30px;
}

.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>.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
}
.index_bt{
	background: #fff;
}

.index_bt .media-left {
    float: left;
    width: 100%;
}
.index_bt .media-left img{
	width: 100%;
	margin-bottom: 20px;
	border: 1px #eee solid;
}

#news {
	float: left;
	padding: 50px 0;
	width: 100%;
	background: #f5f5f5
}

#news .tit {
	margin-bottom: 50px;
	color: #666;
	text-align: center;
	font-size: 40px;
	line-height: 2
}

#news .list {
	float: left;
	width: 100%
}

#news .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
}

#news .list a img {
	float: left;
	display: block;
	width: 100%
}

#news .list a .bt {
	float: left;
	padding: 10px;
	width: 100%
}

#news .list a .bt h5 {
	display: block;
	overflow: hidden;
	height: 32px;
	color: #4b4b4b;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 16px;
	line-height: 32px
}

#news .list a .bt p {
	overflow: hidden;
	height: 60px;
	color: #6f6f6f;
	font-size: 14px;
	line-height: 30px
}

#news .list a .bt .date {
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	border-top: 1px solid #f0f0f0;
	color: #959595;
	line-height: 30px
}

#news .list a:hover {
	top: -5px;
	border-color: #da1e25
}

.about_tab {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2
}

.about_box_img {
	overflow: hidden;
	border-radius: 10px;
	text-align: right;
}

.about_box_img>img {
	width: 100%
}

.about_b {
	position: relative;
	border-radius: 15px;
	padding: 20px;
}
.about_box_txts {
	background: #fff;
	padding: 30px 10%;
}

.about_box_txts h4 {
	color: #333;
	font-weight: 700;
	font-size: 28px
}

.about_box_txts span{
	display: block;
	color: #ececec;
	font-size: 44px
}

.about_box_txts p {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 20px;
	color: #777;
	font-size: 16px;
	line-height: 29px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5
}


.about_rj {
    
}


.about_rj .image{
    display: block;
    overflow: hidden;
    background: #000;
    position: relative;
}
.about_rj .image::after{
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/v.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.about_rj .image img{
    width: 100%;
    height: auto;
    opacity: .6;
}


.about_rj .about_bg{
    padding-right: 0;
    position: relative;
}

.about_rj .about_bg video{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    background-color: #000;
}
.about_rj .about_bg video{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}
.about_rj .about_bg iframe {
    margin-left: 40px;
    margin-bottom: 40px
}

.about_rj .txt{
   
}

.about_rj .txt h3{
    font-size: 24px;
    color: #333;
}
.about_rj .txt p {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    margin: 15px 0;
	text-indent: 34px;
}

.about_rj ul{
    margin-top: 20px;
}

.about_rj .text-center {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #333
}

.products_tab .tit{
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.products_tab  .tit .btn-primary {
    display: inline-block;
    background: transparent;
    border: 1px solid #999;
    color: #666;
    padding: 6px 10px;
    font-size: 14px;
	margin: 0 5px;
    margin-bottom: 20px;
}

.products_tab  .tit .btn-primary:hover {
    background: #000;
    border: 1px solid #e3cd9e;
    color: #fff;
}

.advantage li {
	border-right: 1px solid #d1d1d1;
	text-align: center
}

.advantage li img {
	display: block;
	margin: 0 auto;
	padding: 30px 0
}

.advantage li h4 {
	color: #333;
	font-size: 22px
}

.advantage li p {
	margin-top: 15px;
	color: #777;
	line-height: 20px
}

.advantage li:last-child {
	border-right: none
}

.advantage h2 {
	text-align: center
}

.advantage h2::before {
	left: auto
}

.advantage h6 {
	text-align: center
}


.btn-danger {
	padding: 8px 15px;
	border: 1px #000 solid!important;
	border: 2px solid #fff;
	border-radius: 100px;
	background: #000!important;
	color: #fff;
	font-weight: 700;
	font-size: 20px
}

.btn-danger:hover {
	border: 1px #333 solid!important;
	background: #333!important
}

.product-hot-list a {
	color: #333
}

.case {
	background: #fafafa
}

.workshop a b {
	color: #333;
	text-align: center;
	font-size: 16px
}

.links {
	padding: 15px 0!important;
	border-bottom: 1px #e6e6e6 solid
}

.links b {
	display: inline-block;
	margin-right: 10px;
	color: #4d4d4d;
	font-size: 14px;
	font-family: Times New Roman
}

.links p {
	display: inline-block;
	font-size: 18px
}

.links ul {
	margin-bottom: 0
}

.links ul li {
	display: inline-block;
	padding: 5px 10px;
	color: #333;
	font-size: 14px;
}

.links ul li a {
	color: #333;
}

.links ul li a:hover {
	color: #0078d0;
}

.online {
	padding-top: 4%;
	padding-bottom: 3%;
}

.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 {
	color: #000;
	text-align: left;
	font-weight: 400;
	font-size: 40px
}

.online h2:after {
	height: 0
}

.online h2 em {
	font-size: 20px
}

.online p {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 400;
	font-size: 16px
}

.online .form-control {
	border: 1px #fff solid;
	border-radius: 0;
	background: 0 0;
	color: #fff;
	font-size: 16px
}




.Feedback {
	background: #fff
}

.Feedback h2:after {
	height: 0!important
}

.Feedback .media {
	margin-bottom: 0
}

.Feedback .bookform_index {
	margin-top: 30px;
	padding: 70px 0 0 70px;
	background-color: #000
}

.Feedback .bookform {
	padding: 50px;
	background: #fff;
	box-shadow: 0 2px 20px rgba(0,0,0,.1)
}

.Feedback .bookform h6 {
	color: #333;
	font-weight: 700;
	font-size: 30px
}

.Feedback .bookform .form-control {
	margin-bottom: 20px;
	border-radius: 0
}

.Feedback .bookform .btn-warning {
	border: 1px #000 solid;
	background: #000!important
}

.Feedback .Feedback_box {
	margin-top: 50px
}

.Feedback .Feedback_box h6 {
	color: #000;
	text-align: left;
	font-weight: 700;
	font-size: 24px
}

.Feedback .media:first-child {
	margin-top: 30px!important
}

.Feedback .media .media-cont {
	margin: 30px 0;
	padding: 20px 0;
	border-top: 1px #dedede solid;
	color: #7a7a7a;
	line-height: 30px
}

.Feedback .media-heading {
	margin-bottom: 10px;
	padding: 0!important;
	color: #000;
	text-align: left!important;
	font-weight: 700;
	font-size: 16px
}

.Feedback .media-heading a {
	color: #000
}

.Feedback .media-heading a:hover {
	color: #000
}

.Feedback .media-body {
	vertical-align: middle!important
}

.Feedback .media-body p {
	line-height: 22px
}

.Feedback .media-left {
	float: left
}

.Feedback .media-left img {
	height: 100px
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 15px!important
}

.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
}

.Feedback ul li {
	overflow: hidden;
	padding: 10px 0;
	padding-left: 18px;
	border-bottom: 1px dashed #e8e8e8;
	background: url(../images/news-point.png) 0 16px no-repeat;
	text-overflow: ellipsis;
	white-space: nowrap
}

.Feedback ul li span {
	float: right
}

.Feedback ul li a {
	color: #333;
	font-size: 14px
}

.Feedback ul li a:hover {
	color: #000
}

.Feedback .tit {
	margin: 0;
	margin-bottom: 10px;
	color: #3d3b3a;
	text-align: left;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px
}

.Feedback span {
	margin-left: 10px;
	color: #c7c7c7;
	font-weight: 400;
	font-size: 14px
}

.Feedback .more {
	float: right
}

.Feedback .more a {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 13px
}

.Feedback .more a:hover {
	color: #000
}

#about {
	clear: both
}

#about .text {
	padding: 20px 0
}

#about .label {
	color: #000
}

#about .bookform {
	padding: 0
}

#about .form-control {
	display: inline-block
}

#located {
	width: 100%;
	border-bottom: 1px solid #eee;
	line-height: 60px
}

#located.located {
	border-top: 1px solid #eee;
	border-bottom: 0
}

#located.located a.right {
	float: right;
	padding-left: 30px;
	background: url(../images/back.png) left center no-repeat;
	color: #1ba4fc
}

#located.affix {
	top: 0;
	z-index: 99;
	width: 100%;
	background: #fff
}

#located .l {
	float: left;
	padding-left: 26px;
	background: url(../images/home.jpg) -1px center no-repeat;
	color: #a5a5a5;
	font-size: 14px
}

#located .l li {
	float: left;
	display: block;
	padding: 0 10px;
	text-align: center
}

#located .l a {
	color: #a5a5a5
}

#located .l a:hover {
	color: #000
}

#located .l span {
	color: #9e9997
}

#located .rmenu {
	float: right
}

#located .rmenu ul {
	margin: 0
}

#located .rmenu li {
	display: inline-block
}

#located .rmenu li a {
	position: relative;
	display: block;
	padding: 0 20px;
	color: #6a6a6a;
	font-size: 14px;
	line-height: 60px
}

#located .rmenu li a:before {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

#located .rmenu li a:hover:hover {
	background: #000;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

#located .rmenu li a.on:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	content: ""
}

#located #navbar-example li a.on:before {
	display: none
}

#located #navbar-example li.active a:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	content: ""
}

#ibanner {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 100%;
	height: 280px;
	background-color: #000
}

#ibanner .gg_img {
	position: absolute;
	left: 50%;
	margin-left: -2500px;
	width: 5000px;
	height: 100%;
	text-align: center
}

#ibanner img {
	opacity: .6;
}

@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: 50%;
	left: 50%;
	z-index: 1;
	margin-top: -40px;
	margin-left: -600px;
	width: 1200px;
	height: 80px;
	color: #fff;
	text-align: center
}

#ibanner .text .gg_t {
	display: block;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%
}

#ibanner .text .gg_desc {
	display: block;
	font-size: 18px
}

#footer {
    width: 100%;
    float: left;
    overflow: hidden;
	background:#f3f3f3;
}

#footer .bz {
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

#footer .top {
    width: 100%;
    float: left;
    padding: 30px 0 20px 0
}

#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: #fff;
    font-size: 14px
}

#footer .l dl {
    padding: 0 18px;
    float: left;
    color: #999;
    margin-right: 18px
}

#footer .l dl dt a {
    font-size: 18px;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px
}

#footer .l img{
	width: 120px;
	margin-right: 10px;
}

#footer .l p{
	text-align: center;
	line-height: 30px;
	color: #eee;
}

#footer .l dl li {
    list-style: none;
    height: 26px
}

#footer .l dl li a {
    color: #333;
    font-size: 14px;
}

#footer .l dl li a:hover{
	color: #006fc0;
}

#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 .bottom {
    width: 100%;
    float: left;
    padding: 15px 0;
	background: #0078d0;
}

#footer .bottom .foot_l {
    float: left;
    color: #fff
}

#footer .bottom .foot_r {
    float: right;
    color: #fff
}

#footer .bottom .foot_c {
    text-align: center;
    color: #fff
}

#footer .bottom .foot_c {
    color: #fff;
}

#footer .bottom .foot_r li {
    margin-right: 20px;
    display: inline-block
}

#footer .bottom p {
    margin: 0;
    line-height: 20px;
    text-align: center;
    color: #999
}

.contact .box {
    margin-top: 20px;
    color: #333;
    line-height: 26px;
}
.contact .ewm{
	margin-top: 20px;
}

.contact .ewm li{
	display: inline-block;
}

.contact .ewm li P{
	color: #fff;
	line-height: 30px;
}

#footer .bottom a {
    color: #fff;
}

#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
}


@media (max-width:768px) {
	.gtop-go a {
		display: block;
		overflow: hidden;
		width: 30px;
		height: 30px;
		background: url(../images/gotop.jpg) 0 0 no-repeat;
		background-size: cover;
		text-indent: -9999em
	}

	#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: 30px 20px 50px 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:1800px) {
	.product_l {
		padding-left: 200px
	}
}

@media (max-width:1600px) {
	.product_l {
		padding-left: 150px
	}
}

@media (max-width:1500px) {
	.product_l {
		padding-left: 100px
	}
}

@media (max-width:1420px) {

	#banner .carousel-caption {
		bottom: 300px
	}

	.product_l {
		padding-left: 80px
	}
}

@media (max-width:1300px) {
	#header .social {
		display: none
	}

	#header .logo img {
		max-width: 100%
	}

	#banner .carousel-caption {
		bottom: 240px
	}
}

@media (max-width:1055px) {
	#header .logo {
		margin-right: 0
	}

	#header .search_btn {
		padding: 0 20px
	}
}

@media (min-width:992px) and (max-width:1200px) {
	#header .navbar-nav>li>a {
		padding: 0 10px;
		font-size: 14px;
	}

	#banner .carousel-caption {
		bottom: 160px
	}

	#footer .l dl {
		padding: 0 10px
	}
}

@media (min-width:768px) and (max-width:991px) {
	#header .navbar-nav>li>a {
		padding: 0 6px;
		font-size: 14px;
	}

	#banner .carousel-caption {
		bottom: 150px
	}

	#footer .c {
		width: 100%;
		border-right: none;
		text-align: center
	}

	#footer .c p {
		font-size: 14px
	}

	#footer .l {
		width: 100%
	}

	#footer .l dl {
		padding: 0 18px
	}

	#footer .l {
		width: 100%
	}

	#footer .r {
		margin-top: 0;
		width: 100%;
		border: 0
	}

	#product .list li .item img {
		float: none;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
		width: auto
	}

	#product .list li .item .rtxt {
		padding: 10px 20px;
		width: 100%
	}

	#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 {
		padding: 15px;
		width: 50%
	}
}

@media (max-width:767px) {
	#header .logo {
		height: 60px;
		line-height: 60px;
		background-size: 145px;
		margin-left: 10px;
	}

	#header .logo h1 {
		margin-top: 13px;
		text-align: left;
		font-weight: 700;
		font-size: 34px
	}

	#header .logo img {
		float: left;
		margin-left: 10px;
		margin-top: 10px;
		height: 40px
	}

	#header .language,#header .search_btn {
		line-height: 60px
	}

	#header .l {
		margin-top: 0;
		width: 60%
	}

	#header .r {
		float: right;
		width: 29%
	}

	#header .m {
		margin: 0 auto;
		width: auto
	}

	#header .navbar-toggle {
		position: absolute;
		left: 50%;
		z-index: 17;
		margin-right: 0;
		margin-left: 10px;
		border: none;
		border-radius: 0;
		background: 0 0!important
	}

	#header .navbar-collapse {
		position: fixed;
		top: 0px;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 16;
		width: 100%;
		background-color: rgba(0,0,0,.7);
		opacity: 1
	}

	#header .navbar-nav {
		margin: 0;
		padding: 0;
		padding-top: 60px;
		line-height: 34px;
	}

	#header .navbar-nav>li {
		width: 100%
	}

	#header .navbar-nav>li>a {
		padding-left: 22px;
		width: 100%;
		height: 46px;
		color: #999!important;
		text-align: left;
		font-size: 14px;
		line-height: 46px
	}

	#header .navbar-nav li.quote a {
		color: #000!important
	}

	#header .navbar-nav li.quote:hover a {
		color: #fff!important
	}

	#header .dropdown-menu {
		min-width: 12em;
		min-width: auto;
		border: none;
		border-radius: 0;
		background: 0 0;
		list-style: none;
		text-align: left
	}

	#header .navbar-default .navbar-nav .open .dropdown-menu>li>a {
		padding: 0;
		padding-left: 30px;
		height: 30px;
		color: #fff!important;
		font-size: 14px;
		line-height: 30px
	}

	#header .navbar-default .navbar-nav .open .dropdown-menu>li>a:before {
		content: "- "
	}

	#header .navbar-default .navbar-toggle.collapsed .icon-bar {
		background-color: #006fc0
	}

	.navbar-default .navbar-toggle .icon-bar {
		background: #006fc0
	}

	#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) {
		background: 0 0;
		-webkit-transition: background .3s ease;
		-moz-transition: background .3s ease 0s;
		-o-transition: background .3s ease 0s;
		transition: background .3s ease 0s;
		-webkit-transition-delay: 0s
	}

	.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) {
		-webkit-transition: top .3s ease,-webkit-transform .3s ease;
		-moz-transition: top .3s ease,-moz-transform .3s ease .4s;
		-o-transition: top .3s ease,-o-transform .3s ease .4s;
		transition: top .3s ease,transform .3s ease .4s;
		-webkit-transition-delay: 0s,.4s
	}

	.navbar-toggle .icon-bar:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		-ms-transform: rotate(45deg)
	}

	.transform-fallback-fix .navbar-toggle .icon-bar:nth-child(1) {
		top: 0
	}

	.navbar-toggle .icon-bar:nth-child(3) {
		top: -8px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg)
	}

	.transform-fallback-fix .navbar-toggle .icon-bar:nth-child(3) {
		top: 0
	}

	.navbar-toggle.collapsed .icon-bar:nth-child(2) {
		background-color: #909090;
		-webkit-transition: background .3s ease;
		-moz-transition: background .3s ease .4s;
		-o-transition: background .3s ease .4s;
		transition: background .3s ease .4s;
		-webkit-transition-delay: .4s
	}

	.navbar-toggle.collapsed .icon-bar:nth-child(1),.navbar-toggle.collapsed .icon-bar:nth-child(3) {
		top: 0;
		-webkit-transition: top .3s ease,-webkit-transform .3s ease;
		-moz-transition: top .3s ease .4s,-moz-transform .3s ease;
		-o-transition: top .3s ease .4s,-o-transform .3s ease;
		transition: top .3s ease .4s,transform .3s ease;
		-webkit-transition-delay: .4s,0s;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-ms-transform: rotate(0);
		-ms-transform-origin: 50% 50%
	}

	.modal {
		text-align: center;
		font-size: 0
	}

	#banner .carousel-caption {
		top: 30%
	}

	#banner .carousel-caption {
		left: 8%
	}

	#banner .carousel-caption h5 {
		margin-bottom: 0;
		font-size: 18px;
		line-height: 1.4
	}

	#banner .carousel-caption a.more {
		float: left;
		margin-top: 0;
		padding: 2px 5px;
		width: 80px;
		height: auto;
		line-height: 1.2
	}

	#banner .carousel-caption h1 {
		margin-bottom: 5px;
		font-size: 18px;
		line-height: 1
	}

	#banner .carousel-caption p {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 30px
	}

	#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 {
		bottom: 5px;
		margin-bottom: 0
	}

	#footer .c {
		margin-left: 0;
		padding-left: 0;
		width: 100%;
		border-right: none;
		border-left: none;
		text-align: center
	}

	#footer .c img{
		width: 144px;
	}

	#footer .c p {
		font-size: 14px
	}

	#footer .l {
		width: 100%
	}

	#footer .l dl {
		width: 50%
	}

	#footer .r {
		margin-top: 0;
		width: 100%;
		border: 0
	}

	#footer .top .l dl {
		margin-bottom: 0;
		padding: 10px 0;
		width: 100%;
		border-bottom: 1px #e6e6e6 solid;
	}

	#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: none
	}

	#footer .top .l dl.open .box {
		float: left;
		display: block;
		margin-top: 10px;
		width: 100%
	}

	#footer .top .l dl dd a {
		float: left;
		display: inline-block;
		padding: 0 10px;
		width: auto
	}

	#footer .r {
		margin-top: 20px
	}

	#footer .top {
		padding: 20px 0
	}

	#product .list li .item img {
		float: none;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
		width: auto
	}

	#product .list li .item .rtxt {
		padding: 10px;
		width: 100%
	}

	#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 {
		float: left;
		overflow: hidden;
		padding: 2px;
		width: 50%
	}

	#located .rmenu li a:after {
		display: none
	}

	#located .rmenu li a {
		display: block;
		padding: 0;
		border: 1px solid #eee;
		text-align: center;
		font-size: 14px;
		line-height: 30px
	}

	#located .rmenu {
		margin-bottom: 10px;
		width: 100%
	}

	#anli {
		padding: 40px 0
	}

	#anli .tit {
		margin-bottom: 20px;
		font-size: 25px
	}

	#about #jianjie,#about #lishi {
		padding: 50px 0
	}

	#about .tit_1 {
		margin-bottom: 20px;
		font-size: 25px
	}

	#about #pinpai .text {
		padding-top: 20px;
		padding-left: 0
	}

	#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 {
		margin-bottom: 10px;
		font-size: 25px
	}

	#product_slide .carousel ul {
		position: static;
		margin: 20px auto;
		width: auto
	}

	#product_slide .carousel .carousel-caption {
		position: static;
		max-width: 100%
	}

	#product_slide .carousel .carousel-caption h5 {
		font-size: 16px
	}

	#product_slide .carousel .carousel-caption p {
		font-size: 13px;
		line-height: 1.2
	}

	#located .l {
		padding-top: 10px;
		background: url(../images/home.jpg) -1px 12px no-repeat;
		line-height: 30px
	}

	#product_nav .l {
		float: left;
		margin-bottom: 10px;
		width: 100%;
		font-size: 20px
	}

	#product_nav .r {
		float: left;
		width: 100%
	}

	#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-right: 0;
		padding-left: 0
	}

	.news_r {
		padding-right: 15px
	}

	#footer .r h5 {
		font-size: 18px
	}

	.products_sort .mr {
		height: 7em;
		border-right: 1px #e6e6e6 solid
	}


	#header {
		top: 0
	}

	.hot_se .hot_li li {
		line-height: 26px
	}

	.tab .nav-tabs li button {
		padding: 3px 10px;
		font-size: 14px;
		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 {
		margin: 25px 10px;
		font-size: 14px;
		line-height: 30px
	}

	.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 .about_bg video {
		margin-top: 40px;
		margin-bottom: 0;
		margin-left: 0;
		width: 100%
	}

	.Feedback .bookform_index {
		padding: 20px
	}

	.news .list_box {
		padding: 15px
	}

	.custom h2 {
		font-size: 20px
	}

	.about_rj .about_bg iframe {
		margin-left: 0;
		width: 100%;
		height: 220px
	}

	.index-body h2 {
		font-size: 22px
	}

	.soloutions h4 {
		font-size: 14px
	}

	.applications p {
		font-size: 13px
	}

	.Feedback .bookform {
		padding: 15px
	}

	#footer .bottom .foot_l {
		text-align: center;
		font-size: 12px
	}

	#footer .bottom .foot_r {
		float: left;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		font-size: 12px
	}

	#footer .bottom .foot_r li {
		margin-right: 0
	}

	.applications {
		background: 0 0
	}

	.contact .box {
		width: 100%
	}

	.index-body em {
		font-size: 40px
	}

	.Feedback .tit {
		font-size: 18px
	}


	.picturebox a p span {
		height: 24px;
		font-size: 16px;
		line-height: 24px
	}

	.picturebox a p i {
		height: 24px
	}

	.i-chose h4 {
		font-size: 12px
	}

	.i-chose p {
		font-size: 12px
	}

	.about_rj .btn-primary {
		margin-bottom: 0
	}

	.tit .btn-primary {
		margin-bottom: 10px;
		padding: 5px 10px
	}

	.Feedback .media-heading {
		font-size: 14px;
		line-height: 22px
	}

	.about_rj .txt h3 {
		font-size: 20px
	}

	.about_rj .txt h1 {
		font-size: 22px
	}

	.m-slide .cont h4 {
		font-size: 20px;
		line-height: 22px
	}

	.m-slide .cont p {
		margin-bottom: 0;
		padding: 6px 20px;
		font-size: 14px;
		line-height: 16px
	}

	.m-slide .cont {
		top: 10%
	}

	.m-slide .btn-primary {
		margin-top: 10px;
		padding: 3px 5px;
		width: 80px;
		font-size: 14px
	}

	.m-slide .tab li {
		width: 80px
	}

	.m-slide .tab a p {
		font-size: 14px
	}

	.tab .nav-tabs {
		margin-top: 15px
	}

	.customer .pic a {
		font-size: 18px
	}

	.customer .pic p {
		font-size: 14px
	}

	#banner {
		margin: 0px auto;
	}

	#ibanner {
		margin: 0px auto;
		height: 150px
	}

	#ibanner .text .gg_t {
		font-size: 24px
	}

	.m-slide .tab {
		padding: 10px 10px 0 10px
	}

	.m-slide .tab a span {
		width: 30px;
		height: 30px
	}

	.m-slide .tab a span.tab_10 {
		background-size: 30px
	}

	.m-slide .tab .on span.tab_10 {
		background-size: 30px
	}

	.m-slide .tab a span.tab_11 {
		background-size: 30px
	}

	.m-slide .tab .on span.tab_11 {
		background-size: 30px
	}

	.m-slide .tab a span.tab_12 {
		background-size: 30px
	}

	.m-slide .tab .on span.tab_12 {
		background-size: 30px
	}

	.i-chose img {
		width: 50px
	}

	.about_rj .btn-primary {
		padding: 5px 10px;
		font-size: 12px
	}

	.product_l {
		padding: 5px 0;
		padding-left: 80px
	}
	.about_box_txts h4{
		font-size: 20px;
	}
	.about_box_txts span{
		font-size: 20px;
	}
	.about_box_txts{
		padding: 10px 10%;
	}
	.dropdown button, .dropup button{
		color: #fff!important;
		float: left;
	}
	.dropdown button i, .dropup button i{
		color: #fff!important;
	}
	.index-body .t h2{
		font-size: 24px;
	}
	.index-body .t h6{
		font-size: 30px;
	}
	.products_tab .tab_box a h3{
		font-size: 12px;
	}
	#footer .l img{
		width: 90px;
	}
	.ggy{
		margin-top: 0;
	}
	.ggy h4{
		padding-top:12px;
		font-size:14px;
		text-indent:10px;
	}
	.ggy h6{
		font-size: 12px;
		text-indent: 10px;
		margin-top: 0px;
		margin-bottom: 0;
	}
	.about_info span{
		font-size: 20px;
	}

	.index_search{
		padding: 8px 0;
	}
	.tel {
		padding-right: 10px;
		margin-top: 5px;
		
	}
	
	.tel_txt h6 {
		font-size: 12px;
		color: #555555;
	}
	
	.tel_txt p {
		margin-top: 5px;
		font-size: 14px;
	}
	.pdt_switch .tab_list li{
		width: 33.1%;
	}
	.pdt_switch .tab_list li.more{
		display: block;
	}
	.pdt_switch .tab_list li a p{
		font-size: 12px;
	}
	#header{
		height: 60px;
	}
}

@media (max-width:320px) {
	#pagination .pagination>li>a {
		margin: 0 3px;
		padding: 4px 10px;
		font-size: 12px!important
	}
}

#footer_phone {
	position: relative;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 15;
	clear: both;
	display: none;
	padding: 0 0 0;
	width: 100%;
	border-top: 1px #2e2e2e solid;
	background: #252525;
	font-size: .9em
}

#footer_phone .foot_wo {
	color: #fff;
	font-size: 14px
}

@media (max-width:768px) {
	body {
		float: left;
		padding-bottom: 40px;
		width: 100%
	}

	#footer_phone {
		display: block
	}
}

#banner .carousel-caption a.more {
	display: block;
	margin-top: 10px;
	height: 34px;
	border: 1px solid #006fc0;
	background: #006fc0;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 32px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.wjs-banner .bigImg {
	display: block;
	width: 100%;
	height: 610px;
	background-position: center center;
	background-size: cover;
}

.wjs-banner .smallImg img {
	display: block;
	width: 100%
}

.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);
		transform: translateY(-20px);
		-ms-transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-ms-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);
		transform: translateY(20px);
		-ms-transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-ms-transform: translateY(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.owl-carousel,.owl-carousel .owl-item {
	position: relative;
	-webkit-tap-highlight-color: transparent
}

.owl-carousel {
	z-index: 1;
	display: none;
	width: 100%
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
	line-height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
	float: left;
	min-height: 1px;
	-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 {
	display: none;
	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 {
	display: block;
	opacity: 0
}

.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;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-top: -40px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	-webkit-backface-visibility: hidden
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
	-ms-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 {
	height: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%
}

.page {
	clear: both;
	overflow: hidden;
	margin: 10px 0;
	padding-top: 10px
}

.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 {
	float: right;
	overflow: hidden
}

.page span.page_list a {
	float: left;
	display: block;
	margin-right: 5px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #eaeaea;
	font-size: 12px
}

.page span.page_rows {
	float: right;
	display: block;
	margin-right: 5px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #eaeaea;
	font-size: 12px
}

.page span.page_list a.selected {
	background: #f2f2f2;
	color: #222
}

#pagination {
	margin-bottom: 20px;
	text-align: center
}

#pagination .pagination>li>a {
	margin: 0 4px;
	border: none;
	border: 1px solid #dbdbdb;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-family: Arial;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

#pagination .pagination>li>a.on,#pagination .pagination>li>a:hover {
	border-color: #1ba4fc;
	background: #1ba4fc;
	color: #fff
}

#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 {
	float: left;
	padding: 40px 0;
	width: 100%;
	background: #f5f5f5
}

#product .list {
	float: left;
	padding-left: 0;
	width: 100%
}

#product .list li .item {
	float: left;
	display: block;
	margin-bottom: 30px;
	padding: 10px;
	width: 100%;
	background: #fff
}

#product .list li .item:hover {
	background: #0e6eb8
}

#product .list li .item img {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 18em
}

#product .list li .item .rtxt {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px
}

#product .list li .item .rtxt h5 {
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 1.6
}

#product .list li .item .rtxt h5 a {
	color: #333
}

#product .list li .item:hover .rtxt h5 a{
	color: #fff
}

#product .list li .item .rtxt p {
	color: #757575;
	font-size: 15px;
	line-height: 1.6
}

#product .list li .item .rtxt a.more {
	display: block;
	margin: 10px auto;
	margin-top: 20px;
	width: 122px;
	height: 37px;
	background: #5f6062;
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 37px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

#product .list li .item .rtxt a.more:hover {
	border: 1px #fff solid;
	background: 0 0
}

@media (min-width:1600px) {
	.container-xxl {
		width: 1400px
	}
}
