html {
	margin:0;
	padding:5px;
	border-left:5px #BB121E solid;
	text-align:center;
	background-color:#FFFFFF;
}
body {
	/*min-width:280px;*/
	max-width:1000px;
	margin:0 auto;
	padding:0;
	line-height:200%;
	color:#3F4A50;
	text-align:left;
}
@font-face {
    font-family:"Tahomai";
    src:url("Tahomai.eot"); /* IE9 */
    src:url("Tahomai.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("Hum777i.woff") format("woff"), /* chrome、firefox */
    url("Hum777i.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    /*url("Tahomai.otf"), */
    url("Hum777i.svg#Tahomai") format("svg"); /* iOS 4.1- */
	font-display:swap;
}
body {
	font-family:"Tahomai","PMingLiU","MingLiU";
	font-smooth:always;
	-o-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	/*
	text-shadow:0px 0px 1px rgba(0, 0, 0, 0.004);
	text-rendering:optimizeLegibility !important;
	-webkit-font-smoothing:antialiased !important;
	*/
}
img {
	border:none;
	/*以下解决图片缩放模糊方法一*/
	/*
	backface-visibility:hidden;
	-o-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	*/
	/*以下解决（背景）图片缩放模糊方法二*/
	/*
	image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering:crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;
	*/
	
	/*以下解决图片缩放模糊方法三*/
	filter:blur(0);
	-o-filter:blur(0);
	-ms-filter:blur(0);
	-webkit-filter:blur(0);
	-moz-filter:blur(0);
	
	transform:translateZ(0);
	-o-transform:translateZ(0);
	-ms-transform:translateZ(0);
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
}
a {
	color:#0099CC;
	text-decoration:none;
}
a:hover {
	color:#F3B306 !important;
}
img, a, b, span, u, i {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
}
form, div, p, ul, ol {
	margin:15px auto;
	padding:0;
}

.contact_form {
	background-color:#EEEEEE;
	min-width:260px;
	max-width:685px;
	padding:10px;
	line-height:normal;
}
.contact_textarea {
	margin:0;
	border:1px #BBBBBB solid;
}
.contact_textarea textarea {
	margin:0;
	padding:0;
	border:none;
	line-height:30px;
	width:100%;
	outline:none;
	resize:vertical;
	overflow-y:auto;
}
.contact_button {
	margin-bottom:0;
}
.s, .t, .foot, .logo {
	margin:15px 5px;
}
#top.logo {
	margin-top:-5px; 
	padding-top:20px;
}
button {
	line-height:normal;
}
.lang {
	float:right;
	margin-top:7px;
	color:#CCCCCC;
	height:23px;
	line-height:20px;
	overflow:hidden;
	padding:3px;
	font-size:93.75%;
	background-color:#FFFFFF;
	border:1px #EEEEEE solid;
	
	border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.lang a {
	color:#C9C3A3;
	margin:0 3px 0 1px;
}
.lang_en {
	/*letter-spacing:-1px;*/
}

@font-face {
    font-family: "AaJueXingHei-40J-2";
    src: url("slogan/AaJueXingHei-40J-2.eot"); /* IE9 */
    src: url("slogan/AaJueXingHei-40J-2.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("slogan/AaJueXingHei-40J-2.woff") format("woff"), /* chrome、firefox */
    url("slogan/AaJueXingHei-40J-2.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("slogan/AaJueXingHei-40J-2.svg#AaJueXingHei-40J-2") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

.slogan {
	/*
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	*/
	font-size:81.25%;
	font-family:"AaJueXingHei-40J-2", "Tahomai";
	color:#FFFFFF;
	background-color:#fc6b47;
	line-height:100%;
	/*
	box-shadow:0 0 4px #fc6b47;
	-o-box-shadow:0 0 4px #fc6b47;
	-ms-box-shadow:0 0 4px #fc6b47;
	-webkit-box-shadow:0 0 4px #fc6b47;
	-moz-box-shadow:0 0 4px #fc6b47;
	*/
}
.logo img#logo {
	height:50px;
}
.name_ {
	color:#3F4A50;
	cursor:pointer;
	display:inline;
	vertical-align:baseline;
}
#nav {
	max-width:1000px;
	width:100%;
	height:36px;
	
	display:-webkit-flex; 
	display:flex;
	
	flex-wrap:nowrap; 
	-o-flex-wrap:nowrap; 
	-ms-flex-wrap:nowrap; 
	-webkit-flex-wrap:nowrap; 
	-moz-flex-wrap:nowrap; 
	
	flex-direction:row; 
	-o-flex-direction:row; 
	-ms-flex-direction:row; 
	-webkit-flex-direction:row; 
	-moz-flex-direction:row; 
	
	justify-content:space-around; 
	-o-justify-content:space-around; 
	-ms-justify-content:space-around; 
	-webkit-justify-content:space-around; 
	-moz-justify-content:space-around; 

	font-size:93.75%;
	
	clear:both;
	/*border-bottom:2px #E9E4E4 solid;*/
	text-shadow:1px 1px 0 #EEEEEE;
	-o-text-shadow:1px 1px 0 #EEEEEE;
	-ms-text-shadow:1px 1px 0 #EEEEEE;
	-webkit-text-shadow:1px 1px 0 #EEEEEE;
	-moz-text-shadow:1px 1px 0 #EEEEEE;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(Color='#EEEEEE', Direction=135, Strength=1);*/
	background:#FFFFFF url(../_img/nav_bj.gif) 0 100% repeat-x;
}
.nav_fixed {
	position:fixed;
	top:0; 
	z-index:9; 
	margin:0; 
	box-shadow:0px 0px 10px #CCCCCC;
	-o-box-shadow:0px 0px 10px #CCCCCC;
	-ms-box-shadow:0px 0px 10px #CCCCCC;
	-webkit-box-shadow:0px 0px 10px #CCCCCC;
	-moz-box-shadow:0px 0px 10px #CCCCCC;
	clip:rect(0px 1000px 46px 0px);
	clip:rect(0px, 1000px, 46px, 0px);
}
#nav .nobr {
	word-break:keep-all;
	white-space:nowrap;
}
#nav a {
	word-break:keep-all;
	white-space:nowrap;	
	
	height:32px;
	line-height:32px;
	color:#BB121E;
	font-weight:bold;
	text-align:center;

	padding-left:15px;
	padding-right:15px;

	overflow:hidden;
	border-top:2px #FFFFFF solid;
	border-bottom:2px #B9083A solid;
	
	border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	
	border-bottom-left-radius:0px;
	-o-border-bottom-left-radius:0px;
	-ms-border-bottom-left-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-bottom-left-radius:0px;
	
	border-bottom-right-radius:0px;
	-o-border-bottom-right-radius:0px;
	-ms-border-bottom-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-bottom-right-radius:0px;
	
	text-shadow:1px 1px 0 #EEEEEE;
	-o-text-shadow:1px 1px 0 #EEEEEE;
	-ms-text-shadow:1px 1px 0 #EEEEEE;
	-webkit-text-shadow:1px 1px 0 #EEEEEE;
	-moz-text-shadow:1px 1px 0 #EEEEEE;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(Color='#EEEEEE', Direction=135, Strength=1);*/
}
#nav a#nav_is {
	padding-bottom:2px;
	border:2px #B9083A solid;
	border-bottom:none;
	background-color:#FFFFFF;
	position:relative;
	padding-left:30px;
	padding-right:30px;
}
#nav a.sideborderl, #nav a.sideborderr {
	padding:0 !important;
	border:none !important;
	width:10px;
	height:10px;
	line-height:0;
	margin-top:26px;
	position:relative;
	top:0;
	z-index:1;
	clear:both;
	border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
