.container {
    width: 1400px;
    margin: 0 auto;
}

/* header */
.header {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #f5f5f5;
}

.h-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .h-logo {
    display: flex;
    align-items: center;
}

.header .h-logo .logo {
    width: 164px;
    height: 65px;
    /*background: url(https://www.dulihao.com/static/upload/image/20251203/1764729134567693.png) no-repeat;
    background-size: 100%;*/
	display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
}
.header .h-logo .logo img{height: 50px}

.h-logo span {
    margin: 0 20px;
    display: block;
    width: 1px;
    height: 40px;
    background-color: #ddd;
}

.h-tel {
    width: 300px;
    display: flex;
    align-items: center;
}

.h-tel i {
    margin-right: 10px;
    display: block;
    width: 18px;
    height: 20px;
    background: url(../image/tel.png) no-repeat;
    background-size: 100%;
}

.h-tel span {
    font-size: 18px;
}
.header .h-tel a {
    display: inline-block;
    width: 90px;
    height: 30px;
    background: #ff543d;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 6px;
    margin: 0 30px 0 26px;
    font-size: 14px;
}

/* banner */
/*
.banner {
    position: relative;
    width: 100%;
    height: 640px;
    background: url(../image/banner1.jpg) no-repeat;
}
.banner p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: block;
    width: 1190px;
    height: 272px;
    background: url(../image/font.png) no-repeat;
}
*/
.banner img {max-width: 100%}

/* title */
.title-box {
    position: relative;
    width: 100%;
    height: 217px;
    text-align: center;
}

.title-box h1 {
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translate(-50%, 0);
    z-index: 999;
    font-weight: 600;
    color: #343a48;
    font-size: 36px;
    letter-spacing: 6px;
    cursor: default;
}

.title-box div {
    position: absolute;
    left: 684px;
    top: 90px;
    width: 45px;
    height: 45px;
    background-color: #f84549;
    border-radius: 100%;
    z-index: 1;
}

.title-box div:nth-child(2) {
    width: 21px;
    height: 21px;
    left: 1228px;
    top: 142px;
}

/* 税务 */
.tax {
    width: 100%;
    height: 640px;
	overflow: hidden;
}

.tax .container {
    position: relative;
}

.tax .tax-bg {
    margin: 0 auto;
    width: 521px;
    height: 330px;
    background: url(../image/bg1.png) no-repeat;
}

.tax .tax-text {
    position: absolute;
    left: 0;
    top: 45px;
    width: 1400px;
    height: 62px;
}

.tax-text p {
    width: 428px;
    float: left;
    text-align: right;
    font-size: 20px;
    color: #333;
	line-height: 35px;
    /* font-weight: 500; */
}

.tax-text p:nth-child(2) {
    float: right;
    text-align: left;
}

.tax .tax-text:nth-child(2) {
    top: 220px;
}

/* 六大方法 */
.functions {
    width: 100%;
    /*height: 800px;*/
    background-color: #f8f8ff;
	overflow: hidden;
	padding-bottom: 58px;
}

.f-box {
    margin: 0 auto;
    width: 1097px;
    height: 528px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f-box li {
    margin-bottom: 48px;
    float: left;
    width: 350px;
    height: 240px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .5s;
}

.f-box li:hover {
    box-shadow: rgba(1, 130, 150, .2) 0px 0px 30px;
}

.f-box li i {
    margin: 40px 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../image/x1.png) no-repeat;
	background-size: contain;
}

.f-box li p {
    padding: 0 60px;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    cursor: default;
}

.f-box li:nth-child(2) i {
    background: url(../image/x2.png) no-repeat;
	background-size: contain;
}

.f-box li:nth-child(3) i {
    background: url(../image/x3.png) no-repeat;
	background-size: contain;
}

.f-box li:nth-child(4) i {
    background: url(../image/x4.png) no-repeat;
	background-size: contain;
}

.f-box li:nth-child(5) i {
    background: url(../image/x5.png) no-repeat;
	background-size: contain;
}

.f-box li:nth-child(6) i {
    background: url(../image/x6.png) no-repeat;
	background-size: contain;
}

/* 工具 */
.tool {
    width: 100%;
    /*height: 500px;*/
    background-color: #fff;
	overflow: hidden;
	margin-bottom: 25px;
}

.tool .title-box div {
    left: 732px;
}

.tool .title-box div:nth-child(2) {
    left: 1170px;
}

.tool-box {
    margin: 0 auto;
    width: 1320px;
    /*height: 220px;
    display: flex;
    justify-content: space-between;*/
}

.tool-box li {
    width: 18%;
    height: 220px;
    background-color: #f8f8ff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .5s;
	float: left;
	margin: 20px 1%;
}

.tool-box li:hover {
    transform: translate(0, -20px);
}

