@charset "utf-8";

.head-wrapper {
	position: relative;
	width: 100%;
	z-index: 10000
}

.head-contact,.head-contact .head-phone,.head-contact .head-email,.head-search-wrap,.head-search,.head-search-wrap .search-title,.nav-bar .nav {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	text-align: left;
}

.topbar {
	position: relative;
	background: #fff;
	text-align: right;
	border-bottom: 1px solid #e6e9ed;
}

.head-contact {
    margin: 10px;
    padding-right: 20px;
    border-right: 1px solid #eee;
}

.head-contact .head-phone,.head-contact .head-email {
	float: left;
	line-height: 42px;
	padding: 0 0 0 23px;
	margin: 0 20px 0 0;
	color: #ccc;
}

.head-contact .head-phone a,.head-contact .head-email a {
	color: #ccc;
}

.head-contact .head-phone span {
	color: #ccc;
}

.head-contact .head-phone:before,.head-contact .head-email:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	height: 42px;
	background-repeat: no-repeat;
	background-image: url(../images/page-ico.png);
}

.head-contact .head-phone:before {
	background-position: -3px -417px;
}

.head-contact .head-email:before {
	background-position: -112px -417px;
}

.change-language {
	float: right;
	margin: 7px 0 0;
}

.head-search-wrap {
	position: relative;
}

.head-search-wrap .search-title {
	width: 30px;
	height: 30px;
	background-position: -348px 6px;
	cursor: pointer;
	float: right;
}

.head-search-wrap.wrap-hide .search-title {
	background-position: -302px 2px;
}

.head-search {
	width: 860px;
	height: 30px;
	display: none;
	float: left;
}

.head-search .search-ipt {
	position: absolute;
	left: 40px;
	top: 0;
	width: 800px;
	height: 30px;
	background: none;
	border: none;
	font-size: 16px;
}

.head-search .search-btn {
	position: absolute;
	left: 0;
	top: 4px;
	width: 30px;
	height: 30px;
	border: none;
	background-color: transparent;
	background-position: -305px 2px;
}

.logo {
	position: relative;
	float: left;
}

.logo img {
	position: relative;
	max-height: 110px;
}

.nav-bar {
	line-height: 110px;
	text-align: right;
	background: #FFF;
	border-bottom: 1px solid #e6e9ed
}

.nav-bar .head-contact1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 25px 0;
}
.head-contact1 p {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}
.head-contact1 a {
    font-size: 14px;
    display: flex;
    align-items: center;
}
.head-contact1 .head-phone, .head-contact1 .head-email {
    line-height: 30px;
    padding: 0 10px;
}
.head-contact1 .head-email {
    padding-right: 0;
}
.head-contact1 i {
    font-size: 24px;
    margin-right: 5px;
}

