@charset "utf-8";

/*全局元素默认设置*/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
}

/*始终显示浏览器右侧滚动条*/
body {background-color: #FFFFFF;overflow-y: scroll;*overflow-y: auto;	/*兼容ie7*/}
img {border: none;}
a {text-decoration: none;}
li {list-style: none;}
input,button {outline: none;}
/*鼠标移入的状态*/
a:active,a:hover {outline: 0}

/*去除ie10/ie11input里面的叉叉*/
::-ms-clear,
::-ms-reveal {display: none;}

/* 单行溢出省略 */
.el {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.head{
	line-height: 80px;
	border-bottom: 1px solid #00665e;
}
.head .logo img{
    height: 45px;
    margin-top: 8px;
}
.head .head-nav li{
	text-align: center;
	width: 11%;
	float: left;
	font-size: 16px;
}
.head .head-nav li.active{
	border-bottom: 2px solid #00665e;
	background: #f7f7f7;
}
.head-nav-m{
	border: none;
	background: none;
	float: right;
	margin-top: 17px;
}
.head-nav-m i{
	font-size: 25px;
	color: #3F8ECB;
}
.banner-img img{
	width: 100%;
}
.zhiding{
	margin: 20px 0;
}
.zhiding-con{
	position: relative;
	overflow: hidden;
	background: #fff;
}
.zhiding-title{
	position: absolute;
	left: 9%;
	font-size: 27px;
	font-weight: 600;
	color: #FFF;
	bottom: 20%;
	z-index: 999;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari 和 Chrome */
	-o-transition: all 0.2s; /* Opera */
}
.zhiding-con img{
	width: 100%;
}
.zhiding-en{
	position: absolute;
	left: 9%;
	font-size: 15px;
	color: #FFF;
	bottom: 10%;
	z-index: 999;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari 和 Chrome */
	-o-transition: all 0.2s; /* Opera */
}
.zhiding-des{
	/* display: none; */
	position: absolute;
	left: 100%;
	font-size: 15px;
	color: #FFF;
	width: 300px;
	bottom: 30%;
	z-index: 999;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari 和 Chrome */
	-o-transition: all 0.2s; /* Opera */
}
.zhiding-des a{
	color: #30C0F1;
}
.zhiding-con:hover .zhiding-title{
	bottom: 60%;
}
.zhiding-con:hover .zhiding-en{
	bottom: 52%;
}
.zhiding-con:hover .zhiding-des{
	/* display: block; */
	left: 9%;
}
.zhiding-con:hover img{
	opacity: 0.6;
}
.tongzhi{
	background: #F4F4F4;
}
.tongzhi-iocn{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	background: #00665e;
	width: 22px;
	height: 22px;
	display: none;
}
.tongzhi .layui-tab-title{
	width: 140px;
	float: left;
}
.layui-tab-title .layui-this:after{
	border: none;
}
.tongzhi .layui-tab-title li{
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: #009688;
	border: none !important;
}
.tongzhi .layui-tab-title i{
	display: none;
	position: absolute;
	right: 20px;
	top: 0px;
}
.tongzhi-tab{
	border: 2px solid #00665e;
	overflow: hidden;
	height: 409px;
}
.tongzhi .layui-tab-content{
	float: right;
	width: 595px;
}
.tongzhi .layui-tab-title .layui-this{
	background: #00665e;
}
.tongzhi .layui-tab-title .layui-this i{
	display: block;
}
.layui-tab-content .icon{
	background: #D45F96;
	width: 50px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	border-radius: 4px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.layui-tab-content .con{
	width: 318px;
	display: inline-block;
	vertical-align: middle;
}
.layui-tab-content .date{
	display: inline-block;
	width: 184px;
	text-align: right;
	vertical-align: middle;
}
.tongzhi-con{
	height: 43px;
	line-height: 40px;
}
.tongzhi-notice h3{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin: 0 auto;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 49px;
	border-bottom: 2px solid #00665e;
}
.tongzhi-notice p{
	text-align: center;
}
.tongzhi-query>h3{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin: 0 auto;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 49px;
	border-bottom: 2px solid #00665e;
}
.tongzhi-query>p{
	text-align: center;
}
.tongzhi-query-con{
	position: relative;
	display: block;
}
.tongzhi-query-con h3{
    position: absolute;
    top: 26%;
    color: #fff;
    left: 7%;
    font-weight: 600;
    font-size: 26px;
}
.tongzhi-query-con p{
    position: absolute;
    top: 56%;
    color: #fff;
    left: 7%;
    font-size: 13px;
}
.tongzhi-query-con img{
	width: 100%;
}
.tongzhi-query-con{
	margin: 10px 0;
	margin-bottom: 26px;
}


.quanshe{
	margin: 20px 0;
}
.quanshe-cont a{
	display: block;
}
.quanshe-cont img{
	width: 100%;
	height: 140px;
}
.hezuo-title{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 15px;
}
.hezuo-title img{
	max-width: 100%;
}
.links-con{
	text-align: center;
}
.links-con img{
	max-width: 100%;
}
.links{
	background: #F4F4F4;
	padding: 80px 0;
}
.links h3{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}
.links p{
    text-align: center;
    font-size: 13px;
    padding-top: 5px;
    margin: 0 auto;
    margin-top: 5px;
    border-top: 2px solid #009688;
    margin-bottom: 27px;
}
.footer{
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 60px 0;
	line-height: 26px;
	padding-bottom: 30px;
}
.breadcrumb{
	padding: 30px 0;
	display: block;
	padding-bottom: 15px;
}
.content-box{
	margin-bottom: 80px;
	margin-top: 30px;
	text-align: justify;
	line-height: 30px;
}
.content-title{
	font-weight: 600;
}
.content-des{
	margin-top: 15px;
	color: #bfbfbf;
}
.content-ri-title{
	font-size: 20px;
	border-bottom: 1px solid #e0e0e0;
	line-height: 44px;
	font-weight: 600;
	margin-bottom: 15px;
}
.content-ri-con{
	line-height: 30px;
}
.content-ri-box{
	margin-bottom: 20px;
}
.content-thmb{
	width: 100%;
}
.content-list-title{
	margin-bottom: 20px;
	text-align: justify;
}
.content-list-des{
	text-align: justify;
	line-height: 22px;
	height: 70px;
	overflow: hidden;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.content-thmb {
    width: 100%;
    height: 160px;
}
.content-list-else{
	color: #bdb7b7;
}
.content-list-else span{
	margin-right: 15px;
}
.content-list hr{
	margin: 24px 0;
}
#pages{
	margin-bottom: 80px;
}
#pages li{
	height: 30px;
	width: 30px;
	line-height: 28px;
	text-align: center;
	margin-right: 10px;
	border: 1px solid #dedede;
	display: inline-block;
}
#pages li.active{
	color: #FFFFFF;
	background: #00665e;
	border: 1px solid #00665e;
}
#pages li.disabled{
	color: #cacaca;
}
.chaxun-nav{
	padding: 30px 0;
}
.chaxun-nav a{
    display: block;
    background: #F6F6F6;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 17px;
}
.chaxun-nav a.active{
    background: #45484F;
    color: #FFFFFF;
    border-left: 3px solid #00665e;
}
.chaxun-con{
	padding: 20px 0;
}
.chaxun-con li{
	font-size: 16px;
	transition: all .2s;
	-webkit-transition: all .2s;
	position: relative;
	line-height: 60px;
	min-width: 197px;
	height: 61px;
	transition: all 0s;
	-webkit-transition: all 0s;
}
.chaxun-con .layui-tab-title {
    height: 61px;
}
.chaxun-con .layui-tab-title li.layui-this{
	border: 1px solid #e6e6e6;
	border-top: 3px solid #00665e;
	border-bottom: 1px solid #FFFFFF;
	line-height: 54px;
	background: #FFFFFF;
}
.chaxun-con .layui-tab-content{
	border: 1px solid #e6e6e6;
	margin-top: -1px;
}
.gogososo{
	padding: 20px;
}
.gogososo input{
	border: 1px solid #b5b5b5;
    padding: 7px;
    text-align: center;
    width: 227px;
    display: block;
    border-radius: 20px;
    margin: 10px auto;
}
.gogososo input[type=submit]{
	background: #00665e;
	color: #FFFFFF;
	border: 1px solid #00665e;
}
.gogososo input[type=button]{
	background: #00665e;
	color: #FFFFFF;
	border: 1px solid #00665e;
}
.gogososo-con{
	padding: 15px;
}
.gogososo-con hr{
	border-bottom: 2px dashed #cacaca;
	background: none;
}
.gogososo-con h2{
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
}
.gogososo-con h2 span{
	color: #4FC8F8;
}
.gogososo-table {
    text-align: center;
    border-collapse: collapse;
	margin-top: 30px;
}
.gogososo-table th,.gogososo-table td{
	border: 1px solid #e6e6e6;
}
.gogososo-table-two th,.gogososo-table-two td{
	text-align: left;
	padding: 15px;
}
.zhineng{
	padding: 25px 0;
}
.zhineng h1{
	text-align: center;
}
.zhineng>p{
	text-align: center;
	margin-bottom: 30px;
}
.zhineng>p>span{
	margin: 5px 20px;
}
.zhineng .zhineng-con{
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
}
.baike-title h1{
	font-weight: 600;
	margin-bottom: 10px;
}
.baike-thmub{
	border: 1px solid #ececec;
	    border: 1px solid #ececec;
	    background-color: white;
	    width: 221px;
	    float: right;
}
.baike-thmub img{
	width: 100%;
}
.baike-cont-title h3{
	background: #FFFFFF;
	font-size: 28px;
}
.baike-cont-title hr{
    margin-top: -16px;
    margin-left: 124px;
}
.baike-cont-cont{
	padding-top: 15px;
}
.baike-tab{
	font-size: 16px;
}
.baike-list-con{
	border: 1px solid #E8E8E8;
	padding: 5px;
}
.baike-list-con img{
	width: 100%;
	margin: 5px 0;
	height: 120px;
}
.baike-list-con h4{
	font-size: 16px;
}
.baike-list-con p{
	text-align: justify;
	font-size: 13px;
}
.baike-list{
	margin-bottom: 20px;
}
.baike-soso{
	text-align: center;
	padding: 30px;
}
.baike-soso p{
    margin: 11px 0;
    font-size: 16px;
}
.baike-soso h1{
	color: #4689CF;
	font-weight: 600;
}
.baike-soso input[type=text]{
	border: 1px solid #4689CF;
	height: 40px;
	width: 200px;
	border-radius: 3px;
	text-indent: 15px;
}
.baike-soso input[type=submit]{
	border: 1px solid #4689CF;
	height: 40px;
	width: 80px;
	border-radius: 3px;
	background: #4689CF;
	color: #FFFFFF;
	font-size: 16px;
}
.sbr a:hover{
	opacity: 0.8;
}