.tool-box li i {
    margin-top: 40px;
    display: block;
    width: 52px;
    height: 52px;
    background: url(../image/h-icon1.png) no-repeat;
}

.tool-box li:nth-child(2) i {
    width: 40px;
    height: 52px;
    background: url(../image/h-icon2.png) no-repeat;
}

.tool-box li:nth-child(3) i {
    margin-bottom: 4px;
    width: 44px;
    height: 52px;
    background: url(../image/h-icon3.png) no-repeat;
}

.tool-box li:nth-child(4) i {
    width: 47px;
    height: 52px;
    background: url(../image/h-icon4.png) no-repeat;
}

.tool-box li:nth-child(5) i {
    width: 52px;
    height: 47px;
    background: url(../image/h-icon5.png) no-repeat;
}

.tool-box li:nth-child(6) i {
    width: 50px;
    height: 52px;
    background: url(../image/h-icon6.png) no-repeat;
}

.tool-box li:nth-child(7) i {
    width: 49px;
    height: 52px;
    background: url(../image/h-icon7.png) no-repeat;
}

.tool-box li:nth-child(8) i {
    width: 52px;
    height: 52px;
    background: url(../image/h-icon8.png) no-repeat;
}

.tool-box li:nth-child(9) i {
    width: 46px;
    height: 52px;
    background: url(../image/h-icon9.png) no-repeat;
}

.tool-box li:nth-child(10) i {
    width: 50px;
    height: 52px;
    background: url(../image/h-icon10.png) no-repeat;
}

.tool-box li p {
    margin-top: 32px;
    padding: 0 30px;
    font-size: 20px;
    text-align: center;
    cursor: default;
}

/* 优势 */
.excellent {
    width: 100%;
    /*height: 720px;*/
    background-color: #f8f8ff;
	padding-bottom: 35px;
}

.excellent .title-box div {
    left: 841px;
}

.excellent .title-box div:nth-child(2) {
    left: 1062px;
}

.good-box {
    width: 100%;
}

.good-box-bottom {
    margin: 0 auto;
    display: flex;
    align-items: center;
    /*height: 440px;*/
    width: 1400px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.good-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
    float: left;
    width: 25%;
    height: 380px;
    flex: 1;
    border-right: 1px solid #eee;
    transition: all .5s;
}

.good-content:hover {
    transform: translate(0, -50px);
}

.good-content:nth-child(5) {
    border: none;
}

.good-content .good-number {
    color: #e00c21;
    font-size: 14px;
}

.good-content .good-title {
    font-size: 20px;
    margin-top: 8px;
}

.good-content .good-text {
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
}

/* 伙伴 */
.partner {
    width: 100%;
    /*height: 320px;*/
    background-color: #fff;
	margin-bottom: 25px;
	display: inline-table;
}
.partnerx {
    width: 100%;
    /*height: 320px;*/
    background-color: #fff;
	margin-bottom: 25px;
	display: inline-table;
}

.partner .title-box div {
    left: 788px;
}

.partner .title-box div:nth-child(2) {
    left: 1115px;
}

.excellent ul,.partner ul {
    margin: 0 auto;
    width: 1260px;
	display: table;
    /*display: flex;
    justify-content: space-between;*/
}

.excellent ul li {
    width: 24%;
    /*height: 58px;
    background: url(../image/zhifu.png) no-repeat;
    border: 1px solid #eee;*/
	box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.3);
	border-radius: 30px;
    overflow: hidden;
	float: left;
    margin: 0 0 25px 1%;
}
.excellent ul li img{
	max-width: 100%;
}
/*.partner ul li:nth-child(2) {
    background: url(../image/zhongxin.png) no-repeat;
}

.partner ul li:nth-child(3) {
    background: url(../image/beiqi.png) no-repeat;
}

.partner ul li:nth-child(4) {
    background: url(../image/yuantong.png) no-repeat;
}

.partner ul li:nth-child(5) {
    background: url(../image/zhongtong.png) no-repeat;
}

.partner ul li:nth-child(6) {
    background: url(../image/zhaoshang.png) no-repeat;
}*/

/* 底部 */
.box1 {
    width: 100%;
    height: 270px;
    background-color: #414242;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.left {
    float: left;
    margin-left: 100px;
    padding: 20px 0;
    width: 390px;
    height: 100%;
    color: #fff;
}

.left .titles {
    letter-spacing: 8px;
}

.left .number {
    font-size: 40px;
    margin-top: 38px;
}

.left .week,
.left .site {
    color: #999;
}

.right {
    float: right;
    margin-right: 100px;
}