.nav-wrap1 {
    width: 100%;
    background-color: #f6f6f6;
    line-height: 70px;
    display: flex;
    flex-wrap: wrap;
}
.nav-wrap1 .nav {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.nav-bar .nav {
	position: relative;
}

.nav-bar .nav li,.nav-bar .nav li a {
	position: relative;
	display: block;
}

.nav-bar .nav > li {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
    padding: 0 55px;
}

.nav-bar .nav > li > a {
	height: 70px;
	line-height: 70px;
	font-size: 18px;
    z-index: 2;
}

.nav-bar .nav li li {
	display: block;
	*display: block;
	line-height: 35px;
}

.nav-bar .nav li li a:hover {
	color: #d58d1e;
}

.nav-bar .nav li li a {
	padding: 0 15px;
}

.nav-bar .nav ul {
	width: 225px;
	position: absolute;
	top: 60px;
	left: 0;
	background: rgba(255,255,255,1);
	text-align: left;
	display: none;
	z-index: 999;
	border: 1px solid transparent
}

.nav-bar .nav ul ul {
	top: 0;
	left: 227px;
}

.nav-bar .nav ul li:hover >a {
	background: #FFF;
	color: #d58d1e
}

.nav-bar .nav li .nav-ico {
	position: absolute;
	right: 20px;
	top: 0;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
}

.nav-bar .nav li .nav-ico:after {
	content: '\f0d7';
}

.nav-bar .nav li li .nav-ico {
	right: 10px;
	height: 35px;
	line-height: 35px;
	color: inherit;
}

.nav-bar .nav li li .nav-ico:after {
	content: '\f0da';
}

.nav-bar .nav > li:hover >a,.nav-bar .nav > li.nav-current > a {
	color: #fff;
}
.nav-bar .nav > li:hover, .nav-bar .nav > li.nav-current {
    background-color: #004198;
    position: relative;
    border-bottom: 2px solid #f09400;
}
.nav-bar .nav > li:hover:after, .nav-bar .nav > li.nav-current:after {
    content: "";
    display: block;
    width: 100px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/nav_bg.png");
}

.nav-bar .nav li:hover > .nav-ico:after,.nav-bar .nav li.nav-current .nav-ico:after {
	color: #004198;
}

.fixed-nav {
	position: fixed;
	width: 100%;
	top: -110px;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	z-index: 10009;
	padding: 0
}

.fixed-nav-appear {
	top: 0;
}

.fixed-nav .logo img {
}

.foot-wrapper {
	position: relative;
	width: 100%;
	background: rgb(19, 58, 89);
	margin: 0px 0 0;
	overflow: hidden;
}

.foot-wrapper,.foot-wrapper a {
	color: #fff;
}

.foot-items {
	padding: 35px 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.foot-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.foot-item.foot-item-about {
	width: 20%;
}

.foot-item.foot-item-contact {
	width: 50%;
}

.foot-item.foot-item-inquiry {
}

.foot-item .foot-tit {
	color: #FFF;
	font-size: 16px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.foot-item.foot-item-about .foot-logo img {
	position: relative;
}

.foot-item.foot-item-about p {
	padding: 20px 0 15px;
	line-height: 24px;
}

.foot-item.foot-item-about .more {
	font-size: 16px;
}

.foot-item.foot-item-about .more:after {
	content: "\f061";
	font-size: 10px;
	margin: 0 0 0 10px;
}

.foot-item.foot-item-contact .foot-cont p {
	line-height: 24px;
}

.foot-item.foot-item-contact ul {
	margin: 15px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.foot-item.foot-item-contact ul li {
	position: relative;
	line-height: 24px;
	padding: 0 0 0 25px;
    width: calc(50% - 25px);
    margin-bottom: 10px;
}
.foot-item.foot-item-contact ul li:last-child {
    width: 100%;
}

.foot-item.foot-item-contact ul li:before {
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 12px;
}

.foot-item.foot-item-contact ul li.foot-addr:before {
	content: "\f041";
}

.foot-item.foot-item-contact ul li.foot-phone:before {
	content: '\f095';
}

.foot-item.foot-item-contact ul li.foot-email:before {
	content: "\f003";
}

.foot-item.foot-item-contact ul li.foot-fax:before {
	content: "\f011";
}

.foot-item.foot-item-contact ul li.foot-sky:before {
	content: "\f007";
}

.foot-item.foot-item-inquiry .subscribe {
	position: relative;
}

.foot-item.foot-item-inquiry .subscribe p {
	line-height: 24px
}

.foot-item.foot-item-inquiry .subscribe-form {
	position: relative;
	width: 270px;
	height: 42px;
	line-height: 42px;
	background: #4e5c6c;
	margin: 15px 0 0;
	border-radius: 5px;
}

.foot-item.foot-item-inquiry .subscribe-form .subscribe-ipt {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	padding: 0 10px;
	height: 42px;
	line-height: 42px;
	border: none;
	background: none;
	color: #a3b1bf;
}

.foot-item.foot-item-inquiry .subscribe-form .subscribe-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 108px;
	height: 30px;
	line-height: 30px;
	border: none;
	background: #004198;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 3px;
}

.subscribe-form .subscribe-ipt::-webkit-input-placeholder {
	color: #a3b1bf;
}

.subscribe-form .subscribe-ipt:-moz-placeholder {
	color: #a3b1bf;
}

.subscribe-form .subscribe-ipt::-moz-placeholder {
	color: #a3b1bf;
}

.subscribe-form .subscribe-ipt:-ms-input-placeholder {
	color: #a3b1bf;
}

.footer {
	position: relative;
	background: #d58d1e;
	line-height: 30px;
	padding: 25px 0;
}

.foot-social {
	margin: 30px 0 0
}

.foot-social li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	margin: 0 16px 0 0;
}

.foot-social li img {
	max-width: 30px;
}

.foot-nav {
	text-align: center;
}

.foot-nav li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.foot-nav li:after {
	content: ".";
	margin: 0 8px 0 10px;
}

.foot-nav li:last-child:after {
	display: none;
}

.foot-nav li:hover a {
	color: #004198;
}

.copyright {
	text-align: center;
	color: #fff;
}

.index-layout {
	position: relative;
	width: 100%;
}

.rev_slider_wrapper {
/*margin:8px 0 0;*/
}

.company-synopses-wrap {
	position: relative;
	width: 100%;
	padding: 60px 0 0;
}

.company-synopses {
	position: relative;
	width: 110%;
}

.synopsis-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	width: 350px;
	margin: 0 75px 0 0;
}

.synopsis-item,.synopsis-item a {
	color: #004198;
}

.synopsis-item .item-wrap {
	position: relative;
	overflow: hidden;
	z-index: 0;
	padding: 0 0 0 80px;
}

.synopsis-item .item-img {
	position: absolute;
	left: 0;
	top: 5px;
}

.synopsis-item .item-img img {
	max-width: 80px;
}

.synopsis-item .item-info {
	position: relative;
}

.synopsis-item .item-info .item-title {
	font-family: "SourceSansProBold";
	font-size: 28px;
	margin: 0 0 15px;
}

.synopsis-item .item-info .item-title,.synopsis-item .item-info .item-title a {
}

.synopsis-item .item-info .item-detail {
	font-size: 16px;
	line-height: 28px;
}

.synopsis-item.current .item-img img {
}

.synopsis-item.current .item-wrap:after {
	background: #004198
}

.index-title-bar {
	position: relative;
	text-align: center;
	margin: 0px 0 60px;
}

.index-title-bar,.index-title-bar a {
	color: #000;
	font-family: 'Impact';
}

.index-title-bar .title {
	font-size: 64px;
}

.index-title-bar .sub-title {
	font-size: 18px;
}

.product-classification-wrap {
	padding: 60px 0;
	margin: 0px 0 0;
	background: #f2f5f7;
}

.product-items.disabled {
	display: none;
}

.classification-items {
	position: relative;
	width: 1230px;
}

.product-items-slide .owl-nav,.classification-items .owl-nav {
	display: inline;
	position: absolute;
	top: -35px;
	right: 30px;
	z-index: 0;
}

.product-items-slide .owl-nav {
	right: 24px;
}

.product-items-slide .owl-prev,.product-items-slide .owl-next,.classification-items .owl-prev,.classification-items .owl-next {
	position: relative;
	overflow: hidden;
	z-index: 999;
	float: left;
	display: inline-block;
	font-size: 20px;
	margin: 0 0 0 7px;
	background: #004198;
	color: #FFF;
	line-height: 25px;
	width: 25px;
	text-align: center;
}

.product-items-slide .owl-prev:before,.classification-items .owl-prev:before {
	content: "\f104";
}

.product-items-slide .owl-next:before,.classification-items .owl-next:before {
	content: "\f105";
}

.product-items-slide .owl-prev:hover,.product-items-slide .owl-next:hover,.classification-items .owl-prev:hover,.classification-items .owl-next:hover {
	background: #004198;
}

.cf-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 585px;
	margin: 0 30px 30px 0;
	cursor: pointer;
}

