* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Microsoft YaHei;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
    color: #464646;
}


@media screen and (max-width:1250px) {
	body {
		width: 100%;
		min-width: 1250px;
	}
}

.container {
	width: 100%;
}

.container-center {
	width: 1200px;
	margin: 0 auto;
}

.container .ch-tit {
	position: relative;
	font-size: 35px;
	margin: 0 auto 10px;
	padding-left: 15px;
	text-align: center;
	color: #2783f2;
	line-height: 35px;
}

.container .ch-tit::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	width: 10px;
	height: 35px;
	background-color: #2783f2;
}

.container .en-tit {
	width: 100%;
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	color: #575757;
	line-height: 25px;
	margin-bottom: 40px;
}

/* 页头  */
.header {
	width: 100%;
}

.header-top {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	height: 107px;
	background-color: #fff;
}

.header-top .logo-img {
	display: block;
	width: 375px;
	height: 75px;
}

.header-title {
	width: 460px;
	margin: 0 50px;
}

.header-title .header-title-icon {
	display: block;
	width: 100%;
	height: 75px;
}

.header-title .title-text {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.header-tel {
	display: flex;
	align-items: center;
	width: 270px;
	height: 75px;
}

.header-tel .tel-icon {
	width: 270px;
	height: 75px;
	/*margin-right: 10px;*/
}

.header-tel>div h5 {
	width: 120px;
	font-size: 16px;
	color:#2255E8;
	line-height: 20px;
}

/*页头 导航栏*/
.header-nav {
	width: 100%;
	background: #fff;
}

.header-nav-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.header-nav-box .nav-item {
	position: relative;
	display: block;
	width: 150px;
	height: 60px;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.header-nav-box .nav-item a {
	color: #000;
}

.header-nav-box .active {
	background: #fff;
	border: 1px solid #c5d1db;
}

.header-nav-box .nav-item .nav-item-pop {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 999;
}

.header-nav-box .nav-item .nav-item-pop>li {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	line-height: 40px;
	background: rgba(2, 62, 135,.7);
}


.header-nav-box .nav-item .nav-item-pop>li>a {
	color: #fff;
}

.header-nav-box .nav-item.nav-item-pop>li:last-child {
	border-bottom: none;
}


/* 轮播 */
.banner {
	position: relative;
	width: 100%;
	height: 26vw;
	min-height: 400px;
}

.banner-box {
	width: 100%;
	height: 100%;
}

.banner-box .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.banner-box .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner-box .swiper-slide img {
	width: 100%;
	height: 100%;
}

.banner-box .swiper-button-next {
	right: 30px;
	width: 70px;
	height: 70px;
}

.banner-box .swiper-button-prev {
	left: 30px;
	width: 70px;
	height: 70px;
}

.banner-box .swiper-button-next:after {
	content: '';
	background: url(../../images/2020/next-btn.png) no-repeat;
	width: 60px;
	height: 60px;
}

.banner-box .swiper-button-prev:after {
	content: '';
	background: url(../../images/2020/prev-btn.png) no-repeat;
	width: 60px;
	height: 60px;
}

.banner-box .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.banner-box .swiper-pagination-bullet-active {
	background-color: rgba(0, 0, 0, .3);
	width: 22px;
	border-radius: 50px;
	transition: width 0.5s;
}

/*GUANG ZHOU ZHENGSUI*/
.profile {
	width: 100%;
	padding: 50px 0px;
	background: #ebf3fe;
}

.profile .con-title .en-txt {
	width: 100%;
	font-size: 28px;
	text-align: center;
	color: #4368b8;
}

.profile .con-title img {
	display: block;
	width: 310px;
	margin: 5px auto 15px;
}

.profile-ch-content {
	width: 800px;
	margin: 15px auto;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
}

.profile-en-content {
	width: 800px;
	margin: 0 auto;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
}


/* 关于我们 */
.about-us {
	position: relative;
	height: 250px;
	padding-bottom: 200px;
}

.about-us-box {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 480px;
	padding: 90px 200px 50px;
	box-sizing: border-box;
}

.about-us-box::before {
	position: absolute;
	top: 0;
	right: 85px;
	content: '';
	width: 35px;
	height: 240px;
	background-color: #3f65b6;
}

.about-us-box::after {
	position: absolute;
	bottom: 110px;
	right: 85px;
	content: 'Picture Rotation';
	width: 70px;
	height: 40px;
	color: #929292;
	font-weight: bold;
}

.about-us-content {
	position: relative;
	width: 400px;
	height: 100%;
}

.about-us-content::before {
	position: absolute;
	bottom: 50px;
	left: 0;
	content: '';
	width: 230px;
	height: 8px;
	background-color: #3f65b6;
}

.about-us-content::after {
	position: absolute;
	bottom: 70px;
	left: 0;
	content: '';
	width: 25px;
	height: 25px;
	background-color: #3f65b6;
}

.about-us-title {
	position: relative;
	height: 35px;
	line-height: 35px;
}

.about-us-title::before {
	position: absolute;
	left: 0px;
	top: 0;
	content: '';
	width: 8px;
	height: 35px;
	background-color: #3f65b6;
}

.about-us-title span:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
	padding: 0 10px 0 20px;
}

.about-us-title span:nth-child(2) {
	font-size: 32px;
}

.about-us-text {
	width: 375px;
	height: 140px;
	margin-top: 35px;
	font-size: 11px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	line-height: 20px;
	text-indent: 25px;
}

/*关于我们swiper  */
.about-us-swiper {
	width: 400px;
	height: 100%;
	overflow: hidden;
}

.about-us-swiper ul {
	height: 230px;
}

.about-us-swiper ul li {
	width: 400px;
	height: 230px;
	float: left;
}

.about-us-swiper ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.about-us-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 200px;
	height: 30px;
	margin-top: 10px;
}