.right .img-box {
    margin-top: 50px;
    float: left;
    width: 120px;
    height: 163px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.right .img {
    margin-top: 10px;
    width: 120px;
    height: 120px;
}
.right .img2 {
    margin-top: 10px;
    width: 120px;
    height: 120px;
}

.box2 {
    width: 100%;
    background-color: #2f7bf5;
    color: #999;
    font-size: 14px;
}

.box2 p {
    margin: 0px auto;color: #fff; text-align: center;line-height: 40px;height: 40px;
}







.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.goodsPrice {
    margin-bottom: 10px;
}
.wrapper_1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.goodsPrice .wrap {
    width: 280px;
}
.goodsPrice .pull-left {
    margin-right: 24px;
}
.goodsPrice .wrap.wrap1 .top {
    color: #fff;
}
.goodsPrice .wrap .top {
    width: 100%;
    height: 340px;
    background-color: #24c322;
    color: #fff;
    text-align: center;
    padding-top: 38px;
    position: relative;
}
.goodsPrice .wrap .top .iSfree {
    font-size: 32px;
}
.goodsPrice .wrap .top .infor {
    font-size: 16px;
    margin-top: 15px;
}
.goodsPrice .wrap.wrap1 .top .infor {
    color: #fff;
}
.goodsPrice .wrap .top .money {
    font-size: 36px;
    font-weight: lighter;
    margin-top: 10px;
}
.goodsPrice .wrap .top .money .num {
    font-size: 58px;
}
.goodsPrice .wrap.wrap3 .top .bnt {
    background-color: #fff;
    color: #333333;
}
.goodsPrice .wrap .top .bnt {
    font-size: 18px;
    color: #ffffff;
    width: 180px;
    height: 48px;
    background-color: #bbbbbb;
    margin: 22px auto 0 auto;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    border-radius: 1px;
}
.goodsPrice .wrap .top .bnt a {
	display: block;
}
.set_4_button1.raised {
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background: #666666;
}
.set_4_button1 {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.goodsPrice .wrap ul {
    padding: 36px 45px;
    border: 1px solid #eeeeee;
    height: 100%;
}
.goodsPrice .wrap ul li {
    margin-bottom: 16px;
    position: relative;
}
.goodsPrice .wrap ul li .name {
    font-size: 16px;
    color: #282828;
    width: 210px;
}
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.goodsPrice .wrap ul li .iconfont.icondui {
    color: #17b356;
    right: -4px;
    font-size: 15px;
}
.goodsPrice .wrap ul li .iconfont {
    color: #d81e06;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 17px;
    margin-top: -8.5px;
}
.goodsPrice .wrap.wrap2 .top {
	background-color: #eb2a2a;
}
.goodsPrice .wrap.wrap2 ul {
    border-color: #eb2a2a;
}
.goodsPrice .wrap.wrap2 .top .bnt {
    background-color: #f7ae00;
}
.goodsPrice .wrap.wrap4 .top {
    background-color: #ff881c;
}
.goodsPrice .wrap.wrap4 .top .bnt {
    background-color: #fff;
    color: #ff881c;
}
.goodsPrice .wrap.wrap3 .top {
    background-color: #333333;
}
.goodsPrice .wrap.wrap4 ul {
    border-color: #eb8c36;
}
.goodsPrice .wrap.wrap3 .top .money .iconfont {
    color: #eb2a2a;
    font-size: 50px;
}



.apply {
    width: 100%;
	background: url(../image/lanbg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
	padding-bottom: 28px;
}
.apply h3 {
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin-top: 22px;
}
.apply p {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin-top: 12px;
}
.apply a {
	width: 280px;
	height: 45px;
	line-height: 44px;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0.16667rem 0.28333rem 0.33333rem 0rem rgba(255, 255, 255, 0.1), 0rem 0.01667rem 0rem 0rem #ffffff;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 16px;
    font-size: 26px;
    font-weight: 500;
    color: #00003e;
    text-align: center;
}



.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}
.clearfix:after {
	clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.ftop {
    background: #11469b;
    padding: 30px 0 30px 0;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.gttboxl {
	width: 54%;
	position: relative;
}
.gttboxl1 {
	width: 1px;
	height: 160px;
	background-image: linear-gradient(180deg,
			rgba(238, 238, 238, 0.11) 0%,
			#d6d6d6 25%,
			#d6d6d6 77%,
			rgba(238, 238, 238, 0.15) 100%);
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -60px;
}
.ftt1 {
	width: 85%;
}
.ftt1 img {
	width: auto;
    height: 25px;
    vertical-align: bottom;
}
.ftt1 .call{font-size: 16px; color: #fff; text-align: left;}
.ftt1 .call img{display: inline-block; vertical-align: middle; width: 21px; height:auto; margin-right: 8px; animation:move 3s 0s infinite;-webkit-animation:move 3s 0s infinite;}
.ftt1a {
	color: #fff;
    font-size: 15px;
    text-align: left;
}
.ftt1 h4{
	font-weight: normal;
}
.ftt1 h4 {
	font-size: 15px;
	color: #fff;
	margin: 0px 0 20px 0;
}
.ftt1 h4 span{
	width: 50%;
    margin-right: 10px;
    display: table-cell;
}
.Topinfo{width: 290px;}
.gttboxr {
	width: 41%;
}
.gttboxr span {
	display: inline-block;
	width: 30%;
	text-align: left;
	float: left;
}
.gttboxr h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.gttboxr ul {
}
.gttboxr ul li{
	line-height: 25px;
}
.gttboxr ul li a{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 25px;
}
.ftbot{
	text-align: center;
	font-size: 14px;
	background: #154fab;
	line-height: 26px;
    padding: 8px 0;
	color: #fff;
}
.ftbot img{
	vertical-align: middle;
	margin-top: -3px;
	display: inline-block;
	height: 15px;
}
.ftbot a{
	color: #fff;
}



.ban_right {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
	width: 100%;
    height: 200px;
    overflow: hidden;
}
.ban_right ul {
    width: 50%;
    margin: 4px;
    background: transparent;
    width: 50%;
    font-size: 0;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: -4px;
    overflow: hidden;
}
.ban_right ul li {
    width: 33.33%;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    height: 100%;
    background: #154fab;
}
.ban_right ul li:first-child {
    background: #11469b;
    position: relative;
}
.ban_right ul li:last-child {
    background: #1555bb;
}
.ban_right ul li>div {
    padding-top: 10px;
    margin: 12px 10% 0px 30%;
    display: block;
    color: #fff;
}
.ban_right ul li>div p {
    font-size: 32px;
}
.ban_right ul li>div p span {
    float: left;
}
.ban_right ul li>div p em {
    float: left;
    font-style: normal;
}
.ban_right ul li>div p i, .ban_right ul li>div p strong {
    font-style: normal;
    font-size: 16px;
    float: left;
    margin-left: 6px;
    text-transform: uppercase;
}
.ban_right ul li>div>span {
    display: block;
    font-size: 14px;
    opacity: 0.7;
    width: 100%;
    float: left;
    margin-top: 4px;
}


.list { width: 1200px;margin: 0px auto;margin-top: 22px;display: flex;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
.list .item { width: calc(33.33% - 44px); margin-top: 54px; padding: 30px; text-align: center;border-radius: 32px;background: #FFFFFF;box-shadow: 0px 0px 21px 0px rgba(17,28,51,0.14); transition: 0.3s;}
.list .item .icon { width: 79px;}
.list .item .icon { display: inline-block; width: 79px; height: 79px; position: relative;}
.list .item .icon i { width: 100%; height: 100%; line-height: 79px; font-size: 79px; position: absolute; top: 0; left: 0; background: linear-gradient(180deg, #0077C9 0%, #3FA2E7 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.list .item .icon .icon-refresh-line { font-size: 79px;}
.list .item .icon .icon-service-Fill { font-size: 32px;}
.list .item .name { margin-top: 30px; font-size: 24px; font-weight: bold; color: #333333; line-height: 1;}
.list .item .text { margin-top: 20px; font-size: 18px; color: #333333; line-height: 30px;}
.list .item:hover { transform: translateY(-22px); background: linear-gradient(91deg, #0077C9, #3FA2E7); color: #ffffff;}
.list .item:hover .icon i { background: linear-gradient(180deg, #FFFFFF 0%, #DFE9F3 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.list .item:hover .name { color: #ffffff;}
.list .item:hover .text { color: #ffffff;}

.btn-box {
    width: 300px;
    margin: 0px auto;
    margin-top: 58px;
}
.btn-box a {
    font-size: 24px;
    line-height: 23px;
    border-radius: 31px;
    color: #0077C9;
    border: 2px solid #0077C9;
	padding: 15px 46px;
}
.btn-box a:hover { background: #0076C8; color: #ffffff;}



@media screen and (max-width: 1200px) {
	.container {
		width: 1200px;
	}
	.tax .tax-text {
		width: 1200px;
	}
	.tax-text p {
		font-size: 16px;
	}
    .title-box h1 {
		font-weight: 600;
		color: #343a48;
		font-size: 30px;
		letter-spacing: 2px;
		cursor: default;
	}
	.tool-box {
		width: 1200px;
	}
	.good-box-bottom {
		width: 1200px;
	}
	.partner ul {
		width: 1200px;
	}
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.container {
		width: 100%;
	}
	.tax .tax-text {
		width: 100%;
	}
	.tax-text p {
		font-size: 18px;
	}
    .title-box h1 {
		font-weight: 600;
		color: #343a48;
		font-size: 32px;
		letter-spacing: 2px;
		cursor: default;
	}
	.tool-box {
		width: 100%;
	}
	.good-box-bottom {
		width: 100%;
	}
	.partner ul {
		width: 100%;
	}
}