.cf-item .item-wrap {
	position: relative;
	text-align: center;
	background: #FFF;
	border: 1px solid #e6e9ed;
}

.cf-item .item-img {
	position: relative;
	width: 100%;
}

.cf-item .item-img img {
	position: relative;
	width: 100%;
}

.cf-item .item-info {
	padding: 30px;
}

.cf-item .item-info,.cf-item .item-info a {
	color: #004198
}

.cf-item .item-info .item-name {
	font-size: 20px;
}

.product-items {
	position: relative;
	margin: -1.5%;
}

.main-product-wrap {
	padding: 50px 0 40px 0;
	margin-top: 50px;
	margin-bottom: 0px;
	background: #f2f5f7;
}

.product-items-slide {
	position: relative;
	width: 1224px;
}

.product-item {
	position: relative;
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 298px;
	margin: 0 23px 23px 0;
	text-align: center;
}

.main-product-wrap .product-item,.product-items .product-item {
	padding: 2.15% 1.5%;
	-webkit-box-flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;
	margin: 0;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

.product-item .item-wrap {
	position: relative;
	border: 1px solid #e1e1e1;
	background: #FFF;
	padding-bottom: 70px;
}

.product-item .pd-img {
	position: relative;
	overflow: hidden;
}

.product-item .pd-img img {
	border-bottom: 1px solid #efefef;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.product-item .pd-img:hover img {
	opacity: .5
}

.product-item .pd-info {
	padding: 15px 10px;
	color: #004198;
	font-weight: bold;
	text-align: left;
	height: 80px;
	float: left;
}

.protip {
	height: 5.5em;
	line-height: 1.5em;
	padding: 15px 10px;
	text-align: left;
	overflow: hidden;
	font-size: 16px;
	margin-top: 5px;
}

.promore {
	width: 100%;
	position: absolute;
	text-align: left;
	left: 0;
	bottom: 0;
}

.promore a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	padding: 10px 28px;
	padding-right: 28px;
	padding-left: 28px;
	text-transform: uppercase;
	background-color: #004198;
	color: #fff !important;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
}

.main-product-wrap .product-item:hover .promore a, .product-items .product-item:hover .promore a {
	background-color: #d58d1e;
}

.product-item .pd-info:hover .pd-name a {
	color: #d58d1e;
}

.product-item .pd-info .pd-name {
	font-size: 22px;
}

.product-item .pd-info .pd-name a {
	color: #004198;
	text-transform: uppercase;
	font-family: 'Impact';
}

.product-items .product-item .item-wrap {
	border: none;
}

.product-items .product-item .item-wrap .pd-info {
	display: block;
	width: 100%;
}

.about-us-wrap {
	position: relative;
	width: 100%;
	padding: 60px 0 0;
}

.about-us {
	position: relative;
	width: 100%;
}

.about-us .about-img {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 50%;
	float: right;
}

.about-us .about-img .item {
}

.about-us .about-img .item img {
	position: relative;
	width: 100%;
}

.about-us .about-detail {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 48%;
	z-index: 1;
	float: left;
}

.about-us .about-detail .title {
	position: relative;
	font-size: 64px;
}

.about-us .about-detail .title,.about-us .about-detail .title a {
	font-family: 'Impact';
	color: #000;
}

.about-us .about-detail .text {
	position: relative;
	font-size: 16px;
	color: #000;
	line-height: 25px;
	margin: 10px 0 40px;
}

.about-us .about-detail .text p {
	line-height: 28px;
}

.about-us .about-detail .read-more {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	;color: #fff;
	font-size: 19px;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	background: #004198;
	border: 2px solid #004198;
	text-transform: uppercase;
}

.about-us .about-detail .read-more:hover {
	border-color: #004198;
	color: #004198;
	background: none;
	border-radius: 20px;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 5px;
	text-align: center;
	z-index: 99;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	background: #FFF;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
}

.flex-control-paging li a.flex-active {
	background: #004198
}

.path-bar {
	position: relative;
	width: 100%;
	line-height: 33px;
	margin: 8px 0 25px;
	background: #eeeeee;
}

.path-bar li:after {
	content: "/";
	position: absolute;
	display: block;
	overflow: hidden;
	right: 0;
	top: -5px;
	font-size: 20px;
}

.path-bar .path-nav {
}

.path-bar li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #004198;
	font-size: 16px;
	font-style: italic;
}

.path-bar li a {
	display: block;
	padding: 0 15px 0 5px;
	color: #004198;
}

.path-bar li:hover a,.path-bar li.current a {
}

.path-bar li:last-child:after {
	content: '';
}

.aside {
	float: left;
	width: 230px;
}

.side-tit-bar {
	position: relative;
}

.side-tit-bar .side-tit {
	position: relative;
	font-size: 18px;
	line-height: 40px;
	padding: 0 0 0 20px;
	font-family: 'SourceSansProBold';
	color: #fff;
	background: #004198;
}

.side-widget {
	position: relative;
	margin: 0 0 40px;
}

.side-widget .side-cate {
}

.side-cate ul li {
	position: relative;
	line-height: 38px;
	padding: 0 20px;
}

.side-cate ul li li {
	padding: 0 10px;
}

.side-cate ul li a {
	position: relative;
	display: block;
	border-bottom: 1px solid #d6d6d6;
}

.side-cate-menu li .side-ico {
	position: absolute;
	right: 0;
	top: 0;
	color: #004198;
	font-size: 12px;
}

