﻿/*========================== topbar ==========================*/
.topbar {
    height: 34px;
    -webkit-box-shadow: 0 0 0 1px rgba(212, 212, 212, .68);
    -moz-box-shadow: 0 0 0 1px rgba(212, 212, 212, .68);
    box-shadow: 0 0 0 1px rgba(212, 212, 212, .68);
    font-size: 12px;
    line-height: 34px;
    color: #666;
    background: #f5f5f5;
}
.topbar .bdsharebuttonbox a {
    border-radius: 50%;
    background-color: #adadad;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: center center;
}
.topbar .bdsharebuttonbox a:hover {
    background-color: #1f2972;
    opacity: .7;
}
.topbar .tool a {
    margin: 0 10px;
}
.topbar .tool a:hover {
    color: #11186f;
}
/*========================== header ==========================*/
.header {
    padding: 8px 0;
}
.header .float-right {
    margin-top: 25px;
}
.header-logo img {
    max-width: 250px;
    max-height: 90px;
}
.header-contact {
    display: inline-block;
    height: 48px;
    padding-left: 18px;
    border-left: 1px solid #d4d4d4;
    margin-left: 6px;
    font-family: "STXingkai", sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #333;
    vertical-align: middle;
}
.header-contact em {
    display: block;
    font-family: "Century", sans-serif;
    font-size: 20px;
    color: #000;
}
.header-lang {
    display: inline-block;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    color: #c5c5c5;
    vertical-align: middle;
}
.header-lang a {
    color: #333;
    margin: 0 15px;
}
.header-lang a:hover {
    color: #11186F;
}
.header-alibaba {
    margin-left: 15px;
}
.header-alibaba img {
    max-width: 135px;
    max-height: 40px;
}
/*========================== navbar ==========================*/
.navbar {
    height: 53px;
    border-top: 1px solid rgba(0, 0, 0, .11);
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.59);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.59);
    font-size: 14px;
    line-height: 53px;
    text-align: center;
}
.navbar li {
    float: left;
    width: 14.285%;
}
.navbar li a {
    position: relative;
}
.navbar li.on a:after, .navbar li a:hover:after {
    content: "";
    display: block;
    width: 27px;
    height: 6px;
    background: #11186F;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
/*========================== banner ==========================*/
.banner {
    position: relative;
}
.banner img {
    width: 100%;
}
.banner-pagination {
    width: 1200px;
    margin: auto;
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size: 0;
    text-align: center;

}
.banner-pagination li {
    display: inline-block;
    width: 46px;
    height: 4px;
    margin: 0 5px;
    background: #a5a5a5;
    cursor: pointer;
}
.banner-pagination li:hover, .banner-pagination li.on {
    background: #202a69;
}
.banner-btn-prev, .banner-btn-next {
    display: inline-block;
    width: 50px;
    height: 113px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, .5);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.banner-btn-prev {
    left: 4%;
    background-image: url("../images/banner-prev.png");
}
.banner-btn-next {
    right: 4%;
    background-image: url("../images/banner-next.png");
}
.banner-btn-prev:hover, .banner-btn-next:hover {
    background-color: rgba(17, 24, 111, .5);
}
.other-banner img {
    width: 100%;
}
/*========================== searchpart ==========================*/
.searchpart {
    padding: 32px 0;
    border-bottom: 1px solid #e2e2e2;
}
.searchpart .hot-keyword {
    font-size: 16px;
    color: #a6a6a6;
}
.searchpart .hot-keyword em {
    font-size: 18px;
    color: #444;
}
.searchpart .search-from {
    width: 240px;
    height: 34px;
    border: 1px solid #bababa;
    border-radius: 16px;
    overflow: hidden;
}
.searchpart .search-from .textInput {
    width: 170px;
    height: 34px;
    border: none;
    font-size: 16px;
    text-indent: 12px;
    color: #A6A6A6;
}
.searchpart .search-from .submitBtn {
    float: right;
    width: 68px;
    height: 34px;
    border: none;
    border-radius: 16px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #1f2871;
    cursor: pointer;
}
/*========================== htitle ==========================*/
.htitle {
    text-align: center;
}
.htitle h3 {
    font-size: 30px;
    line-height: 1.25;
    color: #333;
}
.htitle p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #c4c4c4;
}
.htitle .line936 {
    display: block;
    width: 936px;
    height: 1px;
    margin: 10px auto;
    background: #e2e2e2;
    position: relative;
}
.htitle .line936:after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin: auto;
    background: #202b6a;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 20;
}
.htitle .line1200 {
    display: block;
    width: 1200px;
    height: 1px;
    margin: 10px auto;
    background: #e2e2e2;
    position: relative;
}
.htitle .line1200:after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin: auto;
    background: #161c6b;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 20;
}
.htitle em {
    display: block;
    padding: 6px 0;
    font-size: 16px;
    color: #333;
}
.htitle2 p {
    color: #7e7e7e;
}
.htitle2 .line936 {
    background: #cdcdcd;
}
.htitle2 .line936:after {
    background: #7c7c7c;
}
.htitle3 h3 {
    color: #fff;
    margin-bottom: 15px;
}
.htitle3 p {
    color: #fff;
}
.htitle3 .line936 {
    background: #fff;
}
.htitle3 .line936:after {
    background: #fff;
}
.htitle4 .line936 {
    background-color: rgba(127, 127, 127, .6)
}
.htitle5 p {
    color: #535353;
}
.htitle5 .line1200 {
    background: #fff;
}
/*========================== index_linkGroup ==========================*/
.index_linkGroup {
    padding: 70px 0 95px;
}
.index_linkGroup-content {
    margin-top: 32px;
}
.index_linkGroup-content li {
    float: left;
    width: 254px;
    padding: 0 8px;
    margin-right: 40px;
}
.index_linkGroup-content li:last-of-type {
    margin-right: 0;
}
.index_linkGroup-content li a {
    display: block;
}
.index_linkGroup-content li .bg-box {
    height: 192px;
    width: 192px;
    border-radius: 50%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.index_linkGroup-content li .bg-box .mask-icon {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.index_linkGroup-content li .text-box .tit {
    font-size: 20px;
    text-align: center;
    color: #333;
    margin: 10px 0;
}
.index_linkGroup-content li .text-box .text {
    font-size: 12px;
    line-height: 1.75;
    text-align: justify;
    color: #7f7f7f;
}
.index_linkGroup-content li .text-box .more-btn {
    display: block;
    width: 130px;
    height: 35px;
    border: 1px solid #c7c7c7;
    border-radius: 16px;
    margin: 16px auto 0;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    color: #6c6c6c;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.index_linkGroup-content li a:hover .mask-icon {
    opacity: 0;
}
.index_linkGroup-content li a:hover .more-btn {
    color: #fff;
    background: #202b6a;
    border-color: #202b6a;
}
/*========================== index_pro ==========================*/
.index_pro {
    height: 1115px;
    padding-top: 40px;
    text-align: center;
    background: #f6f6f6 url("../images/index-pro-bg.jpg") no-repeat center center;
}
.index_pro .link-btn {
    display: inline-block;
    height: 35px;
    min-width: 110px;
    padding: 0 10px;
    border: 1px solid #c7c7c7;
    border-radius: 16px;
    margin: 12px 0;
    font-size: 12px;
    line-height: 35px;
    color: #6c6c6c;
    text-align: center;
}
.index_pro .link-btn:hover {
    color: #fefefe;
    background: #202b6a;
    border-color: #202b6a;
}
.index_pro-content .item-box {
    display: block;
    width: 380px;
    margin: 18px auto;
    position: relative;
}
.index_pro-content .item-box .img-box {
    width: 380px;
    height: 236px;
    background: #f6f6f6;
}
.index_pro-content .item-box .caption {
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: rgba(32, 43, 106, .9);
}
.index_pro-content .item-box .mask-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    text-align: center;
    color: #fff;
    background: rgba(32, 43, 106, .9);
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.index_pro-content .item-box .mask-box:before, .index_pro-content .item-box .mask-box:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    opacity: 0;
    -webkit-transition: all .75s ease-in-out;
    -moz-transition: all .75s ease-in-out;
    -ms-transition: all .75s ease-in-out;
    -o-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
}
.index_pro-content .item-box .mask-box:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}
.index_pro-content .item-box .mask-box:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}
.index_pro-content .item-box .mask-box h5 {
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 50px;
}
.index_pro-content .item-box .mask-box p {
    font-size: 12px;
    line-height: 14px;
    color: #facbcf;
    margin: 5px 0;
    min-height: 56px;
}
.index_pro-content .item-box .mask-box .icon-arrow {
    display: block;
    height: 38px;
    width: 38px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: auto;
    background: url("../images/index-pro-arrow.png") no-repeat center center;
}
.index_pro-content .item-box:hover .mask-box {
    opacity: 1;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
}
.index_pro-content .item-box:hover .mask-box:before, .index_pro-content .item-box:hover .mask-box:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
/*========================== index_advantage ==========================*/
.index_advantage {
    padding: 40px 0 60px;
}
.index_advantage-content .text-box .number {
    display: block;
    height: 70px;
    padding-bottom: 16px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 56px;
    font-family: Impact, serif;
    font-size: 68px;
    line-height: 70px;
    color: #202b6a;
    position: relative;
}
.index_advantage-content .text-box .number:after {
    content: "";
    display: block;
    width: 43px;
    height: 5px;
    background: #202b6a;
    position: absolute;
    bottom: 0;
}
.index_advantage-content .text-box .text {
    font-size: 14px;
    line-height: 28px;
    color: #818181;
}
.index_advantage-content .text-box .text h4 {
    font-size: 22px;
    line-height: 28px;
    color: #33312e;
    margin-bottom: 35px;
}
.index_advantage-content .text-box .text h4 em {
    display: block;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-top: 9px;
}
.index_advantage-content .text-box .text ul li {
    margin-left: 20px;
    list-style-image: url("../images/index-join-type.png");
}
.index_advantage-content .text-box .text .link-btn {
    display: block;
    height: 35px;
    width: 130px;
    border: 1px solid #c7c7c7;
    border-radius: 16px;
    margin-top: 35px;
    font-size: 12px;
    line-height: 35px;
    color: #6c6c6c;
    text-align: center;
}
.index_advantage-content .text-box .text .link-btn:hover {
    color: #fff;
    background: #202b6a;
    border-color: #202b6a;
}
.index_advantage-content {
    margin-top: 40px;
}
.index_advantage-content > div {
    padding: 50px 0;
}
.index_advantage-content .row1 .text-box {
    width: 600px;
}
.index_advantage-content .row2 .text-box {
    width: 500px;
}
.index_advantage-content .row3 .text-box {
    width: 550px;
}
.index_advantage-content .row4 .text-box {
    width: 500px;
}
.index_advantage-content .row1 .img-box {
    width: 600px;
    height: 400px;
    line-height: 400px;
}
.index_advantage-content .row2 .img-box {
    width: 700px;
    height: 425px;
    line-height: 425px;
    margin-left: -10px;
    margin-top: 50px;
}
.index_advantage-content .row3 .img-box {
    width: 650px;
    height: 415px;
    line-height: 415px;
}
.index_advantage-content .row4 .img-box {
    width: 700px;
    height: 515px;
    line-height: 515px;
}
.index_advantage-content .row2 .text-box .number, .index_advantage-content .row4 .text-box .number {
    text-align: right;
}
.index_advantage-content .row2 .text-box .number:after, .index_advantage-content .row4 .text-box .number:after {
    right: 0;
}
.index_advantage-content .row1 .text-box .text, .index_advantage-content .row3 .text-box .text {
    margin-right: 120px;
}
.index_advantage-content .row2 .text-box .text, .index_advantage-content .row4 .text-box .text {
    margin-left: 120px;
}
/*========================== index_support ==========================*/
.index_support {
    height: 435px;
    padding-top: 35px;
    background: url("../images/index-support-bg.png") no-repeat center center;
}
.index_support-content {
    width: 1090px;
    margin: 30px auto 0;
}
.index_support-content li {
    width: 20%;
    float: left;
}
.index_support-content li .tag {
    width: 166px;
    height: 166px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 25px;
}
.index_support-content li .tag h5 {
    padding: 85px 20px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #1664bb;
}
.index_support-content li .text {
    width: 160px;
    margin: 42px auto 0;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    height: 112px;
    overflow: hidden;
}
/*========================== index_honor ==========================*/
.index_honor {
    padding: 100px 0 50px;
}
.index_honor-content {
    margin-top: 40px;
}
.honor-slide {
    position: relative;
}
.honor-slide .bd {
    width: 100%;
    overflow: hidden;
}
.honor-slide .bd li {
    width: 282px;
    margin-right: 24px;
}
.honor-slide .bd li a {
    display: block;
    width: 250px;
    height: 350px;
    padding: 15px;
    border: 1px solid #e2e2e2;
}
.honor-slide .bd li a .img-box {
    width: 250px;
    height: 350px;
}
.honor-slide .hd {
    text-align: center;
    margin-top: 40px;
}
.honor-slide .hd li {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size: 0;
    color: transparent;
    display: inline-block;
    width: 43px;
    height: 5px;
    margin: 3px 6px;
    background: #bfbfbf;
    cursor: pointer;
}
.honor-slide .hd li:hover, .honor-slide .hd li.on {
    background: #161c6b;
}
.honor-slide .prev, .honor-slide .next {
    display: block;
    width: 38px;
    height: 113px;
    border: 1px solid #dadada;
    border-radius: 5px;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 150px;
    z-index: 10;
    margin: auto;
}
.honor-slide .prev {
    background-image: url("../images/index-honor-prev01.png");
    left: -60px;
}
.honor-slide .next {
    background-image: url("../images/index-honor-next01.png");
    right: -60px;
}
.honor-slide .prev:hover, .honor-slide .next:hover {
    background-color: #202B6A;
}
.honor-slide .prev:hover {
    background-image: url("../images/index-honor-prev02.png");
}
.honor-slide .next:hover {
    background-image: url("../images/index-honor-next02.png");
}
/*========================== index_case ==========================*/
.index_case {
    padding: 45px 0 55px;
}
.index_case-content {
    margin-top: 25px;
}
.index_case-nav {
    text-align: center;
    margin-bottom: 25px;
}
.index_case-nav a {
    display: inline-block;
    height: 35px;
    min-width: 110px;
    padding: 0 10px;
    border: 1px solid #c7c7c7;
    border-radius: 16px;
    margin: 6px 12px;
    font-size: 12px;
    line-height: 35px;
    color: #6c6c6c;
    text-align: center;
}
.index_case-nav a.on, .index_case-nav a:hover {
    color: #fefefe;
    background: #202b6a;
    border-color: #202b6a;
}
.index_case-panel li {
    float: left;
}
.index_case-panel li:nth-of-type(1) {
    width: 438px;
    margin-right: 10px;
}
.index_case-panel li:nth-of-type(2) {
    width: 444px;
    margin-right: 10px;
}
.index_case-panel li:nth-of-type(3) {
    width: 298px;
}
.index_case-panel li .link-box {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    background-color: #202b6a;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.index_case-panel li:nth-of-type(1) .link-box:nth-of-type(1) {
    height: 430px;
}
.index_case-panel li:nth-of-type(1) .link-box:nth-of-type(2) {
    height: 150px;
}
.index_case-panel li:nth-of-type(2) .link-box:nth-of-type(1) {
    height: 220px;
}
.index_case-panel li:nth-of-type(2) .link-box:nth-of-type(2) {
    height: 360px;
}
.index_case-panel li:nth-of-type(3) .link-box:nth-of-type(1) {
    height: 430px;
}
.index_case-panel li:nth-of-type(3) .link-box:nth-of-type(2) {
    height: 150px;
}
.index_case-panel li .link-box .text-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.index_case-panel li .link-box .text-box:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    border: 1px solid transparent;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.index_case-panel li .link-box .text-box i {
    display: inline-block;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.index_case-panel li .link-box .text-box i:after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    margin: auto;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.index_case-panel li .link-box .text-box p {
    font-size: 18px;
}
.index_case-panel li .link-box:hover .text-box {
    background: rgba(32, 43, 106, .6);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);

}
.index_case-panel li .link-box:hover .text-box:before {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border-color: #fff;
}
/*========================== index_news ==========================*/
.index_news {
    padding: 30px 0 70px;
    /*background: #e8e8e8 url("../images/index-news-bg.png") repeat left top;*/
}
.index_news-content {
    margin-top: 60px;
}
.common-panel {
    width: 380px;
    margin: auto;
}
.common-panel .cp-tit {
    padding: 5px 10px;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    color: #fff;
    background: #202b6a;
}
.common-panel .cp-tit .en {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size: 10px;
}
.common-panel .cp-tit .link {
    font-size: 14px;
    float: right;
}
.common-panel .cp-tit .link:hover {
    text-decoration: underline;
}
.common-panel .cp-news-list .single {
    margin-bottom: 28px;
}
.common-panel .cp-news-list .single a {
    display: block;
}
.common-panel .cp-news-list .single .img-box {
    width: 165px;
    height: 105px;
    line-height: 105px;
    overflow: hidden;
}
.common-panel .cp-news-list .single .img-box img {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .35s ease-in-out;
}
.common-panel .cp-news-list .single .text-box {
    width: 200px;
}
.common-panel .cp-news-list .single .text-box .tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #535353;
    padding: 5px 0;
}
.common-panel .cp-news-list .single .text-box .text {
    font-size: 12px;
    line-height: 22px;
    color: #797979;
}
.common-panel .cp-news-list .single .text-box .text i {
    color: #202b6a;
}
.common-panel .cp-news-list .single .text-box .text * {
    display: inline;
}
.common-panel .cp-news-list .single a:hover .img-box img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.common-panel .cp-news-list .single a:hover .text-box .tit {
    color: #202b6a;
}
.common-panel .cp-news-list .item {
    padding: 6px 0;
    border-bottom: 1px dashed #7b7b7b;
    margin-bottom: 8px;
}
.common-panel .cp-news-list .item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
.common-panel .cp-news-list .item a {
    display: block;
    height: 25px;
    border-left: 5px solid #202b6a;
    padding: 0 100px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #535353;
}
.common-panel .cp-news-list .item a i {
    width: 100px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 12px;
    text-align: right;
    color: #999999;
}
.common-panel .cp-news-list .item a:hover, .common-panel .cp-news-list .item a:hover i {
    color: #202b6a;
}
.common-panel .cp-qa-list li {
    font-size: 15px;
    line-height: 22px;
    color: #535353;
    border-top: 1px dashed #7b7b7b;
    padding: 22px 0;
}
.common-panel .cp-qa-list li > div {
    padding: 8px 8px 8px 34px;
    position: relative;
}
.common-panel .cp-qa-list li i {
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: #f87f24;
    position: absolute;
    left: 0;
    top: 8px;
}
.common-panel .cp-qa-list li .answer i {
    background: #202b6a;
}
.common-panel .div_scroll {
    margin-top: 30px;
    max-height: 429px;
    overflow: auto;
}
.scroll_container {
    position: relative;
    overflow: hidden;
}
.scroll_absolute {
    position: absolute;
}
.scroll_vertical_bar {
    width: 6px;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
}
.scroll_vertical_bar .scroll_track {
    position: relative;
    right: 2px;
    border-radius: 3px;
    background: #e5e5e5;

}
.scroll_vertical_bar .scroll_drag {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: #202b6a;
    border-radius: 3px;
}
.scroll_vertical_bar .scroll_arrow {
    display: block;
    width: 13px;
    height: 9px;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 20;
}
.scroll_vertical_bar .scroll_arrow.scroll_arrow_up {
    left: -6px;
    background-image: url("../images/scroll-top.png");
}
.scroll_vertical_bar .scroll_arrow.scroll_arrow_down {
    left: -6px;
    background-image: url("../images/scroll-bottom.png");
}
/*========================== footer ==========================*/
.footer {
    padding: 25px 0 35px;
    color: #ccc;
    background: #3a3a3a;
}
.footer-left {
    float: left;
    width: 1060px;
}
.footer-nav {
    padding-bottom: 20px;
    border-bottom: 1px solid #4f4f4f;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size: 0;
    text-align: center;

}
.footer-nav li {
    display: inline-block;
    width: 120px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
    position: relative;
    vertical-align: middle;
}
.footer-nav li + li:before {
    content: "|";
    color: #7b7b7b;
    position: absolute;
    left: 0;
}
.footer-logo {
    float: left;
    margin-top: 30px;
}
.footer-logo img {
    max-width: 165px;
    max-height: 60px;
}
.footer-contact {
    padding: 40px 0 0 180px;
    text-align: right;
    font-size: 12px;
    line-height: 25px;
    color: #ccc;
}
.footer-right {
    float: right;
    width: 100px;
}
.footer-qrcode {
    width: 100%;
    font-size: 12px;
    line-height: 1.25;
    color: #dfdfdf;
    text-align: center;
}
.footer-qrcode img {
    width: 90px;
    height: 90px;
    margin-top: 10px;
}
.footer a:hover {
    color: #fff;
}
/*========================== service_process ==========================*/
.service_process {
    padding: 40px 0;
    background: #eef0ef;
}
.service_process-content {
    margin-top: 40px;
}
.service_process-content img {
    width: 100%;
}
/*========================== service_flow ==========================*/
.service_flow {
    padding: 40px 0;
    background: #eef0ef;
}
.service_flow-content {
    margin-top: 40px;
    text-align: center;
}
.service_flow-content img {
    width: 100%;
    max-width: 100%;
}
/*========================== service_sales ==========================*/
.service_sales {
    padding: 50px 0;
}
.service_sales-content {
    margin-top: 20px;
}
.service_sales-content .item-box {
    width: 300px;
    margin: 30px auto;
    font-size: 14px;
    color: #6a6a6a;
    text-align: center;
}
.service_sales-content .item-box .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 30px;
    background-repeat: no-repeat;
    background-position: center center;

}
.service_sales-content .item-box h5 {
    font-size: 18px;
    font-weight: bold;
    color: #575757;
    margin-bottom: 5px;
}
/*========================== type-nav ==========================*/
.type-nav {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size: 0;
    text-align: center;
    color: #333;
    background: #eee;
    -webkit-box-shadow: 0 1px 0 0 rgba(8, 1, 3, .13);
    -moz-box-shadow: 0 1px 0 0 rgba(8, 1, 3, .13);
    box-shadow: 0 1px 0 0 rgba(8, 1, 3, .13);
}
.type-nav a {
    display: inline-block;
    height: 48px;
    border-bottom: 3px solid transparent;
    margin: 0 30px;
    font-size: 14px;
    line-height: 48px;
}
.type-nav a.on, .type-nav a:hover {
    border-color: #161c6b;
}
/*========================== contact ==========================*/
.contact {
    padding: 40px 0 50px;
}
.contact-name {
    padding-left: 15px;
    border-left: 4px solid #161c6b;
    margin-top: 30px;
    font-family: "Adobe Heiti Std", sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #161c6b;
}
.contact-name h4 {
    font-size: 20px;

}
.contact-content {
    margin-top: 35px;
}
.contact-map {
    width: 720px;
    height: 460px;
    border: 2px solid #e2e2e2;
}
.contact-map img {
    width: 100%;
    height: 100%;
}
.contact-info {
    width: 432px;
    padding: 15px 0;
    font-size: 18px;
    line-height: 30px;
    color: #444;
}
.contact-info-item {
    min-height: 30px;
    padding: 15px 0 15px 85px;
    margin-top: 30px;
    position: relative;
}
.contact-info-item .icon {
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-info-item .list {
    display: inline-block;
    vertical-align: top;
}
/*========================== message ==========================*/
.message {
    padding-top: 23px;
    height: 600px;
    background: url("../images/message-bg.jpg") no-repeat center center;
}
.message-content {
    margin-top: 50px;
}
.message-form {
    width: 562px;
}
.message-form .form-group {
    padding: 8px 0;
    font-size: 13px;
    color: #fff;
}
.message-form .form-group :-ms-input-placeholder {
    color: #fff;
}
.message-form .form-group ::-ms-input-placeholder {
    color: #fff;
}
.message-form .form-group ::-moz-placeholder {
    color: #fff;
}
.message-form .form-group ::-webkit-input-placeholder {
    color: #fff;
}
.message-form .form-group .textInput, .message-form .form-group .textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 562px;
    border: none;
}
.message-form .form-group .textInput {
    height: 53px;
    padding: 0 15px;
    background: url("../images/message-input-bg01.png") no-repeat center center;
}
.message-form .form-group .textarea {
    height: 213px;
    padding: 15px;
    background: url("../images/message-textarea-bg.png") no-repeat center center;
}
.message-form .form-group .submitBtn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 204px;
    height: 55px;
    padding: 0 15px;
    border: none;
    background: url("../images/message-submit-bg.png") no-repeat center center;
    cursor: pointer;
}
/*========================== about-intro ==========================*/
.about-intro {
    padding: 50px 0 80px;
}
.about-intro-video {
    width: 1200px;
    height: 600px;
    margin-top: 50px;
    background: #000;
}
.about-intro-video img {
    width: 100%;
    height: 100%;
}
.about-intro-content {
    margin-top: 70px;
}
.about-intro-content .text-box {
    width: 600px;
    padding: 25px 0;
    font-size: 14px;
    line-height: 25px;
    color: #717171;
    text-align: justify;
}
.about-intro-content .text-box em {
    font-size: 18px;
    font-weight: bold;
    color: #161c6b;
}
.about-intro-content .slide-box {
    width: 560px;
}
.about-intro-content .slide-box .bd {
    margin-bottom: 20px;
}
.about-intro-content .slide-box .bd li {
    width: 560px;
    height: 335px;
}
.about-intro-content .slide-box .bd li .img-box {
    width: 560px;
    height: 335px;
}
.about-intro-content .slide-box .hd {
    width: 495px;
    padding: 10px 0;
    margin: auto;
    position: relative;
}
.about-intro-content .slide-box .hd li {
    width: 132px;
    height: 76px;
    padding: 3px;
    margin: 0 12.5px;
    border: 1px solid #e5e4e4;
    overflow: hidden;
    cursor: pointer;
}
.about-intro-content .slide-box .hd li.on {
    border-color: #de6c78;
}
.about-intro-content .slide-box .hd li .img-box {
    width: 132px;
    height: 76px;
}
.about-intro-content .slide-box .hd .prev, .about-intro-content .slide-box .hd .next {
    display: block;
    width: 10px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.about-intro-content .slide-box .hd .prev {
    background-image: url("../images/about-intro-prev01.png");
    left: -25px;
}
.about-intro-content .slide-box .hd .next {
    background-image: url("../images/about-intro-next01.png");
    right: -25px;
}
.about-intro-content .slide-box .hd .prev:hover {
    background-image: url("../images/about-intro-prev02.png");
}
.about-intro-content .slide-box .hd .next:hover {
    background-image: url("../images/about-intro-next02.png");
}
/*========================== about-culture ==========================*/
.about-culture {
    padding: 60px 0 70px;
    background: #f6f6f6;
}
.about-culture-content {
    margin-top: 50px;
}
.about-culture-list li {
    float: left;
    display: table;
    height: 253px;
    margin: 4px 0;
}
.about-culture-list li:nth-of-type(1) {
    width: 736px;
    margin-right: 8px;
}
.about-culture-list li:nth-of-type(3), .about-culture-list li:nth-of-type(4) {
    width: 364px;
    margin-right: 8px;
}
.about-culture-list li:nth-of-type(2), .about-culture-list li:nth-of-type(5) {
    width: 456px;
}
.about-culture-list li .mask-box {
    display: table-cell;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.about-culture-list li .mask-box h5 {
    display: inline-block;
    font-size: 26px;
    margin-top: -10px;
    text-align: right;
    vertical-align: middle;
}
.about-culture-list li .mask-box h5 em {
    display: block;
    font-size: 12px;
    color: #e1e1e1;
}
.about-culture-list li .mask-box .slash {
    display: inline-block;
    width: 12px;
    height: 46px;
    margin: 0 8px;
    background: url("../images/about-culture-slash.png") no-repeat center center;
    vertical-align: middle;
}
.about-culture-list li .mask-box p {
    display: inline-block;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
}
.about-culture-list li:hover .mask-box {
    background: transparent;
}
/*========================== about-history ==========================*/
.about-history {
    padding: 55px 0;
}
.about-history-content {
    padding: 9px;
    border: 1px solid #c0c0c0;
    margin-top: 60px;
    -webkit-box-shadow: 0 0 6px 0 rgba(192, 192, 192, .75);
    -moz-box-shadow: 0 0 6px 0 rgba(192, 192, 192, .75);
    box-shadow: 0 0 6px 0 rgba(192, 192, 192, .75);
    position: relative;
}
.about-history-content .prev, .about-history-content .next {
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #232d66;
    font-family: '宋体', serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    color: #232d66;
    cursor: pointer;
    position: absolute;
    z-index: 30;
    top: 65px;
}
.about-history-content .prev {
    right: 110px;
}
.about-history-content .next {
    right: 60px;
}
.about-history-content .prev:hover, .about-history-content .next:hover {
    color: #fff;
    background: #232d66;
}
.about-history-panel .bg-box {
    width: 520px;
    height: 375px;
    padding: 40px 0 40px 60px;
    background: #232d66;
}
.about-history-panel .bg-box .img-box {
    width: 580px;
    height: 375px;
}
.about-history-panel .bg-box .img-box img {
    max-width: 580px;
    max-height: 375px;
}
.about-history-panel .text-box {
    margin-top: 30px;
    width: 470px;
    margin-right: 10px;
}
.about-history-panel .text-box .time {
    width: 445px;
    height: 60px;
    padding: 15px 0;
    border-bottom: 1px dashed #919191;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    color: #333;
    position: relative;
}
.about-history-panel .text-box .time .year {
    font-size: 45px;
}
.about-history-panel .text-box .time:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 52px;
    background: #c9c9c9;
    position: absolute;
    left: -28px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.about-history-panel .text-box .div_scroll {
    height: 288px;
    overflow: auto;
}
.about-history-panel .text-box .text {
    width: 450px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: justify;
}
.about-history-panel .text-box .text-small {
    width: 450px;
    font-size: 12px;
    line-height: 16px;
    color: #727272;
    text-align: justify;
}
/*========================== about-honor ==========================*/
.about-honor {
    padding: 55px 0;
}
.about-honor-content {
    margin-top: 65px;
}
/*========================== about-culture ==========================*/
.about-archite {
    min-height: 820px;
    padding: 60px 0 45px;
    background: url("../images/about-archite-bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.about-archite-content {
    margin-top: 60px;
}
.about-archite-content img {
    width: 100%;
}
/*========================== layout ==========================*/
.layout {
    padding: 35px 0;
}
.layout-content {
    margin-top: 55px;
}
.layout-left {
    float: left;
    width: 255px;
}
.layout-right {
    float: right;
    width: 910px;
}
/*========================== sidebar ==========================*/
.sidebar-nav {
    margin-bottom: 40px;
}
.sidebar-nav dt, .sidebar-contact dt {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    padding: 18px 6px;
    margin-bottom: 12px;
    color: #fff;
    background: #202b6a;
    -webkit-box-shadow: 0 3px 6px 0 rgba(3, 0, 0, .3);
    -moz-box-shadow: 0 3px 6px 0 rgba(3, 0, 0, .3);
    box-shadow: 0 3px 6px 0 rgba(3, 0, 0, .3);
}
.sidebar-nav dt h4, .sidebar-contact h4 {
    font-size: 20px;
    margin-bottom: 4px;
}
.sidebar-nav dd {
    margin-bottom: 6px;
}
.sidebar-nav dd>a {
    display: block;
    padding: 16px 40px 16px 40px;
    border-left: 6px solid #b2b2b2;
    font-size: 16px;
    line-height: 25px;
    color: #757575;
    background: #ebebeb url("../images/sidebar-arrow.png") no-repeat 220px center;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.sidebar-nav dd.on>a, .sidebar-nav dd>a:hover {
    color: #202b6A;
    border-color: #202b6A;
    background: #ebebeb url("../images/sidebar-arrow-on.png") no-repeat 220px center;
}
.sidebar-nav dd ul {
    display: none;
}
.sidebar-nav dd.on ul {
    display: block;
}
.sidebar-nav dd ul li a {
    display: block;
    padding: 14px 40px 14px 60px;
    font-size: 14px;
    line-height: 20px;
    color: #b2b2b2;
    border-bottom: 1px solid #dedede;
    background: #f5f7f9;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.sidebar-nav dd ul li.current a,.sidebar-nav dd ul li a:hover {
    color: #fff;
    background: rgba(32,43,106,.75);
}
.sidebar-contact dt {
    margin-bottom: 0;
}
.sidebar-contact dd {
    padding: 15px 15px 15px 65px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #757575;
}
.sidebar-contact dd:last-of-type {
    border-bottom: 1px solid #e1e1e1;
}
.sidebar-contact dd .icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 25px;
    top: 12px;
}
.sidebar-contact dd h5 {
    color: #383838;
    margin-bottom: 5px;
}
.sidebar-contact dd em {
    font-size: 22px;
    font-style: italic;
    color: #202b6a;
    word-break: break-all;
}
.sidebar-contact dd:after {
    content: "";
    display: block;
    height: 1px;
    background: #d6d6d6;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    margin: auto;
    z-index: 20;
}
.sidebar-contact dd:last-of-type:after {
    display: none;
}
/*========================== location-nav ==========================*/
.location-nav {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size: 0;
    padding: 10px 0;
    margin: 20px 0;
    border-bottom: 1px solid #d4d4d4;
}
.location-nav dt, .location-nav dd {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.location-nav dt {
    padding-left: 20px;
    background: url("../images/icon-location.png") no-repeat left center;
}
.location-nav dd + dd:before {
    content: ">";
    margin: 0 5px;
    font-size: 14px;
    color: #ababab;
}
.location-nav a:hover {
    color: #202b6a;
}
/*========================== common-list ==========================*/
.common-list {
    padding: 8px 0;
    margin-bottom: 20px;
}
.common-list .item-box {
    display: block;
    width: 280px;
    margin: 6px auto;
}
.common-list .item-box .img-box {
    width: 280px;
    height: 210px;
    overflow: hidden;
}
.common-list .item-box .img-box img {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.common-list .item-box .caption {
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #3a3a3a;
    line-height: 40px;
    text-align: center;
}
.common-list .item-box:hover .img-box img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.common-list .item-box:hover .caption {
    color: #202b6a;
}
/*========================== pages ==========================*/
.pages {
    text-align: center;
    padding: 10px 0;
}
.pages a {
    display: inline-block;
    height: 38px;
    border: 1px solid #cbcbcb;
    padding: 0 15px;
    margin: 4px;
    font-size: 14px;
    line-height: 38px;
    color: #808080;
}
.pages a.page-prev, .pages a.page-next {
    min-width: 62px;
    margin: 4px 24px;
}
.pages a:hover, .pages a.page-on {
    color: #fff;
    background: #202b6a;
}
/*========================== other-pro ==========================*/
.other-pro {
    margin-bottom: 40px;
}
.other-pro-tit {
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 12px;
    line-height: 1.5;
    color: #8a8a8a;
}
.other-pro-tit h3 {
    display: inline-block;
    font-size: 16px;
    color: #202b6a;
}
.other-pro-tit p {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    top: -2px;
}
.other-pro-tit p:after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background: #202b6a;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.other-pro-tit2 {
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 12px;
    line-height: 1.4;
    color: #c4c4c4;
    text-align: center;
    position: relative;
}
.other-pro-tit2 h3 {
    font-size: 30px;
    line-height: 1.25;
    color: #333;
}
.other-pro-tit2::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin: auto;
    background: #161c6b;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: 20;
}
.other-pro-list {
    padding: 10px 0;
}
.other-pro-list li {
    float: left;
    width: 290px;
    margin-right: 13px;
}
.other-pro-list li:nth-of-type(4n) {
    margin-right: 0;
}
.other-pro-list li a {
    display: block;
    margin: 6px 0;
}
.other-pro-list li a .img-box {
    width: 290px;
    height: 195px;
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
}
.other-pro-list li a .img-box img {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.other-pro-list li a .img-box:after {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background: rgba(39, 39, 39, .75) url("../images/icon-enlarge.png") no-repeat center center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.other-pro-list li a .caption {
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #3a3a3a;
    line-height: 40px;
}
.other-pro-list li a:hover .img-box img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.other-pro-list li a:hover .caption {
    color: #202b6a;
}
/*========================== friend-link ==========================*/
.friend-link {
    margin-bottom: 40px;
}
.friend-link-tit {
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.25;
    color: #959595;
}
.friend-link-tit h3 {
    font-size: 15px;
    font-weight: bold;
    color: #4a4a4a;
}
.friend-link-tit h3 em {
    font-size: 32px;
    color: #b6b6b6;
}
.friend-link-tit h3 i {
    font-weight: lighter;
    font-style: italic;
    font-size: 28px;
    color: #d4d4d4;
    margin: 0 5px;
}
.friend-link-tit a:hover {
    color: #4a4a4a;
}
.friend-link-group {
    font-size: 14px;
    line-height: 25px;
    color: #b9b9b9;
}
.friend-link-group li {
    display: inline-block;
    margin-right: 20px;
}
.friend-link-group a {
    font-size: 14px;
    line-height: 25px;
    margin-right: 20px;
    color: #5f5f5f;
}
.friend-link-group a:hover {
    color: #202b6a;
}
/*========================== casev ==========================*/
.casev-show {
    padding: 45px 0;
    background: rgba(235, 235, 235, .64);
    position: relative;
}
.casev-show .bd {
    width: 660px;
    margin: auto;
}
.casev-show .bd li {
    width: 650px;
    height: 490px;
    padding: 4px;
    border: 1px solid #dfdfdf;
    background: #fff;
}
.casev-show .bd li a {
    display: block;
}
.casev-show .bd .img-box {
    width: 650px;
    height: 490px;
    overflow: hidden;
}
.casev-show .prev, .casev-show .next {
    display: inline-block;
    width: 34px;
    height: 166px;
    background-color: #b7b7b7;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.casev-show .prev {
    background-image: url("../images/casev-prev.png");
    left: 20px;
}
.casev-show .next {
    background-image: url("../images/casev-next.png");
    right: 20px;
}
.casev-show .prev:hover, .casev-show .next:hover {
    background-color: #202b6a;
}
.casev-info {
    margin-top: 15px;
}
.casev-info-tit {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #202b6a;
    display: inline-block;
    min-width: 360px;
    padding: 12px 24px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 24px;
    position: relative;
}
.casev-info-tit:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 32px;
    background: #202b6a;
    position: absolute;
    top: 12px;
    left: 0;
}
.casev-info-detail {
    font-size: 16px;
    line-height: 30px;
    color: #707070;
}
.casev-info-detail .lead-tit {
    font-size: 18px;
    font-weight: bold;
    color: #202b6a;
    margin-bottom: 5px;
}
/*========================== news ==========================*/
.news-list {
    padding: 25px 0;
}
.news-list .single {
    padding: 0 70px 0 15px;
    margin-bottom: 24px;
}
.news-list .single a {
    display: block;
}
.news-list .single .img-box {
    width: 415px;
    height: 220px;
    line-height: 220px;
    overflow: hidden;
}
.news-list .single .img-box img {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .35s ease-in-out;
}
.news-list .single .text-box {
    width: 385px;
}
.news-list .single .text-box .tit {
    font-size: 18px;
    line-height: 24px;
    color: #350709;
    margin-bottom: 40px;
}
.news-list .single .text-box .text {
    font-size: 14px;
    line-height: 22px;
    min-height: 88px;
    color: #6a6a6a;
    margin-bottom: 35px;
}
.news-list .single .text-box .text * {
    display: inline;
}
.news-list .single .text-box .more-btn {
    display: inline-block;
    height: 24px;
    min-width: 80px;
    padding: 0 6px;
    border: 1px solid #202b6a;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #202b6a;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.news-list .single a:hover .img-box img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.news-list .single a:hover .text-box .tit {
    color: #202b6a;
}
.news-list .single a:hover .text-box .more-btn {
    background: #fff;
    color: #202b6a;
    border-color: #202b6a;
}
.news-list .item a {
    display: block;
    padding: 20px 0;
    background: #fff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.news-list .item:nth-of-type(2n) a {
    background: #f6f6f6;
}
.news-list .item .text-box {
    padding: 0 70px 0 105px;
    position: relative;
}
.news-list .item .text-box .tit {
    font-size: 18px;
    line-height: 24px;
    color: #202b6a;
    margin-bottom: 8px;
}
.news-list .item .text-box .text {
    font-size: 14px;
    line-height: 22px;
    color: #969696;
}
.news-list .item .text-box .time {
    width: 68px;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 0;
}
.news-list .item .text-box .time .date {
    height: 45px;
    font-size: 12px;
    line-height: 45px;
    color: #fff;
    background: #4f588a;
}
.news-list .item .text-box .time .date em {
    font-size: 25px;
}
.news-list .item .text-box .time .year {
    height: 22px;
    border-top: 1px solid rgba(240, 193, 161, .54);
    font-size: 12px;
    line-height: 22px;
    color: rgba(240, 193, 161, .54);
    background: #202b6a;
}
.news-list .item a:hover {
    background: #e5e5e5;
}
/*========================== prov ==========================*/
.back-btn-wrap {
    margin-top: -20px;
    text-align: right;
}
.back-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 70px;
    height: 85px;
    padding-top: 45px;
    border: 1px solid #c9c9c9;
    background-color: #e5e4e3;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-image: url("../images/icon-back.png");
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #8b8b8b;
}
.prov {
    padding-bottom: 20px;
    margin-top: -15px;
}
.prov-content {
    padding-bottom: 28px;
    border-bottom: 1px solid #dadada;
}
.prov-show {
    width: 472px;
}
.prov-show .bd {
    margin-bottom: 12px;
}
.prov-show .bd li {
    width: 462px;
    height: 348px;
    padding: 4px;
    border: 1px solid #dfdfdf;
    background: #fff;
}
.prov-show .bd li a {
    display: block;
}
.prov-show .bd li .img-box {
    width: 462px;
    height: 348px;
}
.prov-show .hd {
    width: 441px;
    padding: 12px 0;
    margin: auto;
    position: relative;
}
.prov-show .hd li {
    width: 95px;
    height: 95px;
    margin: 0 24px;
    border: 2px solid #d6d6d6;
    overflow: hidden;
    cursor: pointer;
	float: left;
}
.prov-show .hd li.on {
    border-color: #202b6a;
}
.prov-show .hd li .img-box {
    width: 95px;
    height: 95px;
}
.prov-show .hd .prev, .prov-show .next {
    display: block;
    width: 14px;
    height: 68px;
    background-color: #b7b7b7;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.prov-show .hd .prev {
    background-image: url("../images/prov-prev.png");
    left: -15px;
}
.prov-show .hd .next {
    background-image: url("../images/prov-next.png");
    right: -15px;
}
.prov-show .hd .prev:hover, .prov-show .next:hover {
    background-color: #202b6a;
}
.prov-info {
    width: 410px;
}
.prov-info-tit {
    padding: 12px 0 12px 24px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    color: #202b6a;
    position: relative;
}
.prov-info-tit:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 32px;
    background: #202b6a;
    position: absolute;
    top: 12px;
    left: 0;
}
.prov-info-text {
    padding-left: 6px;
    font-size: 16px;
    line-height: 25px;
    color: #707070;
}
.prov-info-text .lead-tit {
    font-size: 18px;
    color: #202b6a;
    margin-bottom: 10px;
}
.prov-info-text .number-btn {
    display: inline-block;
    height: 48px;
    min-width: 240px;
    padding: 0 8px;
    border-radius: 6px;
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: #202b6a;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
}
.prov-info-text .number-btn .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: text-bottom;
    background: url("../images/prov-icon-number.png") no-repeat center center;
}
.prov-detail {
    margin-top: 30px;
}
.prov-detail .lead-tit {
    font-size: 18px;
    color: #202b6a;
    margin-bottom: 16px;
}
.prov-detail .sub-tit {
    color: #202b6a;
    margin-bottom: 8px;
}
.prov-detail {
    font-size: 16px;
    line-height: 25px;
    color: #707070;
}
/*========================== newsv ==========================*/
.newsv {
    background: #fff;
    padding: 30px;
    margin-top: 40px;
    -webkit-box-shadow: 0 0 8px 0 rgba(60, 60, 60, .36);
    -moz-box-shadow: 0 0 8px 0 rgba(60, 60, 60, .36);
    box-shadow: 0 0 8px 0 rgba(60, 60, 60, .36);
}
.newsv-content {
    margin-bottom: 35px;
}
.newsv-title {
    padding: 25px 0;
    text-align: center;
}
.newsv-title h3 {
    font-size: 26px;
    color: #333;
    margin-bottom: 5px;
}
.newsv-title p {
    font-size: 14px;
    color: #9b9b9b;
}
.newsv-text {
    font-size: 15px;
    line-height: 2;
    color: #757575;
}
.newsv-text img {
    max-width: 100%;
}
.newsv-pages {
    padding: 30px 0 10px 0;
    border-top: 1px solid #d4d4d4;
    font-size: 14px;
    line-height: 30px;
    color: #9b9b9b;
}
.newsv-pages .prev {
    float: left;
    width: 45%;
    text-align: left;
}
.newsv-pages .next {
    float: right;
    width: 45%;
    text-align: right;
}
.newsv-pages strong {
    color: #595959;
}
.newsv-pages a:hover {
    color: #202b6a;
}
.newsv-pages a:hover strong {
    color: #202b6a;
}
/*========================== backTop ==========================*/
.backTop {
    display: none;
    width: 55px;
    height: 55px;
    background: rgba(32, 43, 106, 0.5) url("../images/back-top.png") no-repeat center center;
    position: fixed;
    right: 0;
    bottom: 18%;
    z-index: 20;
    cursor: pointer;
}
/*========================== header2 ==========================*/
.header2 {
    display: none;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 0 12px 0 #dedede;
    background: rgba(255,255,255,.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: auto;
}
.header2 .logo2 img {
    max-width: 160px;
    max-height: 60px;
}
.header2 .nav2 {
    float: right;
    font-size: 14px;
    color: #333;
}
.header2 .nav2 li {
    float: left;
    height: 70px;
    margin-left: 30px;
}
.header2 .nav2 li a {
    display: block;
    border-top: 3px solid transparent;
    height: 67px;
    line-height: 67px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.header2 .nav2 li a:hover,.header2 .nav2 li.on a {
    border-color: #11186F;
    color: #11186F;
}
/*========================== qa-list ==========================*/
.qa-list {
    padding: 15px 0 55px 0;
}
.qa-list .item-box {
    margin-bottom: 28px;
}
.qa-list .item-box .hd {
    font-size: 18px;
    line-height: 30px;
    color: #202b6a;
    background: #f6f6f6;
    position: relative;
    padding: 15px 15px 15px 60px;
    cursor: pointer;
}
.qa-list .item-box .hd i {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #f7f7f9;
    background: #202b6a;
    position: absolute;
    top: 15px;
    left: 15px;
}
.qa-list .item-box .bd {
    display: none;
    font-size: 14px;
    line-height: 30px;
    color: #444;
    background: #fff;
    position: relative;
    padding: 14px;
    border: 1px solid #c9c9c9;
}
.qa-list .item-box .bd .text{
    text-indent: 45px;
}
.qa-list .item-box .bd i {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #f7f7f9;
    background: #444;
    position: absolute;
    top: 6px;
    left: 14px;
}