/*TODO common.css*/
@import url('meet_fenye.css?a=1');

.switch{
	width: 810px; padding: 5px 10px; text-align: center; background-color: #fff; border-top: 1px solid #f2f2f2; cursor: pointer;
}
.switch:hover{
	background-color: #fbfbfb;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.sheet_desc {
	width: 1200px;
	margin: 0px auto;
	margin-top: 10px;
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	padding-left: 10px;
	box-sizing: border-box;
}

#top_focus {
	width: 1200px;
	height: 300px;
	margin: 0px auto;
	background-color: #ccc;
}


/*sssssss*/
#header{
	width: 1200px; 
	height: 35px;
	line-height: 35px;
	margin: 0px auto;
	background-color: #eee;
}
.header-left{ float: left; padding-left: 20px; font-size: 12px; }

.header-right{ float: right; padding-right: 20px;  font-size: 12px; }

#person_reg, #company_reg{
    display: inline-block;
}



.header-item{
    position:absolute; 
    width: 100px;
    background-color:#fff; 
    line-height: 35px;
    border: 1px solid #ccc;
    border-top: 0px;
    z-index: 100;
}
.header-item a{
    display: inline-block;
    margin: 2px;
    padding: 0;
    text-align: left;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.header-item a:hover{
    background-color: #eee;
    color: #137ec1;
    text-decoration: underline;
    font-weight: bold;
}
 
.first-item{
    top: 30px;
    left: -5px;
    display:none;
}
.second-item{
    top: 30px;
    left: 60px;
    display:none;
}

/*ssssssssss*/


#logo {
	width: 1200px;
	height: 85px;
	margin: 0px auto;
	background-color: #fff;
	/*overflow: hidden;*/
	padding-top: 5px;
}

.logo-left {
	float: left;
	width: 230px;
	height: 80px;
	line-height: 80px;
}

/*搜索框样式定义 start by 2021-5-28*/
.search-box {
	float: left;
	position: relative;
	margin-left: 20px;
	width: 400px;
	height: 80px;
	background-color: #fff;
}

.search-input {
	float: left;
	width: 300px;
	height: 35px;
	margin-top: 5px;
	border: 2px solid #1175b4;
	/*border-left: none;*/
	background-color: #fff;

}

.search-input input {
	border: none;
	width: 370px;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
}

.search-button {
	float: left;
	width: 60px;
	height: 35px;
	line-height: 35px;
	margin-top: 5px;
	border: 2px solid #1175b4;
	border-left: none;
	text-align: right;
	padding-right: 15px;
	color: #fff;
	cursor: pointer;
	background-color: #1175b4;
	background-image: url('images/search.png');
	background-repeat: no-repeat;
	background-position: 10px;
}

.search-button:hover {
	background-color: #2483bf;
	border-color: #2483bf;
}

.hot-search {
	position: absolute;
	left: 0px;
	top: 56px;
	font-size: 12px;
}

.hot-search a {
	color: #333;
}

.hot-search b {
	color: #666;
}

/*搜索框样式定义 end by 2021-5-28*/

.ad01 {
	float: right;
	width: 550px;
	height: 80px;
	background-color: #fff;
	color: #fff;
}


/*****************导航样式定义*****************/
#nav {
	width: 100%;
	height: 50px;
	background-color: #137ec1;
	z-index: 200;

	/*position: fixed;
	top: 0px;
	display: ;*/
}

.nav-box {
	width: 1200px;
	height: 50px;
	margin: 0px auto;

}

.nav-box>li {
	float: left;
	display: inline-block;
	text-align: center;
	width: 100px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	cursor: pointer;
	position: relative;
}

.nav-box>li a {
	color: #fff;
}

.nav-box>li:hover {
	background-color: #2e90cd;
}

.nav-box li .drop-menu {
	background-color: #2e90cd;
	width: 120px;
	height: auto;
	position: absolute;
	z-index: 1000;
	top: 50px;
	display: none;
}

