.container {
    width: 1200px;
    margin: 0 auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    background-color: rgba(0, 0, 0, .1);
    padding: 5px 10px;
}

.swiper-pagination-bullet {
    width: 39px;
    height: 2px;
    display: inline-block;
    border-radius: 0%;
    background: #cfcfcf;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ca0909;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 53px;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.swiper_box {
    position: relative;
    padding: 0 110px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 72px;
    height: 72px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: initial;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next.swiper-button-disabled:after {
    background: url(../images/arrr1.png) no-repeat center;
}

.swiper-button-prev.swiper-button-disabled:after {
    background: url(../images/arrl1.png) no-repeat center;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    background-color: initial;
    padding: initial;
}

.swiper-button-prev:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/arrl2.png) no-repeat center;
}

.swiper-button-next:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/arrr2.png) no-repeat center;
}

.head_wrap {
    background-color: #ffffff;
}

.head_logo {
    padding-bottom: 14px;
    position: relative;
}

.head_logo .logo {
    position: absolute;
    top: 22px;
    left: 0;
    font-size: 0;
}

.head_logo {
    height: 101px;
}

.head_wrap .rlink {
    font-size: 0;
    color: #27629e;
    line-height: 101px;
    letter-spacing: 0;
    text-align: right;
}

.head_wrap .rlink li {
    display: inline-block;
    font-size: 20px;
}

.head_wrap .rlink li a {
    color: #00589f;
    padding: 0 12px;
}

.head_wrap nav {
    background-color: #bfdaeb;
    height: 63px;
    line-height: 63px;
}

.head_wrap nav ul {
    height: 63px;
    font-size: 0;
    text-align: center;
}

.head_wrap nav li {
    height: 63px;
    display: inline-block;
    position: relative;
}

.head_wrap nav li a {
    font-size: 15px;
    color: #4163b1;
    padding: 0 35px;
    letter-spacing: 1px;
}

.head_wrap nav li.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px;
    /* border: 10px solid transparent; */
    border-width: 10px 9px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #035aa5;
}

.head_wrap nav li .line {
    font-size: 13px;
    color: #114c88;
}

.banner img {
    display: block;
    width: 100%;
}

.head_tit {
    height: 100px;
    line-height: 100px;
    position: relative;
    font-size: 26px;
    text-align: center;
}

.head_tit .container {
    position: relative;
}

.head_tit span {
    display: inline-block;
    height: 100%;
    position: relative;
}

.head_tit span::after {
    content: '';
    display: block;
    width: 84px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -42px;
    background-color: #385aad;
}

.head_tit .right {
    position: absolute;
    right: 0;
    top: 0;
}

.head_tit .right a {
    padding: 1px 17px 2px 58px;
    border-radius: 8px;
    background-color: #c9d5f0;
    font-size: 22px;
    color: #385aad;
    position: relative;
}

.head_tit .right a img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.news_wrap {
    /* margin-left: 44px; */
    background-color: #ffffff;
    padding-top: 57px;
}

.newspic {
    float: left;
}

.news {
    float: right;
    width: 560px;
}

.news .head {
    color: #333333;
    font-size: 24px;
    margin-top: 18px;
}

.news p {
    font-size: 18px;
    color: #989898;
    line-height: 36px;
    margin-top: 19px;
    text-indent: 38px;
    letter-spacing: 1px;
    font-weight: lighter;
}

.news p .red {
    color: #e30000;
}

.news ul {
    margin-top: 15px;
    letter-spacing: 1px;
    font-size: 21px;
    line-height: 50px;
    padding-right: 48px;
    padding-top: 10px;
    border-top: 1px dashed #e5e5e5;
}

.news ul li {
    height: 50px;
    position: relative;
    padding-left: 17px;
}

.news ul li::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-color: #385aad;
    border-radius: 50%;
}

.news ul li span:nth-child(1) {
    color: #5b5b5b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    padding-left: 4px;
    box-sizing: border-box;
    float: left;
}

.news ul li span:nth-child(2) {
    color: #c5c5c5;
    float: right;
}

.docter_wrap {
    background-color: #ffffff;
}

.docter_item {
    text-align: center;
    padding-bottom: 50px;
}

.docter_item img {
    margin: 50px auto 0;
    width: 188px;
    height: 188px;
}

.docter_item :nth-child(2) {
/*    font-size: 43px;*/
    color: #385aad;
    margin-top: 19px;
    font-weight: bold;
}

.docter_item :nth-child(3) {
    font-size: 20px;
    color: #999999;
}

