@charset "UTF-8";
/**
 * style.css
 * @author duokan
 * @email duokan@qq.com
 * @date 2025-03-11
 */

/* custom font */
@font-face {
    font-family: 'iconfont';
    src: url('/assets/fonts/iconfont.ttf') format('truetype')
}
.iconfont {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/* Browser Initialization */
a,
audio,
body,
div,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
img,
li,
ol,
p,
span,
ul {
    margin: 0;
    padding: 0
}
a {
    text-decoration: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}
img {
    display: block;
    border: 0
}
li,
ul {
    list-style: none
}
.word {
    font-style: normal;
    font-weight: bold
}
/* colour */
.red {
	color: red
}
.blue {
	color: blue
}
.white {
	color: white
}
/* HTML5 New Elements */
audio,footer,header {
	display: block
}
body {
	font-size: 100%;
	color: #333
}
.container {
	margin: auto;
	width: 1190px
}
.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	clear: both
}
.line {
	width: 100%
}
.line1 {
	border-bottom: solid 1px #e1e1e1;
	height: 34px;
	background-color: #fafafa;
	color: #888;
	font-size: 12px;
	line-height: 34px;
	overflow: hidden
}
.line1 .slogan {
	float: right
}
.line1 .insurance {
	float: left
}
.line1 a {
	color: #888
}
.line2 {
	height: 86px;
	line-height: 86px;
	overflow: hidden
}
.line2 .telephone {
	font-size: 38px;
	float: right
}
.line2 .telephone a {
	color: #9c6531;
	font-weight: bold
}
.line2 .telephone a .thisfont {
	padding-right: .2em;
	color: #636363;
	font-size: 38px
}
.line2 .logo {
	margin-top: 8px;
	float: left
}
.nav {
	height: 50px;
	background-color: #9c6531;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	overflow: hidden
}
.nav a {
	display:inline-table;
	padding-right: 1.5em;
	padding-left: 1.5em;
	color: #fff
}
.nav a:hover,.nav a:active {
	background-color: #835020;
}
/* slider */
.slideBox {
	width: 1190px;
	height: 386px;
	overflow: hidden;
	position: relative
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background-color: #fff;
	cursor: pointer
}
.slideBox .hd ul li.on {
	background-color: #f00;
	color: #fff
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle
}
.slideBox .bd img {
	width: 1190px;
	height: 386px;
	display: block
}
.slideBox .prev,.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url('/assets/images/computer/slider-arrow.png') -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px
}
.slideBox .prev:hover,.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1
}
.slideBox .prevStop {
	display: none
}
.slideBox .nextStop {
	display: none
}
.body {
	/* padding-top: 1.5em */
}
.main {
	width: 650px;
	float: left;
	display: inline
}
/* news */
.news {
	display: block;
	padding-top: 32px;
	padding-bottom: 32px
}
.news .title {
	border-bottom: 1px solid #ccc;
	height: 38px;
	line-height: 38px;
	overflow: hidden
}
.news .title a {
	color: #808080;
	float: right;
	font-size: 12px
}
.news .title h3 {
	color: #9c6531;
	font-size: 20px;
	font-weight: bold
}
.news ul {
	display: block;
	padding-top: .5em;
}
.news ul li {
	display: block;
	height: 38px;
	background:url('/assets/images/computer/dot.jpg') left center no-repeat;
	text-indent: 1em;
	line-height: 38px;
	overflow: hidden
}
.news ul li span {
	float: right;
	color: #808080
}
.news ul li a {
	color: #1a1a1a
}
.news ul li a:hover,.news ul li a:active {
	color: #9c6531
}
/* aside */
.aside {
	margin-left: 30px;
	width: 510px;
	float: left;
	display: inline
}
/* breadcrumb */
.breadcrumb {
	height: 46px;
	background-color: #f1f1f1;
	color: #333;
	line-height: 46px;
	overflow: hidden;
	text-indent: 1em
}
.breadcrumb .thisfont {
	margin-right: 8px;
	color: #636363
}
.breadcrumb a {
	color: #333
}
.breadcrumb a:hover,.breadcrumb a:active {
	color: #9c6531
}
/* navigation */
.navigation {
	display: block;
	padding: 32px 1px 32px 1px
}
.navigation .item {
	margin-top: 1px;
	margin-bottom: 1px;
	border: 1px solid #fff;
	border-radius: 10px;
	width: 252px;
	height: 81px;
	background-color: #eeeeec;
	float: left;
	display: inline
}
.navigation .item .item_left {
	width: 100px;
	height: 81px;
	float: left;
	display: inline
}
.navigation .item .item_left img {
	margin-top: 7px;
	margin-left: 33px
}
.navigation .item .item_right {
	width: 152px;
	height: 81px;
	float: left;
	display: inline
}
.navigation .item .item_right p {
	display: block;
	height: 20px;
	color: #1b1b1b;
	text-align: center;
	line-height: 20px;
	overflow: hidden
}
.navigation .item .item_right .chinese {
	margin-top: 26px;
	font-size: 18px;
	font-weight: bold
}
.navigation .item .item_right .english {
	font-size: 12px;
	text-transform:uppercase
}

