/* reset css */

html,
body,
div,
p,
input,
ul,
li,
ol,img {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

input {
    outline: none;
}

li {
    list-style: none;
}

.clearfix::after,
.clearfix::before {
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

a:hover {
    color: #015BAC;
    text-decoration: none;
}

.hide {
    display: none;
}

.mt_60 {
    margin-top: 60px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_40 {
    margin-top: 40px;
}

.font_18 {
    font-size: 18px;
}

.font_14 {
    font-size: 14px;
}

.font_16 {
    font-size: 16px;
}

.font_12 {
    font-size: 12px;
}

.t_c {
    text-align: center;
}


/* page css */

body {
    font-family: Microsoft YaHei;
    background-color: #fff;
    color: #333;
    min-width: 1200px;
    margin: 0 auto;
	overflow-x: hidden;
}

.header {
    width: 100%;
    height: 138px;
    background-color: #015BAC;
}

.header>.container {
    width: 1200px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    background: url(../img/header_bg.png) no-repeat 579px center/auto 100%;
}

.header>.container .left {
    display: block;
    padding-top: 31px;
}

.header>.container .left .logo {
    height: 76px;
    vertical-align: middle;
    margin-right: 10px;
}

.header>.container .left .sname {
    height: 34px;
    vertical-align: middle;
}

.header>.container .left span {
    font-size: 32px;
    vertical-align: middle;
    color: #fff;
    display: inline-block;
    padding-bottom: 4px;
    margin-right: 10px;
}

.header>.container .right {
    float: right;
}

.header>.container .xlweibo,
.header>.container .txweibo {
    display: inline-block;
    float: right;
    font-size: 13px;
    color: #fff;
    padding-left: 27px;
    height: 32px;
    line-height: 32px;
}

.header>.container .xlweibo {
    background: url(../img/weibo.png) no-repeat left center/auto 18px;
}

.header>.container .txweibo {
    background: url(../img/weibo2.png) no-repeat left bottom/auto 23px;
}

.header>.container>.right>a:hover {
    color: #fff !important;
}

.header>.container>.right input {
    display: block;
    width: 272px;
    height: 38px;
    border: 1px solid #014582;
    border-radius: 5px;
    font-size: 13px;
    text-indent: 14px;
    /*background: #fff url(../img/search.png) no-repeat 240px center/20px auto;*/
}

.btn_search{
	width:20px;
	height:20px;
	position:absolute;
	right:12px;
	top:50%;
	transform:translateY(-50%);
	padding:0;
	text-transform:none;
	border:0;
	outline:none;
	background-color:transparent;
	cursor:pointer;
	background-image:url(../img/search.png);
	background-size:20px 20px;
}

.nav {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.nav>ul {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.nav li{
  padding: 0 50px;
}

.nav li:hover{
  background: #015BAC;
}

.nav li:hover a{
    color: #fff;
}

.nav li a:hover{
    text-decoration: underline;
}

/* 吸顶效果 */
.nav.navfix{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 100;
    border-top: 5px solid #015BAC;
    line-height: 45px;
}
.nav.navfix a{
    color: #fff;
    height: 40px;
    display: block;
    /*padding: 0 20px;*/
}
.nav.navfix a:hover{
    color: #fff;
    border: 0;
    background-color: #015BAC;
}

/* .nav>ul li{
    float: left;
    margin-right: 98px;
}
.nav>ul li:last-child{
    margin: 0;
} */
.banner>img {
    width: 100%;
    display: block;
    margin: 0;
}

.sub-nav {
    height: 153px;
    width: 1200px;
    margin: 0 auto;
    font-size: 19px;
}

.sub-nav .sub-item {
    display: inline-block;
    width: 176px;
    height: 100%;
    text-align: center;
    padding-top: 45px;
    box-sizing: border-box;
    margin-right: 80px;
}

.sub-nav .sub-item:last-child {
    margin: 0;
}

/* .sub-nav .sub-item:hover{
    background-color: #015BAC;
    color: #fff;
} */
.sub-nav .sub-item img {
    height: 42px;
    display: inline-block;
}

.sub-nav .sub-item img.active {
    display: none;
}

.sub-nav .sub-item p {
    margin-top: 10px;
}

.sub-nav .sub-item:hover {
    color: #f5c504;
}

.card {
    width: 100%;
    padding-top: 33px;
    background: #F6F6F6 url(../img/card_bg.png) no-repeat center bottom/100% auto;
}

.card .main {
    width: 1200px;
    margin: 0 auto;
}

.card .card-item {
    /* display: inline-block; */
    width: 580px;
    border-left: 3px solid #015BAC;
    padding: 0 18px 30px 20px;
    background-color: #fff;
    margin-bottom: 28px;
}

.card .card-item:nth-child(odd) {
    float: left;
}

.card .card-item:nth-child(even) {
    float: right;
}

.card .card-item .card-top {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #ECEBEB;
    font-weight: bold;
    color: #666666;
}

.more {
    float: right;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin-right: 4px;
}

.card .card-item .card-title {
    font-size: 24px;
    margin-left: 8px;
}

.card .card-item .card-list li {
    margin-top: 20px;
}

.card .card-item .card-list .card-time {
    float: right;
    color: #999;
}

.card .card-item .card-list .list-title {
    width: 73%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card .card-item .card-list .card-ques {
    display: block;
    padding-left: 35px;
    height: 26px;
    line-height: 26px;
    position: relative;
    margin-bottom: 18px;
    background: url(../img/q.png) no-repeat left center/auto 100%;
}

.card .card-item .card-list .list-answer {
    margin-left: 12px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 第四个卡片 */
.card-item .card-list.card-quick li {
    width: 32%;
    text-align: center;
    display: inline-block;
}

.card-item .card-list.card-quick .list-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    /* border: 1px solid #EEEEEE; */
    display: inline-block;
    margin-bottom: 10px;
}

.card-item .card-list.card-quick .list-icon img {
    height: 100%;
}

.card-item .card-list.card-quick .list-icon img.active {
    display: none;
}

/* 专业介绍 */
.major {
    width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 40px;
    position: relative;
}

.major .major-title {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 3px solid #015BAC;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #666;
}

.major .major-title .more {
    color: #666;
    margin-top: 10px;
    margin-right: 10px;
}

.major .swiper-container {
    height: 358px;
    margin-top: 20px;
    position: relative;
}

.major .swiper-container li {
    width: 293px;
    height: 100%;
    background: url(../img/major_bg.png) no-repeat center center/100% 100%;
    text-align: center;
}

.major .swiper-container li img {
    width: 85%;
    margin-top: 21px;
	height: 280px;
}

.major .swiper-container li .major-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.major .swiper-container .swiper-wrapper {
    /* width: 3000px; */
    position: absolute;
}

.major .swiper-button-prev,
.major .swiper-button-next {
    outline: none;
}

.major .swiper-button-prev {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #F6F6F6 url(../img/larr.png) no-repeat center center/21px auto;
    left: -75px;
    top: 50%;
}

.major .swiper-button-next {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #F6F6F6 url(../img/rarr.png) no-repeat center center/21px auto;
    right: -75px;
    top: 50%;
}

.section_7 {
    background-color: #EDF1FB;
    padding-bottom: 40px;
}

.section_7 .main {
    width: 1200px;
    margin: 0 auto;
}

.section_7 .main>div {
    display: inline-block;
    vertical-align: top;
    width: 580px;
}

.section_7 .main .sec-title {
    height: 90px;
    line-height: 90px;
    padding-left: 15px;
    font-size: 24px;
    font-weight: bold;
}

.section_7 .main .more {
    color: #333;
    margin-top: 37px;
}

.section_7 .main .left {
    margin-right: 30px;
}

.section_7 .main .left .video {
    width: 100%;
    height: 365px;
}

.section_7 .main .left #video {
    width: 100%;
    height: 365px;
}

.section_7 .main .left img {
    width: 100%;
    height: 100%;
}

.section_7 .main .right {
    float: right;
    width: 576px;
}

.section_7 .main .right a {
    display: inline-block;
    overflow: hidden;
}

.section_7 .main .right img {
    display: block;
    margin: 0;
    max-width: 100%;
}

.section_7 .main .right img:hover {
    transform: scale(1.2);
}

.section_7 .main .right .imgl {
    display: inline-block;
    width: 245px;
    height: 365px;
    /* margin-right: 20px; */
    vertical-align: top;
}

.section_7 .main .right .imgr {
    display: inline-block;
    width: 308px;
    height: 365px;
    vertical-align: top;
    float: right;
}

.section_7 .main .right .imgl img {
    height: 169px;
	width: 245px;
}

.section_7 .main .right .imgr img {
    height: 365px;
	width: 308px;
}

/* 底部 */
.footer-container {
    width: 100%;
    height: 228px;
    color: #fff;
    background-color: #022140;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 34px;
}

.footer>div {
    display: inline-block;
    vertical-align: bottom;
}

.footer .logo {
    width: 178px;
    text-align: center;
    /* margin-right: 50px; */
}

.footer .logo img {
    width: 100%;
}

.footer .logo img.logo-img {
    width: 124px;
    /* margin-top: 34px; */
    margin-bottom: 0px;
}

.footer .link a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-top: 18px;
}

.footer .link a:hover {
    color: #fff;
}

.footer .link p:not(.title) {
    font-size: 13px;
    margin-top: 18px;
}

.footer .link {
    /* margin-right: 85px; */
}

.footer .code {
    /* margin-right: 36px; */
}

.footer .code:last-child {
    margin: 0;
}

.footer .code img {
    width: 120px;
}

.footer .code p {
    text-align: center;
    font-size: 13px;
    margin-top: 18px;
}

.copyright {
    width: 100%;
    height: 71px;
    line-height: 71px;
    background-color: #010E1B;
    color: #fff;
    text-align: center;
}
/********友情链接样式开始**********/
.footer .link .link-select {
	width: 160px;
	height: 23px;
	outline: none;
	margin-top: 18px;
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
	border: 1px solid #fff;
}

.footer .link .link-select .opcolor {
	background: #022140;
	color: #fff;
	height: 30px;
	width: 160px;
	overflow: hidden;
}
/********友情链接样式结束**********/
.hot-img{display: inline-block;float: right;height: 19px;margin-right: 0.5rem;}
.new-img{display: inline-block;float: right;height: 19px;margin-right: 0.5rem;}