﻿/*头部*/
body{
    font-family: "微软雅黑";
    overflow-x: hidden;
}
.safe-width{
    max-width: 1120px;
    margin: 0 auto; width:94%;
}
.header{
    height: 110px;
    background-color: #ffffff;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header-word span{
    font-size: 16px;
    color: #909090;
    line-height: 50px;
    margin-right: 15px;
}
.header-word b{
    font-size: 18px;
    color: #909090;
    line-height: 50px;
    font-weight: normal;
}
.header-word img{
    margin-top: -2px;
}
@media screen and (max-width: 767px) {
    .header{
        height: 80px;
        padding: 15px;
    }
}
.dropbtn {
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-left: solid 1px #0066a9;
    background: none;
    line-height: 48px;
    width: 130px;
    padding: 0px;
}
	.dropdown a{ color:#fff;}

    .dropdown {
           position: relative;
    display: block;
    background: none;
    float: left;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f0f5f9;
        margin-left: 1px;
        width: 130px;
        text-align: center;
        z-index: 999;
        line-height: 40px;
    }

    .dropdown-content a {
        color: #080808;
        text-decoration: none;
        display: block;
        background:none;
    }

    .dropdown-content a:hover {
        background-color: #FFF;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown:hover .dropbtn {
        background-color: #f2f2f2;
    }
	.dropdown:hover .dropbtn a {
    background-color: #f0f5f9;
    color: #000000;
    display: block;
    text-decoration: none;
}

/*菜单*/
.nav-box{
    border-top: 1px solid #ffffff;
    display: none;
    background: rgb(0, 117, 193);
}
.nav-item{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #595757;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}
.tgao_on{
    color: #0075c1;
    border-bottom: 2px solid #0075c1;
}
.nav-item b{
    display: block;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    font-weight: 200;
}
.menu-box{
    height: 48px;
    line-height: 0;
    background-color: #0075c1;
}
.menu-box .menu-item{
    line-height: 20px;
    padding: 0 32px;
    margin: 14px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 16px;
    color: #595757;
    height: 20px;
    text-decoration: none;
}
.menu-box .menu-item.active{
    color: #0075c1;
}
.nav-btn{
    padding: 18px 15px;
}
.nav-btn-item{
    width: 22px;
    height: 2px;
    margin-bottom: 4px;
    background-color: #888;
}
.menu-box .menu-item:hover{
    color: #0075c1;
    cursor: pointer;
    text-decoration: none;
}
.bor-rig{
    border-right: 1px solid #dcdcdc;
}
.all-kind{
    padding: 14px 15px;
    width: 120px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
    background-image: url("../images/arrow_down.png");
    background-repeat: no-repeat;
    background-size: 11px auto;
    background-position: 82px center;
    font-size: 16px;
    line-height: 20px;
    color: #595757;
}
.menu-slide-box{
    position: absolute;
    z-index: 8;
    width: 220px;
    left: 0;
    top: 48px;
    height: 300px;
    background-color: rgba(0,0,0,.8);
}
.all-kind:hover{
    cursor: pointer;
}
@media screen and (max-width: 1119px) {
    .menu-box .menu-item{
        padding: 0 25px;
        font-size: 14px;
    }
    .all-kind{
        font-size: 14px;
    }
}
@media screen and (max-width: 950px) {
    .menu-box .menu-item {
        padding: 0 14px;
        font-size: 14px;
    }

    .all-kind {
        font-size: 14px;
    }
}
/*联系我们*/
.contact{
    background-color: #0075c1;
    color: #efefef;
    padding-bottom: 108px;
}
.contact-word h3{
    font-size: 32px;
    font-weight: 400;
    margin: 0;
    padding-top: 80px;
    line-height: 32px;
    padding-bottom: 110px;
}
.contact-word h3 span{
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
    margin-left: 10px;
}
.contact-word h3 b{
    font-weight: normal;
}
.contact-word h4{
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    line-height: 32px;
}
.contact-word p{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
    line-height: 20px;
}
.contact-form{
    padding-top: 70px;
}
.ipt-item{
    width: 520px;
    height: 42px;
    border: 1px solid #649fc5;
    line-height: 40px;
    margin-bottom: 8px;
    position: relative;
}
.ipt-item label,.textarea-item label{
    margin: 0;
    font-size: 18px;
    color: #efefef;
    font-weight: normal;
    position: absolute;
    padding: 8px 10px;
    line-height: 25px;
}
.ipt-item  input,.textarea-item textarea{
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    background-color: transparent;
    padding: 8px 10px 8px 70px;
    border: none;
    outline: none;
}
.textarea-item{
    width: 520px;
    height: 104px;
    border: 1px solid #649fc5;
    line-height: 25px;
    margin-bottom: 8px;
    position: relative;
}
.textarea-item textarea{
    line-height: 25px;
}
.submit{
    outline: none;
    border: none;
    width: 92px;
    height: 32px;
    padding: 0;
    margin: 0;
    background-color: #efefef;
    font-size: 18px;
    color: #0075c1;
}
.contact .contact-box{
    padding: 0 15px;
}
@media screen and (max-width: 990px) {
    .contact-word h3{
        font-size: 25px;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .contact-word h4 {
        font-size: 20px;
    }
    .contact-word p {
        font-size: 14px;
    }
    .ipt-item,.textarea-item {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .contact-word{
        width: 100%;
    }
    .contact-form{
        width: 100%;
    }
    .submit{
        float: left !important;
    }
}

/*标题*/
.cont-title{
    font-size: 32px;
    color: #595757;
    text-align: center;
}
.cont-tit{
    font-size: 16px;
    color: #898989;
    text-align: center;
}
.footer-alink-two{padding-top:10px;}

.palef{padding-left:0px; padding-right:0px;}
.pdif{padding-left:5px; padding-right:5px;}

.main_li a{    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    background: #1b90dc;
    line-height: 35px;}
.pd1{padding:1px;}

.pd2{padding:1px; margin-bottom:10px;}


.banner-pic {
    max-width: 100%;
    padding-top: 70px
}

.page-title, .other-page-title {
    font-size: 24px;
    color: #333
}

.part1-left {
    float: left
}

.part1-right {
    float: right
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.part1, .part4-wrap {
    padding: 70px 0;
    color: #888
}

.part1-left-item-number {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #d5d5d5;
    text-align: center;
    line-height: 74px;
    margin-right: 20px
}

.part1-pic {
    margin-top: 40px
}

.part1-left-item-number div {
    color: #ff8400;
    width: 55px;
    background: #fff;
    margin: 10px 0 0 -9px;
    line-height: 20px
}

.part1-left-item-content {
    line-height: 40px
}

.part1-left-item-content p {
 position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 25px;
}

.part1-left-item-content p:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid #ff8400;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 15px;
    left: 0
}

.part1-left-item {
    margin-top: 5px
}

.part1-left-item1 {
    margin-top: 30px
}

.ask-button {
    display: inline-block;
    background-color: #ff8400;
    line-height: 50px;
    width: 180px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 1px 1px 1px #ccc;
    color: #fff;
    margin: 30px 10px 0 0
}

.part4-wrap {
    background: #f8f8f8
}

.part4 {
    padding-top: 60px;
    text-align: center
}

.other-page-title {
    width: 100%;
    text-align: center
}

.part4-pic {
    position: absolute;
    left: 50%;
    margin-left: -81px;
    top: 130px
}

.part4-item {
    width: 585px;
    height: 130px;
    border: 1px solid #e4e4e4;
    float: left;
    margin-bottom: 30px;
    overflow: hidden
}

.part4-item2, .part4-item4 {
    float: right
}

.part4-item1 img, .part4-item3 img {
    float: right;
    margin: 25px 80px 0 30px
}

.part4-item-content {
    text-align: right;
    margin-top: 30px
}

.part4-item2 img, .part4-item4 img {
    margin: 25px 30px 0 80px;
    float: left
}

.part4-item2 .part4-item-content, .part4-item4 .part4-item-content {
    text-align: left
}

.part4-item-content p:first-child {
    color: #333;
    margin: 34px 0 10px;
    font-size: 18px
}

.part2-pic-wrap {
    position: absolute;
    left: 50%;
    margin-left: -184px
}

.part2-pic-icon {
    position: absolute;
    top: 0;
    width: 20%
}

.part2-item-left {
    float: left;
    text-align: right;
    margin-left: 45px
}

.part2-item-right {
    width: 35%;
    float: right;
    text-align: left
}

.part2-item {
    margin-bottom: 20px
}

.part2-item-left p:first-child, .part2-item-right p:first-child {
    color: #333;
    margin-bottom: 4px;
    font-size: 18px
}

.part2-pic-icon1 {
    right: 25px;
    top: 285px
}

.part2-pic-icon2 {
    top: 275px;
    left: 40px
}

.part2-pic-icon3 {
    right: -35px;
    top: 150px
}

.part2-pic-icon6 {
    right: 0
}

.part2-pic-icon5 {
    width: 17%;
    top: 145px;
    left: 20px
}

.part2-pic-icon4 {
    top: 35px;
    left: -13px
}

.part2-item-wrap {
    width: 312px
}

.part2-item1-wrap {
    margin-top: 37px
}

.part2-item2-wrap {
    margin: 45px 0 0 15px
}

.part2-item3-wrap {
    margin: 70px 0 0 52px
}

.part2-item4-wrap {
    margin: 10px 0 0 18px
}

.part2-item5-wrap {
    margin: 105px 0 0 60px;
    width: 335px
}

.part2-item6-wrap {
    margin-top: 90px;
    width: 370px
}

.part3-item {
    width: 32%;
    margin: 50px 2% 0 0;
    float: left;
    border: 1px solid #e1e6f0;
    height: 130px;
    position: relative
}

.part3 > div:nth-child(3n) {
    margin-right: 0
}

.part3-item img {
    position: absolute;
    top: -25px;
    left: 30px
}

.part3-item span {
    position: absolute;
    top: -12px;
    left: 95px;
    background: #fff;
    padding: 0 10px;
    color: #333;
    font-size: 18px
}

.part3-item div {
    position: absolute;
    width: 100%;
    top: 26px;
    padding: 0 26px;
    font-size: 15px;
}

.part3 {
    padding-top: 30px
}

.team_banner_wrap {
    position: relative;
    width: 1000px;
    height: 400px;
    margin: 50px auto 0
}

.team_banner_item {
    width: 630px;
    height: 380px;
    position: absolute
}

.team_banner_item_pic {
    float: left
}

.team_banner_item_content {
    position: absolute;
    top: 80px;
    left: 320px
}

.team_item_title {
    font-size: 26px;
    color: #333
}

.team_position {
    font-size: 20px;
    color: #666;
    margin-left: 10px
}

.team_intro {
    color: #808080;
    margin-top: 30px;
    line-height: 30px;
    width: 91%
}

.btn_a {
    display: block;
    width: 40px;
    height: 69px;
    position: absolute;
    z-index: 10
}

.next {
    background: url(../images/next.png);
    background-size: cover;
    top: 225px;
    right: 115px
}

.prev {
    background: url(../images/prev.png);
    background-size: cover;
    top: 225px;
    left: 115px
}

.part3-item:hover, .part4-item:hover {
    border: 1px solid #ff8400
}

.show-mobile {
    display: none
}

@media screen and (max-width: 767px) {
    body {
        font: 0.28rem Microsoft YaHei, SimHei, arial, SimSun !important
    }

    .show-mobile {
        display: block
    }

    .banner-pic {
        padding-top: 60px
    }

    .page-title, .other-page-title {
        /* font-size: .34rem; */
        margin-bottom: 8px;
    }

    .part1-left-item1 {
        margin-top: 5px
    }

    .part1-left-item {
        margin-top: 0;
        margin: 0 auto;
    }

    .ask-button {
        margin: 10px 5px 0 0;
        line-height: 30px;
        width: 120px
    }

    .hide-mobile {
        display: none
    }

    .part1-right, .part1-left {
        float: none
    }

    .part1-pic {
        width: 95%;
        margin: 30px auto
    }

    .part1-wrap {
        margin-top: 30px;
        width: 94%;
        margin: 0 auto;
    }

    .part2-mobile-pic-wrap {
        float: left
    }

    .part2-mobile-pic-wrap img {
        width: 5em;
        margin: 0 10px 1rem 0;
    }

    .part2-mobile-item-wrap {
width:100%;
		margin-bottom: .2rem;
    height: 6em;
    overflow: hidden;
    float: left;
    }
	
	.part2-mobile-item-wrap img{
		    width: 20%;
    float: left;
    margin-right: 2%;}
		.part2-mobile-item-wrap p{
font-size: 3em;
    margin: 0px;}

    .part2-mobile-wrap {
        margin-top: 30px !important
    }

    .part1, .part4-wrap, .part4-wrap {
        padding: 20px 0 20px 0px;
        width: 100%;
    }

    .part3-item {
        width: 100%;
        height: 100px;
        margin: 40px 2% 0 0
    }

    .part3-item img {
        top: -21px;
        width: 40px
    }

    .part3-item span {
        font-size: 16px;
        left: 80px
    }

    .part3 {
        margin-top: 20px !important
    }

    .part4-item {
        float: none;
        width: 100%;
        border: none;
        height: auto
    }

    .part4-item-number {
        width: 17%;
        float: left;
        margin-right: 5%
    }

    .part4-item img {
        width: 100%;
        float: none
    }

    .part4 {
        margin-top: 0px !important;
        padding-top: 30px;
    }

    .part4-item1 img, .part4-item3 img, .part4-item2 img, .part4-item4 img {
        float: none;
        margin: 0
    }

    .part4-item-content {
        float: left;
        margin: 0;
        width: 78%;
        text-align: left
    }

    .part4-item-content p:first-child {
        margin: 0;
        font-size: 16px
    }

    .team_banner_wrap, .team_banner_item {
        width: 6.4rem
    }

    .team_banner_item_pic {
        width: 100%
    }

    .team_banner_item_content {
        left: 3.18rem;
        top: .4rem
    }

    .team_banner_item_content {
        left: 3.18rem;
        top: .4rem
    }

    .team_position {
        font-size: .2rem;
        margin-left: 0
    }

    .team_intro {
        margin-top: .2rem;
        line-height: 20px;
        width: 93%;
        font-size: .18rem
    }

    .part3-item div {
        padding: 0 10px
    }

    .team_item_title {
        font-size: .36rem
    }

    .btn_a {
        width: 15px;
        height: 25px
    }

    .next {
        top: 120px;
        right: -15px
    }

    .prev {
        top: 120px;
        left: -15px
    }

    .team_banner_wrap {
        height: 255px;
        margin: 30px auto 0
    }

    .part2-mobile-item-wrap p:first-child {
        font-size: 16px;
        color: #333;
        margin-bottom: 2px
    }
}




.resume-top{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;

}
.resume-top img{
	width: 15%;
	text-align: center;
	margin: 15px;
	margin-top: 8px;
		
}

.resume-top span{
	font-size: 26px;
	font-weight: bold;
}
.tax-saving{
	padding-top: 80px;
	padding-bottom: 80px;
}

.three-saving{
	width: 80%;
	margin: 0 auto;
}

.small-saving{
	overflow: hidden;
}
.small-saving div{
	float: left;
	width: 25%;
	height: 140px;
}

.small-saving div img{
	width: 100%;
	height: 100%;
}

.small-saving h3{
	text-align: right;
	padding-right: 30px;
	font-size: 20px;
	font-weight: 600;
	margin-top: 40px;
}
.small-saving p{
	text-align: right;
	padding-right: 30px;
	margin: 0;
}
.small-saving div:nth-of-type(4) h3{
	text-align: left;
	margin-top: 55px;
	padding-left: 30px;
}
.small-saving div:nth-of-type(4) p{
	text-align: left;
	padding-left: 30px;
}
.border-r{
	border-right: 1px solid #a0a0a0;
}
.border-l{
	border-left: 1px solid #a0a0a0;
}
.tax-saving{
	position: relative;
}
.small{
	width: 1.8%;
	height: 4.5%;
	position: absolute;
	top: 24%;
	left: 49%;
	transition: 0.5s;
}
.small:hover{
	transform: scale(1.5);
}
.small img{
	width: 100%;
	height: 100%;
}
.small2{
	position: absolute;
	top: 44%;
	left: 49%;
}
.small3{
	position: absolute;
	top: 65%;
	left: 49%;
}
/*节税优势结束*/

.usage{
	padding-top: 80px;
	padding-bottom: 80px;
}

.usage ul{
	width: 90%;
	margin: 0 auto;
}
.usage ul li{
	text-align: center;
}
.usage ul li img{
	width: 20%;
	margin-bottom: 10px;
}
.usage ul li p{
	margin-bottom: 60px;
	font-weight: bold;
}
/*适用场景结束*/

.rule{
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

.rule ul{
	width: 80%;
	margin: 0 auto;
}

.rule ul li {
	height: 150px;
	margin-bottom: 60px;
	text-align: center;
}
.rule ul li div{
	width: 90%;
	height: 100%;
	border: 1px solid #a0a0a0;
	overflow: hidden;
	padding-right: 8%;
}

.rule ul li div img{
	width: 10%;
	height: 37px;
	margin-top: 17%;
	
	
}

.rule ul li div p{
	text-align: right;
	margin-bottom: 0;
	font-size: 15px;
	
}
.rule .left{
	float: left;
	border: 0;
	margin-top: 16.5%;
}
.rule .right{
	float: right;
	border: 0;
	margin-top: 15%;
}

.rule ul li:nth-of-type(2) div{

	padding-left: 8%;
	padding-right: 0;
}
.rule ul li:nth-of-type(2) div p{
    text-align: left;
}
.right .byy{
	margin-top: 3%;
}
.babian{
	width: 10%;
	height: 25.7%;
	position: absolute;
	top: 39.6%;
	left: 45%;
}
.babian img{
	width: 100%;
	height: 100%;
}
/*节税方案结束*/


.example{
	padding-top: 80px;
	padding-bottom: 80px;
}
.example_middle{
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
}
.example_middle div{
	float: left;
}

.example_middle p{
	color: #6e6e6e;
	font-size: 14px;
	

}
.example_middle h4{
	font-size: 20px;
	
}
.example_middle h4:nth-of-type(2){
	margin-bottom: 30px;
	
}
.example_middle .example_left{
	width: 35%;
	height: 274px;
	margin-right: 7.5%;
}
.example_left img{
	width: 100%;
	height: 100%;
}
.example_right p:nth-of-type(2){
	margin-bottom: 30px;
}
.example_right p:nth-of-type(4){
	margin-bottom: 30px;
}
.example_right2{
	text-align: right;
	margin-right: 6%;
}
.example_middle .example_left2{
	margin-right: 0;
}

.example_right2 p:nth-of-type(1){
	margin-bottom: 30px;
}

.example_right2 p:nth-of-type(4){
	margin-bottom: 10px;
}
.last-p{
	width: 70%;
	margin: 0 auto;
	font-size: 18px;
	/*font-weight: 600;*/
	margin-top: 80px;
}












.youshi{
	width: 75%;
	margin: 0 auto;
}


.advantage{
	padding-top: 80px;
	padding-bottom: 80px;
}


.advantage p{
	text-align: center;
	margin-top: 10px;
	
}
.advantage-item{
	text-align: center;
}

.advantage-item img{
	width: 140px;
	height: 157px;
}



/*适配手机*/
@media only screen and (min-device-width: 360px) and (max-device-width: 480px) {
.resume-top span{
	font-size: 2rem;
	font-weight: bold;
   }
   
  .resume-top img {
    width: 10%;
    text-align: center;
    margin: 0;
    margin-top: -5px;
} 
   
.resume-top{
	padding-top: 30px;

  }
  
  .tax-saving {
    padding-top: 30px;
    
}  
  
  .small{
  	display: none;
  }
  .border-r {
    border: 0;
}
.border-l {
    border:0;
}

.small-saving p {
    font-size: 1rem;
}

.small-saving div {
    float: left;
    width: 50%;
    height: 90px;
}

.small-saving:nth-of-type(1) div:nth-of-type(3){
	display: none;
}
.small-saving:nth-of-type(2) div:nth-of-type(1){
	display: none;
}  
.small-saving:nth-of-type(2) div:nth-of-type(2){
	display: none;
}  
.small-saving:nth-of-type(3) div:nth-of-type(3){
	display: none;
}  

.small-saving h3 {
    text-align: right;
    font-size: 1.5rem;
    margin-top: 10px;
}
.small-saving div:nth-of-type(4) h3 {
    text-align: left;
    margin-top: 15px;
    padding-left: 30px;
}




.usage {
    padding-top: 30px;
    padding-bottom: 40px;
}
   
  
  
  
  
  
  .usage ul li {
   height: 120px;
}
  .usage ul li img {
  	width: 30%;
   
    height: 30px;
}
  

 .usage ul li p {
    font-size: 1.2rem;
}
 
 
 
 
 
 .rule {
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
}
 .usage ul {
    width: 90%;
    margin:0;
}
 
 .rule ul {
    width: 90%;
   
}


.rule ul li div {
    width: 84%;
}
.rule ul li {
    height: 100px;
    margin-bottom: 30px;
   
}

.rule ul li div p {
    text-align: right;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.rule ul li div img {
    width: 15%;
    height: 25px;
    margin-top: 38px;
}
.rule .right {
    margin-top: 5%;
}

.rule .right2 {
     margin-top: 18%;
}
.rule .left2{
	margin-top: 10%;
}
.babian{
	display: none;
}  
  

.example {
    padding-top: 30px;
    padding-bottom: 80px;
}  
.example_middle .example_left {
    width: 60%;
    height: 132px;
    margin-right: 0;
    margin: 0 auto;
}  
  .example_middle div {
   float: initial;
}

.example_right2 {
    text-align: right;
    margin-right: 0;
   
}
  .last-p {
    width: 70%;
    margin: 0 auto;
    font-size: 1.5rem;
    /* font-weight: 600; */
    margin-top: 80px;
}
  
  
  .advantage-item img {
    width: 90px;
    height: 102px;
}
  .advantage p {
    text-align: center;
    margin-top: 0px;
    height: 32px;
    font-size: 1.2rem;
}

.advantage {
    padding-top: 30px;
    padding-bottom: 40px;
}
  

}