/* css reset */

html,
body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*user-select:inherit;*/
    color: #333;
    outline: none;
    min-width: 1200px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", 寰蒋闆呴粦;
}

fieldset,
img {
    border: 0;
    outline: medium none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

[hidden],
script {
    display: none;
}

a {
    text-decoration: none;
    outline: medium none;
}

input,
textarea {
    outline: medium none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    /*display: block;*/
    /*height: auto;*/
    /*margin: auto;*/
}

.clear-float {
    clear: both;
}

.header {
    width: 100%;
    position: fixed;
    top:0%;
    z-index: 9999;
}
.height-140{
    min-height: 140px;
}
#scrolltop_top{
    display: none;
}
/* 澶撮儴*/

.header-top {
    height: 40px;
    background-color: #333;
}

.header-top-inner {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 40px;
}

.header-top-left {
    float: left;
}

.header-top-left p {
    color: #fff;
}

.header-top-left a:hover {
    color: #db090e;
}

.header-top-left span {
    margin: 0 10px 0 10px;
}

.header-top-right {
    float: right;
}

.header-right-div {
    float: left;
    margin: 0 0 0 20px;
    position: relative;
}

.header-div-img {
    float: left;
    overflow: hidden;
    margin: -1px 5px 0 0;
}

.header-right-div span {
    float: left;
    color: #eee;
}

.header-right-div a {
    color: #eee;
}

.header-right-div a:hover {
    color: #ff731f;
}

.header-right-div span:hover {
    color: #ff731f;
}

.header-content {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 40px;
    left: -10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
}

.header-right-div:hover .header-content {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}
.header-middle-all{
    width:100%;
    overflow: hidden;
    background-color: white;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px rgba(0,0,0,0.1);
}
.header-middle {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background-color: white;
}

.logo {
    float: left;
    margin: 18px 0;
    width: 300px;
}
/*瀵艰埅*/
/*
    .header-nav {
        height: 45px;
        float: right;
    }
*/

.header-nav-li {
    height: 100%;
    float: left;
    margin: 30px 0 0 30px;
}

.header-nav-a {
    display: block;
    color: #333;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    font-size: 16px;
    height: 100%;
    line-height: 45px;
    padding: 0 10px 26px 10px;
}

.header-nav-a:hover {
    color: #015a9e;
}

.nav-active {
    color: #015a9e;
    border-bottom: 4px solid #015a9e;
}

.content {
    overflow: hidden;
    /*margin-top: 140px;*/
}
/*杞挱*/


/*涓讳綋鏍囬*/

.main-title {
    text-align: center;
    overflow: hidden;
    padding: 60px 0 30px 0;
}

.main-title h4 {
    font-weight: bold;
    font-size: 22px;
    display: block;
}

.main-title h3 {
    font-size: 32px;
    padding: 0 20px;
}

.main-title p {
    font-size: 16px;
    margin: 20px 0 0 0;
    color: #666;
}

.main-title hr {
    background-color: #ddd;
    color: #eee;
    height: 1px;
    border: 0;
}
/*鎴戣兘鍋氫粈涔�*/

.index-do {
    overflow: hidden;
    padding: 0 0 50px 0;
    background-color:#f9f9f9 ;
    /*background-image: url(../images/bg5.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    background-size: 1920px 900px;
}

.index-do-inner {
    width: 1235px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.index-do-ul {
    width: 1235px;
    margin-top:20px;
}
.index-do-ul>li .index-do-li-none{
    display: none;
}
.index-do-li-none{
    display: none;
}
.index-do-ul>li {
    width: 24%;
    min-height:420px;
    max-height: 480px ;
    border: 1px solid #eee;
    float: left;
    margin: auto;
    z-index:999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    background-color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.index-do-ul .active{
    width: 24%;
    height:490px;
    margin-top: -35px;
    border: 1px solid #eee;
    float: left;
    z-index:9999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-shadow: 0px 15px 15px #aaa;
    /*transform: translateY(-50px);*/
    /*-webkit-transform: translateY(-50px);*/
    /*-moz-transform: translateY(-25px);*/
    /*-o-transform: translateY(-25px);*/
    transform: scale(1.1,1);
    -webkit-transform: scale(1.1,1);
    -moz-transform:scale(1.1,1);
    -o-transform:scale(1.1,1);
    position: relative;
    background-color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
/*.index-do-ul>li:hover {*/
/*width:28%;*/
/*height:580px;*/
/*!*box-shadow: 0 0 15px #aaa;*!*/
/*transform: translateY(-50px);*/
/*-webkit-transform: translateY(-50px);*/
/*-moz-transform: translateY(-50px);*/
/*-o-transform: translateY(-50px);*/
/*}*/

/*.index-do-ul>li .index-do-img:hover {*/
/*transform: translateY(-5px);*/
/*-webkit-transform: translateY(-5px);*/
/*-moz-transform: translateY(-5px);*/
/*-o-transform: translateY(-5px);*/
/*}*/

.index-do-bg {
    width: 100%;
    height:160px;
    overflow: hidden;
    display: table;
    vertical-align: middle;
    text-align: center;
    background-color: #F4F4F3;
}
.index-do-bg img{
    margin:30px auto 20px;
}
.index-do-bg>h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin:15px 0 0 0;
    color: white;
}
.index-do-bg>h3>p{
    color: white;
}
.index-do-word-one {
    padding: 0 14px;
    /*position: absolute;*/
    bottom: 10px;
}

.index-do-word-one>h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 6px 0 0 0;
}

.index-do-word-one>p {
    text-align: justify;
    line-height: 24px;
    margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 5;*/
    -webkit-box-orient: vertical;
    height: 148px;
}

.index-do-word-one>p>b {
    color: #ff6801;
}

.index-do-word-one>h4 {
    text-align: center;
    margin: 10px 0 0 0;
}

.index-do-word-one>h4>b {
    color: #ff6801;
    font-size: 16px;
}
.index-do-bg.bg1 {
    background-image: url(../images/hove-bg.png);
    background-repeat: no-repeat;
    background-size:100%;
}

.index-do-bg.bg2 {
    background-image: url(../images/hove-bg.png);
    background-repeat: no-repeat;
}

.index-do-bg.bg3 {
    background-image: url(../images/hove-bg.png);
    background-repeat: no-repeat;
}

.index-do-bg.bg4 {
    background-image: url(../images/hove-bg.png);
    background-repeat: no-repeat;
}

.index-do-img {
    width: 252px;
    height: 190px;
    overflow: hidden;
    margin: -100px auto 0 auto;
    display: table;
    vertical-align: middle;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.index-do-img img {
    margin: 0 auto;
}

.index-do-word {
    padding: 0 14px;
    /*position: absolute;*/
    bottom: 10px;
}

.index-do-word>h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 6px 0 0 0;
}

.index-do-word>p {
    text-align: justify;
    line-height: 24px;
    margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 5;*/
    -webkit-box-orient: vertical;
    height: 148px;
}

.index-do-word>p>b {
    color: #ff6801;
}

.index-do-word>h4 {
    text-align: center;
    margin: 10px 0 0 0;
}