.footer *{
	color: #fff !important;
}



/* 手机 */ 
@media (max-width: 992px) {
	.head{
		height: 58px;
		line-height: 58px;
	}
	.head .logo img {
	    height: 40px;
	}
	.head-nav{
		display: block !important;
	}
	#head-nav{
		display: none;
	}
	.head-nav {
	    display: block !important;
	    position: fixed;
	    top: 58px;
	    left: 0;
	    right: 0;
	    box-shadow: 0 2px 5px #0000001f;
		z-index: 888888;
		background: #fff;
	}
	.head-nav li{
		width: 100% !important;
	}
	.head .head-nav li.active {
	    border-bottom: 1px solid #00665e;
	    background: #f7f7f7;
	}
	.content-thmb {
	    width: 100%;
	    height: auto;
	}
	.chaxun-con li {
	    min-width: 33.333333333%;
	}
	.chaxun-con{
		padding: 0;
	}
	.baike-thmub {
	    border: 1px solid #ececec;
	    margin-bottom: 22px;
	}
	.baike-list-con img {
	    width: 100%;
	    margin: 5px 0;
	    height: 111px;
	}
}

/* 平板 */
@media (min-width:768px) and (max-width:992px){
	.head{
		height: 58px;
		line-height: 58px;
	}
	.head .logo img {
	    height: 40px;
	}
	.content-list-des {
	    text-align: justify;
	    line-height: 18px;
	    height: 38px;
	    overflow: hidden;
	    margin-bottom: 5px;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	}
	.content-list-title {
	    margin-bottom: 12px;
	    text-align: justify;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	}
	.chaxun-con li {
	    min-width: 140px;
	}
	.baike-list-con img {
	    width: 100%;
	    margin: 5px 0;
	    height: 164px;
	}
	.quanshe-cont img{
		width: 100%;
		height: 90px;
	}
}

