a:link{
	text-decoration: none;
}
ul,li{
	list-style: none;margin: 0;padding: 0;
}
/*自动隐藏文字*/
.aui-ellipsis-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.aui-ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.aui-ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.page{
	text-align: center;
}
.navbar-default{
	background-color: transparent;
	border: 0;
}
.navbar-fixed-top{
	position: absolute;
}
.navbar-brand>img{
	height: 30px;
}
.navbar-default .navbar-collapse{
	background-color: #fff;
}
.navbar-fixed-top .navbar-collapse{
	max-height: unset;
}
.banner .swiper-pagination-bullet{
	width: 30px;
	height: 6px;
	border-radius: 3px;
	background-color: rgba(255,255,255,0.5);
}
.banner .swiper-pagination-bullet-active{
	background-color: #d0a25e;
}
.index-about{
	background: url(../images/index01.jpg) no-repeat center;
	padding-top: 15px;
}
.index-about-right{
	margin-top: 15px;
}
.index-title{
	border-bottom: 1px solid #999999;
}
.index-title img{
	height: 25px;
}
.index-title .cn{
	margin-top: 10px;
	font-size: 18px;
}
.index-about-right .text{
	margin-top: 15px;
}
.index-about-right .more{
	display: block;
	width: 80px;
	height: 32px;
	line-height: 32px;
	background-color: #d0a25e;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
.index-serve{
	padding-top: 15px;
	background: url(../images/index-serve.jpg) no-repeat center;
}
.index-serve .tabs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-serve .tabs a{
	width: 30%;
	height: 100px;
	text-align: center;
	border: 1px solid #d0a25e;
	border-radius: 5px;
	margin-top: 15px;
}
.index-serve .tabs a .img01{
	background: url(../images/index04.png) no-repeat center;
}
.index-serve .tabs a .img02{
	background: url(../images/index05.png) no-repeat center;
}
.index-serve .tabs a .img03{
	background: url(../images/index06.png) no-repeat center;
}
.index-serve .tabs a .img04{
	background: url(../images/index07.png) no-repeat center;
}
.index-serve .tabs a .img05{
	background: url(../images/index08.png) no-repeat center;
}
.index-serve .tabs a .img06{
	background: url(../images/index09.png) no-repeat center;
}
.index-serve .tabs a.active{
	background-color: #d0a25e;
}
.index-serve .tabs a.active .img01{
	background: url(../images/index04_h.png) no-repeat center;
}
.index-serve .tabs a.active .img02{
	background: url(../images/index05_h.png) no-repeat center;
}
.index-serve .tabs a.active .img03{
	background: url(../images/index06_h.png) no-repeat center;
}
.index-serve .tabs a.active .img04{
	background: url(../images/index07_h.png) no-repeat center;
}
.index-serve .tabs a.active .img05{
	background: url(../images/index08_h.png) no-repeat center;
}
.index-serve .tabs a.active .img06{
	background: url(../images/index09_h.png) no-repeat center;
}
.index-serve .tabs a .img{
 	height: 45px;
 	background-size: auto 45px!important;
	margin-top: 15px;
}
.index-serve .tabs a .text{
	color: #4c4c4c;
}
.index-serve .tabs a.active .text{
	color: #fff;
}
.index-serve-right{
	overflow: hidden;
	margin-top: 15px;
}
.index-serve-item{
	background-size: 100%!important;
	min-height: 268px;
	padding: 30px 15px;
	color: #fff;
}
.index-serve-item .text{
	position: relative;
	padding-top: 15px;
}
.index-serve-item .text::before{
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.65);
	top: 0;
}
.index-expert{
	background: url(../images/index-expert.jpg) no-repeat center;
	padding-top: 15px;
}
.index-expert-more{
	width: 25px;
	height: 25px;
	background-color: #d0a25e;
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin-top: 13px;
	font-family: "宋体";
}
.index-expert-con{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-expert-item{
	width: 48%;
	position: relative;
	margin-top: 15px;
}
.index-expert-item .img img{
	width: 100%;
}
.index-expert-item .info{
	position: absolute;
	bottom: 10px;
	width: 90%;
	height: 50px;
	left: 50%;
	margin-left: -45%;
	background-color: rgba(52,69,97,0.65);
	text-align: center;
	color: #fff;
	border-radius: 5px;
	overflow:hidden;
}
.index-expert-item .info .name{
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.index-expert-item .info .zhiwu{
	font-size: 12px;
}
.index-industry{
	background: url(../images/index-industry.jpg) no-repeat center;
	margin-top: 15px;
	padding: 15px 0;
}
.index-industry .index-title{
	border-bottom: 0;
}
.index-industry .index-title .cn{
	color: #fff;
}
.index-industry .index-title .index-expert-more{
	display: block;
}
.index-industry-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-industry-item{
	width: 24%;
	border: 1px solid #d0a25e;
	text-align: center;
	margin-top: 15px;
	min-height: 82px;
}
.index-industry-item img{
	height: 25px;
	margin-top: 10px;
}
.index-industry-item .text{
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0;
}
.index-news{
	background: url(../images/newsbg.jpg) no-repeat center;
	padding: 15px 0;
}
.index-news .tabs2{
	display: flex;
	justify-content: space-around;
	margin: 15px 0;
}
.index-news .tabs2 a{
	text-align: center;
	padding: 0 20px;
}
.index-news .tabs2 a img{
	height: 30px;
}
.index-news .tabs2 a p{
	color: #333333;
	margin-top: 10px;
}
.index-news .tabs2 a.tabs2-1.active{
	background: url(../images/index21.png) no-repeat 88px center;
	background-size: auto 45px;
}
.index-news .tabs2 a.tabs2-2.active{
	background: url(../images/index21.png) no-repeat 100px center;
	background-size: auto 45px;
}
.index-news-right{
	overflow: hidden;
}
.index-news-title{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.index-news-title p{
	font-size: 16px;
}
.index-news-more{
	color: #333333;
}
.index-news-more img{
	margin-left: 5px;
}
.index-news-info li{
	border-bottom: 1px solid #e5cda8;
	padding: 15px 0;
}
.index-news-info li .title{
	display: flex;
	justify-content: space-between;
}
.index-news-info li .title a{
	display: block;
	width: 80%;
	color: #333;
}
.index-news-info li .text{
	color: #666;
}
.footer{
	background: url(../images/footerbg.jpg) no-repeat center;
	padding: 15px 0;
}
.footer-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-nav a{
	display: block;
	width: 25%;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 24px;
}
.footer-tel{
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 15px 0;
	font-size: 12px;
}
.footer-tel p{
	float: left;
	font-size: 12px;
	width: 50%;
}
.footer-ewm{
	display: flex;
	justify-content: space-around;
}
.footer-ewm p{
	display: flex;
	flex-direction: column;
	color: #fff;
	text-align: center;
}
.footer-ewm p span{
	margin-top: 15px;
	font-size: 12px;
}
.copyright{
	color: #fff;
	font-size: 12px;
}
.copyright a{
	color: #fff;
}
.about-container{
	margin-top: 15px;
}
.about-container .index-title{
	text-align: center;
	border: 0;
}
.about-container .info{
	margin: 15px 0;
}
.sever-container{
	margin-top: 15px;
}
.sever-container .index-title{
	text-align: center;
	border-bottom: 0;
}
.sever-content{
	overflow: hidden;
	margin: 0 15px;
}
.sever-item{
	display: flex;
	margin-bottom: 15px;
}
.sever-item .info{
	width: 50%;
	padding: 10px 10px 0 30px;
	border-bottom-left-radius: 15px;
	background: url(../images/index24.png) no-repeat 5px 15px #f2f2f2;
	background-size: 24px;
	overflow: hidden;
}
.sever-item .info .title{
	font-weight: bold;
	border-bottom: 1px solid #b3b3b3;
	display: inline;
	padding-bottom: 5px;
}
.sever-item .info .text{
	margin: 5px 0;
	color: #666;
}
.sever-item .img{
	width: 50%;
}
.sever-item .img img{
	border-top-right-radius: 15px;
	width: 100%;
}
.sever-item .info .more{
	float: right;
	color: #fff;
	background-color: #4767be;
	padding: 0 5px;
	border-radius: 2px;
}
.expert-container .index-title{
	padding: 15px;
	border: 0;
	text-align: center;
}
.expert-container .expert-container-con{
	padding: 0 15px;
}
.expert-container .expert-container-con .index-expert-item{
	overflow: inherit;
	margin-top: 0;
	margin-bottom: 15px;
}
.expert-container .expert-container-con .index-expert-item .img{
	border-radius: 5px;
	overflow: hidden;
}
.expert-container .expert-container-con .index-expert-item .info{
	width: 90%;
	margin-left: -45%;
	padding: 0 10px;
}
.expert-container .expert-container-con .index-expert-item .text{
	display: none;
	position: absolute;
	width: 100%;
	left: 50%;
	margin-left: -50%;
	background-color: rgba(52, 69, 97, 0.7);
	z-index: 111111;
	font-size: 12px;
	padding: 5px;
	color: #fff;
	top: 105%;
	border-radius: 5px;
}
.index-expert-item::after{
	display: none;
	position: absolute;
	bottom: -12px;
	left: 45%;
	content: ' ';
	border: 8px solid transparent;
	border-bottom: 8px solid rgba(52, 69, 97, 0.7);
}
.expert-container .expert-container-con .index-expert-item:hover .text,
.expert-container .expert-container-con .index-expert-item:hover::after{
	display: block;
}
.current-location{
	color: #666;
	border-bottom: 1px solid #e6e6e6;
	padding:15px 15px 0 15px;
}
.current-location a{
	color: #666;
}
.expert-show-container{
	margin-top: 15px;
}
.expert-show-container .img img{
	width: 100%;
}
.expert-show-container .expert-name{
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-top: 15px;
	padding-bottom: 5px;
}
.expert-show-container .expert-name::after{
	position: absolute;
	content: ' ';
	width: 40px;
	height: 2px;
	background-color: #000;
	left: 0;
	bottom: 0;
}
.expert-show-container .expert-zhiwu{
	font-size: 16px;
	border: 1px solid #333;
	width: 60%;
	text-align: center;
	border-radius: 5px;
}
.expert-show-container .expert-brief{
	margin-top: 20px;
}
.expert-show-container .expert-brief-title{
	border-bottom: 1px solid #999;
}
.expert-show-container .expert-brief-title p{
	background-color: #3b4652;
	width: 90px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
}
.expert-show-container .expert-brief-text{
	margin-bottom: 15px;
	margin-top: 15px;
}
.luntan-container{
	overflow: hidden;
	margin-bottom: 15px;
}
.luntan-container .img{
	overflow: hidden;
	border-radius: 10px;
}
.luntan-container .luntan-info .text{
	margin: 15px 0;
}
.luntan-container .luntan-info .luntan-more{
	background-color: #344561;
	width: 130px;
	height: 42px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 42px;
	display: block;
	border-radius: 21px;
	margin: 0 auto;
}
.introduction-left{
	background-color: #344866;
	width: 40%;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	margin: 0 auto;
	border-radius: 10px;
}
.introduction-left .img img{
	height: 40px;
}
.introduction-left .cn{
	font-weight: bold;
	font-size: 16px;
}
.introduction-right{
	background-color: #f2f2f2;
	padding: 15px;
	margin-top: 15px;
}
.industry-index{
	margin-bottom: 15px;
}
.industry-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
	padding: 0 15px;
}
.industry-list-item{
	display: block;
	background: url(../images/index30.jpg) no-repeat;
	width: 48%;
	background-size: 100%;
	padding: 10px;
	margin-bottom: 8px;
}
.industry-list-item .title{
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}
.industry-activity{
	padding: 0 15px;
}
.industry-activity-title{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
}
.industry-activity-item .info .title{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px dashed #666666;
	line-height: 40px;
}
.industry-activity-item .info .text{
	margin-top: 10px;
}
.industry-activity-item .info .time{
	margin-top: 15px;
}
.industry-activity-item .info .time span,
.industry-activity-item .info .address span{
	background-color: #1949c9;
	display: inline-block;
	color: #fff;
	width: 48px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	border-radius: 11px;
	margin-right: 10px;
	font-weight: bold;
}
.industry-activity-item .img{
	margin-top: 15px;
}
.industry-activity-content .swiper-pagination-bullet{
	width: 39px;
	height: 3px;
	background-color: #e6e6e6;
	border-radius: 0;
	opacity: 1;
}
.industry-activity-content .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #31313b;
}
.join-member{
	display: block;
	width: 200px;
	height: 40px;
	background-color: #44444d;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}
.economy-container .index-title .en{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	text-shadow: -1px -1px 0 #d0a25e, 1px -1px 0 #d0a25e, -1px 1px 0 #d0a25e, 1px 1px 0 #d0a25e, 0px 2px 2px rgb(0 0 0 / 10%);
	color: #fff;
}
.economy-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
}
.economy-item{
	width: 48%;
	margin-bottom: 15px;
}
.economy-item .img img{
	width: 100%;
}
.economy-item .info{
	background-color: #f2f2f2;
	padding: 5px;
	color: #333333;
	border-bottom: 1px solid #344561;
}
.economy-item .info .bottom{
	display: flex;
	justify-content: space-between;
}
.economy-item .info .bottom .more{
	display: inline-block;
	background-color: #4666be;
	color: #fff;
	padding: 0 10px;
	border-radius: 3px;
}
.industry-show{
	padding: 0 15px;
}
.industry-show-title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.industry-show-time{
	background: url(../images/index34.png) no-repeat left bottom;
	padding-bottom: 15px;
}
.industry-show-text img{
	max-width: 100%;
}
.news-container .index-title{
	background: url(../images/index25.png) no-repeat left bottom;
	background-size: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}
.index-title-left{
	text-align: left;
}
.news-category{
	display: flex;
	margin-top: 30px;
}
.news-category li{
	margin-left: 10px;
}
.news-category li a{
	color: #4d4d4d;
	background: linear-gradient(#f2f2f2, #cdcece);
	display: inline-block;
	padding: 3px 10px;
	border-radius: 5px;
	font-weight: bold;
}
.news-category li.active a{
	background: linear-gradient(#f7f8f8, #d2a666);
}
.news-list{
	padding: 15px;
}
.news-list li{
	margin-bottom: 15px;
}
.news-list .info .title{
	font-weight: bold;
	color: #333;
}
.news-list .info .time{
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}
.news-list .info .text{
	font-size: 12px;
	font-weight: bold;
}
.news-list .info .more{
	display: block;
	background: linear-gradient(to right, #63aff7 , #94c8f8);
	width: 100px;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin-top: 10px;
	font-weight: bold;
}
.contact-info{
	padding: 0 15px;
}
.contact-info p{
	background-color: #f2f2f2;
	border-radius: 5px;
	overflow: hidden;
}
.contact-info p span.img{
	background-color: #4986f7;
	padding: 0 12px;
	display: block;
	height: 32px;
	float: left;
	margin-right: 10px;
}
.contact-info p span img{
	height: 24px;
	margin-top: 4px;
}
.contact-info p span.text{
	line-height: 24px;
}
.job-list{
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
	justify-content: space-between;
}
.job-item{
	width: 48%;
	background-color: #f6f6f6;
	border-bottom-left-radius: 15px;
	padding: 20px 0 0 0;
	color: #333333;
	margin-bottom: 15px;
}
.job-item p.img{
	text-align: center;
}
.job-item img{
	height: 76px;
}
.job-item .text{
	padding-left: 15px;
}
.job-item .title{
	background-color: #6db5f7;
	color: #fff;
	border-bottom-left-radius: 15px;
	line-height: 35px;
	text-align: center;
	border-top-right-radius: 15px;
}
.job-show{
	padding: 0 15px 15px 15px;
}
.job-show-title{
	width: 150px;
	background-color: #6db5f7;
	color: #fff;
	border-bottom-left-radius: 15px;
	line-height: 35px;
	text-align: center;
	border-top-right-radius: 15px;
	font-weight: bold;
}
.job-show-info{
	background-color: #f7f7f7;
	padding: 15px;
	border-radius: 5px;
	margin-top: 15px;
}
.job-show-info span{
	display: block;
	line-height: 30px;
}
.job-show .miaoshu{
	margin-top: 15px;
}
.job-show .miaoshu-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.form-horizontal{
	padding: 0 15px;
}
.form-horizontal .yzm #verify{
	width: 50%;
	display: inline-block;
}
.form-horizontal .yzm #verifyImg{
	height: 34px;
	cursor: pointer;
}




@media screen and (min-width:769px) {
	html,body{
		max-width: 1920px;margin: 0 auto;
	}
	.navbar-default .navbar-collapse{
		background-color: transparent;
	}
	.navbar-default .navbar-nav>.active>a, 
	.navbar-default .navbar-nav>.active>a:focus, 
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.open>a, 
	.navbar-default .navbar-nav>.open>a:focus, 
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>li>a:hover{
		background-color: transparent;
		color: #d0a25e;
	}
	.navbar-brand>img{
		height: 60px;
	}
	.navbar{
		min-height: 100px;
		max-width: 1920px;
		margin: 0 auto;
	}
	.navbar-brand{
		height: 100px;
		padding: 30px;
	}
	.navbar-nav{
		float: right;
		padding-right: 30px;
	}
	.navbar-default .navbar-nav>li>a{
		line-height: 70px;
		font-size: 16px;
	}
	.navbar-default .navbar-nav>li>a,
	.navbar-default .navbar-nav>li>a:focus, 
	.navbar-default .navbar-nav>li>a:hover{
		color: #fff;
	}
	.navbar-nav>li>.dropdown-menu{
		top: 80px;
		min-width: 120px;
		border-radius: 5px;
		font-size: 16px;
		left: 50%;
		margin-left: -60px;
	}
	.navbar-nav>li:nth-of-type(6)>.dropdown-menu{
		margin-left:-75px
	}
	.dropdown-menu>li{
		border-bottom:1px solid #e6e6e6
	}
	.dropdown-menu>li>a{
		line-height: 40px;
		text-align: center;
		
	}
	.dropdown-menu>li>a:hover{
		background-color: #e9eff4;
		color: #d0a25e;
	}
	.index-about{
		padding: 88px 5% 90px 5%;
		background-size: 100%;
	}
	.index-about-right{
		padding-left: 50px;
	}
	.index-title img{
		height: 55px;
	}
	.index-title .cn{
		font-size: 35px;
		font-weight: bold;
	}
	.index-about-right .text{
		margin-top: 40px;
		line-height: 32px;
		font-size: 16px;
		color: #666666;
	}
	.index-serve{
		background-size: 100%;
		padding: 0 0 0 5%;
	}
	.index-serve .tabs{
		margin-top: 32px;
	}
	.index-serve .tabs a{
		margin-top: 30px;
		height: 162px;
		border-width: 2px;
	}
	.index-serve .tabs a .img{
		height: 70px;
		background-size: auto 100%!important;
		margin-top: 20px;
	}
	.index-serve .tabs a .text{
		font-size: 16px;
		margin-top: 20px;
	}
	.index-serve-left{
		padding-right: 50px;
	}
	.index-serve-right-con{
		padding-left: 64px;
	}
	.index-serve-right{
		margin-top: 0;
	}
	.index-serve-item{
		min-height: 540px;
		padding: 80px 50px 0 50px;
	}
	.index-serve-item .textbg{
		background: rgba(0,0,0,0.4);
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.index-serve-item .text::before{
		width: 100px;
	}
	.index-serve-item .text{
		line-height: 30px;
	}
	.index-expert{
		background-size: 100%;
		padding: 50px 5%;
	}
	.index-expert-more{
		width: 50px;
		height: 50px;
		font-size: 40px;
		line-height: 50px;
	}
	.index-expert-item{
		width: 19%;
		margin-top: 25px;
		overflow: hidden;
	}
	.index-expert-item .img img{
		transition: all 0.5s;
	}
	.index-expert-item:hover .img img{
		transform: scale(1.1);
	}
	.index-expert-item .info .name{
		font-size: 18px;
	}
	.index-expert-item .info{
		padding: 10px;
		height: 70px;
	}
	.index-expert-item .info .zhiwu{
		font-size: 14px;
	}
	.index-industry{
		background-size: 100%;
		margin-top: 0;
		padding: 125px 5% 85px 5%;
	}
	.index-industry-right{
		padding-left: 50px;
	}
	.index-industry-item{
		margin-top: 0;
		margin-bottom: 26px;
		min-height: 197px;
	}
	.index-industry .index-title .index-expert-more{
		margin-top: 78px;
	}
	.index-industry-item:hover{
		background-color: #d0a25e;
	}
	.index-industry-item img{
		height: 53px;
		margin-top: 30px;
	}
	.index-industry-item .text{
		font-size: 16px;
		margin-top: 20px;
		position: relative;
		padding-bottom: 18px;
	}
	.index-industry-item .text::after{
		position: absolute;
		content: ' ';
		width: 50px;
		height: 2px;
		background-color: rgba(255,255,255, 1);
		left: 50%;
		bottom: 0;
		margin-left: -25px;
	}
	.index-news{
		background-size: 100%;
		padding: 68px 5%;
	}
	.index-news .index-title{
		margin-top: 200px;
		border-bottom: 0;
	}
	.index-news-con{
		overflow: hidden;
	}
	.index-news-con .tabs2{
		float: left;
		width: 17%;
		height: 510px;
		flex-direction: column;
	}
	.index-news .tabs2 a img{
		height: 61px;
	}
	.index-news .tabs2 a p{
		font-size: 16px;
	}
	.index-news .tabs2 a.tabs2-1.active{
		background-size: 21px 93px;
		background-position: 122px center;
	}
	.index-news .tabs2 a.tabs2-2.active{
		background-size: 21px 93px;
		background-position: 132px center;
	}
	.index-news-right{
		width: 70%;
		float: right;
	}
	.index-news-title p{
		font-size: 22px;
	}
	.index-news-info li{
		border-width: 2px;
	}
	.index-news-info li .title a{
		font-size: 18px;
	}
	.index-news-info li .title a:hover{
		color: #d0a25e;
	}
	.index-news-info li .text{
		font-size: 14px;
		line-height: 28px;
	}
	.footer{
		background-size: 100%;
	}
	.footer .container-fluid{
		padding: 0;
	}
	.footer-top{
		padding: 126px 5%;
		margin: 0;
	}
	.footer-left{
		padding-right: 200px;
	}
	.footer-nav{
		flex-wrap: nowrap;
	}
	.footer-nav a{
		width: auto;
		float: left;
		font-size: 14px;
	}
	.footer-tel{
		width: 80%;
		margin-top: 30px;
		font-size:14px;
	}
	.footer-tel p{
		width: auto;
		font-size: 14px;
	}
	.footer-ewm{
		justify-content: inherit;
	}
	.footer-ewm p{
		margin: 0 20px;
	}
	.footer-ewm p span{
		font-size: 14px;
	}
	.copyright{
		border-top: 1px solid #a18760;
		padding: 35px 5%;
		font-size: 14px;
	}
	.copyright p{
		float: left;
	}
	.copyright a{
		float: right;
	}
	.about-container{
		background: url(../images/index22.jpg) no-repeat center;
		background-size: 100%;
		padding: 50px 5%;
		margin-top: 0;
	}
	.about-container-con{
		margin-top: 25px;
		position: relative;
		overflow: hidden;
	}
	.about-container-con .info{
		float: left;
		background-color: #d0a25e;
		padding: 35px 25px;
		color: #fff;
		border-top-left-radius: 24px;
		border-bottom-right-radius: 24px;
		position: absolute;
		bottom: 0;
		margin: 0;
		left: 5%;
	}
	.about-container-con .info .companyname{
		font-size: 18px;
		font-weight: bold;
	}
	.about-container-con .info .text{
		font-size: 14px;
		line-height: 28px;
	}
	.about-container-con .img{
		float: right;
	}
	.sever-container{
		margin: 50px 0 0 0;
		padding: 0 5%;
	}
	.sever-container .index-title{
		text-align: left;
		background: url(../images/index25.png) no-repeat left bottom;
		margin: 0 15px;
		padding-bottom: 15px;
		background-size: 100%;
	}
	.sever-content{
		overflow:inherit;
		margin-top: 30px;
	}
	.sever-item{
		margin-bottom: 30px;
		width: 48%;
		float: left;
		height: 208px;
		overflow: hidden;
		border-bottom-left-radius: 30px;
		border-top-right-radius: 30px;
	}
	.sever-item:hover{
		box-shadow: 0 0 10px 10px rgb(0 0 0 / 10%);
	}
	.sever-item:nth-of-type(even){
		float: right;
	}
	.sever-item .info{
		padding: 28px 30px 28px 70px;
		background-size: 48px;
		background-position: 15px 30px;
		border-bottom-left-radius: 30px;
	}
	.sever-item .info .title{
		font-size: 28px;
		padding-bottom: 10px;
	}
	.sever-item .info .text{
		margin: 15px 0;
	}
	.sever-item .info .more{
		padding: 0px 15px;
		font-size: 14px;
	}
	.sever-item .img img{
		border-top-right-radius: 30px;
	}
	.expert-container{
		padding: 50px 5%;
	}
	.expert-container .index-title{
		text-align: left;
		padding: 0 15px;
	}
	.expert-container .index-title{
		margin-bottom: 25px;
	}
	.expert-container .expert-container-con{
		display: block;
	}
	.expert-container .expert-container-con .index-expert-item{
		display: block;
		float: left;
		width: 22%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.expert-container .expert-container-con .index-expert-item:nth-of-type(4n){
		margin-right: 0;
	}
	.expert-container .expert-container-con .index-expert-item .info{
		padding-top: 10px;
	}
	.expert-container .expert-container-con .index-expert-item::after{
		top: 100%;
	}
	.expert-container .expert-container-con .index-expert-item .text{
		padding: 15px;
		font-size: 16px;
		line-height: 30px;
		top: 103.555%;
	}
	.current-location{
		font-size: 16px;
		padding: 30px 5%;
	}
	.current-location p{
		margin-bottom: 0;
	}
	.expert-show-container{
		margin: 30px 5%;
	}
	.expert-show-container .img{
		border-radius: 10px;
		padding: 0;
		box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.expert-show-container .img img{
		border-radius: 10px;
	}
	.expert-show-info{
		padding-left: 40px;
		width: 74%;
	}
	.expert-show-container .expert-name{
		font-size: 24px;
		padding-bottom: 15px;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.expert-show-container .expert-name::after{
		width: 46px;
	}
	.expert-show-container .expert-zhiwu{
		display:inline;
		padding:10px 15px;
	}
	.expert-show-container .expert-brief{
		margin-top: 50px;
	}
	.expert-show-container .expert-brief-title{
		padding-bottom: 15px;
	}
	.expert-show-container .expert-brief-title p{
		font-size: 22px;
		width: 126px;
		height: 35px;
		line-height: 35px;
	}
	.luntan-info{
		padding-left: 40px;
		padding-top: 50px;
	}
	.luntan-info .text{
		font-size: 16px;
		line-height: 36px;
	}
	.luntan-container .luntan-info .luntan-more{
		float: left;
	}
	.industry-index{
		margin-bottom: 40px;
	}
	.introduction{
		margin-top: 30px;
		overflow: hidden;
		background: url(../images/index29.jpg) no-repeat center;
		background-size: 98%;
		height: 188px;
	}
	.introduction-left{
		background-color: transparent;
		float: left;
		width: 264px;
	}
	.introduction-left .img img{
		height: 80px;
	}
	.introduction-left .cn{
		font-size: 27px;
	}
	.introduction-right{
		background-color: transparent;
		float: right;
		width: 1010px;
		padding:25px 45px 45px 45px;
		line-height: 32px;
		font-size: 16px;
	}
	.industry-list{
		display: block;
		overflow: hidden;
	}
	.industry-list-item{
		float: left;
		width: 22%;
		margin-right: 4%;
		height: 302px;
		margin-top: 40px;
		padding: 18px;
	}
	.industry-list-item:nth-of-type(4n){
		margin-right: 0;
	}
	.industry-list-item .title{
		font-size: 25px;
		padding-bottom: 10px;
	}
	.industry-list-item .img img{
		width: 100%;
	}
	.industry-activity{
		padding: 0;
		margin: 0 15px;
		margin-top: 40px;
		box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
		border-bottom-right-radius: 18px;
		overflow: hidden;
	}
	.industry-activity-title{
		font-size: 32px;
		writing-mode: tb-rl;
		width: 90px;
		float: left;
		border-bottom: 0;
		margin: 50px 0 50px 50px;
		border-right: 1px solid #999999;
		padding: 50px 50px 100px 0;
	}
	.industry-activity-item{
		overflow: hidden;
	}
	.industry-activity-item .info{
		width: 436px;
		padding: 50px;
		float: left;
	}
	.industry-activity-item .info .text{
		font-size: 16px;
		line-height: 32px;
	}
	.industry-activity-item .img{
		float: left;
		width: 675px;
		margin-top: 0;
	}
	.industry-activity-content .swiper-pagination{
		text-align: left;
		bottom: 40px;
		margin-left: 50px;
	}
	.industry-activity-item .info .time,
	.industry-activity-item .info .address{
		font-size: 16px;
	}
	.industry-activity-item .info .time span, 
	.industry-activity-item .info .address span{
		width: 72px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
	}
	.join-member{
		margin-top: 40px;
		height: 60px;
		line-height: 60px;
		border-radius: 30px;
		font-size: 16px;
		font-weight: bold;
		width: 320px;
	}
	.join-member:hover{
		color: #fff;
	}
	.economy-container .index-title .en{
		font-size: 55px;
	}
	.economy-list{
		display: block;
		overflow: hidden;
	}
	.economy-item{
		width: 22%;
		float: left;
		margin-right: 4%;
		margin-top: 40px;
	}
	.economy-item:nth-of-type(4n){
		margin-right: 0;
	}
	.economy-item .info{
		padding: 10px;
	}
	.economy-item .info .title{
		font-size: 16px;
	}
	.industry-show-title{
		font-size: 30px;
	}
	.industry-show-time{
		font-size: 24px;
		padding-bottom: 30px;
	}
	.industry-show-text{
		padding: 30px 0;
		font-size: 16px;
		line-height: 32px;
	}
	.news-container .index-title{
		padding: 0;
	}
	.news-category{
		margin-top: 60px;
	}
	.news-category li a{
		width: 200px;
		height: 42px;
		font-size: 18px;
		text-align: center;
		line-height: 42px;
	}
	.news-list{
		margin-top: 30px;
	}
	.news-list li{
		border: 2px solid #e7e7e7;
		padding: 16px 10px 10px 10px;
		border-radius: 10px;
		overflow: hidden;
	}
	.news-list li .img-box{
		width: 352px;
		height: 225px;
		float: left;
		position: relative;
	}
	.news-list li .img-box .img{
		position: absolute;
		z-index: 1;
	}
	.news-list li .img-box .imgbg{
		position: absolute;
		width: 352px;
		height: 225px;
		background-color: #e7e7e7;
		top: -6px;
		right: -6px;
		z-index: 0;
	}
	.news-list li .info{
		padding-left: 400px;
	}
	.news-list .info .title{
		font-size: 29px;
	}
	.news-list .info .time{
		font-size: 14px;
	}
	.news-list .info .text{
		font-size: 14px;
		line-height: 28px;
	}
	.news-list .info .more{
		float: right;
	}
	.contact-container{
		background: url(../images/contactbg.jpg) no-repeat center;
		padding: 95px 5%!important;
	}
	.contact-container .index-title{
		text-align: left;
		margin-bottom: 30px;
	}
	.contact-info{
		padding: 0;
	}
	.contact-info p{
		margin-bottom: 30px;
		height: 40px;
	}
	.contact-info p span.img{
		height: 40px;
		margin-right: 30px;
	}
	.contact-info p span img{
		margin-top: 8px;
	}
	.contact-info p span.text{
		font-size: 18px;
		line-height: 40px;
	}
	.contact-info p.email{
		width: 350px;
	}
	.contact-info p.tel{
		width: 60%;
	}
	.contact-info p.address{
		width: 70%;
	}
	.job-list{
		display: block;
	}
	.job-item{
		width: 22%;
		float: left;
		margin-right: 4%;
		border-bottom-left-radius: 30px;
		padding: 0;
		margin-bottom: 48px;
	}
	.job-item:hover{
		color: #333;
	}
	.job-item:nth-of-type(4n){
		margin-right: 0;
	}
	.job-item p.img{
		margin: 42px 0;
	}
	.job-item img{
		height: 153px;
	}
	.job-item .text{
		padding-left: 40px;
		padding-bottom: 40px;
		font-size: 18px;
	}
	.job-item .title{
		line-height: 90px;
		border-bottom-left-radius: 30px;
		border-top-right-radius: 30px;
		font-size: 30px;
	}
	.job-show-title{
		width: 315px;
		line-height: 70px;
		border-bottom-left-radius: 30px;
		border-top-right-radius: 30px;
		font-size: 30px;
	}
	.job-show-info{
		overflow: hidden;
		padding: 0;
		margin-top: 40px;
	}
	.job-show-info span{
		float: left;
		text-align: center;
		font-size: 24px;
		position: relative;
		line-height: 120px;
	}
	.job-show-info span.info01,
	.job-show-info span.info02,
	.job-show-info span.info03{
		width: 20%;
	}
	.job-show-info span.info04{
		width: 40%;
	}
	.job-show-info span::after{
		position: absolute;
		content: ' ';
		width: 1px;
		height: 40px;
		background-color: #999999;
		right: 0;
		top: 50%;
		margin-top: -20px;
	}
	.job-show-info span:last-child::after{
		display: none;
	}
	.job-show .miaoshu{
		margin-top: 40px;
	}
	.job-show .miaoshu-title{
		font-size: 18px;
	}
	.job-show .miaoshu-text{
		font-size: 16px;
		line-height: 32px;
	}
	.form-horizontal{
		width: 50%;
		margin: 0 auto;
	}
	.copyright .left{
		float: left;
	}
	.copyright .right{
		float: right;
	}
	.copyright .right a{
		margin-left: 20px;
	}
}









@media screen and (min-width:1900px) {
	.navbar-brand{
		height: 140px;
	}
	.navbar-brand>img{
		height: 79px;
	}
	.navbar-default .navbar-nav>li>a{
		font-size: 22px;
		line-height: 100px;
	}
	.navbar-nav>li{
		margin: 0 10px;
	}
	.navbar-nav>li>.dropdown-menu{
		top: 100px;
		min-width: 150px;
		margin-left: -75px;
	}
	.dropdown-menu>li>a{
		line-height: 52px;
		font-size: 16px;
	}
	.index-about{
		padding: 170px 5% 180px 5%;
	}
	.index-about-right{
		margin-top: 70px;
	}
	.index-title .cn{
		margin-bottom: 30px;
	}
	.index-about-right .text{
		font-size: 20px;
		line-height: 40px;
	}
	.index-about-right .more{
		width: 100px;
		font-size: 20px;
	}
	.index-serve .tabs{
		margin-top: 80px;
	}
	.index-serve .tabs a{
		height: 216px;
	}
	.index-serve .tabs a .img{
		height: 90px;
		margin-top: 30px;
	}
	.index-serve .tabs a .text{
		font-size: 24px;
	}
	.index-serve-right-con{
		padding-left: 90px;
	}
	.index-serve-item{
		min-height: 720px;
		padding: 130px 100px 0 100px;
	}
	.index-serve-item .textbg{
		background: rgba(0,0,0,0.4);
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.index-serve-item .text{
		font-size: 20px;
		padding-top: 30px;
		line-height: 40px;
	}
	.index-expert{
		padding: 100px 5%;
	}
	.index-expert-item{
		margin-top: 60px;
		width: 18%;
	}
	.index-expert-item .info{
		height: 90px;
	}
	.index-expert-item .info .name{
		font-size: 27px;
	}
	.index-expert-item .info .zhiwu{
		font-size: 18px;
	}
	.index-industry-item{
		min-height: 266px;
	}
	.index-industry-item img{
		margin-top: 60px;
	}
	.index-industry-item .text{
		font-size: 22px;
	}
	.index-news{
		padding: 104px 5%;
	}
	.index-news-con .tabs2{
		height: 664px;
	}
	.index-news .tabs2 a p{
		font-size: 24px;
	}
	.index-news .tabs2 a.tabs2-1.active{
		background-position: 182px center;
	}
	.index-news .tabs2 a.tabs2-2.active{
		background-position: 192px center;
	}
	.index-news-title p{
		font-size: 32px;
	}
	.index-news-more{
		font-size: 18px;
	}
	.index-news-info li{
		padding: 30px 0;
	}
	.index-news-info li .title a{
		font-size: 22px;
	}
	.index-news-info li .title span{
		font-size: 14px;
	}
	.footer-top{
		padding: 180px 5%;
	}
	.footer-nav a{
		font-size: 18px;
	}
	.footer-tel,
	.footer-tel p{
		font-size: 18px;
	}
	.copyright{
		font-size: 16px;
		padding: 70px 5%;
	}
	.footer-ewm{
		justify-content: inherit;
	}
	.footer-ewm p span{
		font-size: 16px;
	}
	.about-container{
		padding: 100px 5%;
	}
	.about-container-con{
		margin-top: 50px;
	}
	.about-container-con .info{
		padding:70px 50px
	}
	.about-container-con .info .companyname{
		font-size: 24px;
	}
	.about-container-con .info .text{
		font-size: 18px;
		line-height:36px;
	}
	.sever-container{
		margin:100px 0 0 0
	}
	.sever-content{
		margin-top: 60px;
	}
	.sever-item .info .title{
		font-size: 36px;
	}
	.sever-item .info .text{
		line-height: 28px;
	}
	.sever-item .info .more{
		font-size: 16px;
	}
	.sever-item{
		margin-bottom: 60px;
		height: 284px;
		overflow: hidden;
	}
	.expert-container{
		padding: 100px 5% 50px 5%;
	}
	.expert-container .index-title .cn{
		margin-bottom: 50px;
	}
	.expert-show-container{
		margin: 60px 5%;
	}
	.expert-show-container .expert-name{
		font-size: 40px;
		margin-top: 60px;
		padding-bottom: 30px;
		margin-bottom: 30px
	}
	.expert-show-container .expert-name::after{
		width: 74px;
		height: 3px;
	}
	.expert-show-container .expert-zhiwu{
		font-size: 30px;
		width: 400px;
		height: 54px;
		line-height: 54px;
	}
	.expert-show-container .expert-brief{
		margin-top: 100px;
	}
	.expert-show-container .expert-brief-title p{
		width: 188px;
		height: 42px;
		line-height: 42px;
		font-size: 28px;
	}
	.expert-show-container .expert-brief-title{
		padding-bottom: 20px;
	}
	.expert-show-container .expert-brief-text{
		font-size: 22px;
		line-height: 40px;
	}
	.luntan-container .luntan-info .text{
		font-size: 24px;
		line-height: 48px;
	}
	.luntan-container .luntan-info .luntan-more{
		margin-top: 50px;
	}
	.introduction{
		margin-top: 60px;
		height: 254px;
	}
	.introduction-left{
		width: 354px;
		padding-top: 32px;
	}
	.introduction-left .cn{
		font-size: 36px;
	}
	.introduction-left .en{
		font-size: 20px;
	}
	.introduction-right{
		width: 1350px;
		font-size: 22px;
		line-height: 44px;
	}
	.industry-list-item{
		height: 404px;
		padding: 24px;
	}
	.industry-list-item .title{
		font-size: 34px;
	}
	.industry-activity{
		margin-top: 80px;
	}
	.industry-activity-title{
		font-size: 42px;
		width: 100px;
		margin: 75px 0 50px 50px;
		padding: 100px 50px 100px 0;
	}
	.industry-activity-item .info{
		width: 551px;
		padding: 75px;
	}
	.industry-activity-item .info .title{
		font-size: 28px;
		padding-bottom: 15px;
	}
	.industry-activity-item .info .text{
		font-size: 18px;
	}
	.industry-activity-item .info .time, 
	.industry-activity-item .info .address{
		font-size: 20px;
	}
	.industry-activity-item .info .time span, 
	.industry-activity-item .info .address span{
		width: 96px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 22px;
	}
	.industry-activity-item .info .time{
		margin-bottom: 15px;
	}
	.industry-activity-content .swiper-pagination{
		bottom: 30px;
	}
	.industry-activity-content .swiper-pagination-bullet{
		width: 78px;
	}
	.industry-activity-item .img{
		width: 981px;
	}
	.industry-activity-item .img img{
		width: 100%;
	}
	.industry-activity-content .swiper-pagination{
		bottom: 100px;
	}
	.join-memb{
		height: 80px;
		width: 400px;
		font-size: 30px;
	}
	.industry-show-text{
		font-size: 22px;
		line-height: 44px;
	}
	.news-list li .info{
		margin-top: 15px;
		padding-left: 540px;
	}
	.news-list li .img-box,
	.news-list li .img-box .imgbg{
		width: 470px;
		height: 300px;
	}
	.news-list .info .title{
		font-size: 26px;
	}
	.news-list .info .time{
		font-size: 18px;
		margin: 15px 0;
	}
	.news-list .info .text{
		font-size: 18px;
		line-height: 36px;
	}
	.news-list .info .more{
		width: 168px;
		height: 46px;
		line-height: 46px;
		font-size: 22px;
		margin-top: 46px;
	}
	.job-item .text{
		padding-left: 70px;
	}
}