/* article */
.article {
	padding: 1.5em 2em 2em 2em
}
.article h1 {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 24px;
	font-weight: bold;
	text-align: center
}
.article .information {
	border-bottom: 1px solid #ccc;
	padding-top: 14px;
	padding-bottom: 14px;
	color: #919191;
	font-size: 12px;
	text-align: center
}
.article .information span {
	margin-right: 5px
}
.article .content {
	padding-top: 20px
}
.article .content .thumbnail {
	padding-right: 12px;
	padding-bottom: 12px;
	width: 222px;
	height: 143px;
	float: left;
	display: inline
}
.article .content .thumbnail img {
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	padding: 10px;
	width: 200px;
	height: 121px
}
.article .content p {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 24px;
	text-indent: 2em
}
.article .content .photo {
	display: block;
	text-indent: 0
}
.article .content .photo img {
	margin: auto;
	max-width: 100%
}
.article .content .title {
	font-weight: bold
}
.article .content .center {
	text-indent: 0;
	text-align: center
}
.article .content em {
	font-style: normal
}


/* single */
.single {
	padding: 16px 32px
}
.single .title {
	border-bottom: 1px dashed #ccc;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 24px;
	text-align: center
}
.single .title h1 {
	font-weight: bolder
}
.single .content {
	padding-top: 24px;
	padding-bottom: 24px
}
.single .content p {
	padding-bottom: 16px;
	padding-bottom: 16px;
	text-indent: 2em
}
.single .environment {
	display: block;
	padding-top: 24px;
	padding-bottom: 14px
}
.single .environment li {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 33.33333%;
	float: left;
	display: inline
}
.single .environment li img {
	margin: auto;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.6s
}
.single .environment li img:hover {
	transform: scale(1.4)
}

/* links */
.links {
    width: 100%;
    display: inline-table;
    padding-top: 2.5em;
    padding-bottom: 2.5em
}
.links li {
    display: inline;
    float: left;
    width: 20%
}
.links li img {
    margin: auto;
    border: 1px solid #ccc
}

/** footer
---------------------------------------------------------------------------- */
.footer {
    border-top: 6px solid #9c6531;
    background-image: url('/assets/images/computer/footer_bg.jpg');
    color: #808080;
    font-size: 12px
}
.footer ul {
    display: block;
    padding-top: 1.3em;
    padding-bottom: 1.3em
}
.footer ul li {
    padding-top: .3em;
    padding-bottom: .3em;
    text-align: center
}
.footer a {
    color: #808080
}
.footer a:hover,
.footer a:active {
    color: #9c6531;
    text-decoration: underline
}
