/* ========================================= common css ========================================= */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}


/* 
a:hover,
a:visited,
a:link,
a:active {
    color: #ccc;
} */

img {
    vertical-align: top;
    border: none;
}

.button {
    border: 0;
    background-color: none;
    outline: none;
}

select {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input,
textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}


/* 火狐 */

input {
    -moz-appearance: textfield;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


/* ====================================== user css ====================================================== */


/* tax */

.tax {
    width: 1210px;
    height: 304px;
    margin: 80px auto;
    box-shadow: 2px 0 8px rgba(24, 31, 47, .2);
}

.tax>form {
    width: 804px;
    height: 304px;
    float: right;
    padding: 54px 48px 0 48px;
}

.tax>form P {
    font-size: 24px;
    color: #333;
    display: inline-block;
}

.tax>form input[type=text] {
    border: 1px solid #666;
    width: 200px;
    height: 40px;
    font-size: 20px;
    border-radius: 4px;
    padding-left: 10px;
}

.tax>form input[type=radio] {
    margin-right: 4px;
}

.tax>form .tax_write {
    margin-bottom: 48px;
    height: 40px;
}

.tax>form .tax_choose {
    font-size: 20px;
    margin-right: 32px;
}

.tax>form .tax_choose:last-child {
    margin-right: 0;
}

.tax>form .tax_customer {
    font-size: 24px;
    margin-right: 46px;
}

.tax>form .tax_customer:nth-child(2) {
    margin-right: 0;
}

.tax_btn {
    width: 320px;
    height: 46px;
    background: #d30202;
    text-align: center;
    line-height: 46px;
    color: #fff;
    border-radius: 10px;
    margin: 35px auto;
    font-size: 24px;
    cursor: pointer;
}


/* banner */

.banner {
    width: 100%;
    height: 580px;
}

.banner a {
    width: 100%;
    height: 100%;
    display: block;
}

.banner a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/banner.jpg") center no-repeat;
}


/* pro */

.pro {
    width: 1210px;
    height: 555px;
    margin: 80px auto;
}

.wrap_tit {
    text-align: center;
    margin-bottom: 54px;
}

.wrap_tit p {
    font-size: 30px;
    color: #00469a;
    font-weight: bold;
}

.wrap_tit span {
    font-size: 20px;
    color: #666;
}

.pro_content {
    position: relative;
}

.pro_content img {
    position: absolute;
    top: 0;
    left: 474px;
}

.pro_content dl {
    position: relative;
    float: left;
    width: 480px;
    height: 98px;
    margin: 0 250px 64px 0;
}

.pro_content dl::before {
    content: "";
    width: 74px;
    height: 74px;
    display: block;
    position: absolute;
}

.pro_content dl:nth-child(1)::before {
    background: url("../images/pro_icon01.png") 0 0 no-repeat;
    top: 10px;
    left: 334px;
}

.pro_content dl:nth-child(2)::before {
    background: url("../images/pro_icon02.png") 0 0 no-repeat;
    top: 10px;
    left: 96px;
}

.pro_content dl:nth-child(3)::before {
    background: url("../images/pro_icon03.png") 0 0 no-repeat;
    top: 10px;
    left: 334px;
}

.pro_content dl:nth-child(4)::before {
    background: url("../images/pro_icon04.png") 0 0 no-repeat;
    top: 10px;
    left: 96px;
}

.pro_content dl:nth-child(5)::before {
    background: url("../images/pro_icon05.png") 0 0 no-repeat;
    top: 10px;
    left: 334px;
}

.pro_content dl:nth-child(6)::before {
    background: url("../images/pro_icon06.png") 0 0 no-repeat;
    top: 10px;
    left: 96px;
}

.pro_content dl:nth-child(2n) {
    margin-right: 0;
}

.pro_content dl:nth-child(2n) dt {
    left: 180px;
}

.pro_content dl:nth-child(2n) dd {
    left: 180px;
    top: 40px;
    text-align: left;
}

