﻿html {font-family:"微软雅黑", arial, 'Open Sans', sans-serif;-webkit-font-smoothing: antialiased;font-size: 14px; color:#505050;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {margin: 0;padding: 0;outline: 0;border: 0;background: transparent;vertical-align: baseline;}
ul, ol {list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}audio:not([controls]) {display: none;height: 0;}[hidden],template {display: none;}
a {background: transparent;}a:active,a:hover {outline: 0;}abbr[title] {border-bottom: 1px dotted;}b,strong {font-weight: bold;}dfn {font-style: italic;}h1 {font-size: 2em;margin: 0.67em 0;}mark {background: #ff0;color: #000;}small {font-size: 80%;}sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}svg:not(:root) {overflow: hidden;}figure {margin: 1em 40px;}hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}pre {overflow: auto;}
code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;}button {overflow: visible;}button,select {text-transform: none;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}button[disabled],html input[disabled] {cursor: default;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}input {line-height: normal;}input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}legend {border: 0;padding: 0;}textarea {overflow: auto;}optgroup {font-weight: bold;}table {border-collapse: collapse;border-spacing: 0;}td,th {padding: 0;}a{text-decoration: none;color: #005fb4;}.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;-webkit-text-fill-color: #333;}
@media print {* {text-shadow: none !important;color: #000 !important;background: transparent !important;box-shadow: none !important;} a, a:visited {text-decoration: underline;}a[href]:after {content: " (" attr(href) ")";} abbr[title]:after {content: " (" attr(title) ")";} a[href^="javascript:"]:after,a[href^="#"]:after {content: "";} pre,  blockquote {border: 1px solid #999;page-break-inside: avoid;}thead {display: table-header-group;}tr,img {page-break-inside: avoid;}img {max-width: 100% !important;}p, h2, h3 {orphans: 3;widows: 3;} h2,h3 {page-break-after: avoid;}select {background: #fff !important;}}

.transition{transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;-ms-transition: all .3s ease;}

/*header footer*/
.header{background-image:url('../images/bg.jpg'); background-position:center; background-repeat:no-repeat;}

/*导航条*/
.nav {
	width:100%;
	height:40px;
	background-color: #900201;
}
.nav1 {
	display:block;
	width:1096px;
	height:40px;
	margin:0px auto;
	_border-right:1px solid #E0E3E0;
}
.nav1 li {
	position:relative;
	display:block;
	width:136px;
	height:40px;
	float:left;
	display: inline;
	text-align:center;
	vertical-align:middle;
	line-height:40px;
	_border-left:1px solid #E0E3E0
}
.nav1 li a {
	text-decoration:none;
	color:#E5DFDF;
	font-size:15px;
	display:block;
	width:136px;
	height:40px;
}
.nav1 li a:hover {
	background-color:#900201;
}
.nav1 li a.nav_bj {
	background-color:#900201;
}
.nav1 li a img {
	margin-right:5px;
}
.nav1 li ul li {
	background-color:#900201;
	border:0px;
	height:40px;
	text-align:center;
	vertical-align:middle;
	line-height:40px;
	clear:both
}
.nav1 li ul li a {
	font-size:12px;
	height:40px
	
}
.nav1 li ul {
	display:none;
	position:absolute;
	z-index:999;
	left: 0
}
.nav1 li:hover ul {
	display:block
}
.nav1 li ul li a:hover {
	background-color:#fffb00;
	color:#900201;
}

.sy-title {
	font-size:30px;
	color:#900201;
	text-align:center;
	background:url(../images/bor1.png) no-repeat center bottom;
}
.MenuTitle {
    margin-top:-50px;
    color:#fff;
}
    .MenuTitleCn {
        font-size:25px;
        font-weight:bold;
    }
.MenuTitleEn {
    font-size:18px;
}
.TopicTit {
    font-size:23px;
    color:#900201;
    font-weight:bold;
}

.sub_nav {
    border-bottom:1px solid #E9E9E9;
    border-top:1px solid #fff;
}

.sub_nav:hover {
	cursor:pointer;
	background-color:#900201;
}

.sub_nav a {
	display:block;
	text-decoration:none;
	color:#929292;
	font-size:14px;
	float:left
}
.sub_nav a:hover {
	color:#fff;
}








/*产品*/
.photobox{transition: box-shadow 500ms linear,-webkit-transform 500ms linear,-moz-transform 500ms linear,-o-transform 500ms linear,transform 500ms linear,background-color 500ms linear;box-shadow: 0 5px 30px rgba(0,0,0,.1);transform: translate3d(0,-2px,0);background-color: #fff;cursor: pointer;}
.ProBox { width:381px; height:286px; overflow:hidden;}
.photobox a{ color:#5C5A5A;}



.PageNum{ padding:8px; margin:0px 1px 0px 1px; height:18px; color:#000;}
.PageFocusNum{padding:8px 15px; border:1px solid #ffffff; background-color:#9C9C9C; color:#fff; margin:0px 1px 0px 1px;}
.Up{ padding:2px 6px 2px 6px; border:1px solid #ffffff; margin:0px 1px 0px 1px; color:#000;}
.Down{padding:2px 6px 2px 6px; border:1px solid #ffffff; margin:0px 1px 0px 1px;}





.footer1 {
	width:100%;
	height:203px;
	border-bottom:1px solid #900201;
	border-top:3px solid #900201;
	_background-color: #F0F0F0;
	background: url("../images/bottom_bg.jpg")no-repeat scroll 0 0 transparent;
	background-position: center center;
}