.drop-menu .item {
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	border-bottom: 1px solid #3d9dd9;
	font-size: 14px;
	position: relative;
}

.drop-menu .item:first-child {
	border-top: 1px solid #3d9dd9;
}

.drop-menu .item:hover {
	background-color: #237eb6;
}

.drop-menu .item .right-menu {
	position: absolute;
	background-color: #237eb6;
	left: 120px;
	top: -1px;
	width: 120px;
	height: auto;
	z-index: 1000;
	display: none;

}

.right-menu p {
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	border-bottom: 1px solid #3d9dd9;
	font-size: 13px;
	position: relative;
}

.right-menu p:first-child {
	border-top: 1px solid #3d9dd9;
}

.right-menu p:hover {
	background-color: #2e90cd;
}

/* ******************************************* */


.mcc-box {
	width: 1200px;
	margin: 0px auto;
	margin-top: 10px;
	/*background-color: #ccc;*/
	height: auto;
}

.meet-box {
	width: 1200px;
	margin: 0px auto;
	height: auto;
}

.common-title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #f4f4f4;
	background-image: url('images/common-icon.png');
	background-position: 10px;
	background-repeat: no-repeat;
	font-size: 20px;
	padding-left: 40px;
	background-color: #fff;
}


.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #eee;
	opacity: 1;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}






/************************************************107 gallery 行业图库************************************************/

.gallery {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	/*background: #ccc;*/
}

.gallery .cont {
	width: 1200px;
	height: 240px;
	background: #fff;
	/*padding: 10px;*/
}

.gallery .cont .swiper-father {
	padding-top: 20px;
	width: 1200px;
	height: 170px;
	position: relative;
}

.gallery .cont .swiper-father .swiper-container {
	width: 1100px;
	height: 170px;
}

.gallery .cont .swiper-father .swiper-slide {
	background: #fff;
}

.gallery .cont .swiper-father .p1 {
	width: 208px;
	height: 140px;
	box-sizing: border-box;
	overflow: hidden;
}

.gallery .cont .swiper-father .p1 img {
	width: 208px;
	height: 140px;
	object-fit: cover;
	/*border-radius: 8px;*/
	transition: all 0.6s;
}