.about-us-pagination img {
	display: block;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.about-us-pagination>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 140px;
}

.about-us-pagination>div span {
	display: inline-block;
	width: 15px;
	height: 16px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	cursor: pointer;
}

.about-us-pagination>div span.active {
	border-bottom: 1px solid #3f65b6;
	transform: scale(1.2);
}

/* 正穗ISO9901质量认证服务标准 */
.service {
	padding: 10px 0 50px;
	background-color: #ebf3fe;
}

.service .container-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service .container-center h1 {
	font-size: 35px;
	color: #2683f1;
}

.service .container-center p {
	font-size: 14px;
	color: #2683f1;
	margin: 15px 0 45px;
	font-weight: 600;
}

.service .container-center .service-icon {
	display: block;
	width: 600px;
}

.service-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 640px;
	height: 60px;
	font-size: 14px;
	line-height: 20px;
}

.service-box div {
	position: relative;
}

.service-box div:nth-child(-n+3)::after {
	content: '';
	position: absolute;
	top: -50px;
	right: -75px;
	height: 100px;
	border-right: 1px solid #000000;
}


/* 正穗公司专利申请的服务标准有: */
.standard {
	padding: 50px 0 100px;
	background-color: #ebf3fe;
}

.standard-box {
	margin: 0 auto;
	width: 900px;
	height: 330px;
	padding: 0 90px;
	box-sizing: border-box;
	background: url(../../images/2020/standard-bg.png) no-repeat;
	background-size: 100% 100%;
}

.standard-box h1 {
	width: 100%;
	height: 30px;
	padding: 30px 0;
	text-align: center;
	font-size: 35px;
	color: #2683f1;
}

.standard-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 200px;
	padding-bottom: 20px;
}

.standard-item {
	width: 240px;
}

.standard-item .top {
	display: flex;
	align-items: center;
	width: 100%;
	height: 55px;
}

.standard-item .top img {
	display: block;
	height: 55px;
	margin-right: 40px;
}

.standard-item .top span {
	text-align: center;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	line-height: 20px;
}

.standard-item .bottom {
	width: 100%;
	margin-top: 20px;
	font-size: 13px;
	line-height: 20px;
	color: #000;
}


/* 产品介绍 */
.product-introduction {
	padding: 100px 0 50px;
	background-color: #fff;
}

.product-introduction .ch-tit {
	width: 160px;
}

.product-introduction-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
}

.product-introduction-item {
	width: 200px;
	height: 170px;
	margin-bottom: 50px;
	padding: 0 20px;
	color: #000;
}