.side-cate-menu li .side-ico:before {
	content: '\f067';
}

.side-cate-menu li.active .side-ico:before {
	content: '\f068';
}

.products-scroll-list-wrap {
	position: relative;
}

.products-scroll-list {
	position: relative;
	padding: 25px 0 0;
}

.products-scroll-list li {
	padding: 0 0 15px;
	display: block;
	overflow: hidden;
}

.products-scroll-list li img {
	width: 65px;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 0 12px 0 0;
	border-radius: 2px;
}

.products-scroll-btn-prev,.products-scroll-btn-next {
	position: relative;
	width: 100%;
	height: 19px;
	display: block;
	z-index: 999
}

.products-scroll-btn-prev {
	background: url(../images/icons-prev.png) no-repeat center center;
	margin: 10px 0 0;
}

.products-scroll-btn-next {
	background: url(../images/icons-next.png) no-repeat center center;
	margin: -20px 0 20px;
}

.side-bn {
	max-width: 100%;
	margin: 0 0 25px 0;
}

.side-bn img {
	max-width: 100%
}

.main {
	position: relative;
	width: 940px;
	display: block;
	float: right;
}

.main-tit-bar {
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 8px;
	margin: 0 0 10px;
}

.main-tit-bar .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-family: 'SourceSansProSemibold';
	font-size: 24px;
	color: #707070;
}

.main-tit-bar .share-this {
	display: inline;
	float: right;
	margin: 0 10px 0 0;
}

.main-banner {
	position: relative;
	display: block;
	margin: 0 0 10px;
}

.main-banner img {
	position: relative;
	width: 100%;
}

.product-list {
	margin: 40px 0 0;
}

.product-list,.certificate-list,.video-list,.download-list,.faq-list {
	position: relative;
}

.product-list ul,.certificate-list ul,.video-list ul {
	position: relative;
	width: 110%;
}

.download-list ul {
}

.download-list ul li {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 30px;
	padding: 30px 0 10px;
	border-bottom: 1px solid #E9E9E9;
}

.download-list ul li .download-cont {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	float: left;
}

.download-list ul li .download-cont .download-pic {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 25px;
	height: 25px;
	overflow: hidden;
}

.download-list ul li .download-cont .download-pic img {
	max-width: 25px;
	max-height: 25px;
}

.download-list ul li .download-cont .download-detail {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	margin: 0 15px;
	font-size: 18px;
	font-family: 'SourceSansProSemibold';
}

.download-list ul li .download-button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-left-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-top-color: #C9C9C9;
	border-bottom-color: #A5A5A5;
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F1F1F1',endColorStr='#DADADA',gradientType='0');
	background: -moz-linear-gradient(top,#F1F1F1,#DADADA);
	background: -o-linear-gradient(top,#F1F1F1,#DADADA);
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#F1F1F1),to(#DADADA));
}

.download-list ul li .download-button a {
	position: relative;
	display: block;
	padding: 0 12px 0 40px;
	color: #0A0A0A;
	background-image: url(../images/icons08.png);
	background-repeat: no-repeat;
	background-position: 15px 8px;
}

.faq-list ul {
}

.faq-list ul li {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 24px;
	border-bottom: 1px solid #E9E9E9;
	color: #3D3D3D;
}

.faq-list ul li .faq-title {
	position: relative;
	padding: 20px 0 16px 42px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
}

.faq-list ul li .faq-title b {
	position: absolute;
	left: 1px;
	top: 20px;
	width: 24px;
	height: 24px;
	display: block;
	overflow: hidden;
}

.faq-list ul li .faq-title b.faq-down {
	background: url(../images/icons10.png) no-repeat center center;
}

.faq-list ul li .faq-title b.faq-up {
	background: url(../images/icons09.png) no-repeat center center;
}

.faq-list ul li .faq-title h2 {
	font-weight: normal;
	font-size: 18px;
	font-family: 'SourceSansProSemibold';
}

.faq-list ul li .faq-cont {
	position: relative;
	padding: 0 0 30px 42px;
	font-size: 14px;
}

.page-bar {
	position: relative;
	display: block;
	margin: 20px 0;
	text-align: center;
}

.page-bar .pages {
	display: inline-block;
}

.pages a,.pages span {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	border: 1px solid #e5e5e5;
	height: 33px;
	line-height: 33px;
	padding: 0 14px;
	margin: 0 4px;
	vertical-align: middle;
	border-radius: 5px;
}

.pages span,.pages span a {
	text-transform: uppercase;
}

.pages span {
	margin: 0 10px;
}

.page-count {
}

.pages .page-prev {
	margin: 0 10px 0 10px;
}

.pages .page-next {
	margin: 0 0 0 15px;
}

.pages a.current,.pages a:hover {
	background: #222222;
	color: #FFF;
}

.pages a:hover {
	text-decoration: none;
}

.blog-list {
	background: #fff;
	padding: 0 0 80px;
	margin: 0 auto 15px;
}

.blog-list .blog-item {
	padding: 20px 0;
	position: relative;
	margin: 0 auto 3px;
}

.blog-list .blog-item .blog-img {
	float: left;
	width: 200px;
	height: auto;
	margin: 0 20px 8px 0;
}

.blog-list .blog-item .blog-tit {
	font-size: 16px;
}

.blog-list .blog-item .blog-meta {
	display: block;
	color: #aaa;
}

.blog-list .blog-item .blog-meta span {
	display: inline;
	padding: 0 15px 0 0;
}

.blog-list .blog-item .blog-summary {
	padding: 8px 0;
	color: #999;
}

.blog-list .blog-item .readmore {
	display: block;
	text-align: right;
	font-size: 14px;
}

.blog-list .blog-item .readmore:hover a {
	color: #1F5792;
}

.blog-list .blog-item .readmore i {
	font-size: 14px;
}

.blog-list .blog-item:hover {
	background: #fafafa;
}

.blog-list .blog-item:hover img {
	opacity: 0.8;
}

.blog-list .blog-item:before {
	content: "";
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	border-top: 1px double #004198;
	border-bottom: 1px double #004198;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
}

.product-intro {
	position: relative;
	display: block;
}

.product-title {
	font-size: 24px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	font-family: 'SourceSansProSemibold';
	font-weight: normal;
	line-height: 28px;
	color: #1a1926;
}

.cloud-zoom-lens {
	border: 1px solid #eee;
	cursor: move;
}

.cloud-zoom-title {
	font-family: Arial,Helvetica,sans-serif;
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}

.cloud-zoom-big {
	border: 1px solid #eee;
	overflow: hidden;
	padding: 0px;
}

.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}