.gallery .cont .swiper-father .p1 img:hover {
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.gallery .cont .swiper-father .p2 {
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
}





/***************screen 107 行业图库 下面通栏广告部分***************/
.advert07 {}

.ad20 {
	width: 1200px;
	height: 120px;
	object-fit: cover;
}

/************************************************screen 108   友情链接 -old css************************************************/
/*
.friend{
	width: 1200px;
	margin: 0 auto;
	height: auto;	
}
.friend ul{
	width: 1200px;
	height: 50px;
	background: #dedede;

}
.friend ul li{
	float: left;
	width:140px;
	height: 50px;
	display: block;
	line-height: 50px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 18px;
	text-align: center;
	cursor: pointer;

	background-color: #dedede;
	border-top: 4px solid #dedede;
}
.friend ul .current{
	background-color: #fff;
	border-top: 4px solid #137ec1;
}
.friend .cont{
	width: 1200px;
	height: 125px;
	background: #fff;	
}
.friend .cont .swiper-father{
	padding-top:15px; width:1200px;height:100px;position:relative;
}
.friend .cont .swiper-father .swiper-container{
	 width: 1100px; height: 100px;
}
.friend .cont .swiper-father .swiper-slide{
	background: #fff;
}
.friend .cont .swiper-father .p1{
	width: 128px; height: 70px; box-sizing: border-box; overflow: hidden;
}
.friend .cont .swiper-father .p1 img{
	width: 128px; height: 70px; object-fit: cover;	
	transition: all 0.6s;
}

.friend .cont .swiper-father .p1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.friend .cont .swiper-father .p2{
	height: 26px; line-height: 26px; padding: 0px 5px;
	text-align: center;
}
*/

/************************************************screen 108   友情链接************************************************/
.friend {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	/*background: #ccc;*/
}

.friend ul {
	width: 1200px;
	height: 50px;
	background: #dedede;

}

.friend ul li {
	float: left;
	width: 140px;
	height: 50px;
	display: block;
	line-height: 50px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 18px;
	text-align: center;
	cursor: pointer;

	background-color: #dedede;
	border-top: 4px solid #dedede;
}

.friend ul .current {
	background-color: #fff;
	border-top: 4px solid #137ec1;
}

.friend .cont {
	width: 1200px;
	height: 140px;
	background: #fff;
	/*padding: 10px;*/
}

.friend .cont .swiper-father {
	padding-top: 15px;
	width: 1200px;
	height: 115px;
	position: relative;
}

.friend .cont .swiper-father .swiper-container {
	width: 1100px;
	height: 115px;
}

.friend .cont .swiper-father .swiper-slide {
	background: #fff;
}

.friend .cont .swiper-father .p1 {
	width: 250px;
	height: 85px;
	box-sizing: border-box;
	overflow: hidden;
}

.friend .cont .swiper-father .p1 img {
	width: 250px;
	height: 85px;
	object-fit: cover;
	transition: all 0.6s;
}

.friend .cont .swiper-father .p1 img:hover {
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.friend .cont .swiper-father .p2 {
	height: 26px;
	line-height: 26px;
	padding: 0px 5px;
	text-align: center;
}


/****************************footer******************************/
#footer{
	width: 100%;
	margin-top: 30px;
	background-color: #333;
	height: 290px;
	border-top: 6px solid #ff8300;
}
#footer .cor{
	width: 1100px; margin:0 auto; height: 30px; line-height: 30px; margin-top: 10px; color: #ccc;
	font-size: 16px;
}
#footer .cor a{
	color: #aaa;
	font-size: 16px;
	text-decoration: underline;
	display: inline-block;
	margin: 0 3px;
}




#footer .cont {
	width: 1200px;
	height: 220px;
	margin: 0 auto;
	/*background-color: #666;*/
}

#footer .cont .item {
	float: left;
	width: 165px;
	height: 170px;
	padding-top: 10px;
	box-sizing: border-box;
	background-color: #555;
	font-size: 18px;
	line-height: 30px;
	color: #ccc;
	text-align: center;
	margin-top: 10px;
	margin-left: 30px;
}

#footer .cont a {
	color: #aaa;
	font-size: 14px;
	line-height: 30px;
}

#footer .cont a:hover {
	color: #fff;
}

#footer .cont a:hover{
	color: #fff;
}

#footer .cont  .icp{
	color: #999; font-size: 14px; height: 40px; line-height:20px; text-align: center;
}

#footer .cont  .icp a{font-size: 14px; color: #999;}
#footer .cont  .icp a:hover{color: #fff;}

/**********************添加公共样式******************************/
.location {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	/* background-color: #ff0000; */
}

.location p {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	display: inline-block;
}