.pro_content dl:nth-child(2n+1) dt {
    right: 160px;
}

.pro_content dl:nth-child(2n+1) dd {
    right: 160px;
    top: 40px;
}

.pro_content dl dt {
    position: absolute;
    font-size: 30px;
    color: #333;
}

.pro_content dl dd {
    position: absolute;
    font-size: 20px;
    text-align: right;
    color: #666;
}


/* step */

.step {
    width: 1210px;
    margin: 80px auto;
    height: 460px;
}

.step_content {
    width: 1215px;
    height: 329px;
    background: url("../images/step01.png") 0 0 no-repeat;
    position: relative;
}

.step_content a {
    position: absolute;
    bottom: 80px;
    font-size: 26px;
    display: block;
}

.step_content a:nth-child(1) {
    left: 426px;
    width: 250px;
    height: 46px;
    border: 2px solid #d30202;
    border-radius: 23px;
    text-align: left;
    padding-left: 14px;
    line-height: 46px;
    color: #d30202;
}

.step_content a:nth-child(2) {
    right: 424px;
    width: 166px;
    height: 46px;
    background: #d30202;
    color: #fff;
    border-radius: 23px;
    text-align: center;
    line-height: 46px;
}


/* good */

.good {
    width: 100%;
    height: 663px;
    background: url("../images/good_bg.jpg") 0 0 no-repeat;
}

.good_box {
    width: 1210px;
    height: 663px;
    margin: 0 auto;
    padding-top: 50px;
}

.good_box .good_box_content li {
    transition: all 1s ease;
    color: #fff;
    float: left;
    text-align: center;
    border: 2px solid #fff;
    background: url("../images/good_jl.png") no-repeat;
    cursor: pointer;
}

.good_box .good_box_content li:hover {
    transform: scale(0.95);
}

.good_box .good_box_content li:nth-child(1) {
    background-position: 0 0;
    width: 300px;
    height: 213px;
    margin: 0 12px 14px 0;
}

.good_box .good_box_header P {
    color: #fff;
}

.good_box .good_box_header span {
    color: #fff;
    font-weight: 200;
}

.good_box .good_box_content li:nth-child(2) {
    background-position: -312px 0;
    width: 573px;
    height: 213px;
    margin: 0 12px 14px 0;
}

.good_box .good_box_content li:nth-child(3) {
    background-position: -897px 0;
    width: 313px;
    height: 440px;
    float: right;
}

.good_box .good_box_content li:nth-child(3) p {
    margin-top: 190px;
}

.good_box .good_box_content li:nth-child(4) {
    background-position: 0 -227px;
    width: 300px;
    height: 213px;
    margin: 0 12px 14px 0;
}

.good_box .good_box_content li:nth-child(5) {
    background-position: -0 -227px;
    width: 281px;
    height: 213px;
    margin-right: 11px;
}

.good_box .good_box_content li:nth-child(6) {
    background-position: -0 -227px;
    width: 281px;
    height: 213px;
}

.good_box_content li p {
    font-size: 30px;
    margin: 72px 0 4px 0;
}

.good_box_content li span {
    font-size: 18px;
    font-weight: 200;
}


/* kind */

.kind {
    width: 1210px;
    height: 100%;
    margin: 80px auto;
}

.kind_content li {
    text-align: center;
    float: left;
    width: 280px;
    height: 217px;
    margin: 0 185px 45px 0;
    transition: all 1s ease;
    transform: scale(0.95);
}

.kind_content li:hover {
    transform: scale(1);
}

.kind_content li:hover .kind_btn a {
    color: #e23e52;
}

.kind_content li:nth-child(3),
.kind_content li:nth-child(6) {
    margin-right: 0;
}

.kind_content li:nth-child(4),
.kind_content li:nth-child(5),
.kind_content li:nth-child(6) {
    margin-bottom: 0;
}

.kind_content li .kind_content_tit {
    height: 144px;
    background: url("../images/kind_jl.png") no-repeat;
    line-height: 144px;
    color: #fff;
    font-size: 34px;
}