.product-view {
	position: relative;
/*width:315px;*/
	float: left;
}

.product-view .product-image {
	border: 1px solid #eee;
}

.product-view .product-image img {
	position: relative;
	width: 100%;
}

.product-view .image-additional {
	position: relative;
	width: 100%;
	margin: 20px 0;
}

.product-view .image-additional ul {
	position: relative;
	width: 100%;
}

.product-view .image-additional li {
	position: relative;
	width: 100%;
	margin: 0 23px 0 0;
}

.product-view .image-additional li.single {
	display: none;
}

.product-view .image-additional li img {
	position: relative;
	width: 100%;
	border: 1px solid #CCC;
}

.product-view .image-additional li a {
	position: relative;
	display: block;
	padding: 0 17px;
}

.product-view .image-additional li.current img {
	border-color: #004198;
}

.product-view .image-additional img.popup {
	display: none;
}

.image-additional .owl-nav {
	display: inline;
	position: absolute;
	top: 50%;
	margin: -8px 0 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.image-additional .owl-prev,.image-additional .owl-next {
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 999;
	float: left;
	display: block;
	background-repeat: no-repeat;
}

.image-additional .owl-prev {
	left: -10px;
}

.image-additional .owl-next {
	right: -10px;
}

.image-additional .owl-prev:before {
	content: "\f053";
}

.image-additional .owl-next:before {
	content: "\f054";
}

.product-summary {
	position: relative;
	width: 590px;
	float: right;
}

.product-summary .product-meta {
	line-height: 25px;
}

.product-summary .product-meta h3 {
	font-family: 'SourceSansProSemibold';
	margin: 0 0 10px;
	font-size: 16px;
}

.product-btn-wrap {
	position: relative;
	margin: 20px 0 0;
}

.product-btn-wrap .email,.product-btn-wrap .pdf {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 3px;
	background: #004198;
	border: 1px solid #004198;
	color: #FFF;
	margin: 0 20px 0 0;
}

.product-btn-wrap .email:before {
	content: "\f0e0";
	padding: 0 3px 0 0;
}

.product-btn-wrap .pdf:before {
	content: "\f1c1";
	padding: 0 3px 0 0;
}

.product-btn-wrap .email:hover,.product-btn-wrap .pdf:hover {
	background: none;
	color: #004198;
}

.product-summary .share-this {
	float: right;
	margin: 30px 0 0;
}

.product-detail {
	position: relative;
	overflow: visible;
	margin: 50px 0 0;
}

.detail-tabs {
	position: relative;
}

.detail-tabs .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	padding: 0 15px;
	line-height: 26px;
	cursor: pointer;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	margin: 0 10px 0 0;
	background: #004198
}

.detail-tabs .title.current {
	background: #004198;
}

.product-detail .detail-panel {
	padding: 20px 0;
	display: block;
	overflow: hidden
}

.product-detail .disabled {
	display: none;
}

.inquiry-form-wrap .inquiry-form-title {
	background: #004198 !important;
}

.goods-tbar {
	position: relative;
}

.goods-tbar .title {
	position: relative;
	font-family: 'SourceSansProSemibold';
	font-size: 18px;
	color: #000;
}

.goods-may-like {
	position: relative;
	margin: 40px 0 0;
}

.goods-items-wrap {
	position: relative;
	width: 100%;
}

.goods-items {
	position: relative;
	width: 963px;
	margin: 25px 0 0;
}

.goods-items .owl-nav {
	display: inline;
	position: absolute;
	top: -40px;
	right: 13px
}

.goods-items .owl-prev,.goods-items .owl-next {
	position: relative;
	top: 0;
	overflow: hidden;
	z-index: 999;
	float: left;
	display: block;
	background: none;
	font-size: 24px;
	color: #666
}

.goods-items .owl-prev:before {
	content: "\f104";
}

.goods-items .owl-next:before {
	content: "\f105";
}

