﻿/******************pennychen css***********************/

/*** 

====================================================================
			Fonts
====================================================================

 ***/


@import url('owl.css');
@import url('animate.css');
@import url('custom-animate.css');



/*** Reset ***/

*{
	margin:0px;
	padding:0px;

}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight: normal;
	position: relative;
	overflow-x:hidden;
}
a{
	text-decoration:none;
	cursor:pointer;
	color: #d5ae82;
}

.theme_color{
	color:#d5ae82;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active{
	text-decoration:none;
	outline:none;
}



textarea{
	overflow:hidden;
	resize: none;	
}

button{
	outline: none !important;
	cursor: pointer;
}


::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}


figure{
	display: block;
	margin: 0;
	padding: 0;
}



/**********去除苹果样式*************/
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}   
.button{ border-radius: 0; } 








/**************头部*****************/
.header {
	float: left;
	width: 100%;
	position: fixed;
	*position: inherit;
	_position: inherit;
	z-index: 205;
	height: 100px;
	top: 0px;
	left: 0px;
}
.header_box {
	width: 100%;
	margin: 0px auto;
	height: auto;
	padding-top: 0px;
}

.header_top {
	width: 100%;
	margin: 0px auto;
	height: 30px;
	background:url(/public/images/topbg.jpg) repeat left center;
}

.logo {
	float: left;
	width: 250px;
	height: 64px;
	padding: 0px 0px 0px 0px;
	margin-top: 5px;
	position: absolute;
	top: 0px;
	z-index: 200;
	left: 0px;
}
.logo a {
	float: left;
}
.logo a img {
	float: left;
	width: auto;
	height: 64px;
}

.head_tel {
	float: left;
	width: auto;
	height: auto;
	padding: 0px 130px 0px 0px;
	margin-top: 0px;
	position: absolute;
	top: 100px;
	right: 0px;
	color: #FFFFFF;
	background:url(/public/images/tel_head.png) no-repeat center right;
}

/************* menu *****************/
.menubox {
	float: left;
	width: 100%;
}
.menu {
	width: 100%;
	margin: 0px auto;
	position: relative;
	height: auto;
	clear: both;
}


.logo_box {
	height: 78px;
	width: auto;
	margin: 9px auto 3px auto;
	z-index: 200;
	float: left;
}
#logo {
	width: auto;
	height: auto;
	z-index: 500;
}
#logo a {
	float: left;
}
#logo a img {
	width: auto;
	height: 78px;
}

.note {
	height: auto;
	width: auto;
	margin: 0px auto;
	z-index: 200;
	float: left;
}
.note p {
	height: 32px;
	width: 200px;
	margin: 30px 20px 17px 20px;
	float: left;
	border-radius: 50px; /* css 3标准 */




    -moz-border-radius: 50px; /* mozilla */
    -webkit-border-radius: 50px;
	border: 1px #0C2036 solid;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	color: #0C2036;
}


/************/
#fixedmenu {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.main_nav_list {
	width: 1240px;
	margin: 0px auto;
}
.main_nav_list li a {
	display: block;
	font-size: 16px;
	line-height: 70px;
	font-weight: bold;
}
.main_nav_list li a:hover {
	text-decoration: none;
	color: #1b94d3;
}
.main_nav_list li:hover {
}

.main_nav_list li p a {
	display: block;
	font-size: 15px;
	height: auto;
	line-height: 24px;
	border-top: none;
	color: #FFFFFF;
	padding: 12px 5%;
}
.main_nav_list li p a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#1b94d3;
	border-top: none;
}

.main_nav_list li:hover a {
	color: #1b94d3;
}
.main_nav_list li:hover p a {
	color: #fff;
}
.main_nav_list li a.active {
	color: #FB7736;
	text-decoration: none;
}
.main_nav_list li a.active:hover {
	color: #FB7736;
}


/****/
.show {
	position:relative;
	width:auto;
	height:70px;
	text-align:center;
	line-height:70px;
	float: left;
	z-index: 102;
	padding: 15px 30px;
	margin: 0px 0px;
}
.show:last-child {
	position:relative;
	width:auto;
	height:70px;
	text-align:center;
	line-height:70px;
	float: left;
	z-index: 102;
	padding: 15px 0px 15px 30px;
	margin: 0px 0px;
}
.show a{
	color:#000000;
	width:auto;
	padding: 0px;
}
.hidden{
	position:absolute;
	top:100px;
	left: 20px;
	padding: 0px;
	background:url(/public/images/he_bg.png) repeat top left;
	width: 160px;
	z-index: 100;
}
.hidden a{ display:inline-block; color:#FFFFFF;}
.hidden_menu {
	position:absolute;
	top: 100px;
	left: -20px;
	padding: 0px;
	width: 160px;
	z-index: 100;
	background-color: #743483;
	color: #FFFFFF;
}
.hidden2{ left: -30px; }
.hidden3{ left: 5px; }


/**** menu ****/



/*******移动端*******/
.remodal {
	display: none;
}

.nav {
	display: none;
}
.nav a {
	display: none;
}

button#showRightPush {
	display: none;
}
.cbp-spmenu {
	display: none;
}



