<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

*{
	margin:0;
	padding:0;
	border:none;
}
a{

	text-decoration: none;
	outline: none !important;
}

b, strong{
	font-weight:bold !important;
}
ul,ol{
	list-style: none;
}
q {
	quotes: none;
}
table, table td { 
	padding:5px;
	border-collapse:collapse;
	border:1px #dedede solid;
}

embed{ 
	vertical-align:top;
}
input,button{
	-webkit-appearance:none;
	outline: none;
}
button::-moz-focus-inner{
	border:0;
}
html{
	Font-size: 62.5%;
}
/* public */
.clear{ 
	clear:both; 
	width: 0; 
	height: 0; 
	margin: 0; 
	padding: 0;
}
img{max-width:100%;height:auto!important;}
/*body*/
body{ 
	background-color:#FFFFFF;
	font-size: 16px;
	Font-size:1.6rem;
	margin:0; 
	color: #000000;
}
/*header*/
.header-top{
	background-color: #f2f2f2;
	padding: 6px 0;
}
.header-top a {
    color: #000;
}
.header-top-link{color:#000;}
/* header-top-language */
body &gt; section.animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: none;
	animation-duration: 1s;
	animation-fill-mode: none;
}
.header-top-language{
	position: relative; 
	display: inline-block;
	padding: 15px 0;
	float:left;
}
.btn-default-u{
	border: none;
	background-color: #000000;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 8px 12px;
}
.btn-default-u:hover{
	color: #ffffff;
}
.btn-default-u:focus{
	color: #ffffff;
}
.dropdown-menu-u{
	background-color: #000000;
	border-radius: 0;
}
.dropdown-menu &gt; li &gt; a{
	color: #FFFFFF;
}
.dropdown-menu &gt; li &gt; a:hover{
	color: #FFFFFF;
}
/* header-main-search */
.header-main-search{
	height: 41px;
	position: relative;
	margin: 7px 0;
}
.header-main-search input{
	position: absolute;
	right: 0;
	width: 100%;
	background: #ffffff;
	height: 41px;
	padding: 9px 10px;
	color: #696e6e;
	border: 2px solid #f2f2f2;
	border-radius: 4px;
	outline: none;
	resize: none;
	padding-right: 35px;
}
.header-main-search button{
	position: absolute;
	right: 7px;
	height: 100%;
	top: 0;
	margin-top: 0;
	font-size: 24px;
	line-height: 41px;
	background-color: transparent;
	color: #bdc3c7;
	cursor: pointer;
}
.header-main-search button:hover{
	color: #000000;
}

/* header-nav */
.navbar{
	margin-bottom: 0;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.u-navbar-style{ 
	border-radius: 0px;
	background-color: #ffffff;
	color: #000000;
	border-left: 0px;
	border-right: 0px;
	border-color: #ffffff;
}
.navbar-brand {
	float: left;
	height: 100px;
	padding: 0;
}

.u-navbar-style &gt; div &gt; div.animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: none;
	animation-duration: 1s;
	animation-fill-mode: none;
}

.navbar-default .navbar-nav &gt; li &gt; a:focus, 
.navbar-default .navbar-nav &gt; li &gt; a:hover{
	color: #000000;
	background-color: #ffffff;
}

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:focus,
.navbar-default .navbar-nav &gt; .active &gt; a:hover {
	color: #000000;
	background-color: #ffffff;
}

.navbar-default .navbar-nav &gt; li &gt; a{
	font-size: 16px;
	color: #777777;
}

.navbar-default .navbar-nav &gt; .open &gt; a, 
.navbar-default .navbar-nav &gt; .open &gt; a:focus, 
.navbar-default .navbar-nav &gt; .open &gt; a:hover {
	color: #000000;
	background-color: #ffffff;
}

.navbar-nav &gt; li &gt; .u-dropdown-menu-bg {
	background: none;
	border: 0px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 8px 0 0 0;
}

