.main {
	width: 100%;
	margin: 0 auto;
}
.membership{
	margin: 50px 0;
}
.title2{
	text-align: center;
}
.project table th.top1 {
	height: 40px;
}
.title2 h2 {
	font-size: 36px;
	line-height: 52px;
}
.title2 b {
	width: 52px;
	height: 5px;
	display: block;
	margin: 0 auto;
	background: #2196f3;
	border-radius: 3px;
}
.title2 span {
	font-size: 18px;
	/* line-height: 35px; */
	color: #eeeeee;
	letter-spacing: 0;
}
.membership table {
	background-color: #fff;
	margin-top: 30px;
	width: 100%;
}
.membership table th span{
	color: #92AF00;
	font:bold 18px/30px "microsoft yahei";
}
.membership table th.top1 {
	height: 40px;
	font: normal 14px/30px "microsoft yahei";
}
.membership table .serviceright {
	background-color: #e5f0fa;
	font: bold 14px/18px "microsoft yahei";
	height: 40px;
}
.membership table .serviceleft {
	background-color: #fff3f3;
	font: bold 16px/30px "microsoft yahei";
	color: #ff580e;
	width: 140px;
}
.membership table th a.btn {
	display: block;
	color: #ff5a00;
	font-size: 18px;
	font-weight: bold;
}
.membership table th a.btn1 {
	text-indent: 25px;
}
.membership table tr td.jia {
	font-size: 26px;
	font-weight: bold;
	color: #ff580e;
}
.membership table td {
	text-align: center;
}
.membership table tr td {
	font: normal 14px/18px "microsoft yahei";
	padding: 0 14px;
}
.membership table th b {
	font: normal 16px/30px "microsoft yahei";
	font-weight: bold;
	color: #ff0000;
}
.membership table th {
	height: 74px;
	font: normal 16px/30px "microsoft yahei";
}
.project {
	padding: 40px 60px 40px;
}
.title{
	padding-top: 36px;
	text-align: center;
}
.title h3{
	position: relative;
	width: 4em;
	display: inline-block;
	font:normal 30px/50px "microsoft yahei";
}
.title i{
	position: absolute;
	height: 3px;
	width: 40px;
	background-color: #FF6600;
	bottom: -3px;
	left: 37px;
}
.project table {
	background-color: #fff;
	margin: 30px auto 0;
}
.project table tbody {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
}
.project .table1{
	width: 1047px;
}
.project .table2 {
	width: 100%;
	margin: 30px auto 0;
	table-layout: fixed;
	background-color: rgb(255, 255, 255);
}

