/* 公共 */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "PingFang SC", "微软雅黑", "Microsoft YaHei", Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-size: 14px;
}

.container {
    width: 1440px;
    margin: 0 auto;
}


ul, ol {
    list-style: none;
}

a {
    color: #3D3D3D;
    text-decoration: none;
}

.clear:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/* 导航 */

header {
    position: relative;
    box-shadow: 0 10px 20px -10px #EAEAEA;
    height: 72px;
}

header .logo {
    position: relative;
    float: left;
    margin-left: 105px;
    margin-top: 10px;
}

header .logo .mb_title {
    display: none;
}

header .logo .mb_icon {
    display: none;
}

header .logo img {
    position: absolute;
    width: 63px;
    height: 63px;
    z-index: 99999;
}

header .lang {
    float: left;
    margin-left: 205px;
    margin-top: 28px;
}

header .lang .choose {
    margin-right: 12px;
}

header .lang a {
    background-color: #EBEBEB;
    padding: 0px 5px;
}

header .lang a.active, header .lang a:hover {
    background-color: #0091FF;
    color: #fff;
}

header .lang .separator {
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #D7D7D7;
    position: relative;
    top: 2px;
}

/* 一级栏目 */
header nav {
    float: left;
    margin-top: 8px;
    margin-left: 42px;
}

header nav > ul > li {
    float: left;
    color: #D7D7D7;
    position: relative;
}

header nav > ul > li.separator {
    margin-top: 30px;
    width: 1px;
    height: 16px;
    background-color: #D7D7D7;
}

header nav > ul > li.separator:last-child {
    display: none;
}

header nav > ul > li > a {
    width: 125px;
    height: 60px;
    text-align: center;
    padding-top: 25px;
    display: block;
    box-sizing: border-box;
    line-height: 15px;
}

header nav > ul > li > a > span {
    display: block;
    font-weight: lighter;
    font-size: 12px;
}

header nav > ul > li > a:hover {
    color: #fff;
    background-color: #0091FF;
}

/* 二级栏目 */
header nav .child {
    display: none;
    position: absolute;
    top: 56px;
    min-width: 125px;
    z-index: 99999;
}

header nav .child .blank {
    height: 10px;
    width: 100%;
}

header nav .child ul {
    border: 1px solid #D5D5D5;
    background-color: #fff;
    padding: 8px 0;
}

header nav .child ul a {
    font-size: 12px;
    display: block;
    padding: 6px 12px 6px 32px;
    position: relative;
    white-space: nowrap;
}

header nav .child ul a:hover {
    font-weight: bold;
}

header nav .child ul a:hover:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 15px;
    top: 12px;
    width: 8px;
    height: 8px;
    background-color: #0091FF;
}

/* 搜索 */
header .search {
    width: 75px;
    height: 72px;
    float: right;
    position: relative;
}

header .search img {
    margin-top: 30px;
    margin-left: 23px;
    display: inline;
}

header .search input {
    display: none;
    outline: 0px;
    position: absolute;
    width: 715px;
    height: 49px;
    border: 1px solid #D5D5D5;
    top: 72px;
    right: 0px;
    z-index: 999999;
    padding-left: 12px;
    font-weight: 300;
    font-size: 19px;
    box-sizing: border-box;
}

header .search input::-webkit-input-placeholder {
    font-size: 19px;
    color: #A9A9A9;
}

header .search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 19px;
    color: #A9A9A9;
}

header .search input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 19px;
    color: #A9A9A9;
}

header > .separator {
    margin-top: 12px;
    float: right;
    width: 1px;
    height: 55px;
    background-color: #D7D7D7;
}

header .search img {
    width: 23px;
    height: 23px;
}

header .search img:hover {
    cursor: pointer;
}

header .title {
    position: absolute;
    z-index: 1;
    top: 72px;
    width: 225px;
    line-height: 12px;
    /*box-shadow: 0 10px 20px -10px #EAEAEA;*/
}

header .title > div:first-child {
    height: 50px;
    float: left;
    width: 235px;
    background-color: #fff;
}

header .title h1 {
    padding-left: 63px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

header .title .en {
    font-size: 12px;
    padding-left: 61px;
    font-weight: 500;
    white-space: nowrap;
    margin-top:5px;
}

header .title .triangle {
    position: absolute;
    left: 200px;
    top: -35px;
    z-index: -1;
    width: 70px;
    height: 70px;
    background-color: #fff;
    transform: rotateZ(-45deg);
    /*box-shadow: -5px 10px 20px -5px #EAEAEA;*/
}

/* 面包屑 */
.bread-crumbs {
    margin-top: 28px;
    background-color: #EDF1F4;
    width: 100%;
    height: 72px;
    box-sizing: border-box;
    padding-left: 32px;
    padding-top: 28px;
}

.bread-crumbs li {
    color: #7C7C7C;
    float: left;
    margin-right: 20px;
}

.bread-crumbs li.dividing {
    font-weight: bolder;
    font-size: 16px;
}

.bread-crumbs a {
    font-size: 14px;
    color: #3D3D3D;
    position: relative;
    top: 2px;
}

.bread-crumbs li:first-child a {
    font-size: 16px;
    top: 0px;
}

.bread-crumbs li.dividing:last-child {
    display: none;
}

/* 底部 */
footer {
    height: 176px;
    background-color: #0091FF;
    margin-top: 15px;
    color: #fff;
    font-size: 12px;
}

footer .content {
    width: 1190px;
    margin: 0 auto;
}

footer .content .info {
    padding-top: 22px;
    line-height: 22px;
    float: left;
}

footer .content .info img {
    height: 46px;
    display: block;
}

footer .content .info .mb_logo {
    display: none;
}

footer .content .info .mb_title {
    display: none;
}

footer .content .info div {
    margin-left: 58px;
    margin-top: 4px;
}

footer .content .info h2 {
    font-size: 16px;
}

footer .content .info .en {
    font-size: 16px;
    margin-top: -2px;
    margin-bottom: 5px;
    font-weight: lighter;
}

footer .content .info a {
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

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

footer .copyright img {
    width: 250px;
    height: 60px;
    margin-top: 20px;
}

footer .copyright .school {
    margin-top: 20px;
    font-size: 12px;
}

