/* 首页 */

.w {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.bs {
    box-sizing: border-box;
}
/* 头部公共样式 */
.idx_common_title {
  height: 180px;
  text-align: center;
}
.idx_common_title > h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #232223;
}
.idx_common_title > i {
  display: block;
  width: 130px;
  height: 4px;
  margin: 0 auto 20px;
  background-color: #e95507;
}
.idx_common_title > span {
  font-size: 16px;
  color: #666;
}

/* 版心 */
.idx_banner_carousel {
  height: 600px;
  position: relative;
}
.idx_banner_con {
  position: absolute;
  bottom: 102px;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 890px;
  height: 171px;
  padding-left: 58px;
  padding-top: 36px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  /*box-shadow: 0 0 6px #000;*/
  border-radius: 10px;
  z-index: 22;
}
.idx_banner_title {
  height: 54px;
}
.idx_banner_title a {
  display: inline-block;
  padding: 4px 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
}
.idx_banner_title a:nth-of-type(2) {
  background-color: #ea5408;
}
.idx_banner_search {
  width: 770px;
  height: 46px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}
.idx_banner_search span {
  float: left;
  line-height: 32px;
  margin-top: 7px;
  font-size: 12px;
  border-right: 1px solid #ccc;
}
.idx_banner_search span:nth-of-type(1) {
  position: relative;
  width: 89px;
}
.indexSelect0{
  position: absolute;
  top: 70px;
  left: 105px;
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.indexSelect1{
  position: absolute;
  top: 70px;
  left: 220px;
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.indexSelect2{
  position: absolute;
  top: 70px;
  left: 344px;
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.indexSelect3{
  position: absolute;
  top: 70px;
  left: 474px;
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.indexSelect4{
  position: absolute;
  top: 70px;
  left: 626px;
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.idx_banner_search span:nth-of-type(1):before {
  position: absolute;
  top: -27px;
  left: 48px;
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.idx_banner_search span:nth-of-type(1) em {
  display: inline-block;
  width: 14px;
  height: 6px;
  margin-left: 5px;
  vertical-align: middle;
  background: url(/style/@2x.png) no-repeat center center;
}
.idx_banner_search span:nth-of-type(2) {
  width: 94px;
  border-left: 1px solid #ccc;
}
.idx_banner_search span:nth-of-type(2) em {
  display: inline-block;
  width: 14px;
  height: 6px;
  margin-left: 5px;
  vertical-align: middle;
  background: url(/style/@2x.png) no-repeat center center;
}
.idx_banner_search span:nth-of-type(3) {
  width: 115px;
  border-right: none;
}
.idx_banner_search span:nth-of-type(3) em {
  display: inline-block;
  width: 14px;
  height: 6px;
  margin-left: 5px;
  vertical-align: middle;
  background: url(/style/@2x.png) no-repeat center center;
}
.idx_banner_search input {
  float: left;
  width: 319px;
  line-height: 46px;
  border: none;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 12px;
}
.idx_banner_search button {
  float: left;
  width: 153px;
  line-height: 46px;
  font-size: 16px;
  border: none;
  color: #fff;
  background-color: #ea5408;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.idx_banner_search button em {
  display: inline-block;
  width: 15px;
  height: 17px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(/style/team538@2x.png) no-repeat center center;
}
/* nav */
.idx_nav_w {
  background-color: #fff;
}
.idx_nav {
  padding: 50px 0;
  display:-webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content:space-around;
  justify-content:space-around;
  -moz-box-pack:space-around;
  -webkit-moz-box-pack:space-around;
  box-pack:space-around;
  align-items:center;
  -webkit-align-items:center;
  box-align:center;
  -moz-box-align:center;
  -webkit-box-align:center;
}
.idx_nav_con {
  width: 25%;
  display:-webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content:center;
  justify-content:center;
  -moz-box-pack:center;
  -webkit-moz-box-pack:center;
  box-pack:center;
  align-items:center;
  -webkit-align-items:center;
  box-align:center;
  -moz-box-align:center;
  -webkit-box-align:center;
  border-right: 1px solid #f4f4f4;
}
.idx_nav_con:last-child {
  border-right: none;
}
.idx_nav_con > img {
  width: 55px;
  height: 55px;
  vertical-align: middle;
  margin-right: 31px;
}
.idx_nav_con > div {
  
}
.idx_nav_con > div > h3 {
  white-space: nowrap;
  font-size: 24px;
  font-weight: 400;
  color: #232223;
}
.idx_nav_con > div > p {
  white-space: nowrap;
  font-size: 18px;
  color: #999;
}
/* 核名 */
.idx_know_w {
  background-color: #f3f3f3;
}
.idx_know {
  padding-top: 100px;
  padding-bottom: 26px;
}
.idx_know .idx_common_title h2 a:hover {
  color: #232223;
}
.idx_know_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.idx_know_con > li {
  position: relative;
	width: 560px;
	height: 260px;
	background-color: #ffffff;
	box-shadow: 0px 4px 9px 0px 
		#e6e3e0;
  margin-right: 80px;
  margin-bottom: 74px;
  padding-top: 24px;
  padding-left: 24px;
  transition: all .5s;
}
.idx_know_con > li:hover {
  box-shadow: 0 0 10px #aaa;
}
.idx_know_con > li:nth-of-type(2n) {
  margin-right: 0;
}
.idx_know_con_connect {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.idx_know_con_connect h3 {
  font-size: 22px;
  color: #dc4711;
  display: flex;
  align-items: center;
}
.idx_know_con_connect h3 i {
  display: inline-block;
  width: 8px;
  height: 30px;
  background-color: #dc4711;
  margin-right: 16px;
}
.idx_know_con_connect h3 a {
  color: #dc4711;
}
.link_box {
  width: 242px;
  margin-top: 31px;
  display: flex;
  flex-wrap: wrap;
}
.link_box li {
  margin-right: 8px;
}
.link_box li a {
  font-size: 16px;
  color: #999;
}
.link_box li:nth-of-type(2n) {
  margin-right: 0;
}
.link_box a:hover {
  text-decoration: underline; 
  color: #dc4711;
}
.idx_know_con_connect > a {
  position: absolute;
  left: 24px;
  bottom: 24px;
	width: 150px;
	height: 40px;
	background-image: linear-gradient(133deg, 
		#f7ce3d 0%, 
		#f66027 100%);
	box-shadow: 1px 1px 2px 1px 
		#ffece0;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.idx_know_con_img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.idx_know_con_img img {
  width: 100%;
  vertical-align: middle; 
}
/* 代理 */
.idx_agency_w {
  background-color: #fff;
}
.idx_agency {
  padding-top: 100px;
  padding-bottom: 100px;
}
.idx_agency .idx_common_title h2 a:hover {
  color: #232223;
}
.idx_agency_con {
  /* width: 1250px; */
}
.idx_agency_con > li {
  float: left;
	width: 280px;
	height: 350px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #f3f3f3;
  text-align: center;
  margin-right: 26px;
  background-color: #fff;
  transition: all .5s;
}
.idx_agency_con > li:nth-of-type(4n) {
  margin-right: 0;
}
.idx_agency_con > li:hover {
  box-shadow: 0 0 10px #aaa;
}
.idx_agency_con > li > .idx_agency_con_img {
  height: 189px;
}
.idx_agency_con > li > .idx_agency_con_img img {
  width: 100%;
  height: 100%;
  display: block;
}
/* .idx_agency_con > li:nth-of-type(1) > .idx_agency_con_img {
  background: url(/style/cszx.png) no-repeat center center;
  background-size: cover;
}
.idx_agency_con > li:nth-of-type(2) > .idx_agency_con_img {
  background: url(/style/kjjz.png) no-repeat center center;
  background-size: cover;
}
.idx_agency_con > li:nth-of-type(3) > .idx_agency_con_img {
  background: url(/style/gxqy.png) no-repeat center center;
  background-size: cover;
}
.idx_agency_con > li:nth-of-type(4) > .idx_agency_con_img {
  background: url(/style/cwsj.png) no-repeat center center;
  background-size: cover;
} */
.idx_agency_con > li > .idx_agency_con_connect {
  
}
.idx_agency_con > li > .idx_agency_con_connect h3 {
  font-size: 22px;
  color: #dc4711;
  margin-top: 24px;
}
.idx_agency_con > li > .idx_agency_con_connect ul {
  margin-top: 12px;
}
.idx_agency_con > li > .idx_agency_con_connect ul li {
  display: flex;
  justify-content: center;
}
.idx_agency_con > li > .idx_agency_con_connect ul li a {
  margin-right: 5px;
  font-size: 16px;
  color: #999;
}
.idx_agency_con > li > .idx_agency_con_connect ul li a:hover {
  color: #dc4711;
  text-decoration: underline;
}
/* 财税 */
.idx_duty_w {
  background-color: #f3f3f3;
}
.idx_duty {
  padding-top: 100px;
  padding-bottom: 35px;
}
.idx_duty .idx_common_title h2 a:hover {
  color: #232223;
}
.idx_duty_con {
  
}
.idx_duty_con {
  
}
.idx_duty_con > ul {
  
}
.idx_duty_con > ul > li {
  float: left;
	width: 352px;
	height: 216px;
	background-color: #ffffff;
	box-shadow: 4px 4px 10px 0px 
		#f3f3f3;
	border: solid 1px #f8f8f8;
  margin-right: 72px;
  margin-bottom: 65px;
  padding-top: 24px;
  padding-left: 24px;
  box-sizing: border-box;
  position: relative;
  transition: all .5s;
}
.idx_duty_con > ul > li:nth-of-type(3n) {
  margin-right: 0;
}
.idx_duty_con > ul > li:hover {
  box-shadow: 0 0 10px #aaa;
}
.idx_duty_con > ul > li h3 {
  font-size: 22px;
  font-weight: 400;
  color: #232223;
}
.idx_duty_con > ul > li:first-child h3 {
  color: #dc4711;
  display: flex;
  align-items: center;
}
.idx_duty_con > ul > li:first-child h3 i {
  display: inline-block;
	width: 8px;
	height: 30px;
  background-color: #ff6f10;
  margin-right: 16px;
}
.idx_duty_con > ul > li > p {
  color: #999;
  font-size: 16px;
  margin-top: 12px;
  padding-right: 16px;
}
.idx_duty_con > ul > li:first-child p {
  padding: 0 16px;
}
.idx_duty_con > ul > li div {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  height: 45px;
  padding: 0 40px;
}
.idx_duty_con > ul > li:first-child div {
  justify-content: space-between;
}
.idx_duty_con > ul > li div span {
  float: right;
  color: #e95508;
  font-size: 24px;
}
.idx_duty_con > ul > li:first-child div span {
  float: left;
}
.idx_duty_con > ul > li:first-child div a {
  float: right;
	width: 144px;
	height: 40px;
	background-image: linear-gradient(133deg, 
		#f7ce3d 0%, 
		#f66027 100%);
	box-shadow: 1px 1px 2px 1px 
		#ffece0;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
/* 热门 */
.idx_hot_w {
  background-color: #fff;
}
.idx_hot {
  padding-top: 100px;
  padding-bottom: 100px;
}
.idx_hot_img ul {

}
.idx_hot_img ul li {
  float: left;
	width: 250px;
	height: 150px;
	background-color: #ffffff;
	border-radius: 8px;
  border: solid 1px #dc4711;
  margin-right: 50px;
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
.idx_hot_img ul li:hover {
  box-shadow: 0 0 2px #dc4711;
}
.idx_hot_img ul li:nth-of-type(4n) {
  margin-right: 0;
}
.idx_hot_img ul li div {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.idx_hot_img ul li div img {
  width: 50px;
  height: auto;
  vertical-align: middle;
}
.idx_hot_img ul li div h3 {
  margin-left: 14px;
  white-space: nowrap;
}
.idx_hot_img ul li div h3 a {
  font-size: 22px;
  color: #232223;
}
.idx_hot_img ul li p {
  font-size: 16px;
  color: #999;
  margin-top: 8px;
}
.idx_hot_img .hot_refer_link {
  text-align: center;
}
.idx_hot_img .hot_refer_link a {
  display: inline-block;
	width: 300px;
	height: 60px;
	background-color: #dc4711;
	box-shadow: 2px 2px 10px -1px 
		#ffc0a8;
  border-radius: 8px;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
}
/* 服务 */
.idx_serve_w {
  background-color: #f3f3f3;
}
.idx_serve {
  width: 1347px;
  margin: auto;
  padding: 100px 40px;
}
.idx_serve_con {
  display: flex;
  justify-content: space-between;
}
.idx_serve_con .server_con_box {
	width: 411px;
	height: 260px;
	background-color: #ffffff;
	box-shadow: 4px 2px 10px 2px 
		rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  display: flex;
  justify-content: center;
}
.idx_serve_con .server_con_box img {
  width: 216px;
  height: auto;
  vertical-align: middle;
}
.idx_serve_con .server_con_box .personage_info {
  width: 195px;
  padding-top: 40px;
  padding-left: 10px;
}
.idx_serve_con .server_con_box .personage_info h3 {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #dc4711;
  font-weight: 400;
}
.idx_serve_con .server_con_box .personage_info h3 i {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  color: #232223;
}
.idx_serve_con .server_con_box .personage_info span {
  display: block;
  font-size: 16px;
  color: #232223;
  margin-top: 7px;
}
.idx_serve_con .server_con_box .personage_info span strong {
  font-size: 16px;
  color: #dc4711;
}
.idx_serve_con .server_con_box .personage_info p {
  width: 160px;
  font-size: 14px;
  color: #999;
  margin-top: 16px;
}
/* 资讯 */
.idx_news_w {
  background-color: #fff;
}
.idx_news {
  padding-top: 100px;
  padding-bottom: 100px;
}
.idx_news_con {
  display: flex;
  justify-content: space-between;
}
.idx_news_con > .news_con_box {
  position: relative;
	width: 277px;
	background-color: #ffffff;
	box-shadow: 0px 4px 9px 0px 
		#e6e3e0;
  padding-top: 24px;
  padding-left: 24px;
  text-align: center;
  box-sizing: border-box;
  transition: all .5s;
}
.idx_news_con > .news_con_box:hover {
  box-shadow: 0 0 10px #666;
  margin-top: -10px;
}
.idx_news_con > .news_con_box > h3 {
  font-size: 22px;
  color: #232223;
  display: flex;
  align-items: center;
}
.idx_news_con > .news_con_box > h3 i {
  display: inline-block;
  margin-right: 16px;
	width: 8px;
	height: 30px;
	background-color: #ff8f00;
}
.idx_news_con > .news_con_box > ul {
  padding: 24px 12px 20px 0;
  box-sizing: border-box;
}
.idx_news_con > .news_con_box > ul > li > a {
  text-align: left;
  display: block;
  height: 28px;
  font-size: 14px;
  color: #666;
  word-break: keep-all;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.idx_news_con > .news_con_box > ul > li > a:hover {
  color: #ea5408;
}
/* 伙伴 */
.idx_partner_w {
  background-color: #f3f3f3;
}
.idx_partner {
  padding-top: 100px;
  padding-bottom: 80px;
}
.idx_partner_img {

}
.idx_partner_img > ul {
  width: 1250px;
}
.idx_partner_img > ul > li {
  position: relative;
  float: left;
  width: 200px;
  height: auto;
  margin-bottom: 20px;
  margin-right: 50px;
  text-align: center;
  box-shadow: 3px 3px 5px #ddd;
  background-color: #fff;
  overflow: hidden;
}
.idx_partner_img > ul > li:nth-of-type(5n) {
  margin-right: 0;
}
.idx_partner_img > ul > li > img {
  width: 200px;
  height: auto;
}
.idx_partner_img > ul > li .partner_zg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background-color: rgba(249, 203, 180, .4);
  display: none;
}
.idx_partner_img > ul > li:hover .partner_zg{
  display: block;
}
/* 滑动验证 */
.citybtn a{
  color: #039fec
}
.fix_text .box2 {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 30%;
  width: 100%;
  display: none;
}
.closed2 {
  z-index: 20;
  top: 9px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: #01a5ec;
  right: 5px;
  border-radius: 50%;
  cursor: pointer;
}
.closed2 img {
  margin: 0 auto;
  height: 22px;
  margin-top: 5px;
  display: block;
}
.fix_text .text2 .fix_tit {
  width: 480px;
  height: 50px;
  padding: 0 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ddd;
  z-index: 9;
}
.fix_text .text2 .fix_tit p {
  margin: 0;
}
.fix_text .text2 p {
  width: 100%;
  float: left;
  margin-top: 10px;
  position: relative;
}
.fix_text .text2 {
  width: 480px;
  margin: 0 auto;
  background: #fff;
  padding: 75px 30px 30px 30px;
  position: relative;
}
.fix_text .text2 .fix_tit p span {
  float: none;
  display: block;
  line-height: 50px;
  font-size: 18px;
}
.fix_text .text2 p span {
  width: 100%;
  float: left;
  text-align: left;
  display: block;
  line-height: 32px;
  font-size: 14px;
  color: #666;
}
.errorinfo {
  display: none;
  margin-left: 20px;
  margin-top: 10px;
  color: #fa7252;
}
.fix_text .text p input#inp_verify_code {
  width: 72%;
}
.fix_text .text p input#snd-verify-code {
  height: 38px;
  background: #01a5ec;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: none;
  width: 28%;
  outline: 0;
  float: left;
}
.fix_text .text p input#snd-verify-code[disabled] {
  background: rgba(1, 131, 191, 0.56);
}
.idx_banner_title li{
  display: inline-block;
  border-radius: 5px;
}
.tab-content{
  width: 770px;
  height: 46px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}
.btnspane,.btnspan,.btnspas{
  float: left;
  width: 154px;
  line-height: 46px;
  font-size: 16px;
  border: none;
  color: #fff;
  background-color: #ea5408;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.indexsblx{
  float: left;
  padding-left: 12%;
  width: 35%;
  border: none;
  height: 33px;
  border-right: 1px solid #ddd;
  text-align: center;
  margin-top: 7px;
}
.inpsbname{
  float: left;
  padding-left: 12%;
  width: 45%;
  border: none;
  height: 46px;
  border-right: 1px solid #eee;
}
.inpsbnames{
  float: left;
  padding-left: 3%;
  width: 18%;
  border: none;
  height: 46px;
  border-right: 1px solid #eee;
}
.indexxgm {
  float: left;
  padding-left: 7%;
  width: 26%;
  border: none;
  height: 33px;
  border-right: 1px solid #ddd;
  text-align: center;
  margin-top: 7px;
}
.tbs{
  width:800px;
}
.fix_text .text p input#snd-verify-code {
  height: 38px;
  background: #01a5ec;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: none;
  width: 28%;
  outline: 0;
  float: left;
}
.fix_text .text p input#inp_verify_code {
  width: 72%;
}
.on{
  background-color: #ea5408;
}
.indexsmall{
  float: left;
  padding-left: 5%;
  width: 20%;
  border: none;
  height: 33px;
  border-right: 1px solid #ddd;
  text-align: center;
  margin-top: 7px;
}
.indexsmalls{
  float: left;
  padding-left: 5%;
  width: 18%;
  border: none;
  height: 33px;
  border-right: 1px solid #ddd;
  text-align: center;
  margin-top: 7px;
}
.inpus{
  float: left;
  padding-left: 4%;
  width: 24%;
  border: none;
  height: 46px;
  border-right: 1px solid #eee;
}
.indexspan{
  float: left;
  width: 20%;
  text-align: center;
  line-height: 27px;
  border-right: 1px solid #eee;
  height: 30px;
  margin-top: 12px;
}
.footer_top.w {
  margin-top: 30px;
}
.tax-count-ft {
  height: 65px;
  line-height: 65px;
  margin-left: 132px;
}
.tax-count-ft a.lijizixun-4 {
  position: absolute;
  width: 150px;
  height: 40px;
  background-image: linear-gradient(133deg, #f7ce3d 0%, #f66027 100%);
  box-shadow: 1px 1px 2px 1px #ffece0;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
