@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    font-family: Helvetica, "Microsoft Yahei", Arial;
    font-size: 16px;
    outline: none;
}

/*ios系统基本样式清除*/
/*透明度设置为0，去掉点击链接和文本框对象时默认的灰色半透明覆盖层(iOS)或者虚框(Android)*/
a,
input,
textarea,
select,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*消除输入框和按钮的原生外观，在iOS上加上这个属性才能给按钮和输入框自定义样式 */
input,
textarea,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

/*原生设置*/
body,
form,
input,
img,
ul,
li,
a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    color: rgba(10, 10, 10, 1.00);
}

.img-margin {
    margin-bottom: 55px;
    margin-right: 10px;
    width: 100% !important;
    height: 100% !important;
   

}

input,
textarea {
    outline: none;
}

html,
body {}

body {
    margin: 0 auto;
    background-color: #f5f5f5;
}



/*过渡效果*/
a,
button,
input,
textarea {
    transition: 0.5s
}

/*去除按钮点击虚线框*/
::-moz-focus-inner {
    border: 0px;
}

/**
    公共部分
 */
/*网页宽度*/
.wrap {
    max-width: 1920px;
    margin: 0 auto;
}




/*头部  logo*/
.headBg {
    width: 100%;
    height: 200px;
    background-size: 100% 200px;
}

.head {
    width: 1200px;
    height: 200px;
    margin: auto;
    background: url("http://cdn.xuansiwei.com/zhmxg5579/1691562140046/2.jpg?x-oss-process=style/small");
}

.head .imgLogo {
    display: block;
    width: 128px;
    height: 170px;
    float: left;
    margin-top: 15px;
    margin-left: 13px;
}

.head .headRight {
    display: block;
    width: 216px;
    height: 40px;
    line-height: 40px;
    float: right;
    background: #a7020b;
    border-radius: 10px;
    color: white;
    text-align: center;
    margin-top: -50px;
    margin-right: 30px;
    font-size: 18px;
}

.head p {
    width: 900px;
    padding-top: 65px;
    padding-top: 65px;
    margin: auto;
    text-align: left;
    font-weight: 900;
}

.head p em {
    font-size: 38px;
    display: block;
    font-style: normal;
    font-weight: 900;
}




/*header*/
nav {
    border-bottom: 1px solid #EDEDED;
    /* background: #a7020b; */
    background-color: #3882e3;
    height: 50px;
    min-width: 1200px;
    margin: 0 auto;
    /* background: url("//cdn.xuansiwei.com/zhmxg5579/static/culr/images/nav_bg.png") repeat-x; */
}

nav .box {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    overflow: hidden;
    background-color: transparent !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 0 !important;
}

nav .box .nav {
    float: left;
    width: 1200px;
}

nav .box .nav li {
    float: left;
    width: 150px;
    text-align: center;
}

nav .box .nav li a {
    line-height: 50px;
    color: #ffffff;
    padding: 0 20px;
    display: block;
    font-size: 18px;
    position: relative;
}

nav .box .nav li a:hover {
    font-size: 18px;
}

nav .box .nav li a.active {
    color: #fffff;
    font-weight: bold;
}

nav .box .nav li a.active i {
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fffff;
}

nav .box .register {
    float: right;
}

nav .box .register i {
    width: 24px;
    height: 24px;
    background: url("http://cdn.xuansiwei.com/zhmxg5579/static/culr/images/header-register-icon.png") center no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -5px;
}

nav .box .register a {
    line-height: 80px;
    font-size: 16px;
    color: #2F7259;
}

footer {
    height: 311px;
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: #3882e3;
}

footer .content {
    height: 170px;
    width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
}

footer .law a {
    line-height: 30px;
    color: #fff;
}

footer .info {
    line-height: 30px;
}

footer .qrcode {
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-around;
    text-align: center;
}

footer .qrcode .img img {
    width: 100px;
    display: block;
}

footer .bottom {
    margin-top: 90px;
    background: #3882e3;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

footer .bottom a {
    color: #fff;
    font-size: 12px;
}

/**
    首页
*/
.menu {
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
}

.menu .swiper-banner {
    float: left;
    border-radius: 10px;
}

.nav-quick {
    width: 1200px;
    margin: 0 auto;
    height: 135px;
    margin-top: 40px;
}

.nav-quick .menu-button {
    float: right;
    width: 1200px;
}

.nav-quick .menu-button li {
    width: 285px;
    height: 140px;
    text-align: center;
    float: left;
    margin-right: 20px;

}

.nav-quick .menu-button li img {
    width: 285px;
    height: 140px;
    border-radius: 10px;
}

.nav-quick .menu-button li:last-child {
    margin-right: 0;
}

.nav-quick .menu-button li a:hover {
    color: #2F7259;
}

/*选项卡*/

.swiper-banner-right {
    margin: 0 auto;
    width: 430px;
    height: 320px;
    /* background: rgba(255, 255, 255, 1.00); */
    overflow: hidden;
    border-radius: 10px;
    /* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2), 0 5px 20px 0 rgba(0, 0, 0, 0.05) !important; */
}

ul,
li {
    list-style: none
}

.dis {
    display: block
}

.undis {
    display: none
}

.nav-tab {
    /* width: 320px; */
    width: 435px;
    height: 50px;
    background-color: #3882e3;
    border-bottom: 2px solid #f5f5f5;
}

.nav-tab li {
    float: left;
    width: 100px;
}

.nav-tab li a {
    float: left;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

.nav-tab li.nav_current a {
    color: #fff;
}

.nav-tab li.nav_link a {
    color: #333;
}

.nav-down {
    height: 260px;
    text-align: left;
    margin-top: 11px;
}

/*左侧快速导航栏目*/
.title-left-dh {
    height: 80px;
    line-height: 82px;
    width: 320px;
    margin-bottom: 15px;
    background-color: #ffffff;
    padding-left: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2), 0 5px 20px 0 rgba(0, 0, 0, 0.05) !important;
}

.title-left-dh img {
    width: 40px;
    height: 53px;
    float: left;
    margin-top: 16px;
    margin-right: 20px;
    border-radius: 5px;
}

.title-left-dh a {
    font-size: 16px;
    color: rgba(0, 0, 0, 1.00);
}

/*右侧快速导航栏目*/
.title-right-dh {
    height: 42px;
    line-height: 42px;
    width: 310px;
    margin-bottom: 15px;
    background: url("http://cdn.xuansiwei.com/zhmxg5579/static/culr/images/right_icon.png") no-repeat;
    background-color: #ffffff;
    padding-left: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2), 0 5px 20px 0 rgba(0, 0, 0, 0.05) !important;
}
/*右侧快速导航栏目*/
.pcpc3 .title-right-dh {
    width: 75% !important;
}