.navbar-nav &gt; li &gt; .u-dropdown-menu-bg &gt; ul {
	border: 0;
	border-top: 0;
	background-color: #000000;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-nav &gt; li &gt; .u-dropdown-menu-bg &gt; ul &gt; li &gt; a {
	display: block;
	word-break:keep-all;           /* 不换行 */
	white-space:nowrap;          /* 不换行 */
	padding: 10px 20px 10px 20px;
	list-style: none;
	text-decoration: none;
	color: #ffffff;
}
.navbar-nav &gt; li &gt; .u-dropdown-menu-bg &gt; ul &gt; li &gt; a:hover,
.navbar-nav &gt; li &gt; .u-dropdown-menu-bg &gt; ul &gt; li &gt; a:focus,
.navbar-nav &gt; li &gt; .u-dropdown-menu-bg &gt; ul &gt; li.open &gt; a {
	background-color: #000000;
	color: #033b98;
}
.dropdown-submenu &gt; .dropdown-menu {
	border-radius: 0;
	border: 0;
	padding: 0;
	margin-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: 200px;
}
.dropdown-submenu .dropdown-menu a {
	color: #ffffff;
	word-break:keep-all;           /* 不换行 */
	white-space:nowrap;          /* 不换行 */
	padding: 10px 20px 10px 10px;
	background-color: #000000;
}
.dropdown-submenu .dropdown-menu a:hover,
.dropdown-submenu .dropdown-menu a:focus,
.dropdown-submenu .dropdown-menu &gt; ul &gt; li.open &gt; a {
	background-color: #000000;
	color: #033b98;
}
.dropdown-submenu .dropdown-menu &gt; .active &gt; a,
.dropdown-submenu .dropdown-menu &gt; .active &gt; a:focus,
.dropdown-submenu .dropdown-menu &gt; .active &gt; a:hover {
	background-color: #000000;
	color: #033b98;
}


.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
	color: #033b98;
}

.navbar-nav &gt; li &gt; .u-dropdown-menu-bg &gt; ul &gt; li.open &gt; ul &gt; li.open &gt; a,
.navbar-nav &gt; li &gt; .u-dropdown-menu-bg &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover, 
.navbar-nav &gt; li &gt; .u-dropdown-menu-bg &gt; ul &gt; li &gt; ul &gt; li &gt; a:focus {
	color: #033b98;
}

/* slider */
.my-slider{
	position: relative; 
	overflow: hidden;
	height: calc(100vw/2.96);
}
.my-slider ul{width:500%;}
.my-slider ul li{
	float:left;
	width:20%;
	position: relative; 
}
.my-slider ul li h2{
	position: absolute;
	display: inline-block;
	text-align: center;
	width: 100%;
	left: 0;
	top: 220px;
	z-index: 2;
	color: #ffffff;
	font-size: 100px;
	font-size: 10rem;
	font-weight: 700;
}
/* home-body-main */
.home-body-main{
	background-color: #ffffff;
}