/*--------*/
#nav.nav_en a#nav_is {
/*
	padding-left:15px;
	padding-right:15px;
*/
}
/*--------*/
#nav a.sideborderl {
	left:2px;
	margin-left:-2px;
}
#nav a.sideborderr {
	left:-2px;
	margin-right:-2px;
}
#nav a.sideborderl i, #nav a.sideborderr i {
	display:block;
	width:10px;
	height:10px;
	overflow:hidden;
	background-color:#FFFFFF;
}
#nav a.sideborderl i b, #nav a.sideborderr i b {
	display:block;
	width:8px;
	height:8px;
	overflow:hidden;
	border-bottom:2px #B9083A solid;
}
#nav a.sideborderl i b {
	float:right;
	border-right:2px #B9083A solid;
	border-bottom-right-radius:10px;
	-o-border-bottom-right-radius:10px;
	-ms-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
}
#nav a.sideborderr i b {
	float:left;
	border-left:2px #B9083A solid;
	border-bottom-left-radius:10px;
	-o-border-bottom-left-radius:10px;
	-ms-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
}
.menu {
	line-height:normal;
}
.menu a {
	font-weight:bold;
	color:#F3B306;
	padding:5px 45px;
	border:1px #E9E4E4 dotted;
	background-color:#FFFFFF;
	margin-right:15px;
	
	text-shadow:1px 1px 0 #EEEEEE;
	-o-text-shadow:1px 1px 0 #EEEEEE;
	-ms-text-shadow:1px 1px 0 #EEEEEE;
	-webkit-text-shadow:1px 1px 0 #EEEEEE;
	-moz-text-shadow:1px 1px 0 #EEEEEE;
}
.menu a:hover, 
.menu a:active {
	color:#FF6600;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(Color='#E9E4E4', Direction=0, Strength=10)
progid:DXImageTransform.Microsoft.Shadow(Color='#E9E4E4', Direction=90, Strength=10)
progid:DXImageTransform.Microsoft.Shadow(Color='#E9E4E4', Direction=180, Strength=10)
progid:DXImageTransform.Microsoft.Shadow(Color='#E9E4E4', Direction=270, Strength=10);*/
	box-shadow:0px 0px 5px #E9E4E4;
	-o-box-shadow:0px 0px 5px #E9E4E4;
	-ms-box-shadow:0px 0px 5px #E9E4E4;
	-webkit-box-shadow:0px 0px 5px #E9E4E4;
	-moz-box-shadow:0px 0px 5px #E9E4E4;
}
.menu a.PY {
	font-size:93.75%;
	font-weight:lighter;
	margin-right:0 !important;
}
.menu b {
	color:#FFFFFF;
	background-color:#E9E4E4;
	padding:5px 45px;
	margin-right:0 !important;
	/*
	text-shadow:1px 1px 0 #EEEEEE;
	-o-text-shadow:1px 1px 0 #EEEEEE;
	-ms-text-shadow:1px 1px 0 #EEEEEE;
	-webkit-text-shadow:1px 1px 0 #EEEEEE;
	-moz-text-shadow:1px 1px 0 #EEEEEE;
	*/
}

