﻿/**网站全局css**/
* {
	margin: 0;
	padding: 0;
	word-break: break-word;
	font-family: "微软雅黑";
}

body {
	color: #282828;
	background: white;
	margin: auto;
	min-width: 1200px;
	background-attachment: fixed;
}

p {
	color: #282828;
}

a {
	text-decoration: none;
	color: #282828;
}

li {
	list-style: none;
}

img {
	border: none;
	display: block;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.height30 {
	height: 30px;
}

.height40 {
	height: 40px;
}

.huibg {
	background: #f9f9f9;
}

.pc_hide {
	display: none;
}

.m_hide {
	display: block;
}

.height50 {
	height: 50px;
}

.height15 {
	height: 15px;
}

/**网站全局css end**/
/**head.php**/
.c_headbg {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.2);
	transition: 1s;
}

.c_headbg:hover {
	background: white;
}

.c_headbg .c_head {
	width: 1200px;
	height: 80px;
	margin: auto;
}

.c_headbg .c_head .logo {
	width: 198px;
	float: left;
	height: 100%;
}

.c_headbg .c_head .logo a {
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	align-items: center;
}

.c_headbg .c_head .logo a img {
	width: 100%;
	height: auto;
}

.c_headbg .c_nav {
	height: 100%;
	font-size: 0;
	float: right;
}

.c_headbg .c_nav .xiang {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 140px;
	position: relative;
	/* margin-left:25px;
	margin-right:25px; */
	cursor: pointer;
}

.c_headbg .c_nav .xiang a.yijia {
	display: block;
	height: 100%;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 80px;
	box-sizing: border-box;
	transition: 1s;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	padding: 0 15px;
}

.c_headbg:hover .c_nav .xiang a.yijia {
	color: #0a77d6;
}

.c_headbg .c_nav .xiang:hover a.yijia {
	/* border-bottom:2px solid rgba(255,255,255,1); */
	/* background-color: #00a2e9; */
	color: #d60a0a;
}

.c_headbg .zinavbg {
	width: 100%;
	overflow: hidden;
	background: white;
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 1000;
	transition: 1s;
	opacity: 0;
	height: 0;
}

.c_headbg .zj_xiang:hover .zinavbg {
	height: auto;
	opacity: 1;
	z-index: 1000;
	background: white;
	transition: 1s;
}

