@charset "utf-8";

* {
margin: 0;
padding: 0;
}

.nav .caret {
display: none;
}

.dropdown-toggle:after {
content: none;
}

.dropdown-menu {
display: none;
position: absolute;
background-color: #1071a8;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
left: 50%;
transform: translateX(-50%);
}


.dropdown:hover .dropdown-menu,
.dropdown-toggle:focus-within + .dropdown-menu,
.dropdown-toggle:active + .dropdown-menu {
display: block;
}


.dropdown-menu li a {
font-size: 18px;
color: black;
text-decoration: none;
display: block;
text-align: center;
padding: 4px 16px;
}


.dropdown-menu li a:hover {
background-color: #5555ff;
color: white;
}


.dropdown:hover > a,
.dropdown-toggle:focus-within > a,
.dropdown-toggle:active > a {
background-color: transparent;
color: #fff;
}

li {
list-style: none;
margin: 0;
padding: 0;
}

body {
background: #fff;
color: #444;
font-size: 18px;
font-family: "宋体", Georgia, "Times New Roman", serif;
font-weight:400;
font-style:normal;
margin: 0px;
}



.wrapper {
width: 100%;
margin: 0 auto;
}

.wrapper .inner {
width: 1140px;
margin: 0 auto;
}



#headtop {
background: #666;
}

.headtop .top-left {
float: left;
}

.headtop .top-right {
float: right;
}


#header {
background-color: #1071a8;
}

#header .inner {
height: 150px;
position: relative;
background-size: cover;
padding: 0 15px;
}

#header .sitelogo {
padding-top: 20px;
}

#header .sitelogo a {
display: inline-block;
}

#header .sitetitle {
display: inline-block;
margin-top: 28px;
margin-left: 20px;
font-size: 32px;
font-weight: bold;
color: #fff;
}


#header .sitelogo span:before {
content: "";
height: 25px;
width: 1px;
text-align: center;
font-family: '\5b8b\4f53';
display: inline-block;
background-color: #3b88e7;
opacity: 0.5;
margin-right: 19px;
position: relative;
top: 2px;
}


#header .head-left {
float: left;
display: inline-block;
}

#header .head-main {
float: left;
margin-top: 10px;
}

#header .head-right {
float: right;
margin-top: 50px;
}


.site-lang {
display: flex;
padding: 0;
display: flex;
justify-content: flex-end;
align-items: center;
}

.site-lang li.links {
float: left;
}

.site-lang li.links a {
height: 14px;
line-height: 14px;
padding: 0px 20px;
font-size: 16px;
color: #fff !important;
border-right: 1px solid #fff;
}

.site-lang li.links a:hover {
color: #fff;
}

.site-lang li.i2 a {
border-right: none;
}



.container-fluid {
padding: 0;
}

.banner-left {
padding-left: 0;
max-height: 410px;
overflow: hidden;
}

.banner-right {
padding-right: 0;
background: #eff3f7;
padding: 30px;
box-sizing: border-box;
position: relative;
max-height: 410px;
overflow: hidden;
box-shadow: 4px 1px 10px -3px #ccc;
}

.banner-right .tt {
margin-bottom: 13px;
border-bottom: 2px solid #becbda;
display: inline-block;
width: 100%;
border-bottom: 0px solid #e6e6e6;
}

.banner-right .tt .title {
display: inline-block;
margin-right: 20px;
font-size: 20px;
font-weight: bold;
color: #33547b;
cursor: pointer;
}

.banner-right .con p {
font-size: 13px;
line-height: 2;
text-align: justify;
height: 280px;
overflow: hidden;
}

.carousel .left {
background: url(../images/left.png) no-repeat left 50%;
left: 0px;
right: auto;
}

.carousel .right {
background: url(../images/right.png) no-repeat right 50%;
right: 0px;
left: auto;
}

.carousel-caption {
width: 100%;
left: 0;
right: 0;
bottom: 0;
padding: 0;
text-align: left;
background: #000;
opacity: 0.75;
text-indent: 20px;
}

.carousel-caption h3 {
margin: 15px 0px;
font-size: 14px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
overflow: hidden;
max-height: 406px;
width: 100%;
}

.navbar-nav {
display: flex;
width: 100%;
}

.navbar-nav > li {
flex: 1;
text-align: center;
}


.navbar-inverse {
border: none;
background-color: #fff;
border-radius: 0;
}
 
.navbar-inverse .navbar-nav > a, .navbar-inverse .navbar-nav > li > a{
    color: #000000;
    letter-spacing: 2px;
    }

