@import url("banner.css");

.links {
    background-color: #333;
    padding-bottom: 40px;
}

.links > div {
    border-top: 1px solid #222;
    box-shadow: 0 -1px 0 #444;
    padding-top: 40px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.links > div .link {
    flex: 1;
}

.links > div .link div {
    display: inline-block;
    float: left;
    margin-right: 1rem;
}

.links > div .link i {
    color: #43aa33;
    float: left;
    margin-right: 10px;
    font-size: 1.8rem;
    position: relative;
    top: -3px;
}

.links > div .link h3 {
    font-weight: normal;
    float: left;
}

.links > div .link a {
    float: left;
    margin: 0 1rem 1rem;
    font-size: 1.3rem;
}

.links .lpost {
    margin-left: 5%;
    font-size: 1.3rem;
}

.links a:hover {
    color: #fff;
}

.index-search {
    background-color: #fff;
    box-shadow: 0 2px 10px #eee;
    line-height: 1;
    padding: 2rem 0;
}

.index-search > div {
    display: flex;
    justify-content: space-between;
}

.index-search .fl {
    flex: 1;
    display: flex;
    align-items: center;
}

.index-search .fl i {
    font-size: 2rem;
    color: #0f64bd;
    opacity: .5;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.index-search .fl h3 {
    font-size: 1.4rem;
    color: #333;
    margin-right: 10px;
}

.index-search .fl a {
    margin: 0 1rem;
    font-size: 1.4rem;
    color: #666;
}

.index-search .fl a:hover {
    color: #0f64bd;
}

.index-search .fr {
    margin-left: 3rem;
    position: relative;
}

.index-search .fr form {
    display: flex;
    position: relative;
}

.index-search .fr #top-keywords {
    width: 320px;
    border: 1px solid #f0f0f0;
    box-shadow: none;
    outline: none;
    line-height: 3.2rem;
    border-radius: 3rem;
    padding-left: 2rem;
    font-size: 1.3rem;
}

.index-search .fr .button {
    position: absolute;
    right: 0;
    top: 1px;
    line-height: 3rem;
    border: none;
    width: 5rem;
    height: 3rem;
    background-color: unset;
}

.index-search .fr i {
    position: absolute;
    right: 0;
    font-size: 2.4rem;
    color: #0f64bd;
    right: 1.8rem;
    top: .7rem;
}

.index-01 {
    padding-top: 80px;
    padding-bottom: 1rem;
    background: url(../images/index_05.jpg) no-repeat center bottom;
}

.index-01 .biaoti {
    text-align: center;
}

.index-01 .biaoti h2 {
    font-size: 3rem;
    font-weight: normal;
    margin-bottom: 2rem;
}

.index-01 .biaoti p {
    color: #fff;
    font-size: 1.8rem;
    background: linear-gradient(to right, #0c5099, #0f64bd);
    border-radius: 0 20px 0 20px;
    display: inline-block;
    padding: .6rem 5rem;
}

.index-01 .center {
    text-align: center;
}

.index-01 .txt {
    text-align: left;
    display: inline-block;
    border: 3px solid #0f64bd;
    padding: 2rem 5rem;
    margin: 6.5rem auto;
}

.index-01 .txt li {
    font-size: 1.6rem;
    color: #666;
    line-height: 2.4rem;
}

.index-01 .item {
    padding-left: 5rem;
}

.index-01 .item span {
    position: relative;
    line-height: 1;
    display: inline-block;
    font-size: 5rem;
}

.index-01 .item span i {
    font-family: 'pn-b';
}

.index-01 .item span em {
    position: absolute;
    top: 0;
    right: -2.4rem;
    text-align: center;
    font-size: 1.4rem;
    display: block;
    color: #fff;
    background-color: #0f64bd;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 2rem;
}

.index-01 .item p {
    font-size: 1.4rem;
    color: #666;
    margin-top: .5rem;
}

.btit {
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}

.btit div {
    font-size: 8rem;
    line-height: 1;
    color: #f3f3f3;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.btit h2 {
    font-size: 4rem;
    font-weight: normal;
    position: relative;
    top: -3.6rem;
    height: 0;
    margin-bottom: 1.8rem;
}

.btit p {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    color: #666;
    font-size: 1.4rem;
    box-shadow: 0 3px 0 #eee;
    display: inline-block;
    padding: .3rem 3.5rem;
    border-radius: 0 12px 0 12px;
}

.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 4rem;
    background-color: #f1f1f1;
    color: #666;
    transform: translateY(-3rem);
}

.slick-arrow i {
    font-size: 2rem;
}

.slick-prev {
    left: -4.5rem;
}

.slick-next {
    right: -4.5rem;
}

.slick-arrow:hover {
    background: linear-gradient(to right, #0c5099, #0f64bd);
    color: #fff;
}

.slick-dots {
    text-align: center;
    position: relative;
    top: 2rem;
}

.slick-dots li {
    display: inline-block;
    background: #ccc;
    color: #ccc;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 3px;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    background: #43aa33;
}

.index-02 {
    padding-bottom: 120px;
}

.index-02 .slick-slide .item {
    text-align: center;
}

.index-02 .slick-slide .item i {
    position: relative;
    font-size: 8rem;
    color: #fff;
    line-height: 1.1;
    display: inline-block;
    font-weight: bold;
}

.index-02 .slick-slide .item i span {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #0f64bd;
    opacity: .12;
    display: inline-block;
    border-radius: 3rem;
    position: absolute;
    top: .5rem;
    left: .5rem;
}

.index-02 .slick-slide .item h3 {
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: .5rem;
}

.index-02 .slick-slide .item p {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.index-02 .slick-slide .item p:nth-of-type(2){
    margin-bottom: 0;
}

.index-02 .slick-slide:first-child .item {
    border-left: none;
}

.index-03 {
    background: linear-gradient(to right, #0c5099, #0f64bd);
    height: 18rem;
    position: relative;
}

.index-03 > div {
    display: block;
}

.index-03 .lvbg {
    height: 17rem;
    width: 100%;
    position: absolute;
    top: -2.5rem;
    right: 50%;
}

.index-03 .lvbg .img01 {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(312px);
    transform: translateX(312px);
    max-height: 100%;
}

.index-03 .lvbg .img02 {
    position: absolute;
    right: 0px;
    bottom: -3rem;
    width: 300px;
}

.index-03 .lvbg:before {
    content: '';
    background: #43aa33;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    display: block;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg) translateX(250px);
    -webkit-transform: skewX(-30deg) translateX(250px);
}

.index-03 .fl {
    position: relative;
    z-index: 2;
    color: #fff;
}

.index-03 .fl h2 {
    font-size: 4rem;
    padding-top: 2rem;
    padding-bottom: .8rem;
}

.index-03 .fl p {
    font-size: 2rem;
}

.index-03 .fr {
    position: relative;
    z-index: 2;
    color: #fff;
}

.index-03 .fr p {
    font-size: 16px;
    margin-bottom: 1rem;
    margin-top: 5rem;
}

.index-03 .fr a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #fff;
    border-radius: 30px;
    padding: 5px 50px;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-03 .fr a i {
    font-size: 24px;
    opacity: .3;
    margin-right: 10px;
}

.index-04 {
    background: url(../images/index_09.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 8rem;
}

.index-04 .btit > div {
    color: rgba(15, 100, 189, 0.05);
}

.index-04 .chanp {
    display: flex;
    justify-content: space-between;
    padding-top: 90px;
}

.index-04 .lnav {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    width: 290px;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.index-04 .lnav .ln01 {
    background: linear-gradient(to right, #0c5099, #0f64bd);
    border-radius: 10px 10px 0 0;
    padding: 3.2rem 2.5rem;
    color: #fff;
    position: relative;
}

.index-04 .lnav .ln01 h3 {
    font-weight: normal;
    font-size: 3rem;
}

.index-04 .lnav .ln01 p {
    text-transform: uppercase;
    font-size: 1.2rem;
    opacity: .5;
}

.index-04 .lnav .ln01 i {
    line-height: 1;
    position: absolute;
    top: 2.2rem;
    z-index: 0;
    opacity: .1;
    right: 2.5rem;
    font-size: 8rem;
}

.index-04 .lnav ul {
    padding: 0 1rem;
    border-left: 8px solid #e1e1e1;
    border-right: 8px solid #e1e1e1;
    border-bottom: 8px solid #e1e1e1;
    margin-bottom: 20px;
}

.index-04-01 .lnav ul{
    border-bottom: 0;
    margin-bottom: 0;
}

.index-04 .lnav ul li {
    position: relative;
    padding: 1.2rem 0 0 0;
}

.index-04 .lnav ul li::before {
    content: ' ';
    position: absolute;
    height: 20px;
    background: url(../images/yinying01.png) no-repeat center;
    /* background-size: cover; */
    width: 100%;
    z-index: 111;
    top: 0;
    left: 0;
    background-position: 0 -6px;
    background-size: 100% auto;
}

.index-04 .lnav ul li::after {
    top: auto;
    bottom: 0;
    background-position: 0 -50px;
}

.index-04 .lnav ul li p {
    padding-left: 33px;
}

.index-04 .lnav ul li a {
	font-weight: bold;
    display: block;
    line-height: 3rem;
    padding: 0 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-04 .lnav ul li > a {
    color: #010101;
}

.index-04 .lnav ul li a i {
    font-size: 2.4rem;
    color: #010101;
    position: relative;
    line-height: 1;
    top: 5px;
    margin-right: 10px;
}

.index-04 .lnav ul li a:hover {
    color: #0168ec;
}

.index-04 .lnav ul li a:hover i {
    color: #1d54c8;
    font-weight: normal;
}

.index-04 .lnav .ln02 {
    border: 8px solid #e1e1e1;
    border-top: none;
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.index-04 .lnav .ln02 > div {
    background: linear-gradient(to right, #0c5099, #0f64bd);
    color: #fff;
    padding: 2rem;
}

.index-04 .lnav .ln02 > div i {
    float: left;
    font-size: 5rem;
    opacity: .1;
    line-height: 1;
    margin-right: 10px;
}

.index-04 .lnav .ln02 > div p {
    font-size: 1.2rem;
    opacity: .5;
    line-height: 1;
    margin-top: 6px;
    margin-bottom: 6px;
}

.index-04 .lnav .ln02 > div a {
    font-family: 'pn-b';
    font-size: 2.4rem;
    color: #fff;
    line-height: 1;
}

.index-04 .rchanp {
    width: calc(100% - 330px);
    position: relative;
}

.index-04 .rchanp .cp {
    position: relative;
    z-index: 1;
    background: #fff;
}

.index-04 .rchanp .cp p {
    font-size: 1.4rem;
    color: #000;
    text-align: center;
    padding: 1rem 1rem 1.6rem;
    font-weight: bold;
}

.index-04 .rchanp .cp .item {
    width: 31.3333333%;
    float: left;
    margin: 0 3% 0 0;
}

.index-04 .rchanp .cp .item:nth-of-type(3n) {
    margin-right: 0;
}

.index-04 .rchanp .cp .item:hover p {
    color: #333;
}

.index-04 .rchanp .cp::before {
    content: '';
    background: url(../images/daoying.png) no-repeat center bottom;
    width: 100%;
    position: absolute;
    bottom: -20px;
    height: 100%;
    left: 0;
    background-size: contain;
    z-index: 0;
}

.index-05 .slick-zs {
    position: relative;
}

.index-05 .slick-zs .item {
    margin: 0 15px;
    width: auto !important;
}

.index-05 .slick-zs .item .pic {
    border: 1px solid #f0f0f0;
    padding: 10px;
}

.index-05 .slick-zs .item p {
    font-size: 1.4rem;
    color: #666;
    text-align: center;
    padding: 1rem;
}

.index-06 .youshi {
    position: relative;
}

.index-06 .youshi .sceng {
    width: 100%;
    height: 100%;
    position: absolute;
}

.index-06 .youshi .sceng > div {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.index-06 .youshi .sceng .youshi-l {
    width: 45%;
    margin: unset;
}

.index-06 .youshi .sceng .youshi-l .txt {
    padding-bottom: 6rem;
    color: #fff;
}

.index-06 .youshi .sceng .youshi-l .txt h3 {
    font-size: 4rem;
    margin-bottom: 10px;
}

.index-06 .youshi .sceng .youshi-l .txt h4 {
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 5rem;
}

.index-06 .youshi .sceng .youshi-l .txt p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
}

.index-06 .youshi .sceng .youshi-l .txt p:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 10px;
    display: inline-block;
    background-color: #fff;
    opacity: .5;
    position: absolute;
    left: 3px;
    top: 11px;
}

.index-06 .youshi .sceng .youshi-l .txt p:after {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 10px;
    display: inline-block;
    border: 1px solid #fff;
    opacity: .5;
    background: unset;
    position: absolute;
    left: 0px;
    top: 8px;
}

.index-06 .youshi .sceng .youshi-nav {
    width: 66.6666%;
    margin: unset;
    z-index: 6;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.index-06 .youshi .sceng .youshi-nav .swiper-slide {
    text-align: center;
    padding: 2rem 0;
    cursor: pointer;
}

.index-06 .youshi .sceng .youshi-nav .swiper-slide i {
    font-size: 5.5rem;
    color: #ccc;
    position: relative;
    line-height: 1;
    margin-bottom: .5rem;
    display: inline-block;
}

.index-06 .youshi .sceng .youshi-nav .swiper-slide i span {
    position: absolute;
    top: .5rem;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 4rem;
    display: inline-block;
    background-color: #43aa33;
    opacity: .2;
}

.index-06 .youshi .sceng .youshi-nav .swiper-slide p {
    font-size: 2rem;
}

.index-06 .youshi .sceng .youshi-nav .swiper-slide:after {
    content: '';
    width: 1px;
    height: 100px;
    display: inline-block;
    background-color: #f0f0f0;
    position: absolute;
    right: 0;
    top: 20px;
}

.index-06 .youshi .sceng .youshi-nav .swiper-slide:last-child:after {
    display: none;
}

.index-06 .youshi .sceng .youshi-nav .swiper-slide-thumb-active {
    background-color: #43aa33;
}

.index-06 .youshi .sceng .youshi-nav .swiper-slide-thumb-active i {
    color: #fff;
}

.index-06 .youshi .sceng .youshi-nav .swiper-slide-thumb-active i span {
    background-color: #fff;
}

.index-06 .youshi .sceng .youshi-nav .swiper-slide-thumb-active p {
    color: #fff;
    font-weight: bold;
}

.index-06 .youshi .sceng .youshi-nav .swiper-slide-thumb-active:after {
    background-color: #43aa33;
}

.index-06 .youshi .col-6 {
    padding: 0;
}

.index-06 .youshi .col-6 img {
    width: 100%;
    height: 100%;
}

.index-06 .youshi .youshi-r {
    z-index: 5;
}

.index-07 .swiper-container {
    width: 100%;
    height: 100%;
}

.index-07 .swiper-slide {
    width: 70%;
    transform: scale(0.9);
}

.index-07 .swiper-slide .item .ov-h {
    background-color: #000;
}

.index-07 .swiper-slide .item .ov-h img {
    opacity: .6;
    width: 100%;
}

.index-07 .swiper-slide .txt {
    opacity: 0;
    transform: translateY(-50%);
    margin-left: 2rem;
    overflow: hidden;
    text-align: left;
    background-color: #fff;
    width: 70%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 3.2rem;
    border-radius: 10px;
}

.index-07 .swiper-slide .txt div {
    width: 180px;
    float: left;
    border-right: 1px solid #f0f0f0;
    margin-right: 35px;
    padding-right: 30px;
}

.index-07 .swiper-slide .txt div h3 {
    padding-top: 5px;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: normal;
    color: #333;
}

.index-07 .swiper-slide .txt div i {
    font-size: 5rem;
    color: #000;
    opacity: .1;
    line-height: 1;
    position: relative;
    bottom: -2rem;
    display: block;
}

.index-07 .swiper-slide .txt p {
    float: left;
    width: calc(100% - 220px);
    font-size: 12px;
    color: #999;
    line-height: 24px;
    text-align: justify;
}

.index-07 .swiper-slide .txt p span {
    color: #666;
    font-size: 14px;
}

.index-07 .swiper-slide .txt p em {
    color: #0f64bd;
}

.index-07 .swiper-slide .txt:hover i {
    color: #43aa33;
    opacity: 1;
}

.index-07 .swiper-slide-active, .index-07 .swiper-slide-duplicate-active {
    transform: scale(1.1);
    z-index: 5;
}

.index-07 .swiper-slide-active .item, .index-07 .swiper-slide-duplicate-active .item {
    position: relative;
}

.index-07 .swiper-slide-active .item .ov-h, .index-07 .swiper-slide-duplicate-active .item .ov-h {
    background-color: #fff;
}

.index-07 .swiper-slide-active .item .ov-h img, .index-07 .swiper-slide-duplicate-active .item .ov-h img {
    opacity: 1;
}

.index-07 .swiper-slide-active .txt, .index-07 .swiper-slide-duplicate-active .txt {
    opacity: 1;
    transition: 300ms;
}

.index-07 .swiper-nav {
    color: #999;
    position: absolute;
    height: 0;
    right: 0;
    top: 80%;
    width: 80%;
    text-align: right;
    transform: translate(8%);
    text-align: right;
    font-size: 1.8rem;
}

.index-07 .swiper-nav span {
    color: #43aa33;
}

.index-07 .swiper-nav em {
    position: relative;
    top: -.5rem;
    margin: 0 1rem;
    width: 10rem;
    height: 1px;
    background-color: #eee;
    display: inline-block;
}

.index-07 .prevnext {
    font-size: 2rem;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 4rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 28%;
    top: unset;
}

.index-07 .prevnext i {
    font-size: 2rem;
}

.index-07 .swiper-button-next {
    right: 15%;
}

.index-07 .swiper-button-prev {
    right: 15%;
    left: auto;
    transform: translateX(-120%);
}

.index-07 .prevnext:after {
    display: none;
}

.index-07 .prevnext:hover {
    background: linear-gradient(to right, #0c5099, #0f64bd);
    color: #fff;
}

.index-08 {
    background: url(../images/index_18.jpg) no-repeat center top;
    background-size: cover;
    height: 200px;
    margin-top: 5rem;
    display: block;
}

.index-08 .txt img {
    width: 220px;
    position: relative;
    bottom: 50px;
    float: left;
}

.index-08 .txt div {
    float: left;
    text-align: left;
    margin-top: 42px;
    color: #fff;
    line-height: 1.4;
    padding-left: 5rem;
}

.index-08 .txt div span {
    display: block;
    font-size: 16px;
}

.index-08 .txt div h3 {
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 1.4rem;
}

.index-08 .txt div p {
    font-size: 14px;
    opacity: .6;
}

.index-08 .fr {
    display: flex;
    margin-top: 65px;
    position: relative;
    left: -150px;
}

.index-08 .fr > i {
    font-size: 8rem;
    line-height: 1;
    color: #0f64bd;
    opacity: .1;
    margin-right: 12px;
}

.index-08 .fr p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.index-08 .fr a {
    color: #fff;
    background: linear-gradient(to right, #0c5099, #0f64bd);
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.index-08 .fr a i {
    color: #fff;
    font-size: 30px;
    margin-right: 10px;
    opacity: .5;
}

.index-09 {
    position: relative;
}

.index-09 .btit{
    padding-top: 0;
}

.index-09 .btit > div {
    color: rgba(0, 0, 0, 0.03);
}

.index-09 .slick-liucheng2 .item {
    text-align: center;
    position: relative;
    margin-bottom: 2vw;
    width: 20%;
}

.index-09 .slick-liucheng2 .item::after{
    position: absolute;
    content: ' ';
    background: url("../images/yjt.jpg") no-repeat left center;
    background-size: 15px auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
}

.index-09 .slick-liucheng2 .item:nth-of-type(n+2){

}


.index-09 .slick-liucheng2 .item:nth-of-type(5n)::after{
    display: none;
}


.index-09 .slick-liucheng2 .item .icon {
    background-color: #fff;
    display: inline-block;
    width: 7vw;
    height: 7vw;
}

.index-09 .slick-liucheng2 .item .icon i {
    font-size: 1.2vw;
    position: absolute;
    left: -1vw;
    top: 0;
    color: #000;
    font-weight: bold;
}

.index-09 .slick-liucheng2 .item .p1 {
    text-align: center;
}

.index-09 .slick-liucheng2 .item .p1 span{
    background: #0068ff;
    color: #fff;
    border-radius: 0.3vw;
    padding: 0.05vw 0.5vw;
    display: inline-block;
    font-weight: bold;
    font-size: 1vw;
}

.index-09 .slick-liucheng2 .item .p2{
    color: #000;
    font-weight: bold;
    margin-top: 0.3vw;
    line-height: 1.2;
    font-size: 0.9vw;
}

.index-09 .slick-liucheng2 .item > span {
    border: 1px solid #0f64bd;
    position: relative;
    bottom: -12px;
    z-index: 5;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: inline-block;
}

.index-09 .slick-liucheng2 .item > span span {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: #0f64bd;
    display: inline-block;
    position: relative;
    top: -1px;
}

.index-09 .slick-liucheng2 .slick-list {
    overflow: unset;
}

.aboutbtit {
    padding-top: 2rem;
}

.index-11 {
    background: url(../images/index-about-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 660px;
    position: relative;
}

.index-11 .ab01 {
    width: 40%;
    float: left;
    padding-top: 100px;
    color: #fff;
}

.index-11 .ab01 h3 {
    font-size: 3.4rem;
    margin-bottom: .5rem;
}

.index-11 .ab01 span {
    text-transform: uppercase;
    font-size: 1.6rem;
    word-spacing: 4px;
    font-family: 'pn-r';
    margin-bottom: 3.5rem;
    display: block;
    opacity: .6;
}

.index-11 .ab01 p {
    font-size: 1.6rem;
    line-height: 2;
    opacity: .9;
    margin-bottom: 6rem;
}

.index-11 .ab01 .btn {
    background: #fff;
    border-radius: 5rem;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
    font-size: 1.4rem;
    line-height: 1;
    padding: 1rem 3.2rem;
}

.index-11 .abbg {
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 50%;
    transform: translateX(-4rem);
    top: 70px;
}

.index-11 .abbg > div {
    margin: 0;
    padding-left: 4rem;
}

.index-11 .abbg .ab02 {
    width: 50%;
    position: relative;
    top: 4rem;
}

.index-11 .abbg .ab02 video {
    width: 100%;
}

.index-12 .album-top {
    margin: auto;
    position: relative;
    transform: translateY(-50%);
}

.index-12 .album-top .swiper-wrapper {
    justify-content: center;
}

.index-12 .album-top .swiper-slide {
    width: auto !important;
    margin: 0 8px;
}

.index-12 .album-top .item {
    text-align: center;
    background-color: #f5f5f5;
    width: 11rem;
    height: 11rem;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    cursor: pointer;
}

.index-12 .album-top .item i {
    font-size: 4rem;
    color: #ccc;
    line-height: 1;
    margin-bottom: .5rem;
    display: block;
}

.index-12 .album-top .item p {
    font-size: 1.8rem;
}

.index-12 .album-top .swiper-slide-thumb-active .item {
    background: #43aa33;
    color: #fff;
}

.index-12 .album-top .swiper-slide-thumb-active .item i {
    color: #fff;
}

.index-12 .album-w {
    transform: translateY(-20px);
}

.index-12 .album-bottom {
    width: 100%;
}

.index-12 .album-bottom .swiper-slide {
    padding: 0 5.5rem;
}

.index-12 .album-bottom .swiper-slide .slick-ablum .slick-slide {
    margin: 0 12px;
}

.index-12 .album-bottom .swiper-slide .slick-ablum .pic .ov-h {
    border: 1px solid #f0f0f0;
}

.index-12 .album-bottom .swiper-slide .slick-ablum .pic p {
    font-size: 1.4rem;
    color: #666;
    text-align: center;
    padding: 0 1rem;
    margin-top: 1.4rem;
}

.index-13 {
    position: relative;
    transform: translateY(50%);
}

.index-13 .item {
    background: url(../images/index_27.jpg) no-repeat center center;
    background-size: cover;
    height: 230px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-13 .item .zuo {
    padding-left: 6rem;
    color: #fff;
}

.index-13 .item .zuo h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.index-13 .item .zuo p {
    font-size: 1.8rem;
}

.index-13 .item .zuo span {
    font-size: 1.2rem;
    opacity: .5;
}

.index-13 .item .you {
    color: #fff;
    line-height: 1;
    padding-right: 6rem;
}

.index-13 .item .you p {
    font-size: 16px;
    margin-bottom: 18px;
}

.index-13 .item .you a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #fff;
    border-radius: 30px;
    padding: 5px 50px;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-13 .item .you a i {
    font-size: 24px;
    opacity: .3;
    margin-right: 10px;
}

.index-14 {
    background: #f5f5f5;
    padding-top: 0;
    padding-bottom: 80px;
}

.index-14 .btit > div {
    color: rgba(0, 0, 0, 0.03);
}

.index-14 .inew {
    display: flex;
    justify-content: space-between;
}

.index-14 .inew .item {
    width: 32%;
    background-color: #fff;
}

.index-14 .inew .item .tit {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 1rem;
    margin-bottom: .5rem;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}

.index-14 .inew .item .tit i {
    font-size: 3rem;
    color: #0f64bd;
    opacity: .5;
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.index-14 .inew .item .tit span {
    font-size: 2.2rem;
    color: #333;
    flex: 1;
}

.index-14 .inew .item .tit a {
    color: #999;
}

.index-14 .inew .item .txt {
    padding: 2rem;
}

.index-14 .inew .item .txt .pic {
    position: relative;
}

.index-14 .inew .item .txt .pic p {
    position: absolute;
    bottom: 0;
    background: #0f64bd;
    opacity: .9;
    width: 100%;
    color: #fff;
    padding: 1rem 2rem;
}

.index-14 .inew .item .txt li a {
    display: block;
    font-size: 1.3rem;
    color: #666;
    padding: 1.2rem;
}

.index-14 .inew .item .txt li a i {
    font-size: 12px;
    color: #999;
    transform: scale(0.6);
    display: inline-block;
    position: relative;
    left: 0;
    transition: all .5s;
}

.index-14 .inew .item .txt li:nth-of-type(2n) {
    background-color: #f5f5f5;
}

.index-14 .inew .item .txt li:hover a {
    color: #0f64bd;
}

.index-14 .inew .item .txt li:hover a i {
    left: -5px;
    transition: all .5s;
    color: #0f64bd;
}

.index-14 .inew .faq {
    display: flex;
    flex-flow: column;
}

.index-14 .inew .faq .tit {
    background: linear-gradient(to right, #0c5099, #0f64bd);
    margin-bottom: 0;
    border-bottom: none;
}

.index-14 .inew .faq .tit i {
    color: #fff;
}

.index-14 .inew .faq .tit span {
    color: #fff;
}

.index-14 .inew .faq .tit a {
    color: #fff;
    opacity: .6;
}

.index-14 .inew .faq .txt {
    border: 5px solid #0f64bd;
    border-top: none;
    flex: 1;
}

.index-14 .inew .faq .txt .cjwt {
    width: 100%;
    height: 100%;
}

.index-14 .inew .faq .txt .cjwt a {
    display: block;
    border: 1px solid #f0f0f0;
    padding: 1.2rem 2rem;
    border-radius: 0 15px 0 15px;
    margin: 1rem 0;
}

.index-14 .inew .faq .txt .cjwt a h3 {
    font-size: 1.4rem;
    font-weight: normal;
    color: #333;
}

.index-14 .inew .faq .txt .cjwt a h3 i {
    font-size: 2rem;
    color: #43aa33;
    line-height: 1;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.index-14 .inew .faq .txt .cjwt a p {
    margin: 1.2rem 0;
    color: #888;
    padding-left: 2.4rem;
}

.index-14 .inew .faq .txt .cjwt a:hover {
    border-color: #43aa33;
}

.cp-title {
    text-align: center;
    color: #333333;
    font-size: 38px;
    padding-top: 30px;
    position: relative;
    z-index: 2;
}

.cp2{
    margin-top: 70px;
}

.index-05{
    background: #fcfcfc;
}

.index-02 .btit div{
    font-size: 4rem;
}

.index-02 .btit h2{
    font-size: 5.5rem;
    font-weight: bold;
    position: relative;
    top: -6rem;
    height: 0;
    margin-bottom: 1.8rem;
    color: #000;
}

.btit .bor{
    text-align: center;
    display: block;
    background: none;
    border: none;
    padding: 0;
    margin-top: -6px;
    box-shadow: none;
}

.btit .bor span{
    height: 5px;
    width: 100px;
    display: inline-block;
    background: #0168ec;
    position: relative;
}

.btit .bor span::before{
    content: ' ';
    height: 5px;
    position: absolute;
    left: 5px;
    background: #fff;
    width: 5px;
}

.index-02 .btit .p2{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: none;
    border: none;
    box-shadow: none;
    color: #000;
}

.index-02 .btit{
    padding-bottom: 20px;
}

.index-num{
    text-align: center;
}

.index-num span{
    color: #0168ec;
    font-size: 60px;
    font-weight: bold;
    position: relative;
}

.index-num span i{
    position: absolute;
    content: ' ';
    bottom: 10px;
    width: 100%;
    background: url(../images/hsj.png) no-repeat;
    left: 0;
    height: 5px;
    background-size: 100% auto;
    background-position: 0 -8px;
}

.why-1-1{
    background: url("../images/why-bg-1.jpg") no-repeat;
    background-size: 100% auto;
    box-shadow: 0 10px 10px 0 #ccc;
}

.why-1 .slick-list{
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.why-1 .hvr-icon-down .hvr-icon{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: -10%;
    color: #fff;
}

.index-02 .slick-slide .item span{
    position: relative;
    display: block;
}

.mobile{
    display: none;
}

@media screen and (min-width: 1200px){
    .why-1 .slick-track{
        width: 100% !important;
        display: flex;
    }
}

.why-1 .slick-track{
    margin-left: auto;
    flex-wrap: wrap;
}

.why-1 .slick-slide{
    flex: 1;
}

.why-1-2-contain{
    display: flex;
}

.why-1-2-l{
    max-width: 783px;
}

.why-1-2-l img{
    max-width: 100%;
    display: block;
}

.why-1-2{
    margin-top: 50px;
    margin-bottom: 10px;
}

.why-1-2-r{
    flex: 1;
    padding-left: 25px;
}

.why-1-2-r-title-en{
    font-size: 30px;
    color: #c1c1c1;
    margin-bottom: 10px;
    margin-top: 10px;
}

.why-1-2-r-title{
    color: #0067ff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.why-1-2-r-bor{
    position: relative;
    margin-bottom: 10px;
    height: 5px;
}

.why-1-2-r-bor::before{
    position: absolute;
    content: ' ';
    height: 5px;
    background: #0067ff;
    width: 80px;
}

.why-1-2-r-bor::after{
    position: absolute;
    content: ' ';
    height: 5px;
    background: #fff;
    width: 5px;
    left: 8px;
}

.why-1-2-r-text{
    margin-top: 20px;
    color: #000;
    font-weight: bold;
    font-size: 1.3vw;
    line-height: 42px;
}

.why-1-2-r-text p{
    margin-bottom: 15px;
}

.why-1-2-r-text p:last-child{
    margin-bottom: 0;
}

.why-2-1{
    background: url("../images/why-bg-2.jpg") no-repeat;
    background-size: 100% auto;
    box-shadow: 0 10px 10px 0 #ccc;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 20px 0;
}

.why-2-1-en{
    color: #66a4ff;
    position: relative;
    z-index: 1;
    font-size: 2.2vw;
    font-weight: bold;
}

.why-2-1-title{
    position: relative;
    z-index: 2;
    margin-top: -2.7vw;
    font-size: 2.3vw;
    font-weight: bold;
}

.why-2-1-bor{
    display: flex;
    justify-content: center;
}

.thb{
    position: relative;
    width: 80px;
}

.thb::before{
    position: absolute;
    content: ' ';
    height: 5px;
    background: #0067ff;
    width: 80px;
    left: 0;
}

.thb::after{
    position: absolute;
    content: ' ';
    height: 5px;
    background: #fff;
    width: 5px;
    left: 8px;
}

.why-2-1-bor .thb::before{
    background: #fff;
}

.why-2-1-bor .thb::after{
    background: #0067ff;
}

.why-2-1-bor{
    margin: 10px 0 16px 0;
}

.why-2-2 .container{
    display: flex;
    flex-wrap: wrap;
}

.why-2-2{
    margin-top: 50px;
}

.why-2-2-item{
    width: 32%;
    margin-right: 1%;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 15px;
}

.why-2-2-item img{
    width: 100%;
    transition: all 0.5s;
}

.why-2-2-item:hover img{
    transform: scale(1.2);
}

.why-3-2 .why-2-2-item{
    width: 49%;
    margin-right: 0;
    margin-bottom: 25px;
}

.why-3-2 .container{
    justify-content: space-between;
}

.why-6{
    position: relative;
}

.why-6-bg{
    position: absolute;
    top: 0;
    left: 0;
}

.why-6-1{
    padding: 20px 0 0 0;
    position: relative;
}

.why-6-1-img{
    position: absolute;
    right: -100px;
    top: 5px;
}

.why-6-1-en{
    color: #8f8f8f;
    font-size: 2.8vw;
    font-weight: bold;
}

.why-6-1-title{
    color: #ffffff;
    font-size: 2.8vw;
    margin-top: -3vw;
    font-weight: bold;
    margin-bottom: 0.5vw;
}

.why-6-1-subtitle span{
    background: #0067ff;
    color: #fff;
    padding: 0.2vw 1vw;
    font-size: 1.4vw;
}

.why-6-1-desc{
    font-size: 1.6vw;
    color: #fff;
    width: 46%;
    margin-top: 1.5vw;
    word-wrap: break-word;
}

.why-6-2{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin-top: 11vw;
    width: 1492px;
}

.why-6-2-item{
    width: 30%;
    box-shadow: 0 0 5px 0 #666;
    margin-right: 5%;
}

.why-6-2-item:nth-of-type(3n){
    margin-right: 0;
}

.why-6-2-item img{
    width: 100%;
}

.why-7 .why-2-1-title{
    margin-top: 0;
}

.why-7-1-desc{
    display: flex;
    justify-content: center;
}

.why-7-1-desc-item{
    background: url("../images/gou.jpg") no-repeat left center;
    background-size: auto 80%;
    padding-left: 1.9vw;
    font-size: 1.1vw;
    margin-right: 2vw;
    padding-right: 1.5vw;
    position: relative;
}

.why-7-1-desc-item::after{
    content: ' ';
    position: absolute;
    height: 70%;
    top: 15%;
    background: #000;
    width: 2px;
    right: 0;
}

.why-7-1-desc-item:last-child{
    margin-right: 0;
    padding-right: 0;
}

.why-7-1-desc-item:last-child::after{
    display: none;
}

.why-7-1-desc-list{
    display: flex;
    background: #fff;
    border-radius: 2vw;
    padding: 0.5vw 1.5vw;
    color: #000;
    margin-top: 1vw;
}

.why-7-2{
    margin-top: 50px;
}

.why-7-2-1{
    display: flex;
    justify-content: space-around;
}

.why-7-2-1-item img{
    display: block;
    margin: auto;
    margin-bottom: 0.2vw;
}

.why-7-2-1-item-title{
    text-align: center;
    font-weight: bold;
    font-size: 1.6vw;
    background: url("../images/jt.jpg") no-repeat center bottom;
    padding-bottom: .8vw;
}

.why-7-2-1-item-desc{
    margin-top: 0.2vw;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 1vw;
}

.why-7-2-1-item{
    flex: 1;
}

.why-7-2-1-item-img{
    position: relative;
    margin-bottom: 0.5vw;
}

.why-7-2-1-item-img::after{
    position: absolute;
    content: ' ';
    height: 100%;
    right: 0;
    top: 0;
    border-right: dotted 3px #000;
}

.why-7-2-1-item:nth-of-type(3n) .why-7-2-1-item-img::after{
    display: none;
}

.why-7-2-2{
    background: #e7e7e7;
    border-radius: 0.5vw;
    padding: 1.5vw 2vw;
    margin-top: 2vw;
    box-shadow: 3px 5px 5px 0 #ccc;
}

.why-7-2-2-item-title{
    color: #fff;
    font-size: 1.5vw;
    margin-bottom: 0.5vw;
}

.why-7-2-2-item-title span{
    padding: 0 1vw;
    height: 4vw;
    line-height: 3.6vw;
    display: inline-block;
    background: url(../images/why-7-4.png) no-repeat left center;
    background-size: auto 100%;
    width: 100%;
}

.why-7-2-2-item{
    margin-bottom: 1vw;
}

.why-7-2-2-item:last-child{
    margin-bottom: 0;
}

.why-7-2-2-item-desc{
    font-size: 1.5vw;
    color: #000;
}

.slick-liucheng2{
    display: flex;
    flex-wrap: wrap;
}

.slick-liucheng2 .icon{
    position: relative;
}

.ec{
    padding-left: 20px;
}

.ec>a{
    color: #0168ec;
}

.index-04 .lnav ul li .ec a i{
    color: #0168ec;
}

.lang-en .why-1-2-r-title-en{
    font-size: 24px;
}

.lang-en .why-1-2-r-title{
    font-size: 30px;
}

.lang-en .why-1-2-r-text{
    font-size: 1vw;
    line-height: 28px;
}

.en-hide{
    display: none !important;
}

.lang-en .why-2-1-title{
    margin-top: 0;
}

.lang-en .why-6-1-title{
    margin-top: 0;
}

.lang-en .why-6-2{
    margin-top: 7vw;
}