.product-introduction-item img {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.product-introduction-item h3 {
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	color: black;
}

.product-introduction-item p {
	width: 100%;
	height: 60px;
	font-size: 13px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* 节税专题 */
.tax-saving {
	padding: 50px 0;
}

.tax-saving-top {
	width: 100%;
	padding: 75px 0 50px;
	background-color: #f4f4f4;
}

.tax-saving-top .ch-tit {
	width: 160px;
}

.tax-saving-matter {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}

.tax-saving-matter .matter-img {
	display: block;
	width: 500px;
	height: 505px;
}

.tax-saving-matter .matter-box {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 450px;
	height: 505px;
}

.tax-saving-matter .matter-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 80px;
	padding: 10px 20px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 5px 5px 10px rgba(0,0,0,.2);
}

.tax-saving-matter .matter-item .matter-icon {
	display: block;
	width: 65px;
	height: 60px;
}
.tax-saving-matter .matter-item a {
	width: 310px;
	height: 100%;
	display: contents;
}
.tax-saving-matter .matter-item .matter-text {
	width: 310px;
	height: 100%;
}

.tax-saving-matter .matter-item .matter-text>div {
	display: flex;
	align-items: center;
	height: 28px;
}

.tax-saving-matter .matter-item .matter-text h2 {
	font-size: 24px;
	margin-right: 22px;
	color: #49526f;
}

.tax-saving-matter .matter-item .matter-text span {
	font-size: 14px;
	color: #60697d;
}

.tax-saving-matter .matter-item .matter-text>p {
	font-size: 14px;
	line-height: 18px;
	color: #6f6f6f;
}

.tax-saving-bottom {
	width: 100%;
	padding-top: 120px;
	background-color: #fff;
}

.tax-saving-detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1100px;
	margin: 0 auto;
}

.tax-saving-detail .detail-item {
	width: 320px;
	margin-bottom: 90px;
}

.tax-saving-detail .detail-item .detail-img {
	display: block;
	height: 160px;
	margin: 0 auto;
}

.tax-saving-detail .detail-item .tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 40px;
	color: #3960b4;
	margin: 30px 0 15px;
}

.tax-saving-detail .detail-item .tit>h3 {
	position: relative;
	padding-left: 15px;
	font-size: 24px
}

.tax-saving-detail .detail-item .tit>h3::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 24px;
	background-color: #3960b4;
}

.tax-saving-detail .detail-item .tit>span {
	font-size: 16px;
	border-bottom: 1px solid #3960b4;
	font-weight: 600;
}

.tax-saving-detail .detail-item .lists {
	width: 100%;
}

.tax-saving-detail .detail-item .lists>li {
	width: 100%;
	padding: 2px 0;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	line-height: 22px;
}

.tax-saving-detail .detail-item .lists>li>a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 12px;
	color: #000;
}

.tax-saving-detail .detail-item .lists>li>a>span:first-child {
	width: 224px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


/*荣誉证书*/
.honor {
	padding: 80px 0;
	background-color: #fff;
}

.honor-box {
	padding: 0 100px;
	box-sizing: border-box;
}

.honor-box .ch-tit {
	width: 160px;
}

.honor-box .honor-top,
.honor-box .honor-bottom {
	display: block;
	width: 100%;
}

.honor-lists {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-content: center;
}

.honor-lists .honor-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 32%;
	margin-top: 30px;
}

.honor-lists .honor-item img {
	width: 80%;
}

.honor-lists .honor-item .honor-txt {
	width: 100%;
	padding: 5px 45px;
	box-sizing: border-box;
	line-height: 35px;
	text-align: center;
	font-size: 19px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.honor-box .look-more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.honor-box .look-more a {
	padding: 3px 5px;
	font-size: 26px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	color: #2783f2;
	border-bottom: 2px solid #2783f2;
}

/* 为什么选择我们 */
.why-choose-us {
	padding: 50px 0 0;
}

.why-choose-us .ch-tit {
	width: 260px;
}

.choose-us-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 900px;
	height: 50px;
	margin: 50px auto 20px;
}

.choose-us-nav .choose-us-item {
	position: relative;
	width: 150px;
	height: 50px;
	font-size: 18px;
	color: #5a9cf3;
	font-weight: 600;
	border-top: 4px solid #5a9cf3;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.choose-us-nav .choose-us-item.active {
	background-color: #e1eeff;
	border-left: 1px solid #e1eeff;
	border-right: 1px solid #e1eeff;
}