/* home-product-category-list */
.home-product-category-list{
	padding: 40px 0;
}
.home-product-category-item{
	position: relative;
	border: 1px solid #dddddd;
	margin: 15px 0;
}
.home-product-category-item h2{
	font-size: 30px;
	font-size: 3rem;
}
.home-product-category-item a{
	position: absolute;
	z-index: 2;
	top: 100px;
	left: 20px;
	text-decoration: none;
	color: #000000;
}
.home-product-category-item a:hover{
	color: #033b98;
}
/* home-fixed-banner-1 */
.home-fixed-banner-1{
	width: 100%; 
	
	padding: 10px 0; 
	background: url(../images/home-fixed-banner-1.jpg) center no-repeat; 
	/* background-size: cover; */ 
	background-attachment: fixed; 
	overflow: hidden;
}
.home-fixed-banner-1-main{
	width: 100%;
	margin: 0 auto;
	color: #ffffff;

}
.home-fixed-banner-1-title h2{
	text-align: center;
	font-size: 60px;
	font-size: 6rem;
	margin-top: 150px;
	margin-bottom: 30px;
}
.home-fixed-banner-1-content{
	font-weight: 300;
	padding: 50px;
	line-height: 38px;
	font-size: 22px;
	font-size: 2.2rem;
}
/* home-fixed-banner-2 */
.home-fixed-banner-2{
	width: 100%; 

	padding: 10px 0; 
	background: url(../images/home-fixed-banner-2.jpg) center no-repeat; 
	/* background-size: cover; */ 
	background-attachment: fixed; 
	overflow: hidden;
}
.home-fixed-banner-2-main{
	width: 100%;
	margin: 0 auto;
	color: #ffffff;

}
.home-fixed-banner-2-title h2{
	text-align: center;
	font-size: 60px;
	font-size: 6rem;
	margin-top: 150px;
	margin-bottom: 30px;
}
.home-fixed-banner-2-content{
	font-weight: 300;
	padding: 50px;
	line-height: 38px;
	font-size: 22px;
	font-size: 2.2rem;
}
/* home-fixed-banner-3 */
.home-fixed-banner-3{
	width: 100%; 

	padding: 10px 0; 
	background: url(../images/home-fixed-banner-3.jpg) center no-repeat; 
	/* background-size: cover; */ 
	background-attachment: fixed; 
	overflow: hidden;
}
.home-fixed-banner-3-main{
	width: 100%;
	margin: 0 auto;
	color: #ffffff;

}
.home-fixed-banner-3-title h2{
	text-align: center;
	font-size: 60px;
	font-size: 6rem;
	margin-top: 150px;
	margin-bottom: 30px;
}
.home-fixed-banner-3-content{
	font-weight: 300;
	padding: 50px;
	line-height: 38px;
	font-size: 22px;
	font-size: 2.2rem;
}
/* public css*/
.home-title{
	margin: 50px 0;
	text-align: center;
}
.home-title h2{
	font-weight: 400;
	
	color: #000000;
	margin: 0;
}
.list-product-border{
	width: 100%;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
.list-product-img{
	border: 1px solid #dddddd;
}
.list-product-text{
	width: 100%;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.list-product-title a{
	color: #000000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
	line-height: 50px;
}
.list-product-title a:hover{
	color: #033b98;
}
.list-product-noid{
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}
.list-product-button{
	display: inline-block;
	padding: 16px 0;
}
.list-product-button .default_button{
	background: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
}
.list-product-button .default_button i{
	margin-right: 10px;
}
.list-product-button .default_button:hover{
	background: #033b98;
	border: 1px solid #033b98;
	color: #fff;
}

/* home-news-list */
.home-news-list{
	margin-bottom: 50px;
}
.home-news-title a{
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.home-news-title a:hover{
	color: #033b98;
}
.home-news-title a h3{
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
}
.home-news-content{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}


/* home-hot-product-list */
.home-hot-product-list{
	margin-top: 0px;
}
/* home-news-product-list */
.home-news-product-list-bg{
	background-color: #212121;
}
.home-news-product-list-bg .home-title h2{
	color: #ffffff;
}
.home-news-product-list-bg .list-product-border{
	width: 100%;
	margin-bottom: 20px;
	background-color: #212121;
}
.home-news-product-list-bg .list-product-img{
	border: 0px solid #212121;
}
.home-news-product-list-bg .list-product-text{
	width: 100%;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.home-news-product-list-bg .list-product-title a{
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
	line-height: 50px;
}
.home-news-product-list-bg .list-product-title a:hover{
	color: #fff;
}
.home-news-product-list-bg .list-product-noid{
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}
.home-news-product-list-bg .list-product-button{
	display: inline-block;
	padding: 16px 0;
}
.home-news-product-list-bg .list-product-button .default_button{
	background: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
}
.home-news-product-list-bg .list-product-button .default_button i{
	margin-right: 10px;
}


/* home-links-img */
.home-links-img{
	margin-bottom: 50px;
}
.home-links-img &gt; div.col-lg-1{
	padding: 0 5px;
}


.second-navigation{
	background-color: #f2f4f5;
	padding: 16px 0;
	font-size: 13px;
}
.second-navigation span{
	color: #292f38;
}
.second-navigation span a{
	color: #292f38;
	text-decoration: none;
}
.second-navigation span a:hover{
	color: #033b98;
}
.second-navigation span i{
	margin: 0 6px;
}
.other-body{
	padding-top: 30px;
	background-color: #ffffff;
}

/* other-left-border */
.other-left-title{
	color: #000000;
	font-size: 30px;
	font-size: 3rem;

	margin-bottom: 20px;
}
.other-left-main ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}
.other-left-main ul li a{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}
.other-left-main ul li a:hover{
	color: #033b98;
}


/* .other-left-border{
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.10);
	margin-bottom: 30px;
}
.other-left-title{
	background-color: #323a45;
	border-radius: 4px 4px 0 0;
	padding: 10px 16px;
}
.other-left-title span{
	color: #FFFFFF;
	font-size: 24px;
}
.other-left-main{
	padding: 12px;
}
.other-left-main ul li{
	position: relative;
	color: #292f38;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.other-left-main ul li a{
	display: block;
	border-bottom: 1px solid #ecf0f1;
	padding: 10px 0;
	color: #292f38;
	text-decoration: none;
	font-size: 16px;
}
.other-left-main ul li a:hover{
	color: #E74C3C;
}
.other-left-main ul li a span{
	display: block;
	background-color: #ecf0f1;
	border-radius: 4px;
	width: 23px;
	height: 23px;
	line-height: 23px;
	position: absolute;
	right: 0;
	top: 22px;
	margin-top: -11.5px;
}
.other-left-categories-list{
	padding: 12px;
}
.other-left-categories-list ul li{
	position: relative;
	color: #292f38;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.other-left-categories-list ul li a{
	display: block;
	padding: 10px 0;
	color: #292f38;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 1px solid #ecf0f1;
}
.other-left-categories-list ul li a:hover{
	color: #E74C3C;
}
.other-left-categories-list ul li a span{
	display: block;
	background-color: #ecf0f1;
	border-radius: 4px;
	width: 23px;
	height: 23px;
	line-height: 23px;
	position: absolute;
	right: 0;
	top: 22px;
	margin-top: -11.5px;
}
.other-left-categories-list &gt; ul &gt; li ul{
	display: none;
}
.other-left-categories-list &gt; ul &gt; li ul li{
	padding-left: 12px;
}
.other-left-categories-list &gt; ul &gt; li ul li a{
	font-weight: 300;
}
.other-left-categories-list &gt; ul &gt; li.active &gt; a,
.other-left-categories-list &gt; ul &gt; li.active &gt; ul &gt; li.active &gt; a{
	color: #E74C3C;
}
.span-down{
	transform:rotate(90deg);
}

.other-left-new-product{
	padding-bottom: 20px;
	padding-top: 20px;
}


#owl-other-left-news-product .owl-controls{
	position: relative;
	z-index: 1;
	top: 0px;
	right: auto;
	margin-top: 0;
}
#owl-other-left-news-product .owl-buttons div{
	color: #6c6e74;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 10px;
	padding: 2px 13px;
	font-size: 1.25em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ecf0f1;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
#owl-other-left-news-product .owl-buttons div:hover{
	color: #FFFFFF;
	background: #E74C3C;
}

#owl-other-left-news-product .owl-buttons div i{
	font-size: 1.25em;
	line-height: inherit;
} */


.other-right-title{
	border-bottom: 2px solid #dddddd;
	margin-bottom: 30px;
}
.other-right-title h2{

	padding: 20px 0;
}
.other-right-text{
	padding-bottom: 30px;
	line-height: 24px;
	overflow: hidden;
}
.other-right-text h1{
	margin-bottom: 30px;
}
.other-right-text-tips{
	color: #E74C3C;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 16px;
}
.other-right-text-img{
	float: left;
	display: block;
	border: 10px solid #fff;
	z-index: 1;
	background: #fff;
	box-shadow: none;
	border-radius: 4px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.other-right-list ul li{
	border-bottom: 1px solid #e2e6e7;
	padding-bottom: 30px;
	margin-top: 30px;
}




.other-right-list-img{
	/* float: left;
	display: block;
	border: 10px solid #fff;
	z-index: 1;
	background: #fff;
	box-shadow: none;
	border-radius: 4px;
	margin-bottom: 10px;
	margin-right: 20px; */
}
.other-right-list-img img{
	/* vertical-align: top;
	max-width: 100%; */
}
.other-right-list-main{
	color: #697174;
	font-size: 13px;
	font-size: 1.3rem;
}
.other-right-list-main a{
	color: #292f38;
	text-decoration: none;
}
.other-right-list-main a:hover{
	color: #033b98;
}
.other-right-list-main h4{
	font-weight: normal;
	font-size: 22px;
	font-size: 2.2rem;
}
.other-right-list-main i{
	margin-right: 10px;
}
.other-right-list-main hr{
	border-top: 1px solid #ecf0f1;
	margin: 8px 0;
}
.other-right-list-main p span a{
	padding-left: 10px;
	color: #2f2f38;
}
.other-right-list-main p span a:hover{
	color: #033b98;
}
.other-right-list-main-more a{
	font-weight: 300;
	font-size: 18px;
	font-size: 1.8rem;
	color: #033b98;
}
.other-right-list-main-more a:hover{
	color: #000000;
}

/* other-right-case */
.other-right-case{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-bottom: 30px;
	cursor: pointer;
}
.other-right-case img{
	position:relative;
	width:100%;
	top:0;
	left:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.other-right-case .other-right-case-text{
	background:rgba(51,51,51,.5);
	width:100%;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.other-right-case .other-right-case-text h3,
.other-right-case .other-right-case-text p{
	position:relative;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.other-right-case .other-right-case-text a{
	text-decoration: none;
}
.other-right-case .other-right-case-text h3{
	padding:10px 15px;
	width:100%;
	/* background:#333; */
	color:#fff;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight:700;
	text-align: center;

	margin-top:40px;
	margin-bottom:10px;
}
.other-right-case .other-right-case-text p{
	padding:0 15px;
	font-size:16px;
	font-size: 1.6rem;
	font-weight: 300;
	text-align: center;
	margin-bottom:10px;
	line-height:1.2;
	color:#fff;
	-webkit-transition-delay:.1s;
	-moz-transition-delay:.1s;
	-o-transition-delay:.1s;
	transition-delay:.1s;
	text-indent:10px
}
.other-right-case:hover .other-right-case-text p,
.other-right-case:hover .other-right-case-text h3{
	opacity:1;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1)
}
.other-right-case:hover .other-right-case-text{
	visibility:visible;
	opacity:1
}



.product-img-border{
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
.sp-thumbs{
	padding-top: 10px;
}
.product-parameter{
	color: #787F87;
	font-weight: 300;
	font-size: 15px;
	font-size: 1.5rem;
}
.product-parameter span{
	color: #787F87;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
}
.product-parameter-one{
	border-bottom: 1px solid #E2E6E7;
	padding-bottom: 15px;
	margin-top: 15px;
}
.product-parameter-one h1{
	font-weight: normal;
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #000000;
}
.product-parameter-tag{
	margin-right: 15px;
	word-wrap: break-word; 
	word-break: normal;
	color: #E74C3C;
	text-decoration: none;
}
.product-parameter-tag:hover{
	color: #323A45;
	text-decoration: none;
}
.product-parameter-profile{
	margin-top: 5px;
	font-size: 15px;
	font-size: 1.5rem;
}



.product-parameter-button{
	background: #0a0a0a;
	border: 1px solid #0a0a0a;
	color: #fff;
	box-shadow: 0 3px 0 #000000;
	margin-right: 18px;
}
.product-parameter-button:hover{
	background: #033b98;
	border: 1px solid #033b98;
	color: #fff;
	box-shadow: 0 3px 0 #001e54
}


.product-parameter-share{
	margin-top: 15px;
}


.product-show-title{
	color: #000000;
	padding: 10px 20px;
	font-size: 30px;
	font-size: 3.0rem;
	border-top: 2px solid #dddddd;
	padding-top: 50px;
}
.product-show-title-2{
	border-top: 2px solid #dddddd;
	color: #323A45;
	padding: 50px 0;
	font-size: 30px;
	font-size: 3.0rem;
}
.product-directions-text{
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	padding: 20px;
}
.product-inquiry-form{
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	padding: 20px;	
}




#message{
	margin-bottom: 30px;
}
#message .form-group label{
	font-weight: normal;
	font-size: 15px;
	font-size: 1.5rem;
	color: #696E6E;
}
#message .form-group label span{
	margin-left: 10px;
	color: red;
}
#message .form-control{
	background: #f5f7f8;
	height: 41px;
	padding: 9px 10px;
	color: #696e6e;
	border: 2px solid #e4e4e2;
	box-shadow: none;
}
#message .form-control:focus {
	border-color: #033b98;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#message textarea#feedback{
	height: 200px;
}
#message textarea#inquiry{
	height: 200px;
}
#message .form-group .input-group .new-input-group-addon{
	padding: 0 4px;
	line-height: 1;
	background-color: #f3fbfe;
	border: 2px solid #e4e4e2;
	border-radius: 4px;
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width:130px;
}
#message .form-group .input-group .new-input-group-addon img{
	cursor: pointer;
}
#message .btn-submit{
	background: #0a0a0a;
	border: 1px solid #0a0a0a;
	color: #fff;
	box-shadow: 0 3px 0 #000000;
}
#message .btn-submit:hover{
	background: #033b98;
	border: 1px solid #033b98;
	color: #fff;
	box-shadow: 0 3px 0 #001e54
}
#message .btn-reset{
	background: #0a0a0a;
	border: 1px solid #0a0a0a;
	color: #fff;
	box-shadow: 0 3px 0 #000000;
}
#message .btn-reset:hover{
	background: #033b98;
	border: 1px solid #033b98;
	color: #fff;
	box-shadow: 0 3px 0 #001e54
}
#message .feedback-tips{
	color: red;
	line-height: 22px;
	padding-top: 20px;
}