.index-do-word>h4>b {
    color: #ff6801;
    font-size: 16px;
}
.index-do-li-active .index-do-bg h3>a{
    color: white;
}
.index-do-a a {
    padding: 6px 24px;
    /*background-color: #ff6801;*/
    color: #666666;
    border: 1px solid #c6c6c6;
    /*border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-o-border-radius: 5px;*/
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.index-do-a .index-do-detail-d{
    color: #ff6801;
    border: 1px solid #ff6801;
}
.index-do-a {
    overflow: hidden;
    margin: 20px 0 0 0;
}

.index-do-detail {
    float: left;
    color:#ff6801 ;
    border: 1px solid #ff6801;
}
.index-do-case {
    float: right;
}
.index-do-li-active .index-do-word .index-do-a .index-do-detail{
    color: #fff;
    border: 1px solid #ff6801;
    background-color: #ff6801;
}
.index-do-li-active .index-do-word .index-do-a .index-do-case{
    color: #7c7c7c;
    border: 1px solid #efefef;
    background-color: #efefef;
}
/*.index-do-a:hover.index-do-a a {*/
/*color: #ff6801;*/
/*border: 1px solid #ff6801;*/
/*}*/

/*.index-do-a a:hover {*/
/*background-color: rgba(255, 104, 1, .8);*/
/*}*/
/*8骞村紑鍙戠粡楠�*/

.index-suffer {
    background-image: url(../images/bg6.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.index-suffer-inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0;
}

.index-suffer-title {
    float: left;
    color: #fff;
}

.index-suffer-title h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.index-suffer-title h4 {
    margin: 10px 0 0 0;
    color: #ddd;
}

.index-suffer-title p {
    line-height: 24px;
    color: #eee;
}

.index-suffer-ul {
    float: right;
}

.index-suffer-li {
    float: left;
    color: #fff;
    text-align: center;
    letter-spacing: 0.4px;
}

.index-suffer-img {
    width: 81px;
    height: 81px;
    overflow: hidden;
    margin: 0 auto 10px auto;
}

.index-suffer-ul .line {
    width: 1px;
    height: 100px;
    background-color: rgba(255, 255, 255, .4);
    float: left;
    margin: 10px 15px;
}

.index-suffer-li>h3 {
    font-size: 16px;
    font-weight: bold;
}

.index-suffer-li>p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 5px 0 0 0;
    /*        font-weight: bold;*/
}
/*鎴戞槸璋�*/

.index-who {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 0 0 44px 0;
}

.index-who-inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.index-who-ul {
    width: 1220px;
    height: auto;
}

.index-who-ul>li {
    float: left;
    position: relative;
}

.index-who-ul>li:hover {
    /*filter: grayscale(100%);*/
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.who-one-li {
    width: 590px;
    height: 331px;
    overflow: hidden;
    margin: 0 20px 20px 0;
}
.who-one-li img{
    width: 100%;
}
.who-one-li img{
    transition: all 5.3s;
    -webkit-transition: all 5.3s;
    -moz-transition: all 5.3s;
    -o-transition: all 5.3s;
}
.who-one-li:hover.who-one-li img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.who-one-li>p {
    font-size: 14px;
    color: #666;
    text-align: justify;
    line-height: 24px;
}

.who-one-li>p:hover {
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.who-two-li {
    width: 293px;
    height: 240px;
    overflow: hidden;
    margin: 0 15px 0 0;

}
.who-two-li img{
    width: 100%;;
}
.who-two-li>a{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.index-who-wrap {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    color: #eee;
    padding: 12px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

/*.index-who-ul>li:hover .index-who-wrap {
        bottom: 0;
    }*/
.box-img{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 330px;
    overflow: hidden;
}
.box-img img{
    transition: all 5.5s;
    -webkit-transition: all 5.5s;
    -moz-transition: all 5.5s;
    -o-transition: all 5.5s;
}
.box-img:hover.box-img img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.box-img-wrap{
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    color: #eee;
    padding: 12px;
}
.index-who-wrap p {
    font-size: 12px;
    margin: 6px 0 0 0;
}

.index-who-wrap h4 {
    text-align: center;
}

.index-who-list {
    background-color: #fff;
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 20px 0 0 20px;
}

.index-who-list>li {
    float: left;
    width: 49%;
    height: 145px;
    margin: 0 11px 10px 0;
}

.index-who-img {
    float: left;
    width: 145px;
    height: 131px;
    overflow: hidden;
    margin: 0 14px 0 0;
    display: block;
}
.index-who-img>img {
    margin: 15px;
    width: 100%;
    height: 100%;
}

.index-who-list>li:hover .index-who-img>img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.index-who-img>img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.index-who-word {
    float: left;
    width: 400px;
    padding: 10px 0 0 0;
}

.index-who-word h3 {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 21px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.index-who-list>li:hover .index-who-word h3{
    color: #015a9e;
}

.index-who-word p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 46px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.index-who-list>li:hover .index-who-word p{
    color: #444;
}
.pagging-ul {
    overflow: hidden;
    margin: 10px 0 0 0;
}

.pagging-li {
    background-color: #eee;
    float: left;
    margin: 0 10px 0 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    width: 25px;
    height: 25px;
}

.pagging-li>a {
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
}

.pagging-li:active {
    opacity: .6;
}

.scroll-left-wrap {
    width: 1200px;
    overflow: hidden;
    /*height: 240px;*/
}
/*缁忓吀妗堜緥*/

.index-case {
    overflow: hidden;
    padding: 0 0 44px 0;
    /*background-color: #f5f5f5;*/
}

.index-case-inner {
    width: 1200px;
    margin: 0 auto;
    padding-top:30px;
}
.index-news-inner {
    width: 1200px;
    margin: 0 auto;
    padding-top:10px;
}
.index-case-nav {
    display: inline-block;
}
.index-news-inner .case-nav-li{
    padding: 6px 22px;
    border-radius: 20px;
    background-color: #00b9ef;
    border: solid 1px #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 14px;
    margin: 0 30px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    display: inline;
}
.index-news-inner .case-nav-li.active {
    background-color:#fdd000;
    border: solid 1px #fdd000;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.case-nav-li {
    padding: 6px 22px;
    background-color: #dedede;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 14px;
    margin: 0 30px;
    cursor: pointer;
    text-align: center;
    display: inline;
}

.index-case-div {
    text-align: center;
}

.case-nav-li.active {
    background-color: #4a9cda;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    box-shadow: 1px 3px 5px #bbacac;
}

.index-case-content {
    overflow: hidden;
    margin: 40px 0 0 0;
}
.index-news-content {
    overflow: hidden;
    margin: 40px 0 0 0;
}
.index-case-ul {
    /*width: 1220px;*/
    width: 1350px;
}

.index-case-li {
    width: 165px;
    float: left;
    margin: 10px 40px 30px 0;
}
.index-case-li h3{
    /*height: 42px;*/
    text-align: center;
    margin: 25px 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*display: -webkit-box;
    	-webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;*/
}
.index-case-img {
    width: 163px;
    height: 163px;
    border-radius: 30px;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:center;
    justify-content: center;

    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.index-case-img:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    box-shadow:5px 5px 8px #DDD;
    -moz-box-shadow:5px 5px 8px #DDD;
    -webkie-box-shadow:5px 5px 8px #DDD;
}

/*.index-case-li:hover.index-case-li img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
    }*/

.index-case-li:hover.index-case-li h3 {
    color: #015a9e;
}

.index-case-img img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    width: 100%;
}

.index-case-word {
    padding: 0 10px 14px 10px;
}

.index-case-word>h3 {
    margin: 14px 0 6px 0;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.index-case-word>p {
    color: #666;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.index-case-ul {
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.index-case-ul.active {
    display: block;
    animation: myfirst .8s;
    -webkit-animation: myfirst .8s;
}

@keyframes myfirst {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes myfirst {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.more-case {
    width: 100px;
    background-color: #fff;
    border: 1px solid #eee;
    margin: 10px auto 0 auto;
    display: block;
    text-align: center;
    padding: 8px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.more-case:hover {
    color: #fff;
    background-color: #015a9e;
}
/*鏂伴椈璧勮*/
.index-news-li-contain{
    width: 1350px;
    height:400px;
    margin: 0px auto 20px auto;
    overflow: hidden;
    position: relative;
}
.index-news-first{
    width:350px;
    height:358px;
    background: #fff;
    float: left;
    margin-right: 20px;
}
.index-news-first dt>img{
    align-items: center;
    width: 340px;
    height:175px;

}
/*.index-news-first .news-img{*/
/*padding: 5px 5px;*/
/*overflow: hidden;*/
/*text-align:center;*/
/*text-overflow: ellipsis;*/
/*}*/
.index-news-first .news-title{
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    display:-moz-box;
    -webkit-line-clamp:1;
    width: 300px;
    margin:10px auto;
    -webkit-box-orient: vertical;
    height:20px;
    font-size:16px;
    font-family: "Microsoft YaHei", 寰蒋闆呴粦;
}
.index-news-first .news-intro{
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    display:-moz-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    margin:5px auto;
    width: 300px;
    font-size:50px;
    color: #666;
    max-height:78px;
}
.index-news-first .news-intro>p{
    font-size:12px;
    line-height: 25px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    display:-moz-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
/*.index-news-first .news-intro>span{*/
/*overflow: hidden;*/
/*text-align: justify;*/
/*text-overflow: ellipsis;*/
/*display: -webkit-box;*/
/*display:-moz-box;*/
/*-webkit-line-clamp:3;*/
/*-webkit-box-orient: vertical;*/
/*margin:5px auto;*/
/*width: 300px;*/
/*font-size:50px;*/
/*line-height: 15px;*/
/*color: #666;*/
/*max-height:100px;*/
/*}*/
.index-news-first .news-ffoot{
    position: absolute;
    height: 35px;
    width: 320px;
    margin: 0px auto;
    color: #aaa;
    line-height: 35px;
    bttom:50px;
    padding:0px 0px 0px 30px;
}
.index-news-right{
    width:980px;
    height: 358px;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
}
.index-news-right .news-divs{
    width: 386px;
    height: 105px;
    background-color: white;
    /*background: url(../images/new-list.png) no-repeat top center;*/
    overflow: hidden;
    /*cursor: pointer;*/
    float: left;
    margin: 0 20px 21px 0;
    border:white 2px solid;
    display: block;
    color: #337ab7;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
}
#news-d:hover{
    border:#fdd000 2px solid;
}
#news-d:hover> #news-calender1{
    background: url(images/time-yellow.png) no-repeat  center;
}
#news-d-2:hover{
    border:#fdd000 2px solid;
}
#news-d-2:hover> #news-calender1-2{
    background: url(images/time-yellow.png) no-repeat  center;
}
#news-d-3:hover{
    border:#fdd000 2px solid;
}
#news-d-3:hover> #news-calender1-3{
    background: url(images/time-yellow.png) no-repeat  center;
}
#news-d-4:hover{
    border:#fdd000 2px solid;
}
#news-d-4:hover> #news-calender1-4{
    background: url(images/time-yellow.png) no-repeat  center;
}
#news-d-5:hover{
    border:#fdd000 2px solid;
}
#news-d-5:hover> #news-calender1-5{
    background: url(images/time-yellow.png) no-repeat  center;
}
/*.index-news-right .news-divs .add-border{*/
/*border: #fdd000 2px solid ;*/
/*}*/
/*.index-news-right .news-divs .news-calender .add{*/
/*background: url(../img/time-yellow.png) no-repeat  center;*/
/*}*/
.index-news-right .news-divs .news-calender{
    width: 100px;
    height: 106px;
    text-align: center;
    background: url(images/time-blue.png) no-repeat  center;
    float: left;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    color:#fff;
}
.index-news-right .news-divs .news-calender .bday{
    width: 100px;
    font-size: 25px;
    font-weight: 600;
    margin-top:25px;
    margin-bottom: 5px;
    height: 30px;
}
.index-news-right .news-divs .news-rmain{
    float: left;
    height: 106px;
    overflow: hidden;
    text-align: center;
    border: #fff 2px solid;
    display: block;
    cursor: pointer;
    color: #337ab7;
    z-index:9999;

}
.index-news-right .news-divs .news-rmain>h2{
    font-size:17px;
    text-align: left ;
    margin:15px 0 5px 0;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    display:-moz-box;
    -webkit-line-clamp:1;
    width:250px;
    -webkit-box-orient: vertical;
    max-height:20px;
}
.index-news-right .news-divs .news-rmain>p{
    text-align: left ;
    margin:12px 0 5px 0;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display:box;
    display: -webkit-box;
    display:-moz-box;
    -webkit-line-clamp:2;
    width:250px;
    line-height: 16px;
    -webkit-box-orient: vertical;
    max-height:34px;
    color:#666;
}
/*.index-news-right .news-divs .news-rmain>p:after{
    display: inline;
    content: "...";
}*/
.index-news {
    overflow: hidden;
    padding: 0 0 44px 0;
    background-color:#00b9ef;
}

.index-news-inner {
    width: 1200px;
    margin: 0 auto;
}

.index-news-ul {
    overflow: hidden;
    color: #eee;
    margin: 0 60px 50px 60px;
}

.index-news-ul>li {
    width: 19.6222%;
    margin: 0 2px;
    float: left;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.index-news-li:hover {
    opacity: 0.8
}

.index-news-li:hover.index-news-li .index-news-word {
    padding: 40px 0 0px;
}

.index-news-li.li1 {
    background-color: #33a26a;
}

.index-news-li.li2 {
    background-color: #5da6e4;
}

.index-news-li.li3 {
    background-color: #dcb767;
}

.index-news-li.li4 {
    background-color: #4a65cc;
}

.index-news-li.li5 {
    background-color: #f49126;
}

.index-news-li.li2,
.index-news-li.li4 {
    margin-top: 60px;
}

.index-news-li.li4:hover {
    margin-top: 0;
}

.index-news-li.li2:hover {
    margin-top: 0;
}

.index-news-li.li2 span {
    color: #5da6e4;
}

.index-news-li.li4 span {
    color: #4a65cc;
}

.index-news-header {
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
}

.index-news-header span {
    font-weight: bold;
    font-size: 16px;
    margin: 0 14px 0 14px;
    color: #eee;
}

.index-news-img {
    width: 100%;
    height: 165px;
    margin: 0 auto;
}

.index-news-word {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.index-news-word h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto 6px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 90%;
    color: #eee;
}

.index-news-word>a>p {
    margin: 0 14px;
    font-size: 12px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 87%;
    color: #eee;
    margin-bottom: 10px;
}

.index-news-bg {
    position: relative;
    font-size: 16px;
    height: 90px;
    font-weight: bold;
    color: #eee;
}

.index-news-month {
    position: absolute;
    top: 14%;
    right: 50%;
}

.index-news-date {
    position: absolute;
    bottom: 14%;
    left: 50%;
}
/*鍙戝睍鍘嗙▼*/

.index-course {
    overflow: hidden;
    padding: 0 0 44px 0;
}

.inner-course-inner {
    width: 1200px;
    margin: 0 auto;
}
/*鍚堜綔鍟嗗*/

.index-merchant {
    overflow: hidden;
    /*background-image: url(../images/bg3.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    height:680px;
    background-color: #f2f2f2;
    /*background-size: 1920px 770px;*/
    padding:40px 0 0 0;
}

.index-merchant-title {
    margin: 10px 0 50px 0;
    overflow: hidden;
}

.merchant-title-list {
    overflow: hidden;
    float: right;
}

.merchant-title-li {
    float: left;
    color: #eee;
    margin: 0 70px 0 0;
}

.merchant-title-img {
    width: 89px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto 18px auto;
}

.merchant-title-left {
    padding: 0 0 0 50px;
    float: left;
}

.merchant-title-left h3 {
    color: #f47909;
    font-size: 50px;
    float: left;
    letter-spacing: 1px;
    margin: 0 14px 0 0;
}

.merchant-title-number {
    float: left;
}

.merchant-title-number p {
    color: #eee;
    margin: 8px 0 0 0;
    font-size: 16px;
}

.merchant-title-left>p {
    font-size: 18px;
    color: #eee;
    width: 130px;
    margin: 10px 0 0 0;
}

.index-merchant-inner {
    width: 1200px;
    margin: 40px auto 0;
    overflow: hidden;
}
/*铚傜獫鍥�*/
.clear{clear: both;}
.container{width:1200px;margin:50px auto;margin: 0;padding: 0;}
.con-show01{width:120px;height:150px;float: left;margin-left:7px;overflow: hidden;transform:rotate(120deg);}
.con-show02{width: 100%;height: 100%;overflow: hidden;transform:rotate(-60deg);}
.con-show03{width: 100%;height: 100%;overflow: hidden;transform:rotate(-60deg);position: relative;background:white;}
.con-show03 > div{width: 100%;height: 100%;position: absolute;top: 0;left: 0;opacity: 0;line-height:150px;text-align: center;color: #fff;cursor: pointer;background-color:black;transition: opacity 0.3s;}
.con-show03:hover > div{opacity:0.6;}
.con-show03>img{
    width: 100px;
    height:72.5px;
    margin:40px 10px 40px 10px;
}
.margin-left{margin-left:217px;}
.margin-top{margin-top: 100px;}
/*铚傜獫鍥�*/
.index-merchant-ul {
    width: 1200px;
    /*display: table;
        text-align: center;*/

    overflow: hidden;
    border-radius: 5px;
}
.index-merchant-ul.one{
    border-radius: 5px 5px 0 0;
}
.index-merchant-ul:last-child{
    border-radius: 0 0 5px 5px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -o-border-radius:5px;;
}
.index-merchant-ul>li {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 20%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    background-color: #fff;
    /*display: table-cell;
        vertical-align: middle;*/
    overflow: hidden;
    padding: 5px 18px;
    height: 100%;
    float: left;
    height: 120px;
}

.index-merchant-ul>li>img {
    /*width: 94%;*/
    margin: 0 auto;
}

.index-merchant-ul>li:hover {
    animation: myfirst3 1.6s;
    -webkit-animation: myfirst3 1.6s;
}

@keyframes myfirst3 {
    0% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes myfirst3 {
    0% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

.index-merchant-button {
    position: absolute;
    position: relative;
    z-index: 99;
    display: none;
    cursor: pointer;
}

.index-merchant-button li {
    width: 40px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    display: table;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 130px;
}

.index-merchant-button li img {
    margin: 60px auto;
    width: 14px!important;
    overflow: hidden;
}

.index-merchant-prve {
    left: 14px;
}

.index-merchant-next {
    right: 14px;
}

.index-merchant-inner:hover.index-merchant-inner .index-merchant-button {
    display: block;
    animation: mymerchant .8s;
    -webkit-animation: mymerchant .8s;
}

@keyframes mymerchant {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes mymerchant {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*鎴戜滑鐨勯儴闂�*/

.index-department {
    overflow: hidden;
    padding: 0 0 44px 0;
    /*border-bottom: 1px solid #ddd;*/
}

.index-department-swiper{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}
.index-department-swiper .swiper-container{
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.index-department-swiper .slider-control{
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 175px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
}
.index-department-swiper .slider-control-prev{
    left: -80px;
    background: url("/theme/default/images/icon_left.png") no-repeat center 100%;
}
.index-department-swiper .slider-control-next{
    right: -80px;
    background: url("/theme/default/images/icon_right.png") no-repeat center 100%;
}

.index-department-ul {
    /*width: 1230px;*/
    /*margin-left: -15px;*/
    height: 400px;
    padding-bottom: 20px;
    /*overflow: hidden;*/
}
.index-department-item{
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.index-department-news .index-department-ul {
    width: 1210px;
    margin-left: -5px;
    height: auto;
    overflow: hidden;
}
.index-department-news .inner{
    float: left;
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.index-department-news .index-department-l{

}
.index-department-li {
    /*float: left;*/
    /*width: 380px;*/
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    height: 400px;
    cursor: pointer;
}

.index-department-img {
    width: 100%;
    height: 210px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.index-department-news .index-department-img img{
    width: 100%;
}
.index-department-swiper .index-department-img img{
    height: 100%;
    margin: auto;
}
.index-department-word {
    height: 190px;
    padding: 14px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.index-department-word>h3 {
    text-align: center;
    color: #f47909;
    font-size: 22px;
}
.index-department-word>h4{
    text-align: center;
    margin: 12px 0 0 0;
    font-size: 16px;
}
.index-department-word>p {
    font-size: 14px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
    text-align: justify;
}

.index-department-word .line {
    height: 1px;
    width: 140px;
    background-color: #aaa;
    margin: 8px auto 10px auto;
}

.index-department-li:hover.index-department-img img {
    opacity: 0.6;
}
.index-department-li:hover .index-department-word{
    background-color: #3488ea;
}
.index-department-li:hover .index-department-word h4{
    color: #fff;
}
.index-department-li:hover .index-department-word .line{
    background-color: #fff;
}
.index-department-li:hover .index-department-word p{
    color: #fff;
}

.index-department-li {
    box-shadow: 5px 5px 5px #ddd;
    -webkit-box-shadow: 5px 5px 5px #ddd;
    -moz-box-shadow: 5px 5px 5px #ddd;
    -o-box-shadow: 5px 5px 5px #ddd;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
/*鍙戝睍鍘嗙▼*/

.index-course-inner {
    width: 1200px;
    margin: 0 auto;
}

.index-course-inner a {
    width: 1171px;
    margin: 0 auto;
    display: block;
}
/*鑱旂郴鎴戜滑*/

.index-contact {
    overflow: hidden;
    background-image: url(images/sydt.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    background-size: 1920px 400px;
}

.index-contact .main-title {
    color: #eee;
}

.index-contact .main-title p {
    color: #eee;
}

.index-contact-inner {
    width: 1200px;
    margin: 0 auto;
}

.index-contact-ul {
    width: 1210px;
}

.index-contact-li {
    float: left;
    width: 24.1666%;
    margin: 0 10px 0 0;
    color: #eee;
}

.index-contact-bottom {
    border: 1px solid #666;
    height: 76px;
    overflow: hidden;
    line-height: 76px;
    color: #999;
}

.index-contact-bottom>div {
    float: left;
    margin: 0 20px 16px 28px;
}

.index-contact-top {
    overflow: hidden;
    margin: 10px auto 34px auto;
}

.index-contact-img {
    float: left;
    margin: 0px 14px 0 46px;
}
.index-contact-number {
    float: left;
    width: 50%;
    height: 60px;
}
.index-contact-top h4 {
    font-size: 14px;
    margin: 3px 0 3px 0;
}
/*搴曢儴*/

.footer-top {
    overflow: hidden;
    background-color: #2c2c2c;
}

.footer-top-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.footer-introduce-ul {
    float: left;
    margin: 0 60px 0 0;
    color: #eee;
    font-size: 12px;
    line-height: 34px;
}

.footer-introduce-ul h3 {
    font-size: 16px;
}

.footer-introduce-ul a {
    color: #eee;
}

.footer-introduce-ul a:hover {
    color: #ff731f;
}

.footer-code {
    float: right;
    width: 164px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    color: #666;
    margin: 10px 0 0 0;
}

.footer-code div {
    width: 164px;
    overflow: hidden;
}

.footer-contact {
    float: left;
    color: #eee;
    /*margin: 0 0 0 10px;*/
}

.footer-contact h3 {
    font-size: 16px;
    margin: 6px 0 20px 0;
}

.footer-contact ul {
    font-size: 14px;
}

.footer-contact li {
    line-height: 30px;
    /*width: 362px;*/
}

.footer-contact li a {
    color: #eee;
}

.footer-contact li a:hover {
    border-bottom: 1px solid #eee;
}

.footer-bottom {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
}

.footer-link a {
    color: #333;
}

.footer-link a:hover {
    border-bottom: 1px solid #333;
    color: #333;
}

.footer-address {
    line-height: 34px;
}

.footer-bottom img {
    display: inline!important;
}
/*鍏充簬鎴戜滑*/

.about-nav {
    text-align: center;
    padding: 30px 0;
}

.about-content {
    border-top: 1px solid #eee;
    padding: 50px 0 30px 0;
}

.about-inner {
    width: 1200px;
    margin: 0 auto;
}
.about-nav a {
    color: #333;
    padding: 6px 22px;
}
.about-nav .case-nav-li.active a {
    color: #EEEEEE;
}
/*.item {*/
/*display: inline-block;*/
/*width: 250px;*/
/*height: 339px;*/
/*margin: 0 auto;*/
/*border: 2px;*/
/*overflow: hidden;}*/
.intro-pic {
    float: left;
    /*width: 590px;*/
    overflow: hidden;
    margin: 0 24px 0 0;
}

.intro-p {
    font-size: 14px;
    text-align: justify;
    line-height: 26px;
}
.about-nav .case-nav-li:hover{
    background-color: transparent!important;
    color: rgba(255, 104, 1, 1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.about-nav .case-nav-li a:hover{
    color: rgba(255, 104, 1, 1)!important;

}
.about-nav .case-nav-li a{
    font-size: 18px;
}
.about-nav li{
    background-color: transparent;
}
.about-nav .active {
    color: rgba(255, 104, 1, 1);
    background-color: transparent;
}
.about-nav .case-nav-li.active a {
    color: rgba(255, 104, 1, 1);
}
#about-nav li {
    padding: 6px 0;
}
/*鍙戝睍鍘嗙▼*/

.about-develop {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
}

.develop-line {
    width: 4px;
    height: 100%;
    position: absolute;
    bottom: 0;
    /*background-color: #fff;*/
    left: 50%;
    background-image: url(../images/line2.png);
    background-repeat: repeat-y;
}

.develop-icon {
    width: 26px;
    height: 26px;
    border: 1px solid #ff9727;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    margin: -13px 0 0 -13px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}

.develop-icon>div {
    width: 18px;
    height: 18px;
    background-color: #ff9727;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    margin: 4px auto;
    line-height: 16px;
}

.develop-ul {
    width: 100%;
    height: auto;
    position: relative;
}

.develop-li {
    position: relative;
    width: 100%;
    height: 170px;
    margin: 30px 0;
    overflow: hidden;
}

.develop-img.left {
    animation: myleft 1s;
    -webkit-animation: myleft 1s;
}

.develop-date.right {
    animation: myright 1s;
    -webkit-animation: myright 1s;
}

@keyframes myleft {
    0% {
        margin-left: -200px;
    }
    100% {
        margin-left: 0;
    }
}

@-webkit-keyframes myleft {
    0% {
        margin-left: -200px;
    }
    100% {
        margin-left: 0;
    }
}

@keyframes myright {
    0% {
        margin-right: -200px;
    }
    100% {
        margin-right: 0;
    }
}

@-webkit-keyframes myright {
    0% {
        margin-right: -200px;
    }
    100% {
        margin-right: 0;
    }
}

.develop-img img {
    -webkit-mask-image: url(../images/img08.png);
}

.develop-date img {
    -webkit-mask-image: url(../images/img09.png);
}

.develop-img {
    width: 45%;
    float: left;
}

.develop-img-inner {
    width: 324px;
    height: 171px;
    /*overflow: hidden;*/
    float: right;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}

.develop-date {
    width: 45%;
    float: right;
}

.develop-date-inner {
    float: left;
}

.develop-date-inner h3 {
    font-size: 34px;
    color: #015a9e;
    margin: 20px 0 0 0;
}

.develop-date-inner p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin: 10px 0 0 0;
}

.develop-date-inner.left {
    float: right!important;
}

.develop-date-inner.left>h3,
.develop-date-inner.left>p {
    float: right;
}
/*鍥㈤槦椋庨噰*/

.index-team-ul {
    width: 1210px;
}

.index-team-li {
    float: left;
    width: 31.5555%;
    border: 1px solid #eee;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0 20px 20px 0;
    height: 430px;
    overflow: hidden
}

.index-team-img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:center ;
    justify-content: center;
}
.index-team-img img{
    width: 100%;
}
.index-team-word {
    padding: 14px;
}

.index-team-word>h3 {
    text-align: center;
    color: #015a9e;
    font-size: 16px;
}

.index-team-word>p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
    text-align: justify;
}

.index-team-word .line {
    height: 2px;
    width: 40px;
    background-color: #015a9e;
    margin: 10px auto;
}

.index-team-li:hover.index-team-li img {
    opacity: 0.6;
}

.index-team-li:hover {
    box-shadow: 5px 5px 5px #ddd;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
/*鍒嗛〉*/

#demo1 {
    margin: 20px auto;
    height: 34px;
    text-align: center;
}

.layui-laypage {
    margin: 0!important;
    height: 34px;
    display: inline;
}

.layui-laypage a,
.layui-laypage span {
    font-size: 14px!important;
    margin: 0 10px 0 0!important;
}

.layui-laypage a,
.layui-laypage span {
    padding: 0 12px!important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #015a9e!important;
}

.layui-box a:hover {
    color: #015a9e!important;
}
/*鎷涜仒淇℃伅*/

.about-recruit>h2 {
    font-size: 24px;
    text-align: center;
    margin: 40px 0 40px 0;
    background-color: #EEEEEE;
    padding: 10px 0;
}

.about-recruit>h2:first-child {
    margin-top: 0;
}

.about-recruit>p {
    line-height: 26px;
}

.recruit-inner {
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 20px 0 20px 0;
    background-color: #fff;
}

.recruit-inner-left {
    width: 24%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0 40px;
    overflow: hidden;
    float: left;
}

.recruit-left-li {
    height: 100px;
    margin: 60px 0;
    line-height: 100px;
    font-size: 16px;
    cursor: pointer;
}

.recruit-bg {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    margin: 0 20px 0 0;
    background-color: #fff;
}

.bg-img1 {
    background-image: url(../images/icon18.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-img2 {
    background-image: url(../images/icon19.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-img3 {
    background-image: url(../images/icon20.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-img4 {
    background-image: url(../images/icon34.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.recruit-left-li.active {
    color: #015a9e;
}

.recruit-left-li.active .bg-img1 {
    background-image: url(../images/icon15.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.recruit-left-li.active .bg-img2 {
    background-image: url(../images/icon16.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.recruit-left-li.active .bg-img3 {
    background-image: url(../images/icon17.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.recruit-left-li.active .bg-img4 {
    background-image: url(../images/icon35.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.recruit-left-li.active .recruit-bg {
    background-color: #015a9e;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.recruit-inner-right {
    width: 66.6666%;
    float: left;
    padding: 0 50px;
    border-left: 1px solid #eee;
}

.recruit-right-li {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.recruit-right-li:last-child {
    border: 0;
}

.recruit-right-li>h3 {
    color: #015a9e;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.recruit-right-li>p {
    line-height: 24px;
    text-align: justify;
}

.recruit-inner-right>ul {
    display: none;
}

.recruit-inner-right>ul.active {
    display: block;
    animation: myfade .5s;
    -webkit-animation: myfade .5s;
}

@keyframes myfade {
    0% {
        opacity: .6;
        margin: -50px 0 0 0;
    }
    100% {
        opacity: 1;
        margin: 0;
    }
}

@-webkit-keyframes myfade {
    0% {
        opacity: .6;
        margin: -50px 0 0 0;
    }
    100% {
        opacity: 1;
        margin: 0;
    }
}
/*鑱旂郴鎴戜滑*/

.index-about-ul {
    text-align: center;
    line-height: 24px;
}

.index-about-ul li {
    float: left;
    width: 25%;
    overflow: hidden;
}

.index-about-ul h3 {
    margin: 0 0 5px 0;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.index-about-ul p {
    color: #999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-way-img {
    margin: 30px 0 30px 0;
}

.contact-words {
    background-color: #f5f5f5;
    margin: 20px 0 0 0;
    padding: 40px 0;
}

.contact-words-inner {
    width: 1200px;
    margin: 0 auto;
}

.contact-words-inner>h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
}

.contact-words-ul {
    width: 48%;
    float: left;
}

.contact-words-ul>li {
    width: 100%;
    height: 44px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin: 20px 0;
    line-height: 44px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.contact-words-ul>li.active {
    border-color: #015a9e;
}

.contact-words-li>input {
    outline: none;
    border: 0;
    margin: 0 0 0 10px;
    line-height: 44px;
    width: 98%;
}

.contact-words-right {
    width: 48%;
    float: right;
    border: 1px solid #ddd;
    background-color: #fff;
    height: 178px;
    overflow: hidden;
    margin: 20px 0 0 0;
}

.contact-words-right.active {
    border-color: #015a9e;
}

.contact-words-right textarea {
    width: 96%;
    margin: 10px;
    border: 0;
    outline: none;
}

.contact-map {
    padding: 50px 0 20px 0;
}

.main-map {
    margin: 0 auto;
}
/*浠樻鏂瑰紡*/

.about-pay {
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 10px 0 30px 0;
    border-bottom: 0;
    overflow: hidden;
    height: auto;
}

.pay-title {
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    background-color: #47cad2;
    color: #eee;
    font-weight: bold;
}

.pay-content {
    width: 100%;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    background-color: #fff!important;
}

.pay-bank {
    width: 40%;
    height: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    float: left;
    margin: 20px 70px;
}

.pay-bank {
    width: 162px;
    overflow: hidden;
}

.pay-bank-detail {
    width: 66%;
    float: right;
    border-left: 1px solid #ddd;
    padding: 30px 50px;
    line-height: 38px;
    font-size: 16px;
}
/*鏂伴椈璧勮*/

.news-ul {
    overflow: hidden;
    padding: 0 0 20px 0;
}

.news-li {
    border-bottom: 1px solid #eee;
    padding: 30px;
    overflow: hidden;
    height: 180px;
    background-color: #f9f9f9;
}

.news-li>div {
    float: left;
}

.news-date {
    width: 150px;
    text-align: center;
    margin: 0 10px 0 0;
}

.news-date>h3 {
    font-size: 36px;
    color: #666;
    margin: 44px 0 0 0;
}

.news-date>h4 {
    font-size: 14px;
    color: #a0a0a0;
    margin: 10px 0 0 0;
}

.news-list {
    width: 600px;
    position: relative;
    height: 100%;
}

.news-list>h3 {
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 22px;
}

.news-list>h3>a:hover {
    color: #015a9e;
}

.news-list>p {
    color: #666;
    line-height: 26px;
    margin: 30px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}

.news-list>a {
    padding: 6px 22px;
    border: 1px solid #015a9e;
    color: #015a9e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -mos-border-radius: 5px;
    -o-border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.news-img {
    float: right!important;
}

.news-img>a {
    width: 345px;
    height: 180px;
    overflow: hidden;
    display: block;
}
.news-li:hover{
    opacity: .8;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.news-list>a:hover {
    background-color: #015a9e;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
/*鏂伴椈璇︽儏*/
.news-detail>div>span{
    margin: 20px;
}
.news-detail {
    box-shadow: 0px 0px 10px #ccc;
    overflow: hidden;
}

.news-detail-title {
    text-align: center;
    margin: 30px 0 0 0;
    padding: 0 0 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.news-detail-title>h3 {
    font-size: 24px;
}

.news-detail-ul {
    display: inline-block;
    margin: 16px 0 0 0;
}

.news-detail-ul>li {
    float: left;
    margin: 0 10px;
}

.news-detail .article {
    padding: 30px 50px;
    line-height: 26px;
}

.news-detail-img {
    margin: 14px auto;
    text-align: center;
}

.news-detail-pagging {
    border-top: 1px solid #eee;
    padding: 20px;
}

.return-before {
    cursor: pointer;
}

.detail-pagging-ul {
    overflow: hidden;
}

.detail-pagging-ul>li {
    margin: 0 0 0 14px;
}

.detail-pagging-ul>li>a:hover {
    color: #015a9e;
}

.detail-pagging-next {
    float: right;
}

.detail-pagging-prev {
    float: right;
}
/*褰撳墠浣嶇疆*/

.present-location {
    width: 1200px;
    margin: 0 auto;
    padding: 12px 0;
    overflow: hidden;
}

.present-position {
    float: left;
}

.present-location-inner {
    float: left;
}

.information-location-span {
    color: #015a9e;
}

.present-location-inner>a:hover {
    color: #015a9e;
}
/*妗堜緥璇︽儏*/

.about-inner-position {}

.case-detail-top {
    text-align: center;
    padding: 30px 0;
    line-height: 24px;
}

.case-detail-top>p>span {
    color: #ff0000;
}

.case-detail {
    box-shadow: 0px 0px 10px #ccc;
    overflow: hidden;
    position: relative;
    top: -190px;
}

.case-detail {
    margin: 0 0 40px 0;
    padding: 40px;
    background-color: #fff;
}

.case-detail-logo {
    width: 150px;
    height: 150px;
    overflow: hidden;
    float: left;
    margin: 0 24px 0 0;
}

.case-detail-introduce>h3 {
    font-size: 24px;
    float: left;
}

.case-detail-introduce>a {
    padding: 4px 8px;
    background-color: #347bb1;
    color: #eee;
    margin: 0 0 0 10px;
    line-height: 34px;
    font-size: 12px;
}

.case-detail-introduce>a:hover {
    opacity: .8;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.case-detail-introduce>div {
    margin: 20px 0 10px 0;
    color: #666;
}

.case-detail-introduce>p {
    line-height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*app瀹氬埗*/
/*涓轰粈涔�*/

.why-inner {
    overflow: hidden;
    padding: 0 0 50px 0;
}

.why-img {
    float: right;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.why-img:hover {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
}

.why-list-ul {
    overflow: hidden;
    margin-top: 30px;
}

/*.why-list-ul>li {
        margin: 24px 0;
        font-size: 16px;
    }

    .why-list-li>b {
        width: 20px;
        height: 20px;
        display: block;
        float: left;
        border-radius: 100%;
        text-align: center;
        line-height: 20px;
        color: #fff;
        margin: 0 14px 0 10px;
        font-size: 14px;
    }*/
.why-list-li{
    float: left;
    width: 20%;
    text-align: center;
    color: #5a5959;
}
.why-list-li h3{
    font-size: 20px;
    margin:24px 0 8px 0;
}
.why-list-img{
    border-radius: 100%;
    width: 210px;
    height: 210px;
    overflow: hidden;
    margin: 0 10px;

}
.border1{
    border: 6px solid #eea139;
    border-top-color: #ededed;
    border-right-color: #ededed;
    border-bottom-color: #ededed;

}
.border2{
    border: 6px solid #1091e5;
    border-left-color: #ededed;
    border-right-color: #ededed;
    border-bottom-color: #ededed;
}
.border3{
    border: 6px solid #d60f60;
    border-top-color: #ededed;
    border-bottom-color: #ededed;
    border-right-color: #ededed;
}
.border4{
    border: 6px solid #38c4f8;
    border-left-color: #ededed;
    border-right-color: #ededed;
    border-bottom-color: #ededed;
}
.border5{
    border: 6px solid #f44932;
    border-left-color: #ededed;
    border-top-color: #ededed;
    border-bottom-color: #ededed;
    animation: border5 1.5s;
}
.why-list-img a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    /*padding: 5px;*/
}
.why-list-img div{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    z-index: 9;
    width: 96%;
    height: 96%;
    margin: 2%;
    border-radius: 100%;
    line-height: 200px;
    color: #fff;
    font-size: 20px;
    opacity: 0;
}
.why-list-img:hover.why-list-img div{
    animation: blockbg 1s;
}
@keyframes blockbg{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

.bring-li
    /*寮€鍙戜紭鍔�*/

.advantage-inner {
    background-color: #f3f2f2;
    overflow: hidden;
    padding: 0 0 50px 0;
    color: #fff;
}
.advantage-ul{
    position: relative;
    height: auto;
    /*width: 1100px;*/
    margin:0 auto;
}
.advantage-li{
    color: #fff;
    position: relative;
    width: 100%;
    height: 120px;
    /*margin: 8px 0;*/
}
.advantage-line{
    width: 1px;
    background-color: #fff;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.advantage-icon{
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    /*top: 0;*/
    margin: 45px 0 0 -5px;
}
.advantage-li .left{
    float: right;
    width: 48%;
}
.advantage-li .right{
    float: left;
    width: 48%;
}
.advantage-li .left .advantage-img-inner{
    float: left;

}
.advantage-li .left .advantage-date-inner{
    float: left;
}
.advantage-li .right .advantage-date-inner{
    float: right;
}
.advantage-li .right .advantage-date-inner p{
    float: right;
    text-align: right;
}
.advantage-li .right .advantage-img-inner{
    float: right;
}
.advantage-date-inner p{
    width: 100%;
    font-size: 14px;
    /*margin-bottom: 6px;*/
    line-height: 24px;
    text-align: justify;
}
.advantage-img-inner{
    margin-top: 36px;
}
.advantage-date-inner p:first-child{
    font-size: 16px;
}
/*鏈嶅姟娴佺▼*/

.flow-inner {
    border-bottom: 1px solid #eee;
    padding: 0 0 50px 0;
}

.service-flow {
    position: relative;
}

.service-flow-bimg {
    margin: 227px auto 0 auto;
    width: 551px;
}

.service-flow-pic {
    position: absolute;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.flow-inner .service-flow-pic.active {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.service-flow-pic:hover.service-flow-pic img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

.service-flow-pic img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.service-flow-pic.img01 {
    left: 0;
    bottom: 70px;
}

.service-flow-pic.img02 {
    left: 2%;
    bottom: 69%;
}

.service-flow-pic.img03 {
    left: 16%;
    bottom: 96%;
}

.service-flow-pic.img04 {
    left: 50%;
    top: -197px;
    margin: 0 0 0 -56px;
}

.service-flow-pic.img05 {
    right: 19%;
    bottom: 96%;
}

.service-flow-pic.img06 {
    right: 6%;
    bottom: 68%;
}

.service-flow-pic.img07 {
    right: 0;
    bottom: 70px;
}
/*寮€鍙戞渚�*/

.exploit-case {
    padding: 0 0 20px 0;
    overflow: hidden;
}
/*缃戠珯寤鸿*/

.reactive-inner {
    padding: 40px 0 40px 0;
}

.plan {
    background-image: url(../images/bg4.png);
    background-repeat: no-repeat;
    background-size: 1920px 580px;
    height: 580px;
    background-position: center center;
    overflow: hidden;
    padding-top: 20px;
}

.bring {
    padding: 40px 0;
    color: #fff;
}

/*.bring-img {
        margin: 0 10px 0 0;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        float: left;
    }

    .bring-img:hover {
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -o-transform: translateY(5px);
    }*/
/* /* /* /* /*
    .reactive-left {
        float: left;
        width: 40%;
    }

    .reactive-left .line {
        width: 40px;
        height: 1px;
        background-color: #666;
    }

    .reactive-left>h3 {
        font-size: 34px;
        margin: 24px 0 0 0;
    }

    .reactive {
        margin: 34px 0 10px 0;
    }

    .reactive>li {
        float: left;
        padding: 6px 22px;
        color: #fff;
        margin: 0 16px 0 0;
    }

    .reactive>li.one {
        background-color: #26c6da;
    }

    .reactive>li.two {
        background-color: #00b0ff;
    }

    .reactive>li.three {
        background-color: #4cdeb2;
    }

    .reactive-left>p {
        line-height: 22px;
        margin: 20px 0 0 0;
    }

    .reactive-ul {
        margin: 24px 0 0 0;
    }

    .reactive-ul>li {
        float: left;
        text-align: center;
        margin: 0 40px 0 0;
    }

    .reactive-li>div {
        width: 42px;
        overflow: hidden;
        margin: 0 0 6px 0;
    }

    .reactive-li-div {
        float: left;
        margin: 18px 5px;
    }

    .reactive-li-div>span {
        width: 3px;
        height: 3px;
        background-color: #ddd;
        display: block;
        float: left;
        margin: 0 2px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
    }*/

.main-title>h3>span {
    color: #fb574d;
}

/*.bring-right {
        width: 48%;
        float: right;
        padding: 20px 0 0 0;
    }

    .bring-right>h3 {
        font-size: 30px;
        margin: 50px 0 0 0;
    }

    .bring-right>p {
        font-size: 14px;
        line-height: 28px;
        color: #666;
    }

    .bring-right>p>b {
        color: #fb574d;
        font-size: 16px!important;
    }

    .bring-right>h2 {
        font-size: 28px;
        margin: 24px 0 14px 0;
        color: #fb574d;
    }

    .bring-right>h4 {
        font-size: 18px;
        margin: 0 0 20px 0;
    }*/

.plan-inner {
    width: 1245px;
    height: 219px;
    position: relative;
    margin: 80px 0 0 0;
}

.plan-inner-li {
    float: left;
    margin: 0 46px 0 9px;
    position: relative;
    z-index: 9;
}

.plan-line {
    position: absolute;
    left: 50%;
    margin: -8px 0 0 -442px;
    top: 50%;
}

.plan-inner-li>p {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: -10px 0 0 -32px;
}

.plan-img {
    width: 194px;
}

.plan-img {
    animation: myroate 5s infinite linear;
    -webkit-animation: myroate 5s infinite linear;
}

.plan-inner-li:hover.plan-inner-li .plan-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.plan-img img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

@keyframes myroate {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes myroate {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.bring-icon {
    width: 80%;
    margin: 20px 0 0 0;
}

.skrollr-body {
    /*
        position: fixed;
        left: 0;
        top: 144px;
        width: 100%;
*/
}

.content-position {
    margin: 544px 0 0 0;
}

.visible-content {
    /*
        position: relative;
        z-index: 999;
        background-color: #fff
*/
}
/*杞欢寮€鍙�*/

.perfect {
    padding: 70px 0;
    position: relative;
}

.perfect .about-inner {
    position: relative;
}

.perfect-img {
    width: 519px;
    height: 431px;
    margin: 0 0 0 -265px;
    position: absolute;
    top: 0;
    z-index: 9;
    left: 50%;
}

.perfect-bgimg {
    width: 1197px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.perfect-bgimg.active {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.layui-nav {
    background-color: #fff!important;
    float: right;
    padding-right: 0!important;
}
.layui-nav .hot>img{
    position: absolute;
    top:4%;
    right:-25%;
}
.layui-nav a {
    color: #333!important;
    border-bottom: 4px solid transparent;
}

.layui-nav .layui-nav-item a {
    padding: 0 10px 16px 10px!important;
    font-size: 16px!important;
}

.layui-nav-item {
    margin: 20px 0 0 7px!important;
}

.layui-nav-bar {
    top: 96px!important;
    background-color: #015a9e!important;
    height: 4px!important;
}
.layui-nav .layui-this:after {
    top: 76px!important;
    background-color: #015a9e!important;
    height: 4px!important;
}
.layui-nav {}

.layui-this a {
    color: #015a9e!important;
    /*border-bottom: 4px solid transparent;*/
}

.layui-nav-item a:hover {
    color: #015a9e!important;
}
/*鍙充晶鍥哄畾*/

.right-colunm {
    width: 50px;
    height:300px;
    margin-right: 5px;
    /*background-color: #444;*/
    position: fixed;
    right: 0;
    top:26%;
    z-index: 9999;
    /*        display: none;*/
}

.right-col-inner {
    width: 100%;
    height: 300px;
    position: relative;
}

.right-col-ul {
    width: 68px;
    height:300px;
    padding: 5px 0 0 5px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.right-col-li.scrollTop{
    transition: all 1.3s;
    -webkit-transition: all 1.3s;
}
.right-col-li {
    width: 100%;
    height: 88px;
    /*margin-bottom: 15px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: rgba(69, 150, 229, 0.9);
    /*border-radius: 4px;*/
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);
    /*margin-top: 15px;*/
    /*background-color: white;*/
}
.right-col-li .bgimg{
	width: 26px;
	height: 26px;
	margin: 0 auto 8px;
}
.background-image1:hover{
    background-color: #2476f2;
}
.background-image1 .bgimg{
    background: url(../images/kefu_icon.png) 1px 2px no-repeat;
}
.background-image2:hover{
    background-color: #2476f2;
}
.background-image2  .bgimg{
    background: url(../images/kefu_icon.png) 1px -88px no-repeat;
}
.background-image3:hover{
    background-color: #2476f2;
}
.background-image3 .bgimg{
    background: url(../images/kefu_icon.png) 1px -29px no-repeat;
}
.background-image4:hover{
    background-color: #2476f2;
}
.background-image4{
	border-bottom: 0;
}
.background-image4 .bgimg{
    background: url(../images/kefu_icon.png) 1px -58px no-repeat;
}
.background-image5{
    height: 50px;
    padding-top: 4px;
    cursor: pointer;
    border-bottom: 0;
    background: url(../images/gotop.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.3);
}
.background-image5:hover{
	background-color: rgba(0, 0, 0, 0.65);
}
.right-col-li:hover {
    /*background-color: #333;*/
}


.right-col-li:nth-child(1) {
    border-top: none;
}

.right-col-li>span,
.right-col-li>a {
    /*float: left;
    width: 26px;
    margin: 12px;*/
   color: #fff;
}
.xing{
    display: block;
    position: absolute;
    top:10px;
    right:-6px;
    bottom: 0;
    width:30px;
    height:30px;
    z-index: 9999;
    border-radius:1px;
    background-color: #fff;
    transform:rotate(45deg);
}
.xing2{
    display: block;
    position: absolute;
    top:5px;
    right:-6px;
    bottom: 0;
    width:30px;
    height:30px;
    border-radius:1px;
    z-index: -2;
    background-color: #fff;
    transform:rotate(45deg);
}
.xing3{
    display: block;
    position: absolute;
    top:5px;
    right:-6px;
    bottom: 0;
    width:30px;
    height:30px;
    border-radius:1px;
    z-index: -999;
    background-color: #fff;
    transform:rotate(45deg);
}
.right-con-list {
    position: absolute;
    right:72px;
    top:5px;
    width:200px;
    min-height: 210px;
    max-height:300px;
    border-radius: 3px;
    background-color:#fff;
    border: 1px solid #e7eaf2;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);
    color: #fff;
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.telzx-list{
	min-height: 80px;
}
.telzx-list .service_phone{
	color: #2476f2;
	font-size: 15px;
	line-height: 80px;
}
.service_feedback_1{
    position: absolute;
    right: 51px;
    top: 0;
    width:250px;
    border-radius: 3px;
    background-color:#fff;
    border: 1px solid #e7eaf2;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);
    color: #fff;
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.right-col-li:hover.right-col-li .right-con-list {
    display: block;
    animation: mylist .3s;
    -webkit-animation: mylist .3s;
}

@keyframes mylist {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes mylist {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.right-list-li {
    /*padding:5px;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.right-list-li span{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #9aa8c2;
    margin-left:30px;
    text-align: center;
    align-items: center;
}
.right-list-li .buttont{
    width: 100%;
    display: flex;
    flex-direction: column;

}
.right-list-li .buttont>span{
    width: 160px;
    height:35px;
    line-height:35px;
    border-radius: 18px;
    background: #4f7cfc;
    text-align: center;
    color: #fff;
    margin: 5px 0 10px 20px;
    cursor: pointer;
}
.right-list-li .buttont>span:hover{
    background: #618aff;
}
.right-list-li .buttont .service_phone{
    width: 100%;
    height: 53px;
    line-height: 53px;
    font-size: 14px;
    font-family: "寰蒋闆呴粦";
    color: #243558;
    text-align: center;
    border-top: 1px solid #e7eaf2;
    /*border-bottom: 1px solid #e7eaf2;*/
    /*box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);*/
}
.right-list-li .buttont .service_test{
    width: 100%;
    height: 53px;
    line-height:53px;
    color: #3b6bf4;
    border-top: 1px solid #eaeef5;
    font-family: "寰蒋闆呴粦";
    text-align: center;
    /*cursor: pointer;*/
    /*box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);*/
}
.right-list-li .buttont .service_test>span{
    height: 53px;
    font-size: 14px;
    color: #3b6bf4;
    margin-left:10px;
}
.right-list-li span>img{
    margin: 0 5px 0 0;
}
.right-list-li:hover {
    /*background-color: rgba(0, 0, 0, .61);*/
}

.right-list-li div {
    float: left;
    margin: 0 6px 0 0;
    /*width: 20px;*/
}
 .suggres{
    float: left;
    margin-right: 60px;
    text-align: center;
    align-items: center;
    width: 250px;
}

.right-list-li a {
    display: block;
    width: 100%;
    /*color: #fff;*/
}

.right-list-li a:hover {
    /*color: #fff;*/
}
/*寤鸿鎻愪氦*/
.service_feedback{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service_feedback span{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size:14px;
    color: #9aa8c2;
    margin-left:20px;
    text-align: center;
    align-items: center;
}
.right-con-list.weixin {
    width: 164px;
    height:140px;
    overflow: hidden;
}
.right-con-list.weixin>p{
    width: 100%;
    height:20px;
    line-height:20px;
    font-size: 14px;
    font-family: "寰蒋闆呴粦";
    color: #243558;
    text-align: center;
}
/*寰俊瀹氬埗*/

.WeChat-img {
    width: 568px;
    margin: 0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.WeChat-img:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.apps {
    background-color: #3abac3;
    overflow: hidden;
    padding: 50px 0;
    color: #eee;
}

.apps p {
    float: left;
    width: 48%;
    line-height: 34px;
    font-size: 16px;
    text-align: justify;
    margin-top: 40px;
    text-indent: 2em;
}

.apps-img {
    float: right;
    width: 530px;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.apps-img:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.WeChat-ul {
    margin: 0 150px;
}

.WeChat-li {
    float: left;
    text-align: center;
    width: 300px;
    overflow: hidden;
}

.WeChat-li p {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.WeChat-li div {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.WeChat-li div:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.header-space {
    height: 144px;
}

.submit {
    width: 150px;
    height: 44px;
    background-color: #f3aa2f;
    text-align: center;
    line-height: 44px;
    margin: 30px auto 0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.submit:hover {
    opacity: .8;
}

.submit button {
    border: 0;
    background-color: transparent;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.current{
    background-color: #015a9e;
    color: #fff;
    padding: 5px 12px;
}
.num,.next,.prev{
    padding: 5px 12px;
    border: 1px solid #ddd;
}
.current,.num{
    margin: 0 5px;
}
.page{
    text-align: center;
    margin: 20px 0;
}
.page div{

    display: inline-block;
}
.swiper-button-prev,.swiper-button-next{
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.swiper-container:hover .swiper-button-prev{
    opacity: .8;
}
.swiper-container:hover .swiper-button-next{
    opacity: .8;
}
.swiper-button-prev{
    left: -56px!important;
}
.swiper-button-next{
    right: -56px!important;
}
.swiper-button-prev,.swiper-button-next{
    margin-top: 35px !important;
    opacity: 1 !important;
}
.news-date-div{
    font-size: 12px;
    color: #999999;
    margin-top: 20px;
}
.news-date-div div{
    float: left;
    margin-right: 10px;
    align-items: center;
}
.news-date-div img{
    margin: -4px 5px 0 0;
}
.about-nav .case-nav-li:hover{
    background-color: #015a9e;
    color: #EEEEEE;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.about-nav .case-nav-li a:hover{
    color: #EEEEEE;
}


}
/*.about-nav .case-nav-li a{
	font-size: 16px;
}*/
.page .end{
    padding: 5px 12px;
    border: 1px solid #ddd;
}
.recruit-table{
    /*border: 1px solid #DDDDDD;*/
    padding: 14px;
}
.recruit-table p{
    line-height: 26px;
}
.about-nav-ul>li:nth-last-child(7n){
    border-right:none;
}
.about-nav-ul .case-nav-li:hover{
    background-color: transparent;
    color: rgba(255, 104, 1, 1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.about-nav-ul .case-nav-li a:hover{
    color: rgba(255, 104, 1, 1);

}
.about-nav-ul .case-nav-li a{
    font-size: 18px;
}
.about-nav-ul li{
    background-color: transparent;
}
.about-nav-ul .active {
    color: rgba(255, 104, 1, 1);
    background-color: transparent;
}
.about-nav-ul .case-nav-li.active a {
    color: rgba(255, 104, 1, 1);
}
.about-bg{
    background-image: url(images/bg7.png);
    background-repeat: no-repeat;
    padding: 30px 0 50px 0;
    background-clip: #f5f5f5;
}
#triangle-down {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #fff;
}

.wrap-tip {
    position: fixed;
    width: 400px;
    height: 200px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    margin: -100px 0 0 -200px;
    z-index: 999;
    /*        box-shadow: 0 0 15px #ccc;*/
    border-radius: 5px;
    border: 1px solid #ddd;
    display: none;
}

.wrap-tip div {
    float: right;
    margin: 10px 10px 0 0;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.wrap-tip div:hover {
    transform: rotate(360deg);
}

.wrap-tip p {
    clear: both;
    text-align: center;
    font-size: 16px;
    margin: 70px 0 20px 0;
}

.wrap-tip button {
    width: 70px;
    height: 30px;
    background-color: #015a9e;
    border: 0;
    color: #fff;
    margin: 40px auto 0 auto;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.wrap-tip button:hover {
    opacity: .9;
}
.about-bg .about-team{
    margin-top: 20px;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}
.case-word{
    padding: 30px;
}
.bring-ul{
    margin-top: 60px;
    overflow: hidden;
    position: relative;
}
.bring-ul li{
    float: left;
    text-align: center;
    width: 20%;
    font-size: 22px;
}
.bring-img{
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin: 0 auto 30px auto;
}
.bring-img:hover{
    animation: bring_img  1.5s infinite ;
}
@keyframes bring_img {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes bring_img {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
.bring-line{
    width: 1px;
    height: 30px;
    background-color: #fff;
    margin: 20px auto 0 auto;
}
.bring-hr{
    height: 1px;
    background-color: #fff;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid #fff;
    margin: 26px auto 50px auto;
}
.bring>div>p{
    font-size: 22px;
    color: #fff;
    text-align: center;
}
.reactive{
    overflow: hidden;
    position: relative;
    padding:80px 0;
}
.reactive-img{
    width: 344px;
    height: 246px;
    overflow: hidden;
    margin: 0 auto;
}
.reactive-type{
    position: absolute;
    width: 30.3333%;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    height: 180px;
}
/*.reactive:hover .reactive-type{
	opacity: 1;
}*/
.reactive-type.active{
    opacity: 1;
}
.type1{
    top: 0;
    left: 0;
}
.type2{
    top: 0;
    right: 0;
}
.type3{
    bottom: 0;
    left: 0;
}
.type4{
    bottom: 0;
    right: 0;
}
.reactive-icon{
    width: 64px;
    height: 70px;
    overflow: hidden;
    float: left;
}
.reactive-word{
    width: 74%;
    float: right;
}
.reactive-word h3{
    font-size: 18px;
    margin-bottom: 16px;
}
.reactive-word p{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.four-exploit{
    padding: 0 0 60px 0 ;
}
.four-exploit-title{
    background-image: url(../images/title-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding: 50px 0 60px 0;
}
.four-exploit-title h2{
    font-size: 30px;
    font-weight: bold;
}
.four-exploit-title h2 span{
    font-size: 40px;
    color: #ff7852;
    margin: 0 14px;
}
.four-exploit-ul{
    height: 350px;
    width: 1216px;

}
.four-exploit-ul li{
    width: 278px;
    border: 1px solid #DDDDDD;
    height: 100%;
    float: left;
    margin-right: 24px;;
    text-align: center;
    transition: all .5s;
}
.four-exploit-img{
    width: 108px;
    height: 108px;
    background-repeat: no-repeat;
    margin: 36px auto 4px auto;
    background-image: url(../images/servicel.png);
}
.four-exploit-img.exploit1{
    background-position: 0 0;
}
.four-exploit-img.exploit2{
    background-position: 0 -243px;
}
.four-exploit-img.exploit3{
    background-position: 0 -486px;
}
.four-exploit-img.exploit4{
    background-position: 0 -729px;
}


.four-exploit-li h3{
    font-size: 22px;
    color: #555555;
    line-height: 60px;
}
.four-exploit-li p{
    font-size: 14px;
    color: #888;
    line-height: 20px;
    text-align: center;
    padding: 0 15px;
    letter-spacing: 1px;
}
.four-exploit-li:hover{
    box-shadow: 0 0 15px #CCCCCC;
    background-color: #ff7852;
}
.four-exploit-li:hover.four-exploit-li h3{
    color: #fff;
}
.four-exploit-li:hover.four-exploit-li p{
    color: #fff;
}
.four-exploit-li:hover .four-exploit-img.exploit1{
    background-position: 0 -122px;
}
.four-exploit-li:hover .four-exploit-img.exploit2{
    background-position: 0 -365px;
}

.four-exploit-li:hover .four-exploit-img.exploit3{
    background-position: 0 -608px;
}

.four-exploit-li:hover .four-exploit-img.exploit4{
    background-position: 0 -851px;
}
.perfect-word{
    position: absolute;
    right: 0;
    top: 0;
    width: 630px;
    line-height: 32px;
}
.perfect-word h2{
    font-size: 30px;
    font-weight: bold;
}
.perfect-li{
    margin-top: 24px;
    font-size: 16px;
}
.perfect-li b{
    width: 8px;
    height: 8px;
    background-color: #666666;
    border-radius: 100%;
    display: block;
    float: left;
    margin: 12px 10px 0 0;
}
.solution{
    background-image: url(../images/so-bg.jpg);
    height: 777px;
    background-repeat: no-repeat;
    background-position: center center
}
.solutionsmall{
    height: 777px;
    background-color:#dddddd;
    background-repeat: no-repeat;
    background-position: center center
}
.leftLoop{
    width: 1200px;
    margin: 0 auto;
}
.picList li {
    width: 270px;
    border-right: 1px solid #999;
    color: #fff;
    padding: 0 50px;
}
.picList li h3{
    height: 40px;
    margin-top: 30px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
}
.picList li p{
    overflow: hidden;
    height: 180px;
    margin-top: 15px;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
}
.picList li:last-child{
    border: none;
}
.picList .pic {
    text-align: center;
    line-height: 0px;
}
.picList .pic img {

}
.picList .pic a:hover img {
    border-color: #f00;
}
.picList .title {
    line-height: 24px;
}
/* 澶氫釜宸︽粴鍔� - 鍏敤绫� */

.leftLoop {
    overflow: hidden;
    position: relative;
}
.leftLoop .hd {
    overflow: hidden;

}
.leftLoop .hd .prev,
.leftLoop .hd .next {
    float: right;
    overflow: hidden;
    cursor: pointer;
    border: 0!important;
    background-color: rgba(221,221,221,0.3);
    padding: 24px 10px;
    position:  absolute;
    top: 200px;


}
.leftLoop .hd div{
    transition: all .5s;
}
.leftLoop .hd div:hover{
    background-color: rgba(221,221,221,0.2);
}
.leftLoop .hd .prev{
    right: 0;
}
.leftLoop .hd .next {
    float: left;
    left: 0;
}
.leftLoop .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
    margin: 0 auto;
    width: 48px;
}
.leftLoop .hd ul li {
    position: relative;
    display: inline;
    float: left;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: #fff;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    -webkit-border-radius:100%
    -moz-border-radius: 100%;
    border-radius: 100%;
    behavior: url(PIE.htc);
}
.leftLoop .hd ul li.on {
    background: #00b9ef;
}
.leftLoop .bd {
    /*padding: 10px;*/
    width: 90%;
    margin: 90px auto 60px auto;
}
.leftLoop .bd ul {
    overflow: hidden;
    zoom: 1;

}
.leftLoop .bd ul li {
    /*margin: 0 10px;*/
    text-align: center;
    float: left;
    display: _inline;
}
.solution-img{
    width: 87px;
    height: 87px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0 auto;
}
.solution-img img{
    width: 52px;
    height: 52px;
    margin: 17.5px auto;
}
.tempWrap{
    width: 1080px!important;
    overflow: hidden;
}
.solution{
    overflow: hidden;
}
.solutionsmall{
    overflow: hidden;
}


/*鑽ｈ獕璧勮川*/
.honor_list ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: 1230px;
}
.honor_list li{
    margin: 0 34px 30px 0;
    width: 270px;
    border: 1px solid #dedede;
    background-color: #fff;
}
.honor_img{
    width: 100%;
    height: 378px;
    overflow: hidden;
    cursor: pointer;
}
.honor_img img{
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.honor_img img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.honor_list h2{
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.honor_img_mask{
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,0.8);
    display: table;
    text-align: center;
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.honor_img_mask.active{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
}
.honor_mask_box1{
    vertical-align: middle;
    display: table-cell;
}
.honor_mask_close{
    width: 30px;
    height: 30px;
    position: absolute;
    right:50px;
    top: 50px;
    cursor: pointer;
}
.honor_mask_close img{
    width: 100%;
    height: 100%;
}


/*缇庡伐澶栧寘*/

.ui-title {
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
}

.ui-title h3 {
    font-size: 18px;
}

.ui-title h4 {
    font-size: 16px;
    color: #666;
}

.ui-title h2 {
    font-size: 36px;
    color: #fe7912;
    letter-spacing: 2px;
}

.ui01 {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
}

.ui03 {
    background-image: url(../images/ui-img07.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px 814px;
    overflow: hidden;
    height: 814px;
}

.ui-ul {
    overflow: hidden;
    margin-top: 20px;
}

.species-li {
    float: left;
    width: 200px;
    height: 300px;
    position: relative;
    overflow: hidden;
    /*        cursor: pointer;*/
    padding: 0 15px;
}

.species-li .species-icon {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    margin: 30px auto 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.species-bjcolor {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(254, 121, 18, 1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.species-inner {
    /*        width: 100%;*/
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 0 15px;
}

.species-name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.species-text {
    text-align: center;
    font-size: 13px;
    color: #999999;
    padding-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.species-text-p {
    padding-bottom: 10px;
}

.species-li.active .species-bjcolor {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.species-li.active .species-name,
.species-li.active .species-text {
    color: #fff;
}

.species-li .species-icon.one {
    background-image: url(../images/ui-img01.png);
}

.species-li .species-icon.two {
    background-image: url(../images/ui-img02.png);
}

.species-li .species-icon.three {
    background-image: url(../images/ui-img03.png);
}

.species-li .species-icon.four {
    background-image: url(../images/ui-img04.png);
}

.species-li .species-icon.five {
    background-image: url(../images/ui-img05.png);
}

.species-li.active .species-icon.one {
    background-image: url(../images/ui-img1.png);
}

.species-li.active .species-icon.two {
    background-image: url(../images/ui-img2.png);
}

.species-li.active .species-icon.three {
    background-image: url(../images/ui-img3.png);
}

.species-li.active .species-icon.four {
    background-image: url(../images/ui-img4.png);
}

.species-li.active .species-icon.five {
    background-image: url(../images/ui-img5.png);
}
/*灏忕▼搴忕晫闈�*/
.small-program{
    width:1235px;
    overflow: hidden;
    height:650px;
    padding-top:110px;
    margin: 0 auto;
}
.small-program-left{
    clear: both;
    float:left;
    width:30%;
}
.small-program-left h1{
    font-size: 35px;
}
.small-program-left p{
    font-size: 15px;
    color: darkgrey;
    margin-top:5px;
    text-align: justify;
    overflow: hidden;
}
.small-program-left-ul{
    width:100%;
    margin-top:90px;
    overflow: hidden;
    text-align:left;
    display: flex;
    flex-direction: column;
}
.small-program-left-li{
    margin-top: 15px;
    display: -webkit-box;
    display:-moz-box;
}
.small-program-left-li .p{
    text-align:-moz-left;
    text-align: -webkit-left;
}
.small-program-left-li-t .img{
    width:50px;
    display: table-cell;
    vertical-align: middle;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.small-program-left-li-t .img img{
    margin: 0 auto;
    align-items: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.small-program-left-li-t img{
    clear: both;
    float:left;
}
.small-program-left-li-t p{
    margin-left:10px;
}
.small-program-right{
    position: relative;
    width:60%;
    float: right;
    clear: both;
    right:20px;
    bottom:380px;

}
/*---------------*/
.smallporgram{
    padding: 0 0 20px 0;
    width: 100%;
    height:600px;
    background-color:#f9f9f9;
    margin: auto;
}
.small_program{
    padding: 0 0 20px 0;
    width: 100%;
    height:600px;
    margin: auto;
    position: relative;
}
#certify {
    position: relative;
    width:100%;
    margin: 0 auto;
    background-color: #f9f9f9;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify  .swiper-slide {
    width:250px;
    height:480px;
    background: #f9f9f9;
    box-shadow: 0 8px 30px #f9f9f9;
}
#certify  .swiper-slide img{
    display:block;
    width:250px;
    height:480px;
}


/*-----------------*/

.small_program{
    width:1235px;
    margin: 0 auto;
    height: 700px;
    position: relative;
}
.small-left{
    align-items: center;
    width:100%;
    overflow: hidden;
    margin: 0 auto;
}
.small-left-ul {
    /*width: 1235px;*/
    width: 1200px;
    height: 700px;
}

.small-left-ul>li {
    /*width: 23.7%;*/
    width: 280px;
    height:585px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin: 5px 5px 5px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    background-color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.small-left-bg:hover {
    box-shadow: 0px 0px 5px  #aaa;
}
.small-left-ul>li:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}
.small-left-bg {
    width: 90%;
    height: 80%;
    margin: 10% auto 0;
    border: 2px solid #eee;
    overflow: hidden;
    position: relative;
}

.small-left-li>img{
    position: absolute;
    top:0;
    left:40%;
    z-index:999;

}
.small-left-li-shape1{
    position: absolute;
    top:150px;
    left: 0%;
    width: 100%;
    height:50px;
}
.small-left-li-shape1.bg1{
    background-image: url(../img/green-shape1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% 100%;
    z-index: 999;
}
.small-left-li-shape1.bg2{
    background-image: url(../img/blue-shape2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% 100%;
    z-index: 999;
}
.small-left-li-shape1.bg3{
    background-image: url(../img/bule2-shape3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% 100%;
    z-index: 999;
}
.small-left-li-shape1.bg4{
    background-image: url(../img/orange-shape4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% 100%;
    z-index: 999;
}
.small-left-li-shape1.bg5{
    background-image: url(../img/kuai.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% 100%;
    z-index: 999;
}
.small-left-li-shape1>h2{
    text-align: center;
    color: white;
    line-height: 50px;
    overflow: hidden;
    font-size:18px;
}
/*.small-left-li .shape1{*/
/*position: absolute;*/
/*top:150px;*/
/*left: 0%;*/
/*width: 120%;*/
/*height:50px;*/
/*z-index: 999;*/
/*}*/

/*.small-left-bg.bg2 {*/
/*background-image: url(../images/blue.png);*/
/*background-repeat: no-repeat;*/
/*background-position: center center;*/
/*background-size:100% 100%;*/
/*}*/

/*.small-left-bg.bg3 {*/
/*background-image: url(../images/blue2.png);*/
/*background-repeat: no-repeat;*/
/*background-position: center center;*/
/*background-size:100% 100%;*/
/*}*/

/*.small-left-bg.bg4 {*/
/*background-image: url(../images/yellow.png);*/
/*background-repeat: no-repeat;*/
/*background-position: center center;*/
/*background-size:100% 100%;*/
/*}*/
.small-left-bg .small-left-title{
    margin-top:50px;
    text-align: center;
    font-size: xx-large;
}

.small-left-bg>h2{
    margin-top:35px;
    text-align: center;
    color: white;
    zoom: initial;
    z-index: 99999;
    overflow: hidden;
    font-size:18px;
}
.small-left-bg>p{
    text-align:-moz-left;
    text-align:-webkit-left;
    /*line-height: 24px;*/
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    line-height: 22px;
    /*-webkit-line-clamp: 5;*/
    display:-moz-box;
    width:80%;
    margin:100px  0px 0px 30px;
    max-height:200px;
    color:darkgrey;
    font-size:17px;
}
.small-left-bg>p:after{
    display: inline;
    content: "...";
}
.small-left-bg>h3{
    position:absolute;
    bottom:20px;
    width:100%;
    align-content: center;
    text-align: center;
    color:orange;
    font-size:35px;
    letter-spacing:1px;
}
.small-dome{
    width:250px;
    height:700px;
    border:1px solid black ;
}

.ui02 {
    background-image: url(../images/ui-bg1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px 1251px;
    overflow: hidden;
    height: 1100px;
    padding: 40px 0;
}

.ui02-ul {
    width: 1100px;
    overflow: hidden;
    margin: 20px auto;
}

.ui02-li {
    width: 25%;
    height: 229px;
    float: left;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.ui02-li-img {
    width: 550px;
    height: 458px;
    overflow: hidden;
}

.ui02-li.hover:hover {
    opacity: .8;
}

.ui04 {
    padding: 40px 0;
    width: 1200px;
    margin: 0 auto;
}

.ui04-inner {
    overflow: hidden;
    margin: 20px 0;
}

.ui04-inner-icon {
    width: 70px;
    margin: 0 7%;
    float: left;
}

.ui04-icon-li {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: 50px 0;
}

.ui04-inner-left {
    float: left;
    width: 40%;
    /*        overflow: hidden;*/
}

.ui04-inner-right {
    float: right;
    width: 40%;
}

.ui04-left-li div {
    float: right;
    margin-top: 25px;
    position: relative;
    margin-bottom: 20px;
}

.ui04-left-li .span01 {
    padding: 5px 10px;
    background-color: #fe7912;
    color: #fff;
    border-radius: 5px;
}

.ui04-left-li .triangle-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #fe7912;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: -10px;
    top: -20px;
}

.ui04-left-li p {
    clear: both;
    text-align: right;
}

.ui04-right-li div {
    float: left;
    margin-top: 25px;
    position: relative;
    margin-bottom: 20px;
}

.ui04-right-li .span01 {
    padding: 5px 10px;
    background-color: #c0c0c0;
    color: #fff;
    border-radius: 5px;
}

.ui04-right-li .triangle-left {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #c0c0c0;
    border-bottom: 5px solid transparent;
    position: absolute;
    /*right: -15px;*/
    top: -20px;
    left: -10px;
}

.ui04-right-li p {
    clear: both;
}


/*绋嬪簭澶栧寘*/

.php01 {
    overflow: hidden;
    background-image: url(../images/php-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1919px 676px;
    height: 676px;
}

.php01-title {
    text-align: center;
    overflow: hidden;
    padding: 40px 0;
}

.ui-title-img {
    margin: 10px auto;
}

.php01-title h2 {
    font-size: 36px;
    color: #333;
}

.php01-box {
    width: 1200px;
    margin: 20px auto 0 auto;
}

.php01-ul {
    overflow: hidden;
    width: 1230px;
}

.php01-li {
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 255px 349px;
    height: 349px;
    width: 255px;
    margin: 0 52px 0 0px;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.php01-img1 {
    background-image: url(../images/php-img1.png);
}

.php01-img2 {
    background-image: url(../images/php-img2.png);
}

.php01-img3 {
    background-image: url(../images/php-img3.png);
}

.php01-img4 {
    background-image: url(../images/php-img4.png);
}

.php01-li-word {
    position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
}

.php01-li-word h3 {
    font-size: 24px;
}

.php01-li-word div {
    background-color: #333;
    color: #eee;
    width: 50%;
    margin: 15px auto;
    border-radius: 2px;
    padding: 2px 0;
    font-size: 14px;
}

.php01-li-word p {
    font-size: 14px;
    line-height: 34px;
}

.php01-li.active.php01-img1 {
    background-image: url(../images/php-img01.png);
}

.php01-li.active.php01-img2 {
    background-image: url(../images/php-img02.png);
}

.php01-li.active.php01-img3 {
    background-image: url(../images/php-img03.png);
}

.php01-li.active.php01-img4 {
    background-image: url(../images/php-img04.png);
}

.php02 {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

.php02-word {
    width: 482px;
    overflow: hidden;
    margin-right: 24px;
}

.php02-div {
    height: 280px;
    overflow: hidden;
}

.php02-div>div {
    float: left;
}

.php02-div-img {
    width: 530px;
    height: 280px;
    overflow: hidden;
}

.php02-word h3 {
    font-size: 30px;
}

.php02-word div {
    width: 66px;
    height: 3px;
    background-color: #f56b00;
    margin: 14px 0;
}

.php02-word p {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.php02-list {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.php02-list-ul {
    width: 1220px;
}

.php02-list-li {
    float: left;
    width: 287px;
    height: 230px;
    overflow: hidden;
    margin-right: 18px;
    position: relative;
}

.php02-list-li img {
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
}

.php02-list-li:hover.php02-list-li img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.php02-list-wrap {
    background-color: rgba(0, 0, 0, .5);
    padding: 8px 2%;
    position: absolute;
    bottom: 0;
    width: 96%;
    color: #fff;
    font-size: 14px;
}

.php03 {
    overflow: hidden;
    background-image: url(../images/php-bg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px 613px;
    height: 613px;
}

.php03-inner {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}

.php03-inner-title {
    margin: 30px 0;
    overflow: hidden;
}

.php03-title-icon {
    float: left;
    margin: 10px 10px 0 0;
}

.php03-title-word {
    float: left;
    font-size: 30px;
}

.php03-title-word span {
    color: #f69300;
}

.php03-concent {
    overflow: hidden;
}

.php03-concent-img {
    float: left;
}

.php03-concent-word {
    width: 30%;
    float: left;
    margin: 0 25px;
}

.php03-concent-div>div {
    margin-bottom: 10px;
    overflow: hidden;
}

.php03-concent-div>div>div {
    float: left;
    margin-right: 10px;
}

.php03-concent-div>div>h3 {
    float: left;
    font-size: 20px;
}

.php03-concent-div>div span {
    color: #f69300;
}

.php03-concent-div p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-left: 25px;
}

@keyframes ants {
    to {
        background-position: 100%
    }
}

.php03-contact {
    width: 244px;
    height: 77px;
    margin: 20px auto;
    border-radius: 5px;
    /*    padding: 30px 0;*/
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box, repeating-linear-gradient( -45deg, #f69300 0, #f69300 25%, white 0, white 50%) 0 /.6em;
    animation: ants 12s linear infinite;
}

.php03-contact div {
    background-color: #f69300;
    width: 66%;
    height: 80%;
    margin: 3% auto;
    border-radius: 5px;
    font-size: 28px;
    color: #fff;
    line-height: 60px;
    padding: 0 30px;
}

.php03-contact span {
    float: right;
}
/*seo浼樺寲*/

.index_tese_word_edit_top {
    text-align: center;
    margin: 50px 0;
}

.index_tese_word_edit_top h1 {
    color: #cd1d17;
    font-size: 36px;
    width: 972px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
}

.index_tese_word_edit_top p {
    line-height: 20px;
    color: #888888;
    padding-top: 12px;
    height: 40px;
    overflow: hidden;
    width: 780px;
    margin: 0 auto;
}

.index_tese_word_edit_con {
    width: 1000px;
    margin: 0 auto;
    background: url(../images/index_spec_line.gif) 35px 280px no-repeat;
    overflow: hidden;
    margin-bottom: 30px;
}

.index_tese_word_edit_con li {
    float: left;
    width: 308px;
    height: 190px;
    padding: 0 12px;
    overflow: hidden;
    border-right: 1px solid #e2e2e2;
    margin: 47px 0;
}

.index_tese_word_edit_con li.li_3,
.index_tese_word_edit_con li.li_6 {
    border-right: none;
}

.index_tese_word_edit_con img {
    width: 308px;
    height: 100px;
}

.index_tese_word_edit_con h6 {
    font-size: 16px;
    color: #cd1d17;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 304px;
    padding-top: 22px;
    text-align: center;
}

.index_tese_word_edit_con p {
    color: #666666;
    line-height: 22px;
    padding-top: 5px;
    height: 44px;
    width: 304px;
    overflow: hidden;
}

.index_tese_word_edit_con li.li_6 p {
    text-align: center;
}

/*------*/
/*---*/
/* 蹇呰甯冨眬鏍峰紡css */
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {}
.homepage {
    background-color: #f5f5f5;
    width: 100%;
    display: block;
}

.homepage-title {
    font-size: 48px;
    color: #313131;
    letter-spacing: 5px;
    line-height: 1;
    text-align: center;
}

.homepage-body {
    margin-top:60px;
    height: 550px;
}

.homepage-container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.homepage-row {
    margin-right: -15px;
    margin-left: -10px;
}

.homepage-item {
    position: relative;
    display: block;
    height: 425px;
    width: 265px;
    margin-top:5px;
    background-color: #ffffff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.border-left{
    border-left: 1px solid #e1e1e1;
}
.border-right{
    border-right: 1px solid #e1e1e1;
}
.homepage-course-item {
    position: absolute;
    left: 0;
    right: 0;
    height: 425px;
    opacity: 1;
    /* padding-top: 36px;*/
    text-align: center;
}

.homepage-course-title {
    width: 100%;
    height: 160px;
    /*padding:10px;*/
    background-color: #F4F4F3;
    text-align: center;
}

.cou-img {
    width: 100%;
    margin: 0 auto;
}

.cou-img img {
    width: 80px;
    height: 59px;
    text-align: center;
    margin: 20px auto 10px;
    left: 92.5px;
    display: block;
    position: absolute;
    border: none;
}

.cou-til {
    margin-top: 100px;
    font-size: 16px;
    color: #313131;
    position: absolute;
    left: 68.9px;
    font-weight: bold;
    text-align: center;
}


/*.cou-lin{
    width: 50px;
    height: 1px;
    margin: 20px auto 0 auto;
    background-color: #e1e1e1;
    text-align: center;
}*/

.homepage-course-list {
    padding: 15px;
    margin-top: 10px;
    font-size: 14px;
    color: #888;
    line-height: 16px;
}

.homepage-course-list p {
    line-height:21px;
    text-align: left ;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display:box;
    display: -webkit-box;
    display:-moz-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
}

.homepage-course-buton {
    padding: 10px;
    font-size: 14px;
    color: #313131;
    line-height: 16px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.homepage-course-buton p {
    font-size: 14px;
    line-height: 38px;
    width: 95px;
    text-align: center;
    display: inline-block;
    height: 38px;
}

.homepage-course-buton-detail {
    border: 1px solid #ff621b;
    color: #ff621b;
    float: left;
}

.homepage-course-buton-expamel {
    color: #666666;
    border: 1px solid #ddd;
    float: right;
}

.active_2 {
    width: 32%;
    height: 490px;
    /* border-color: #20b573;*/
    box-shadow: 5px #ddd;
    -ms-transform: translateY(-35px);
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
}

.homepage-course-body {
    opacity: 0;
    /* padding: 36px 30px 0 30px;*/
    height: 490px;
    min-width: 375px;
}

.homepage-course-body .homepage-course-list {
    padding: 5px 30px 30px 30px;
    margin-top: 130px;
    font-size: 14px;
    color: #888;
    line-height: 16px;
}

.homepage-course-body .homepage-course-list p {
    /*margin-bottom: 10px;*/
}

.homepage-course-body .homepage-course-buton {
    padding: 10px;
    font-size: 14px;
    color: #313131;
    line-height: 16px;
    padding: 0px 30px 30px 30px;
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
}

.homepage-course-body .homepage-course-buton p {
    font-size: 14px;
    line-height: 38px;
    width: 95px;
    text-align: center;
    display: inline-block;
    height: 38px;
}

.homepage-course-body .homepage-course-buton-detail {
    border: 1px solid #ff621b;
    background-color: #ff621b;
    color: white;
    float: left;
}

.homepage-course-body .homepage-course-buton-expamel {
    color: #7c7c7c;
    background-color: #efefef;
    border: 1px solid #efefef;
    margin-left: ;
}

.active_2 .homepage-course-item {
    opacity: 0;
}

.active_2 .homepage-course-body {
    opacity: 1;
}

.active_2 .homepage-course-item .homepage-course-title {}
.active_2 .homepage-course-body_tag-img {}
@keyframes titleAnimation {
    0% {
        top:200px;
    }
    100% {
        top:0px;
    }
}
@-webkit-keyframes titleAnimation {
    0% {
        top:200px;
    }
    100% {
        top:0px;
    }
}
@-ms-keyframes titleAnimation {
    0% {
        top:200px;
    }
    100% {
        top:0px;
    }
}
@-moz-keyframes titleAnimation {
    0% {
        top:200px;
    }
    100% {
        top:0px;
    }
}
.active_2 .titleAnimation {
    animation-name: titleAnimation;
    animation: titleAnimation 1s alternate;
    -webkit-animation: titleAnimation 1s alternate;
    -moz-animation: titleAnimation 1s alternate infinite;
}

.active_2 .imgAnimation {
    animation-name: imgAnimation;
    animation: imgAnimation 1s alternate;
    -webkit-animation: imgAnimation 1s alternate;
    -moz-animation: imgAnimation 1s alternate infinite;
}
@keyframes imgAnimation {
    0% {
        left: -198px;
        top: 80px;
    }
    100% {
        top: 80px;
        left: 168px;
        margin-left: -95px;
    }
}
@-webkit-keyframes imgAnimation {
    0% {
        left: -198px;
        top: 80px;
    }
    100% {
        top: 80px;
        left: 168px;
        margin-left: -95px;
    }
}
@-ms-keyframes imgAnimation {
    0% {
        left: -198px;
        top: 80px;
    }
    100% {
        top: 80px;
        left: 168px;
        margin-left: -95px;
    }
}
@-moz-keyframes imgAnimation {
    0% {
        left: -198px;
        top: 80px;
    }
    100% {
        top: 80px;
        left: 168px;
        margin-left: -95px;
    }
}
@-webkit-keyframes pAnimation {
    0% {
        top:200px;
    }
    100% {
        top:300px;
    }
}
.active_2 .pAnimation {
    animation-name: pAnimation;
    animation: pAnimation 1s alternate;
    -webkit-animation: pAnimation 1s alternate;
    -moz-animation: pAnimation 1s alternate infinite;
}
.active_2 .homepage-course-body_tag-img {
    position: absolute;
    width: 228.8px;
    align-items: center;
    text-align: center;
    left: 73.1px;
    top: 80px;
    z-index: 5;
}

.active_2 .course-body-head .cou-til {
    margin: 25px 50px 20px 50px;
    font-size: 20px;
    color: white;
    position: absolute;
    left: 68.9px;
    font-weight: bold;
    /*z-index: -1;*/
    text-align: center;

}

.course-body-head {
    width: 100%;
    height: 160px;
    margin-left: -1px;
    background-image: url(../images/hove-bg.png);
    background-size: 100% 160px;
    position: relative;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.course-body-head .cou-til {
    margin: 25px 50px 20px 50px;
    font-size: 20px;
    color: white;
    position: absolute;
    left: 68.9px;
    font-weight: bold;
    text-align: center;
}

.homepage-course-body_tag-img {
    position: absolute;
    width: 228.8px;
    align-items: center;
    text-align: center;
    left: 73.1px;
    top: 80px;
    z-index: -1;
}

.tag-lin {
    width: auto;
    height: 1px;
    margin: 25px auto 0 auto;
    background-color: #e1e1e1;
}

.course-body-item {
    margin-top: 40px;
}

.course-body-item-list-title {
    color: #333;
}

.course-body-item-list-title span {
    color: #313131;
    font-size: 18px;
    vertical-align: middle;
}

.course-body-item-list-text {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    color: #616161;
}

.icon {
    width: 22px;
    height: 22px;
    background-size: 22px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.course-body-item-list+.course-body-item-list {
    margin-top: 30px;
}
/* seo浼樺寲璇︽儏 */
.win_intro{background: #fafafa;}
.win_intro_in{width: 1000px;margin: 0 auto; height: 610px; background:url(../images/win_intro.png) 258px 300px no-repeat;}
.win_intro h1{font-size: 48px;color: #e62910;text-align: center;line-height: 70px;padding-top: 63px;}

.win_intro h2{font-size: 30px;color: #fd6d0f;font-weight: normal;text-align: center;line-height: 45px;}
.win_intro p{font-size: 14px;color: #646464;line-height: 24px;padding-top: 20px;text-indent: 30px;}
#five_light{font-size: 48px;color: #f77a23;font-weight: bold;padding-top: 30px;line-height: 75px;padding-bottom: 10px; text-align: center;}
#five_light span{color: #e62910;}
.one_intro{line-height: 24px; font-size: 13px; color: #595959; text-align: center; padding: 0 66px;}

.win_light.two,.win_light.four{background-color: #fafafa;}

.win_light_in{width: 1000px;margin: 0 auto;position: relative; overflow: hidden;}
.win_light .left{float: left;}
.win_light .right{float: right;}

.win_light.one{background-color: #f0f0f0; height: 768px;}
.one .left{margin-top:160px;height: 606px;width: 500px;position: relative;}
.one h3{font-size: 22px;color: #ee7220;font-weight: normal;line-height: 45px;}
.one li{font-size: 12px;color: #ef8641;text-align: center;}
.one li{float: left;width: 138px; padding: 10px 0;/*padding: 25px 0 0*/;/*padding-left: 10px;*/}
.one li.li_right{padding-left: 164px;}
.one li.li_bottom{padding-top: 208px;}
.one #title{position: absolute;font-size: 20px;color: #ef8641;width: 135px;font-weight: bold;text-align: center;left: 166px;top:285px;}
.one .title{font-size:30px;color: #3e3d3c; margin-left: 40px;line-height: 57px;}
.win_num_icon{display:block; width: 100px; height: 80px; background: url(../images/iconBg.png) no-repeat;}
.one .title i{ background: url(/images/Contents/about_complex/iconBg.png) no-repeat 0 -130px;}
.one .title #span1{display: block; /*margin-top: 25px;*/ width: 50%; height: 80px; background: url(../images/iconBg.png) no-repeat 0 0;}
.one .title #span2{display: block; /*margin-top: 25px;*/ width: 50%; height: 80px; background: url(../images/iconBg2.png) no-repeat 0 0;}
.one .title p{font-size: 34px;color: #e62910; font-weight: bold;line-height: 34px;}
.one .right{height: 460px;margin-top:115px; width:484px; margin-left: 16px; background:url(../images/win_one_bg.png) no-repeat left 0; position: relative;}


.win_light.two{height: 542px;}
.two .title{font-size: 34px;color: #272727;text-align: right;width:450px; padding-right: 50px;}
.two .title p{font-size:40px;color: #e62910; font-weight: bold;}
.two .title i{background-position:0 -210px; margin-left: 355px; margin-top: 60px;}
.two .title span{display: block; margin-top: 30px; width: 100%; height: 80px; background: url(../images/iconBg.png) no-repeat -132px -130px;}
.two .left{padding-top:69px; position: relative; width: 500px;}
.two .win_light_in .left ul{overflow: hidden; padding-left: 30px;}
.two .right{width:500px;padding-top: 69px;}
.two li{float: left;width: 175px;height: 90px;border:7px solid #f5ae69;margin-left:7px;padding: 10px 13px;font-size: 14px;color: #f27b28;}
.two li p{font-size: 26px;color: #ef8641;font-weight: bold;padding-bottom: 5px;}
.two li#name{width: 400px;height: 151px;background:url(../images/list2Bg.jpg) no-repeat;border:none;color: #fff;font-size: 46px;text-align: center;line-height: 151px;font-weight: bold;margin: 7px 0 7px 7px; padding: 0 18px;}

.win_light.three{height: 572px; background-color: #f0f0f0;}
.three .left{width: 464px; padding-left: 36px; height: 580px;padding-top: 145px; position: relative; color: #3e3d3c; font-size: 36px; }
.three li{float: left;width: 148px;font-size: 13px;color: #fff;text-align: center;padding: 48px 0; line-height: 25px;}
.three li p{color: #fff;font-size: 23px;font-weight: bold;}
.three li#title{font-size: 32px;font-weight: bold;color: #fff;width:460px;height: 193px;padding: 0;padding-top: 30px;height: 110px; line-height: 42px;}
.three div.right{width: 500px;text-align: center;margin-top:72px;font-size: 28px;color: #a0a0a0;  position: relative;}
.three div.right ul{
    overflow: hidden; background:url(../images/win_three_bg.png) no-repeat left 0; margin-left: 10px; height: 435px;
}
.three div.left p{color: #e62910;font-size: 48px;font-weight: bold;}
.three .right .right{margin-right: 28px;}
.three .win_num_icon{background-position:0 -290px; margin-bottom: 10px;}


.win_light.four{height: 601px; background-color: #fafafa;}
.four .right{width:455px; padding-right:45px; padding-top:170px;font-size:30px;color: #272727;text-align: right;}
.four .right p{font-size: 43px;font-weight: bold;color: #e62910;}
.four .left{width: 500px; text-align: center; position: relative; padding-top: 70px;}
.four .left ul{ margin-left: 25px; height: 460px; padding-top: 55px; overflow: hidden; background:url(../images/win_four_bg.png) no-repeat left top;}
.four li {float: left;width: 182px;font-size: 12px;color: #ef8337; line-height: 20px;}
.four li#title{width: 100%;color: #fff;font-size: 30px;text-align: center;height: 155px;padding:35px 0 0 0;}
.four li#title p{font-size:24px;color: #fff;padding-top: 75px;font-weight: normal;}
.four li #big{font-size: 44px; color: #fc6300;}
.four li.in_right{padding-left: 110px;}
.four li p{font-size: 20px;color: #fc6300;font-weight: bold;line-height: 35px;}
.four .fourLastText p{color: #fc6300; font-size: 20px; line-height: 24px; margin-bottom: 6px;}
.four .right .win_num_icon{background-position:0 -370px; margin-left:350px;}


.five{position: relative; height: 580px; /*background-color: #f0f0f0;*/}
.five .right{width:740px;background:url(../images/win_five.png) 220px 90px no-repeat;height:500px; position: relative; margin-left: 266px;}
.five .right ul{padding-top:95px; overflow: hidden;}
.five .right li{float: left;font-size: 14px;color: #ef8337;text-align: right;width: 196px;}
.five .right li#title{width:720px;color: #fff;font-size: 22px;text-align: center;height: 200px;}
.five .right li#title p{font-size: 42px;color: #fff; font-weight: bold; margin-top: 80px;}
.five .right li p{font-size: 23px;color: #ef8337;font-weight: bold;padding-bottom:5px;}
.five .right li.in_right{padding-left: 330px;text-align: left;}
.five .left{font-size:36px;color: #3e3d3c; width:500px; float: none; position: absolute; top: 143px; left: 40px;}
.five .left p{color: #e62910;font-weight: bold; font-size: 48px;}
.five .win_num_icon{background-position:0 -450px;}

/* .scrollAnimate{opacity: 0; opacity: 1\9;} */
.animated .scrollAnimate{-webkit-animation-duration: 0.7s; -webkit-animation-delay: 0.3s; -webkit-animation-fill-mode: both;animation-duration: 0.7s; animation-delay: 0.3s; animation-fill-mode: both;}--></style>