.nav li:first-child {
background-color: #fff;
}

.nav li {
border-right: solid 0px #1071a8;
text-align: center;
}

.navbar-inverse .navbar-nav > .active > a {
background: #fff;
letter-spacing: 2px;
font-weight: 700;
}

.navbar-inverse .navbar-nav > a:hover, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:active,
.navbar-inverse .navbar-nav > a:focus, .navbar-inverse .navbar-nav > a:hover, .navbar-inverse .navbar-nav > a:active {
color: #fff;
letter-spacing: 2px;
background: #0c65a3 !important;
}


.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
color: #fff;
font-weight: 700;
background-color: #0c65a3;
}


.navbar-inverse .navbar-brand {
color: #fff;
margin-left: 20px;
}

@media screen and (min-width: 999px) {
.navbar-header {
display: none;
}
}


.new-content {
margin: 0 auto;
color: #666;
padding-top: 20px;
}

.new-content ul li {
padding: 20px 0;
border-bottom: 1px solid #e8e8e8;
transition: all .36s ease-out 0s;
visibility: visible;
animation-name: fadeInUp;
cursor: pointer;
overflow: hidden;
}

.new-tit {
font-size: 18px;
font-weight: 500;
color: #000;
margin-top: 10px;
}

.new-s-tit {
font-size: 14px;
margin-top: 10px;
color: #333;
}

.new-des {
font-size: 13px;
line-height: 26px;
margin-top: 20px;
color: #666;
height: 80px;
overflow: hidden;
text-align: justify;
}

.prd-list2 {
margin-top: 20px;
}

.prd-list2 li {
border-bottom: solid 1px #e8e8e8;
margin-bottom: 20px;
padding-bottom: 20px;
overflow: hidden;
}

.prd-list2 li:last-child {
border: none;
}

.prd-list2 .new-tit {
}

.prd-list2 .new-des {
margin-top: 10px;
}

.blog-post {
padding: 30px;
overflow: hidden;
}

.blog-post-title {
text-align: center;
color: #000;
font-size: 24px;
line-height: 1.8;
margin-top: 0;
}

.blog-post-meta {
text-align: center;
}

.blog-post-content {
text-align: justify;
font-size: 14px;
line-height: 2;
}

.myText {
margin-left: 30px;
font-size: 14px;
line-height: 2;
}

.blog-post-content strong {
margin: 10px 0px;
display: inline-block;
}


.marketing {
padding: 30px 0;
background: #eff3f7;
padding-bottom: 60px;
}

.marketing .col-lg-4 {
margin-bottom: 20px;
text-align: center;
}

.marketing h2 {
font-size: 24px;
letter-spacing: 3px;
}

.marketing .col-lg-4 p {
margin-right: 10px;
margin-left: 10px;
}

.card {
border: 1px solid #eee;
background: #fff;
position: relative;
-moz-box-shadow: 0px 3px 10px #ccc;
box-shadow: 0px 3px 10px #ccc;
transition: 460ms;
text-align: center;
padding: 20px;
border-top: solid 6px #3b88e7;
}

.card .tit {
margin-top: 10px;
font-size: 18px;
color: #333;
font-weight: normal;
}

.card .img {
margin: 5px auto;
font-size: 12px;
color: #4c4c4c;
line-height: 30px;
position: relative;
}

.card .img img {
margin: 20px 0px 25px 0px;
text-align: center;
}

.card .detail {
margin: 0px auto;
margin-top: 0;
padding-left: 0px;
padding-bottom: 10px;
line-height: 1.8;
font-size: 13px;
text-align: justify;
color: #666;
min-height: 110px;
max-height: 110px;
text-overflow: ellipsis;
overflow: hidden;
}

.card .more {
height: 33px;
line-height: 33px;
text-align: center;
}

