@charset "utf-8";
/*=============================j_reset=====================================*/

* {
	font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
	padding: 0;
	margin: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html, body {
	width: 100%;
	position: relative;
	height: auto;
	overflow-x: hidden;
}
*[align="center"] {
	margin: 0 auto;
}
html {
	font-size: 62.5%;
}
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-text-size-adjust: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
@font-face {
	font-family: 'j_cn_font';
	src: url('../font/cn/j_cn.eot'); /* IE9*/
	src: url('../font/cn/j_cn.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../font/cn/j_cn.woff') format('woff'), /* chrome、firefox */  url('../font/cn/j_cn.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  url('../font/cn/j_cn.svg#iconfont') format('svg'); /* iOS 4.1- */
}
@font-face {
	font-family: 'j_en_font';
	src: url('../en/font/j_en.eot'); /* IE9*/
	src: url('../en/font/j_en.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../font/en/j_en.woff') format('woff'), /* chrome、firefox */  url('../font/en/j_en.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  url('../font/en/j_en.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.font_en {
	font-family: 'j_en_font';
}
.font_cn {
	font-family: 'j_cn_font';
}
body {
	font-size: 1.6rem; /* =16px */
	min-width: 1240px;
}
::selection {
	background: #0aa284;
	color: #fff;
}

::-moz-selection {
background:#0aa284;
color:#fff;
}

::-webkit-selection {
background:#0aa284;
color:#fff;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight: normal;
}
a, input, img, :focus {
mayfish:expression(this.onfocus=this.blur);
cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/
	outline-style: none;/*FF使用*/
} /*去除a标签带来的虚框*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block
}
ul, li {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input, select {
	vertical-align: middle
}
input {
	padding: 0 5px;
	vertical-align: middle;
	line-height: normal;
}
/*css定义超链接四个状态也有顺序的。*/   

a:link, a:visited {
	text-decoration: none;
	cursor: pointer !important;
}
a:hover, a:active {
	border: none;
	color: #787878;
}
/*辅助样式*/

.fl, .left {
	float: left !important;
}
.fr, .right {
	float: right !important;
}
.no_bg {
	background: none !important;
}
.no_border {
	border: 0 !important;
}
.no_padding {
	padding: 0 !important;
}
.no_margin {
	margin: 0 !important;
}
.no_bg_img {
	background-image: none !important;
}
.border {
	border: 1px solid #dedede;
}
.clear {
	clear: both;
}
.h_x {
	color: #fe0505;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}
.dd {
	background: #d6d7d9;
	border-radius: 50%;
	height: 7px;
	display: inline-block;
	width: 7px;
	margin: 0 10px;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	background: #e0dede;
	margin: 10px 0 30px 0;
	padding: 0
}
.j_bnt {
	display: inline-block;
	border: none;
	background: #3cac4a;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	padding: 0 35px;
}
.j_bnt:hover {
	background: #4bc65a;
	cursor: pointer;
}
.tmd {
	opacity: 1;
	filter: alpha(opacity=100);
}
.icon_dd {
	background: #2d95a2 none repeat scroll 0% 0%;
	border-radius: 50%;
	height: 6px;
	display: inline-block;
	width: 6px;
	margin: 0px 10px;
}
 @-webkit-keyframes pic_mark1 {
 0% {
 left:-5px;
 transform:rotate(5deg);
-webkit-transform:rotate(5deg); /* Safari and Chrome */
-moz-transform:rotate(5deg);
}
 50% {
 left:-10px;
 transform:rotate(0deg);
-webkit-transform:rotate(0deg); /* Safari and Chrome */
-moz-transform:rotate(0deg);
}
 100% {
 left:-5px;
 transform:rotate(-5deg);
-webkit-transform:rotate(-5deg); /* Safari and Chrome */
-moz-transform:rotate(-5deg);
}
}
.pic_mark2 {
	-webkit-animation: owl-next 2s infinite linear;
}
 @-webkit-keyframes pic_mark2 {
 0% {
 transform:rotate(5deg);
-webkit-transform:rotate(5deg); /* Safari and Chrome */
-moz-transform:rotate(5deg);
}
 50% {
 transform:rotate(0deg);
-webkit-transform:rotate(0deg); /* Safari and Chrome */
-moz-transform:rotate(0deg);
}
 100% {
 transform:rotate(-5deg);
-webkit-transform:rotate(-5deg); /* Safari and Chrome */
-moz-transform:rotate(-5deg);
}
}
hover img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg); /* Safari and Chrome */
	-moz-transform: rotateY(180deg); /* Firefox */
}
/*缓动*/

{
-moz-transition: all 0.6s ease-in-out;
 -webkit-transition: all 1s ease-in-out;
 -o-transition: all 1s ease-in-out;
 -ms-transition: all 1s ease-in-out;
 transition: all 1s ease-in-out;
}
#n_fg3 *, #n_fg4 * {
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.nav li .a strong {
	-moz-transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}
#page_gl_active img, #page_gl_active .up_box .pic_box img {
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 3s ease-in-out;
	transition: all 2s ease-in-out;
}
/*缩放*/

#n_video_list li a:hover .pic_box img, #page_yuding dd.li3 .pic_box img {
	-moz-transform: scale(1.1);
	-o-moz-transform: scale(1.1);
	-o-moz-transform: scale(1.1);
	-webkit-moz-transform: scale(1.1);
	transform: scale(1.1);
}
/*缩放*/

.img_size li:hover img, .img_size a:hover img {
	-moz-transform: scale(1.1);
	-o-moz-transform: scale(1.1);
	-o-moz-transform: scale(1.1);
	-webkit-moz-transform: scale(1.1);
	transform: scale(1.1);
}