/*判断手机浏览*/
@media screen and (orientation:portrait) and (max-device-width:600px), screen and (orientation:landscape) and (max-device-width:800px) {
#top {
	clear:both;
}
}

@media (max-width:600px) {
.lang {
	background-color:#fc6b47;
	color:#FFFFFF;
	border:none;
	box-shadow:0 0 4px #fc6b47;
	-o-box-shadow:0 0 4px #fc6b47;
	-ms-box-shadow:0 0 4px #fc6b47;
	-webkit-box-shadow:0 0 4px #fc6b47;
	-moz-box-shadow:0 0 4px #fc6b47;
}
.lang a {
	color:#FFFFFF;
}
.slogan {
	display:none;
}
#nav a {
	padding-left:15px;
	padding-right:15px;
}
#nav a#nav_is {
	padding-left:10px;
	padding-right:10px;
}
#nav.nav_en a {
	padding-left:5px;
	padding-right:5px;
}
#nav.nav_en a#nav_is {
	padding-left:2px;
	padding-right:2px;
}
#nav a.sideborderl, #nav a.sideborderr {
	padding:0;
}
.menu a, .menu b {
	padding-left:15px;
	padding-right:15px;
}
.menu a.PY {
	margin-right:0;
}
}




.foot {
	text-align:center;
	color:#3E3E3E;
	font-size:81.25%;
}
.foot a {
	color:#666666;
}
a.service_type {
	color:#333333;
}
.etop {
	text-align:center;
}
.etop2 {
	text-align:left;
	padding:5px 15px;
	border:1px #D9D9C4 solid;
	background-color:#FFFFE1;
	font-size:87.5%;
	color:#633F3B;
	line-height:180%;
	
	border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	
	border-bottom-right-radius:0px;
	-o-border-bottom-right-radius:0px;
	-ms-border-bottom-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-bottom-right-radius:0px;
	
	text-shadow:1px 1px 0 #FFFFFF;
	-o-text-shadow:1px 1px 0 #FFFFFF;
	-ms-text-shadow:1px 1px 0 #FFFFFF;
	-webkit-text-shadow:1px 1px 0 #FFFFFF;
	-moz-text-shadow:1px 1px 0 #FFFFFF;
	
	box-shadow:0px 0px 3px #E5E5E5;
	-o-box-shadow:0px 0px 3px #E5E5E5;
	-ms-box-shadow:0px 0px 3px #E5E5E5;
	-webkit-box-shadow:0px 0px 3px #E5E5E5;
	-moz-box-shadow:0px 0px 3px #E5E5E5;
	
	overflow:hidden;
	/*position:relative;*/
	cursor:pointer;
}
.etop2:hover {
	box-shadow:0px 0px 6px #CFCFB7;
	-o-box-shadow:0px 0px 6px #CFCFB7;
	-ms-box-shadow:0px 0px 6px #CFCFB7;
	-webkit-box-shadow:0px 0px 6px #CFCFB7;
	-moz-box-shadow:0px 0px 6px #CFCFB7;
}


