﻿/***************************************
              这里是各种效果的CSS
***************************************/


/****************1、banner图切换效果*****************************/
.banner {
	padding: 0;
}
.focus {
	width: 6.4rem;
	height: 5.8rem;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.focus .hd {
	width: 100%;
	height: 0.11rem;
	position: absolute;
	z-index: 1;
	bottom: 0.05rem;
	text-align: center;
}
.focus .hd ul {
	display: inline-block;
	height: auto;
	padding: 0.03rem 0.05rem;
	background-color: rgba(255,255,255,0.7);
	-webkit-border-radius: 0.05rem;
	-moz-border-radius: 0.05rem;
	border-radius: 0.05rem;
	font-size: 0;
	vertical-align: top;
}
.focus .hd ul li {
	display: inline-block;
	width: 0.05rem;
	height: 0.05rem;
	-webkit-border-radius: 0.05rem;
	-moz-border-radius: 0.05rem;
	border-radius: 0.05rem;
	background: #8C8C8C;
	margin: 0 0.05rem;
	vertical-align: top;
	overflow: hidden;
}
.focus .hd ul .on {
	background: #FE6C9C;
}
.focus .bd {
	position: relative;
	z-index: 0;
}
.focus .bd li img {
width: 100%;
height:100vh;
/*		background: url(../images/loading.gif) center center no-repeat;*/
    position: absolute;
    z-index: 0;
}
.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.banner-text {

	position: absolute;
    z-index: 999;
	color:#FFF;
	padding-top:20%;
}
.banner-text h1 {
	width: 34%;
    margin-left: 30%;
    padding-bottom: 3%;
	border-bottom:1px solid #fff;
	font-size:0.3rem;text-align:center;
	
	}
	.banner-text h5 {
	width: 96%;
    margin-left: 3%;
    padding-bottom: 3%;
	margin-top:3%;
	font-size:0.22rem;
	border-bottom:1px solid #fff;
	text-align:center;
	
	}
	.banner-text p {
		text-align:center;
		font-size:0.2rem;
		padding:2% 0;}
/***************2、新闻标签页切换***********************/	
.xinwen {
	background: #FFF;
}
.xinwen .mt h3 {
	color: #007abe;
	font-size: 0.3rem;
	font-weight: normal;
	line-height: 0.6rem;
	padding: 0.1rem 0.3rem;
}
.tabBox .hd {
	height: 0.4rem;
	line-height: 0.4rem;
	padding: 0 0.3rem;
	font-size: 0.2rem;
	background: #f4f4f4;
	border-bottom: 1px solid #007abe;
	position: relative;
}
.tabBox .hd ul {
	position: absolute;
	height: 0.41rem;
	top: 0;
	overflow: hidden;
}
.tabBox .hd ul li {
	float: left;
	padding: 0 0.1rem;
	color: #666;
}
.tabBox .hd ul li a {
	color: #666;
}
.tabBox .hd ul .on {
	border: 2px solid #007abe;
	border-bottom-color: #fff;
	background: #fff;
	color: #CF7F21;
}
.tabBox .hd ul .on a {
	display: block; /* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
}
.tabBox .bd ul {
	padding: 0.1rem 0.5rem 0.5rem 0.5rem;
}
.tabBox .bd li {
	height: 0.5rem;
	line-height: 0.5rem;
}
.tabBox .bd li:before {
	content: '●';
	color: #666;
	margin-right: 0.1rem;
}
.tabBox .bd li a {
	color: #666;
	font-size: 0.16rem;
}
.tabBox .bd li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}  /* 去掉链接触摸高亮 */
/************************3、产品展示切换********************************/
.chanpin {
/*	background: #FFF;*/
}
.chanpin .mt h3 {
	color: #007abe;
	font-size: 0.3rem;
	font-weight: normal;
	line-height: 0.6rem;
	padding: 0.1rem 0.3rem;
}
.picScroll {
	margin: 0.1rem auto;
	text-align: center;
}
.picScroll .bd ul {
	width: 100%;
	float: left;
	padding-top: 0.1rem;
}
.picScroll .bd li {
	width: 33%;
	float: left;
	font-size: 0.14rem;
	text-align: center;
}
.picScroll .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.picScroll .bd li img {
	width: 1.8rem;
	height: 2.84rem;
	background: url(../images/loading.gif) #fff center center no-repeat;
}
.picScroll .hd {
	height: 0.4rem;
	line-height: 0.4rem;
	overflow: hidden;
	margin-top: 0.15rem;
	padding: 0 0.1rem;
	display: inline-block;
}
.picScroll .hd ul {
	float: left;
	padding-top: 0.16rem;
	padding-left: 0.16rem;
	padding-right: 0.16rem;
}
.picScroll .hd li {
	float: left;
	width: 0.1rem;
	height: 0.1rem;
	background: #D0D0D0;
	margin: 0 0.05rem;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-indent: -99999999em;
}
.picScroll .hd .on {
	background: #007abe;
}
.picScroll .prev, .picScroll .next {
	display: block;
	float: left;
	width: 0.4rem;
	height: 0.4rem;
	overflow: hidden;
	margin: 0;
	background-size: contain;
	line-height: 0.4rem;
	background: #ccc;
	text-align: center;
	font-size: 0.2rem;
	color: #595757;
	border-radius: 20rem;
}
.picScroll .next {
	background-position: -0.34rem -0.07rem;
}
.picScroll .prevStop {
	background-position: -0.06rem -0.4rem;
}
.picScroll .nextStop {
	background-position: -0.34rem -0.4rem;
}
/*首页菜单*/
.index_menu {
	width: 100%;
	border-top: 6px solid #999;
}
.index_menu ul li {
	float: left;
	width: 50%;
	font-size: 0.28rem;
	font-weight: 700;
	color: #666;
	line-height: 1.6rem;
	letter-spacing: 1px;
	padding: 0 0.2rem 0 0.5rem;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
.index_menu ul li div a {
	color: #666;
}
.index_menu ul li div img {
	width: 0.8rem;
	vertical-align: middle;
}
.title {
	width: 100%;
	height: 0.76rem;
	line-height: 0.76rem;
	background-color: #00627a;
	text-align: center;
	font-size: 0.25rem;
	font-weight: bold;
	font-family: 微软雅黑;
	color: #FFF;
}
.title img {
	vertical-align: middle;
	width:0.5rem;
}
.about_title {
	width: 100%;
	background: url(../images/layout2_bg.png) no-repeat center center;
	text-align: center;
	margin: 0.1rem 0;
	font-size: 0.22rem;
}
.about_title img {
	width: 0.6rem;
}
.about_box {
	padding: 0 0.2rem;
}
.about_pic {
	width: 50%;
	float: left;
}
.about_pic img {
	width: 100%;
	float: left;
	height: 2rem;
}
.about_detail {
	width: 50%;
	float: left;
	background-color: #aaaaaa;
	color: #FFF;
	height: 2rem;
	padding: 0.2rem;
	font-size: 0.2rem;
	line-height: 0.4rem;
}
.about_detail a {
	display: block;
	background-color: #00627a;
	color: #FFF;
	margin-top: 0.1rem;
}
.line_title, .title_news {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	background: url(../images/layout2_bg_line.png) no-repeat center center;
	margin: 0.05rem 0;
	font-size: 0.22rem;
}
.title_news {
	background: #00627a;
	color: #FFF;
	height:auto;
		line-height: 0.5rem;
		padding:0 0.2rem;
}
.line_title img, .title_news img {
	width: 0.4rem;
	vertical-align: middle;
	margin: 0 0.2rem;
}
.title_news img {
	margin: 0;
	}
.about_detail p {
	height: 1.6rem;
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;
}
.about_us {
	width: 100%;
	padding: 0.2rem;
	text-align: center;
	margin: 0.1rem 0;
}
.about_us img {
	width: 2.6rem;
}
.email_us {
	width: 80%;
	margin: 0 auto;
	height: 0.6rem;
	line-height: 0.6rem;
	color: #FFF;
	background: #00627a;
}
.email_us img, .lianxi_us img {
	width: 0.5rem;
	vertical-align: middle;
	margin: 0 0.3rem 0 0.5rem;
}
.lianxi_us {
	width: 90%;
	margin: 0.1rem auto;
}
.lianxi_us input {
	width: 60%;
	height: 0.6rem;
	line-height: 0.6rem;
	border: 1px solid #00627a;
	background-color: #FFF;
	padding: 0 0.2rem;
	font-size:0.22rem;
}
.lianxi_us textarea {
	width: 90%;
	padding: 0.2rem;
	min-height: 1.5rem;
}
input.tijiao_us {
	margin: 0.1rem auto;
	width: 100%;
	font-size: 0.25rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background: #00627a;
	color: #FFF;
	font-weight: bold;
}
.xinxi, .xinxi_list, .news_list {
	width: 100%;
	font-size: 0.2rem;
	background-color: #dcdcdc;
	padding: 0.2rem;
	line-height: 0.3rem;
}
/*	
.xinxi p, .xinxi_list p, .news_list p {
	text-indent: 2em;
}*/
.xinxi_list {
	height: 1.6rem;
}
.xinxi_list a {
	color: #000;
}
.xinxi_list a.bot {
	width: 2rem;
	display: block;
	float: right;
	border: 1px #3e3a39 solid;
	text-align: center;
	text-indent: 0;
}
.news_list {
	width: 96%;
	margin: 0.2rem auto;
	border: 1px solid #cfcfcf;
	background-color: #eeeeee;
}
.news_list img {
	width: 100%;
	margin-bottom:0.15rem;
}
.line_title2 {
	margin: 0.3rem 0;
	line-height: 0.5rem;
	font-size: 0.22rem;
	text-align: center;
	background-color: #dcdcdc;
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
}
.xinxi_box {
	width: 90%;
	margin: 0 auto;
}
.xinxi_box li {
	float: left;
	width: 48%;
	background-color: #999;
	margin-bottom: 0.2rem;
	-moz-box-shadow: 3px 3px 4px #bebebe;
	-webkit-box-shadow: 3px 3px 4px #bebebe;
	box-shadow: 3px 3px 4px #bebebe;
}
.xinxi_box_list {
	background-color: #e2e2e2;
	line-height: 0.5rem;
}
.xinxi_box_list span {
	width: 70%;
	background: url(../images/xinxi_bg.png) no-repeat center center;
	font-size: 0.22rem;
	color: #FFF;
	padding: 0.1rem 0.2rem;
	line-height: 0.3rem;
}
.xinxi_box li img {
	width: 100%;
}

.allpage {
	width: 96%;
	margin: 0.2rem auto;
}
.details {
	width: 100%;
}
.details tr td {
	border: 1px solid #666;
	font-size: 0.15rem;
	line-height: 0.4rem;
}
.bigtext {
	font-size: 0.22rem;
	text-align:center;
}
.minwidth {
	width:0.2rem;
	margin:0 auto;}
.email_us, .about_us {
	font-size: 0.2rem
}
.detail-pre-next p a ,.more a {
	color:#00627a;
	
	}
	.detail-pre-next p {
		margin-bottom:0.15rem;
	
	}
	.detail-pre-next {
		font-size: 0.22rem
		}
	.more  {
		text-align:center;
		margin:0.15rem 0;}
	
	
/********************设置自适应字体大小***************************/
@media only screen and (min-width:767px) and (max-width: 1024px) {
.line_title {
	background: url(../images/layout2_bg_line2.png) center center;
	background-repeat: repeat-x;
	height: 0.8rem;
}
.about_title {
	background: url(../images/layout2_bg.png) center center;
	background-repeat: repeat-x;
}
.focus {
	height: 4.6rem;
}
.focus .bd li img {
	height: 4.6rem;
}
.index_menu ul li {
	line-height: 1.05rem;
}
.email_us, .about_us {
	font-size: 0.25rem
}

}



.meetlist > li:nth-child(even) {margin-left:0.2rem;} 