.card .more a {
display: block;
width: 94px;
margin: 20px auto;
color: white;
text-decoration: none;
font-size: 13px;
border-color: #3b88e7;
background-image: linear-gradient(0deg,#3b88e7,#358de5);
}

.join {
padding: 0;
text-align: center;
}

.join .title {
font-size: 25px;
letter-spacing: 3px;
line-height: 1;
color: #333;
font-weight: 500;
text-align: center;
margin-bottom: 20px;
}

.join .desc {
font-size: 20px;
line-height: 2;
color: #000;
text-align: justify;
padding: 0 30px;
}

.ButtonHome--primary {
border-color: #3b88e7;
background-image: linear-gradient( 0deg,#3b88e7,#358de5);
color: #fff;
}

.ButtonHome {
cursor: pointer;
display: inline-block;
width: 100%;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
font-size: 14px;
letter-spacing: 1px;
transition: .3s;
overflow: hidden;
display: inline-block;
width: 220px !important;
margin-top: 24px;
}


.indexnews {
}

.indexnews .indexnews_top {
height: 50px;
line-height: 50px;
background: #3b88e7;
}

.indexnews .indexnews_top span {
font-size: 16px;
color: #3b88e7;
margin-left: 25px;
font-weight: 700;
}

.indexnews .indexnews_top a {
font-size: 14px;
color: #fff;
float: right;
margin-right: 25px;
}

.indexnews .indexnews_info {

box-shadow: 0px 3px 10px #ccc;
border-top: none;
padding: 20px 0px 0px 0px;
overflow: hidden;
}

.indexnews .indexnews_info > div {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: dotted 1px #ccc;
overflow: hidden;
display: block;
}
.indexnews .indexnews_info > div:last-child {
border: none;
}
.indexnews .indexnews_info > div:nth-last-child(2) {
border: none;
}

.indexnews .indexnews_info > div:nth-child(5) {
border: none;
}

.indexnews .indexnews_info > div:nth-child(6) {
border: none;
}

.indexnews .indexnews_info img {
width: 100%;
}

.indexnews .indexnews_info .res-tt {
font-size: 14px;
line-height: 1.5;
margin-bottom: 5px;
color: #3b88e7;
height: 66px;
max-height: 66px;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
text-overflow: ellipsis;
}

.indexnews .indexnews_info .res-summ {
font-size: 13px;
line-height: 1.5;
color: #666;
height: 60px;
max-height: 60px;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
text-overflow: ellipsis;
}



.blog-footer {
padding: 40px 0;
color: #fff;
text-align: left;
background-color: #1071a8;
border-top: 1px solid #e5e5e5;
}

.blog-footer p {
margin-bottom: 10px;
font-size: 15px;
line-height: 1.5;
}

.blog-footer p:last-child {
margin-bottom: 0;
}


#leftFix {
background: #fff;
padding: 20px;
box-shadow: 0 1px 2px 3px #e1e1e1;
overflow: hidden;
margin-bottom: 50px;
}

#leftFix section {
clear: both;
overflow: hidden;
margin-bottom: 30px;
}

.memwarp {
padding-bottom: 50px;
margin-bottom: 30px;
overflow: hidden;
background: #fff;
}

.h2title {
margin: 20px;
border-bottom: 1px solid #33547b;
font-size: 20px;
font-weight: 700;
line-height: 2;
display: inline-block;
color: #33547b;
}

.h3content {
border-bottom: dotted 1px #e8e8e8;
line-height: 28px;
padding: 10px;
}

.h3content h3 {
font-size: 14px;
line-height: 2;
font-weight: 700;
margin: 0;
}

.h3content span {
font-size: 14px;
font-weight: normal;
}


.personal_detail {
}

.personal_top {
border-bottom: 1px solid #e8e8e8;
overflow: hidden;
margin-bottom: 15px;
padding-bottom: 15px;
}

.personal_bottom {
padding: 10px 0px 0px;
}

.personal_name {
border-right: 1px solid #e8e8e8;
}

.personal_ewm {
height: 100%;
font-size: 14px;
line-height: 2;
margin-top: 10px;
}

.personal_name {
font-size: 30px;
font-weight: bold;
color: #3b88e7;
}

.personal_name small {
vertical-align: middle;
}

.personal_name small a, .personal_name small {
font-size: 14px;
font-weight: 400;
background: #eaeaea;
padding: 2px 13px;
border-radius: 19px;
color: #818181;
display: inline-block;
}

.zc {
line-height: 20px;
}

.zc span {
font-size: 14px;
font-weight: 400;
color: #242424;
border-right: solid 1px #e8e8e8;
padding-right: 10px;
}

.zc span:last-child {
border: none;
}

.personal_bottom ul li label, .personal_ewm label {
font-size: 14px;
padding-right: 20px;
}

.personal_bottom ul {
min-height: 20px;
overflow: hidden;
}

.personal_bottom ul li {
float: left;
margin-right: 6px;
margin-bottom: 10px;
font-size: 14px;
padding: 0px 27px;
}

.personal_bottom ul li.telephone {
background: url() no-repeat 0px 0px;
}


.personal_bottom ul li.email {
background: url() no-repeat 0px -51px;
}


.personal_bottom ul li.address {
background: url() no-repeat 0px -113px;
}