.choose-us-nav .choose-us-item.active::after {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 0;
	height: 0;
	border: 15px solid #e1eeff;
	border-top-color: #e1eeff;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}


/* 实力展示 */
.strength {
	padding: 100px 0;
	background-color: #fff;
	box-sizing: border-box;
}

.strength .strength-box {
	display: flex;
	justify-content: space-between;
	padding: 0 20px 0 80px;
	box-sizing: border-box;
}

.strength-box .strength-left {
	display: flex;
	flex-direction: column;
	width: 500px;
	height: 430px;
	padding: 10px 50px 0px 0px;
	box-sizing: border-box;
}

.strength-box .strength-left h2 {
	font-size: 44px;
	font-weight: normal;
	color: #388da5;
}

.strength-box .strength-left h5 {
	margin-top: 15px;
	font-size: 22px;
	color: #b7b7b7;
	font-weight: normal;
}

.strength-box .strength-left div {
	font-size: 16px;
	line-height: 36px;
	margin: 20px 0px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: rgba(53, 53, 53, 1);
}

.strength-box .strength-right {
	width: 600px;
	height: 430px
}

.strength-box .strength-right img {
	display: block;
	width: 100%;
	height: 100%;
}


/*  专注项目服务年数  专业顾问一对一 企业客户服务经验 孵化器创业基地*/
.service-client {
	padding: 50px 0;
	background-color: #fff;
}
.service-client-box {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 140px;
	width: 1000px;
	margin: 0 auto;
}

.service-client-box .service-client-item {
	display: flex;
	align-items: center;
	width: 220px;
	height: 100px;
	font-size: 14px;
	color: #446ab5;
	line-height: 20px;
}

.service-client-box .service-client-item img {
	display: block;
	width: 80px;
	height: 80px;
	margin-right: 15px;
}


/* 专属顾问 */
.exclusive-consultant {
	padding: 50px 0;
	background-color: #f7f8fa;
}

.exclusive-consultant h2 {
	width: 100%;
	text-align: center;
	color: #082778;
	font-size: 30px;
}

.exclusive-consultant-content {
	position: relative;
	width: 1000px;
	height: 440px;
	margin: 50px auto;
	overflow: hidden;
}
.exclusive-consultant-content .btns {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 50px;
	width: 62px;
	cursor: pointer;
}
.exclusive-consultant-content .btns .prev-btn,
.exclusive-consultant-content .btns .next-btn {
	width: 30px;
	padding: 2px 0;
	text-align: center;
	color: #d2d0d1;
	background-color: #f3f3f3;
	border: 1px solid #d2d0d1;
	font-size: 12px;
	font-weight: 600;
}

.exclusive-consultant-content .btns .prev-btn {
	border-right: 1px solid #f3f3f3;
}

.exclusive-consultant-content .btns .next-btn {
	border-left:1px solid #f3f3f3;
}

.exclusive-consultant-content .btns .on {
	background-color:#d72025;
	border:1px solid #d72025;
	color: #fff;
}

.exclusive-consultant-content>ul {
	display: flex;
	justify-content: flex-start;
	height: 415px;
	margin-top: 25px;
	background-color: #fff;
}

.exclusive-consultant-item {
	width: 250px;
	padding: 20px;
	box-sizing: border-box;
}

.exclusive-consultant-item .character-img {
	display: block;
	height: 150px;
	width: 150px;
	margin: 0 auto;
}

.exclusive-consultant-item .character {
	width: 90%;
	border-bottom: 1px solid #e2e2e2;
	margin: 10px auto;
	padding-bottom: 5px;
}

.exclusive-consultant-item .character-icon {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
}

.exclusive-consultant-item .character>span {
		font-size: 17px;
		color: #595959;
		font-weight: 600;
}

.exclusive-consultant-item>p {
	font-size: 16px;
	line-height: 22px;
}

.exclusive-consultant-item>p>span {
	color: #ff0000;
}
.exclusive-consultant-item .grade {
	display: flex;
	align-items: flex-end;
	height: 26px;
}

.exclusive-consultant-item .grade .grade-icon {
	display: inline-block;
	width: 20px;
}

.exclusive-consultant-item .free-advisory {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 125px;
	height: 28px;
	margin-top: 10px;
	background-color:#d72025;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
}

.exclusive-consultant-item .advisory-icon {
	display: block;
	width: 20px;
	margin-right: 8px;
}

/* 页脚 */
.footer {
	background-color: #ebf3fe;
	min-width: 1200px;
}

.footer-content-top {
	width: 100%;
	height: 58px;
	background-color: #1851c2;
}

.footer-content-top .footer-nav {
	display: flex;
	justify-content:flex-start;
	align-items: center;
  width: 912px; 
	margin: 0 auto; 
	height: 100%;
}

.footer-nav-item {
	width: 114px;
	text-align: center;
}

.footer-nav-item>a {
	width: 100%;
	color: #fff;
	font-size: 14px;
	padding: 2px;
	text-align: center;
	box-sizing: border-box;
}

.footer-nav-item .active {
	border-bottom: 1px solid #fff;
}

.footer-content-mm1 {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
	box-sizing: border-box;
}

.footer-content-mm1 .footer-logo {
	display: block;
	height: 50px;
	margin:80px 55px 0 0;
}

.footer-content-mm1 .business-content {
	display: flex;
	justify-content: flex-start;
	width:798px;
}

.footer-content-mm1 .business-item {
	width: 114px;
	text-align: center;
}

.footer-content-mm1 .business-item a {
	width: 100%;
	padding: 0px 2px;
	color: #1851c2;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
}

.footer-content-mm1 .code-box {
	width: 147px;
}

.footer-content-mm1 .logo-code {
	display: block;
	width: 110px;
	margin: 50px auto 10px;
}

.footer-content-mm1 .code-box>p {
	font-size: 12px;
	color: #1851c2;
	text-align: center;
	line-height: 20px;
}


.footer-content-mm2 {
	width: 1200px;
	padding: 5px 0;
	margin: 10px auto 0;
	box-sizing: border-box;
	color: #1851c2;
	font-size: 10px;
	line-height: 16px;
	border-bottom: 1px solid #1851C2;
	text-align: center;
}


.footer-content-bottom1 {
	display: flex;
	justify-content: center;
	width: 1200px;
	padding: 5px 80px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footer-content-bottom1 p {
	width: 60px;
	font-size: 10px;
	color: #1851c2;
	line-height: 14px;
}

.footer-content-bottom1 .hot-link {
	line-height: 14px;
	color: #9a9b98;
	font-size: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.footer-content-bottom1 a {
	margin-right: 5px;
	color: #1851c2;
	font-size: 10px;
}

.footer-content-bottom2 {
	font-size: 10px;
	color: #1851c2;
	line-height: 14px;
	text-align: center;
	padding-bottom: 10px;
}
.footer-content-bottom2 a{
	font-size: 10px;
	color: #1851c2;
	line-height: 14px;
	text-align: center;
	padding-bottom: 10px;
}
/*顶部导航样式*/
.t-x {
	width: 1200px;
	height: 43px;
	margin: 0 auto;
}
.t-x-z {
	position: relative;
	float: left;
}
.t-x-z .ck {
	width: 138px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #96adbf;
	border-bottom: 0;
	font-size: 15px;
	cursor: pointer;
	/*background: url(../../../images/2020/ck.png) 24px center no-repeat;*/
	padding-left: 60px;
}
.t-x-z ul {
	width: 200px;
	height: 432px;
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 100;
	background: rgba(2,39,108,0.7);
}
.t-x-z li {
	position: relative;
	border-bottom: 1px solid #5475a2;
}
.t-x-z li .a-1 {
	display: block;
	height: 53px;
	line-height: 53px;
	font-size: 16px;
	color: #fff;
	padding-left: 35px;
}
.t-x-z li .a-1:hover {
	background: #fff;
	color: #02276c
}
.t-x-z li .box {
	width: 652px;
	height: 422px;
	position: absolute;
	top: 0;
	left: 200px;
	background: #fff;
	padding: 10px 28px 0;
	display: none;
	overflow-y: scroll;
}
.t-x-z li .box dl {
	padding-top: 10px;
}
.t-x-z li .box dt {
	font-size: 14px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 6px;
	font-weight: bold;
}
.t-x-z li .box dt img {
	margin: 4px 0 0 6px;
}
.t-x-z li .box dd {
	padding-top: 10px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	line-height: 22px;
	font-size: 12px;
}
.t-x-z li .box dd a {
	padding-right: 20px;
}
.t-x-z li .box .slogan {
	padding-top: 8px;
}
.t-x-z li:hover .box {
	display: block;
}
.t-x-z li .p1 {
}
.t-x-z li .p2 {
	top: -54px;
}
.t-x-z li .p3 {
	top: -108px;
}
.t-x-z li .p4 {
	top: -162px;
}
.t-x-z li .p5 {
	top: -216px;
}
.t-x-z li .p6 {
	top: -270px;
}
.t-x-z li .p7 {
	top: -324px;
}
.t-x-z li .p8 {
	top: -378px;
}
.nav {
	float: left;
}
.nav ul {
}
.nav ul li {
	float: left;
	display: inline;
	position: relative;
	z-index: 10;
}
.nav ul li a {
	display: block;
	height: 43px;
	line-height: 43px;
	font-size: 15px;
	padding: 0 30px;
	color: #000;
	text-align: center;
	position: relative;
}
.nav ul li a:hover, .nav ul li a.current {
	color: #02276c;
}
.nav ul li:last-child a {
	padding-right: 0;
}
.nav ul li .img1 {
	margin-top: 10px;
}
.nav ul li .img2 {
	position: absolute;
	top: -12px;
	left: 70px;
}
.nav ul li em {
	display: block;
	width: 19px;
	height: 11px;
	position: absolute;
	top: 8px;
	right: 10px;
	background: url(../image/hot.png);
}
.nav ul li .ewm {
	position: absolute;
	top: 43px;
	right: 0;
	z-index: 100;
	display: none;
}
.nav ul li a:hover .ewm {
	display: block;
}
/*切换*/
.act{display: none;}
.actives{display: block;}