/* footer */
.footer-part{
	background-color: #f2f2f2;
	padding: 40px 0 20px 0;
	color: #777777;
}
.footer-part .share-button{
	margin: 20px 0 0 0;
}
.footer-part a{
	color: #777777;
	text-decoration: none;
}
.footer-part a:hover{
	color: #000000;
}
.footer-title{
	margin-bottom: 30px;
}
.footer-title h5{
	color: #000000;
	margin-bottom: 30px;
	font-size: 22px;
	font-size: 2.2rem;

}
.footer-content-part{
	padding-bottom: 20px;
}
.footer-links{
	padding-bottom: 20px;
}
.footer-links a{
	display: block;
	border-bottom: 1px solid #777777;
	padding: 8px 0;
	width: 100%;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
}

.footer-tags{
	padding-bottom: 50px;
}
.footer-tags a{
	margin-right: 10px;
	line-height: 26px;
	color: #777777;
	font-size: 14px;
	font-size: 1.4rem;
}

.copyright{
	background-color: #e3e3e3;
	border-top: 1px solid #dedede;
}
.copyright-info{
	color: #777777;
	padding: 20px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

/*分页样式*/
.paginations { 
	text-align: right;
	margin: 20px 0;
}
.paginations .totalpage, .paginations li a{
	padding: 4px 10px;
	border: 1px solid #777777;
	background: #ffffff;
	margin: 0 3px;
	color: #292f40;
	border-radius: 0;
}
.paginations .totalpage:hover, .paginations li a:hover{ 
	border: 1px solid #033b98;
	color: #292f40;
	background-color: #ffffff;
}
.paginations li a:hover{ 
	border: 1px solid #033b98;
	color: #033b98;
	background: #ffffff;
}
.paginations .active span{
	padding: 4px 10px;
	margin: 0 3px;
	border: 1px solid #033b98;
	color: #033b98;
	background: #ffffff;
	border-radius: 0;
}
.paginations .active span:hover{ 
	border: 1px solid #033b98;
	color: #033b98;
	background: #ffffff;
}
.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}




.search_tips{
	color: #d00545;
	font-weight: 300;
	font-size: 18px;
	background-color: #ffffff;
	border: 2px solid #e4e4e2;
	border-radius: 0;
	padding: 15px 20px;
}
.search_keyword{
	color: #d00545;
}
</pre></body></html>