
.product {    background-color: #f8f8f8;}

.title {
    text-align: center;
}

.title h3 {
    font-size: 23px;
    font-weight: bold;
    color: #053e95;
}
.pro-tit { 
    text-align: unset;
    padding-left: 30px;
}
.title h3 span {
    color: #f1c121;
}

.title h3::before {
    display: inline-block;
    background: url(../images/tt.png)no-repeat;
    width: 59px;
    height: 22px;
    content: '';
    margin-right: 30px;
}

.title h3::after {
    display: inline-block;
    content: '';
    width: 59px;
    height: 22px;
    background: url(../images/ttt.png)no-repeat;
    margin-left: 30px;
}

.title p {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.pro-show { 
}

.pro-cfn { 
    width: 100%;
    background: url(../images/inde_t.png)no-repeat center top;
}

.pro-tit {
    text-align: center;

    color: #fff; 
}

.pro-tit h3 {
    padding: 16px;
    font-size: 32px;
    font-weight: bold;
    background: url(../images/tin.png)no-repeat 45px center;
    /* padding-left: 50px;*/
}

.pro-tit p {
   margin-top: -17px;
    font-size: 16px;
    text-align: left;
    padding-left: 43px;
}

.cfn-list {
    padding-right: 10px;
}

.cfn-list ul {
    background-color: #fff;
    padding-bottom: 25px;
    padding-top: 15px;
}

.cfn-list ul li {
   padding: 0 7px;
    position: relative;
    float: left;
}

.cfn-list ul a {
    display: block;
    line-height: 40px;
    color: #555;
    font-size: 16px;
    border-bottom: dashed 1px #ddd;
    position: relative;
    z-index: 999999;
    /* transition: all .8s ease;*/
}

.cfn-list ul li::after {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background-color: #053e95;
    top: 0;
    left: 0;
    transition: all .8s ease;
    z-index: 1;
}

.cfn-list ul li.cur::after {
    width: 103.5%;
}

.cfn-list ul li.cur a {
    border-bottom: dashed 1px #053e95;
    color: #fff; 
}

.pro-tel {display: none;
    text-align: center;
    color: #fff;
    padding-right: 10px;
    margin-top: 10px;
}

.pro-tel .tel {
    background-color: #053e95;
    padding: 26px 0;
}

.pro-tel h3 {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    line-height: 38px;
    background: url(../images/ttel.png)no-repeat 50px center;
    padding-left: 30px;
}

.pro-tel p {
    font-size: 14px;
}

.pro-list {    width:100%;}

.pro-list ul li {
    float: left;
    width: 30.7%;
    margin-left: 3.95%;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.pro-list ul li:nth-child(1),
.pro-list ul li:nth-child(4) {
    margin-left: 0;
 
}
.pro-list ul li:nth-child(7) {
    margin-left: 0;
 
}
.pro-list ul li:nth-child(-n+3) {
    margin-bottom: 20px;
   

}

.pro-list ul li .pro-img {
    background-color: #fff;
    border: solid 1px #ddd;
     overflow: hidden;
}

.pro-list ul li .pro-img img {
    max-width: 100%;
}

.pro-list ul li h3 {
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #ebebeb;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 1px;
    transition: all .3s ease;
    width: 100%;
}

.pro-list ul li .pro-more {
    position: absolute;
    width: 100%;
    background-color: rgba(5, 63, 149, 0.9);
    bottom: 0;
    left: 0;
    /* height: 100%; */
    z-index: 99999;
    padding: 2.15rem 0;
    opacity: 0;
    transition: all .8s ease;
}

.pro-list ul li .pro-more h4 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.pro-list ul li .pro-more .more {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.pro-list ul li .pro-more .more a {
    display: block;
    line-height: 32px;
    color: #fff;
    border: solid 1px #fff;
    margin: 0 .8rem; text-align: center;
    font-size: 14px;
    transition: all .5s ease;
}

.pro-list ul li:hover h3 {
    opacity: 0;
}

.pro-list ul li:hover .pro-more {
    opacity: 1;
}

.pro-list ul li .pro-more .more a:hover {
    background-color: #fff;
    color: #333;
}
/*优势*/
.ys {background: url(../images/ysbbg.png)no-repeat center #0d4191;    padding-top: 65px;    padding-bottom: 95px;}

.ys .title h3 {  color: #fff;
}

.ys .title p {  color: #fff;
}

.ys .title h3::before {
    display: none;
}

.ys .title h3::after {
    display: none;
}

.ys-list {
    margin-top: 50px;
}

.ys-list ul {
    display: flex;
    flex-wrap: wrap;
}

.ys-list ul li {
    float: left;
    background-color: #fff;
    width: 47%;
    margin-left: 1.8%;
    cursor: pointer;
}

.ys-list ul li:first-child {
    margin-left: 0;
}
.ys-list ul li:nth-child(3){ margin-left: 0;}
.ys-list ul li .ys-img {
    overflow: hidden;
}

.ys-list ul li .ys-img img {
    max-width: 100%;
}

.ys-list ul li .ys-text {
   text-align: center;
    padding: 0 5px;
    padding-top: -5px;
    padding-bottom: 6%;
}

.ys-list ul li .ys-text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    transition: all .5s ease;
}

.ys-list ul li .ys-text .text {
    font-size: 16px;
    line-height: 25px;
    color: #444;
    margin-top: 25px;
}

.ys-list ul li .ys-text .text span {
    font-weight: bold;
    text-transform: uppercase;
    color: #0dad3b;
}

.ys-list ul li:hover .ys-text h3 {
    color: #053e95;
}
/*case*/
.case {
    padding-top: 70px;
    padding-bottom: 80px;
}

.case-cfn {
    margin-top: 35px;
}

.case-cfn ul {
    max-width: 685px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.case-cfn ul li {
    width: 22%;
}

.case-cfn ul li a {
    display: block;
    text-align: center;
}

.case-cfn ul li a span {
    display: block;
    background-color: #dddddd;
    line-height: 48px;
    font-size: 18px;
    color: #333;
    transition: all .5s ease;
}

.case-cfn ul li.cur a span {
    background-color: #053e95;
    color: #fff;
}

.case-cfn ul li a::after {
    display: block;
    content: '';
    width: 17px;
    height: 10px;
    background: url(../images/jj.png)no-repeat;
    margin: 0 auto;
    margin-top: -1px;
    opacity: 0;
    transition: all .5s ease;
}

.case-cfn ul li.cur a::after {
    opacity: 1;
}

.case-show {
    margin-top: 38px;
}

.case-show .case-list {
    display: none;
}

.case-list ul li {
    float: left;
    width: 32.4%;
    margin-left: 1.4%;
}

.case-list ul li:first-child {
    margin-left: 0;
}
.case-list ul li:nth-child(4) { margin-left: 0;}
.case-list ul li {
    display: block;
    position: relative;
}

.case-list ul li .case-img {
    overflow: hidden;
}

.case-list ul li .case-img img {
    max-width: 100%;
}

.case-list ul li h3 {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    background: #053e95;
    text-align: center;
    transition: all .5s ease;
}

.case-list ul li:hover h3 {
    opacity: 0;
}

.case-list ul li .case-more {
    position: absolute;
    width: 100%;
    background-color: rgba(5, 63, 149, 0.9);
    bottom: 0;
    left: 0;
    padding: 2.15rem 0;
    opacity: 0;
    transition: all .8s ease;
}

.case-list ul li .case-more h4 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.case-list ul li .case-more .more {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.case-list ul li .case-more .more a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    padding: 0 2rem;
    margin: 0 .8rem;
    color: #fff;
    font-size: 14px;
    border: solid 1px #fff;
    transition: all .8s ease;
}

.case-list ul li .case-more .more a:hover {
    background-color: #fff;
    color: #333;
}

.case-list ul li:hover .case-more {
    opacity: 1;
}

/*三大优势*/
.core-ys {
    padding-top: 80px;
    padding-bottom: 10px;
    background-color: #f8f8f8;
}

.core-ys .title h3::before {
    display: none;
}

.core-ys .title h3::after {
    display: none;
}

.cs-show {
    margin-top: 80px;
}

.cs-show ul li {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.cs-show ul li .cs-img {
    width: 100%;
}

.cs-show ul li:nth-child(2) .cs-img {
    text-align: right;
}

.cs-show ul li .cs-img img {
    max-width: 100%;
}

.cs-show ul li .cs-text {margin-top: 20px;
    width: 100%;
}

.cs-show ul li:first-child {
    margin-top: 0;
}

.cs-text .cs-tit {
    display: flex;
    flex-wrap: wrap;
}

.cs-text .cs-tit .num {
    max-width: 18%;
    float: left;
}

.cs-text .cs-tit .num img {
    max-width: 100%;
}

.cs-text .cs-tit .tit {
    padding-left: 25px;
    float: right;
    width: 82%;
}

.cs-text .cs-tit .tit::after {
    display: block;
    content: '';
    background-color: rgba(5, 63, 149, 0.2);
    max-width: 521px;
    height: 1px;
    margin-top: 18px;
    margin-left: -38px;
}

.cs-text .cs-tit .tit h3 {
  font-size: 24px;
    font-weight: bold;
    color: #053e95;
    line-height: 18px;
}

.cs-text .cs-tit .tit h3 span {
    margin-left: 10px;
    font-weight: normal;
}

.cs-text .cs-tit .tit p {
    font-size: 13px;
    color: #333;
    margin-top: 8px;
}

.cs-text .text {
    margin-top: 40px;
}

.cs-text .text p {
    font-size: 13px;
    line-height: 24px;
    color: #555555;
    padding-left: 55px;
    background: url(../images/yli.png)no-repeat left 5px;
}

.cs-text .text p:nth-child(2) {
    margin-top: 15px;
}

.cs-show ul li:nth-child(3) .cs-text .cs-tel {
   font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 32px;
    background: url(../images/lctel.png)no-repeat 20% center;
    padding-left: 50px;
    margin-top: 60px;
}

.cs-show ul li:nth-child(3) .cs-text .cs-tel span {
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    color: #053e95;
}
/*流程*/
.process {
    padding-top: 15px;
    padding-bottom: 10px;
}

.process .title h3::before {
    display: none;
}

.process .title h3::after {
    display: none;
}

.pss-show {
    margin-top: 85px;
}

.pss-list li {
 height: 26rem;
    width: 48%;
    float: left;
    text-align: center;
    /* padding: 0 2.9%; */
    position: relative;
}

.pss-list li+li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 134px;
    background-color: #ddd;
    display: block;
}

.pss-list li:nth-child(1) {
    padding-left: 0;
}

.pss-list li:last-child {
    padding-right: 0;
}

.pss-list li .pss-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.pss-list li .pss-img .pss {
    position: relative;
}

.pss-list li .pss-img .pss-ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
}

.pss-list li .pss-img .pss-ico span {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    border-radius: 50%;
}

.pss-list li h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
}

.pss-list li p {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

.pss-list li .pss-img:hover .pss-ico {
    transform: rotateY(180deg);
}

.hf {
    background: url(../images/hff.png)no-repeat center #053e95;
    padding: 50px 0;
}

.hf-show {
    display: flex;
    justify-content: flex-end;
}

.hf-left {
    width: 100%;
}

.hf-text {
    float: left;
    width: 100%;
    text-align: center;
}

.hf-text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
}

.hf-text p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}

.hf-text a {
    display: block;
    width: 134px;
    line-height: 46px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #053e95;
    margin: 0 auto;
    margin-top: 30px;
    transition: all .5s ease;
}

.hf-text a:hover {
    background-color: #0dad3b;
    color: #fff;
}

.hf-form { display: none;
    float: right;
    width: 40%;
}

.hf-form input {
    border: none;
    background-color: #fff;
    line-height: 54px;
    width: 100%;
    font-size: 14px;
    color: #999;
    padding-left: 25px;
    outline: none;
}

.hf-form .pho {
    margin-top: 0;
}

.hf-form .inp {
    margin-top: 10px;
    position: relative;
}

.hf-form .inp span {
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
}

.hf-form .x-submit {
    padding-left: 0;
    margin-top: 10px;
    background-color: #0dad3b;
    font-size: 16px;
    color: #fff;
}

.about {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.abt-show {
    margin-top: 10px;
}

.abt-left {
    width: 100%;
    float: left;
}

.abt-left img {
    max-width: 100%;
}

.abt-text {
    float: right;
    width: 100%;
    padding-top: 25px;
}

.abt-text h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.abt-text .abt-con {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin-top: 30px;
}

.abt-text a {
    display: block;
    width: 150px;
    line-height: 44px;
    background-color: #053e95;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-top-right-radius: 20px;
    margin-top: 35px;
    transition: all .5s ease;
}

.abt-text a:hover {
    background-color: #0dad3b;
}
