@charset "utf-8";
/*Theme Name: Talklee.Com
Author: 非李莫属
Author URI: https://www.talklee.com/
Tags: 扁平化,响应式,简洁黑白色,多设备支持*/
/*html5*/
/*---全局---*/
html {
	min-width: 1200px;
}
body {
	overflow-x: hidden;
	overflow-y: auto;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", 'PingFang SC', 'Myriad Pro', "AvantGarde Bk BT", "Arial", 'Helvetica Neue', 'Helvetica', 'sans-serif';
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
.txtcon p img{
	max-width: 100%;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl, .left {
	float: left;
}
.fr, .right {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.ico {
	background: url(images/ico.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.icon {
	background: url(images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.icon1 {
	background: url(images/icon1.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #3fb150;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}
/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*top_main*/
.head_main_top {
	height: 30px;
	border-bottom: #e5e5e5 solid 1px;
	width: 100%;
	background-color: #fff;
	font-size: 12px;
	line-height: 30px;
	color: #333;
}
.head_main_top .left a {
    margin-right: 8px;
}
.head_main_top i.fa {
    padding-right: 3px;
}
.head_main_top .mbx {
	float: left;
	height: 12px;
	margin-top: 10px;
}
.head_main_top .mbx li {
	font-size: 12px;
	color: #333;
	border-right: #d8d8d8 solid 1px;
	padding: 0 13px;
	display: block;
	float: left;
	height: 12px;
	line-height: 12px;
	position: relative;
}
.head_main_top .mbx li:nth-child(3) {
	border-right: none;
}
.head_main_top .mbx li a:hover p {
	color: #3fb150;
}
.head_main_top .sousuo {
	float: left;
	position: relative;
}
.head_main_top .sousuo .topsearch {
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	text-align: center;
}
.head_main_top .sousuo .topsearch .btn_search {
	display: block;
	width: 12px;
	height: 12px;
	background-position: -282px -130px;
	margin-left: 13px;
	margin-top: 13px;
}
.head_main_top .sousuo .btn_close_main {
	width: 36px;
	height: 36px;
	margin: 0 auto;
	background-color: #d9d9d9;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}
.head_main_top .sousuo .btn_close_main .btn_close {
	width: 12px;
	height: 12px;
	margin-top: 5px;
	margin-left: 0px;
	background-position: -282px -149px;
}
.head_main_nav {
	width: 100%;
	height: 120px;
}
.head_main_nav .logo {
	display: block;
	padding-top: 20px;
}
.head_main_nav .logo a {
	display: block;
}
.head_main_nav .logo img {
	width: 100%;
	height: 100%;
	display: block;
}
.head_main_nav .toprig {
	width: 311px;
	height: 36px;
	margin-top: 38px;
	border: #3fb150 solid 2px;
	overflow: hidden;
}
.head_main_nav .toprig .s_input {
	border: 0;
	height: 36px;
	line-height: 36px;
	width: 254px;
	padding-left: 10px;
}
.head_main_nav .toprig .s_btn {
	border: 0;
	line-height: 36px;
	width: 47px;
	color: #fff;
	height: 36px;
	background-color: #3fb150;
}
.head_main_nav .tel_main {
	float: right;
	margin-top: 35px;
	width: 300px;
}
.head_main_nav .tel_main s {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
	background-position: 0 0;
}
.head_main_nav .tel_main .zx {
	font-size: 14px;
	line-height: 14px;
	color: #333;
}
.head_main_nav .tel_main .webTel {
	margin-top: 12px;
	font-weight: bold;
	font-family: arial;
	font-size: 30px;
	line-height: 24px;
	color: #3fb150;
}
/*header_main*/
.header_main {
	position: relative;
	width: 100%;
	height: 60px;
	z-index: 10;
	background: #3fb150;
}
.nav_main {
	width: 1200px;
	height: 60px;
}
.nav_main .nav {
	width: 100%;
	height: 60px;
	z-index: 12;
}
.nav_main .nav li {
	position: relative;
	float: left;
	width: 150px;
	z-index: 10;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.nav_main .nav li a {
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	display: block;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
}
.nav_main .nav li a i {
	width: 1px;
	height: 12px;
	background-color: #63be70;
	display: block;
	position: absolute;
	right: 0;
	top: 24px;
}
.nav_main .nav li.hover,.nav_main .nav li.active, .nav_main .nav li:hover {
	background-color: #f9a50e;
}
.nav_main .nav li.hover i, .nav_main .nav li.active i, .nav_main .nav li:hover i {
	display: block;
}
.nav_main .nav li.hover a.aLink:before ,.nav_main .nav li.active a.aLink:before{
	width: 100%;
}
.nav_main .nav li:hover a.aLink:before {
	width: 100%;
}
.header_main .tel_main {
	float: right;
	width: 160px;
	height: 110px;
}
.header_main .tel_main .zx {
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.header_main .tel_main .tel {
	font: normal 32px "Vladimir Script";
	line-height: 24px;
	color: #333;
	text-indent: -12px;
}
.nav_main .nav li.hover i,.nav_main .nav li.active i, .nav_main .nav li:hover i {
	display: none;
}
.nav_main .nav li:last-child i {
	display: none;
}
/*导航栏下拉*/
.nav_main li.hover .sub-menu a {
	background: none;
}
.nav_main .nav .sub-menu {
	background: #3fb150;
	height: auto;
	left: 0px;
	top: 60px;
	position: absolute;
	width: 100%;
	z-index: 199;
	border-top: 3px solid #105529;
}
.nav_main .nav .sub-menu {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav .sub-menu li {
	width: 100%;
}
.nav_main .nav .sub-menu .nav1 a {
	color: #fff;
	display: block;
	font-size: 14px;
	text-align: left;
	font-weight: 500;
	line-height: 12px;
	height: 12px;
	padding: 20px 0px;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
	border-top: 1px solid #63be70;
}
.nav_main .nav .sub-menu li.nav1 {
	padding: 0;
	background: none;
}
.nav_main .nav .sub-menu li.nav1:first-child a {
	border-top: none;
}
.nav_main .nav .sub-menu li:hover {
	background: #2a6fab;
}
.nav_main .nav .sub-menu li:hover a {
	color: #fff;
}
.immediately {
	position: absolute;
	right: 0;
	top: 23px;
}
.immediately a {
	width: 40px;
	height: 40px;
	background-position: -282px 0px;
	display: block;
}
.immediately p {
	width: 60px;
	height: 24px;
	background-position: -334px 0px;
	position: absolute;
	right: -10px;
	top: 42px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.immediately a:hover {
	background-position: -282px -44px;
}
/* banner */
#banner_main {
	overflow: hidden;
	z-index: 2;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}
#banner_main .banner {
	position: relative;
	width: 100%;
	height: 600px;
	margin: 0 auto;
	min-width: 1200px;
}
#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner ul {
	max-height: 600px;
	overflow: hidden;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}
.banner li:first-child {
	display: block;
}
.banner li img {
	width: 1920px;
	height: 600px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
	min-width: 1200px;
}
#banner .tip {
	width: 1000px;
	height: 14px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 20px;
	z-index: 12;
}
#banner .tip span {
	width: 40px;
	height: 5px;
	margin: 0 10px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	border: #fff solid 2px;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}
#banner .tip span.cur {
	background-color: #3fb150;
	border-color: #3fb150;
	opacity: 1;
	filter: Alpha(opacity=100);
}
#banner #btn_prev, #banner #btn_next {
	width: 31px;
	height: 61px;
	position: absolute;
	top: 260px;
	z-index: 5;
	display: none;
}
#banner #btn_prev {
	background-position: 0px 0;
	left: 12%;
	transition: all 600ms ease;
}
#banner #btn_next {
	background-position: -38px 0px;
	right: 12%;
	transition: all 600ms ease;
}
#banner #btn_prev:hover {
	left: 11.6%;
	transition: all 600ms ease;
	background-position: 0px -72px;
}
#banner #btn_next:hover {
	right: 11.6%;
	transition: all 600ms ease;
	background-position: -38px -72px;
}
/*banner end*/
/********.fixtool*********/
.toolbar {
	width: 52px;
	position: fixed;
	right: 1%;
	top: 50%;
	margin-top: -115px;
	z-index: 999;
}
.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(images/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #3fb150;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: -35px -47px;
}
.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background-color: #3fb150;
	border-radius: 100%;
}
.toolbar .qq:hover span {
	background-position: 0 -47px;
}
.toolbar .tel span {
	background-position: -35px 0;
}
.toolbar .tel:hover {
	background: #3fb150;
}
.toolbar .tel:hover span {
	background-position: 0 0;
}
.toolbar .code span {
	background-position: -35px -95px;
}
.toolbar .code:hover {
	background-color: #009b4c;
	border-radius: 100%;
}
.toolbar dd:hover {
    border-color: #009b4c;
}
.toolbar .code:hover span {
	background-position: 0 -95px;
}
.toolbar .top span {
	background-position: -35px -142px;
}
.toolbar .top:hover {
	background-color: #3fb150;
	border-radius: 100%;
}
.toolbar .top:hover span {
	background-position: 0 -142px;
}
.toolbar dd:hover {
}
/*footer*/
.footer_main {
	position: relative;
	width: 100%;
	height: 368px;
	background-color: #343d44;
	overflow: hidden;
}
.foot_z {
	width: 350px;
	float: left;
	margin-top: 50px;
	border-right: #495157 solid 1px;
	height: 277px;
}
.foot_z h3 {
	font-size: 18px;
	color: #fff;
}
.foot_z h3 i {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin-top: 16px;
}
.foot_z p {
	display: block;
	margin-top: 24px;
	font-size: 16px;
	color: #fff;
}
.foot_z ul {
	display: inline-block;
	padding-top: 14px;
	width: 350px;
}
.foot_z ul li {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding-top: 10px;
}
.foot_y {
	width: 550px;
	float: left;
	margin-top: 50px;
	margin-left: 48px;
	border-right: #495157 solid 1px;
}
.foot_y h3 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 20px;
}
.foot_y h3 i {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin-top: 16px;
}
.foot_y .comt-item {
	float: left;
	margin-top: 10px;
}
.foot_y .comt-item.item4 {
	margin-left: 20px;
}
.foot_y .comt-item.item1 {
	clear: left;
}
.foot_y .comt-item .txt {
	width: 232px;
	height: 44px;
	font-size: 14px;
	line-height: 43px;
	text-indent: 8px;
	color: #aeb0b2;
	padding-left: 6px;
*text-indent: 0px;
	border: #71787c solid 1px;
}
.foot_y .comt-item .area {
	width: 496px;
	height: 74px;
	font-size: 14px;
	text-indent: 8px;
	resize: none;
	-webkit-appearance: none;
	color: #aeb0b2;
	line-height: 28px;
	padding-left: 6px;
	border: #71787c solid 1px;
	background-color: transparent;
	font-family: "microsoft yahei";
}
.foot_y .submit {
	display: block;
	clear: left;
}
.foot_y .submit .tijiao {
	width: 150px;
	height: 46px;
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
	border: 0;
	background-color: #3fb150;
	display: inline-block;
	float: right;
	margin-right: 44px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.foot_y .submit .tijiao:hover {
	background-color: #fff;
	color: #333;
}
.foot_j {
	float: right;
	width: 200px;
	text-align: center;
	margin-top: 50px;
}
.foot_j b {
	display: block;
	width: 198px;
	height: 198px;
	border: #71787c solid 1px;
	text-align: center;
}
.foot_j b img {
	width: 180px;
	height: 180px;
	display: inline-block;
	background-size: 100%;
	margin-top: 10px;
}
.foot_j p {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-top: 20px;
}
.foot_j span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
}
.foot_y .comt-item .txt.tel {
	margin-left: 5px;
}
.copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #2a3137;
}
.copyright p {
	font-size: 14px;
	color: #fff;
	float: left;
}
.copyright a {
	color: #fff;
}
.copyright span {
	margin: 0 6px;
}
.copyright a:hover {
	color: #e2e2e2;
}
.copyright i {
	/*display: block;
	color: #fff;
	font-size: 12px;
	float: right;*/
    color: #fff;
    margin: 0 5px;
}
.copyright a {
    margin: 0 5px;
}
p.copy a img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    position: relative;
    top: 3px;
}
p.copy {
    text-align: center;
    float: none;
}
/********.toolbar1*********/
.toolbar1 {
	width: 77px;
	position: fixed;
	right: 10px;
	bottom: 200px;
	z-index: 999;
	border: 1px solid #e8e8e8;
}
.toolbar1 .icon2 {
	width: 40px;
	height: 40px;
	display: block;
	margin: 11px auto 0;
	background: url(images/fix-ico.png) no-repeat -2px 5px;
}
.toolbar1 dd {
	width: 77px;
	height: 90px;
	border-top: 1px solid #f6f6f6;
	position: relative;
}
.toolbar1 dd i {
	width: 77px;
	height: 90px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #f6f6f6;
}
.toolbar1 dd:first-child i {
	border-top: 0;
}
.toolbar1 dd.item1 i .icon2 {
	background-position: center 2px;
}
.toolbar1 dd.item2 i .icon2 {
	background-position: center -65px;
}
.toolbar1 dd.item3 i .icon2 {
	background-position: center -128px;
}
.toolbar1 dd.return-top {
	display: none;
}
.toolbar1 dd.return-top i .icon2 {
	background-position: center -187px;
}
.toolbar1 dd .pop {
	position: absolute;
	right: 145px;
	top: -45px;
	background: #fff;
	display: none;
}
.toolbar1 dd .pop-code {
	width: 120px;
	padding: 10px 10px 0;
}
.toolbar1 dd .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
}
.toolbar1 dd .pop-code h3 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #f34636;
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar1 dd.item1 {
	position: static;
}
.toolbar1 dd .zx {
	width: 172px;
	position: absolute;
	right: 145px;
	bottom: 0;
	padding: 10px 30px 10px;
	line-height: 24px;
	background: #fff;
	border: 1px solid #e8e8e8;
	z-index: 1000;
	display: none;
}
.toolbar1 dd .zx .icon2 {
	width: 40px;
	height: 42px;
	display: block;
	float: left;
	margin-right: 12px;
	margin-top: 0;
}
.toolbar1 dd .zx .t {
	border-bottom: 1px solid #dedede;
	padding: 10px 0;
}
.toolbar1 dd .zx .t span {
	display: block;
}
.toolbar1 dd .zx .t s {
	background-position: 0 -246px;
}
.toolbar1 dd .zx .t.t2 s {
	background-position: 0 -314px;
}
.toolbar1 dd .zx .t.t3 s {
	background-position: 0 -383px;
}
.toolbar1 dd .zx .t.t4 {
	border-bottom: 0;
}
.toolbar1 dd:hover i {
	background: #f3f3f3;
}
/*******index css*******/
.index .indexTit {
	text-align: center;
	padding-top: 50px;
}
.index .indexTit .tit {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 36px;
}
.index .indexTit .tit span {
	color: #3fb150;
	display: inline-block;
	padding-left: 10px;
}
.index .indexTit .subtit {
	font-size: 16px;
	color: #858484;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
	margin-top: 14px;
}
.floor_0_main {
	height: 51px;
	width: 100%;
	overflow: hidden;
	border-bottom: #eee solid 1px;
}
.floor_0_main .floor_0_1 {
	float: left;
	line-height: 50px;
}
.floor_0_main .floor_0_1 p {
	font-size: 12px;
	color: #333;
	line-height: 50px;
}
.floor_0_main .floor_0_1 p a {
	display: inline-block;
	font-size: 12px;
	color: #333;
	border-right: #e8e8e8 solid 1px;
	line-height: 12px;
	padding: 0 12px;
}
.floor_0_main .floor_0_1 p a:last-of-type {
	border-right: none;
}
.floor_0_main .floor_0_1 p a:hover {
	color: #3fb150;
}
.floor_0_main .floor_0_2 {
	float: right;
	width: 276px;
	height: 30px;
	overflow: hidden;
	border: #efefef solid 1px;
	background-color: #fff;
	position: relative;
	margin-top: 9px;
	border-radius: 4px;
	position: relative;
}
.floor_0_main .floor_0_2 input {
	background-color: none;
	border: none;
}
.floor_0_main .floor_0_2 .stxt {
	width: 245px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-indent: 10px;
	color: #999;
}
.floor_0_main .floor_0_2 .sbtn {
	width: 30px;
	height: 28px;
	display: block;
	cursor: pointer;
	background-position: -0px -164px;
	position: absolute;
	top: 1px;
	right: 1px;
	font-size: 0;
}
.index .menu {
	overflow: hidden;
	padding-bottom: 20px;
}
.index .menu ul {
	text-align: center;
}
.index .menu li {
	width: 180px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px 10px;
	display: inline-block;
}
.index .menu li:first-child {
	margin-left: 0;
}
.index .menu li:last-child {
	margin-right: 0;
}
.index .menu li a {
	display: block;
	border: 1px solid #dcdcdc;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.index .menu li.current a, .index .menu li a:hover {
	border: 1px solid #3fb150;
	color: #fff;
	background: #3fb150;
}
/*产品中心*/
.index .floor_1_main {
	width: 100%;
}
.floor_1 {
	padding-top: 54px;
	display: inline-block;
	width: 1200px;
}
.floor_1 dl dt {
	width: 600px;
	height: 440px;
	overflow: hidden;
	float: left;
	position: relative;
}
.floor_1 dl dt img {
	width: 600px;
	height: 440px;
	display: block;
	transition: all .36s ease;
}
.floor_1 dl dt a:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.floor_1 dl dt p {
	/*background: url(images/h2_03.jpg) center center no-repeat;*/
	width: 600px;
	height: 73px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.floor_1 dl dt p span {
	float: left;
	display: block;
	line-height: 73px;
	font-size: 20px;
	color: #fff;
	padding-left: 38px;
	transition: all .36s ease;
}
.floor_1 dl dt p i {
	float: right;
	display: block;
	width: 42px;
	height: 5px;
	background-position: -84px -0px;
	margin-right: 40px;
	margin-top: 36px;
	transition: all .36s ease;
}
.floor_1 dl dt a:hover p span {
	padding-left: 34px;
}
.floor_1 dl dt a:hover p i {
	margin-right: 36px;
}
.floor_1 dl dd {
	float: left;
	width: 600px;
	height: 440px;
}
.floor_1 dl dd ul {
	display: inline-block;
}
.floor_1 dl dd ul li {
	float: left;
	width: 280px;
	height: 210px;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}
.floor_1 dl dd ul li img {
	width: 280px;
	height: 210px;
}
.floor_1 dl dd ul li .d1 {
	background: url(images/h3_03.png);
	width: 280px;
	height: 210px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	visibility: hidden;
}
.floor_1 dl dd ul li .d1 h3 {
	font-size: 20px;
	color: #fff;
	padding-top: 10px;
}
.floor_1 dl dd ul li .d1 i {
	display: block;
	width: 44px;
	height: 44px;
	background-position: -138px -0px;
	margin: 0 auto;
	margin-top: 72px;
}
.floor_1 dl dd ul li:hover .d1 {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.floor_1 dl dt em {
	background: url(images/h3_03.png);
	width: 100%;
	text-align: center;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	visibility: hidden;
}
.floor_1 dl dt em span {
	font-size: 26px;
	color: #fff;
	display: block;
	padding-top: 180px;
}
.floor_1 dl dt em s {
	display: inline-block;
	width: 44px;
	height: 44px;
	background-position: -138px -0px;
	margin-top: 12px;
}
.floor_1 dl dt:hover {
	-moz-box-shadow: 0 4px 15px -4px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 4px 15px -4px rgba(0,0,0,.12);
	box-shadow: 0 4px 15px -4px rgba(0,0,0,.12);
	z-index: 34;
}
.floor_1 dl dt:hover em {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.floor_1 dl dt:hover p {
	display: none;
}
/*我们的技术*/
.xbanner {
	background: url(images/ixbannerbg1.jpg) center center no-repeat;
	width: 100%;
	height: 200px;
	margin-top: 94px;
}
.xbanner1 {
	background: url(images/ixbannerbg2.jpg) center center no-repeat;
	width: 100%;
	height: 200px;
	margin-top: 82px;
}
.xbanner .slip_tit {
	width: 772px;
}
.xbanner .slip_tit .tit1 {
	padding-top: 55px;
	font: bold 32px "microsoft yahei";
	color: #fff;
}
.xbanner .slip_tit .tit2 {
	margin-top: 14px;
	font-size: 24px;
	color: #fff;
}
.xbanner .slip_btn {
	width: 250px;
	text-align: center;
	margin-right: 30px;
}
.xbanner .slip_btn span {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 18px;
	padding-top: 40px;
	padding-bottom: 5px;
}
.xbanner .slip_btn span i {
	width: 16px;
	height: 16px;
	background-position: -0px -141px;
	margin-right: 7px;
}
.xbanner .slip_btn p {
	font-weight: bold;
	font-size: 34px;
	color: #fff;
	font-family: "Arial";
	line-height: 36px;
}
.xbanner .slip_btn a {
	display: block;
	width: 250px;
	height: 46px;
	background-position: 0px -217px;
	margin-top: 16px;
	font-size: 18px;
	color: #fff;
	line-height: 46px;
	position: relative;
	background: -moz-linear-gradient(top, #005197, #1872bf);
	background: -webkit-linear-gradient(top, #005197, #1872bf);
	background: -o-linear-gradient(top, #005197, #1872bf);
	background: linear-gradient(top, #005197, #1872bf);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.xbanner .slip_btn a:hover {
	background: -moz-linear-gradient(bottom, #005197, #1872bf);
	background: -webkit-linear-gradient(bottom, #005197, #1872bf);
	background: -o-linear-gradient(bottom, #005197, #1872bf);
	background: linear-gradient(bottom, #005197, #1872bf);
}
.xbanner .slip_btn a img {
	width: 250px;
	height: 0;
	transition: all .36s ease;
	position: absolute;
	left: 0;
	top: 46px;
}
.xbanner .slip_btn a:hover img {
	height: 250px;
}
.index_mole {
	display: block;
	background: url(images/a6_02.png) center center no-repeat;
	height: 24px;
	width: 100%;
	text-align: center;
}
.index_mole a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background-color: #eff2f6;
	width: 160px;
}
.index_mole a p {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	float: left;
	padding-left: 22px;
	transition: all ease 600ms;
}
.index_mole a i {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background-position: 0px -430px;
	margin-left: 18px;
	transition: all ease 600ms;
}
.index_mole a:hover p {
	color: #3fb150;
	padding-left: 20px;
	transition: all ease 600ms;
}
.index_mole a:hover i {
	color: #3fb150;
	margin-left: 22px;
	transition: all ease 600ms;
}
.floor_3_main {
	padding-top: 50px;
}
.floor_3_1 {
	margin-top: 46px;
}
.floor_3_main dl {
	background: url(images/h4_02.jpg) center center no-repeat;
	width: 100%;
	height: 378px;
	overflow: hidden;
	display: block;
}
.floor_3_main dl.dl2 {
	background: url(images/h5_02.jpg) center center no-repeat;
	width: 100%;
	height: 378px;
}
.floor_3_main dl .jz {
	margin: 0 auto;
	width: 1200px;
	display: block;
	height: 378px;
	position: relative;
	z-index: 1;
}
.floor_3_main dl dt {
	float: left;
	width: 600px;
}
.floor_3_main dl dt img {
	display: block;
	width: 100%;
	height: 378px;
}
.floor_3_main dl dd {
	float: right;
	width: 520px;
}
.floor_3_main dl dd h3 {
	display: block;
	height: 77px;
	padding-top: 100px;
}
.floor_3_main dl dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(images/t8_03.png) center center no-repeat;
}
.floor_3_main dl dd h3 span {
	display: block;
	float: left;
	margin-left: 18px;
	width: 420px;
	font-size: 30px;
	color: #333;
	line-height: 77px;
}
.floor_3_main dl dd p {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 22px;
	height: 82px;
}
.floor_3_main dl dd a {
	display: block;
	position: relative;
	width: 198px;
	height: 44px;
	border: #e5e5e5 solid 1px;
	border-radius: 6px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #434343;
	z-index: 10
}
.floor_3_main dl.dl2 dd h3 {
	padding-top: 90px;
}
.floor_3_main dl dd a:hover {
	background-color: #3fb150;
	border: #3fb150 solid 1px;
	color: #fff;
	position: relative;
}
.floor_3_main dl dd a img {
	width: 120px;
	height: 0;
	position: absolute;
	left: 198px;
	top: -1px;
	transition: all ease 600ms;
	z-index: 10;
}
.floor_3_main dl dd a:hover img {
	height: 120px;
	z-index: 10
}
.floor_3_main dl.dl2 dd, .floor_3_main dl.dl4 dd {
	float: left;
}
.floor_3_main dl.dl2 dt, .floor_3_main dl.dl4 dt {
	float: right;
}
.floor_3_main dl.dl2 dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(images/t8_07.png) center center no-repeat;
}
.floor_3_main dl.dl3 dd h3 i {
	display: block;
	float: left;
	width: 77px;
	height: 77px;
	background: url(images/t8_10.png) center center no-repeat;
}
.floor_4_main {
	background: url(images/t9_02.jpg) center center no-repeat;
	width: 100%;
	height: 791px;
	margin-top: 98px;
}
.floor_4_main .indexTit {
	padding-top: 66px;
}
.floor_4_main .indexTit .tit, .floor_4_main .indexTit .tit span {
	color: #fff;
}
.floor_4_main .indexTit .subtit {
	color: #fff;
}
.floor_4_1 {
	width: 100%;
	height: 518px;
	position: relative;
	overflow: hidden;
	margin-top: 50px;
}
.floor_4_1 {
	width: 100%;
	min-width: 1200px;
	height: 518px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.floor_4_1 .bd {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -880px
}
.floor_4_1 .bd li {
	width: 800px;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 43px;
	position: relative;
}
.floor_4_1 .bd li img {
	display: block;
	width: 800px;
	height: 450px;
}
.floor_4_1 .bd li .hui {
	background: url(images/h8_03.png) center center;
	width: 100%;
	height: 157px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
}
.floor_4_1 .bd li .hui p {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	float: left;
	width: 560px;
	margin-left: 45px;
	padding-top: 60px;
}
.floor_4_1 .bd li .hui p span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding-top: 14px;
}
.floor_4_1 .bd li .hui i {
	display: block;
	float: right;
	width: 43px;
	height: 43px;
	background-position: -92px -61px;
	margin-top: 78px;
	margin-right: 70px;
}
.floor_4_1 .bd li:hover .hui {
	display: none;
}
.floor_4_1 .bd li .dl {
	background-color: rgba(54,187,102,0.9);
	position: absolute;
	left: 50%;
	top: 128px;
	width: 500px;
	height: 200px;
	border-radius: 10px;
	margin-left: -250px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.floor_4_1 .bd li .dl i {
	width: 44px;
	height: 44px;
	background-position: -152px -51px;
	position: absolute;
	left: -18px;
	top: -22px;
}
.floor_4_1 .bd li .dl p {
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	padding-top: 38px;
	padding-left: 36px;
}
.floor_4_1 .bd li .dl span {
	display: block;
	width: 420px;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding-top: 22px;
	margin-left: 36px;
}
.floor_4_1 .tempWrap {
	overflow: visible !important
}
.floor_4_1 .tempWrap ul {
	margin-left: -1338px !important;
}
.floor_4_1 .hd {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	height: 12px;
	bottom: 20px;
	text-align: center;
}
.floor_4_1 .hd li {
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	line-height: 99px;
	overflow: hidden;
	margin: 0 8px;
	cursor: pointer;
	border-radius: 20px;
	border: #fff solid 2px;
}
.floor_4_1 .hd li.on {
	background-color: #36c565;
	border: #36c565 solid 2px;
}
.floor_4_1 .pnBtn.prev .arrow {
	display: none;
	position: absolute;
	top: 208px;
	z-index: 1;
	width: 17px;
	height: 33px;
	background-position: -232px 0;
	left: 50%;
}
.floor_4_1 .pnBtn.next .arrow {
	display: none;
	position: absolute;
	top: 208px;
	z-index: 1;
	width: 17px;
	height: 33px;
	background-position: -200px 0;
	left: 50%;
}
.floor_4_1 .pnBtn.prev .arrow:hover {
	background-position: -232px -0;
}
.floor_4_1 .pnBtn.next .arrow:hover {
	background-position: -200px -0;
}
.floor_4_1 .pnBtn.prev .arrow {
	margin-left: 432px;
}
.floor_4_1 .pnBtn.next .arrow {
	margin-left: -458px;
}
.floor_4_1 .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 450px;
	background: #fff;
	filter: alpha(opacity=1);
	opacity: 0.01;
	left: -50%;
	margin-left: -488px;
}
.floor_4_1 .blackBg1 {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 450px;
	background: #fff;
	filter: alpha(opacity=1);
	opacity: 0.01;
	left: 50%;
	margin-left: 484px;
}
.floor_4_1 .bd li:hover .dl {
	opacity: 1;
	visibility: visible;
}
/*新闻中心*/
.adMain {
	width: 100%;
	height: 565px;
	background: url(images/a2_02.jpg) center center no-repeat;
	position: relative;
	overflow: hidden;
}
.adMain .part1 {
	padding-top: 60px;
}
.adMain .part1 h3 {
	font-size: 32px;
	color: #fff;
	line-height: 32px;
	width: 466px;
	border-left: #fff solid 1px;
	padding-left: 48px;
	font-weight: bold;
}
.adMain .part1 h3 span {
	display: block;
	font-size: 16px;
	color: #c4d5ec;
	line-height: 30px;
	padding-top: 16px;
	font-weight: normal;
}
.adMain .part1 .t1 {
	position: relative;
	width: 518px;
	margin-top: 24px;
	height: 110px;
}
.adMain .part1 .t1 i {
	display: block;
	width: 28px;
	height: 24px;
	background-position: -162px -180px;
	position: absolute;
	left: 0;
	top: 0;
}
.adMain .part1 .t1 h4 {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	width: 466px;
	font-weight: normal;
	padding-left: 48px;
	padding-top: 6px;
}
.adMain .part1 .t1 h4 span {
	display: block;
	font-size: 14px;
	color: #c4d5ec;
	line-height: 30px;
	padding-top: 16px;
}
.adMain .part1 .t1 em {
	display: block;
	width: 28px;
	height: 24px;
	background-position: -218px -180px;
	position: absolute;
	right: 0;
	top: 80px;
}
.adMain .picFocus {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0;
}
.adMain .picFocus .hd {
	width: 46%;
	margin-left: 4%;
	float: left;
	margin-top: 300px;
}
.adMain .picFocus .hd ul {
	display: inline-block;
	width: 466px;
}
.adMain .picFocus .hd ul li {
	width: 233px;
	height: 62px;
	border-bottom: #517dbe solid 1px;
	float: left;
	margin-top: 40px;
	position: relative;
}
.adMain .picFocus .hd ul li h4 {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	width: 466px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: -144px;
	display: none;
}
.adMain .picFocus .hd ul li h4 span {
	display: block;
	font-size: 14px;
	color: #c4d5ec;
	line-height: 30px;
	padding-top: 16px;
}
.adMain .picFocus .hd ul li i {
	display: block;
	float: left;
	width: 35px;
	height: 41px;
	background-position: -167px -106px;
}
.adMain .picFocus .hd ul li.li2 i {
	display: block;
	float: left;
	width: 35px;
	height: 41px;
	background-position: -214px -106px;
}
.adMain .picFocus .hd ul li.li3 i {
	display: block;
	float: left;
	width: 35px;
	height: 41px;
	background-position: -260px -106px;
}
.adMain .picFocus .hd ul li.li4 i {
	display: block;
	float: left;
	width: 35px;
	height: 41px;
	background-position: -298px -106px;
}
.adMain .picFocus .hd ul li p {
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	padding-left: 10px;
}
.adMain .picFocus .hd ul li p span {
	display: block;
	font-size: 14px;
	color: #ddd;
	line-height: 14px;
	padding-top: 6px;
}
.adMain .picFocus .hd ul li s {
	width: 200px;
	height: 2px;
	background-color: #b43232;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	display: none;
}
.adMain .picFocus .hd ul li.on h4 {
	display: block;
}
.adMain .picFocus .hd ul li.on s {
	display: block;
}
.adMain .picFocus .bd {
	width: 50%;
	float: left;
	height: 565px;
}
.adMain .picFocus .bd ul li {
	width: 965px;
	height: 565px;
}
.adMain .picFocus .bd ul li img {
	width: 100%;
	height: 565px;
	background-size: 100%;
}
.adMain .picFocus .hd ul li.li2 h4 {
	left: -233px;
}
.adMain .picFocus .hd ul li.li3 h4 {
	left: 0px;
	top: -247px;
}
.adMain .picFocus .hd ul li.li4 h4 {
	left: -233px;
	top: -247px;
}
/*新闻中心*/
.index .floor_5_main {
	width: 100%;
	padding-top: 50px;
	overflow: hidden;
	padding-bottom: 100px;
}
.floor_5_1 {
	width: 1200px;
	height: 372px;
	padding-top: 76px;
}
.floor_5_1 .layB {
	width: 1200px;
	height: 372px;
	position: relative;
}
.floor_5_1 .layB .tbC {
	position: relative;
	width: 1200px;
	height: 372px;
}
.floor_5_1 .layB .tbC .prev {
	width: 40px;
	height: 90px;
	background-color: #ddd;
	position: absolute;
	left: -58px;
	top: 118px;
}
.floor_5_1 .layB .tbC .next {
	width: 40px;
	height: 90px;
	background-color: #ddd;
	position: absolute;
	right: -58px;
	top: 118px;
}
.floor_5_1 .layB .tbC .prev:hover, .floor_5_1 .layB .tbC .next:hover {
	background-color: #3fb150;
}
.floor_5_1 .layB .tbC .prev span {
	width: 14px;
	height: 26px;
	background-position: -51px -158px;
	margin-top: 32px;
	margin-left: 13px;
}
.floor_5_1 .layB .tbC .next span {
	width: 14px;
	height: 26px;
	background-position: -69px -158px;
	margin-top: 32px;
	margin-left: 13px;
}
.floor_5_1 .layB .tbC .slide {
	width: 1200px;
	height: 372px;
}
.floor_5_1 .layB .tbC .slide ul {
	display: inline-block;
}
.floor_5_1 .layB .tbC .slide ul li {
	width: 583px;
	height: 148px;
	background-color: #fffcfc;
	border: #ddd solid 1px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	transition: all .36s ease;
}
.floor_5_1 .layB .tbC .slide ul li:nth-child(2n) {
	margin-right: 0;
}
.floor_5_1 .layB .tbC .slide ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.floor_5_1 .layB .tbC .slide ul li em {
	float: left;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #666;
	font-family: "Arial";
	margin-left: 30px;
	margin-top: 40px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .layB .tbC .slide ul li em span {
	display: block;
	font-size: 60px;
	color: #999;
	line-height: 50px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .layB .tbC .slide ul li h3 {
	width: 440px;
	float: left;
	padding-top: 40px;
	margin-left: 20px;
}
.floor_5_1 .layB .tbC .slide ul li p {
	font-size: 20px;
	color: #333;
	width: 440px;
	line-height: 20px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .layB .tbC .slide ul li p span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding-top: 14px;
	font-weight: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .layB .tbC .slide ul li:hover em, .floor_5_1 .layB .tbC .slide ul li:hover em span, .floor_5_1 .layB .tbC .slide ul li:hover p, .floor_5_1 .layB .tbC .slide ul li:hover p span {
	color: #fff;
}
.floor_5_1 .layB .tbC .slide ul li:hover {
	background-color: #3fb150;
	border: #3fb150 solid 1px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	transition: all .36s ease;
}
.floor_5_2 {
	position: relative;
	height: 50px;
	text-align: center;
}
.floor_5_2 i {
	width: 1200px;
	height: 1px;
	background-color: #ccc;
	display: block;
	position: absolute;
	left: 0;
	top: 24px;
	z-index: 1;
}
.floor_5_2 a {
	display: block;
	width: 198px;
	height: 48px;
	background-color: #fff;
	border: #ccc solid 1px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	line-height: 48px;
	font-size: 16px;
	color: #333;
}
.floor_5_2 a:hover {
	background-color: #3fb150;
	border: #3fb150 solid 1px;
	color: #fff;
}
.index .floor_6_main {
	background: url(images/h9_02.jpg) center center no-repeat;
	width: 100%;
	height: 624px;
}
.index .floor_6_main .floor_6_1 {
	width: 1200px;
	height: 510px;
	position: relative;
	padding-top: 106px;
}
.index .floor_6_main .floor_6_1 dl {
	display: inline-block;
	width: 1200px;
}
.index .floor_6_main .floor_6_1 dl dt {
	float: left;
	width: 410px;
	margin-left: 90px;
	padding-top: 88px;
}
.index .floor_6_main .floor_6_1 dl dt h3 {
	font-size: 48px;
	color: #3fb150;
	line-height: 48px;
}
.index .floor_6_main .floor_6_1 dl dt i {
	display: block;
	background: url(images/h10_06.jpg) center center no-repeat;
	width: 100px;
	height: 4px;
	margin-top: 18px;
}
.index .floor_6_main .floor_6_1 dl dt p {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 27px;
	margin-top: 36px;
	height: 196px;
	text-align: justify;
	overflow: hidden;
}
.index .floor_6_main .floor_6_1 dl dt a {
	display: block;
	width: 182px;
	height: 45px;
	background-position: -102px -119px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	transition: all .36s ease;
}
.index .floor_6_main .floor_6_1 dl dt a:hover {
	margin-left: 4px;
}
.index .floor_6_main .floor_6_1 dl dd {
	float: right;
	width: 654px;
	margin-right: 4px;
}
.index .floor_6_main .floor_6_1 dl dd p {
	font-size: 24px;
	color: #333;
	line-height: 40px;
	padding-left: 54px;
}
.index .floor_6_main .floor_6_1 dl dd img {
	width: 655px;
	height: 420px;
	display: block;
	margin-top: 18px;
}
.floor_6_3 {
	display: block;
	clear: left;
	width: 1200px;
	margin-top: 80px;
}
.floor_6_3 .parHd {
	height: 45px;
	width: 1200px;
	position: relative;
}
.floor_6_3 .parHd s {
	display: block;
	width: 410px;
	height: 1px;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 22px;
}
.floor_6_3 .parHd b {
	display: block;
	width: 410px;
	height: 1px;
	background-color: #eee;
	position: absolute;
	right: 0;
	top: 22px;
}
.floor_6_3 .parHd ul {
	display: block;
	width: 380px;
	height: 45px;
	margin: 0 auto;
}
.floor_6_3 .parHd ul li {
	display: block;
	width: 178px;
	height: 43px;
	float: left;
	border: #eee solid 1px;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_6_3 .parHd ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 43px;
	text-align: center;
}
.floor_6_3 .parHd ul li:hover, .floor_6_3 .parHd ul li.on {
	background-color: #3fb150;
	border: #3fb150 solid 1px;
}
.floor_6_3 .parHd ul li:hover a, .floor_6_3 .parHd ul li.on a {
	color: #fff;
}
.floor_6_3 .parHd ul li:nth-child(2) {
	margin-left: 20px;
}
.floor_6_3 .parHd ul li:first-child+li {
	margin-left: 20px;
}
.floor_6_3 .parBd {
	width: 1200px;
	height: 200px;
	margin-top: 50px;
}
.floor_6_3 .parBd .slideBox {
	width: 1200px;
	height: 200px;
	position: relative;
}
.floor_6_3 .parBd .slideBox .sPrev {
	width: 40px;
	height: 90px;
	background-color: #ddd;
	position: absolute;
	left: -58px;
	top: 62px;
}
.floor_6_3 .parBd .slideBox .sNext {
	width: 40px;
	height: 90px;
	background-color: #ddd;
	position: absolute;
	right: -58px;
	top: 62px;
}
.floor_6_3 .parBd .slideBox .sPrev:hover, .floor_6_3 .parBd .slideBox .sNext:hover {
	background-color: #343d44;
}
.floor_6_3 .parBd .slideBox .sPrev span {
	width: 14px;
	height: 26px;
	background-position: -51px -158px;
	margin-top: 32px;
	margin-left: 13px;
}
.floor_6_3 .parBd .slideBox .sNext span {
	width: 14px;
	height: 26px;
	background-position: -69px -158px;
	margin-top: 32px;
	margin-left: 13px;
}
.floor_6_3 .parBd .slideBox ul {
	width: 1200px;
	height: 214px;
}
.floor_6_3 .parBd .slideBox ul li {
	float: left;
	width: 290px;
	height: 214px;
	position: relative;
	margin-right: 13px;
	overflow: hidden;
	text-align: center;
}
.floor_6_3 .parBd .slideBox ul li img {
	width: 290px;
	height: 214px;
	background-size: 100%;
	transition: all .36s ease;
}
.floor_6_3 .parBd .slideBox ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 290px;
	height: 36px;
	background: url(images/t13_03.png);
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
.floor_6_3 .parBd .slideBox ul li:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.floor_7_main {
	height: 60px;
	width: 100%;
	line-height: 60px;
	background-color: #3fb150;
}
.floor_7_main .tit {
	float: left;
	width: 80px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.floor_7_main ul {
	display: inline-block;
	float: right;
	width: 1120px;
	height: 60px;
	line-height: 60px;
}
.floor_7_main ul li {
	float: left;
	height: 60px;
	line-height: 60px;
	padding-right: 10px;
}
.floor_7_main ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
}
.floor_7_main ul li a:hover {
	color: #f1f1f1;
}
/* Underline From Center2 */
.hvr-underline-from-center2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-underline-from-center2:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: -1px;
	background: #3fb150;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center2:hover:before, .hvr-underline-from-center2.hover:before, .hvr-underline-from-center2:focus:before, .hvr-underline-from-center2:active:before {
	left: 0;
	right: 0;
}
.hvr-underline-from-center2:hover, .hvr-underline-from-center2.hover {
*height: 43px;
*border-bottom: 2px solid #3fb150;
*line-height: 43px;
}
.ntpo.showContxt.clearfix,
.ntpo {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ntpo .t2 {
	padding: 28px 0 48px;
	text-align: center;
}
.ntpo .t2 .titb {
	font-size: 30px;
	margin-bottom: 16px;
}
.ntpo .t2 .txt {
	font-size: 14px;
	line-height: 24px;
}
.ntpo .t2 .txt span {
	font-weight: bold;
	color: #3fb150;
}
@-webkit-keyframes scale {
0% {
-webkit-transform: scale(1);
}
50% {
-webkit-transform: scale(1.02);
}
100% {
-webkit-transform: scale(1);
}
}
@keyframes scale {
0% {
transform: scale(1);
}
50% {
transform: scale(1.02);
}
100% {
transform: scale(1);
}
}
/*# sourceMappingURL=style.css.map */
/*--comments --*/#comments {}
#comments h3,#comments h4 {line-height:2;padding-bottom:5px;margin:0px 0 15px;border-bottom:1px solid #e2e2e2;color:#4693e9;font-weight:400;font-size:1.15em;width:99%;position:relative;}
#comments h3:after,#comments h4:after,#comments .comment-tab:after {content:"";position:absolute;width:60px;height:2px;background:#4693e9;left:0;bottom:-1px;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;transition:all .5s ease;}
#comments .comment-tab {line-height:25px;border-bottom:1px solid #ddd;padding:5px 0 5px 5px;position:relative;}
.come-comt {color:#333;}
.commentlist {margin-bottom:5px;}
.come-comt i.fa {margin-right:5px;font-size:18px;font-size:1.2em;}
.comment-text-center {cursor:pointer;text-align:center;margin:18px 0;font-size:16px;font-size:1.15em;color:#338A9C;font-weight:500;}
.comment-text-center i.fa {position:relative;font-size:1.2em;top:1px;}
#comments span.come-comt {font-weight:700;font-size:16px;color:#888;}
span.come-comt i.fa {font-size:1.3em;}
#comments span#comment_count {font-weight:normal;font-size:14px;color:#666;float:none !important;}
#comments h5 {margin:8px;}
#comments h4 span {margin-right:8px;}
#comments h4 span.jubao {float:right;margin-right:0;}
#comments h4 span.jubao small {color:#338A9C;}
#comments h4 span.jubao small:hover {color:#F05A28;}
.comt-box {width:100%;height:100%;overflow:hidden;margin:0 auto;text-align:center;}
.show-comments {width:69%;float:left;overflow:hidden;}
.show-sidebar {width:30%;float:right;margin-top:10px;}
#comments #frmSumbit #inpName,#comments #frmSumbit #inpEmail,#comments #frmSumbit #inpHomePage,#comments #frmSumbit #inpVerify {border:1px solid #eee;padding-left:10px;width:95.55%;height:44px;line-height:44px;color:#333;background:#FFFFFF;margin-bottom:0px;}
#comments .form-name {margin-right:10px;}
#comments .form-email {margin-right:10px;}
#comments .form-group {margin-bottom:15px;margin-top:8px;}
#comments .liuyan {float:left;width:32.32%;position:relative;}
#comments #frmSumbit .input-inpVerify #inpVerify {height:33px;line-height:33px;width:100%;padding-left:10px;}
#comments .form-inpVerify {float:left;width:33%;position:relative;min-height:1px;padding-right:15px;}
.commentpost .input-group-addon {border-left:1px solid #eee;position:absolute;right:-1px;top:0px;height:32px;line-height:30px;padding:0;font-weight:400;color:#555;text-align:center;vertical-align:middle;}
.input-inpVerify {position:relative;display:inherit;border-collapse:separate;}
.input-group-addon img {height:100%;border-bottom-right-radius:3px;border-top-right-radius:3px;}
.commentpost label {height:auto;overflow:hidden;clear:left;float:left;line-height:15px;border-color:#CCC;border-style:solid;border-width:1px 0 1px 1px;margin:0;padding:6px 10px;}
#comments #frmSumbit p {padding:0;margin:10px 0;line-height:30px;}
#comments #frmSumbit .button {color:#FFFFFF;background-color:#3690cf;height:30px;width:88px;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;border-radius:4px;}
#comments #frmSumbit .button:hover {background-color:#57bdf7;cursor:pointer;}
.msg .msgimg img {clear:left;float:left;margin-right:10px;padding:2px;height:50px;width:50px;border:1px solid #ddd;background-color:#f1f1f1;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-webkit-transition:0.4s;-webkit-transition:-webkit-transform 0.4s ease-out;-moz-transition:-moz-transform 0.4s ease-out;transition:transform 0.4s ease-out;}
.msgarticle img {margin-top:2px;padding:0 2px;}
#comments .msg {font-size:12px;line-height:22px;border:1px solid #ddd;padding:10px;margin-top:12px;margin-bottom:10px;border-radius:5px;}
#comments .msg:hover {background:#FBFBFB;border:1px dotted #bbb;}
i.author-ident {position:relative;bottom:0px;float:left;}
i.author-ident:after {content:"";position:absolute;width:18px;height:18px;right:12px;top:32px;}
i.author-ident.author1:after {background:url(images/vjin.png) no-repeat;background-size:18px;}
i.author-ident.author2:after {background:url(images/vhuang.png) no-repeat;background-size:18px;}
i.author-ident.author3:after {background:url(images/vlan.png) no-repeat;background-size:18px;}
i.author-ident.author4:after {background:url(images/vhong.png) no-repeat;background-size:18px;}
i.author-ident.author5:after {background:url(images/vfen.png) no-repeat;background-size:18px;}
i.author-ident.author6:after {background:url(images/vhui.png) no-repeat;background-size:18px;}
#comments .msg .msgarticle img {margin-top:0;position:relative;top:4px;}
#cancel-reply small {margin:0 10px;color:#ff6f3d;font-weight:500;}
#comments .msg .msgname {color:#999999;padding-top:2px;}
#comments .msg .msgarticle {color:#666;padding-top:5px;padding-bottom:3px;min-height:30px;margin-left:56px;text-align:justify;}
#comments .msg .msgarticle .msg {margin-top:10px;margin-bottom:5px;padding-top:10px;padding-left:12px;border-bottom:none;border-top:none;border:1px solid #E0DDDD;border-radius:5px;box-shadow:0 0px 0px transparent;}
.msg .msgarticle .msg .msgname .dot {display:none;}
a.comment_at {padding:2px 5px 3px 5px;border:1px solid #ddd;border-radius:4px;color:#F35532;font-weight:bold;margin-right:5px;}
#logo404 {background-color:#FFFFFF;background-image:url(../include/logo.png);background-repeat:no-repeat;background-position:center center;padding-top:60px;padding-bottom:60px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#9EAA99;box-shadow:0 0 4px rgba(0,0,0,0.25);}
#cw404 {width:720px;margin:20px auto;}
#cw404 h1 {font-size:18px;line-height:60px;font-weight:normal;text-align:center;}
#cw404 .kuang {font-size:14px;border:1px solid #9EAA99;border-radius:3px;box-shadow:0 0 4px rgba(0,0,0,0.25);padding:20px;background-color:#FFFFFF;}
#cw404 #ts404 {text-align:center;}
span.LevelName {background-color:#2F889A;color:#fff !important;font-size:12px;margin:0 5px 0 1px;opacity:0.9;padding:2px 7px 2.5px;border-radius:3px;cursor:pointer;}
span.aulevel1 {background-color:#de3009;}
span.aulevel2 {background-color:#d9534f;}
span.aulevel3 {background-color:#5cb85c;}
span.aulevel4 {background-color:#3AB2CE;}
span.aulevel5 {background-color:#428bca;}
.msgname a {margin-right:5px;}
.msgname span a {margin-left:5px;margin-right:0;}
.msgtxt span:last-child {font-size:12px;}
.commentlist .comment {list-style:none;border-top:1px solid #ddd;}
.commentlist li.comment ul.children {margin-left:20px;}
.commentlist .depth-1 {margin:10px 0 10px 0;}
.commentlist li {position:relative;}
.commentlist .comment-body {padding:5px 0 5px 0}
.commentlist .comment-body:hover {background:#fafafa url(images/bg2.png) repeat;}
.commentlist p {margin:5px 0 5px 50px;line-height:22px;}
.reply a:link,.reply a:visited {text-align:center;font-size:12px;}
.datetime {font-size:12px;color:#aaa;text-shadow:0px 1px 0px #fff;margin-left:50px;}
.commentmetadata {font-size:12px;color:#aaa;text-shadow:0px 1px 0px #fff;margin-left:50px;}
ol.commentlist li div.vcard img.avatar {width:40px;height:40px;position:relative;float:left;margin:4px 6px 0 0;padding:2px;border:1px solid #ddd;background:#fff;}
ol.commentlist li div.floor {float:right;color:#bbb}
#respond {padding:5px 10px 10px;overflow:hidden;}
#respond_box {clear:both;border-top:1px solid #ddd;}
#respond h3 {margin:5px 0 6px 0;}
#comment {background:#fff;}
#comments .msg:hover .commentpost {background:#FBFBFB;}
#commentform p {color:#333;}
#commentform label {color:#868686;}
#commentform input {border:1px solid #ddd;width:160px;margin:4px 5px 4px 0;padding:3px;box-shadow:inset 2px 3px 5px #eee;}
#commentform input:focus {border:1px solid #ccc;}
#commentform textarea {width:95%;height:120px;font-size:13px;padding:4px;margin:4px 0 0 0;border:1px solid #ddd;box-shadow:inset 2px 3px 5px #eee;}
#commentform textarea:focus {border:1px solid #ccc;}
#commentform input#submit,#commentform input#reset {width:110px;height:32px;background:#606060;color:#fff;border:1px solid #e5e5e5;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:4px;line-height:28px;text-align:center;margin-top:8px;box-shadow:none;}
#commentform #submit:hover,#commentform #reset:hover {font-weight:bold;}
#real-avatar .avatar {float:right;padding:2px;border:1px solid #ddd;background:#fff;margin-right:20px;_margin-right:10px;}
.commentpost h4 i.fa {margin-right:5px;}
#comments .msg .msgimg img.avatar:hover {-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}
#comment-tools {width:100%;overflow:hidden;margin:0 auto 10px;text-align:center;}
.tools_title {float:left;border:1px solid #ddd;border-bottom:none;display:block;margin:0;padding:7px 0px 7px 5px;border-top-left-radius:5px;border-top-right-radius:5px;width:99%;text-align:left;}
.tools_text {width:99%;float:left;border:1px solid #ddd;}
#comments #txaArticle {width:100%;height:120px;line-height:180%;border:0px solid #ddd;padding:5px 5px 5px 8px;font-size:14px;}
#comment-tools a {padding:1px 5px;color:#666;cursor:pointer;font-size:15px;font-size:16px;font-size:1.15em;}
#comment-tools i.fa {color:#0069b3;}
span.com-title {margin-left:5px;font-size:14px;font-size:1.0em;color:#333;font-weight:500;}
#faces {padding:1px 3px;}
#faces i.fa {font-size:1.2em;font-size:17px;cursor:pointer;}
#UbbFrame {margin:6px 0 0px;/* padding-top:5px;border-top:1px solid #ddd;*/}
#ComtoolsFrame {*display:none;margin-top:-20px;padding:25px 0 5px}
#ComtoolsFrame img {display:inline-block;margin:0;padding:3px 3px 0 3px}
#ComtoolsFrame img:hover {background-color:#eee;cursor:pointer}
#comments .msg .msgarticle .noimg .msgimg img {display:none!important;}
#comments .msg .msgarticle ul.msgarticle {margin-left:0;}
#comments .msg .msgarticle .noimg .msgtxt .msgarticle .noimg {margin-left:0px;margin-top:15px;margin-bottom:5px;}
#comments .msg .msgarticle .noimg .msgarticle {padding-top:10px;margin-left:0;}
#comments .msg .msgarticle #comment {visibility:visible !important;animation-name:fadeInDown !important;}
#comments .msg .msgarticle p {padding-top:10px;}
#comments .msg .msgarticle form#frmSumbit p {margin-bottom:5px;padding-top:5px;}
.msgname .dot {font-size:13px;color:#d1d1d1;display:inline-block;margin-left:12px;font-weight:400;letter-spacing:2px;float:right;opacity:.8;}
.msgname .dot.shafa {color:#d11a1a;font-size:12px;}
.msgname .dot.yizi {color:#ef8f31;font-size:12px;}
.msgname .dot.bandeng {color:#ba8147;font-size:12px;}
.msgname .dot.liangxi {color:#cd7bfe;font-size:12px;}
.msgname .dot.diban {color:#8ea4ba;font-size:12px;}
.msgarticle #ComtoolsFrame {height:52px;overflow:hidden;}
.msgname:hover .comment-reply-link {display:block;}
.msgtxt {position:relative;font-size:14px;font-size:1.2em;}
.msgname a.comment-reply-link {background:#EDEDED;display:none;padding:0 10px;border:1px solid #ddd;border-radius:2px;position:relative;top:-1px;font-size:12px;float:right;}
.msgname a.comment-reply-link:hover {background:#3690cf;color:#fff;border:1px solid transparent;font-size:12px;}
#comments span.iliuyan {float:right;margin-right:0;}
#comments span.iliuyan a {font-size:13px;font-size:0.95em;color:#999;}
#comments span.iliuyan a:hover {color:#3690cf;}
span.WB-OS {position:relative;display:none;margin-left:5px;top:-3px;letter-spacing:3px;}
.msgname:hover span.WB-OS {display:initial;}
#comments .msg .msgarticle span.WB-OS {top:-7px;}
#comments-nav {text-align:center;margin-top:18px;}
.com-page-list a {position:relative;margin-right:5px;padding:2px 8px;margin-left:-1px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:2px;}
.com-page-list a.on,.com-page-list a:hover {color:#fff;background:#3690cf;border:1px solid transparent;}
.com-page-list.pagination {padding:10px 0 15px 0;}
.single-avatar.vip2 {display:inline-block;padding:3px;width:70px;height:70px;background:url(images/avatar_yonghui.png) no-repeat;}
.single-avatar.vip1 {display:inline-block;padding:3px;width:70px;height:70px;background:url(images/avatar_puhui.png) no-repeat;}
.single-avatar.vip1 img,.single-avatar.vip2 img {padding:0;}
.single-avatar.vip3,.single-avatar.avatar_chunjie {display:inline-block;padding:4px;width:70px;height:70px;background:url(images/avatar_admin.png) -1px 0 no-repeat;}
.msgimg {position:relative;}
#comments .msg .msgarticle .msg i.author-ident {display:none;}
.commentlist .pagination {margin:0 auto -10px;text-align:center;}
/*--scroll--*/.backtop {z-index:999;bottom:65px;position:fixed;right:0px;margin-right:15px;cursor:pointer;transform:translate3d(0,0,0);}
.backtop a,.backtop i {color:#fff;}
.backtop .bt-box {padding:11px 12px;margin-bottom:5px;width:auto;height:auto;line-height:18px;vertical-align:middle;background:#363e49;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,0.04);text-align:center;}
.bt-box.weixin:hover,.bt-box.tnrt:hover,.bt-box.qq:hover,.backtop .bt-box:hover {background:#3690cf;}
.bt-box.weixin:hover a,.bt-box.tnrt:hover a,.bt-box.qq:hover a,.backtop .bt-box:hover i {color:#fff;}
.bt-box.tnrt a {font-size:16px;}
.backtop .weibo .pic {position:absolute;display:none}
.backtop .weixin .pic {position:absolute;display:none}
.backtop .top {display:none}
.backtop .weibo .pic {left:-150px;bottom:5px;max-width:150px;padding:8px;background:#fff;animation-duration:.5s;-webkit-animation:fade-in .5s;border:1px solid #ddd;box-shadow:0 1px 1px rgba(0,0,0,0.08);}
.backtop .weixin .pic {left:-133px;bottom:4px;max-width:132px;padding:8px;background:#fff;animation-duration:.5s;-webkit-animation:fade-in .5s;border:1px solid #ddd;box-shadow:0 1px 1px rgba(0,0,0,0.08);}
.backtop a:hover,.backtop i:hover {color:#f3f3f3;}
.backtop .phone .phones {background:#ff6f3d;}
#backtop i.fa {font-size:1.2em;font-weight:bold;}
/*browsehappy*/ #browsehappy {padding:.9em 0;border-bottom:1px solid #ddd;background:#FFF7D3;color:#aa6800;text-align:center;font-family:arial,sans-serif;font-size:14px}
#browsehappy a {padding:4px;color:#008DFD}
#browsehappy a:hover {text-decoration:underline}
/*加载更多*/.ias-trigger {float:right;position:relative;clear:both;top:0px;margin-bottom:0px;border-radius:4px;}
.ias-trigger a:hover {background:#3690cf;color:#fff;border:1px solid transparent;}
.ias-trigger i.fa {padding-right:3px;}
.ias-spinner a,.ias-trigger a,.ias-noneleft {font-size:14px;padding:8px 20px;background-color:#fff;display:block;border-radius:2px;border:1px #eee solid;}
.ias-noneleft {border:1px #eee solid;color:#FFF;background:#3690cf;float:right;position:relative;top:0px;clear:both;border-radius:4px;}
.index-page .ias-trigger,.index-page .ias-spinner,.index-page .ias-noneleft {margin-bottom:20px;}
.home-main .ias-spinner > div,.home-main .ias-noneleft {margin:20px 20px 20px auto;}
@-webkit-keyframes square-spin {25% {-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0);}
50% {-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg);}
75% {-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg);}
100% {-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0);}
}
@keyframes square-spin {25% {-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0);}
50% {-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg);}
75% {-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg);}
100% {-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0);}
}
.ias-spinner > div {width:34px;height:34px;margin-top:0px;display:inline-block;text-align:center;background-color:#3690cf;-webkit-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;}
.ias-spinner img {display:none;}
.ias-spinner {position:relative;float:right;top:4px;margin-right:20px;}
/*liuyan*/
.advid-item {
    float: left;
    color: #999;
    font-weight: normal;
    width: 48%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    position: relative;
}
.advid-item.mr0 {
    float: right;
}
.advid-item input[type="text"] {
    padding-left: 15px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    display: block;
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #cccccc;
}
.advid-item.advid-liuyan {
    width: 100%;
    height: 240px;
    border: 1px solid #e5e5e5;
    float: left;
}
.advid-item.advid-liuyan textarea {
    width: 98%;
    height: 214px;
    line-height: 28px;
    padding: 12px 10px;
    text-indent: 10px;
    font-size: 18px;
    font-family: "microsoft yahei";
    color: #333;
    border: 0 none;
    overflow: hidden;
    background: none;
    resize: none;
    display: block;
    outline: none;
}
.advid-bot {
    width: 100%;
}
.advid-bot .advid-sub {
    width: 18%;
    line-height: 46px;
    border: 2px solid #3fb150;
    margin-right: 2px;
    text-align: center;
    background: #3fb150;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.advid-bot .advid-sub:hover {
    background: none;
    color: #3fb150;
}
/*footer*/
.mini_search,.nav-s {display:none;}
/*pjax*/
span.toggle-btn,.nav-mlogo,
.nav-sjlogo, .nav-sousuo {
    display: none;
}
/* Responsive design */@-webkit-keyframes ballPulseDouble {0%,100% {-webkit-transform:scale(0);transform:scale(0)}
50% {-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes ballPulseDouble {0%,100% {-webkit-transform:scale(0);transform:scale(0)}
50% {-webkit-transform:scale(1);transform:scale(1)}
}
@media screen and (min-width:1000px) and (max-width:1200px) {
html {
    min-width: 100%;
}
.w1200 {
    width: 970px;
    padding: 0 15px;
}
.nav_main .nav li {
    width: 100px;
}
#banner_main .banner {
    height: 31.2vw;
    min-width: 100%;
}
.banner li img {
    width: 100%;
    height: auto;
    margin-left: -50%;
    min-width: 100%;
}
.floor_1 {
    width: 100%;
}
.floor_1 dl dt {
    width: 50%;
    height: 35vw;
}
.floor_1 dl dt img {
    width: 100%;
    height: 100%;
}
.floor_1 dl dd {
    width: 50%;
    height: auto;
}.floor_1 dl dd ul li {
    width: 48%;
    height: 17vw;
    margin-left: 2%;
    margin-bottom: 2%;
}
.floor_1 dl dd ul li img {
    width: 100%;
    height: 100%;
}
.floor_5_2 {
    margin-top: 10px!important;
}
.xbanner {
    background-position: left;
    margin-top: 60px;
}
.xbanner .slip_tit {
    width: 60%;
}
.xbanner .slip_tit .tit1 {
    font-size: 30px;
}
.xbanner .slip_btn {
    width: 36%;
    margin-right: 0;
}
.xbanner .slip_btn a {
    width: auto;
    background: -webkit-linear-gradient(top, #7bd989, #42b453);
}
.floor_3_main dl .jz {
    width: 100%;
    height: auto;
}
.floor_3_main dl dt {
    width: 50%;
}
.floor_3_main dl dd {
    width: 46%;
    padding: 0 2%;
}
.floor_3_main dl dt img {
    height: 100%;
}
.floor_3_main dl dd h3 {
    width: 100%;
    font-weight: normal;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.floor_3_main dl dd h3 span {
    width: 80%;
    position: absolute;
    margin-left: 88px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.floor_4_main {
    margin-top: 60px;
}
.index .indexTit .subtit {
    width: 100%;
}
.floor_4_1 {
    min-width: 100%;
}
.index .floor_6_main {
    background: #f5f5f5;
    height: 550px;
}
.index .floor_6_main .floor_6_1 {
    padding-top: 66px;
    width: 100%;
    height: 100%;
}
.index .floor_6_main .floor_6_1 dl {
    width: 100%;
}
.index .floor_6_main .floor_6_1 dl dt {
    width: 46%;
    margin-left: 0;
    padding: 31px 2% 31px 2%;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.index .floor_6_main .floor_6_1 dl dd {
    width: 50%;
    margin-right: 0;
}
.index .floor_6_main .floor_6_1 dl dd img {
    width: 100%;
    height: 100%;
}
.floor_6_3 {
    width: 100%;
}
.floor_6_3 .parHd {
    width: 100%;
}
.floor_6_3 .parHd s {
    width: 30.333%;
}
.floor_6_3 .parHd b {
    width: 30.333%;
}
.nav_main,
.floor_6_3 .parBd .slideBox ul,.floor_6_3 .parBd,.floor_6_3 .parBd .slideBox {
    width: 100%;
}
.floor_5_1 {
    width: 100%;
    padding-top: 55px;
}
.floor_5_1 .layB{
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.floor_5_1 .layB .tbC {
    width: 100%;
    height: 1070px;
    overflow: hidden;
}
.tempWrap {
    width: 100%!important;
}
.floor_5_1 .layB .tbC .slide {
    width: 100%!important;
    height: 372px;
    left: 0!important;
}
.floor_5_1 .layB .tbC .slide ul {
    width: 100%!important;
}
.floor_5_1 .layB .tbC .slide ul li {
    width: 48%;
    margin-right: 2%;
}
.floor_5_1 .layB .tbC .slide ul li h3 {
    width: 70%;
    padding-top: 25px;
    line-height: 70px;
}
.floor_5_1 .layB .tbC .slide ul li p {
    width: 100%;
    height: 100px;
    overflow: hidden;
    line-height: 28px;
}
.floor_5_1 .layB .tbC .slide ul li p span {
    line-height: 28px;
}
.floor_7_main ul {
    width: 90%;
    float: left;
}
.foot_z {
    padding-left: 50px;
    width: 300px;
}
.foot_y {
    border-right-color: transparent;
}
.foot_j {
    display: none;
}
.product-content .htmleaf-container {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.product-content .showProduct .imgtxtcon {
    margin-top: 20px;
    margin-left: 0;
}
}
@media screen and (max-width: 1000px){
.dibunav_on{
    margin-bottom: 56px;
}
.product-content .htmleaf-container{float:none;width: 100%;}
.product-content .mod18 .picBox li,.product-content .mod18 .picBox,.product-content .mod18{width: 100%;}
.product-content .mod18 .cf a img,.product-content .mod18 .picBox ul,.product-content .mod18 .picBox,.product-content .mod18 .picBox li{width: 100%;height:62.5vw;}
.product-content .mod18 .cf a{position:relative;width: 100%;height:62.5vw;}

.product-content .showProduct .imgtxtcon {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-top: 20px;
}
.product-content .showProduct .imgtxtcon .tel strong {
    font-size: 22px;
}
}
@media screen and (min-width:641px) and (max-width:999px) {
#header.fixed-nav.fixed-enabled.fixed-appear .sub-menu {top:0px;}
.container {max-width:640px;padding:0 8px;position:relative;}
.slide-wrap {margin-top:15px;}
#header.fixed-nav.fixed-enabled.fixed-appear .sub-menu li a {line-height:inherit;height:auto;}
.post-list {padding:1.30208vw 27.34375vw 1.30208vw 1.95312vw;margin-bottom:1.5625vw;}
.post-list.listad {padding:0;}
.post-pic {margin-right:-26.04166vw;width:26.04166vw;height:19.53125vw;float:right;margin-left:1.95312vw;text-align:right;}
.post-info {width:auto;float:inherit;margin-top:0;height:19.53125vw;}
a.post-cat {top:1.30208vw;right:1.30208vw;left:inherit;}
.post-info h2 {font-weight:500;-webkit-box-orient:vertical;font-size:2.34375vw;line-height:3.64583vw;padding-bottom:0.78125vw;text-align:justify;}
span.recommend-flag {border-radius:1rem;font-weight:inherit;font-size:1.5625vw;}
.info-desc {font-size:1.82291vw;margin-top:0.65104vw;line-height:3.125vw;overflow:hidden;}
span.info-author,span.info-viewnums {margin-right:1.95312vw;}
.cat_bg_img {padding:9.11458vw 0;}
.top_bg_txt h2 {font-size:2.86458vw;}
.top_bg_txt h2 span {line-height:3.90625vw;}
input,textarea,b,ul,li,i,button {-moz-transition:none;-webkit-transition:none;-o-transition:none;-ms-transition:none;transition:none;}
.header_top,.container,.swiper-main {transform:inherit;}
.one-main {width:100%;border-right:1px solid transparent;}
.swiper-button,.sidebox,.sidebar,.ong-read,#loadmore,.nav-login,.search_top,span.mx3-comment,span.mx3-date {display:none;}
header#header_main {z-index:999;top:0;height:60px;}
.ong-post-list {padding:20px 0px 20px 212px;}
.nav-sjlogo {display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    text-align: center;
    height: 100%;}
i.nav-bar {float: right;
    z-index: 1000;
    padding: 30px 15px;
    margin-right: 5px;}
.mini_search {padding:15px;width:95%;background:#f5f5f5;display:none;position:relative;overflow:hidden;top:0px;left:0;z-index:99;-webkit-box-pack:justify;border-bottom:1px solid transparent;border-color:#ebedf1;}
i.nav-bar span {margin-left:auto;margin-right:auto;display:block;width:30px;height:1px;margin-bottom:8px;position:relative;background:#000;border-radius:2px;z-index:1;-webkit-transform-origin:27px;transform-origin:27px;-webkit-transition:background 0.5s cubic-bezier(0.77,0.2,0.05,1),opacity 0.55s ease,-webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1);transition:background 0.5s cubic-bezier(0.77,0.2,0.05,1),opacity 0.55s ease,-webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1);transition:transform 0.5s cubic-bezier(0.77,0.2,0.05,1),background 0.5s cubic-bezier(0.77,0.2,0.05,1),opacity 0.55s ease;transition:transform 0.5s cubic-bezier(0.77,0.2,0.05,1),background 0.5s cubic-bezier(0.77,0.2,0.05,1),opacity 0.55s ease,-webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1);}
i.nav-bar.on span {opacity:1;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
i.nav-bar.on span:nth-last-child(3) {opacity:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
i.nav-bar.on span:nth-last-child(2) {opacity:0;transition:none;}
.nav-sjlogo i.fa {position:absolute;top:13px;right:5%;height:40px;width:40px;font-size:3em;padding:1px;cursor:pointer;text-indent:0;}
.mobile_aside {width:100%;max-width:77%;height:100%;position:fixed;bottom:0;background-color:#fff;overflow-x:hidden;overflow-y:auto;z-index:998;opacity:.95;}
.mobile_nav {top:90px;display:none;max-width:100%;height:auto;}
#header {position:fixed;width:100%;top:0px;}
.fixed-enabled {top:0;-webkit-box-shadow:0 0 3px 1px rgba(0,0,0,0.1);box-shadow:0 0 3px 1px rgba(0,0,0,0.1);}
.mobile-menu {margin-top:1px;height:auto;margin-bottom:1px;}
.navbar {float:none;}

.nav-pills > li {border-bottom:1px #c4c4c4 solid;line-height:60px;position:relative;width:100%;display:inherit;margin-right:0;text-align:left;float:left;}
.navbar li.active,.navbar li.on {width:100%;background:transparent;}
.nav-pills > li:first-child {border-top:1px #c4c4c4 solid;}
.nav-pills > li > a {height: 60px;
    font-size: 20px;
    display: block;
    text-indent: 2em;
    color: #333;
    line-height: 60px;
    padding: 0;}
.nav-pills > li > a i.fa {font-size:1em;padding-right:3px;}
span.toggle-btn {position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #333;
    text-align: center;
    top: 10px;
    right: 1em;
    cursor: pointer;
    z-index: 100;
    display: block;
    font-size: 20px;}
.mobile-menu .sub-menu {border-top:1px #6fabfb solid;background-color:#328bfa;text-align:left;position:relative;min-width:100%;z-index:10;font-size:14px;top:0;display:none;float:left;margin:0;padding:0;list-style:none;}
.toggle-btn .active:before {content:"\f068";}
.mobile-menu .sub-menu > li {position:relative;text-align:left;border-bottom: 1px #ffffff solid;}
.sub-menu li:last-child {border-bottom:0px solid transparent;}
.mobile-menu .sub-menu > li > a,.navbar li .sub-menu li a {color: #fff;
    display: block;
    font-size: 20px;
    text-indent: 3em;}
.logo {float:none;text-align:left;height:60px;line-height:60px;margin:0 auto;max-width:100%;width:100%;}
.logo img {height:50px;width:auto;margin-left:10px;}
.nav-sousuo {display:block;height:0;text-align:center;margin:0 auto;}
input#ls {padding-left:3%;width:90%;height:40px;line-height:40px;border:1px solid #E4E3E3;border-radius:0;background:#fff;margin-bottom:0;}
button.btn-search.dtb2 {font-size:1.2em;transition:all 0.4s ease;width:40px;border:none;background:transparent;cursor:pointer;position:absolute;height:40px;line-height:39px;right:6%;color:#A9A9A9;}
a#mo-so {text-align:center;color:#eee;display:inline-block;text-decoration:none;font-size:1.1em;}
a#mo-so i.fa {position: absolute;
    border-radius: 4px;
    top: 28px;
    right: 30px;
    margin-right: 30px;
    line-height: 28px;
    font-size: 30px;
    font-weight: 100;
    cursor: pointer;
    color: #666;
    padding: 0px 15px;}
/**/
html {
    width: 640px;
	min-width: 100%;
}
.head_main_nav,
.head_main_top {
    display: none;
}
.w1200 {
    width: 640px;
    min-width: 320px;
    margin: 0 auto;
}
nav.menu-nav {
    position: fixed;
    top: 0px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    width: 100%;
    z-index: 99999;
    display: block;
}
.nav-mlogo {
    float: left;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-left: 15px;
    height: 100%;
}
.nav-mlogo img {
    height: 75px;
    padding-top: 8px;
}
.nav_main{
width: 100%;
    height: auto;
}
.header_main {
    height: 0;
}
.header.w1200 {
    display: inline-block;
}
#banner_main {
    max-width: 100%;
    margin-top: 90px;
}
#banner_main {
    max-width: 100%;
    margin-top: 90px;
}
#banner_main .banner {
    height: 31.25vw;
    min-width: 50px;
}
#banner, .banner ul {
    max-height: 100%;
}
.banner li img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    margin-left: 0%;
    left: 0%;
}
#banner .tip {
    width: 100%;
    margin-left: 0;
    left: 0%;
}
.floor_0_main {
    display: none;
}
.floor_1 {
    width: 100%;
    padding-top: 25px;
}
.floor_1 dl dt {
    padding: 0 5%;
    width: 90%;
    height: auto;
    margin-bottom: 3%;
}
.floor_1 dl dt img {
    width: 100%;
    height: 100%;
}
.floor_1 dl dd {
    width: 90%;
    padding: 0 5%;
}
.floor_1 dl dd ul {
    margin-left: -3%;
}
.floor_1 dl dd ul li {
    width: 47%;
    height: 31.25vw;
    margin-left: 3%;
    margin-bottom: 3%;
}
.floor_1 dl dd ul li img {
    width: 100%;
    height: 100%;
}
.floor_1 dl dd ul li .d1 {
    width: 100%;
    height: 100%;
    background-color: #57b865;
}
.floor_1 dl dd ul li .d1 i{
margin-top: 8.59375vw;
}
.xbanner {
width: auto;
    background-position: left;
    padding: 0 20px;
}
.xbanner .slip_tit {
    width: 94%;
    padding: 0 3%;
}
.xbanner .slip_tit {
    width: 94%;
    padding: 0 3%;
}
.xbanner .slip_tit .tit1 {
    font-size: 28px;
}
.floor_3_main dl.dl1, .floor_3_main dl.dl2, .floor_3_main dl.dl3 {
    height: auto;
    background: #fff;
}
.floor_3_main dl .jz {
    padding: 0 3%;
    width: 94%;
    height: auto;
}
.xbanner .slip_btn {
    display: none;
}
.floor_3_main dl dt {
    width: 100%;
}
.floor_3_main dl dt img {
    width: 100%;
    height: 59.21875vw;
}
.floor_3_main dl dd {
    padding: 0 5%;
    width: 90%;
    float: left;
    background-color: #eee;
}
.floor_3_main dl dd h3, .floor_3_main dl.dl2 dd h3, .floor_3_main dl.dl3 dd h3 {
    padding-top: 30px;
}
.floor_4_main {
    height: 868px;
    display: inline-block;
    overflow: hidden;
    background: #288a71;
}
.index .indexTit .subtit {
    width: 100%;
}
.floor_4_1 {
    min-width: 100%;
    height: 100%;
}
.floor_4_1 .bd {
    width: 100%;
    margin-left: 0;
    left: 0;
}
.floor_4_1 .tempWrap {
    overflow: visible !important;
    color: black;
}
.floor_4_1 .tempWrap ul {
    margin-left: 0 !important;
    width: 100%!important;
    left: 0!important;
}
.floor_4_1 .bd li {
    width: 46%!important;
    margin: 0 2% 3% 2%;
    height: 210px;
}
.floor_4_1 .bd li img {
    width: 100%;
    height: auto;
}
.floor_4_1 .bd li .hui p {
    margin: 0 10px;
    width: 90%;
    font-size: 18px;
    padding-top: 104px;
    line-height: 25px;
}
.floor_4_1 .bd li:nth-child(1),.floor_4_1 .bd li.clone,
.floor_4_1 .bd li:hover .dl,.floor_4_1 .bd li .hui p span, .floor_4_1 .bd li .hui i {
    display: none;
}
.floor_4_1 .bd li:hover .hui {
    display: block;
}
.index .floor_6_main {
    height: auto;
    background: #fff;
}
.index .floor_6_main .floor_6_1 {
    width: 100%;
    height: auto;
    padding-top: 10px;
}
.index .floor_6_main .floor_6_1 dl {
    width: 100%;
}
.index .floor_6_main .floor_6_1 dl dt {
    width: 94%;
    margin: 0 3%;
    background: #fff;
    padding-top: 50px;
}
.index .floor_6_main .floor_6_1 dl dt h3 {
    font-size: 38px;
    line-height: 38px;
}
.index .floor_6_main .floor_6_1 dl dt i {
    width: 16%;
}	
.index .floor_6_main .floor_6_1 dl dt p {
    margin-right: 3%;
    height: auto;
    margin: 30px auto;
}
.index .floor_6_main .floor_6_1 dl dd {
    width: 94%;
    margin: 0 3%;
    background: #fff;
    padding-top: 30px;
}
.index .floor_6_main .floor_6_1 dl dd img {
    width: 100%;
    height: 100%;
}
.floor_6_3 {
    width: 100%;
}
.floor_6_3 .parHd {
    width: 100%;
}
.floor_6_3 .parHd b,
.floor_6_3 .parHd s {
    width: 20%;
}
.floor_6_3 .parBd {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.floor_6_3 .parBd .slideBox {
    width: 100%;
    height: auto;
}
a.sPrev, a.sNext, a.prev, a.next {
    display: none;
}
.tempWrap {
    margin: 0 3%;
    width: 94%!important;
}
.floor_6_3 .parBd .slideBox ul {
    width: 100%!important;
    height: auto;
    left: 0!important;
}
.floor_6_3 .parBd .slideBox ul li {
    width: 47%!important;
    margin-right: 3%;
    height: 200px;
    margin-bottom: 3%;
}
.floor_6_3 .parBd .slideBox ul li {
    width: 47%!important;
    margin-right: 3%;
    height: 200px;
    margin-bottom: 3%;
}
.floor_6_3 .parBd .slideBox ul li p {
    width: 100%;
}
.index .floor_5_main {
    padding-top: 20px;
	padding-bottom: 50px;
}
.index .indexTit {
    text-align: center;
    padding-top: 50px;
}
.floor_5_1 {
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.floor_5_1 .layB {
    width: 100%;
    height: auto;
}
.floor_5_1 .layB .tbC {
    width: 100%;
    height: auto;
}
.floor_5_1 .layB .tbC .slide {
    width: 100%!important;
    left: 0!important;
    height: auto;
}
.floor_5_1 .layB .tbC .slide ul.clone {
    display: none;
}
.floor_5_1 .layB .tbC .slide ul {
    width: 99%!important;
}
.floor_5_1 .layB .tbC .slide ul li {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin-right: 0;
}
.floor_5_1 .layB .tbC .slide ul li em {
    margin-left: 15px;
    margin-top: 20px;
}
.floor_5_1 .layB .tbC .slide ul li em span {
    font-size: 50px;
}
.floor_5_1 .layB .tbC .slide ul li h3 {
    width: 80%;
    padding-top: 15px;
    margin-left: 15px;
    padding-bottom: 15px;
}
.floor_5_1 .layB .tbC .slide ul li p {
    width: 100%;
    line-height: 130%;
}
.floor_5_1 .layB .tbC .slide ul li p span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.floor_7_main {
    width: 94%;
    padding: 0 3%;
    line-height: 180%;
    height: auto;
    min-height: 37px;
}
.floor_7_main .tit {
    margin-top: 6px;
}
.floor_7_main ul {
    width: 80%;
    height: auto;
    margin-top: 6px;
    float: left;
    line-height: 180%;
}
.floor_7_main ul li {
    line-height: 180%;
    height: auto;
}
.floor_7_main ul {
    width: 80%;
    float: left;
}
.footer_main {
    display: none;
}
.copyright {
    height: auto;
    line-height: 200%;
    padding: 10px 0;
}
.header_main .header.w1200 {
    width: 100%;
    margin: 0 auto;
}
}
@media screen and (max-width:640px) {
.header_main .header.w1200 {
    width: 100%;
    margin: 0 auto;
}
#header.fixed-nav.fixed-enabled.fixed-appear .sub-menu {top:0px;}
.container {max-width:640px;padding:0 8px;position:relative;}
.slide-wrap {margin-top:15px;}
#header.fixed-nav.fixed-enabled.fixed-appear .sub-menu li a {line-height:inherit;height:auto;}
.post-list {padding:1.30208vw 27.34375vw 1.30208vw 1.95312vw;margin-bottom:1.5625vw;}
.post-list.listad {padding:0;}
.post-pic {margin-right:-26.04166vw;width:26.04166vw;height:19.53125vw;float:right;margin-left:1.95312vw;text-align:right;}
.post-info {width:auto;float:inherit;margin-top:0;height:19.53125vw;}
a.post-cat {top:1.30208vw;right:1.30208vw;left:inherit;}
.post-info h2 {font-weight:500;-webkit-box-orient:vertical;font-size:2.34375vw;line-height:3.64583vw;padding-bottom:0.78125vw;text-align:justify;}
span.recommend-flag {border-radius:1rem;font-weight:inherit;font-size:1.5625vw;}
.info-desc {font-size:1.82291vw;margin-top:0.65104vw;line-height:3.125vw;overflow:hidden;}
span.info-author,span.info-viewnums {margin-right:1.95312vw;}
.cat_bg_img {padding:9.11458vw 0;}
.top_bg_txt h2 {font-size:2.86458vw;}
.top_bg_txt h2 span {line-height:3.90625vw;}
input,textarea,b,ul,li,i,button {-moz-transition:none;-webkit-transition:none;-o-transition:none;-ms-transition:none;transition:none;}
.header_top,.container,.swiper-main {transform:inherit;}
.one-main {width:100%;border-right:1px solid transparent;}
.swiper-button,.sidebox,.sidebar,.ong-read,#loadmore,.nav-login,.search_top,span.mx3-comment,span.mx3-date {display:none;}
header#header_main {z-index:999;top:0;height:60px;}
.ong-post-list {padding:20px 0px 20px 212px;}
.nav-sjlogo {display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    text-align: center;
    height: 100%;}
i.nav-bar {float: right;
    z-index: 1000;
    padding: 4.6875vw 2.34375vw;
    margin-right: 5px;}
.mini_search {padding:15px;width:95%;background:#f5f5f5;display:none;position:relative;overflow:hidden;top:0px;left:0;z-index:99;-webkit-box-pack:justify;border-bottom:1px solid transparent;border-color:#ebedf1;}
i.nav-bar span {margin-left:auto;margin-right:auto;display:block;width:4.6875vw;height:1px;margin-bottom:1.5625vw;position:relative;background:#000;border-radius:2px;z-index:1;-webkit-transform-origin:4.6875vw;transform-origin:4.6875vw;-webkit-transition:background 0.5s cubic-bezier(0.77,0.2,0.05,1),opacity 0.55s ease,-webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1);transition:background 0.5s cubic-bezier(0.77,0.2,0.05,1),opacity 0.55s ease,-webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1);transition:transform 0.5s cubic-bezier(0.77,0.2,0.05,1),background 0.5s cubic-bezier(0.77,0.2,0.05,1),opacity 0.55s ease;transition:transform 0.5s cubic-bezier(0.77,0.2,0.05,1),background 0.5s cubic-bezier(0.77,0.2,0.05,1),opacity 0.55s ease,-webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1);}
i.nav-bar.on span {opacity:1;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
i.nav-bar.on span:nth-last-child(3) {opacity:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
i.nav-bar.on span:nth-last-child(2) {opacity:0;transition:none;}
.nav-sjlogo i.fa {position:absolute;top:13px;right:5%;height:40px;width:40px;font-size:3em;padding:1px;cursor:pointer;text-indent:0;}
.mobile_aside {width:100%;max-width:77%;height:100%;position:fixed;bottom:0;background-color:#fff;overflow-x:hidden;overflow-y:auto;z-index:998;opacity:.95;}
.mobile_nav {top:14.0625vw;display:none;max-width:100%;height:auto;}
#header {position:fixed;width:100%;top:0px;}
.fixed-enabled {top:0;-webkit-box-shadow:0 0 3px 1px rgba(0,0,0,0.1);box-shadow:0 0 3px 1px rgba(0,0,0,0.1);}
.mobile-menu {margin-top:1px;height:auto;margin-bottom:1px;}
.navbar {float:none;}

.nav-pills > li {border-bottom:1px #c4c4c4 solid;line-height:60px;position:relative;width:100%;display:inherit;margin-right:0;text-align:left;float:left;}
.navbar li.active,.navbar li.on {width:100%;background:transparent;}
.nav-pills > li:first-child {border-top:1px #c4c4c4 solid;}
.nav-pills > li > a {height: 60px;
    font-size: 20px;
    display: block;
    text-indent: 2em;
    color: #333;
    line-height: 60px;
    padding: 0;}
.nav-pills > li > a i.fa {font-size:1em;padding-right:3px;}
span.toggle-btn {position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #333;
    text-align: center;
    top: 10px;
    right: 1em;
    cursor: pointer;
    z-index: 100;
    display: block;
    font-size: 20px;}
.mobile-menu .sub-menu {border-top:1px #6fabfb solid;background-color:#328bfa;text-align:left;position:relative;min-width:100%;z-index:10;font-size:14px;top:0;display:none;float:left;margin:0;padding:0;list-style:none;}
.toggle-btn .active:before {content:"\f068";}
.mobile-menu .sub-menu > li {position:relative;text-align:left;border-bottom: 1px #ffffff solid;}
.sub-menu li:last-child {border-bottom:0px solid transparent;}
.mobile-menu .sub-menu > li > a,.navbar li .sub-menu li a {color: #fff;
    display: block;
    font-size: 20px;
    text-indent: 3em;}
.logo {float:none;text-align:left;height:60px;line-height:60px;margin:0 auto;max-width:100%;width:100%;}
.logo img {height:50px;width:auto;margin-left:10px;}
.nav-sousuo {display:block;height:0;text-align:center;margin:0 auto;}
input#ls {padding-left:3%;width:90%;height:40px;line-height:40px;border:1px solid #E4E3E3;border-radius:0;background:#fff;margin-bottom:0;}
button.btn-search.dtb2 {font-size:1.2em;transition:all 0.4s ease;width:40px;border:none;background:transparent;cursor:pointer;position:absolute;height:40px;line-height:39px;right:6%;color:#A9A9A9;}
a#mo-so {text-align:center;color:#eee;display:inline-block;text-decoration:none;font-size:1.1em;}
a#mo-so i.fa {    position: absolute;
    border-radius: 4px;
    top: 3.90625vw;
    right: 4.6875vw;
    margin-right: 4.375vw;
    line-height: 4.375vw;
    font-size: 4.6875vw;
    font-weight: 100;
    cursor: pointer;
    color: #666;
    padding: 0px 2.34375vw;}
/**/
html {
    width: 100%;
	min-width: 100%;
}
a.sPrev, a.sNext,a.next, a.prev,
.head_main_nav,
.head_main_top {
    display: none;
}
.w1200 {
    width: 94%;
    max-width: 640px;
    margin: 0 3%;
}
nav.menu-nav {
    position: fixed;
    top: 0px;
    height: 14.0625vw;
    line-height: 14.0625vw;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    width: 100%;
    z-index: 99999;
    display: block;
}
.nav-mlogo {
    float: left;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-left: 15px;
    height: 100%;
    width: 80%;
}
.nav-mlogo img {
    height: 12vw;
    vertical-align: top;
    padding-top: 0.78125vw;
}
.nav_main{
width: 100%;
    height: auto;
}
.header_main {
    height: 0;
}
.header.w1200 {
    display: inline-block;
}
#banner_main {
    max-width: 100%;
    margin-top: 14.0625vw;
}
#banner_main .banner {
    height: 31.25vw;
    min-width: 50px;
}
#banner, .banner ul {
    max-height: 100%;
}
.banner li img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    margin-left: 0%;
    left: 0%;
}
#banner .tip {
    width: 100%;
    margin-left: 0;
    left: 0%;
}
.floor_0_main {
    display: none;
}
.floor_1 {
    width: 100%;
    padding-top: 25px;
}
.floor_1 dl dt {
    padding: 0 5%;
    width: 90%;
    height: auto;
    margin-bottom: 3%;
}
.floor_1 dl dt img {
    width: 100%;
    height: 100%;
}
.floor_1 dl dd {
    width: 90%;
    padding: 0 5%;
    height: 100%;
}
.floor_5_2 {
    margin-top: 1.5625vw!important;
}
.floor_1 dl dd ul {
    margin-left: -3%;
}
.floor_1 dl dd ul li {
    width: 47%;
    height: 31.25vw;
    margin-left: 3%;
    margin-bottom: 3%;
}
.floor_1 dl dd ul li img {
    width: 100%;
    height: 100%;
}
.floor_1 dl dd ul li .d1 {
    width: 100%;
    height: 100%;
    background-color: #57b865;
}
.floor_1 dl dd ul li .d1 i{
margin-top: 8.59375vw;
}
.xbanner {
    width: auto;
    background-position: left;
    padding: 0 20px;
	padding: 0 20px;
    height: 31.25vw;
    margin-top: 9.375vw;
}
.xbanner .slip_tit .tit2 {
    font-size: 3.75vw;
}
.xbanner .slip_tit .tit1 {
    font-size: 4.375vw;
    padding-top: 8.59375vw;
}
.xbanner .slip_tit {
    width: 94%;
    padding: 0 3%;
}
.xbanner .slip_tit {
    width: 94%;
    padding: 0 3%;
}
.floor_3_main dl.dl1, .floor_3_main dl.dl2, .floor_3_main dl.dl3 {
    height: auto;
    background: #fff;
}
.floor_3_main dl .jz {
    padding: 0 3%;
    width: 94%;
    height: auto;
}
.xbanner .slip_btn {
    display: none;
}
.floor_3_main dl dt {
    width: 100%;
}
.floor_3_main dl dt img {
    width: 100%;
    height: 59.21875vw;
}
.floor_3_main dl dd {
    padding: 0 5%;
    width: 90%;
    float: left;
    background-color: #eee;
}
.floor_3_main dl dd h3, .floor_3_main dl.dl2 dd h3, .floor_3_main dl.dl3 dd h3 {
    padding-top: 4.6875vw;
}
.floor_3_main dl3 dd h3,
.floor_3_main dl2 dd h3,
.floor_3_main dl dd h3 {
    height: 12.03125vw;
}
.floor_3_main dl.dl3 dd h3 i,
.floor_3_main dl.dl2 dd h3 i,
.floor_3_main dl dd h3 i {
    width: 12.03125vw;
    height: 12.03125vw;
}
.floor_3_main dl3 dd h3 span,
.floor_3_main dl2 dd h3 span,
.floor_3_main dl dd h3 span {
    width: 80%;
    margin-left: 2.8125vw;
    font-size: 4.6875vw;
    line-height: 12.03125vw;
}
.floor_3_main dl dd p {
    line-height: 4.6875vw;
    margin: 3.43750vw 0;
    height: 12.81249vw;
    font-size: 2.5vw;
}
.floor_4_main {
    height: 135.625vw;
    display: inline-block;
    overflow: hidden;
    background: #288a71;
}
.index .indexTit .subtit {
    width: 100%;
    font-size: 2.8125vw;
}
.floor_4_1 {
    min-width: 100%;
    height: 100%;
	margin-top: 7.8125vw;
}
.floor_4_1 .bd {
    width: 100%;
    margin-left: 0;
    left: 0;
}
.floor_4_1 .tempWrap {
    overflow: visible !important;
    color: black;
}
.floor_4_1 .tempWrap ul {
    margin-left: 0 !important;
    width: 100%!important;
    left: 0!important;
}
.floor_4_1 .bd li {
    width: 46%!important;
    margin: 0 2% 3% 2%;
    height: 32.8125vw;
}
.floor_4_1 .bd li img {
    width: 100%;
    height: 100%;
}
.floor_4_1 .bd li .hui p {
    margin: 0 10px;
    width: 90%;
    font-size: 2.8125vw;
    padding-top: 16.25vw;
    line-height: 3.90625vw;
}
.floor_4_1 .bd li:nth-child(1),.floor_4_1 .bd li.clone,.floor_4_1 .bd li .dl,
.floor_4_1 .bd li:hover .dl,.floor_4_1 .bd li .hui p span, .floor_4_1 .bd li .hui i {
    display: none;
}
.floor_4_1 .bd li:hover .hui {
    display: block;
}
.index .floor_6_main {
    height: auto;
    background: #fff;
}
.index .floor_6_main .floor_6_1 {
    width: 100%;
    height: auto;
    padding-top: 10px;
}
.index .floor_6_main .floor_6_1 dl {
    width: 100%;
}
.index .floor_6_main .floor_6_1 dl dt {
    width: 94%;
    margin: 0 3%;
    background: #fff;
    padding-top: 50px;
}
.index .floor_6_main .floor_6_1 dl dt h3 {
    font-size: 38px;
    line-height: 38px;
}
.index .floor_6_main .floor_6_1 dl dt i {
    width: 16%;
}	
.index .floor_6_main .floor_6_1 dl dt p {
    margin-right: 3%;
    height: auto;
    margin: 30px auto;
}
.index .floor_6_main .floor_6_1 dl dd {
    width: 94%;
    margin: 0 3%;
    background: #fff;
    padding-top: 30px;
}
.index .floor_6_main .floor_6_1 dl dd img {
    width: 100%;
    height: 100%;
}
.floor_6_3 {
    width: 100%;
}
.floor_6_3 .parHd {
    width: 100%;
}
.floor_6_3 .parHd b,
.floor_6_3 .parHd s {
    display: none;
}
.floor_6_3 .parBd {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.floor_6_3 .parBd .slideBox {
    width: 100%;
    height: auto;
}
.tempWrap {
    margin: 0 3%;
    width: 94%!important;
}
.floor_6_3 .parBd .slideBox ul {
    width: 100%!important;
    height: auto;
    left: 0!important;
}
.floor_6_3 .parBd .slideBox ul li {
    width: 47%!important;
    margin-right: 3%;
    height: 31.25vw;
    margin-bottom: 3%;
}
.floor_6_3 .parBd .slideBox ul li {
    width: 47%!important;
    margin-right: 3%;
    height: 31.25vw;
    margin-bottom: 3%;
}
.floor_6_3 .parBd .slideBox ul li p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index .floor_5_main {
    padding-top: 20px;
	padding-bottom: 50px;
}
.index .indexTit {
    text-align: center;
    padding-top: 7.8125vw;
}
.floor_5_1 {
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.index .indexTit .tit {
    font-size: 5.625vw;
}
.floor_5_1 .layB {
    width: 100%;
    height: auto;
}
.floor_5_1 .layB .tbC {
    width: 100%;
    height: auto;
}
.floor_5_1 .layB .tbC .slide {
    width: 100%!important;
    left: 0!important;
    height: auto;
}
.floor_5_1 .layB .tbC .slide ul.clone {
    display: none;
}
.floor_5_1 .layB .tbC .slide ul {
    width: 99%!important;
}
.floor_5_1 .layB .tbC .slide ul li {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin-right: 0;
}
.floor_5_1 .layB .tbC .slide ul li em {
    margin-left: 2.34375vw;
    margin-top: 3.125vw;
}
.floor_5_1 .layB .tbC .slide ul li em span {
    font-size: 50px;
}
.floor_5_1 .layB .tbC .slide ul li h3 {
    width: 71.875vw;
    padding-top: 2.34375vw;
    margin-left: 2.34375vw;
    padding-bottom: 2.34375vw;
}
.floor_5_1 .layB .tbC .slide ul li p {
    width: 100%;
    line-height: 130%;
}
.floor_5_1 .layB .tbC .slide ul li p span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.floor_7_main {
    width: 94%;
    padding: 0 3%;
    line-height: 180%;
    height: auto;
    min-height: 37px;
}
.floor_7_main .tit {
    margin-top: 6px;
}
.floor_7_main ul {
    width: 80%;
    height: auto;
    margin-top: 6px;
    float: left;
    line-height: 180%;
}
.floor_7_main ul li {
    line-height: 180%;
    height: auto;
}
.floor_7_main ul {
    width: 80%;
    float: left;
}
.footer_main {
    display: none;
}
.copyright {
    height: auto;
    line-height: 200%;
    padding: 10px 0;
}
.floor_6_3 .parBd .slideBox ul li img {
    width: 100%;
    height: 100%;
}
.floor_1 dl dt a:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.floor_1 dl dt:hover p {
    display: block;
}
.floor_1 dl dt:hover em {
    display: none;
}
.floor_1 dl dt p {
    width: 90%;
    height: 50px;
    left: 5%;
}
.floor_1 dl dd ul li .d1 i {
    display: none;
}
.floor_1 dl dd ul li .d1 h3 {
    font-size: 3.76470vw;
    padding-top: 7.05882vw;
}
.floor_1 dl dt p span {
    float: none;
    width: 100%;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 0;
}
.floor_1 dl dt p i {
    display: none;
}
}
@media screen and (max-width:560px) {
.floor_5_1 .layB .tbC .slide ul li h3 {
    width: 68.75vw;
}
}
@media screen and (max-width:500px) {
#comments span.iliuyan,span.ong-mu-ml-clock,span.ong-mu-ml-comment {display:none;}
.floor_6_3 .parHd ul li {
    width: 48%;
}
.floor_6_3 .parHd ul li:first-child+li {
    margin-left: 2%;
}
.floor_4_1 .bd li .hui p {
    padding-top: 20vw;
}
.xbanner {
    height: 40vw;
    margin-top: 12vw;
}
.floor_4_main {
    height: 100%;
    padding-bottom: 20px;
}
.floor_4_1 .bd {
    position: relative;
}
.floor_4_1 .hd {
    display: none;
}
.floor_5_1 .layB .tbC .slide ul li em {
    font-size: 3.2vw;
    margin-left: 3vw;
    margin-top: 4vw;
}
.floor_5_1 .layB .tbC .slide ul li em span {
    font-size: 10vw;
	line-height: 10vw;
}
.floor_5_1 .layB .tbC .slide ul li h3 {
    width: 69vw;
    padding-top: 3vw;
    margin-left: 3vw;
    padding-bottom: 3vw;
}
.floor_5_1 .layB .tbC .slide ul li p {
    font-size: 4vw;
}
.floor_5_1 .layB .tbC .slide ul li p span {
    font-size: 2.80000vw;
    line-height: 4.39999vw;
    padding-top: 2.80000vw;
}
.floor_4_1 .bd li .hui {
    height: 30.8125vw;
}
.floor_7_main ul {
    width: 100%;
}
p.copy {
    padding: 0 10px;
}
}
@media screen and (max-width:425px) {
#toolbar {
    display: none;
}
.floor_6_3 .parHd ul {
    width: 94%;
	margin: 0 3%
}
.index .menu li {
    width: 45%;
    margin: 0 1% 10px;
}
.floor_6_3 .parBd .slideBox ul li img {
    width: 100%;
    height: 100%;
}
}
@media screen and (max-width:375px) {
.floor_5_1 .layB .tbC .slide ul li h3 {
    width: 66.66666vw;
    padding-top: 2.66666vw;
    margin-left: 2.66666vw;
    padding-bottom: 2.66666vw;
}
.xbanner .slip_tit .tit2 {
    font-size: 3.75vw;
    line-height: 180%;
}
.xbanner .slip_tit .tit1 {
    padding-top: 6.66666vw;
}
.nav-pills > li > a {
    font-size: 4.26666vw;
}
}