ul, ol {
	margin-left:0;
	margin-right:0;
	padding:0;
}
ol {
	padding-left:32px;
}
li {
	margin:0;
	padding:0;
}
ul li {
	padding-left:16px;
	list-style:none;
	/*list-style:square outside url("../_img/li.gif");*/
	background:url(../_img/li.gif) 6px 15px no-repeat;
}
.link span {
	padding-left:16px;
	background:url(../_img/li.gif) 6px 18px no-repeat;
	/*font-size:93.75%;*/
}
.link a {
	border-bottom:1px #DDDDDD solid;
	line-height:normal;
	margin:5px 0 4px 0;
	
	border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	/*
	transition-property:transform;
	-o-transition-property:transform;
	-ms-transition-property:transform;
	-webkit-transition-property:transform;
	-moz-transition-property:transform;
	
	transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	*/
}
.link a:hover {
	/*border-bottom:1px #FF9933 solid;*/
	/*
	background-color:#FFFFFF;
	transform:scale(1.125);
    -o-transform:scale(1.125);
    -ms-transform:scale(1.125);
    -webkit-transform:scale(1.125);
    -moz-transform:scale(1.125);
	*/
}
.gray {
	color:#999999;
}
.line {
	margin-top:30px;
	height:10px;
	border:none;
	border-top:1px #BBBBBB dotted;
	text-align:right;
	clear:both;
	line-height:0;
}
.line a {
	margin-top:-15px;
	margin-right:10px;
	line-height:0;
	*zoom:1; 
	_position:relative;
	/*white-space:nowrap;
	word-wrap:break-word;*/
}
li u {
	/*white-space:nowrap;
	word-wrap:break-word;*/
}
.thumb {
	text-align:center;
	line-height:normal !important;
	font-size:93.75%;
}
.thumb span {
	text-align:center;
	width:160px;
	height:172px;
}
.thumb img {
	/*padding:1px;
	border:1px #CCCCCC solid;*/;
	margin-bottom:4px;
	width:160px;
	height:120px;
}
#thumbs.thumb img {
	width:120px;
	height:60px;
}
.thumb span a img {
	border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}