.project table th {
	height: 122px;
	font: normal 24px/30px "microsoft yahei";
}
.project table th.w200 {
	width: 11%;
}
.project table th div {
	background: -moz-linear-gradient( 90deg, rgb(255,25,22) 0%, rgb(255,121,16) 100%);
	background: -webkit-linear-gradient( 90deg, rgb(255,25,22) 0%, rgb(255,121,16) 100%);
	background: -ms-linear-gradient( 90deg, rgb(255,25,22) 0%, rgb(255,121,16) 100%);
	height: 100%;
	line-height: 122px;
	overflow: hidden;
	font-weight: bold;
	color: #fff;
	border-radius: 12px 12px 0 0;
	border-right: 1px solid #fff;
	border-color: rgba(255,255,255,.2);
}
.project table th p, .project table th span {
	line-height: 1;
	display: block;
}
.project table th p {
	font-size: 20px;
	margin-top: 34px;
}
.project table th span {
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}
.project table th span b {
	font-size: 26px;
}
.project table tr:first-child:hover {
	background-color: #fff;
}
.project table tr:hover td {
	background-color: #2196f3 !important;
}
.project table tr:hover a {
	color: #fff !important;
}
.project table td {
	height: 44px;
	text-align: center;
	border: 1px solid #e6e6e6;
	font-size: 15px;
}
.project table .serviceleft {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
.project table .vip .serviceleft p {
	margin-top: 5px;
	padding: 0;
}
.project table .serviceright {
	font-size: 15px;
	background-color: #fff !important;
}
.project table .serviceright a {
	color: #333;
}

.project table tr td a.btn{
	font:normal 14px/32px "microsoft yahei";
	width: 98px;
	height: 32px;
	display: inline-block;
	color: #fff;
	background-color: #f54a47;
	border-radius: 2px;
}
.main p.switch {
	text-align: center;
	margin: 30px 0 40px;
}
.main p.switch a {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	width: 160px;
	color: #999999;
	background-color: #eeeeee;
	font-weight: 700;
	position: relative;
	font-size: 22px;
	cursor: pointer;
	margin: 0 20px;
}
.main p.switch a i {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #2196f3 transparent transparent transparent;
}
.main p.switch a.focus i{
	display: block;
}
.main p.switch a.focus{
	background-color: #2196f3;
	color:#fff;
}
.project .table2 th, .project .table2 td {
	width: 15%;
}

.vip .serviceleft div {
	background: -moz-linear-gradient( 90deg, rgb(46,51,78) 0%, rgb(82,190,145) 100%);
	background: -webkit-linear-gradient( 90deg, rgb(46,51,78) 0%, rgb(82,190,145) 100%);
	background: -ms-linear-gradient( 90deg, rgb(46,51,78) 0%, rgb(82,190,145) 100%);
	height: 92px;
	margin-top: -1px;
	position: relative;
}
.vip .serviceleft img {
	margin-top: 10px;
}
.project .table2 td a{color:#333;}
.project .table2 td a img {
	vertical-align: middle;
}
.green-border td {
	border-bottom: 1px solid #51bb90 !important;
}
.blue-border td {
	border-bottom: 1px solid #52afc3 !important;
}
.border3 td {
	border-bottom: 1px solid #50bb6c !important;
}
.border4 td {
	border-bottom: 1px solid #bbb657 !important;
}
.border5 td {
	border-bottom: 1px solid #b593db !important;
}
.border6 td {
	border-bottom: 1px solid #51b2c0 !important;
}
.project table td img {
	vertical-align: middle;
}
.project table .legal td .bg img {
	height: 676px;
}
.project table tr:nth-child(2n) td {
	background-color: #f5f5f5;
}
.project table .serviceleft .content {
    height: 100%;
    width: 100%;
}
.S-item {
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.project table .serviceleft .content p {
	margin-top: 8px;
	padding: 0;
}
.project table tr:hover {
	color: #fff;
}
.project table tr:hover .serviceleft {
	background-color: #fff;
}
.bg {
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 100%;
}
.bg img {
	width: 100%;
	height: calc(100% + 2px);
}
.project table td p {
	line-height: 24px;
	padding: 12px 0;
}
.footer {
	background-color: #242a37;
	padding: 40px 0;
	font-family: "Microsoft YaHei";
}
.foot {
	margin: 0 auto;
	overflow: hidden;
	width: 1100px;
}

.foot-nav {
	width: 570px;
	float: left;
}

.foot-txt {
	overflow: hidden;
	padding: 15px 0 0 0;
}

.foot-txt li {
	width: 14%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.foot-txt li a {
	color: #999;
}

.foot-txt li a:hover {
	color: #4385f5;
}

.copyright {
	color: #999;
	padding: 15px 0;
	text-align: center;
	background-color: #1b1f29;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.copyright a {
	color: #999;
}

.copyright a:hover {
	color: #ff6600;
}

.foot-img {
	overflow: hidden;
	width: calc(100% + 20px);
	background: url('../../../../Images/Index/Version/2020/copyright.png') no-repeat 0 0;
	background-size: auto 100%;
	margin-top: 12px;
}

.foot-img li {
	width: 83px;
	height: 33px;
	float: left;
	margin-right: 8px;
}

.foot-img li a {
	display: block;
	height: 33px;
	color: #333;
	border-radius: 3px;
	overflow: hidden;
}

.police {
	text-align: left;
	color: #888888;
	margin-top: 12px;
	line-height: 20px;
}

.police img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.police a {
	color: #888888;
}

.hot-line {
	width: 293px;
	height: 256px;
	padding-top: 10px;
	float: left;
	margin-left: 200px;
	color: #999;
}

.hot-line i {
	font-size: 66px;

}

.hot-line p {
	font-size: 14px;
	line-height: 28px;
}

.hot-line p a {
	display: inline-block;
	width: 18px;
	height: 21px;
	vertical-align: top;
	margin-top: 3px;
	background: url("https://www.chem17.com/images/Index/2019/main.png") no-repeat 100% -223px;
}

.hot-line span {
	display: block;
	font-size: 13px;
	line-height: 36px;
}

.hot-line>b {
	display: block;
	font-size: 30px;
	color: #fff;
	margin-top: 20px;
}

.qr-code {
	float: right;
	padding-top: 10px;
}

.qr-code li {
	float: left;
	padding: 0 0 0 40px;
}

.foot h2 {
	color: #999;
	font-size: 18px;
	height: 30px;
	font-weight: bold;
}

.foot h2 b {
	border-bottom: 3px solid #387ee8;
	height: 30px;
	display: inline-block;
}

.qr-code h2 {
	padding-left: 40px;
}

.qr-code ul {
	margin-top: 28px;
}

.qr-code li span {
	display: block;
	width: 144px;
	height: 144px;
	background-color: #fff;
}

.qr-code li span img {
	width: 100%;
	height: 100%;
}

.qr-code li p {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 16px;
}

.foot-nav p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}

.foot-nav p a {
	color: #999;
}

.foot-nav p a img {
	margin-left: 8px;
}

.foot-nav p a:hover {
	color: #f90;
}

.foot-img {
	overflow: hidden;
	width: calc(100% + 20px);
	background: url('https://www.chem17.com/Images/Index/Version/2020/copyright.png') no-repeat 0 0;
	background-size: auto 100%;
	margin-top: 12px;
}

.foot-img li {
	width: 83px;
	height: 33px;
	float: left;
	margin-right: 8px;
}

.foot-img li a {
	display: block;
	height: 33px;
	color: #333;
	border-radius: 3px;
	overflow: hidden;
}
.foot-nav {
	width: 540px;
}
.foot-img li {
	width: 78px;
	height: 31px;
	margin-right: 7px;
}
.foot-img li a {
	height: 31px;
}
.hot-line {
	width: 235px;
	margin-left: 24px;
}
.qr-code li {
	padding: 0 0 0 30px;
}
.interview--hot ul li {
	margin-top: 12px;
}
.qr-code li span {
	width: 114px;
	height: 114px;
}
.qr-code h2 {
	padding-left: 30px;
}
.hot-line p {
	font-size: 13px;
}
@media only screen and (max-width:1400px){
	.project table th {
	    height: 90px;
	    font: normal 18px/30px "microsoft yahei";
	}
	.project table th p {
	    font-size: 18px;
		margin-top: 22px;
	}
	.project table th span b {
	    font-size: 24px;
	}
	.project table .serviceleft {
		font-size: 18px;
	}
	.project table th div {
		line-height: 90px;
	}
	.project table th span {
		margin-top: 13px;
	}

}
