@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
em,i {
	font-style: normal;
}
input,textarea {
	outline: none;
}
a{ 
	text-decoration:none;
	color:#666;
	transition: all 0.3s;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
}
a:hover{
	text-decoration: none;
}
body{
	font-size:14px;
	font-family:"微软雅黑";
	color:#666;
	line-height:30px;
	overflow-x: hidden;
}
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}
@media only screen and (min-width:1310px ) {
	.container {
		width: 1280px;
	}
}
.container {
	padding: 0;
}

@media only screen and (max-width:991px ) {
	.container {
		padding: 0 15px;
	}
}



/*内页样式*/
.inside-banner{
	width: 100%;
	margin-top: -126px;
	position: relative;
}
.inside-banner img{
	display: block;
	width: 100%;
	min-height: 130px;
}
.inside-title {
	text-align: center;
	position: absolute;
	left: 50%;
	top: calc((100% - 126px) / 2 + 126px);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
}
.inside-title h3 {
	line-height: 65px;
	padding-bottom: 5px;
	position: relative;
	font-size: 33px;
}
.inside-title h3::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 5px;
	width: 70px;
	background: #fff;
	margin-left: -35px;
}
.inside-title h4 {
	line-height: 75px;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial;
}	
@media only screen and (max-width:1199px ) {
	.inside-title h3 {
		line-height: 45px;
		font-size: 25px;
	}
	.inside-title h3::after {
		height: 2px;
	}
	.inside-title h4 {
		line-height: 45px;
		font-size: 25px;
		font-weight: normal;
	}
}
@media only screen and (max-width:991px ) {
	.inside-banner {
		margin-top: 0;
	}
	.inside-title {
		top: 50%;
	}
}
@media only screen and (max-width:767px ) {
	.inside-title h3 {
		line-height: 40px;
		font-size: 22px;
	}
	.inside-title h4 {
		line-height: 40px;
		font-size: 18px;
	}
}
.gray-bg {
	background: #efefef;
}