/*************end 头部*****************/




/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	z-index:1;
}

.banner-one{
	position: relative;
	padding-top: 0px;
}

.banner-carousel{
	position: relative;
	z-index: 1;
}

.banner-carousel .slide-item{
	position: relative;
	display: block;
	color: #ffffff;
	padding: 50px 0px;
	overflow:hidden;
}

.banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}

.banner-carousel .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 740px;
	padding: 20px 0px;
	z-index:5;
}

.banner-two .banner-carousel .content-box{
	padding-top: 100px;
}

.banner-three .banner-carousel .content-box{
	height: 640px;
}

.banner-carousel .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 50px 0px;
}

.banner-carousel .content-box .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 500px;
}

.banner-carousel .content-right .content-box .inner{
	float: right;
}

.banner-two .banner-carousel .content-right .content-box .inner{
	max-width: 620px;
}

.banner-three .banner-carousel .content-center .content-box .inner{
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.banner-carousel .content-box .subtitle{
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.banner-carousel .active .content-box .subtitle{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .content-box h1{
	display: block;
	font-size: 55px;
	line-height: 72px;
	color: #ffffff;
	font-weight: bold;
	opacity: 0;
	margin-bottom: 25px;
	text-transform: capitalize;
	letter-spacing: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform:capitalize;
}

.banner-two .banner-carousel .content-box h1{
	font-size: 64px;
	text-transform: uppercase;
}

.banner-three .banner-carousel .content-box h1{
	font-size: 64px;
	text-transform: uppercase;
}

.banner-carousel .active .content-box h1{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-two .banner-carousel .active .content-box h1,
.banner-three .banner-carousel .active .content-box h1{
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .text{
	display: block;
	font-size: 24px;
	line-height: 48px;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 42px;
	max-width: 520px;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-carousel .active .content-box .text{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-two .banner-carousel .active .content-box .text,
.banner-three .banner-carousel .active .content-box .text{
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}

.banner-three .banner-carousel .content-center .content-box .text{
	margin: 0 auto 42px;
}

.banner-carousel .content-box .links-box{
	position: relative;
	opacity: 0;
	z-index: 5;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.banner-carousel .active .content-box .links-box{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}

.banner-two .banner-carousel .active .content-box .links-box,
.banner-three .banner-carousel .active .content-box .links-box{
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .links-box .theme-btn{
	vertical-align: top;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.banner-carousel .links-box .discount-btn{
	position: relative;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	padding: 5px 0px;
	padding-left: 95px;
}

.banner-carousel .links-box .discount-btn .icon{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	padding: 20px 10px;
	line-height: 40px;
	text-align: center;
	display: block;
	background: url('/public/images/icons/discount-icon.png') center center no-repeat;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 700;
}

.banner-carousel .links-box .discount-btn .btn-title{
	position: relative;
	display: block;
	text-align: left;
}

.banner-section .owl-theme .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width:100%;
	height:0;
	margin-top: -35px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	display:block;
}

.banner-section .owl-theme .owl-nav .owl-prev{
	position: absolute;
	left: 40px;
	background: url(/public/images/prev2.png) no-repeat center center;
	height: 105px;
	width: 72px;
	border: none; 
	text-align: center;
	line-height: 70px;
	color: #acb7c6;
	font-size: 24px;
	border-radius: 0;
	opacity: 0.5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next{
	position: absolute;
	right: 40px;
	background: url(/public/images/next2.png) no-repeat center center;
	height: 105px;
	width: 72px;
	border: none; 
	text-align: center;
	line-height: 70px;
	color: #acb7c6;
	font-size: 24px;
	border-radius: 0;
	opacity: 0.5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-nav .owl-prev:hover, 
.banner-section .owl-nav .owl-next:hover{
	color: #d5ae82;
	opacity: 1;
}

.banner-section .owl-theme .owl-dots{
	display: block;
}

.banner-two .owl-theme .owl-dots{
	display: block;
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.banner-two .owl-theme .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	margin: 0px 10px;
}

.banner-two .owl-theme .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background: none;
	outline: 2px solid #000;
	outline-offset: 4px;
}

.banner-two .owl-theme .owl-dots .owl-dot.active span{
	background: #000;
}

.banner-three .banner-carousel .owl-nav{
	display: block;
}

.banner-three .banner-carousel .owl-dots{
	display: block;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -60px;
	width: 55px;
	text-align: right;
	counter-reset:slides-num;
	font-family: 'Playfair Display', serif;
}

.banner-three .banner-carousel .owl-dots .owl-dot{
	position:relative;
	display: block;
	margin-bottom: 8px;
	padding-left: 35px !important;
	counter-increment: slides-num;
}

.banner-three .banner-carousel .owl-dots .owl-dot span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner-three .banner-carousel .owl-dots .owl-dot span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 1px;
	width: 0px;
	border-bottom: 1px solid #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-three .banner-carousel .owl-dots .owl-dot.active span:before{
	width: 28px;
}

.banner-three .banner-carousel .owl-dots .owl-dot span:after{
	content: '';
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-three .banner-carousel .owl-dots .owl-dot.active span:after{
	opacity: 0;
}

.banner-three .banner-carousel .owl-dots .owl-dot:after{
	content:"0" counter(slides-num) "";
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 700;
	left: 0px;
	top: 0px;
	opacity: 0;
}

.banner-three .banner-carousel .owl-dots .owl-dot.active:after{
	opacity: 1;
}

.btn-title{
	padding: 10px 0px;
	width: 180px;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: normal;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	border: 1px #fff solid;
}









/*****************标题版块*****************/
.speech {
	padding: 2% 2% 2% 2%;
	width: 96%;
	height: auto;
	clear: both;
	margin: 0px auto;
	float: left;
}
.speech h1 {
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	font-size: 48px;
	line-height: 72px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	letter-spacing: 10px;
}
.speech h2 {
	padding: 0px 10% 0px 10%;
	width: 80%;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	color: #999;
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	letter-spacing: 0px;
}


/*******首页 业务********/
.g_box {
	width: 98%;
	height: auto;
	float: left;
	padding: 0px 1% 0% 1%;
}
.g_img {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	float: left;

	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	position: relative;
}

.g_blk {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	float: left;
	position: absolute;
	height: 40px;
	bottom: -40px;
	left: 0px;
	background-color: #FFFFFF;
	z-index: 25;
}


.g_img img {
	margin: 0px;
	padding: 0%;
	width: 100%;
	float: left;
	height: auto;
}
.g_img img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.80;
}
.g_img .news_right {
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 33.33%;
	float: left;

	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	position: relative;
	background-color: #000;
	height: auto;
}
.g_img a {
	margin: 0px;
	padding: 0px 0px;
}

.news_right .cir {
	width: 100%;
	float: left;
	background: none;
	position: absolute;
	height: 300px;
}
.cir:hover{
	width: 100%;
	float: left;
	background: url(/public/images/cir.png) no-repeat center center;
}

/***************/
.cover {
	display: block;
	position: absolute;
	bottom: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	width: 98%;
	height: 65px;
	background:url(/public/images/boxc_bg.png) repeat center center;
	color: #FFFFFF;
	vertical-align:middle;
	margin: 0% 1% 1% 1%;
	left: 0px;
	float: left;
}
.g_img .news_right:hover .cover {
	display: block;
	bottom: 0px;
}
.cover h1 {
	padding: 0px 0px 0px 3%;
	text-align: left;
	font-size: 20px;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: normal;
	width: 96%;
}
.news_right .cover h1 {
	padding: 6px 0px 5px 3%;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: bold;
	width: 96%;
}
.cover h1 a {
	color: #FFFFFF;
}
.cover h1 a:hover {
	color: #FFFF99;
}



/********首页新闻动态**********/
.project {
	width: 100%;
	height: auto;
	padding: 2% 0px 5% 0px;
	margin: 0px auto;
	clear: both;
	float: left;
	background-color: #fff;
}
.event {
	width: 100%;
	height: auto;
	padding: 2% 0px 8% 0px;
	margin: 0px auto;
	clear: both;
	float: left;
	background-color: #EFEFEF;
}



/*************/
.ev_con {
	clear: none;
	width: 98%;
	margin: 0px auto;
}

.ev_con_box {
	clear: none;
	width: 23.2%;
	margin: 0px 0%;
	float: left;
	background-color: #FFFFFF;
	padding: 5% 5% 8% 5%;
	border-right: 1px #EBEBEB solid;
}
.ev_con_box:hover {
	background-color:#EEF8FF}



/********首页 新闻列表*********/
.a_box {
	width: 100%;
	float: left;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 0px;
}

.ab_left {
	width: 390px;
	margin: 0px 0px 0px 0px;
}
.ab_right {
	width: 380px;
	margin: 0px 0px 0px 20px;
}
.a_box .tag {
	float: left;
	height: auto;
	width: 100%;
	display: block;
	margin-bottom: 50px;
}
.a_box .tag h1 {
	width: 100%;
	color: #333333;
}
.a_box .tag h1 a {
	float: left;
	font-size: 24px;
	line-height: 42px;
	height: 80px;
	color: #333333;
	text-align: left;
	font-weight: normal;
	padding: 0px 0px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.a_box .tag h1 a:hover, .a_box:hover .tag h1 a {
	color: #ea7e15;
}
.a_box a.tmore {
	width: 100%;
	color: #FFFFFF;
	line-height: 50px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	padding: 100px 0px 100px 0px;
	background: url(/public/images/amore_bg.png) repeat;
	margin: 0px 0px 0px 0px;
	height: 50px;
	float: left;
}
.a_box .a.tmore:hover {
	color: #FFFFFF;
	background-color: #666666;
}


/***************/
ul.n_p .n_p_img {
	clear: both;
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	height: 250px;
	margin-bottom: 20px;
	text-align: center;
}
ul.n_p .n_p_img img {
	clear: both;
	width: 100%;
}

/**************/
ul.n_p {
	clear: both;
	float: left;
	width: 100%;
}

ul.n_p li {
	padding: 8px 0px 8px 0px;
	font-weight:normal;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	line-height: 28px;
	font-size: 15px;
	clear: both;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;

	-o-text-overflow:ellipsis;
	display: -webkit-box;

	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-webkit-box-orient:vertical;
	height: 28px;
	float: left;
	width: 100%;
	border-bottom: 1px #ccc solid;
}
ul.n_p li a {
	color:#666666;
}
ul.n_p li a:hover {
	color:#CA0000;
}

ul.n_p p a {
	float:left;
	font-size:16px;
	width: 100%;
	line-height:36px;
	color: #666666;
	height: 105px;
}
.n_date {
	float: left;
	width: 100%;
	padding: 0px;
	height: auto;
	font-size: 15px;
	line-height: 36px;
	color: #999999;
	text-align: left;
}



/***/
.more {
	clear: both;
	margin: 0px auto 0px auto;
	width: 360px;
	height: 48px;
	padding: 0px auto 20px auto;
}
.more a {
	width: 90%;
	color: #333333;
	line-height: 28px;
	font-size: 18px;
	font-weight: normal;
	border: 1px #ccc solid;
	border-radius: 8px; /* css 3标准 */

    -moz-border-radius: 8px; /* mozilla */
    -webkit-border-radius: 8px;
	text-align: center;
	padding: 18px 10%;
	float: left;
	margin-top: 50px;
	background-color: #FFFFFF;
}
.more a:hover {
	color: #1b94d3;
	border: 1px #1b94d3 solid;
}



/****************内页********************/
.banner_inner {
	width: 100%;
	float:left;
	height: 580px;
}
.banner_inner a {
	float:left
	width: 100%;
	height: 580px;
	float: left;
	width: 100%;
	background-size: cover;
}


/*****************con*****************/
.con {
	clear: both;
	width: 100%;
	margin: 0px auto;
	height: auto;
	background-color: #FFFFFF;
}
.conbox {
	clear: both;
	width: 1400px;
	margin: -100px auto 0px auto;
	height: auto;
	position: relative;
	padding: 0px 0px 0px 0px;
}
.inner_con {
	width: 1400px;
	height: auto;
	min-height:300px;
	clear: both;
	float: left;
	margin-top: -220px;
	background: none;
}
.pro_con {
	width: 1400px;
	height: auto;
	min-height:300px;
	clear: both;
	float: left;
	padding: 35px 40px 4% 40px;
	background-color: #FFFFFF;
	margin-top: 0px;
}


.title {
	clear: both;
	float: left;
	padding: 0px 0px 20px 10px;
}
.title h1 {
	font-size: 36px;
	line-height: 72px;
	color: #FFFFFF;
	font-weight: normal;
}
.title h1 span {
	font-size: 20px;
	line-height: 48px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	text-transform: uppercase;
}



/**********关于我们*************/
.about_con {
	padding: 0% 2% 0% 2%;
	width: 96%;
	height: auto;
	clear: both;
	margin: 0px auto;
	float: left;
}

.p_con {
	padding: 1% 3% 4% 3%;
	width: 94%;
	height: auto;
	clear: both;
	margin: 0px auto;
	float: left;
}
.title_c {
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 1px #E0E0E0 solid;
	margin-bottom: 2%;
	height: 42px;
}
.title_c_right {
	float: right;
	text-align: right;
}
img.float_img_left {
	padding: 9px 80px 10px 0px;
	text-align: left;
	float: left;
	width: 100px;
}
img.float_img_right {
	padding: 10px 0px 30px 80px;
	text-align: left;
	float: right;
	width: 100px;
}
.title_c h1 {
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 42px;
	color: #ea7e15;
	font-weight: bold;
	text-transform: none;
	float: left;
	clear: both;
	width: auto;
	border-bottom: 1px #ea7e15 solid;
}
.title_c h1 span {
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 16px;
	line-height: 42px;
	color: #999999;
	font-weight: normal;
}
.p_con p {
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	font-weight: normal;
	letter-spacing: 0px;
}
.p_con img {
	max-width: 100%;
}



/***********案例****************/
/* 必要布局样式css */
.ato-content {
	width: 94%;
	margin: 0% auto 50px auto;
	background-color: #FFFFFF;
	padding: 5% 3%;
	float: left;
	position: relative;
	clear: both;
	z-index: 100;
}
.ato-content_2 {
	width: 90%;
	margin: -12% auto 50px auto;
	background-color: #FFFFFF;
	padding: 2% 5% 9% 5%;
	float: left;
	position: relative;
	clear: both;
}

.ato-list ul {
	height: auto;
	width: 100%;
	float: left;
}

.ato-list ul li {
	margin-top:0px;
	width: 100%;
	height: auto;
	float: left;
	text-align: center;

    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
	transition: height 300ms;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.ato-list ul li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ato-list ul li div {
	width: 70%;
	margin: 0px 0 0px 0;
	text-align: center;
	padding-left: 30%;
	z-index: 200;
	position: relative;
}
.ato-list ul li .d_img {
	width: 32%;
	margin: 15px 0 0px 0;
	text-align: center;
	padding-left: 0%;
	float: left;
}

.ato-list ul li div img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
    margin: 0px auto;
}
.ato-list ul li div img:hover {
    filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.80;
}

.ato-list ul li .ato_text {
	width: 26%;
	margin: 0px 0 0px 0;
	text-align: left;
	padding-left: 0%;
	float: left;
	z-index: 300;
	position: relative;
}
.ato-list ul li .ato_text_2 {
	width: 63%;
	margin: 0px 0 0px 5%;
	text-align: left;
	padding-left: 0%;
	float: left;
}
.ato-list ul li h2 {
	font-size: 28px;
	color: #244e6f;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 48px;
	float: left;
	width: 100%;
}
.ato-list ul li h2 a {
	color: #000;
}
.ato-list ul li h3 {
    font-size: 16px;
    color: #244e6f;
    font-weight: normal;
    margin-bottom: 10px;
}

.ato-list ul li p {
    margin: 0;
    text-align: left;
    font-size: 15px;
    color: #8e8e8e;
    line-height: 32px;
    padding: 0 25px 20px 0px;
}
.ato-list ul li p a, .ato-list:hover ul li p a {
    color: #8e8e8e;
}

.ato-more {
    width: 157px;
    height: 36px;
    text-align: center;
    display: none;
    display: inline-block;
    border: 1px solid #7D7D7D;
    line-height: 34px;
    color: #666;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    left: 55px;
}

.ato-more:hover {
    background-color: #108cee;
    border-color: #108CEE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #FFF;
}

.ato-list-fl {
	float: left;
	position: absolute;
	bottom: 13%;
	left: 5%;
	z-index: 200;
}
.ato-list-fl_2 {
	float: left;
	position: absolute;
	bottom: 7%;
	left: 47%;
	z-index: 200;
}

.ato-title {
    width: 266px;
    margin-top: 130px;
    padding-right: 20px;
}

.ato-title h2 {
    font-size: 24px;
    line-height: 33px;
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: inherit;
}

.ato-title p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.ato-list-fl a {
    width: 38px;
    height: 38px;
    position: relative;
    margin-top: 54px;
    margin-right: 1px;
    float: left;
    border: 1px solid #1b94d3;
    display: block;
    background: #1b94d3;
    overflow: hidden;
}

.ato-list-fl a img {
    width: 18px;
    height: 18px;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: 10px;
}

.ato-list {
	float: left;
	width: 100%;
	height: 420px;
	clear: both;
	z-index: 200;
}
.ato-list_2 {
	float: left;
	width: 92%;
	height: auto;
	clear: both;
	background-color: #f4f4f4;
	padding: 3% 4%;
}

.ato-list ul li:hover {
    top: 0px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.prev:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.prev:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.prev:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.prev:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.next:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.next:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.next:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.next:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 11px;
}

.ato-list-fl a:hover {
    background: #e88510;
    border: 1px solid #e88510;
}




/*****新闻 列表*********/
.newsde_con {
	clear: both;
	width: 1200px;
	margin: 0px auto 0px auto;
}
.inner_news {
	clear: both;
	width: 100%;
	margin: 30px 0% 30px 0%;
	height: auto;
	float: left;
}

.news_con {
	padding: 1% 1% 3% 1%;
	width: 21%;
	height: auto;
	margin: 0px 1% 2% 1%;
	float: left;
	position: relative;
}
.news_con:hover {
	background-color: #1b94d3;
}
.news_con h2 {
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
	width: 100%;
	line-height: 32px;
	font-weight: normal;
	font-size: 16px;
	color: #999999;
}
h1.title_n {
	padding: 0px 0px 13px 0px;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 1%;
	line-height: 32px;
	font-weight: bold;
	font-size: 16px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;

	-o-text-overflow:ellipsis;
	display: -webkit-box;

	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-box-orient:vertical;
	height: 58px;
}
h1.title_n a {
	color: #333333;
}
h1.title_n a:hover {
	color: #1E589B;
}
.news_con:hover .n_date,.news_con:hover  h1.title_n a, .news_con:hover .news_de p, .news_con:hover .news_de .s_more a  {
	color: #fff;
}
.n_date {
	float: left;
	width: 100%;
	padding: 0px 0px;
	height: auto;
	font-size: 14px;
	line-height: 36px;
	color: #666666;
	text-align: left;
	border-radius: 0px 0px 10px 10px; /* css 3标准 */
    -moz-border-radius: 0px 0px 10px 10px; /* mozilla */
	-webkit-border-radius: 0px 0px 10px 10px;
}
.n_date span {
	float: left;
	width: 100%;
	padding: 0px;
	height: auto;
	font-size: 12px;
	line-height: 28px;
	color: #FFFFFF;
	text-align: center;
	border-top: 1px #FDB514 solid;
}
.n_left_img {
	float: left;
	width: 100%;
	padding: 0px;
	height: auto;
	margin: 0px 0% 0px 0%;
}
.n_left_img img {
	width: 100%;
	padding: 0px;
	height: auto;
	float: left;
}
.news_de {
	float: left;
	width: 100%;
	text-align: left;
	padding: 10px 0px 0px 0px;
}
.ship_de {
	float: left;
	width: 100%;
	text-align: left;
}
.news_de p {
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
	width: 95%;
	line-height: 28px;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-box-orient:vertical;
	height: 84px;
}
.news_de p a {
	color: #999999;
}
.news_de p a:hover, .news_de:hover p a {
	color: #fff;
}
.news_de .s_more {
	float: left;
	clear: both;
	width: 32%;
	line-height: 28px;
	font-weight: normal;
	font-size: 14px;
	margin-top: 30px;
	background: url(/public/images/to_2.png) no-repeat center right;
}
.news_de .s_more a {
	color: #303978;
}
.news_con:hover .news_de .s_more a  {
	color: #FFCC00;
}

.news_de p.time {
	padding: 0px 0px 0px 28px;
	float: left;
	clear: both;
	width: 90%;
	line-height: 32px;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	position: relative;
}
.news_de p.time img {
	padding: 0px;
	width: 24px;
	position: absolute;
	top: 3px;
	left: -3px;
}




/***********************翻页************************/
.page{
	height:40px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	width: 100%;
	clear: both;
	line-height: 40px;
	padding: 50px 0px 2% 0%;
	text-align: center;
	float: left;
}
.page2 {
	height:40px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	width: 100%;
	clear: both;
	line-height: 40px;
	padding: 50px 0px 6% 0px;
	text-align: left;
}
.page a{
	margin:10px 5px 0 5px;
	width:auto;
	height:20px;
	line-height:20px;
	color:#999999;
	text-align:center;
	text-decoration:none;
	padding: 8px 15px 8px 15px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 10px; /* css 3标准 */
    -moz-border-radius: 10px; /* mozilla */
    -webkit-border-radius: 10px;
	background-color: #FFFFFF;
}
.page a:hover{
	position:relative;
	width:auto;
	color:#FFFFFF;
	border-radius: 10px; /* css 3标准 */
    -moz-border-radius: 10px; /* mozilla */
    -webkit-border-radius: 10px;
	background-color: #e8850e;
}
.page span{
	line-height:140%;
	padding:8px 15px 8px 15px;
	margin:10px 5px 0px 5px;
	border-radius: 10px; /* css 3标准 */
    -moz-border-radius: 10px; /* mozilla */
    -webkit-border-radius: 10px;
	color:#FFF;
	font-weight:bold;
	background-color: #e8850e;
	font-size: 12px;
}
.page span.sl{
	line-height:140%;
	padding:7px 12px 9px 12px;
	margin:10px 1px 0px 1px;
	color:#666666;
	font-weight:bold;
	border: none;
	background-color: #FFFFFF;
}





/************ 内容 列表*****************/
.app_list {
	float: left;
	height: auto;
	width: 86%;
	padding: 4% 5%;
	margin: 2% 2%;
	background-color: #F2F2F2;
}
.app_list:hover {
	background-color: #EBEBEB;
}
.app_list .nimg {
	float: left;
	height: auto;
	width: 65%;
}
.app_list .nimg img {
	height: auto;
	width: 100%;
}
.app_list .nimg img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.80;
}
.app_list .ntext {
	float: left;
	height: auto;
	width: 30%;
	padding-left: 5%;
}
.app_list .ntext h1 a {
	font-size: 22px;
	color: #333333;
	margin-bottom: 0px;
	font-weight: bold;
	float: left;
	clear: both;
	line-height: 42px;
}
.app_list .ntext h1 a:hover, .app_list:hover .ntext h1 a {
	color: #57C5F8;
}

.app_list .ntext h2 {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	line-height: 36px;
	clear: both;
}
.app_list .ntext h2 span {
	padding: 0px 10px 0px 0px;
}
.app_list:hover .ntext h2 span {
	color: #57C5F8;
}
.app_list .ntext p {
	color: #666666;
	font-size: 12px;
	line-height: 24px;
	border: 1px #ccc solid;
	width: auto;
	text-align: center;
	margin: 15px 8px 0px 0px;
	float: left;
	padding: 5px 15px;
}
.app_list .ntext p a {
	color: #999999;
}
.app_list .ntext p a:hover {
	color: #fff;
}
.app_list:hover .ntext p a {
	color: #fff;
}

.app_list .ntext p:hover, .app_list:hover .ntext p {
	color: #fff;
	border: 1px #57C5F8 solid;
	background-color: #57C5F8;
}




/******详情********/
/*******************详情***********************/
.de_con {
	clear: both;
	width: 100%;
	margin: 0px 0% 0px 0%;
	height: auto;
	padding: 5% 0px 5% 0px;
	float: left;
}
.de_box {
	clear: both;
	width: 1200px;
	margin: 0px auto;
	height: auto;
}


/*******动态标题********/
.newshead {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin: 0px 0px;
}
.newshead h1 {
	text-align: center;
	font-size: 36px;
	color: #333333;
	line-height: 64px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px 15% 3% 15%;
	width: 70%;
}
.newshead p {
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 36px;
	font-family: "宋体", Arial, Helvetica, sans-serif;
}
.newshead p span {
	padding: 0px 10px;
}
.newshead p span a {
	padding: 0px 10px;
}
.newshead p span.cc a {
	background:url(/public/images/comments.jpg) no-repeat top left;
	color: #0096D7;
	font-size: 12px;
	padding-left: 20px;
}
.share {
	text-align: center;
	padding: 1% 0px 0% 0px;
}

.info_p {
	clear: both;
	padding: 40px 2% 40px 2%;
	margin-bottom: 20px;
	width: 96%;
	float: left;
	line-height: 36px;
	font-family: "宋体", Arial, Helvetica, sans-serif;
}
.info_p h1 {
	font-size: 16px;
	line-height: 36px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.info_p p {
	font-size: 16px;
	line-height: 42px;
	color: #333333;
	float: none;
	overflow: hidden;
	text-overflow:ellipsis;
	word-wrap: break-word;
}
.info_p img {
	max-width:100%;
	height: auto;
}
.info_p div {
	text-align: center;
}
.info_p div img {
	text-align: center;
}


/******关注 干货******/
.focus {
	clear: both;
	height: auto;
	padding: 5% 0px 5% 0px;
	margin: 0px 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.info_p .focus img {
	float:none;
	margin: 0px auto;
	max-width:100%;
	display: table;
}


/**********关联 推荐 评论留言**************/
.addition {
	clear: both;
	height: auto;
	padding: 10px 0px 20px 0px;
	margin: 0px 4%;
	width: 92%;
}

.pan {
	clear: both;
	height: auto;
	padding: 10px 30% 10px 30%;
	width: 30%;
	float: left;
}
.pan p {
	padding: 0px 0% 0px 0%;
	line-height: 28px;
	font-size: 14px;
	float: left;
	height: auto;
	width: 48%;
	margin-right: 2%;
	
}
.pan p.pre a {
	
}
.pan p.next a {
	
}
.pan p a {
	color: #333333;
	text-align: center;
	border-radius: 70px; /* css 3标准 */

    -moz-border-radius: 70px; /* mozilla */
    -webkit-border-radius: 70px;
	background-color: #EBEBEB;
	padding: 6px 5% 6px 5%;
	width: 90%;
	float: left;
}
.pan p a:hover {
	color: #e8850e;
}








/********联系我们**********/
.contact {
	width: 37%;
	height: auto;
	float: left;
	padding: 5% 8% 5% 5%;
}

.contact h1 {
	clear: both;
	width: 100%;
	line-height: 64px;
	font-weight: normal;
	font-size: 24px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 20px;
}
.contact p {
	clear: both;
	width: 100%;
	line-height: 42px;
	font-weight: normal;
	font-size: 16px;
}


.yd_con {
	width: 40%;
	height: auto;
	padding: 5% 5%;
	margin: 0px auto;
	float: left;
	background-color: #F0F0F0;
}
.yd_con h1 {
	height: 88px;
	font-size: 40px;
	line-height: 88px;
	margin-top: 10px;
	color: #F00000;
	font-weight: normal;
	border-bottom: 1px #ccc solid;
	clear: both;
	width: 93%;
}
.y_t {
	height: auto;
	font-size: 16px;
	line-height: 48px;
	margin-top: 0px;
}
.yd_con form {
	clear: both;
}
.yd_con .yfb {
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
}
.yd_con .yfbt {
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
}
.yd_con input {
	width: 39%;
	border: 1px #ccc solid;
	border-radius: 4px; /* css 3标准 */





    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	background-color: #FFFFFF;
	line-height: 24px;
	height: 24px;
	padding: 10px 3% 10px 3%;
	float: left;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px 4% 25px 0px;
	font-size: 14px;
}
.yd_con input:hover {
	border: 1px #57C5F8 solid;
}

.yd_con textarea {
	border: 1px #ccc solid;
	border-radius: 4px; /* css 3标准 */


    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	padding: 2% 3%;
	float: left;
	width: 88%;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	color: #999999;
	height: 150px;
	background-color: #fff;
	font-size: 14px;
}

.yd_con .ylb {
	clear: both;
	padding: 10px 0px 0px 0px;
	float: left;
}
input.l_btn {
	width:150px;
	height:42px;
	font-size: 16px;
	border-radius: 4px; /* css 3标准 */


    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	background-color: #28A0FF;
	color: #FFFFFF;
	font-family:"微软雅黑", "Heiti SC", "宋体", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 42px;
	padding: 0px 0px;
	margin-right: 6px;
	float: left;
	text-align: center;
	border: none;
}
input.l_btn:hover {
	background-color: #FFCC00;
	color: #FFFFFF;
	border: none;
}



/***********/
.museum {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.museum-bg {
	float: left;
	width: 100%;
	height: 680px;
	clear: both;
}
.museum-bg .text {
	width: 30%;
	float: left;
	text-align: center;
	color: #FFFFFF;
	margin: 200px 30% auto 30%;
	border-radius: 40px; /* css 3标准 */

    -moz-border-radius: 40px; /* mozilla */
    -webkit-border-radius: 40px; /* webkit */
	background: url(/public/images/m_bg.png) repeat center center;
	padding: 10px 5% 10px 5%;
}
.museum-bg .text h1 {
	font-size: 72px;
	line-height: 72px;
}
.museum-bg .text h2 {
	font-size: 40px;
	line-height: 64px;
	font-weight: normal;
}






/***************footer********************/
.footer {
	clear: both;
	margin: 0px auto 0px auto;
	width: 100%;
	padding-top: 0px;
	background-color: #000000;
	height: auto;
	float: left;
	z-index: 60;
}
.floatbox {
	padding: 4px 0px 4px 0px;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 1px #ccc solid;
}
.floatbox2 {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

/********订阅**********/
.dy {
	width: 1200px;
	height: auto;
	clear: both;
}
.dy .form_3 {
	clear: both;
	padding: 0px 0px 30px 0px;
	margin: 0px auto;
	float: left;
	width: 100%;
}
.dy .form_3 .dycon {
	padding: 0px 0px 0px 0px;
	width: 930px;
	margin: 0px auto;
}
.dy input {
	width: 230px;
	border: 1px #CCCCCC solid;
	border-radius: 4px; /* css 3标准 */




    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	background-color: #FFFFFF;
	line-height: 32px;
	height: 32px;
	padding: 5px 10px 5px 10px;
	float: left;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	color: #999999;
	margin-right: 5px;
}
.dy input:hover {
	border: 1px #57C5F8 solid;
}
input.dy_btn {
	width:150px;
	height:44px;
	font-size: 16px;
	border-radius: 4px; /* css 3标准 */


    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	background-color: #57C5F8;
	color: #FFFFFF;
	font-family:"微软雅黑", "Heiti SC", "宋体", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 44px;
	padding: 0px 0px;
	margin-right: 0px;
	float: left;
	text-align: center;
	border: none;
}
input.dy_btn:hover {
	background-color: #FF9900;
	color: #FFFFFF;
	border: none;
}


.foot_right {
	height: auto;
	width: 1300px;
	text-align: center;
	margin: 0px auto;

}
.copyright {
	height: auto;
	color: #CCCCCC;
	margin-top: 0px;
	line-height: 24px;
	padding: 65px 0px 100px 0px;
	font-size: 12px;
	float: left;
	width: 100%;
	position: relative;
}
.copyright a {
	color: #666666;
	cursor:pointer;
}
.copyright a:hover {
	color: #FFFFFF;
}


/******/
.logo_2 {
	float: left;
	width: 20%;
	height: 80px;
	background: url(/public/images/logo_2.png) no-repeat center center;
	margin-right: 5%;
	margin-top: 20px;
}
.c_text {
	float: left;
	width: 50%;
	height: auto;
	text-align: left;
	margin-right: 5%;
	margin-top: 20px;
}
.code_2 {	
	float: left;
	width: 12%;
	height: 110px;
	background: url(/public/images/code_2.png) no-repeat center center;
}


.links {
	height: auto;
	margin-top: 0px;
	line-height: 20px;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
}
.s_time {
	height: auto;
	margin-top: 0px;
	line-height: 24px;
	padding: 0px 0px 25px 0px;
	font-size: 14px;
	float: left;
	width: 30%;
	text-align: right;
}
.s_time span {
	padding: 0px 0px 0px 40px;
}

.copyright p {
	font-size: 14px;
	clear: both;
	color: #666;
}
.links a {
	padding: 0px 5% 5px 0px;
	color: #CCCCCC;
	cursor:pointer;
}
.links a.wxh {
	padding: 5px 23px 5px 30px;
	background: url(/public/images/wxh.png) no-repeat left center;
	margin-left: 10px;
}



.top {
	width: 50px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: -30px;
	left: 570px;
}
.top img {
	width: 50px;
	height: 50px;
	padding: 0px 0px 0px 0px;
}