@media screen and (max-width:769px) {
	body,.container {
		width: 100%;
		min-width: inherit;
	}

	.layout,.header,.nav-bar .nav-wrap,.banner-list,.bottom-service,.social-layout,.foot-wrapper .foot-img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.head-wrapper,.foot-wrapper,.nav-bar {
		max-width: 100%;
		min-width: inherit;
	}

	.z10000 {
		position: relative;
		z-index: 100000;
	}

	.mobile-body-mask {
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.6);
		position: absolute;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
	}

	.mobile-ico-close {
		width: 30px;
		height: 30px;
		background: #fff url(../images/mobile_close.png) center center no-repeat;
		background-size: 50% auto;
		position: absolute;
		right: -35px;
		top: 0;
	}

	img {
		max-width: 100%;
	}

	.owl-carousel {
		padding: 0 0 30px;
	}

	* {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

	.owl-carousel {
		padding: 0 0 30px;
	}

	.sub-content {
		position: relative;
		display: block;
		right: auto;
		border-radius: 0;
		border: none;
		box-shadow: none;
		z-index: 99999;
	}

	.scrollsidebar,.bottomsidebar {
		display: none;
	}

	.gotop {
		display: none;
		visibility: hidden;
	}

	.mobile-head-items {
		position: fixed;
		top: 0;
		left: 0;
		background: #161622;
		width: 100%;
		height: 25px;
		line-height: 25px;
		text-align: left
	}

	.mobile-head-item {
		float: left;
		width: 25%;
	}

	.mobile-head-item.mobile-head-aside {
		float: right
	}

	.mobile-head-item .title {
		width: 100%;
		height: 25px;
		line-height: 25px;
		overflow: hidden;
		text-align: center;
		color: #FFF;
	}

	.mobile-head-item .title a {
		position: relative;
		display: block;
		color: #FFF;
	}

	.mobile-head-item.mobile-head-home .title a:before {
		content: '\f015';
	}

	.mobile-head-item.mobile-head-nav .title:before {
		content: '\f0c9';
	}

	.mobile-head-item.mobile-head-language .title:before {
		content: "\f1ab";
	}

	.mobile-head-item.mobile-head-search .title:before {
		content: "\f002";
	}

	.mobile-head-item.mobile-head-social .title:before {
		content: "\f007";
	}

	.mobile-head-item.mobile-head-aside .title:before {
		content: "\f060";
	}

	.mobile-head-item .main-content-wrap {
		background: #FFF;
		top: 0;
		display: block;
		z-index: 99999;
	}

	.mobile-head-item .main-content-wrap .content-wrap {
		overflow-y: scroll;
		height: 100%;
		padding: 15px 10px;
	}

	.mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
		overflow-y: hidden;
	}

	.mobile-head-item .side-content-wrap {
		position: fixed;
		display: block;
		left: -70%;
		width: 70%;
		height: 100%;
	}

	.mobile-head-item .middle-content-wrap {
		position: absolute;
		left: 0;
		width: 100%;
		height: auto;
		padding: 20px 0;
		opacity: 0;
		visibility: hidden;
	}

	.mobile-head-item .middle-show-content-wrap {
		top: 30px;
		visibility: visible;
		opacity: 1;
	}

	.nav-bar .nav,.nav-bar .head-search-wrap,.topbar {
		display: none;
	}

	.nav-bar {
		height: auto;
		line-height: normal;
	}

	.logo {
		float: none;
		text-align: center;
		padding: 65px 0 10px;
	}

	.logo img {
		max-width: 30%;
	}

	.head-search-wrap {
		display: none;
	}

	.head-search {
		width: 100%;
		display: block;
		float: none;
	}

	.head-search .search-ipt {
		width: 100%;
	}

	.nav li {
		position: relative;
		display: block;
		width: 100%;
	}

	.nav li ul {
		display: block;
		width: 100%;
	}

	.nav li ul li {
		width: auto;
		padding: 0 10px;
		display: inline-block;
	}

	.nav li ul img {
		display: block;
		display: none;
	}

	.transall {
		display: block;
		width: 100%;
		float: none;
	}

	.head-wrapper .prisna-wp-translate-dropdown-sub-container,.head-wrapper .prisna-wp-translate-dropdown-body,.head-wrapper .prisna-wp-translate-dropdown-body:hover {
		background: none!important;
		border: 0!important;
		box-shadow: none!important;
	}

	.head-wrapper .prisna-wp-translate-dropdown-container,.head-wrapper .prisna-wp-translate-dropdown-sub-container,.head-wrapper .prisna-wp-translate-dropdown-body {
		height: auto!important;
	}

	.head-wrapper .prisna-wp-translate-dropdown-body {
		float: none!important;
	}

	.head-wrapper .prisna-wp-translate-dropdown-body .prisna-wp-translate-dropdown-body>p.prisna-wp-translate-dropdown-current-language,.head-wrapper .transall .prisna-wp-translate-dropdown-current-language-arrow {
		display: none!important;
	}

	.head-wrapper .prisna-wp-translate-dropdown-languages-list-scroll {
		display: block!important;
		height: auto!important;
	}

	.head-wrapper .prisna-wp-translate-dropdown-languages-list p {
		width: 50%;
		display: inline!important;
		float: left!important;
	}

	.head-wrapper .prisna-wp-translate-dropdown-languages-list {
		display: block!important;
	}

	.transall .prisna-wp-translate-dropdown-current-language {
		display: none!important;
	}

	.foot-items {
		width: 98%;
		margin: 0 auto;
	}

	.foot-item.foot-item-contact,.foot-item.foot-item-inquiry,.foot-item.foot-item-about {
		width: 100%;
		margin: 0 0 30px;
	}

	.foot-item.foot-item-inquiry .subscribe-form {
		position: relative;
		width: 100%
	}

	.foot-item.foot-item-inquiry .subscribe-form .subscribe-ipt {
		width: 90%;
	}

	.footer {
		padding: 15px 0 40px;
	}

	.copyright {
		float: none;
	}

	.mobile-contact {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 9999;
		height: 38px;
		line-height: 38px;
		background: #161622;
	}

	.mobile-contact,.mobile-contact a {
		color: #FFF
	}

	.head-contact {
		display: block;
		width: 100%;
		margin: 0;
	}

	.head-contact .head-phone,.head-contact .head-email {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin: 0;
		text-align: center;
		line-height: 38px;
		color: #FFF;
		font-size: 14px;
		padding: 0;
	}

	.head-contact .head-phone {
		background: #004198;
	}

	.head-contact span {
		display: inline;
		font-size: 10px;
		color: #FFF
	}

	.head-contact .head-phone:before,.head-contact .head-email:before {
		display: none;
	}

	.layout {
		width: 98%;
		margin: 0 auto;
	}

	.company-synopses-wrap {
		padding: 0;
	}

	.company-synopses {
		width: 100%;
		text-align: center;
	}

	.synopsis-item {
		width: 50%;
		margin: 20px 0 0;
	}

	.synopsis-item .item-wrap {
		width: 96%;
		margin: 0 auto;
		padding: 0;
	}

	.synopsis-item .item-img {
		position: relative;
		top: auto;
		width: 100%;
		margin: 10px 0;
	}

	.classification-items {
		width: 100%;
	}

	.cf-item {
		width: 100%;
		margin: 0 0 30px;
	}

	.cf-item .item-wrap {
		width: 96%;
		margin: 0 auto;
	}

	.cf-item .item-info {
		padding: 20px;
	}

	.cf-item .item-info .item-name {
		font-size: 18px;
	}

	.product-items,.product-items-slide {
		width: 100%;
	}

	.product-item,.product-items .product-item {
		width: 33.3333%;
		margin: 0 0 15px;
	}

	.main-product-wrap .product-item,.goods-items .product-item {
		width: 100%;
		margin: 0;
	}

	.product-item .item-wrap {
		width: 96%;
		margin: 0 auto;
	}

	.about-us-wrap {
		height: auto;
		padding: 0 0 30px;
	}

	.about-us .about-img {
		width: 100%;
	}

	.about-us .about-img .item img {
		width: auto;
		max-width: 100%;
	}

	.about-us .about-detail {
		width: 98%;
		text-align: left;
		margin: 0 1%;
	}

	.path-bar {
		display: none;
	}

	.promote-bar {
		display: none;
	}

	.aside {
		display: none;
	}

	.side-head-search {
		width: 100%;
	}

	.side-head-search .search-ipt {
		width: 100%;
	}

	.side-tit-bar {
		position: relative;
	}

	.side-tit-bar .side-tit {
		font-size: 16px;
		line-height: 30px;
	}

	.side-widget {
		margin: 0 0 30px;
	}

	.side-cate ul li {
		line-height: 30px;
	}

	.products-scroll-btn-prev,.products-scroll-btn-next {
		display: none;
	}

	.products-scroll-list li {
		display: inline-block;
		vertical-align: top;
		width: 48%;
		margin: 0 1%;
	}

	.products-scroll-list li img {
		width: 100%;
		float: none;
		margin: 0;
	}

	.main {
		width: 98%;
		float: none;
		padding: 0;
		margin: 0 auto;
	}

	.main-tit-bar {
		margin: 30px 0 10px;
	}

	.main-tit-bar .title {
		font-size: 20px;
	}

	.product-list ul,.certificate-list ul,.video-list ul {
		position: relative;
		width: 100%;
	}

	.page-bar .pages {
		display: block;
		float: none;
		text-align: center
	}

	.pages a,.pages span {
		height: 25px;
		line-height: 25px;
		padding: 0 10px;
		border-radius: 2px;
		font-size: 12px;
	}

	.product-title {
		font-size: 20px;
		margin: 30px 0 10px 0;
	}

	.product-view {
		width: 100%;
		float: none;
	}

	.product-view .product-image {
		display: none
	}

	.product-view .image-additional {
		width: 100%;
		margin: 0;
	}

	.product-view .image-additional ul {
		width: 100%;
	}

	.product-view .image-additional li {
		width: 100%;
		margin: 0;
	}

	.product-view .image-additional li a {
		padding: 0;
	}

	.product-view .image-additional li.current img {
		border-color: inherit;
	}

	.product-summary {
		position: relative;
		width: 100%;
		float: none;
	}

	.product-summary .share-this {
		float: none;
		margin: 30px 0;
	}

	.tab-content-wrap .tab-title-bar,.tab-content-wrap .tab-panel-wrap {
		display: none;
	}

	.tab-content-wrap .mobile-tab-items .mobile-tab-item {
		margin: 0 0 30px;
	}

	.tab-content-wrap .mobile-tab-items .mobile-tab-title {
		font-family: 'SourceSansProSemibold';
		margin: 0 0 15px;
	}

	.tab-content-wrap .mobile-tab-items .mobile-tab-panel {
	}

	.goods-items {
		width: 100%;
	}

	.blog-list .blog-item {
		padding: 15px;
		border-bottom: 1px solid #ddd;
	}

	.blog-list .blog-item:last-child {
		border: 0;
	}

	.blog-list .blog-item:hover {
		background: none;
	}

	.blog-list .blog-item:before {
		left: 15px;
		right: 15px;
		display: none;
	}

	.blog-list .blog-item .blog-img {
		display: block;
		max-width: 100%;
		float: none;
	}

	.blog-list .blog-item .blog-tit {
		font-size: 16px;
		line-height: 1.3em;
		padding: 6px 0 0;
		font-weight: normal;
	}

	.blog-list .blog-item .blog-meta {
		padding: 6px 0 0;
	}

	.blog-list .blog-item .blog-summary {
		padding: 0;
		margin: 8px 0;
		height: 80px;
		line-height: 20px;
		overflow: hidden;
	}

	.blog-list .blog-item .readmore {
		display: none;
	}

	.main .blog-article {
		padding: 5px 10px;
	}

	.inquiry-form {
		padding: 15px;
	}

	.inquiry-form input[type="text"].form-input,.inquiry-form textarea.form-text {
		width: 100%;
	}

	.faq-list ul li .faq-cont {
		padding: 20px 0 30px 0;
		font-size: 14px;
	}
}