/*子导航*/
.sub-nav-wrap {
	padding: 25px 0;
	background: #fff;
	border-bottom: 1px solid #ececec;
}
.sub-nav-ul {
	height: 25px;
	overflow: hidden;
}
.sub-nav-ul li {
	float: left;
	margin-right: 40px;
}
.sub-nav-ul li a {
	display: block;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	border-left: 2px solid #ececec;
	padding-left: 12px;
	color: #333;
}
.sub-nav-ul li a:hover {
	color: #005f99;
}
.sub-nav-ul li.active a {
	border-left: 2px solid #005f99;
	color: #005f99;
}
@media only screen and (max-width:767px ) {
	.sub-nav-wrap {
		padding: 15px 0;
	}
	.sub-nav-ul li {
		margin-right: 25px;
	}
	.sub-nav-ul li:last-child {
		margin-right: 0;
	}
}
.main {
	margin: 70px auto;
}
.news-ul {
	overflow: hidden;
}
.news-ul li {
	margin-bottom: 55px;
	float:left;

}
.pro-ul li{
	margin-bottom: 55px;
	float:left;
	
}
.pro-ul li a{
	max-height: 255px;
}
.news-box {
	width: 100%;
	max-width: 384px;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	background: #fff;
}
.news-img a {
	display: block;
	height: 300px;
}
.news-img a img {
	display: block;
	width: 100%;
	height: 100%;
}
.news-center {
	padding: 15px 20px 30px;
	border-bottom: 1px solid #cdcdcd;
}
.news-center h4 {
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 14px;
}
.news-center h3 {
	line-height: 24px;
	height: 50px;
	overflow: hidden;
}
.news-center h3 a {
	font-size: 18px;
	color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news-center h3 a:hover {
	color: #005f99;
}
.news-center-content {
	margin-top: 10px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #999;
}
.news-bottom a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color: #999;
}
.news-bottom a:hover {
	color: #005f99;
}
.news-bottom a span {
	line-height: 40px;
	display: block;
}
.news-bottom a span:first-child {
	float: left;
}
.news-bottom a span:last-child {
	float: right;	
}
@media only screen and (max-width:991px ) {
	.main {
		margin: 45px auto;
	}
	.news-ul li {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width:767px ) {
	.main {
		margin: 30px auto;
	}
	.news-center {
		padding: 15px;
	}
	.news-center h4 {
		margin-bottom: 5px;
	}
	.news-center h3 a {
		font-size: 16px;
	}
}
@media only screen and (max-width:450px ) {
	.news-center h3 {
		height: auto;
	}
	.project-scroll .item {
		padding: 0;
	}
	.news-scroll .item {
		padding: 0;
	}
	.news-ul li {
		padding: 0;
	}
	.news-ul li:last-child {
		margin-bottom: 10px;
	}
}

/* */
.main-title {
	text-align: center;
	color: #000;
	margin-bottom: 24px;
}
.main-title h3 {
	font-size: 36px;
	line-height: 45px;
	text-transform: uppercase;
	font-family: arial;
}
.main-title h4 {
	font-size: 28px;
	line-height: 40px;
}
.project-nav {
	font-size: 0;
	text-align: center;
}
.project-nav li {
	display: inline-block;
	margin: 0 8px;
}
.project-nav li a {
	display: block;
    width: 127px;
    height: 33px;
    line-height: 31px;
    border-radius: 16.5px;
    border: 1px solid #333;
    color: #000;
    font-size: 16px;
    text-align: center;
}
.project-nav li.active a {
	background: #001466;
	border: 1px solid #001466;
	color: #fff;
}
.project-ul {
	overflow: hidden;
	margin: 55px auto 30px;
}
@media only screen and (max-width:991px ) {
	.main-title h3 {
		font-size: 30px;
	}
	.main-title h4 {
		font-size: 25px;
	}
	.project-ul {
		margin: 30px auto 20px;
	}
}
@media only screen and (max-width:767px ) {
	.main-title h3 {
		font-size: 25px;
		line-height: 35px;
	}
	.main-title h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.project-nav li a {
		width: 100px;
	    height: 30px;
	    line-height: 28px;
	    font-size: 14px;
	}
}
@media only screen and (max-width:450px ) {
	.project-ul li {
		padding: 0;
	}
}

/* */
.property-title {
	text-align: center;
	color: #000;
}
.property-title h3 {
	line-height: 50px;
	font-size: 28px;
}
.property-title h4 {
	line-height: 42px;
	font-size: 22px;
	font-family: arial;
	text-transform: uppercase;
}
.property-content {
	line-height: 37px;
	color: #666;
	max-width: 1065px;
	margin: 33px auto 65px;
	text-align: center;
}
.business-box {
	display: block;
	width: 100%;
	max-width: 1232px;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #eee;
}
.business-left {
	float: left;
	width: 50%;
}
.business-left img {
	display: block;
	width: 100%;
}
.business-box-right {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	padding-left: 33px;
	padding-top: 90px;
}
.business-box-right h4 {
	line-height: 52px;
	font-size: 28px;
	color: #000;
	margin-bottom: 15px;
}
.business-box-right p {
	line-height: 35px;
	font-size: 16px;
	color: #666;
}
.right-content {
	margin-top: 55px;
	line-height: 35px;
	font-size: 18px;
	color: #000;
}
.property-logo {
	position: absolute;
	left: 395px;
	top: 120px;
}
.property-logo img {
	display: block;
	width: 100%;
}
.service-title {
	line-height: 50px;
	margin: 40px 0;
	text-align: center;
	font-size: 28px;
	color: #000;
}
.service-content {
	border: 1px solid #dcdcdc;
	max-width: 1249px;
	width: 100%;
	margin: 0 auto;
}
.service-content img {
	display: block;
	width: 100%;
}
@media only screen and (max-width:1199px ) {
	.property-logo {
		display: none;
	}
	.business-box-right {
		padding-top: 60px;
	}
}
@media only screen and (max-width:991px ) {
	.property-title h3 {
		line-height: 40px;
		font-size: 22px;
	}
	.property-title h4 {
		line-height: 32px;
		font-size: 20px;
	}
	.property-content {
		margin: 20px auto 30px;
		line-height: 30px;
	}
	.business-box-right {
		padding-top: 20px;
		padding-left: 20px;
	}
	.service-title {
		margin: 30px auto 20px;
		line-height: 40px;
		font-size: 22px;
	}
}
@media only screen and (max-width:767px ) {
	.property-title h4 {
		line-height: 28px;
		font-size: 18px;
	}
	.business-box {
		max-width: 661px;
		margin: 0 auto;
		width: 100%;
	}
	.business-left {
		float: none;
		width: 100%;
	}
	.business-box-right {
		float: none;
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.business-box-right h4 {
		line-height: 40px;
		font-size: 20px;
		margin-bottom: 0;
	}
	.right-content {
		margin-top: 15px;
		font-size: 16px;
	}
	.service-title {
		margin: 20px auto 10px;
		line-height: 40px;
		font-size: 20px;
	}
	.property-content {
		margin-bottom: 20px;
	}
}

/* */
.property-culture {
	background: url(../images/culture_bg.jpg) no-repeat center top;
	height: 556px;
	position: relative;
	padding-top: 172px;
	margin-bottom: 145px;
}
.property-culture .property-title {
	color: #fff;
}
.property-culture-box {
	height: 260px;
	position: absolute;
	left: 50%;
	bottom: -80px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.property-culture-left {
	float: left;
	width: 50%;
	height: 260px;
	background: #D0B181;
	padding: 45px 0 0 95px;
	color: #fff;
}
.property-culture-left h4 {
	line-height: 40px;
	margin-bottom: 15px;
	font-size: 24px;
	color: #fff;
}
.property-culture-left p {
	line-height: 24px;
	font-size: 16px;
}
.property-culture-img {
	display: block;
	float: left;
	width: 50%;
	height: 260px;
	position: relative;
	overflow: hidden;
}
.property-culture-img img {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 640px;
	height: 260px;
}
@media only screen and (max-width:1199px ) {
	.property-culture-left {
		padding: 30px 20px 0;
	}
}
@media only screen and (max-width:991px ) {
	.property-culture {
		background: none;
		padding-top: 0;
		height: auto;
		margin-bottom: 30px;
	}
	.property-culture .property-title {
		color: #000;
	}
	.property-culture-box {
		height: 260px;
		position: relative;
		left: 0;
		bottom: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		margin-top: 20px;
	}
	.property-culture-left h4 {
		font-size: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.property-culture-box  {
		height: auto;
		max-width: 681px;
		margin: 20px auto 0;
	}
	.property-culture-left {
		height: auto;
		width: 100%;
		padding: 15px;
		float: none;
	}
	.property-culture-left h4 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.property-culture-left p {
		font-size: 14px;	
	}
	.property-culture-img {
		float: none;
		width: 100%;
		height: auto;
	}
	.property-culture-img img {
		position: relative;
		left: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		width: 100%;
		height: auto;
		-o-transform: none;
		transform: none;
	}
	.business-box-right p {
		line-height: 30px;
	}
}

/* */
.mien-scroll {
	margin: 30px auto 50px;
}
.mien-scroll .item {
	padding: 0 15px;
}
.mien-scroll .item img {
	display: block;
	width: 100%;
}
@media only screen and (max-width:767px ) {
	.mien-scroll {
		margin: 20px auto 30px;
	}
}
@media only screen and (max-width:450px ) {
	.mien-scroll .item {
		padding: 0;
	}
}

/* */
.activity-ul {
	margin-top: 50px;
}
.activity-ul li {
	border: 1px solid #e5e5e5;
	overflow: hidden;
	margin-bottom: 13px;
}
.activity-img {
	float: left;
	width: 246px;
}
.activity-img a {
	display: block;
}
.activity-img a img {
	display: block;
	width: 100%;
}
.activity-right {
	float: right;
	width: calc(100% - 270px);
	padding: 20px;
	overflow: hidden;
}
.activity-right h4 {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.activity-right h4 a {
	font-size: 16px;
	color: #333;
}
.activity-content {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}
.activity-more {
	display: block;
	float: right;
	width: 90px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff !important;
	background: #D0B181;
	margin-top: 10px;
}
@media only screen and (max-width:767px ) {
	.activity-right {
		width: calc(100% - 246px);
		padding: 15px;
	}
	.activity-ul {
		margin-top: 20px;
	}
}
@media only screen and (max-width:520px ) {
	.activity-img {
		float: none;
		width: 100%;
	}
	.activity-right {
		float: none;
		width: 100%;
	}
	.activity-more {
		float: none;
	}
}

/* */
.join-box {
	background: #fff;
	overflow: hidden;
}
.join-left {
	float: left;
	width: 262px;
}
.join-title {
	height: 40px;
	line-height: 40px;
	padding-left: 27px;
	display: none;
}
.join-title span {
	font-size: 16px;
	color: #333;
}
.join-ul li a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding-left: 27px;
	overflow: hidden;
	color: #666;
}
.join-ul li.active a {
	color: #fff;
	background: url(../images/active_icon.png) no-repeat calc(100% - 25px) center #CC0000;
}
.join-right {
	float: left;
	border-left: 1px solid #E1E1E1;
	width: calc(100% - 262px);
}
.post-title {
	padding: 15px 45px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.post-title h3 {
	line-height: 35px;
	color: #666;
	font-size: 14px;
}
.post-title h4 {
	line-height: 45px;
	font-size: 28px;
	color: #111;
}
.post-center {
	text-align: center;
	position: absolute;
	top: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.post-content {
	padding: 25px 45px;
	min-height: 395px;
	border-bottom: 1px solid #e1e1e1;
	line-height: 25px;
}
.post-bottom {
	padding: 35px 45px;
	line-height: 30px;
}
@media only screen and (max-width:767px ) {
	.join-title {
		display: block;
		border-bottom: 1px solid #e1e1e1;
		padding: 0 20px;
		height: 51px;
		line-height: 50px;
		position: relative;
	}
	.join-title #navToggle {
		height: 50px;
		width: 50px;
	}
	.join-title #navToggle span, .join-title #navToggle::after, .join-title #navToggle::before {
	    background: #333;
	}
	.join-ul {
		display: none;
		border-bottom: 1px solid #e1e1e1;
	}
	.join-left {
		float: none;
		width: 100%;
	}
	.join-right {
		float: none;
		width: 100%;
		border-left: none;
	}
	.post-title {
		padding: 10px 20px;
	}
	.post-title h3 {
		line-height: 25px;
	}
	.post-title h4 {
		line-height: 30px;
		font-size: 16px;
	}
	.post-center {
		top: 10px;
	}
	.post-content {
		min-height: none;
		padding: 15px 20px;
	}
	.post-bottom {
		padding: 15px 20px;
	}
}

/* */
.contact-ul {
	overflow: hidden;
	margin: 80px auto 65px;
}
.contact-ul li {
	float: left;
	width: 25%;
	padding: 0 15px;
	text-align: center;
}
.contact-ul li img {
	display: block;
	width: 76px;
	margin: 0 auto;
}
.contact-ul li p {
	line-height: 40px;
	font-size: 14px;
	color: #b0b0b0;
}
.contact-ul li h4 {
	line-height: 30px;
	color: #333;
	font-size: 14px;
}
.contact-map img {
	display: block;
	width: 100%;
}
@media only screen and (max-width:991px ) {
	.contact-ul {
		margin: 45px auto;
	}
}
@media only screen and (max-width:767px ) {
	.contact-ul li {
		float: left;
		width: 50%;
		margin-bottom: 20px;
	}
	.contact-ul li p {
		line-height: 25px;
		margin-top: 5px;
	}
	.contact-ul li h4 {
		line-height: 25px;
		height: 50px;
		overflow: hidden;
	}
	.contact-ul {
		margin: 30px auto 10px;
	}
}

/* */
.feedback-wrap {
	background: url(../images/feedback_bg.jpg) no-repeat center top;
	padding: 75px 0 120px;
}
.feedback-title {
	margin-bottom: 100px;
	padding-bottom: 5px;
	color: #fff;
	background: url(../images/title_line.png) no-repeat left bottom;
}
.feedback-title h3 {
	line-height: 40px;
	font-size: 28px;
}
.feedback-title h4 {
	line-height: 40px;
	font-size: 26px;
	font-family: arial;
	text-transform: uppercase;
}
.feedback-box {
	overflow: hidden;
}
.feedback-left {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.feedback-left input {
	display: block;
	width: 100%;
	height: 100px;
	padding: 25px;
	line-height: 50px;
	background: #fff;
	border: none;
	margin-bottom: 10px;
	font-size: 14px;
}
.feedback-left input:last-child {
	margin-bottom: 0;
}
.feedback-right {
	float: left;
	width: 50%;
}
.feedback-right textarea {
	background: #fff;
	border: none;
	resize: none;
	overflow-y: auto;
	padding: 25px;
	height: 210px;
	font-size: 14px;
	width: 100%;
	line-height: 30px;
	display: block;
}
.feedback-box input[type=submit] {
	display: block;
	width: 167px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	border: none;
	background: #CC0000;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-top: 30px;
}
@media only screen and (max-width:991px ) {
	.feedback-wrap {
		padding: 45px 0;
	}
	.feedback-title {
		margin-bottom: 30px;
	}
	.feedback-title h3 {
		line-height: 40px;
		font-size: 22px;
	}
	.feedback-title h4 {
		line-height: 34px;
		font-size: 20px;
	}
	.feedback-left input {
		height: 60px;
		padding: 15px;
		line-height: 30px;
	}
	.feedback-right textarea {
		padding: 15px;
		height: 130px;
	}
	.feedback-box input[type=submit] {
		margin-top: 10px;
	}
}
@media only screen and (max-width:767px ) {
	.feedback-left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.feedback-right {
		float: none;
		width: 100%;
	}
	.feedback-left input:last-child {
		margin-bottom: 10px;
	}
	.feedback-wrap {
		padding: 30px 0;
	}
}

/* */
.about-introduce {
	margin: 60px auto;
}
.about-title {
	line-height: 35px;
	padding-bottom: 30px;
	background: url(../images/about_line.png) no-repeat left bottom;
	font-size: 28px;
	color: #333;
}
.about-content {
	margin-top: 30px;
	line-height: 36px;
}
@media only screen and (max-width:991px ) {
	.about-introduce {
		margin: 45px auto;
	}
	.about-title {
		font-size: 25px;
	}
	.about-content {
		line-height: 30px;
	}
}
@media only screen and (max-width:767px ) {
	.about-introduce {
		margin: 30px auto;
	}
	.about-title {
		font-size: 19px;
		padding-bottom: 15px;
	}
	.about-content {
		margin-top: 20px;
	}
}
.culture-wrap {
	background: url(../images/culture_bg1.jpg) no-repeat center top;
	height: 642px;
}
.culture-box {
	width: 588px;
	height: 642px;
	background: #373737;
	color: #fff;
	padding: 70px 0 0 70px;
}
.culture-title {
	padding-bottom: 15px;
	background: url(../images/culture_line.png) no-repeat left bottom;
}
.culture-title h3 {
	line-height: 45px;
	font-size: 28px;
}
.culture-title h4 {
	line-height: 35px;
	font-size: 26px;
	font-family: arial;
	text-transform: uppercase;
}
.culture-content {
	margin-top: 25px;
	line-height: 36px;
	font-size: 15px;
	font-weight: bold;
}
@media only screen and (max-width:767px ) {
	.culture-wrap {
		background: none;
		height: auto;
	}
	.culture-box {
		width: 100%;
		height: auto;
		padding: 30px;
	}
	.culture-title h3 {
		line-height: 40px;
		font-size: 22px;
	}
	.culture-title h4 {
		line-height: 30px;
		font-size: 20px;
	}
	.culture-content {
		line-height: 30px;
		font-weight: normal;
		font-size: 14px;
	}
}
@media only screen and (max-width:450px ) {
	.culture-box {
		padding: 15px;
	}
}

/* */
.history {
	margin: 60px auto;
}
.pc-history {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
}
.pc-history img {
	display: block;
	width: 100%;
}
.history-ul {
	margin-top: 20px;
}
.history-ul li {
	line-height: 30px;
	padding-left: 30px;
	position: relative;
	padding-bottom: 15px;
}
.history-ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #999;
	z-index: 3;
}
.history-ul li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    width: 1px;
    height: 100%;
    border-left: 3px solid #333;
}
.mobile-history {
    display: none;
}
@media only screen and (max-width:767px ) {
	.history {
		margin: 30px auto;
	}
	.pc-history {
		display: none;
	}
	.mobile-history {
		display: block;
	}
}

.news-title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;	
	color:#111;
}
.news-content{
	/*margin: 20px 0px;*/
	min-height: 200px;
}
@media only screen and (max-width:767px ) {
	.news-content img {
		width: 100%;
	}
}
.inside-page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
}

@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}
.page-box{
	height: 32px;
	text-align: center;
	margin-top: 30px;
	font-size: 0;
}
.page-box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 30px;
	padding: 0px 12px;
	color: #969696;
	margin:0px 3.5px;
	font-size: 14px;
	background: #fff;
}
.page-box a.on{
	color:#fff;
	background:#333333;
	border: 1px solid #333333;
}
@media (max-width: 991px) {
	.page-box{
		margin-top: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.page-box{
		height: 25px;
	}
	.page-box a{
		height: 25px;
		line-height: 23px;
		padding: 0px 8px;
	}
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.project-wrap {
	background: url(../images/project_bg.jpg) no-repeat center top #081F6B;
	width: 100%;
	padding: 210px 0 60px;
}
.project-wrap .index-title {
	position: relative;
	padding-bottom: 62px;
}
.project-wrap .index-title h3,
.project-wrap .index-title h4 {
	color: #fff;
}
.project-sub {
	color: #fff;
	position: absolute;
	left: 145px;
	bottom: 0;
}
.project-sub li {
	float: left;
	margin-right: 22px;
}
.project-sub li a {
	display: block;
	width: 127px;
	height: 33px;
	line-height: 31px;
	border-radius: 16.5px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.project-sub li a:focus {
	text-decoration: none;
}
.project-scroll {
	margin-top: 65px;
}
.project-scroll .owl-prev {
	position: absolute;
	left: -63px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/jt_img.png) no-repeat left center;
	width: 23px;
	height: 44px;
	cursor: pointer;
	text-indent: -9999px;
	opacity: .55;
}
.project-scroll .owl-next {
	position: absolute;
	right: -63px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/jt_img.png) no-repeat right center;
	width: 23px;
	height: 44px;
	cursor: pointer;
	text-indent: -9999px;
	opacity: .55;
}
.project-scroll .owl-prev,
.project-scroll .owl-next {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.project-scroll .owl-prev:hover,
.project-scroll .owl-next:hover {
	opacity: 1;
}
.project-scroll .item {
	padding: 0 15px;
}
.project-a {
	display: block;
	width: 100%;
	max-width: 382px;
	margin: 0 auto;
}
.project-img {
	overflow: hidden;
	max-height: 255px;
}
.project-img img {
	display: block;
	min-height: 255px;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.project-a:hover .project-img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.project-a p {
	padding: 20px 0;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	text-align: center;
}
.project-scroll .project-a p {
	color: #fff;
}
@media only screen and (max-width:1199px ) {
	.project-scroll .owl-prev {
		left: -40px;
	}
	.project-scroll .owl-next {
		right: -40px;
	}
}
@media only screen and (max-width:991px ) {
	.project-wrap {
		padding: 180px 0 30px;
	}
}
@media only screen and (max-width:767px ) {
	.project-wrap {
		padding: 30px 0;
	}
	.project-scroll {
		margin-top: 30px;
	}
	.project-wrap .index-title {
		padding-bottom: 42px;
	}
	.project-sub li {
		margin-left: 10px;
		margin-right: 0;
	}
	.project-sub li a {
		width: 100px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
	}
	.project-sub {
		right: 0;
		left: auto;
	}
	.project-scroll .owl-prev {
		left: 0px;
		opacity: 1;
	}
	.project-scroll .owl-next {
		right: 0px;
		opacity: 1;
	}
	.project-a p {
		padding: 10px 0;
		font-size: 14px;
	}
}



.newsd-main{
    padding: 60px 48px;
    background-color: #fff;
    border-top1: 1px solid #eaebee;
}
.newsd-title{
    text-align: center;
}
.newsd-title h2{
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 30px;
    margin-bottom: 30px;
}
.newsd-title span{
    font-size: 16px;
    line-height: 24px;
    color: #969696;
}
.newsd-cont{
    padding-top: 26px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.newsd-cont img{
    width: 100%;
    display: block;
    max-width: 754px;
    margin: 0 auto;
}
.newsd-page{
    height: 90px;
    padding: 0 100px;
    border-top: 1px solid #eaebee;
}
.newsd-page a{
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 90px;
}
.newsd-page a:first-child{
    float: left;
}
.newsd-page a:last-child{
    float: right;
}
@media(max-width: 991px){
    .newsd-main{
        padding: 30px 20px;
    }
    .newsd-title h2{
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 24px;
    }
    .newsd-cont{
        padding-top: 10px;
    }
    .newsd-page{
        height: 70px;
        padding: 0 20px;
    }
    .newsd-page a{
        float: none !important;
        line-height: 24px;
        font-size:14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 5px 0;
    }
}
.newsd-cont p{text-align:left;}



.news-detail-foot dl {
	border-top: 1px solid #ebebeb;
	font-size: 18px;
	padding: 10px 0;
}

.news-detail-foot dl span {
	display: inline-block;
	line-height: 27px;
	padding: 0 10px 0 0;
}

.news-detail-foot dl a {
	color: #666666;
}

.news-detail-foot dl dd, .news-detail-foot dl dt {
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-detail-foot dl dd:hover a, .news-detail-foot dl dt:hover a {
	color: #d82019;
}
.news-detail-title h2{
	color:#000;
}

@media (min-width: 768px) {
	.news-detail-foot dl {
		padding: 39px 0 22px;
	}

	.news-detail-foot dl dd, .news-detail-foot dl dt {
		float: left;
		width: 50%;
	}

	.news-detail-foot dl dt {
		text-align: right;
	}
}

@media (min-width: 1024px) {
	.newscenter-detail {
		padding-top: 55px;
		line-height: 30px;
	}

	.news-detail-title {
		padding: 0 0 28px 0;
	}

	.news-detail-title .date {
		padding: 0 0 9px 0;
	}

	.news-detail-title #newshare {
		position: absolute;
		right: 0;
		bottom: 33px;
		margin: 0;
	}

	.news-datail-content {
		padding-top: 47px;
	}
}