.c_headbg .zinavbg .zinav_1 {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.c_headbg .zinavbg .zinav_1 .zj_nav {
	overflow: hidden;
	width: 140px;
	font-size: 0;
	padding-top: 5px;
}

.c_headbg .zinavbg .zinav_1 .zj_nav .zj_nav_xiang {
	width: 140px;
	display: inline-block;
	vertical-align: top;
	height: 26px;
	box-sizing: border-box;
	margin-bottom: 20px;

}

.c_headbg .zinavbg .zinav_1 .zj_nav .zj_nav_xiang a {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 28px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 16px;
	line-height: 26px;
}

.c_headbg .zinavbg .zinav_1 .zj_nav .zj_nav_xiang:hover a {
	color: #d60a0a;
}

.sec-active {
	/* background: #00a2e9; */
	color: #0a77d6;
}

.sec-active {
	/* background: #00a2e9; */
	color: #0a77d6;
}


.c_headbg .c_nav .xiang a.hover {
	border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.c_headbg .c_nav .xiang .zinav {
	position: absolute;
	top: 80px;
	background: rgba(255, 255, 255, 1);
	width: 140px;
	left: calc(50% - 70px);
	box-sizing: border-box;
	z-index: 100;
	overflow: hidden;
	display: none;
}

.c_headbg .c_nav .xiang .zinav .erjixiang {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.c_headbg .c_nav .xiang .zinav .zixiang a.erjia {
	font-size: 15px;
	text-align: center;
	color: #222;
	line-height: 20px;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	transition: 1s;
}

.c_headbg .c_nav .xiang .zinav .zixiang:hover a.erjia {
	background: #0a77d6;
	color: #fff;
}

.m_head {
	display: none;
}

/**head.php end**/
/**banner.php**/
.c_banner {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

/*.banner .prev
{
	width:50px;
	height:80px;
	background:url('../images/bannerleftarr.png') no-repeat center center;
	position: absolute;
	top:calc(50% - 40px);
	left:5%;
	z-index:100;
	cursor: pointer;
	display: none;
}
.banner:hover .prev
{
	display: block;
}
.banner .next
{
	width:50px;
	height:80px;
	background:url('../images/bannerrightarr.png') no-repeat center center;
	position: absolute;
	top:calc(50% - 40px);
	right:5%;
	z-index:100;
	cursor: pointer;
	display: none;
}
.banner:hover .next
{
	display: block;
}*/
.c_banner .hd {
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	z-index: 1;
	width: 100%;
}

.c_banner .hd ul {
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: auto;
	font-size: 0;
	zoom: 1;
}

.c_banner .hd ul li {
	display: inline-block;
	width: 12px;
	height: 12px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 0;
	margin-left: 14px;
	margin-right: 14px;
	background: #fff;
	border-radius: 2px;
	border-radius: 50%;
}

.c_banner .hd ul li.on {

	background: #0a77d6;
}

.c_banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.c_banner .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 600px;
	position: relative;
}

.c_banner .bd li .description {
	width: 100%;
	height: 150px;
	background-image: linear-gradient(to right, rgba(53, 135, 207), rgba(80, 177, 222, 0.6));
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 150px;
	margin: 0 auto;
}

.c_banner .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.m_banner {
	display: none;
}

/**banner.php end**/
/**foot.php**/
.c_footbg {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.c_footbg .footfirbao {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #313131;
	padding-top: 50px;
	padding-bottom: 50px;
}

.c_footbg .footfirbao .footfir {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.c_footbg .footfirbao .footfir .footlogo {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.c_footbg .footfirbao .footfir .footlogo img {
	width: 198px;
	height: auto;
	overflow: hidden;
}

.c_footbg .footfirbao .footfir .footbase {
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.c_footbg .footfirbao .footfir .footbase .footinfo {
	width: 380px;
	height: auto;
	overflow: hidden;
}

.c_footbg .footfirbao .footfir .footbase .footinfo .tit {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	overflow: hidden;
}

.c_footbg .footfirbao .footfir .footbase .footinfo .list {
	margin-top: 15px;
	height: auto;
	overflow: hidden;
}

.c_footbg .footfirbao .footfir .footbase .footinfo .list .xiang {
	font-size: 14px;
	line-height: 20px;
	color: #d2d2d2;
	overflow: hidden;
	margin-bottom: 15px;
}

.c_footbg .footfirbao .footfir .footbase .footfuwunav {
	width: 300px;
	height: auto;
	overflow: hidden;
}

.c_footbg .footfirbao .footfir .footbase .footfuwunav .tit {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	overflow: hidden;
}

.c_footbg .footfirbao .footfir .footbase .footfuwunav .list {
	margin-top: 15px;
	height: auto;
	overflow: hidden;
	font-size: 0px;
}

.c_footbg .footfirbao .footfir .footbase .footfuwunav .list .xiang {
	width: 150px;
	height: auto;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding-right: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #d2d2d2;
	text-overflow: ellipsis;
	white-space: normal;
}

.c_footbg .footfirbao .footfir .footbase .footfuwunav .list .xiang a {
	color: #d2d2d2;
}

.c_footbg .footfirbao .footfir .footbase .footbignav {
	width: 100px;
	height: auto;
	overflow: hidden;
}

.c_footbg .footfirbao .footfir .footbase .footbignav .xiang {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	margin-bottom: 10px;
}

.c_footbg .footfirbao .footfir .footbase .footbignav .xiang a {
	color: #fff;
}

.c_footbg .footfirbao .footfir .footbase .footfirline {
	width: 1px;
	background: #a0a0a0;
	height: 130px;
}

.c_footbg .footfirbao .footfir .footbase .twocode {
	width: 106px;
	height: 106px;
	overflow: hidden;
}

.c_footbg .footfirbao .footfir .footbase .twocode img {
	width: 100%;
	height: 100%;
}

.c_footbg .footsecbao {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #222;
}

.c_footbg .footsecbao .footsec {
	width: 1200px;
	height: auto;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.c_footbg .footsecbao .footsec .xiang {
	font-size: 14px;
	line-height: 20px;
	color: #d2d2d2;
	overflow: hidden;
	margin-left: 2.5px;
	margin-right: 2.5px;
}

.c_footbg .footsecbao .footsec .xiang a {
	color: #d2d2d2;
}

#m_footnavgu {
	display: none;
}

/**foot.php end**/
/**index.php**/
/**网站首页头部标题**/
.indblockbg {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	/* padding-bottom: 70px; */
}
.indblockbg2{
	padding-bottom: 30px;
}

.indblock {
	width: 1200px;
	height: auto;
	margin: auto;
}

.indtou {
	width: 100%;
	height: auto;
	overflow: hidden;
	/* margin-bottom: 30px; */
}

.indtou .indtit {
	width: 100%;
	height: 65px;
	position: relative;
	overflow: hidden;
}

.indtou .indtit .indentit {
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #efefef;
	text-align: center;
	line-height: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.indtou .indtit .indcntit {
	width: 100%;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 95px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	z-index: 100;
}

.indtou .indline {
	width: 35px;
	height: 5px;
	overflow: hidden;
	background: #0a77d6;
	margin: auto;
	margin-top: 20px;
}

/**网站首页头部标题**/
/**网站第一部分专业服务**/
.indblockbg1 {
	padding-bottom: 32.5px;
}

.indfuwu {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.indfuwu .indfuwulist {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.indfuwu .indfuwulist .xiang {
	width: 170px;
    height: auto;
    margin-right: 29.5px;
    margin-bottom: 29.5px;
    background: white;
    padding: 20px 20px 20px 10px;
    border-radius: 20px;
    box-shadow: 2px 2px 5px #bdbdbdd1;
}

.indfuwu .indfuwulist .xiang:nth-child(5n) {
	margin-right: 0px;
}

.indfuwu .indfuwulist .xiang a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.indfuwu .indfuwulist .xiang .diceng {
	display: flex;
	justify-content: center;
	align-items: center;
}

.indfuwu .indfuwulist .xiang a .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.indfuwu .indfuwulist .xiang .pic img {
	width: 67px;
	height: 62px;
}

.indfuwu .indfuwulist .xiang a .wenzi {
	width: 100%;
	height: 60px;
	overflow: hidden;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: normal;
	color: black;
}

.indfuwu .indfuwulist .xiang:hover {
	background: #00a2e9;
}

/* .indfuwu .indfuwulist .xiang:hover .wenzi {
	color: white;
} */

.indfuwu .indfuwulist .xiang a .shangceng {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	/* background:rgba(10,119,214,0.8); */
	box-sizing: border-box;
	padding: 40px 25px;
	opacity: 0;
	transition: 1s;
}

.indfuwu .indfuwulist .xiang a:hover .shangceng {
	opacity: 1;
}

.indfuwu .indfuwulist .xiang a .shangceng .des {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	height: 196px;
	overflow: hidden;
}

.indfuwu .indfuwulist .xiang a .shangceng .more {
	width: 125px;
	height: 40px;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin: auto;
	line-height: 38px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.display {
	display: flex;
	justify-content: space-between;
}

/**网站第一部分专业服务 end**/
/**网站第二部分**/
.indblock2 .indtou .indtit {
	width: 50%;
	height: 65px;
	position: relative;
	overflow: hidden;
}

.indblock2 .indtou .incontent {
	display: flex;
	justify-content: space-between;
}

.indblock2 .indtou .incontent .intexttit {
	width: 61%;
}
.indblock2 .indtou .intexttit .left-text {
	width: 90%;
	line-height: 2em;
}

.indblock2 .indtou .intexttit .right-text {
	width: 90%;
	font-size: 120px;
	text-transform: uppercase;
	font-weight: bold;
	color: #efefef;
	/* text-align: center; */
	line-height: 200px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/**网站第二部分 end**/
/**网站第三部分客户**/
.indblockbg3 {
	/* background: url('../images/kehubg.jpg') no-repeat center center;
	background-size: cover !important;
	background-attachment: fixed; */
	background-color: #00a2e9;
	padding-bottom: 50px;
}

.indblockbg3 .inhezuolist {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.indblockbg3 .indtou .indtit {
	width: 20%;
	color: white;
}

.indblockbg3 .indtou .indcntit {
	color: white;
	text-align: left;
}

.indblockbg3 .indtou .indentit {
	color: white;
	text-align: left;
	font-weight: unset;
	font-size: 13px;
}

.indblockbg3 .indtou .indestit {
	color: white;
	padding: 10px 0;
}

.indblockbg3 .indhezuolei {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}

.indblockbg3 .indhezuolei .xiang {
	width: 150px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 5px;
	margin-left: 17.5px;
	margin-right: 17.5px;
	border-radius: 20px;
}

.indblockbg3 .indhezuolei .xiang a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #222;
	transition: 1s;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}

.indblockbg3 .indhezuolei .xiang:hover a {
	color: #fff;
	background: #0a77d6;
}

.indblockbg3 .indhezuolei .hover a {
	color: #fff;
	background: #0a77d6;
}

.indblockbg3 .inhezuolist .indhezuocont {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
	padding: 40px 30px;
	padding-bottom: 10px;
}

.indblockbg3 .inhezuolist .indhezuocont .list {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	display: none;
}

.indblockbg3 .inhezuolist .indhezuocont .list .xiang {
	width: 212px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;

}

.indblockbg3 .inhezuolist .indhezuocont .list .xiang:nth-child(5n) {
	margin-right: 0px;
}

.indblockbg3 .inhezuolist .indhezuocont .list .xiang a {
	display: block;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #eee;
	width: 100%;
	transition: 1s;
}

.indblockbg3 .inhezuolist .indhezuocont .list .xiang:hover a {
	border: 1px solid #0a77d6;
}

.indblockbg3 .inhezuolist .indhezuocont .list .xiang a .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.indblockbg3 .inhezuolist .indhezuocont .list .xiang a .pic img {
	width: 210px;
	height: 55px;
}


/**网站第三部分客户 end**/
/**网站第四部分客户**/

.indblockbg4 {
	height: 520px;
}

.indblockbg4 .inhezuolist {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.indblockbg4 .indtou .indtit {
	width: 20%;
	color: black;
}

.indblockbg4 .indtou .indcntit {
	color: black;
	text-align: left;
}

.indblockbg4 .indtou .indentit {
	color: black;
	text-align: left;
	font-weight: unset;
	font-size: 13px;
}

.indblockbg4 .indtou .indestit {
	color: black;
	padding: 20px 0;
}

.indblockbg4 .indhezuolei {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}

.indblockbg4 .indhezuolei .xiang {
	width: 150px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 25px;
	margin-left: 17.5px;
	margin-right: 17.5px;
	border-radius: 20px;
}

.indblockbg4 .indhezuolei .xiang a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #222;
	transition: 1s;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}

.indblockbg4 .indhezuolei .xiang:hover a {
	color: #fff;
	background: #0a77d6;
}

.indblockbg4 .indhezuolei .hover a {
	color: #fff;
	background: #0a77d6;
}


.indblockbg4 .block2bg {
	width: 100%;
	height: auto;
	/*background:url('../images/about/ry/rybg.jpg') no-repeat center center;*/
	background-size: cover;
}

.indblockbg4 .block2 {
	width: 1230px;
	height: auto;
	margin: auto;
}

.indblockbg4 .insrongyu {
	width: 100%;
	height: auto;
}

.indblockbg4 .insrongyu_fl {
	width: 100%;
	overflow: hidden;

}

.indblockbg4 .insrongyu_fl .fenlei {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0px;
	text-align: center;
}

.indblockbg4 .insrongyu_fl .fenlei .xiang {
	width: 160px;
	height: auto;
	overflow: hidden;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 38px;
	color: #666;
	cursor: pointer;
	transition: 1s;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;
}

.indblockbg4 .insrongyu_fl .fenlei .xiang:hover {
	color: #eb5821;
	border: 1px solid #eb5821;
}

.indblockbg4 .insrongyu_fl .fenlei .hover {
	color: #eb5821;
	border: 1px solid #eb5821;
}

.indblockbg4 .insrongyu .insry_r {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.indblockbg4 .insrongyu .insry_r .ronglistbao {
	width: 100%;
	height: auto;
}

.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist {
	width: 100%;
	overflow: hidden;
	height: 0px;
	position: relative;
}

.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist .bd {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist .bd ul {
	height: 600px
}

.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li {
	width: 380px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	box-shadow: 5px 5px 5px #e8e8e8;
	height: 460px;
}

.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li a {
	display: block;
	width: 85%;
	height: auto;
	padding: 20px;
}

.indblockbg4 .rongyulist .bd ul li a .indline {
	width: 35px;
	height: 2px;
	overflow: hidden;
	background: #00a2e9;
	margin-top: 10px;
}

.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li a .pic {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	transition: 1s;
}

.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li:hover {
	/* border: 1px solid #00a2e9; */
}

.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li:hover a .pic {
	border: 1px solid #00a2e9;
}

.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li a .pic img {
	width: 100%;
}

.indblockbg4 .insrongyu .insry_r .ronglistbao .hover {
	height: 345px;
	overflow: visible;
}

.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li a .tit {
	font-size: 18px;
	line-height: 25px;
	/* text-align: center; */
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 10px;
	transition: 1s;
	font-weight: bold;
}

.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li a .time {
	font-size: 16px;
	line-height: 25px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 10px;
	transition: 1s;
}

.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li a .des {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	padding-top: 20px;
	transition: 1s;
}

.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li:hover a .tit,
.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li:hover a .time,
.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li:hover a .des {
	color: #00a2e9;
}

.indblockbg4 .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li a .more {
	width: 130px;
	height: 40px;
	border: 1px solid #fff;
	box-sizing: border-box;
	/* margin: auto; */
	line-height: 38px;
	font-size: 16px;
	color: white;
	background-color: #00a2e9;
	text-align: center;
	border-radius: 11px;
	margin-top: 70px;
}

/**网站第四部分客户 end**/
/**index.php end**/
/**内页banner**/
.insbanner {
	width: 100%;
	height: 480px;
	overflow: hidden;
	margin: -10px auto;
}

.minsbanner {
	display: none;
}

/**内页banner end**/
/**内页所在的位置 **/
.inssitenavbg {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-shadow: 0px 3px 3px #e8e8e8;
	margin-bottom: 3px;
}

.inssitenavbg .insnav {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	text-align: center;
}

.inssitenavbg .insnav .xiang {
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}

.inssitenavbg .insnav .xiang a {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 75px;
	transition: 1s;
	height: 60px;
	box-sizing: border-box;
	border-bottom: 4px solid #fff;
	-webkit-tap-highlight-color: transparent;
	outline: none;

}

.inssitenavbg .insnav .xiang a:hover {
	color: #0a77d6;
	border-bottom: 4px solid #0a77d6;
}

.inssitenavbg .insnav .xiang a.hover {
	color: #0a77d6;
	border-bottom: 4px solid #0a77d6;
}

/**内页所在的位置 end**/
/**内容页内容**/
.inszt {
	width: 100%;
	height: auto;
}

.insxx {
	width: 1200px;
	height: auto;
	margin: auto;
	padding-top: 25px;
	/* padding-bottom: 70px; */
}

.insxxbigtitle {
	text-align: center;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #282828;
}

.insxxline {
	width: 100%;
	height: 1px;
	background: #dcdcdc;
	margin: auto;
	margin-top: 20px;
}

.insxxtitle {
	text-align: center;
	font-size: 22px;
	padding-bottom: 15px;
	color: #333;
	line-height: 30px;
}

.insxxtime {
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
	color: #999;
}

.insxxcontent {
	text-align: justify;
	font-size: 15px;
	color: #333;
	line-height: 25px;
	color: #333;
	min-height: 245px;
	margin-bottom: 20px;
}

.projectwidth{
	width: 62%;
    margin: 0 auto;
	padding-bottom: 20px;
}

.insxxcontent293 {
	width: 62%;
}

.insxxcontent img {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.insxxcontent p {
	font-size: 15px;
	color: #333;
	line-height: 25px;
	color: #333;
}

.insxxpic {
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
}

.insxxpic img {
	display: block;
	margin: auto;
	max-width: 100%;
}

/**内容页内容 end**/
/**分页**/
.switch {
	padding-top: 17px;
	padding-bottom: 17px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	box-sizing: content-box;
}

.switch a {
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	margin: 1px;
	padding: 10px;
	background: #f2f2f2;
	color: #333;
	text-decoration: none;
	box-sizing: content-box;
}

.switch a:hover {
	background: #0a77d6;
	color: white;
}

.switch a.on {
	background: #0a77d6;
	color: white;
}

/**分页 end**/
/**about.php**/
.insabucontent {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.insabucontent .insabublockbg {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.insabucontent .insabublockbg .ball {
	width: 190px;
	height: 140px;
	border-radius: 50%;
	background-color: #00a2e9;
	text-align: center;
	padding-top: 50px;
	color: white;
}

.insabucontent .insabublockbg .ball .up3,
.up2,
.up1 {
	font-size: 50px;
	font-weight: bold;
}

.insabucontent .insabublockbg .capital {
	position: absolute;
	top: 14%;
	right: 15%;
}

.insabucontent .insabublockbg .employees {
	position: absolute;
	top: 21%;
	right: 26%;
}

.insabucontent .insabublockbg .brand {
	position: absolute;
	top: 5%;
	right: 23%;
}

.indblockbg .wenhualist {
	margin-top: 30px;
}

.indfuwu .wenhualist .xiang {
	width: 170px;
	height: 250px;
	margin-right: 29.5px;
	margin-bottom: 29.5px;
	background: white;
	padding: 20px 20px;
	border-radius: 20px;
	box-shadow: 2px 2px 5px #bdbdbdd1;
}

.indblockbg .wenhua_title {
	font-size: 20px;
	text-align: center;
	background: #06a6ec;
	color: white;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 140px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	/* position: absolute; */
	position: absolute;
	margin-top: -30px;
	margin-left: 36px;
}

.indblockbg .wenhua_wenzi{
	font-size: 16px;
    text-align: center;
    margin: 20px auto;
	height: 100px;
}

.indblockbg .wenhua_img{
	width: 100px;
    height: 100px;
	margin: 0 auto;
}
.indblockbg .wenhua_img img{
	width: 100px;
    height: 100px;
}
.indfuwu .indfuwulist .xiang:hover {
    background: #FFFFFF;
}

.insabucontent .insabublockbg340 {
	/* background: url('../images/fzjg.png') no-repeat; */
	/* background-color: #00a2e9; */
	/* background-size: cover; */
	/* background-attachment: fixed; */
}

.insabucontent .insabublockbg340 .insxx {
	width: 1200px;
	height: auto;
	/* padding-top: 70px; */
	padding-bottom: 70px;
	margin-left: 35%;
	margin: 0 auto;
	background: url('../images/fzjg.png') no-repeat;
	/* background-color: #00a2e9; */
}

.insabucontent .insabublockbg340 .insbigtitline {
	width: 41%;
	height: auto;
	overflow: hidden;
	/* margin-bottom: 30px; */
	margin-left: 8%;
	float: right;
	color: white;
	/* padding-bottom: 30px; */
	margin-right: 50px;
}

.insabucontent .insabublockbg304 {
	background: url('../images/ryzzbg.png') no-repeat;
	background-size: cover !important;
	/* margin-bottom: 50px; */
	/* background-attachment: fixed; */
}

.insabucontent .insabublockbg340 .insxxcontent {
	text-align: justify;
	font-size: 15px;
	color: #333;
	line-height: 25px;
	color: #333;
	height: 490px;
	overflow: scroll;
	overflow-x: hidden;
	/* min-height: 360px; */
	width: 65%;
	margin-left: 55%;
}

.insabucontent .insabublockbg340 .insxxcontent .text {
	margin: 50px;
	color: white;
	font-size: 20px;
	margin-left: 65px;
}



.insabucontent .insabublockbg340 .insxxcontent::-webkit-scrollbar {
	display: none
}

.news_insbigtitline {
	width: 41%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.insbigtitline {
	width: 41%;
	height: auto;
	overflow: hidden;
	/* margin-bottom: 30px; */
	/* margin-left: 8%; */
}

.insbigtitline .tit {
	font-size: 0px;
	overflow: hidden;
	margin-bottom: 15px;
}

.insbigtitline .tit .cn {
	font-size: 36px;
	/* text-align: center; */
	overflow: hidden;
}

.insbigtitline .tit .en {
	vertical-align: top;
	font-size: 16px;
	color: #d1d1d1;
	line-height: 25px;
	text-transform: uppercase;
}

.insbigtitline .line {
	width: 35px;
	height: 5px;
	overflow: hidden;
	background: #0a77d6;
	margin: auto;
	margin-top: 20px;
}

.insjianjie {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.insjianjie p {
	width: 60%;
	font-size: 16px;
	line-height: 36px;
	overflow: hidden;
	margin-bottom: 30px;
}

.insjianjie .piclist {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0px;
}

.insjianjie .piclist .xiang {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	margin-bottom: 30px;
}

.insjianjie .piclist .xiang:nth-child(2n) {
	margin-right: 0px;
}

.insjianjie .piclist .xiang:nth-last-child(-n + 2) {
	margin-bottom: 0px;
}

.insjianjie .piclist .xiang .pic {
	width: 100%;
	height: auto;
}

.insjianjie .piclist .xiang .pic img {
	width: 100%;
	height: auto;
}

.rongyulist {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 16px;
}

.rongyulist .xiang {
	width: 275px;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin-right: 33.33px;
	margin-bottom: 33.33px;
}

.rongyulist .xiang:nth-child(4n) {
	margin-right: 0px;
}

.rongyulist .xiang:nth-last-child(-n+4) {
	margin-bottom: 0px;
}

.rongyulist .xiang a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.rongyulist .xiang a .text {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.rongyulist .xiang a .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.rongyulist .xiang a .pic img {
	width: 100%;
	height: auto;
}


.inscontact {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.inscontact .xiang {
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
	width: 580px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.inscontact .xiang:nth-child(2n) {
	margin-right: 0px;
}

.inscontact .xiang:nth-last-child(-n + 2) {
	margin-bottom: 0px;
}

.inscontact .xiang .tit {
	font-size: 18px;
	line-height: 20px;
	color: #222;
	margin-bottom: 15px;
}

.inscontact .xiang .des {
	font-size: 16px;
	line-height: 20px;
	color: #444;
}

.ryzs .insrongyu {
	width: 100%;
	height: auto;
}

.ryzs .insrongyu_fl {
	width: 100%;
	overflow: hidden;

}

.ryzs .insrongyu_fl .fenlei {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0px;
	text-align: center;
}

.ryzs .insrongyu_fl .fenlei .xiang {
	width: 160px;
	height: auto;
	overflow: hidden;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 38px;
	color: #666;
	cursor: pointer;
	transition: 1s;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;
}

.ryzs .insrongyu_fl .fenlei .xiang:hover {
	color: #eb5821;
	border: 1px solid #eb5821;
}

.ryzs .insrongyu_fl .fenlei .hover {
	color: #eb5821;
	border: 1px solid #eb5821;
}

.ryzs .insrongyu .insry_r {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.ryzs .insrongyu .insry_r .ronglistbao {
	width: 100%;
	height: auto;
}

.ryzs .insrongyu .insry_r .ronglistbao .rongyulist {
	width: 100%;
	overflow: hidden;
	/* height:0px; */
	position: relative;
}

.ryzs .prev {
	width: 55px;
	height: 42px;
	/* position: absolute;
	  left:-90px;
	  top:105px; */
	background: url('../images/prearr.png') no-repeat center center;
	cursor: pointer;
}

.ryzs .prev:hover {
	background: url('../images/prearrhov.png') no-repeat center center;
}

.ryzs .next {
	width: 55px;
	height: 42px;
	/* position: absolute;
	  right:-90px;
	  top:105px; */
	background: url('../images/nextarr.png') no-repeat center center;
	cursor: pointer;
}

.ryzs .next:hover {
	background: url('../images/nextarrhov.png') no-repeat center center;
}

.ryzs .bd {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ryzs .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li {
	width: 380px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}

.ryzs .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li a {
	display: block;
	width: 100%;
	height: auto;
}

.ryzs .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li a .pic {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	transition: 1s;
}

.ryzs .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li:hover a .pic {
	border: 1px solid #eb5821;
}

.ryzs .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li a .pic img {
	width: 100%;
}

.ryzs .insrongyu .insry_r .ronglistbao .hover {
	height: 311px;
	overflow: visible;
}

.ryzs .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li a .tit {
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 10px;
	transition: 1s;
}

.ryzs .insrongyu .insry_r .ronglistbao .rongyulist .bd ul li:hover a .tit {
	color: #eb5821;
}

/**about.php end**/
/**product.php**/
.datahandle {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.datahandle .des {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;

}

.datahandle .list {
	width: 750px;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.datahandle .list .xiang {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 35px;
	font-size: 0px;
	margin-bottom: 35px;
}

.datahandle .list .xiang:last-child {
	margin-bottom: 0px;
}

.datahandle .list .xiang .pic {
	width: 220px;
	height: auto;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.datahandle .list .xiang .pic img {
	width: 100%;
	height: auto;
}

.datahandle .list .xiang .wenzi {
	width: 530px;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 25px;
	display: inline-block;
	vertical-align: top;
}

.datahandle .list .xiang .wenzi .tit {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	overflow: hidden;
}

.datahandle .list .xiang .wenzi .des {
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
}

.product {
	width: 50%;
}

/**product.php end**/
/**news.php**/

.newsfir {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.newsfir .bd {
	width: 600px;
	height: auto;
	float: left;
	overflow: hidden;
}

.newsfir .bd li {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.newsfir .bd li a {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.newsfir .bd li a .pic {
	width: 600px;
	overflow: hidden;
}

.newsfir .bd li a .pic img {
	height: 390px;
	width: 600px;
}

.newsfir .bd li a .tit {
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 16px;
	color: white;
	overflow: hidden;
	position: absolute;
	left: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 100;
	bottom: 0;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.4);
}

.newsfir .hd {
	width: 570px;
	float: right;
	overflow: hidden;
}

.newsfir .hd .newsfirlist {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.newsfir .hd .newsfirlist .xiang {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.newsfir .hd .newsfirlist .xiang a {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #e6e6e6;
	padding-top: 10px;
	padding-bottom: 10px;
}

.newsfir .hd .newsfirlist .xiang a .tittime {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.newsfir .hd .newsfirlist .xiang a .tittime .tit {
	width: calc(100% - 100px);
	font-size: 16px;
	float: left;
	overflow: hidden;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 1s;
}

.newsfir .hd .newsfirlist .xiang a:hover .tittime .tit {
	color: #0a77d6;
}

.newsfir .hd .newsfirlist .on a .tittime .tit {
	color: #0a77d6;
}

.newsfir .hd .newsfirlist .xiang a .tittime .time {
	width: 100px;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	text-align: right;
	line-height: 30px;
	color: #666;
}

.newsfir .hd .newsfirlist .xiang a .des {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	overflow: hidden;
	padding-top: 10px;
	transition: 1s;
}

.newsfir .hd .newsfirlist .xiang a:hover .des {
	color: #0a77d6;
}

.newsfir .hd .newsfirlist .on a .des {
	color: #0a77d6;
}

.newssec {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.newsseclist {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0px;
}

.newsseclist .xiang {
	width: 580px;
	margin-right: 40px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.newsseclist .xiang:nth-child(2n) {
	margin-right: 0px;
}

.newsseclist .xiang a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
}

.newsseclist .xiang a .time,
.newsfirlist .xiang a .time {
	width: 70px;
	height: 100px;
	overflow: hidden;
	float: left;
	background: #0a77d6;
}

.newsseclist .xiang a .time .ri,
.newsfirlist .xiang a .time .ri {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: white;
	line-height: 40px;
	margin-top: 12px;
}

.newsseclist .xiang a .time .yue,
.newsfirlist .xiang a .time .yue {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	color: white;
	line-height: 20px;
}

.newsseclist .xiang a .wenzi,
.newsfirlist .xiang a .wenzi {
	width: calc(100% - 70px);
	float: left;
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}

.newsseclist .xiang a .wenzi .tit,
.newsfirlist .xiang a .wenzi .tit {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
	transition: 1s;
	font-weight: bold;
}

.newsseclist .xiang a:hover .wenzi .tit,
.newsfirlist .xiang a:hover .wenzi .tit {
	color: #0a77d6;
	font-weight: bold;
}

.newsseclist .xiang a .wenzi .des,
.newsfirlist .xiang a .wenzi .des {
	font-size: 14px;
	color: #999;
	line-height: 22px;
	overflow: hidden;
	height: 44px;
	margin-top: 6px;
	transition: 1s;
}

.newsseclist .xiang a:hover .wenzi .des,
.newsfirlist .xiang a:hover .wenzi .des {
	color: #0a77d6;
}

.insnewslist {
	width: 100%;
	height: auto;
}

.insnewslist .xiang {
	width: 100%;
	height: auto;
}

.insnewslist .xiang a {
	display: flex;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 25px;
	flex-wrap: wrap;
	transition: 1s;
}

.insnewslist .xiang:hover a {
	box-shadow: 0px 0px 8px #ddd;
}

.insnewslist .xiang a .pic {
	width: 350px;
	height: auto;
}

.insnewslist .xiang a .pic img {
	width: 100%;
	height: auto;
	/* height: 150px; */
}

.insnewslist .xiang a .wenzi {
	width: 700px;
	margin-left: 30px;
	overflow: hidden;
}

.insnewslist .xiang a .wenzi .tit {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: 1s;
}

.insnewslist .xiang a:hover .wenzi .tit,
.insnewslist .xiang a:hover .wenzi .des,
.insnewslist .xiang a:hover .wenzi .time {
	color: #0a77d6;
}

.insnewslist .xiang a .wenzi .des {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 48px;
	overflow: hidden;
	margin-top: 25px;
}

.insnewslist .xiang a .wenzi .time {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	overflow: hidden;
	margin-top: 80px;
}

.insnewslist .xiang a .arr {
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: 50%;
	background: url('../images/newsarr.png') no-repeat center center;
	margin-left: 130px;
	margin-top: 45px;
	transition: 1s;
}

.insnewslist .xiang:hover a .arr {
	background: url('../images/newsarrhov.png') no-repeat center center;
	background-color: #0a77d6;
}

/**news.php end**/
/**join.php**/
.joinsearch {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.joinsearch .joinsearchleft {
	width: 360px;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 20px;
}

.joinsearch .joinsearchleft .zhiweishu {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0px;
}

.joinsearch .joinsearchleft .zhiweishu .shuzi {
	font-size: 36px;
	overflow: hidden;
	line-height: 38px;
	color: #0a77d6;
	display: inline-block;
	vertical-align: top;
}

.joinsearch .joinsearchleft .zhiweishu .wenzi {
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-top: 18px;
}

.joinsearch .joinsearchleft .searchtitinput {
	width: 302px;
	height: 42px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 5px 15px;
	margin-top: 15px;
}

.joinsearch .joinsearchleft .searchtitinput .input {
	width: 240px;
	height: auto;
	overflow: hidden;
	float: left;
}

.joinsearch .joinsearchleft .searchtitinput .input input {
	width: 100%;
	height: 30px;
	overflow: hidden;
	outline: none;
	border: none;
	font-size: 14px;
}

.joinsearch .joinsearchleft .searchtitinput .searchtitlebtn {
	width: 25px;
	height: 25px;
	margin-top: 2.5px;
	background: url('../images/searchbtn.png') no-repeat center center;
	float: left;
	cursor: pointer;
}

.joinsearch .joinsearchright {
	width: 840px;
	height: auto;
	overflow: hidden;
}

.joinsearch .joinsearchright .xiang {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0px;
}

.joinsearch .joinsearchright .xiang .zitit {
	font-size: 14px;
	width: 56px;
	overflow: hidden;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
}

.joinsearch .joinsearchright .xiang .arr {
	width: 44px;
	height: 20px;
	background: url('../images/joinarr.png') no-repeat center center;
	display: inline-block;
	vertical-align: top;
}

.joinsearch .joinsearchright .xiang .list {
	display: inline-block;
	vertical-align: top;
	width: 700px;
	overflow: hidden;
}

.joinsearch .joinsearchright .xiang .list .zixiang {
	position: relative;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin-bottom: 10px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;

}

.joinsearch .joinsearchright .xiang .list .hover {
	color: #0a77d6;
}

.joinsearch .joinsearchright .xiang .list input {
	position: absolute;
	z-index: 10;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.insjoinblock1 .insxx .top-box {
	display: flex;
	justify-content: space-around;
}

.insjoinblock1 .insxx .center-box {
	padding: 10px 10px;
	box-shadow: 5px 5px 5px #CCC;
	box-shadow: 2px 2px 5px #b3b3b3;
	border-radius: 10px;
	width: 28%;
	line-height: 45px;
}

.insjoinblock1 .insxx .center-box p:last-child {
	font-weight: bold;
	font-size: 20px;
}

.insjoinblock1 .insxx .joinlist .xiang {
	width: 93%;
	box-shadow: 2px 2px 5px #CCC;
	border-radius: 10px;
	margin: 20px auto;
	box-shadow: 2px 2px 5px #b3b3b3;
	padding: 20px;
}

.insjoinblock1 .insxx .joinlist .xiang .xiang-top {
	justify-content: space-between;
	display: flex;
	align-items: center;
}

.insjoinblock1 .insxx .joinlist .xiang .tit {
	font-weight: bold;
	display: flex;
	font-size: 18px;
}

.insjoinblock1 .insxx .joinlist .xiang .tit .xian {
	width: 5px;
	height: 25px;
	background: #00a2e9;
	margin-right: 20px;
	margin-top: 4px;
}

.insjoinblock2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f7f7f7;
}

.joinsec {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.joinsec .toudi {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: right;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-bottom: 30px;
}

.joinsec .toudi a {
	color: #999;
}

.joinsec .toudi a span {
	color: #222;
}

.joinsec .joinlist {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.joinsec .joinlist .xiang {
	background: #fff;
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.joinsec .joinlist .xiang:nth-child(3n) {
	margin-right: 0px;
}

.joinsec .joinlist .xiang a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.joinsec .joinlist .xiang a .fir {
	padding: 15px 20px;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.joinsec .joinlist .xiang a .fir .huotitlei {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0px;
}

.joinsec .joinlist .xiang a .fir .huotitlei .huo {
	width: 20px;
	height: 20px;
	background: url('../images/huo.png') no-repeat center center;
	display: inline-block;
	vertical-align: top;
}

.joinsec .joinlist .xiang a .fir .huotitlei .tit {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	margin-left: 10px;
	transition: 1s;
}

.joinsec .joinlist .xiang:hover a .fir .huotitlei .tit {
	color: #0a77d6;
}

.joinsec .joinlist .xiang a .fir .huotitlei .lei {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	margin-left: 10px;
	color: #999;
	transition: 1s;
}

.joinsec .joinlist .xiang:hover a .fir .huotitlei .lei {
	color: #0a77d6;
}

.joinsec .joinlist .xiang a .fir .des {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 1s;
}

.joinsec .joinlist .xiang:hover a .fir .des {
	color: #0a77d6;
}

.joinsec .joinlist .xiang a .fir .address {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 10px;
	color: #999;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.joinsec .joinlist .xiang a .sec {
	padding: 15px 20px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.joinsec .joinlist .xiang a .sec .secxiang {
	font-size: 12px;
	line-height: 20px;
	color: #9999;
}

/**join.php end**/
/**joinshow.php**/
.joinshow {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.joinshow .tit {
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
}

.joinshow .des {
	width: 100%;
	height: auto;
	font-size: 0px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	color: #999;
	margin-bottom: 15px;
	margin-top: 10px;
}

.joinshow .des .xiang {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	color: #999;
	line-height: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/**joinshow.php end**/