.location-title {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

/* .location-title:hover{
	color: #1175b4;
} */

.location-title .item {
	position: absolute;
	background-color: #fff;
	width: 120px;
	height: auto;
	line-height: 30px;
	padding: 5px;
	z-index: 1000;
	top: 45px;
	border: 1px solid #ddd;
	display: none;
}

.location-title .item p {
	width: 100%;
	border-bottom: 1px solid #ddd;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	/* background-color: #ff0000; */
}

.location-title .item p:hover {
	color: #1175b4;
}

.notice {
	float: right;
	width: 380px;
	/* background-color: #ccc; */
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	display: flex;
}
.notice .swiper-slide{
	/* background-color: #999; */
	overflow: hidden;
}
.swiper-notice{
	margin: 0;
	margin-left: 5px;
}
.notice a{
	color: #ff0000;
}
.notice a:hover{
	color: #333;
}
/*  */




.choice-box {
	width: 1200px;
	/*height: 200px;*/
	padding: 10px;
	padding-bottom: 0px;
	box-sizing: border-box;
	/*overflow: hidden;*/
	background-color: #fff;
}

.choice-box dl {}

.choice-box dl dt {
	float: left;
	width: 60px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 15px;
	/*background-color: #ddd;*/

}

.choice-box dl dd {
	float: left;
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	padding: 5px 20px;
	/*background-color: #eee;*/
	cursor: pointer;
	margin-bottom: 15px;
}

.choice-box dl .current, .choice-box dl dd:hover {
	background-color: #137ec1;
	color: #fff;
}

.past-btn {
	float: left;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	background-color: #eee;
	width: 100px;
	background-image: url('images/arrow-down.png');
	background-repeat: no-repeat;
	background-position: 90px;
	padding-left: 10px;
	cursor: pointer;
	position: relative;
}

.past-item {
	position: absolute;
	left: 0px;
	top: 32px;
	width: 110px;
	height: auto;
	background-color: #fff;
	border: 1px solid #eee;
	display: none;
	z-index: 100;
}

.past-item .s {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #eee;
	padding-left: 10px;
}

.past-item .s:hover, .past-item .current {
	background-color: green;
	color: #fff;
}


.load-more {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}


/*点赞 收藏按钮div的通用样式 by 2021-6-4*/
.item-btn {
	float: right;
	border: 1px solid #ccc;
	border-radius: 10px;
	min-width: 100px;
	height: 35px;
	line-height: 35px;
	color: #999;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	margin-left: 20px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;

}

.tag-title {
	float: left;
	/*min-width: 50px;*/
	height: 27px;
	line-height: 27px;
	padding-left: 0px;
	padding-right: 5px;
	font-size: 14px;
	color: #999;
	border: 0px solid #eee;
	text-align: center;
	border-radius: 10px;

}

.tag {
	float: left;
	min-width: 50px;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	color: #999;
	border: 1px solid #eee;
	text-align: center;
	border-radius: 10px;
	margin-right: 10px;
	cursor: pointer;
	box-sizing: border-box;
	/*font-weight: normal;*/
}




/********************/
.comment-form {
	margin-top: 10px;
	width: 100%;
	height: 220px;
	background-color: #fff;
	overflow: hidden;
}

.comment-form .comment-title {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	color: #333;

}

.comment-form .comment-title span {
	display: inline-block;
	width: 5px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	background-color: green;

}

.comment-form .comment-box {
	width: 100%;
	height: 130px;
	overflow: hidden;
	background-color: #fff;
}

.comment-form .comment-box .comment-pic {
	float: left;
	width: 70px;
	height: 70px;
	line-height: 65px;
	background-color: #fff;
	margin: 10px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 12px;

}

.comment-form .comment-box .comment-pic i {
	font-size: 40px;
	color: #999;
}

.comment-form .comment-box .comment-pic .user-name {
	font-size: 12px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
}

.comment-form .comment-box .comment-cont {
	float: left;
	width: 730px;
	/*1100*/
	height: 110px;
	line-height: 18px;
	/*background-color: #eee;*/
	padding-top: 10px;
	box-sizing: border-box;
	padding-right: 20px;
}

.comment-form .comment-fabu {
	width: 730px;
	/*1100*/
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
	margin-left: 90px;
	padding-right: 20px;
	text-align: left;

}

.comment-form .comment-fabu .s1 {
	float: left;
	width: 380px;
	height: 35px;
	line-height: 35px;
	color: #999;
	/*background-color: #ccc;*/
}

.comment-form .comment-fabu .s2 {
	float: right;
	width: 180px;
	height: auto;
	/*background-color: #ccc;*/
	text-align: right;
}


/*评论内容显示样式*/
#comment-box {
	width: 100%;
	height: auto;
	background: #fff;
	margin-top: 10px;
}

