@charset "utf-8";

* {padding: 0;margin: 0;box-sizing: border-box;}

ul,li,ol,ol li {list-style: none}

h1,h2,h3,h4,h5,b{font-weight: normal;}

img {border: none;margin: 0;vertical-align: middle}

body {font: 12px/1 "微软雅黑";color: #333;width: 100%;background: #fff;min-width: 1320px;position: relative;}

a {display: inline-block;text-decoration: none;color: #333;-webkit-tap-highlight-color: transparent}

em,i{font-style: normal}

button,input,select,textarea {font-size: 100%;font-family: "微软雅黑";outline: none;-webkit-appearance: none}

iframe{border: none;}

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

.fl{float: left;}

.fr{float: right;}

.hide{display: none}

.ellipsis-1 {overflow: hidden;text-overflow: ellipsis;white-space: nowrap}

.ellipsis-2{overflow:hidden; text-overflow:ellipsis;display:-webkit-box !important; -webkit-box-orient:vertical;-webkit-line-clamp:2;}

.flex{display: -ms-flexbox !important;display: -webkit-flex !important;display: flex !important;}

.justify-start {-webkit-justify-content: flex-start; justify-content: flex-start;}

.justify-end {-webkit-justify-content: flex-end;justify-content: flex-end;}

.justify-center {-webkit-justify-content: center;justify-content: center;}

.justify-between {-webkit-justify-content: space-between;justify-content: space-between;}

.justify-around {-webkit-justify-content: space-around;justify-content: space-around;}

.flex-wrap {-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap; flex-wrap: wrap;}

.align-start {-webkit-align-items: flex-start; align-items: flex-start;}

.align-end {-webkit-align-items: flex-end;align-items: flex-end;}

.align-center {-webkit-align-items: center;align-items: center;}

.flex-shrink{flex-shrink: 0;-webkit-flex-shrink: 0;}

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



.box-shadow{box-shadow: 2px 2px 2px rgba(142,142,142,0.4);}





/* 首页轮播图 */



 body img{max-width: 100%;}

.swiper-slide>img{width: 100%;}

.index-content{width: 1320px;margin: auto;}

.index-content .swiper-button-prev:after,.index-content .swiper-button-next:after{display: none;}

.index-title{margin-bottom: 30px;}

.index-title h5{font-size: 36px;margin-bottom: 20px;}

.index-title p{font-size: 18px;color: #595959;}

.index-more{border: 1px solid #fff;color: #fff;width: 140px;height: 40px;line-height: 38px;text-align: center;border-radius: 50px 50px;font-size: 16px;}

/* 首页 */

.head-nav li{padding-right: 40px; position: relative;}

.head-nav li a{font-size: 18px;color: #595959;line-height: 90px;}

.head-nav li:last-of-type{margin-right: 0;}

.head-nav li a label{font-size: 12px; background: #142768; color: #fff; padding: 0 5px; line-height: 20px; border-radius: 10px; margin-left: 5px;}

.head-nav ul{position: absolute; top: 90px; left: 0; border-top: 4px solid #273C87; background: rgba(255,255,255,.6); z-index: 999; width: 100%; display: none;}

.head-nav ul a{display: block; border-bottom: 1px dashed #fff; padding-left: 20px; line-height: 38px; font-size: 16px;}

.head-nav ul a:last-child{border: none;}

.head-nav ul a span{display: inline-block; font-size: 12px; color: #A9190A; margin-left: 5px;}

.head-nav ul a:hover{color: #142768;}



/* 首页 menu */

.index-menu{background: url(../images/index-bg1.jpg) no-repeat center center;padding: 30px 0;}

.index-menu .left{width: 235px;}

	.index-menu h1{font-size: 24px;color: #1c2f69;font-weight: 600;margin-bottom: 10px;}

	.index-menu h5{font-size: 20px;color: #1c2f69;}

	.index-menu p{font-size: 16px;color: #595959;}

	.index-menu .right{width: 1085px;}

	.index-menu .item{text-align: center;}

	.index-menu .item img{height: 45px;-webkit-filter: grayscale(100%); filter: grayscale(100%);margin-bottom: 5px;}

	.index-menu .item:hover img{filter: grayscale(0%);}

/* 首页 我们的优势 */

.index-superiority{background: url(../images/index-bg2.jpg) no-repeat center center;padding: 80px 0;}

	.index-superiority .index-title{text-align: center;}

	.index-superiority .swiper-container{padding: 50px 0;}

	.index-superiority .swiper-slide{box-shadow: 15px 15px rgba(194,194,194,.16);width: 290px;height: 400px;position: relative;transition: .5s;}

	.index-superiority .swiper-slide>img{width: 100%;height: 100%;}

	.index-superiority .swiper-slide .cover{display: block;position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;padding: 30px 35px;transition: .5s;}

	.index-superiority .swiper-slide .cover::before{content: "";display: block;position: absolute;left: 0;right: 0;bottom: 0;top: 0;margin: auto;width: 100%;height: 100%;transition: .5s;opacity: 0;background: linear-gradient(#142768,transparent);}

	.index-superiority .swiper-slide h5{font-size: 24px;color: #fff;line-height:28px; margin-bottom: 5px;position: relative;z-index: 5;}

	.index-superiority .swiper-slide p{font-size: 16px;color: #fff;line-height: 20px; margin-bottom: 20px;position: relative;z-index: 5; font-weight: lighter;}

	.index-superiority .swiper-slide .cover img{opacity: 0;transition: .5s;position: relative;z-index: 5;}

	.index-superiority .swiper-slide:hover{transform: translateY(-20px);}

	.index-superiority .swiper-slide:hover .cover img{opacity: 1;}

	.index-superiority .swiper-slide:hover .cover::before{opacity: 1;}

	.index-superiority .swiper-slide .cover::after{content: "";display: block;position: absolute;left: 0;right: 0;bottom: 0;top: 0;margin: auto;width: 270px;height: 380px;border: 1px solid #fff;transition: .5s;opacity: 0;}

	.index-superiority .swiper-slide:hover .cover::after{opacity: 1;}



/* 首页 博士资讯 */

.index-information{background: #273c87;padding: 80px 0;}

	.index-information .index-title{position: relative;color: #fff;}

	.index-information .index-title p{color: #fff;}

	.index-information .index-title .index-more{position: absolute;top: 0;bottom: 0;right: 0;background: #fff;color: #273c87;}

	.index-information .item{width: 49%;margin-bottom: 15px;}

	.index-information .item img{width: 150px;height: 110px;margin-right: 15px;display: block;border-radius: 6px 6px;overflow: hidden;}

	.index-information .item .txt{width: -moz-calc(100% - 165px);width: -webkit-calc(100% - 165px);width: calc(100% - 165px);color: #fff;line-height: 1.5;}

	.index-information .item h5{font-size: 20px;}

	.index-information .item span{display: block;font-size: 14px;}

	.index-information .item p{font-size: 14px;}

/* 首页 博导采访视频 */

.index-video{padding: 80px 0;}

	.index-video .swiper-video{width: 830px;height: 560px;margin: 0;}

	.index-video .swiper-video .swiper-slide,.index-video .swiper-video .swiper-slide img{position: relative;width: 830px;height: 560px;}

	.index-video .swiper-video .swiper-slide p{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(0,0,0,.4);font-size: 20px;color: #fff;padding: 15px 110px 15px 15px;text-align: left;}

	.index-video .swiper-video .swiper-slide::after{content: "";display: block;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 76px;height: 77px;background: url(../images/bofang.png) no-repeat;background-size: 76px 77px;}

	.index-video .swiper-video .swiper-pagination{text-align: right;padding: 0 20px;bottom: 20px;}

	.swiper-pagination-bullet{background: #fff;}

	.index-video .right-list{padding: 30px 30px;box-shadow: 15px 15px rgba(194,194,194,.16);background: #fff;border: 1px solid #eee;width: 450px;}

	.index-video .right-list a{border-bottom: 1px solid #d2d2d2;padding: 0 0 25px;width: 100%;margin-top: 15px;}

	.index-video .right-list a:last-of-type{border: none;}

	.index-video .right-list em{font-size: 30px;font-weight: 600;}

	.index-video .right-list .item{line-height: 1.5;}

	.index-video .right-list h5{font-size: 22px;color: #595959;}

	.index-video .right-list span{display: block;font-size: 14px;color: #828282;}

	.index-video .right-list p{font-size: 16px;color: #828282;}

	.index-video .right-list .item:hover h5{color: #273c87;}



/* 首页 热门标签 */

.index-tag{padding: 80px 0;background: #142768;}

	.index-tag .isgood{width: 710px;}

	.index-tag .isgood .title{padding: 20px 0;border-bottom:1px solid #fff;line-height: 1.5;color: #fff;margin-bottom: 20px;}

	.index-tag .isgood .title img{width: 60px;margin-right: 10px;-webkit-flex-shrink: 0;flex-shrink: 0;}

	.index-tag .isgood .title h5{font-size: 36px;}

	.index-tag .isgood .title p{font-size: 18px;color: #fff;}

	.index-tag .isgood .txt p{font-size: 16px;line-height: 2;color: #fff;}

	.index-tag .isgood .txt .index-more{margin-top: 45px;}

	.index-tag .tags-box{border: 9px solid rgba(255,255,255,.4);border-radius: 6px 6px;background: url(../images/index-bg3.png) no-repeat;background-color: #fff; background-clip: padding-box; padding: 50px 25px;width: 520px;height: 330px;}

	.index-tag .tags-box em{font-size: 30px;font-weight: 600;}

	.index-tag .tags-box a{margin-bottom: 15px;}

	.index-tag .tags-box .tag{background: #eee;font-size: 20px;color: #7f7f7f;border-radius: 6px 6px;padding: 15px 30px;transition: .3s;margin-right: 20px; width: 100%; line-height: 26px; margin-bottom: 20px; cursor: default;}

	.index-tag .tags-box .tag:hover{color: #fff;background: #a9190a;}

	

.hot-key{position: fixed;right: 5px;bottom: 30%;margin: auto;z-index: 999;}

.hot-key a{display: block;margin-bottom: 4px;transition: .5s;width: 69px;height: 70px;position: relative;overflow: hidden;}

.hot-key a div{position: absolute;right: 75px;top: 0;margin: auto;opacity: 0; font-size:24px;color: #fff;background: #c35e53;line-height: 50px;padding: 10px 10px;white-space: nowrap;transition: .3s;transform: translateX(5px);}

.hot-key a .qr-code{width: 110px;height: 110px;display: block;max-width: none;}

.hot-key a:hover div{opacity: 1; transform: translateX(-5px);}

.hot-key a:hover{overflow: initial;}



.footer{background: #f5f5f5;padding: 40px 0;}

.foot-nav{border-bottom: 1px solid #dcdcdc;margin-bottom: 15px;}

	.foot-nav a{font-size: 18px;line-height: 56px;height: 56px;color: #595959;margin-right: 30px;margin-bottom: -2px;border-bottom: 2px solid transparent;}

	.foot-nav a:hover{border-color: #a9190a;}

	.foot-nav a:last-of-type{margin-right: 0;}

	.footer p{font-size: 15px;color: #595959;line-height: 24px;}

.footer .right{text-align: right;}

.footer .qr-code{width: 110px;height: 110px;margin-left: 10px;}

.footer h5{font-size: 30px;line-height: 30px;color: #a9190a;margin-top: 5px;}

.footer .qrcode{float: right;margin-left: 25px;text-align: center;width: 100px;}
.footer .qrcode img{display: block;width: 80px;height: 80px;vertical-align: middle;margin: 0 auto;}
.footer .qrcode p{font-size: 14px;color: #595959;display: block;vertical-align: bottom;line-height: 40px;}

	

footer{font-size: 12px;color: #595959;background-color: #ecebeb;line-height: 48px;text-align: center;}

footer a{color: #595959;}

/* 内页 */

/* .container{} */

.container .page-cont{width: 1320px; margin:  auto ;position: relative;padding-top: 40px;padding-bottom: 100px;}

.n-title{position: relative;margin-bottom: 30px;padding-bottom: 20px;width: 100%;border-bottom: 1px solid #E5E5E5;line-height: 1;}

.n-title h1{font-size: 24px;color: #1c2f69;}

.n-title pre{color: #8F8F8F;font-size: 12px;}

.n-title pre a{color: #8f8f8f;}

.main{padding: 30px 0;color: #727272;font-size: 16px;line-height: 2;}

.main h1{font-size: 24px;text-align: center;margin-bottom: 30px;line-height: 1.5;color: #1c2f69;}



.container .page-left{width: 19%;}

.container .page-left a{width: 100%;display: block;border: 1px solid #e5e5e5;border-bottom: none; font-size: 20px;text-align: center;line-height: 70px;position: relative;color: #595959;}

.container .page-left a:last-of-type{border-bottom: 1px solid #E5E5E5;}

.container .page-left a::before{content: "";display: block;position: absolute;left: 20px;top: 0;bottom: 0;border-color:transparent transparent transparent #b3212e;border-style: solid; height: 0;border-width: 5px;margin: auto;display: none;}

.container .page-left a:hover,.container .page-left a.on{color: #b3212e;font-weight: 600;}

.container .page-left a:hover::before,.container .page-left a.on::before{display: block;}



.container .page-right{width: 79%; font-size: 18px;line-height: 2;}





.newslist{padding: 0 30px;}

.newslist .item{width: 100%;margin-bottom: 15px;}

.newslist .item img{width: 150px;height: 110px;margin-right: 15px;display: block;border-radius: 6px 6px;overflow: hidden;}

.newslist .item .txt{width: -moz-calc(100% - 165px);width: -webkit-calc(100% - 165px);width: calc(100% - 165px);color: #666;line-height: 1.5;}

.newslist .item h5{font-size: 20px;}

.newslist .item span{display: block;font-size: 14px;}

.newslist .item p{font-size: 14px;}

.newslist .item:hover h5{color: #1c2f69;}





.txtlist{padding: 0 30px;}

.txtlist .item{border-bottom: 1px dashed #ECECEC;display: block;line-height: 1.5;padding: 15px 0;}

.txtlist .item h5{font-size: 20px;}

.txtlist .item span{display: block;font-size: 14px;}

.txtlist .item p{font-size: 14px;}





.piclist a{width: 290px;margin-right: 10px;margin-bottom: 10px;transition: .5s;}

.piclist a:nth-of-type(4n){margin-right: 0;}

.piclist a img{width: 100%;height: 420px;}







/* 内页 留言板 */

.message-board{width: 70%;box-shadow: 0 0 10px rgba(155,155,155,.5);border-radius: 8px 8px;background: #fff;padding: 35px 40px;margin:50px auto;font-size: 16px;}

.message-board input[type="text"]{display: inline-block;width: 49%;padding: 0 15px;line-height: 40px;border-radius:6px 6px ;border: 1px solid #eee;margin-bottom: 15px;margin-right: 8px;}

.message-board input[type="text"]:nth-of-type(2n){margin-right: 0;}

.message-board textarea{padding: 15px 15px;border-radius:6px 6px ;border: 1px solid #eee;resize: none;width: 100%;height: 250px;margin-bottom: 15px;}

.message-board #j_btn{border: 1px solid #B3000B;color: #B3000B;text-align: center;line-height: 35px;font-size: 16px;display: block;width: 150px;margin: auto;border-radius:6px 6px ;background: #fff;cursor: pointer;}



@media screen and (min-width: 1599px) and (max-width: 1900px) {

	

}

@media screen and (min-width: 1599px) and (max-width: 1800px) {



}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {



}

@media screen and (max-width: 1280px) {



}



.hzhb .m-tit{display: block; text-align: center; font-size: 36px; margin: 80px auto 60px;}



.picScroll-left{overflow:hidden; position:relative; margin-bottom: 85px;}

.picScroll-left .bd{width: 90%; margin: 0 auto; overflow: hidden;}

.picScroll-left .bd ul{ overflow:hidden; zoom:1; }

.picScroll-left .bd ul li{width: 280px; border: 1px solid #DCDCDC; margin: 0 11px; float:left; _display:inline; overflow:hidden;}

.picScroll-left .bd ul li img{display: block; width: 100%;}

.picScroll-left .hd a{display: block; position: absolute; top: 50%; margin-top: -22px; width: 24px; height: 44px;}

.picScroll-left .hd .next{left: 0;}

.picScroll-left .hd .prev{right: 0;}



.tp-list li{width: 23.5%; float: left; margin: 0 2% 20px 0; border: 1px solid #DCDCDC; box-sizing: border-box;}

.tp-list li:nth-child(4n){margin-right: 0;}





.ygdbys{background: url(../images/ysbj.jpg) top center no-repeat; height: 423px; overflow: hidden;}

.ygdbys .txt{width: 50%; float: right; padding-left: 40px;}

.ygdbys .txt h6{font-size: 36px; color: #fff; margin: 70px 0 40px 0;}

.ygdbys .txt h6 img{float: left; margin: 1.5px 10px 0 0;}

.ygdbys .txt a{display: block; font-size: 20px; line-height: 50px; color: #fff;}

.ygdbys .txt a img{margin-right: 15px;}



.fwjs h5{font-size: 36px; text-align: center; margin: 80px auto 30px;}

.fwjs .fw-box{display: block; width: 30%; float: left; margin: 0 5% 80px 0; position: relative; text-align: center; color: #5A5A5A; padding: 60px 0; box-shadow: 0 0 20px #E6E7E7; height: 440px; box-sizing: border-box;}

.fwjs .fw-box:nth-child(3){margin-right: 0;}

.fwjs .fw-box h6{font-size: 24px; margin: 30px 0 15px 0;}

.fwjs .fw-box p{font-size: 16px; line-height: 24px;}

.fwjs .fw-box .tb{margin-top: 40px;}

.fwjs .fw-box .rm{position: absolute; top: 0; right: 0;}

.fwjs .fw-box:last-child .rm{display: none;}

.fwjs .fw-box .tp{-webkit-filter: grayscale(100%); filter: grayscale(100%);}

.fwjs .fw-box:hover h6{color: #273C87;}

.fwjs .fw-box:hover .tp{filter: grayscale(0%);}



.sdys{margin-top: 90px;}

.sdys .left{float: left; width: 500px;}

.sdys .left h6{font-size: 36px; margin: 60px 0 40px 0; font-weight: normal;}

.sdys .left h6 span{display: block; font-weight: bold;}

.sdys .left div{line-height: 44px; background: #EEE; padding: 0 20px; border-radius: 5px; color: #5A5A5A; font-size: 20px; margin-bottom: 20px; display: inline-block; cursor: default;}

.sdys .left div img{float: left; margin: 10px 10px 0 0;}

.sdys .left div:hover{background: #273C87; color: #fff;}

.sdys .left div:hover img{-webkit-filter: brightness(10000%);filter: brightness(10000%);}

.sdys .right{width: 800px; float: right; overflow: hidden;}

.sdys .right img{transition: 0.5s ease;}

.sdys .right:hover img{-webkit-transform: scale(1.1);

   -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

     -o-transform: scale(1.1);

        transform: scale(1.1);}











