
/*
Theme Name: 天扬官网主题
Theme URI: http: //www.tianyangtax.com/
Description: 天扬官网最新主题
Version: 2.0
Author: ZZ
Author URI: no
Tags: 天扬君合,主题,官网*/
	
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
	margin: 0 auto;
	font-size: 14px;
	background-color: #f5f5f5;
}
ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.single_right_text ul,
.single_right_text ul li {
	list-style-type: disc;
	list-style-position: inside;
}
img {
	border: 0;
}
dl,
dt,
dd,
span {
	margin: 0;
	padding: 0;
}
a,
a:focus {
	text-decoration: none;
	color: #ff3333;
	outline: none;
	blr: expression(this.onFocus=this.blur());
}
a:hover {
	color: #ff3333;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
}
.single_right_text table td,
.single_right_text table th {
	border: 1px solid #ccc;
	padding: 5px;
}
cite {
	font-style: normal;
}
h2 {
	font-weight: normal;
}
hr {
	height: 1px;
	background-color: #999;
}

/*--------------------------------------------------- 二级页面布局公共样式 ------------------------------------------------------*/
.sidebar-box{
	float: left;
	width: 25%;
	margin-top: 20px;
}
.content-box{
	width: 74%;
	float: right;
}
.list-clear-box{
	overflow: hidden;
	width: 1200px;
	margin: 10px auto;
}
/*--------------------------------------------------- 二级页面-面包屑导航公共样式 ------------------------------------------------------*/
.breadcrumbs{
	color: #666;
	text-align: right;
	margin: 10px 0 15px 0;
	background: url(images/news/home.png) no-repeat left;
	float: right;
	padding-left: 24px;
}
.breadcrumbs a{
	color: #333;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}


/*--------------------------------------------------- head 用样式 ------------------------------------------------------*/
	.main {
	width: 100%;
	margin: 0;
	background-color: #fff;
}
.logo-img{
	width: 100%;
	/* height: 100%; */
}
.head {
	width: 1200px;
	height: 80px;
	margin: 0px auto;
}
.head_left {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
.head_right {
	float: right;
	height: 80px;
	width: 800px;
}
.head_right_tel {
	height: 35px;
	font-family: "幼圆";
	font-size: 12pt;
	font-style: italic;
	color: #666666;
	margin-top: 20px;
	margin-right: 40px;
	text-align: right;
	width: 65%;
	float: right;
}
.head_right_tel_form {
	margin-left: 130px;
	float: left;
}
.head_right_tel_tel {
	float: right;
	margin-top: 6px;
}
#searchform {
	position: relative;
}
#searchform input {
	float: left;
}
.search_text {
	-web-kit-appearance: none;
	-moz-appearance: none;
	height: 32px;
	width: 310px;
	border-radius: 4px;
	color: #6a6f77;
	outline: 0;
	padding-left: 10px;
	background-color: #efefef;
}
.search-btn{
	width: 50px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.search-btn img{
	position: absolute;
	top: 10px;
	right: 10px;
}
.search_text::placeholder {
	color: #6a6f77;
	font-size: 12px;
}
.search-icon {
	position: absolute;
	top: 10px;
	right: 10px;
}
.icon-span {
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.tel-span {
	background: url("../../img/submission/tel.png") no-repeat;
	background-size: cover;
}
.link-span {
	background: url("../../img/submission/link.png") no-repeat;
	background-size: cover;
}
.icon-hr {
	display: inline-block;
	width: 1px;
	height: 21px;
	border-left: 1px solid #808080;
}
.search_button {
	height: 36px;
	width: 82px;
	background-color: #ff3333;
	border: none;
	color: white;
	padding: 0px 0px;
	text-align: center;
	line-height: 35px;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
.head_right_menu {
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #e60012;
	height: 45px;
	line-height: 45px;
}
.head_right_menu a,
div.head_right_menu a:visited {
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	text-decoration: none;
	/* 不显示超链接下划线*/
	white-space: nowrap;
	/* 对于文本内的空白处，不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。*/
	width: 8%;
	font-weight: bold;
	text-align: center;
}
.head_right_menu a:hover {
	background-color: #bd1320;
}
.head_right_menu a:hover,
.head_right_menu_selected {
	background-color: #bd1320;
}
/*--------------------------------------------------- 轮播图 用样式 ------------------------------------------------------*/
	.content_pic_slider {
	text-align: center;
}
.pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	background: #555;
	margin: 0 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}
.swiper-active-switch {
	background: #fff;
}
/*--------------------------------------------------- banner图 ------------------------------------------------------*/
.banner-box{
	width: 100%;
	position: relative;
}
.banner-box .banner-text{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 23%;
	top: 40%;
	text-shadow: #666 3px 4px 9px;
}
.banner-box img{
  width: 100%;
}

/*--------------------------------------------------- 左侧侧边导航 ------------------------------------------------------*/
.left-nav-title{
	font-size: 18px;
	font-weight: bold;
	color: #e60012;
	margin: 10px 20px;
	display: inline-block;	
}
.left-nav-active{
	background-color: #e60012!important;
	color: #fff!important;
}
.left-nav-child-active{
	background-color: #ebebeb!important;
	color: #e60012!important;
	border-left: 4px solid #e60012!important;
}
.treebox{width: 100%;background-color: #ebebeb;}
.menu{overflow: hidden;}
/*第一层*/
.menu li.level1>a{
	display:block;
	height: 45px;
	line-height: 45px;
	color: #333;
	padding-left: 20px;
	font-size: 15px;
	position: relative;
	transition:all .1s ease 0s;
	font-weight: bold;
	}
	.menu .level1>a:hover{
		background-color: #e60012!important;
		color: #fff!important;
	}
	.menu .level2>a:hover{text-decoration: none;background-color: #ebebeb;color: #e60012;border-left: 4px solid #e60012;}
.current{background: #e60012;color: #fff!important;}

	/*============小箭头*/
.level1 i{ width: 20px; height: 10px;display: block; position: absolute; right: 20px; top: 20px; }
.level1 i.down{ background-position: 0 -10px; }

	/*第二层*/
	.menu li ul{ overflow: hidden; }
	.menu li ul.level2{display: none;background: #ebebeb;}
	.menu li ul.level2 li a{
	display: block;
	/* height: 45px; */
	/* line-height: 45px; */
	color: #333;
	text-indent: 35px;
	/*border-bottom: 1px solid #ddd; */
	font-size: 14px;
	transition:all .1s ease 0s;
	border-left: 4px solid transparent;
	padding:13px 0;
	}
	.menu li ul.level2 li a:hover{
		text-decoration: none;background-color: #ebebeb;color: #e60012;border-left: 4px solid #e60012;
	}
	/* -------------------------------------------------搜索结果页面---------------------------------------------------------------------- */
	.search-result-box{
		width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
	}
	.search-result-box{
		width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
	}
	.search-result-box .news_right {
		border-bottom: 1px solid #eaeaea;
    padding: 30px 0;
    margin: 0 20px;
    width: auto;
	}
	.search-result-box .news_right .news_right_text .news_right_text1{
    font-size: 13pt;
    font-weight: bold;
    color: #333;
	}
	.search-result-box .news_right .news_right_text .news_right_text2{
		color: #808080;
    margin: 20px 0;
    line-height: 30px;
		text-indent: -28px;
	}
	.search-result-box .news_right .news_right_date{
    width: 100%;
    overflow: hidden;
	}
	.search-result-box .news_right .news_right_date .news_right_date_ym{
    float: left;
    color: #808080;
	}
	.search-result-box .news_right .news_right_date .news_right_more{
		float: right;
    color: #808080;	
	}

/*--------------------------------------------------- footer 用样式 ------------------------------------------------------*/
.foot-top{
  height: 45px;
  line-height: 45px;
  background-color: rgba(170,170,170,0.9);
}
.foot-top .foot-top-contain{
  width: 1200px;
  margin: 0 auto;
  font-weight: bold;
  color: #333;
}
.foot-top .foot-top-contain .directory{
  float: left;
  background: url("../../img/submission/address.png") no-repeat;
  background-position: left;
  padding-left: 20px;
}
.foot-top .foot-top-contain .directory a{
	color: #333;
}
.foot-top .foot-top-contain .directory-hr{
  width: 1px;
  display: inline-block;
  height: 20px;
  border-left: 1px solid #333;
  margin-top: 10px;
  float: left;
  margin: 12px 20px;
}
.foot-top .foot-top-contain .directory-apply-form{
  float: left;
  background: url("../../img/submission/send.png") no-repeat;
  background-position: left;
  padding-left: 25px;
}
.foot-top .foot-top-contain .directory-apply-form a{
	color: #333;
}
.foot {
	width: 100%;
	height: 340px;
	background-color: #292e34;
	color: white;
}
.foot a {
	color: white;
}
.foot_include {
	width: 1200px;
	height: 290px;
	margin: 0 auto;
}
.foot_include_1 {
	width: 400px;
	float: left;
}
.foot_include_2 {
	width: 400px;
	float: left;
}
.foot_include_3 {
	width: 400px;
	float: left;
}
.foot_include_title {
	font-weight: bold;
	margin: 40px 0px 0px 30px;
	font-size: 14pt;
}
.foot_include_text {
	margin: 45px 0px 0px 30px;
	font-size: 10pt;
	line-height: 22pt;
}
.foot_include_message {
	height: 50px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}


/*--------------------------------------------------- 右内容-分页样式 ------------------------------------------------------*/
	.public_nav {
	width: 100%;
	text-align: center;
	margin: 30px 0px 30px 0px;
}
.page-numbers {
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	color: #666666;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	width: 30px;
	line-height: 30px;
	margin: 0 2px;
}
.public_nav .page-numbers.current,
.public_nav .page-numbers:not(.dots):hover {
	background: #ff3333;
	border-color:#ff3333;
	color:#ffffff;
}
.public_nav .page-numbers.dots {
	border-color: #ffffff;
}
.prev {
	width: 60px;
}
.next {
	width: 60px;
}
/* ----------------------------------------------------- 自定义select样式  -------------------------------------------------- */
.c-dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 590px;
}
.c-dropdown__list {
	margin: 5px 0 0 0;
	padding: 6px 0;
	list-style: none;
	position: absolute;
	top: 125%;
	left: 0;
	width: 102%;
	opacity: 0;
	visibility: hidden;
	border-radius: 3px;
	background: #fff;
	-webkit-transition: opacity .25s linear, top .25s linear;
	transition: opacity .25s linear, top .25s linear;
	border: 1px solid #e0e0e0;
}
.c-dropdown.is-open .c-dropdown__list {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.c-dropdown__item {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color: #434A54;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-dropdown__item:hover {
  background-color: #e60012;
	color: #fff;
}
.c-button {
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-button:hover, .c-button:focus {
  outline: none;
  text-decoration: none;
}
.c-button:not(:disabled) {
  cursor: pointer;
}
.c-button--dropdown {
  padding: 0px 0 0px 10px;
  color: #333;
  font-size: 14px;
  line-height: 34px;
  min-height: 34px;
  border-radius: 3px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  width: 100%;
  height: 34px;
  margin: 10px 0;
  border: 1px solid #e0e0e0;
  text-align: left;
	overflow: hidden;
}
.c-button--dropdown:after {
	content: "";
	position: absolute;
	top: 24px;
	right: 0px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #333;
}

/* 倒计时样式 */
.timebox2{display: inline-block;}
.timebox2 div,timebox2 span,timebox2 div span{color: #333 !important;}
.timebox2 .timecounter span{color: #333 !important;}
.timetext{width: 100%;text-align: center;}
.timetexttitle{font-size:0.3rem;margin-bottom: 10px;color: #fff;}
.timetextintro{font-size: 0.22rem;margin-bottom: 10px;color: #fff;padding: 0 1.52rem;box-sizing: border-box;}
.timecounter{font-size: 0.6rem;}
.txt{padding: 0 0.2rem;box-sizing:border-box;}
.clearbg5{display: block;clear: both;width: 100%;height: 0.16rem;overflow: hidden;background-color: #eee;}
.txt p{line-height: 30px;margin-top: 0.2rem;}
.txt p img{width: 100%;}
.timecounter span{color: #fff;}
.timebox2 .timecounter span a{
	color: #333;
	display: inline-block;
	background-color: #e5e5e5;
	width: 30px;
	height: 25px;
	margin-top: 5px;
	border-top: 4px solid #cecece;
}


/*--------------------------------------------------- 右内容-新闻详情页面-single页面 ------------------------------------------------------*/
.single_right_title {
	width: 100%;
	margin: 30px 0px;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.single_right_date {
	width: 100%;
	margin: 15px 0px;
	font-size: 13px;
	color: #666;
	text-align: center;
}
.single_right_text {
	margin: 30px 0px;
	line-height: 36px;
	font-size: 14px;
	padding: 0 20px;
	color: #808080;
}
.single_right_text b{
	word-wrap:break-word;
}
.single_right_text b a{
	display: block;
	text-decoration: underline;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
}
.detail-box{
	background-color: #fff;
	width: 1200px;
	margin: 20px auto;
	padding: 20px;
}


/*联系我们样式*/
	#dituContent,
#dituContent1,
#dituContent2,
#dituContent3,
#dituContent4,
#dituContent5,
#dituContent6 {
	width: 380px;
	height: 240px;
	border: #ccc solid 1px;
}
/*专家团队样式*/
	.team_master_box {
	overflow: hidden;
	margin-bottom: 12px;
}
/*
团队轮播样式*/
	.team-swiper-container {
	width: 100%;
	margin: auto;
	height: auto;
}
.team_right .btnbox {
	width: 970px;
	height: 310px;
	position: absolute;
	top: 51px;
	left: -35px;
}
.team_right .swiper-button-next,
.team_right .swiper-button-prev {
	width: 20px;
	height: 33px;
	background-size: cover;
}
.team_master_title3 {
	width: 216px;
	height: 143px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 2em;
	font-size: 13px;
	line-height: 18px;
}
.team_master_more {
	color: #ff3333;
	line-height: 30px;
	cursor: pointer;
}
.team_master_more > span {
	background: url(images/wwimg108.png) no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 13px;
	height: 8.8px;
	margin-left: 5px;
}
.team_active {
	height: auto;
}
.team_master_more > .team_active_btn {
	background: url(images/wwimg109.png) no-repeat center;
	background-size: contain;
}
/*
杜媛
移动端样式*/
	.menu_btn {
	display: none;
}
/*专家团队样式*/
	.team_master_box {
	overflow: hidden;
	margin-bottom: 12px;
}
/*
团队轮播样式*/
	.team-swiper-container {
	width: 100%;
	margin: auto;
	/* height: auto;*/
	
}
.team_right .btnbox {
	width: 970px;
	height: 310px;
	position: absolute;
	top: 51px;
	left: -35px;
}
.team_right .swiper-button-next,
.team_right .swiper-button-prev {
	width: 20px;
	height: 33px;
	background-size: cover;
}
.team_master_title3 {
	width: 216px;
	height: 143px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 2em;
	font-size: 13px;
	line-height: 18px;
}
.team_master_more {
	color: #ff3333;
	line-height: 30px;
	cursor: pointer;
}
.team_master_more > span {
	background: url(images/wwimg108.png) no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 13px;
	height: 8.8px;
	margin-left: 5px;
}
.team_active {
	height: auto;
}
.team_master_more > .team_active_btn {
	background: url(images/wwimg109.png) no-repeat center;
	background-size: contain;
}
/*
杜媛
移动端样式*/
.menu_btn {
	display: none;
}
@media screen and (max-width: 768px) {
	body{
		overflow-x: hidden;
	}
	body,html{
		margin: 0;
		padding: 0;
	}
	/* .banner-box{
		height:150px;
	} */
	#wpadminbar{
		display: none;
	}
	.banner-box img{
		width: 100%;
	}
	.menu_btn {
		display: block;
    font-size: 30px;
    width: 40px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
	}
	.logo-img{
		width: 75%;
		height: 100%;
	}
	.head {
		width: 100%;
		height: auto;
	}
	.head_left {
		padding: 17px 25px 0 20px;
		float: none;
		margin-top: 0;
		text-align: center;
	}
	.head_right {
		height: auto;
		float: none;
		padding: 0 20px 20px 20px;
		width: auto;
		text-align: center;
	}
	.head_right_tel {
		height: 35px;
		font-family: "幼圆";
		font-size: 12pt;
		font-style: italic;
		color: #666666;
		margin-top: 15px;
		text-align: right;
		width: 100%;
		float: none;
	}
	.head_right_tel_form {
		float: left;
		margin-left: 0;
	}
	.head_right_tel_tel {
		float: right;
		margin-top: 10px;
	}

	.search_text {
		width: 250px;
	}
	
	.head_right_menu {
		display: none;
		justify-content: center;
		width: 120px;
		background-color: #fff;
		height: auto;
		line-height: 5px;
		position: absolute;
		top: 55px;
		right: 20px;
		box-shadow: 0px 0px 11px #cccccc;
		z-index: 10;
	}
	.head_right_menu a,
	div.head_right_menu a:visited {
		color: #333;
		font-size: 14px;
		line-height: 45px;
		text-decoration: none;
		/* 不显示超链接下划线*/
		white-space: nowrap;
		/* 对于文本内的空白处，不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。*/
		width: 100%;
		font-weight: bold;
		text-align: center;
		display: block;
	}
	.head_right_menu a:hover {
		background-color: #e60012!important;
		color: #fff!important;
	}
	.head_right_menu a:hover,
	.head_right_menu_selected {
		background-color: #e60012!important;
		color: #fff!important;
	}
	
	/* footer移动端样式 */
	.foot{
		height: auto;
		padding: 20px 0 10px 0;
	}
	.foot-top .foot-top-contain,.foot_include{
		width: 100%;
	}
	.foot_include{
		display: none;
	}
	.foot-top .foot-top-contain .directory-hr{
		display: none;
	}
	.directory-apply-form{
		float: right;
	}
	.foot-top .foot-top-contain .directory{
		margin-left: 20px;
		float: left;
	}
	.foot-top .foot-top-contain .directory-apply-form{
		margin-right: 20px;
		float: right;
	}

	.list-clear-box{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.content-box {
    width: 100%;
    float: none;
		overflow: hidden;
	}
	.breadcrumbs{
		position: absolute;
		left: 15px;
		top: 0;
	}
	.breadcrumbs a{
		color: #333;
	}
	.sidebar-box{
		float: none;
		width: 100%;
		margin-top: 35px;
	}
	.left-nav-title {
    font-size: 17px;
    font-weight: bold;
    background-color: #e60012;
    margin: 10px 0px;
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
		position:relative;
	}
	.left-nav-title:before{
		content: "";
    position: absolute;
    top: 0px;
    left: 108px;
    border-bottom: 16px solid transparent;
    border-left: 12px solid #e60012;
    border-right: 10px solid transparent;
    border-top: 16px solid transparent;
	}

	/* 移动端二级导航 */
	.menu{
		overflow: hidden;
		display: flex;
		width: 100%;
	}
	.tyintroduce-menu li.level1{
		width: 25%;
	}
	.service-menu  li.level1{
		width: 33%;
	}
	.menu li ul.level2 li a{
	padding:10px 0;
	}
	.menu li ul.level2{
		width: 335%;
	}
	.menu li ul.level2 li a{
		text-indent: 30px;
	}
	.menu li.level1>a{
		height: 35px;
		line-height: 35px;
		padding: 0 15px;
	}
	.service-menu li ul.level2 li a{
		text-indent: 0;
		padding-left: 10px;
	}
	.left-quick-link-box{
		display: none;
	}
	.c-dropdown{
		width: 95%;
	}
	.c-button--dropdown{
		width: calc(100% - 40px);
		padding-right: 40px;
	}
	.search-result-box {
    width: auto;
	}
	.search-result-box .news_right {
    padding: 20px 0;
    margin: 0 10px;
	}
	.search-result-box .news_right .news_right_text .news_right_text2 {
    margin: 10px 0;
    line-height: 25px;
	}
	.detail-box {
    width: auto;
    margin: 0px auto;
    padding: 15px;
	}
	.single_right_title {
    margin: 10px 0px 15px 0;
	}
	.single_right_text {
    margin: 30px 0px;
    line-height: 36px;
    color: #808080;
    font-size: 14px;
  }














}