.title-right-dh img {
    width: 40px;
    height: 53px;
    float: left;
    margin-top: 16px;
    margin-right: 20px;
    border-radius: 5px;
}

.title-right-dh a {
    font-size: 16px;
    color: rgba(0, 0, 0, 1.00);
}


/*广告栏目*/
.ad {
    width: 1200px;
    margin: 0 auto;
}

.ad img {
    display: block;
}

/*相关政策*/
.content-list {
    width: 1200px;
    margin: 50px auto;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.content-list .item-list {
    width: 480px;
    height: 350px;
    border-radius: 10px;
    border: 1px solid #3882e4;
}

.content-list .item-list:nth-child(3) {
    width: 180px;
    height: 350px;
    border-radius: 10px;
    border: 1px solid #3882e4;
}

.content-list .item-list>.title {
    background-color: #3882e4;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #ffffff;
    display: flex;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-left: 20px;
    justify-content: space-between;
}

.content-list .item-list>.title a {
    color: #fff;
    margin-top: 10px;
}

.content-list .item-list .item {
    padding: 11px 10px 0px 20px;
}

.content-list .item-list.policy .item {
    padding-left: 100px;
}

.content-list .item-list.policy .item .date {
    width: 65px;
    margin-left: -100px;
    float: left;
    text-align: center;
}

.content-list .item-list.policy .item .date .d {
    background: #a7020b;
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
}

/*.content-list .item-list.policy .item:nth-child(2) .date .d:before{
    content:"1";
}
.content-list .item-list.policy .item:nth-child(3) .date .d:before{
    content:"2";
}
.content-list .item-list.policy .item:nth-child(4) .date .d:before{
    content:"3";
}*/
.content-list .item-list.policy .item .date .y-m {
    background: #F3F3F3;
    color: #999999;
    font-size: 12px;
    line-height: 26px;
}

.title ul li {
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
}

.title a {
    color: #555555;
    font-size: 16px;
    display: block;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title a:hover {
    color: #a7020b;
}

.content-list .item-list .item .describe {
    color: #999999;
    font-size: 12px;
    margin-top: 10px;
}

/*流程*/
.process {
    padding: 60px 0;
    background: #FAFBFD;
}

.process .line {
    border-bottom: solid 1px #E2E2E2;
    margin-top: 65px;
}

.process ul {
    width: 1200px;
    margin: -65px auto 0;
    display: flex;
    justify-content: space-between;
}

.process ul li {
    width: 120px;
    text-align: center;
}

.process ul li i {
    width: 10px;
    height: 10px;
    background: #a7020b;
    border-radius: 10px;
    border: 3px solid #FAFBFD;
    display: inline-block;
    margin-top: 5px;
}

.process ul li p {
    padding-bottom: 12px;
    background: url("http://cdn.xuansiwei.com/zhmxg5579/static/culr/images/home-process-icon.jpg") right bottom no-repeat;
}

.process ul li p text {
    background: #a7020b;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    display: block;
}

.process ul li .number {
    font-size: 24px;
    color: #666666;
    font-style: italic;
}

/*新闻*/
.curriculum {
    width: 1200px;
    margin: 0 auto;
}

.news-list-left,
.news-list-right {
    width: 590px;
    float: left;
    padding-right: 20px;
    padding-top: 30px;
}

.news-list-right {
    padding-right: 0;
}

.news-title {
    border-top: 3px solid #3882e3;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    display: flex;
    padding-left: 10px;
    justify-content: space-between;
}








/*热门专业*/
.major {
    width: 1200px;
    margin: 0 auto 50px;
}

.major>.title {
    color: #333333;
    border-bottom: #EBEBEB 1px solid;
    margin-bottom: 30px;
}

.major>.title span {
    font-size: 24px;
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: #a7020b 3px solid;
}

.major ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.major ul li {
    width: 285px;
    height: 190px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.major ul li .img img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.major ul li:hover .img img {
    transform: scale(1.2);
}

.major ul li .title {
    text-indent: 1em;
    color: #fff;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

/*友情链接*/
.links {
    width: 1200px;
    margin: 0 auto 80px;
}

.links>.title {
    color: #333333;
    border-bottom: #EBEBEB 1px solid;
    margin-bottom: 30px;
}

.links>.title span {
    font-size: 24px;
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: #a7020b 3px solid;
}

.links ul {
    display: flex;
    justify-content: space-between;
}

.links ul li {
    width: 257px;
    height: 90px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    padding: 5px;
    transition: 0.5s;
}

.links ul li:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
    margin-top: -5px;
}

.links ul li img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.links ul li img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}