.personal_bottom ul li.research {
background: url(../images/搜索.png) no-repeat 2px -176px;
clear: both;
}

.personal_bottom ul li.yjfx {
width: 100%;
background: url(../images/搜索.png) no-repeat 0px -2px;
}

.second_research li {
background: none !important;
margin-left: -22px;
float: none !important;
margin-bottom: 7px !important;
padding-right: 0px !important;
}

.personal_desc {
border-top: 1px solid #e8e8e8;
line-height: 2;
padding-top: 20px;
text-align: justify;
font-size: 14px;
}

#rightFix {
background: #fff;
box-shadow: 0 1px 2px 3px #e1e1e1;
padding: 20px;
}

#rightFix li {
padding: 8px 0;
color: #444444;
font-size: 1em;
list-style-type: none;
padding-bottom: 6px;
border-bottom: 1px solid #eeebed;
margin-bottom: 6px;
}

#rightFix li a {
display: block;
color: #33547b;
text-decoration: none;
position: relative;
}

#rightFix li a > i {
position: absolute;
right: 0;
font-size: 14px;
font-weight: normal;
}

#rightFix .title {
height: auto;
width: 100%;
overflow: hidden;
}

#rightFix h2.active {
border-bottom: 3px solid #3b88e7;
}

#rightFix h2 {
font-size: 16px;
color: #3b88e7;
text-align: left;
line-height: 40px;
text-align: left;
width: 100%;
cursor: pointer;
margin-bottom: 20px;
margin-top: 0;
}

.about_desc label {
display: block;
font-size: 0.85em;
color: #7E7E7E;
padding-bottom: 5px;
}

.about_desc label span.red {
color: red;
display: inline;
padding-left: 2px;
}

.about_desc input[type="text"], .about_desc textarea, .about_desc input[type="password"] {
padding: 10px;
display: block;
width: 100%;
background: #fcfcfc;
border: 1px solid #CCC;
outline: none;
color: #464646;
font-size: 1em;
font-family:"宋体",Helvetica, sans-serif;
-moz-box-shadow: #ccc 1px 1px 2px;
-webkit-box-shadow: #CCC 1px 1px 2px;
-webkit-appearance: none;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
}

.about_desc input[type="text"]:focus, .about_desc textarea:focus, .about_desc input[type="password"] {
border-color: #BDBDBD;
-moz-box-shadow: #ccc 3px 3px 6px;
-webkit-box-shadow: #CCC 3px 3px 6px;
}

.about_desc textarea {
resize: none;
height: 100px;
}

.about_desc h2, .about_desc h3, .about_desc h4 {
font-size: 1.1em;
font-weight: 700;
color: #6B6B6B;
padding: 10px 0;
}

.about_desc h3 {
color: #858585;
font-size: 1em;
font-weight: normal;
}

.about_desc h4 {
font-size: 1em;
color: #33547b;
}

.about_desc p {
font-size: 0.95em;
color: #000000;
line-height: 2em;
padding: 5px 0;
}

.about-quote {
background: url(../images/quote-image.jpg) center center;
background-size: cover;
min-height: 350px;
}

.abt-quote {
background: #33547b;
min-height: 350px;
padding-top: 5em;
padding-left: 7em;
}

.about-quote h5 {
color: #fff;
font-size: 2.7em;
letter-spacing: -.07em;
font-weight: 400;
margin-bottom: 50px;
}

.about-quote span {
color: #fff;
font-size: 18px;
text-transform: uppercase;
letter-spacing: .07em;
}

.about_grid_top {
padding: 4em 0;
}

.breadcrumb {
background: none;
margin-bottom: 10px;
}

.breadcrumb i {
margin-right: 10px;
}


.card3 {
background: #fff;
position: relative;
transition: 460ms;
text-align: center;
max-width: 200px;
}

.card3 .tit {
margin-top: 10px;
font-size: 16px;
color: #333;
font-weight: 600;
margin-bottom: 10px;
}

.card3 .img {
margin: 5px auto;
font-size: 12px;
color: #4c4c4c;
line-height: 30px;
position: relative;
}

.card3 .img img {
margin: 20px 0px 10px 0px;
text-align: center;
width: 200px;
height: 250px;
}

.card3 .detail {
margin: 0px auto;
margin-top: 0;
padding-left: 0px;
padding-bottom: 10px;
line-height: 1.8;
font-size: 14px;
text-align: center;
color: #666;
min-height: 30px;
max-height: 30px;
text-overflow: ellipsis;
overflow: hidden;
}



.page {
padding: 3em 0;
text-align: center;
}