.thumb:after {
	content:"" ;
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.m_img img, .thumb img, .send img {
	transition-property:transform;
	-o-transition-property:transform;
	-ms-transition-property:transform;
	-webkit-transition-property:transform;
	-moz-transition-property:transform;

	transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;

	transition-timing-function:ease;
	-o-transition-timing-function:ease;
	-ms-transition-timing-function:ease;
	-webkit-transition-timing-function:ease;
	-moz-transition-timing-function:ease;
}
.m_img:hover img, .thumb span:hover img, .send:hover img {
	position:relative;
	z-index:2;
	transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
#site_d { 
	max-width:268px; 
	min-width:46px;
	position:absolute; 
	z-index:99; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
	-khtml-opacity:0.8; 
	-moz-opacity:0.8; 
	opacity:0.8; 
	display:none; 
}
hr, pre {
	height:0;
	width:0;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	background:none;
	border:none;
	overflow:hidden;
	clear:both;
}
.clear {
	height:0;
	overflow:hidden;
	clear:both;
}
.face_width_705 {
	text-align:center;
}
.face_width_705 img {
	max-width:705px;
	/*max-height:200px;*/ min-width:280px;
	/*min-height:79px;*/ width:100%;
}
.face_width_1000 {
	text-align:center;
}
.face_width_1000 img {
	max-width:1000px;
	min-width:280px;
	width:100%;
}
.face_width_648 {
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
.face_width_648 img {
	max-width:648px;
	min-width:280px;
	width:100%;
}
.face_width_324 {
	text-align:center;
}
.m_img {
	width:324px;
	overflow:hidden;
}
.face_width_324 img {
	width:324px;
	margin-bottom:10px;
}
.index {
/*
	width:324px;
	overflow:hidden;
	*/
}
.index img {
	width:386px !important;
	margin-left:-31px;
	margin-right:-31px;
}
/*
.blockquote {
	text-indent:2em;
}
*/








.hidden {
	display:none;
}


.tel {
	font-size:93.75%;
	padding:0px 10px 0px 30px;
	height:28px;
	line-height:28px;
	border:1px #DBEAE9 solid;
	color:#20B88F;
	
	-o-border-radius:13px;
	-ms-border-radius:13px;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius:13px;
	-o-border-bottom-right-radius:0px;
	-ms-border-bottom-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-o-box-shadow:0px 0px 3px #E6E9E9;
	-ms-box-shadow:0px 0px 3px #E6E9E9;
	-webkit-box-shadow:0px 0px 3px #E6E9E9;
	-moz-box-shadow:0px 0px 3px #E6E9E9;
	box-shadow:0px 0px 3px #E6E9E9;
	
	background-position:5px 50%;
	background-size:26px 26px;
	background-repeat:no-repeat;	
	
	position:relative;
	overflow:hidden;

}
.tel sub, .send sub {
	display:none;
}
.tel:hover {
	-o-box-shadow:0px 0px 6px #CBDEDD;
	-ms-box-shadow:0px 0px 6px #CBDEDD;
	-webkit-box-shadow:0px 0px 6px #CBDEDD;
	-moz-box-shadow:0px 0px 6px #CBDEDD;
	box-shadow:0px 0px 6px #CBDEDD;
}

.tel1 {
	margin-right:5px;
	background-image:url(../_img/tel1.png);
	background-size:28px 28px;
}
.tel2 {
	margin-left:5px;
	background-image:url(../_img/tel2.png);
	background-size:28px 28px;
}

/*
.etop2 {	position:relative;
	overflow:hidden;
}
.etop2:before {
	content:"";
	position:absolute;
	top:0;
	left:-40px;
	z-index:1;
	width:20px;
	height:120px;
	margin-left:10px;
	animation:moveX 5s ease-in-out infinite;
	-o-animation:moveX 5s ease-in-out infinite;
	-ms-animation:moveX 5s ease-in-out infinite;
	-webkit-animation:moveX 5s ease-in-out infinite;
	-moz-animation:moveX 5s ease-in-out infinite;
	transform:skewX(165deg);
background-image:linear-gradient(to right, #FFFFE1, #FFFFFF, #FFFFE1);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=45); 
	-khtml-opacity:0.45; 
	-moz-opacity:0.45; 
	opacity:0.45; 
}
@-webkit-keyframes moveX {
	from {
		left:-40px;
	}
	to {
		left:100%;
	}
}
@-moz-keyframes moveX {
	from {
		left:-40px;
	}
	to {
		left:100%;
	}
}
@keyframes moveX {
	from {
		left:-40px;
	}
	to {
		left:100%;
	}
}
*/