.i3 .ul1 {
}

.i3 .ul1 * {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.i3 .ul1 {
	position: relative;
	margin: -1.5%;
}

.i3 .ul1 li {
	padding: 2.15% 1.5%;
	-webkit-box-flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	width: 33.33%;
	margin: 0;
	float: left;
}

.i3 .ul1 li:last-child {
	margin-right: 0;
}

.i3 .ul1 li a {
	display: block;
}

.i3 .ul1 li a .img,
.i3 .ul1 li a .img img {
	display: block;
	width: 100%;
	overflow: hidden;
	height: auto;
	max-width: 100%;
}

.i3 .ul1 li a:hover .txt .ltt {
	color: #d58d1e;
}

.i3 .ul1 li a .txt {
	padding: 25px 35px;
	background-color: #fff;
}

.i3 .ul1 li a .txt .ltt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #004198;
	text-transform: uppercase;
	font-family: 'Impact';
	font-size: 22px;
}

.i3 .ul1 li a .txt .ltc {
	overflow: hidden;
	line-height: 2;
	margin: 15px 0 30px;
	color: #333;
	font-size: 16px;
	height: 56px;
}

.i3 .ul1 li a .txt .more2 {
	line-height: 16px;
	background: url(../images/1_26.png) right 80% no-repeat;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 16px;
}