.docter_item :nth-child(4) {
    font-size: 22px;
    color: #333333;
    line-height: 36px;
    margin-top: 12px;
}

.doctera {
    display: inline-block;
    font-size: 20px;
    padding: 9px 37px 10px;
    color: #385aad;
    border: 1px solid #385aad;
    border-radius: 8px;
    margin-top: 15px;
}


/*  */

.subtit {
    font-size: 22px;
    line-height: 40px;
    border-bottom: 2px solid #f1f1f1;
    margin-top: 30px;
}

.subtit a {
    font-size: 14px;
    float: right;
    color: #333;
}

.ask_wrap {
    background-color: #ffffff;
    overflow: hidden;
}

.asklist {
    width: 50%;
    float: left;
    cursor: pointer;
}

.asklist li {
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    height: 100px;
    overflow: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.asklist li.open {
    height: 365px;
}

.asklist li .ques {
    background: url(../images/que.png) no-repeat 15px 19px;
    line-height: 32px;
    font-size: 16px;
    padding: 14px 0 22px 88px;
}

.asklist li .ans {
    background: url(../images/ans.png) no-repeat 15px 5px;
    padding-left: 88px;
    font-size: 16px;
}

.ansbox {
    padding-bottom: 15px;
    background-color: #f7f7f7;
}

.docinfo {
    padding-top: 12px;
}

.docinfo img {
    width: 51px;
    height: 51px;
    float: left;
    margin-left: 16px;
    margin-bottom: 9px;
}

.docinfo>:nth-child(2),
.docinfo>:nth-child(3) {
    margin-left: 76px;
    color: #969696;
    line-height: 23px;
}

.docinfo>:nth-child(2) {
    margin-top: 3px;
}

.docinfo>:nth-child(3) {
    margin-bottom: 9px;
}

.ansbox .txt {
    background-color: #ffffff;
    margin: 0 12px;
    line-height: 32px;
    height: 112px;
    color: #385aad;
    padding: 22px 5px 26px 9px;
    border-radius: 5px;
}

.zxlink {
    display: inline-block;
    padding: 3px 20px 3px 26px;
    font-size: 14px;
    border: 1px solid #385aad;
    border-radius: 3px;
    margin-top: 19px;
	color:#385aad;
}

.center {
    text-align: center;
}

.ask_blink {
    margin-top: 32px;
    margin-bottom: 40px;
    font-size: 20px;
}

.ask_blink a {
    color: #385aad;
}

.docinfo .name {
    color: #385aad;
    font-size: 18px;
    margin-right: 7px;
}


/*  */

.technology_wrap {
    padding-top: 51px;
    padding-bottom: 71px;
    background-color: #ffffff;
}

.technology_center {
    background-color: #f5f5f5;
}

.technology_wrap ul {
    padding-left: 18px;
    padding-top: 35px;
}

.technology_wrap ul li {
    float: left;
    width: 365px;
    height: 474px;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 28px;
    position: relative;
    background-color: #ffffff;
    padding: 24px 16px;
}

.technology_wrap ul li:last-child {
    margin-right: 0px;
}

.technology_wrap ul li .img_box {
    height: 265px;
    position: relative;
    margin-top: 13px;
}
.technology_wrap ul li .img_box img{
	height: 100%;
}

.technology_wrap ul li .imgtxt {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 8px 0 9px;
}

.technology_wrap ul li .imgtxt :nth-child(1) {
    font-size: 24px;
}

.technology_wrap ul li .imgtxt :nth-child(2) {
    font-size: 19px;
    margin-top: 3px;
}

.technology_wrap ul li .tit {
    font-size: 24px;
}

.technology_wrap ul li .article {
    font-size: 19px;
    line-height: 33px;
    text-indent: 40px;
    margin-top: 19px;
    margin-bottom: 5px;
}

.technology_wrap ul li .article a {
    color: #385aad;
}


/*  */

.about_wrap {
    padding-top: 51px;
    padding-bottom: 33px;
    margin-bottom: 100px;
    background-color: #ffffff;
}

.about_wrap ul li {
    float: left;
    width: 380px;
    height: 260px;
    margin-right: 30px;
    margin-bottom: 17px;
    background-color: #ffffff;
}

.about_wrap ul li img {
    width: 100%;
    height: 100%;
}

.about_wrap ul li:nth-child(3n) {
    margin-right: 0px;
}


/*  */

footer {
    min-height: 536px;
    background-color: #035aa5;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 74px;
    box-sizing: border-box;
}

footer ul {
    font-size: 0;
    text-align: center;
}

footer li {
    display: inline-block;
    position: relative;
}

footer li a {
    font-size: 20px;
    padding: 0 27px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: lighter;
}

footer li.active a {
    color: #000;
}

footer .info .logo {
    float: left;
    margin-left: 100px;
    margin-top: 85px;
}

footer .info .line {
    float: left;
    width: 0;
    height: 300px;
    border-right: 1px solid #ffffff;
    margin-top: 38px;
    margin-left: 29px;
}

footer .info .infomation {
    float: left;
    min-width: 300px;
    line-height: 24px;
    font-size: 13px;
    margin-top: 130px;
    margin-left: 31px;
    font-weight: lighter;
}


/*  */

.content {
    margin-bottom: 50px;
}

.left_content {
    float: left;
    width: 860px;
    min-height: 500px;
    background-color: #ffffff;
}

.left_content .artlist {
    padding-top: 20px;
}

.left_content .artlist li {
    margin: 0 29px;
    padding-bottom: 30px;
    padding-top: 27px;
    border-bottom: 1px solid #eeeeee;
}

.left_content .artlist li .tit {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    margin-bottom: 16px;
}

.left_content .artlist li .time {
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    margin-bottom: 17px;
}

.left_content .artlist li img {
    float: left;
    width: 120px;
    height: 90px;
}

.left_content .artlist li .desc {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    text-indent: 32px;
    margin-left: 138px;
    line-height: 24px;
}

.slibar {
    float: right;
    width: 320px;
    min-height: 500px;
    padding: 50px 20px;
    background-color: #ffffff;
}

.slibar .subhead {
    font-size: 16px;
    color: #385aad;
    line-height: 28px;
    height: 28px;
    border-bottom: 2px solid #f1f1f1;
    margin-top: 28px;
    margin-bottom: 10px;
}

.slibar .subhead span {
    display: inline-block;
    height: 28px;
    border-bottom: 2px solid #385aad;
}

.slibar dl dd a {
    height: 30px;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    color: #8d8d8d;
    padding-left: 13px;
}

.slibar dl dd a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #385aad;
    border-radius: 50%;
}

