﻿@charset "utf-8";

/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
    outline: 0;
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
    display: block;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

caption,th {
    text-align: left;
    font-weight: normal;
}

html,body,fieldset,img,iframe,abbr {
    border: 0;
}

html {
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    min-width: 320px;
    color: #4c4c4c;
    font-family: "Microsoft YaHei","Heiti SC","Helvetica";
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 750px;
    margin: 0 auto;
}

i,cite,em,var,address,dfn,em {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

img {
    display: block;
    border: 0 none;
    width: 100%;
    height: auto;
}

h1,h2,h3,h4,h5,h6,em,strong {
    font-weight: normal;
    font-size: unset;
}

sup,sub {
    font-size: 83%;
}

pre,code,kbd,samp {
    font-family: inherit;
}

q:before,q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,summary {
    cursor: default;
}

input,label,button,select,textarea,legend {
    display: inline-block;
    /*font-family: arial;*/
    vertical-align: top;
    /*font-family: \5FAE\8F6F\96C5\9ED1;*/
}

option {
    display: block;
    text-indent: 5px;
}

em{
    font-weight: normal;
}

a {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #4c4c4c;
}

a:hover {
    text-decoration: none;
}

body {
    padding-top: 1.14rem;
    padding-bottom: 1rem;
}


.fl {float: left;}

.fr {float: right;}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*header*/

.header {
    width: 100%;
    top: 0;
    left: 0;
    height: 1.2rem;
    background-color: #fff;
    position: fixed;
    z-index: 101;
}

.header .logo {
    z-index: 1;
    width: 4rem;
    overflow: hidden;
    padding-top: 0.3rem;
}
.header .tit{
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-top: 0.2rem;
    margin-left: 0.4rem;
    color: #1089cc;
}
.header .tel{
    width: 0.7rem;
    margin-top: 0.25rem;
    margin-right: 0.2rem;
}

.headers span {
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1.14rem;
    font-size: 0.4rem;
    color: #333;
    width: 70%;
}

.c_back {
    width: 0.18rem;
    height: 0.32rem;
    position: absolute;
    left: 5.335%;
    top: 0.41rem;
    background-image: url(../images/jtt.png);
}




.menu-t {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 105;
    width: 1.14rem;
    height: 1.14rem;
    background-image: url(../images/menu-t.png);
}

.menu-ts {
    z-index: 105;
    width: 1.14rem;
    height: 1.14rem;
    position: relative;
    float: right;
    background-image: url(../images/menu-ts.png);
}

.header .sst {
    width: 2.68rem;
    height: 0.58rem;
    border: 1px solid #013c2a;
    overflow: hidden;
    position: absolute;
    top: 0.27rem;
    right: 1.34rem;
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
}

.header .sst a {
    float: left;
    width: 0.24rem;
    height: 0.24rem;
    background-image: url(../images/fdd.png);
    margin-left: 0.19rem;
    margin-top: 0.18rem;
    margin-right: 0.06rem;
}

.header .sst input {
    border: none;
    background: transparent;
    color: #013c2a;
    float: left;
    font-size: 0.24rem;
    font-weight: bold;
    width: 2rem;
    /*font-family: "宋体";*/
    padding-top: 0.15rem;
}

.header .sst input::-moz-placeholder {
    opacity: 1;
    color: #b1b1b1
}

.header .sst input:-ms-input-placeholder {
    opacity: 1;
    color: #b1b1b1
}

.header .sst input::-webkit-input-placeholder {
    opacity: 1;
    color: #b1b1b1
}
/*header end*/


/*banner*/
.banner .swiper-container {
    width: 100%;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
.banner .swiper-container a {
    width: 100%;
    display: block;
    font-size: 0;
}
.banner .swiper-container a img {
    width: 100%;
    display: block;
    text-align: center;
}
/*banner end*/



/*bottom*/
.bottom{
    background: #444;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 1rem;
    line-height: 1rem;
    width: 100%;
    z-index: 99;
}
.bottom span{
    float: left;
    width: 25%;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.45rem;
    display: block;
}
.bottom span a{
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.5rem;
    padding-top: 0.1rem;
}
.bottom  i{
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin:0rem auto  ;
}
.bottom .c1{
    background: url("../images/home.png") no-repeat center;
    background-size: cover;
}
.bottom  .c2{
    background: url("../images/nr.png") no-repeat center;
    background-size: cover;
}
.bottom .c3{
    background: url("../images/pay.png") no-repeat center;
    background-size: cover;
}
.bottom .c4{
    background: url("../images/msg.png") no-repeat center;
    background-size: cover;
}

.bottom .pay{
    position: relative;
}

.bottom .pay .foot-p{
    position: absolute;
    display: none;
    top: -1.27rem;
    border: 1px solid #efefef;
    background: #f1f1f1;
    left: 0;
    width: 100%;

    border-radius: 5px;
}

.bottom .foot-p a{
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 0.6rem;
    color:#024299 ;

}

.bottom .foot-p p:first-child{
    border-bottom: 1px solid #cdcdcd;
}




/*------index-------*/
.content{
    width: 99%;
    margin: 0 auto;
    font-size: 0.24rem;
}
.content .title {
    width: 100%;
    margin: 0 auto ;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 1rem;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #cecece;
}
.content .service .title span{
    background: url("../images/t01.png") no-repeat left  ;
    background-size: contain;
    padding-left: 0.96rem;
}
.content .service img{
    width: auto;
}
.content .service .service-content .service01{
    margin: 0.4rem auto;
}
.content .service .service-content .service02{

}
.content .service .service-content .service-item{
    width: 48%;
    margin: 0 1%;
    padding: 0 1%;
    box-sizing: border-box;
    float: left;
    font-size: 0.24rem;
    background: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 5px;
}
.content .service .service-content .service-item .icon{
    text-align: center;
    margin: 0 auto;
    width: 1.3rem;
    height: 1.3rem;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #eee;
    overflow: hidden;
}
.content .service .service-content .service-item .icon img{
    width: 50%;
    margin: 25% auto;
    overflow: hidden;
}
.service .service-content .service-item .icon{
    /*background: url("../images/01.png") no-repeat 60%;*/
    background-size: contain;
}
.content .service .service-content .service-item .name{
    color: #16466c;
    font-size: 0.36rem;
    line-height: 0.64rem;
    font-weight: bold;
    text-align: center;
}
.content .service .service-content .service-item .text{
    color: #16466c;
    font-size: 0.24rem;
    line-height: 0.32rem;
    height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.content .service .service-content .service-item .more{
   text-align: center;
    font-size: 0.24rem;
    line-height: 0.45rem;
    color: #fff;
    margin: 0.2rem auto;
    width: 85%;
}
.content .service .service-content .service-item:nth-child(1) .more{
    background: url("../images/s01.png") no-repeat;
    background-size: cover;
}
.content .service .service-content .service-item:nth-child(2) .more{
    background: url("../images/s02.png") no-repeat;
    background-size: cover;
}
.content .service .service-content .service-item:nth-child(3) .more{
    background: url("../images/s03.png") no-repeat;
    background-size: cover;
}
.content .service .service-content .service-item:nth-child(4) .more{
    background: url("../images/s01.png") no-repeat;
    background-size: cover;
}
.content .service .service-content .service02 a{
    float: left;
    box-sizing: border-box;
    width: 30%;
    margin: 0 1.5% 0.4rem;
    font-size: 0.28rem;
    color: #16466c;
    line-height: 0.8rem;
    text-align: center;
    display: block;
    border: 1px solid #eee;
    box-shadow: 1px 2px #eee;
}
.content .adv{
    padding-bottom: 0.2rem;
    border-bottom: 0.1rem solid #eee;
}
.content .adv ul li{
    float: left;
    width: 48%;
    margin: 0.2rem 1%;
    padding: 0.4rem 0.1rem;
    box-sizing: border-box;
    height: 4rem;
    overflow: hidden;
}
.content .adv ul li img{
    display: block;
    width:auto;
    height: 1rem;
    margin: 0 auto;
}
.content .adv ul li h3{
    color:#16466c;
    font-size:0.32rem ;
    line-height:0.64rem;
    margin: 0.1rem auto;
    font-weight: bold;
    text-align: center;
}
.content .adv ul li p{
    font-size: 0.28rem;
}
.content .adv ul li:nth-child(1){
    background: #d2effd;
}
.content .adv ul li:nth-child(2){
    background: #e5f4df;
}
.content .adv ul li:nth-child(3){
    background: #faf2db;
}
.content .adv ul li:nth-child(4){
    background: #e9ebf8;
}

.content .excel{
    padding-bottom: 0.2rem;
    border-bottom: 0.1rem solid #eee;
}
.content .excel .title span {
    background: url(../images/t02.png) no-repeat left;
    background-size: contain;
    padding-left: 0.96rem;
}
.content .excel .excel-list{
    margin: 0.2rem auto;
}
.content .excel .excel-list li{
    float: left;
    width: 18%;
    margin: 0.1rem 1%;
    text-align: center;
}
.content .excel .excel-list li p{
    line-height: 0.48rem;
    font-size: 0.28rem;
    color: #000;
}


.content .case{
    padding-bottom: 0.2rem;
    border-bottom: 0.1rem solid #eee;
}
.content .case .title span {
    background: url(../images/t03.png) no-repeat left;
    background-size: contain;
    padding-left: 0.96rem;
}
.content .case .case-list dl{
    border-bottom: 1px solid #eee;
    padding: 0.3rem 0;
}

.content .case .case-list dl:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.content .case .case-list dl dt{
    float: left;
    width: 28%;
}
.content .case .case-list dl dd{
    float: right;
    width: 70%;
    font-size: 0.24rem;
    line-height: 0.44rem;
}
.content .case .case-list dl dd span{
    font-size: 0.3rem;
    color: #000;
}
.content .case .case-list dl dd .tit{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .case .case-list dl dd .sub{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.content .case .case-list dl:last-child{
    border-bottom: none;
}





.content .case .more a,
.content .judge .more a{
    color: #024299;
    font-size: 0.32rem;
    text-align: center;
    margin: 0.3rem auto 0.2rem;
}


.content .judge{
    padding-bottom: 0.2rem;
    border-bottom: 0.1rem solid #eee;
}
.content .judge .title span {
    background: url(../images/pj.png) no-repeat left;
    background-size: contain;
    padding-left: 0.96rem;
}
.content .judge-con{
   
    color: #333;
    width: 100%;
    padding: 0 3%;
    line-height: 24px;
    height:240px ;
    font-size: 0.28rem;
    overflow: hidden;
    /* border-right: 1px solid #eee; */
    /* padding-right: 2%; */
    box-sizing: border-box;
	
}
.content .judge-con li{
    /*height: 56px;*/
    padding: 4px 0;
    overflow: hidden;
   /* display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    box-sizing: border-box;
	border-bottom:1px dashed #ccc;
}
.content .judge-con li:nth-child(even){
    background: #f7f7f7;
}
.content .judge .title{
    border-bottom: none;
}
.content .judge .judge-con li span{
    color: #000;
    font-weight: bold;
}




.content .school .title span {
    background: url(../images/t04.png) no-repeat left;
    background-size: contain;
    padding-left: 0.96rem;
}
.content .school .sc-banner{
    margin: 0.4rem auto;
}
.content .school .sc-banner .swiper-slide{
    text-align: center;
    color: #666;
}
.content .school .sc-banner .swiper-slide img{
    padding: 0.2rem ;
    box-sizing: border-box;
}

.content .school .sc-banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image:url("../images/r.png");
}
.content .school .sc-banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image:url("../images/l.png");
}

.content .wx-info{
    background: #f3f3f3;
    padding: 0.3rem 0;
}
.content .wx-info .vx{
    width: 30%;
    text-align: center;
}
.content .wx-info .vx img{
    width: 70%;
    margin: 0.2rem auto;
}
.content .wx-info .txt{
    float: left;
}
.content .wx-info .txt .qq{
    text-align: right;
    font-size: 0.28rem;
    line-height:0.48rem ;
    color: #666;
    margin-top:0.2rem;
}
.content .wx-info .txt .time{
    color: #666;
    margin-top: 0.1rem;
}



.service-con{
    font-size: 0.28rem;
    margin-bottom: 1rem;
}
.service-con .service-name{
    position: fixed;
    width: 100%;
    top: 1.2rem;
    left: 0;
}
.service-con li{
    float: left;
    width: 33.33%;
    background: #f3f3f3;
    font-size: 0.32rem;
    line-height: 0.8rem;
    height: 0.8rem;
    text-align: center;
    
}
.service-con li a{color: #33b6fc;}
.service-con li.active a{
    background: #33b6fc;
    font-weight: bold;
    color: #fff;
}
.service-con .service-text .item h4{
    line-height: 0.48rem;
    color: #000;
    font-size: 0.36rem;
    margin: 0.4rem auto 0.2rem;
}
.service-con .service-text{
    width: 97%;
    margin: 1.2rem 1.5%;
}
.service-con .service-text .item h4:before{
    content: "";
    background: #33b6fc;
    width: 0.1rem;
    height: 0.32rem;
    display: inline-block;
    margin:0 0.1rem;
}
.service-con .service-text .item p{
    padding: 0 0.2rem;
}
.service-con .service-text .item h3{
    background: #f3f3f3;
    line-height: 0.56rem;
    font-size: 0.3rem;
}
.service-con .service-text .item h3 span{
    background: #33b6fc;
    display: inline-block;

}

.service-con .service-text .item h6{
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #000;
}


.others .other-nav{
    border-top:0.2rem solid #024299;
}
.others .other-nav ul{
    position: fixed;
    border-right: 1px solid #ddd;
    background: #fff;
    height: 100%;
    width: 28%;
}
.others .other-nav ul li{
    line-height: 0.6rem;
    font-size: 0.28rem;
    box-sizing: border-box;
    position: relative;
    text-indent: 0.6rem;
    font-weight: bold;
}
.others .other-nav ul li.active{
    color: #024299;
}
.others .other-nav ul li i{
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
}
.others .other-nav ul li:nth-child(1) i{
    background: url("../images/li01.png") no-repeat center;
    background-size: contain;
}
.others .other-nav ul li:nth-child(2) i{
    background: url("../images/li02.png") no-repeat center;
    background-size: contain;
}
.others .other-nav ul li:nth-child(3) i{
    background: url("../images/li03.png") no-repeat center;
    background-size: contain;
}
.others .other-nav ul li:nth-child(4) i{
    background: url("../images/li04.png") no-repeat center;
    background-size: contain;
}

.others .other-con{
    position: absolute;
    left: 28%;
    bottom: 1.2rem;
    top: 1.4rem;
    width: 68%;
    margin: 0 2%;
    overflow: hidden;
    font-size: 0.28rem;
    overflow: auto;
}
.others .other-con .other-text h3{
    font-size: 0.36rem;
    color: #000;
    text-align: center;
    margin: 0.2rem auto;
}
.others .other-con .other-text p{
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
}
.others .other-con .other-text h5{
    font-size: 0.3rem;
    color: #000;
    text-align: left;
    margin: 0.2rem auto;
    font-weight: bold;
}


.expert-con .expert-group{
    position: fixed;
    width: 100%;
    top: 1.2rem;
    left: 0;
}
.expert-con .expert-group li{
    float: left;
    width: 50%;
    background: #f3f3f3;
    font-size: 0.32rem;
    line-height: 0.8rem;
    height: 0.8rem;
    text-align: center;
    color: #33b6fc;
}
.expert-con .expert-group li a{color: #33b6fc; }
.expert-con .expert-group li.active a{
    background: #33b6fc;
    font-weight: bold;
    color: #fff;
}
.expert-con .expert-list{
    width: 97%;
    margin: 1.2rem 1.5%;
}

.expert-con .expert-list .list{
    width: 97%;
    margin: 0 1.5% 1rem;
}
.expert-con .expert-list .list li{
    padding: 0.2rem 0;
    border-bottom: 1px solid #ddd;
}
.expert-con .expert-list .trans .pic img{
    float: left;
    width: 30%;
}
.expert-con .expert-list .trans .pic p{
    float: left;
    margin-top: 15%;
    margin-left: 5%;
    font-size: 0.32rem;
}
.expert-con .expert-list .trans .txt{
    font-size: 0.28rem;
    color: #666;
    line-height: 0.36rem;
    text-indent: 0.6rem;
    margin-top: 0.2rem;
}
.expert-con .expert-list .polish{
    font-size: 0.28rem;
}

.expert-con .expert-list .polish .name{
    font-size: 0.32rem;
    line-height: 0.48rem;
}
.expert-con .expert-list .polish .name:before{
    content: "";
    background: #33b6fc;
    width: 0.1rem;
    height: 0.32rem;
    display: inline-block;
    margin: 0 0.1rem;
}
.expert-con .expert-list .polish p{
    margin: 0.2rem auto;
}


.content .consult{
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-top: 0.4rem;
}

.content .consult h3{
    font-size: 0.36rem;
    color: #000;
    text-align: center;
    margin: 0.2rem auto;
}
.content .consult p{
    width: 90%;
    margin: 0.2rem auto;
    text-align: center;
}
.content .consult p:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.content .consult p label{
    width: 25%;
    text-align: left;
    float: left;
    display: inline-block;
}
.content .consult p input,
.content .consult p select,
.content .consult p textarea{
    width: 65%;
    text-align: left;
    float: left;
    height: 0.48rem;
}
.content .consult p textarea{
    height: auto;
}
.content .consult p span{
    display: inline-block;
    color: red;
    float: left;
    margin-left: 0.2rem;
}



.content .case-con {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin:0.4rem auto 1rem;
}


.content .case-con .case-list dl{
    border-bottom: 1px solid #eee;
    padding: 0.3rem 0;
}

.content .case-con .case-list dl:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.content .case-con .case-list dl dt{
    float: left;
    width: 28%;
}
.content .case-con .case-list dl dd{
    float: right;
    width: 70%;
    font-size: 0.24rem;
    line-height: 0.44rem;
}
.content .case-con .case-list dl dd span{
    font-size: 0.3rem;
    color: #000;
}
.content .case-con .case-list dl dd .tit{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .case-con .case-list dl dd .sub{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content .evaluate{

    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 1rem;
}
.content .evaluate h3{
    font-size: 0.36rem;
    color: #000;
    text-align: center;
    margin: 0.5rem auto 0.2rem;
}
.content .evaluate h3:before,
.content .consult h3:before,
.content .case-con:after,
.content .after-sale:after,
.content .after-sale:after,
.content .safe:after,
.content .realm:before {
    content: "";
    display: block;
    position: fixed;
    top: 1.2rem;
    width: 100%;
    background:#024299;
    height: 0.15rem;
}

.content .evaluate .eval-list p{
    margin: 0.2rem auto;
    padding: 0.1rem 2px;
    font-size: 0.28rem;
    border-bottom: 1px dashed #ccc;
}
.content .evaluate .eval-list p span{
    font-weight: bold;
    color: #333;

}
.content .after-sale,
.content .pay,
.content .safe{
    margin: 0.4rem auto 0;
}
.content .after-sale h3,
.content .pay h3,
.content .safe h3,
.content .realm h3{
    font-size: 0.36rem;
    color: #000;
    text-align: center;
    margin: 0.2rem auto;
}

.content .after-sale p,
.content .pay p,
.content .safe p{
    margin: 0.2rem auto;
    padding: 0 0.2rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
    text-indent: 0.5rem;
}
.content .safe h5{
    font-size: 0.32rem;
    color: #08c;
    font-weight: bold;
}


.content .realm{
    margin: 0.4rem auto 0;
}

.content .realm .excel-list li{
    float: left;
    width: 18%;
    margin: 0.15rem 3.5%;
    text-align: center;
}













/*--pages---*/
.pages{
    margin: 0 auto;
    text-align: center;
    margin-top: 0.5rem;
}
.pages a{
    display: inline-block;
    border: 1px solid #33b6fc;
    width: 0.5rem;
    height:0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.32rem;
    margin-right: 0.1rem;
}
.pages span{
    background: #33b6fc;
    color: #fff;
	display: inline-block;
    border: 1px solid #33b6fc;
    width: 0.5rem;
    height:0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.32rem;
    margin-right: 0.1rem;
}