/* 中型桌面 */
@media (min-width:992px) and (max-width:1200px){
	.layui-tab-content .con {
	    width: 187px;
	}
	.tongzhi .layui-tab-content {
	    width: 472px;
	}
	.layui-tab-content .date {
	    width: 156px;
	}
	.layui-tab-content .con {
	    width: 230px;
	}
	.tongzhi-con {
	    height: 36px;
	    line-height: 35px;
	}
	.tongzhi .layui-tab-title li {
	    position: relative;
	    display: block;
	    width: 100%;
	    height: 38px;
	    line-height: 38px;
	    color: #fff;
	    background: #009688;
	    border: none !important;
	}
	.tongzhi-tab {
	    border: 2px solid #00665e;
	    overflow: hidden;
	    height: 344px;
	}
	.content-list-des {
	    text-align: justify;
	    line-height: 22px;
	    height: 70px;
	    overflow: hidden;
	    margin-bottom: 5px;
	}
	.content-list-title {
	    margin-bottom: 12px;
	}
	.content-thmb {
	    width: 100%;
	    height: 138px;
	}
	.baike-list-con img {
	    width: 100%;
	    margin: 5px 0;
	    height: 96px;
	}
	.quanshe-cont img{
		width: 100%;
		height: 120px;
	}
}