.kind_content li:nth-child(1) .kind_content_tit {
    background-position: 0 0;
}

.kind_content li:nth-child(2) .kind_content_tit {
    background-position: -295px 0;
}

.kind_content li:nth-child(3) .kind_content_tit {
    background-position: -589px 0;
}

.kind_content li:nth-child(4) .kind_content_tit {
    background-position: 0 -150px;
}

.kind_content li:nth-child(5) .kind_content_tit {
    background-position: -295px -150px;
}

.kind_content li:nth-child(6) .kind_content_tit {
    background-position: -589px -150px;
}

.kind_content li .kind_btn {
    height: 73px;
    line-height: 73px;
    background: #fff;
    font-size: 20px;
    box-shadow: 0 2px 10px rgba(24, 31, 47, .2);
}

.kind_content li .kind_btn a {
    width: 100%;
    height: 100%;
    display: block;
    color: #181f2f;
}


/* case */

.case {
    width: 1210px;
    margin: 100px auto;
}

.case .case_c:hover .case_tit {
    background: #e23e52;
}

.case .case_c:hover .case_text a {
    border-color: #e23e52;
    color: #e23e52;
}

.case_content li {
    width: 379px;
    height: 100%;
    float: left;
}

.case_content li .case_tit {
    width: 379px;
    height: 67px;
    background: #00469a;
    text-align: center;
    color: #fff;
    line-height: 67px;
    font-size: 30px;
}

.case_content li .case_text {
    width: 379px;
    height: 430px;
    padding: 14px 23px 0 18px;
    font-size: 20px;
    color: #181f2f;
    box-shadow: 0 2px 10px rgba(24, 31, 47, .2);
    background: #fff;
    position: relative;
}
.case_content li .case_text p {
    font-weight:bold;
}
.case_content li .case_small_tit {
    margin:24px 0;
}
.case_content li .case_text i {
    font-size: 24px;
    font-weight: bold;
}

.case_content li .case_text a {
    display: block;
    font-size: 24px;
    border: 2px solid #181f2f;
    width: 206px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    color: #181f2f;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 87px;
}


/* 案例显示隐藏 */

.case01_bg,
.case02_bg,
.case03_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, .5);
    z-index: 999999;
    display: none;
}

.case01_bg .case01_text,
.case02_bg .case02_text,
.case03_bg .case03_text {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 660px;
    height: 550px;
    background: #fff;
    padding: 60px 40px 0 40px;
    line-height: 40px;
    font-size: 20px;
}

.case01_bg .case01_text .case01_close,
.case02_bg .case02_text .case02_close,
.case03_bg .case03_text .case03_close {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 0;
    right: 0;
    background: #e23e52 url("../images/case_close.png") center no-repeat;
    cursor: pointer;
}

.case_content li .case_text>p {
    font-weight: bold;
    margin: 26px 0 6px 0;
}

.case_content li.case02 {
    margin: 0 36px;
}


/* team */

.team {
    padding-bottom: 30px;
}

.team_header {
    margin-bottom: 20px;
}

.team>p {
    font-size: 20px;
    color: #181f2f;
    text-align: center;
    margin-bottom: 54px;
}

.team_content {
    width: 1210px;
    margin: 0 auto;
}

.team_ul {
    height: 435px;
    width: 1210px;
    overflow: hidden;
}

.team_ul li {
    float: left;
    margin-right: 69px;
    transition: all 1s ease;
    transform: scale(0.95);
}

.team_ul li:hover {
    transform: scale(1);
}

.team_ul li:nth-child(4) {
    margin-right: 0;
}

.team_ul li .search {
    width: 250px;
    height: 216px;
    text-align: center;
    color: #181f2f;
    box-shadow: 0 2px 10px rgba(24, 31, 47, .2);
    padding-top: 15px;
}

.team_ul li .search p {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.team_ul li .search span {
    font-size: 18px;
}