.i3 .ul1 li a:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

@media(max-width:1400px) {
	.nav-bar .nav > li > a {
		padding: 0 10px;
	}

	.nav-bar .nav li .nav-ico {
		right: 0;
	}

	.layout {
		width: 90%;
	}

	.product-classification-wrap {
		background-size: 100%;
	}

	.about-us-wrap {
		background-size: 100%;
	}

	.main-product-wrap {
		background-size: 100%;
	}
}

@media(max-width:1140px) {
	.nav-bar .nav > li > a {
		font-size: 15px;
	}
}

@media(max-width:1020px) {
	.nav-bar .nav > li > a {
		font-size: 14px;
	}

	.nav-bar .nav > li > a {
		padding: 0 5px;
	}

	.logo img {
		max-height: 80px;
	}
}

@media(max-width:1000px) {
	.index-title-bar .title {
		font-size: 40px;
	}

	.main-product-wrap .product-item, .product-items .product-item {
		max-width: 33.3333%;
		width: 33.333%;
	}

	.about-us .about-detail .title {
		font-size: 40px;
	}

	.logo img {
		max-height: 60px;
	}
}

@media(max-width:900px) {
	.logo img {
		max-height: 40px;
	}
}

@media screen and (max-width:641px) {
	.index-title-bar .title,.about-us .about-detail .title {
		font-size: 34px;
	}

	.index-title-bar .sub-title {
		font-size: 16px;
	}

	.synopsis-item {
		width: 100%;
	}

	.synopsis-item .item-wrap {
		width: 98%;
	}

	.about-us .about-img:after,.about-us .about-detail:after {
		display: none;
	}

	.about-us .about-detail .title {
		margin: 40px 0 10px;
	}

	.product-items {
		margin: 20px 0 0;
	}

	.product-item,.product-items .product-item {
		width: 50%;
		max-width: 50%;
	}

	.products-scroll-list li {
		display: block;
		width: 100%;
		margin: 0 0 20px;
	}

	.products-scroll-list li img {
		max-width: 65px;
		float: left;
		margin: 0 15px 0 0;
	}

	.download-list ul li {
		border-bottom: none;
	}

	.download-list ul li .download-cont {
		display: block;
		float: none;
		margin: 0 0 20px;
	}

	.download-list ul li .download-button {
		float: none;
	}

	.i3 .ul1 li {
		width: 100%;
		-webkit-box-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.i3 .ul1 li a .txt .ltc {
		height: auto;
		line-height: 25px;
	}

	.i3 .ul1 li:nth-child(3) {
		width: 100%;
		-webkit-box-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.index-title-bar {
		padding-top: 0px;
		margin: 0px 0 30px;
	}

	.product-classification-wrap {
		padding-top: 30px;
	}

	.about-us-wrap {
		padding-top: 30px;
	}

	.main-product-wrap {
		padding-top: 30px;
	}

	.footer {
		padding-bottom: 80px;
	}

	.foot-nav {
		float: right;
		width: 100%;
		text-align: center;
	}
}

.bottomsidebar .bottomcontent {
	background: #004198 !important;
}

@media screen and (min-width:769px) and (max-width:1100px) {
}

.footlike {
	width: 100%;
	height: auto;
	line-height: 50px;
	background-color: #004198;
	float: left;
}

.inquiry-form ul li img {
	max-width: 80px;
}

.linkop {
	float: left;
	color: #fff;
	font-size: 18px;
}

.in_buttom_link {
	width: 1200px;
	margin: auto;
	padding-top: 0%;
	font-size: 1.5em;
}

.in_buttom_link ul li {
	float: left;
	padding-right: 1%;
}

.in_buttom_link ul li a {
	font-size: 14px;
	color: #fff;
}

@media screen and (max-width:800px) {
	.in_buttom_link {
		width: 100%;
		margin: auto;
		padding-top: 2%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.product-item .pd-info .pd-name {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.about-us .about-img .item img {
		width: 100%;
	}

	.protip {
		height: 5.5em;
	}

	.product-item .pd-info .pd-name {
		font-size: 18px;
	}

	.i3 .ul1 li a .txt .ltt {
		font-size: 18px;
	}

	.protip {
		font-size: 14px;
	}

	.promore a {
		font-size: 14px;
	}
}

#proabout a {
	background-color: #05d2af;
	color: #fff;
	margin-right: 5px;
	margin-top: 10px;
	padding: 0.5%;
}

#category_description_short p a {
	float: none;
	margin: 0;
	padding: 0;
}

.heaf_map {
	float: left;
	line-height: 40px;
	color: #ccc;
}

.heaf_map a {
	color: #ccc;
}

@media screen and (max-width:640px) {
	.logo img {
		max-height: 110px;
	}
}