#comment-box .item {
	/*width: 1180px; */
	width: 810px;
	border-bottom: 1px solid #eee;
	padding: 10px;
}

#comment-box .item .pic {
	float: left;
	width: 60px;
	height: auto;
	text-align: center;
	padding-top: 10px;
}

#comment-box .item .cont {
	float: left;
	width: 730px;
	margin-left: 10px;
	height: auto;

}

#comment-box .item .cont .s1 {
	width: 730px;
	height: 30px;
	line-height: 30px;
	color: #666;

}

#comment-box .item .cont .s1 span {
	display: inline-block;
	float: right;
	color: #999;
	font-size: 12px;
}

#comment-box .item .cont .s2 {
	width: 730px;
	height: 25px;
	line-height: 25px;
	color: #666;
	height: auto;
	font-size: 14px;
}

#comment-box .item .cont .s3 {
	width: 730px;
	height: 35px;
	line-height: 35px;
	color: #999;
	margin-top: 10px;

}

#comment-box .item .cont .s3 .good {
	float: left;
	cursor: pointer;
	line-height: 35px;
	font-size: 14px;
}

#comment-box .item .cont .s3 .reply {
	float: left;
	margin-left: 50px;
	line-height: 35px;
	font-size: 14px;
}

#comment-box .item .cont .s3 .show_reply {
	float: left;
	margin-left: 20px;
	line-height: 35px;
	font-size: 14px;
}

#comment-box a {
	color: #999;
}

#comment-box a:hover {
	color: #ff0000;
}

#comment-box .item .cont .reply-form {
	width: 730px;
	height: 140px;
	display: none;
	/*background-color: #eee;*/
}


#comment-box .item .cont .reply-content {
	width: 710px;
	padding: 10px 10px;
	height: auto;

	background-color: #f8f8f8;
	border-bottom: 1px solid #dedede;
}

.reply-content .r-pic {
	float: left;
	width: 60px;
	height: auto;
	text-align: center;
	padding-top: 10px;
	background-color: #f8f8f8;
}

.reply-content .r-cont {
	float: left;
	width: 630px;
	margin-left: 10px;
	height: auto;
	background-color: #f8f8f8;

}

.reply-content .r-cont .r-s1 {
	height: 30px;
	line-height: 30px;
	color: #666;
}

.reply-content .r-cont .r-s1 span {
	display: inline-block;
	float: right;
	color: #999;
	font-size: 12px;
}

.reply-content .r-cont .r-s2 {
	height: 25px;
	line-height: 25px;
	color: #999;
	height: auto;
	font-size: 14px;
}



#gotop{
	position: fixed; right: 0px; bottom: 50px; width: 60px; height: auto; z-index: 100000
}
.top_box{
width: 60px; height: 50px; line-height: 20px; background-color: #81c0f2; color: #fff; text-align: center; margin-bottom: 5px; border-radius: 5px; padding-top: 10px;
font-size: 10px;
cursor: pointer;

}
.top_box:hover{
background-color: #2d96e9;
}

.box_one {
    position: fixed;
    bottom: 80px;
    right: 65px;
    width: 180px;
    height: 250px;
    background-color: #fff;
    z-index: 100000;
    padding: 3px;
    display: none;
	box-shadow: 0px 0px 50px 0px #333;
	
}

.box_two{
	position: fixed;
	bottom: 122px;
	right: 65px;
	width: 150px;
	height: 50px;
	background-color: #2d96e9;
	z-index: 100000;
	padding:3px;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	padding-left: 10px;
	display: none;
	box-shadow: 0px 0px 50px 0px #333;
}


.box_three {
    position: fixed;
    bottom: 140px;
    right: 65px;
    width: 180px;
    height: 285px;
    background-color: #fff;
    z-index: 100000;
    padding: 3px;
    display: none;
	box-shadow: 0px 0px 50px 0px #333;
}