.page em, .page b, .page a, .page strong {
display: inline-block;
padding: 0px 10px;
text-align: center;
margin: 0 6px;
background: #f2f3f5;
line-height: 30px;
}

.page .first, .page .last, .page .next, .page .prev {
background-color: #f2f3f5;
font-style: normal;
}

.page em {
color: #888;
}

.page b {
background-color: #3b88e7;
color: #fff;
}

.page strong {
background-color: #3b88e7;
color: #fff;
}

.page a:hover {
background-color: #d3def4;
}


.newslist {
padding: 15px;
overflow: hidden;
display: block;
}

.newslist ul {
margin-bottom: 20px;
display: block;
overflow: hidden;
}

.newslist ul li {
border-bottom: 1px dotted #d5d0c0;
margin-bottom: 6px;
padding-bottom: 6px;
}

.newslist ul li a:hover {
color: #666;
}

.newslist ul li a {
color: #2e2d29;
line-height: 22px;
}

.newslist ul li i {
margin-right: 7px;
vertical-align: middle;
}

.newslist ul li a:hover {
cursor: pointer;
color: #3b88e7;
}

.newslist ul li.h {
border: medium none;
display: none;
float: none;
height: 30px;
overflow: hidden;
padding: 0;
width: 100%;
}

.newslist ul li .time {
color: #666;
float: right;
padding: 2px 8px 0 0;
}


.date-bg {
float: right;
height: 22px;
line-height: 22px;
margin-bottom: 7px;
}

.date-bg span {
padding: 0 6px;
}

.date-bg .left {
width: 60px;
text-align: center;
line-height: 24px;
background-color: #3585A7;
color: #fff;
}

.date-bg .right-txt {
color: #3585A7;
float: left;
border: solid 1px #3585A7;
border-left: none;
line-height: 22px;
height: 22px;
}





@media screen and (max-width: 999px) {

img {
max-width: 100%;
}

.wrapper .inner {
width: 100%;
margin: 0 auto;
}

.navi-aside-toggle,
.navi-aside-search {
display: none;
}

#header {
background: #2A296B;
}

#header .inner {
padding: 10px 0px;
height: auto;
position: relative;
background: none;
background-color: #1071a8;
}

.header .head-left {
float: none;
display: inline-block;
width: 100%;
height: auto;
text-align: center;
}

.header .sitelogo {
float: none;
margin-top: 0px;
}

.header .sitelogo a {
display: inline-block;
width: 100%;
margin: 0 auto;
}

.header .sitetitle {
margin-top: 30px !important;
margin-left: 0 !important;
font-size: 26px !important;
}

.header .sitetitle:before {
content: "";
width: 0 !important;
margin-right: 0 !important;
margin-left: 0 !important;
}

.header .head-right {
float: none;
width: 100%;
margin-top: 20px !important;
}

.site-lang {
justify-content: center;
}

.site-lang li.i2 a {
border-right: none;
padding-right: 0 !important;
}

.navbar-form {
display: none;
}

.navbar-nav {
display: block;
width: 100%;
}

.navbar-nav > li {
text-align: center;
}

.banner-right {
max-height: 500px;
}
}




.wrapper {
display: flex;
}


.sidebar {
width: 200px;
background-color: #f8f8f8;
min-height: 100vh;
padding: 0;
}

.sidebar nav ul {
list-style: none;
padding: 0;
}

.sidebar nav ul li a {
display: block;
padding: 10px 15px;
text-decoration: none;
color: #000000;
border-bottom: 1px solid #3b88e7;
}


.sidebar nav ul li a.active {
background-color: #3b88e7;
}


.content {
flex-grow: 1;
padding: 20px;
}


.content-section {
display: none;
}

.content-section.active {
display: block;
}


.content h2 {
margin-top: 0px;
}

.teacherName{
font-weight:700;
color:#444444;
font-family:SimSun;
font-size:18px;

}


.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 700;
  color: #444444;
  font-family: SimSun;
  font-size: 18px
}

@media (max-width: 768px) {
.sidebar {
width: 100%;
min-height: auto;
}

.content {
padding: 10px;
}
}


.container1 {
display: flex;
}


.content {
flex-grow: 1;
padding: 20px;
}




.content h2 {
margin-top: 0;
text-align: center;
}


.content-section {
display: none;
}

.content-section.active {
display: block;
}


.tables {
width: 100%;
border-collapse: collapse;
smargin: 2em auto;
}
table, th, td {
border: 1px solid black;
}
th, td {
padding: 10px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
.pdf{
font-size: 14px;
}