.refresh {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.refresh a {
    display: inline-block;
    color: #385aad;
    padding-right: 25px;
    background: url(../images/reload.png) no-repeat right center;
}


/*  */

.left_content .title {
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    margin-top: 45px;
}

.left_content .origi {
    font-size: 14px;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 27px;
    font-weight: lighter;
}

.left_content .article_con {
    border-top: 1px solid #f1f1f1;
    padding: 40px 35px 30px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}


/*  */

.left_content .abtitle {
    font-size: 26px;
    font-weight: normal;
    margin-top: 45px;
    padding: 0 35px;
}

.left_content .abtitleeg {
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 35px;
    font-weight: lighter;
    padding: 0 35px;
}

.left_content .abarticle_con {
    border-top: 1px solid #f1f1f1;
    padding: 40px 35px 30px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}


/*  */

.address_wrap {
    background-color: #ffffff;
    padding-bottom: 50px;
}

.address_wrap img {
    margin-bottom: 38px;
}

.mapline dd {
    margin-bottom: 18px;
}

.mapline dt {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.mapline dd {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-indent: 40px;
    margin-top: 7px;
}


/*  */

.pagelist {
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
    clear: both;
    margin-bottom: 50px;
    font-size: 14px;
}

.pagelist li {
    display: inline;
    padding: 5px 12px;
    /* border: 1px solid #ddd; */
    background-color: #eeeeee;
    /* margin-right: 5px; */
    font-size: 14px;
    color: #666666;
}

.pagelist li.thisclass {
    background-color: #385aad;
    color: rgba(255, 255, 255, .8);
}

.pagelist a {
    color: #666666;
}

.paging {
    /* margin-top: 44px; */
    font-size: 16px;
    color: #27629e;
    margin-bottom: 30px;
    font-weight: bold;
}

.paging a {
    color: #5b5b5b;
}

.paging ul li {
    /* display: inline-block;
    max-width: 50%; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 23px;
    margin-bottom: 18px;
    margin-left: 35px;
    margin-right: 35px;
}

.paging ul li:first-child {
    background: url(../images/pre.png) no-repeat left center;
}

.paging ul li:last-child {
    background: url(../images/next.png) no-repeat left center;
}

.slibarlist_box div{ line-height:32px;}
