@charset "utf-8";

html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix:after {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    /*font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif' !important;*/
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #3773db;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

iframe,
img {
    border: 0;
}

img {
    vertical-align: middle;
}

input {
    outline: none;
}

button {
    border: 0;
    outline: 0;
}

/* 图片地址 */
/* 颜色 */
/* 屏幕尺寸 */
html,
body {
    position: relative;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

body {
    min-width: 1200px;
    font-family: Georgia;
}

.title {
    font-size: 38px;
    color: #cc3333;
    font-weight: bold;
    position: relative;
}

.title i {
    background: url("http://www.xinhuanet.com/english/cnleaders/Xithought/mobile/images/line.png") 0 center repeat-x;
    width: 80%;
    display: block;
    height: 16px;
    position: absolute;
    right: 0;
    top: 14px;
}

body {
    min-width: 100%;
}

.title {
    font-size: 27px;
    color: #000;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.title span {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 2;
    position: relative;
}

.title span::before {
    content: "";
    width: 15px;
    height: 4px;
    position: absolute;
    left: -15px;
    top: 14px;
    background: #ccc;
}

.title span::after {
    content: "";
    width: 15px;
    height: 4px;
    position: absolute;
    right: -15px;
    top: 14px;
    background: #ccc;
}

.title i {
    height: 1px;
    background: #ccc;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 1;
}

.banner img,
.session img,
.carousel img,
.appoitment img,
.photo img {
    width: 100%;
}

.banner {
    position: relative;
}

.carousel {
    position: relative;
}

.carousel .swiper-slide {
    background: #f1f1f1;
}

.carousel h2 {
    line-height: 20px;
    font-size: 14px;
    color: #313131;
    padding: 10px;
}

.txt-list {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.txt-list li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.txt-list li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #3a92e4;
    position: absolute;
    left: 0;
    top: 10px;
}

.txt-list h2 {
    font-size: 16px;
    line-height: 24px;
    color: #434343;
    font-weight: bold;
    padding-left: 10px;
}

.txt-list p {
    font-size: 12px;
    color: #b2b2b2;
}

.video ul {
    margin-top: 15px;
}

.video li {
    width: 48%;
    margin-bottom: 15px;
    float: left;
    background-color: #3a92e4;
    position: relative;
}

.video li:nth-of-type(odd) {
    margin-right: 2%;
    clear: left;
}

.video li:nth-of-type(even) {
    margin-left: 2%;
}

.video .pic {
    position: relative;
}

.video .pic:before {
    content: "";
    background: url("http://www.xinhuanet.com/english/cnleaders/Xithought/mobile/images/play.png") 0 0 no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-size: 100%;
    display: none !important;
}

.video img {
    width: 100%;
}

.video h2 {
    padding: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
}

.video h2 a {
    color: #fff;
}

.photo {
    margin-bottom: 30px;
    position: relative;
}

.photo .swiper-container {
    margin-top: 15px;
}

.photo .swiper-slide {
    background: #f1f1f1;
}

.photo .swiper-pagination {
    width: 50%;
    left: 25%;
}

.photo .swiper-pagination-bullet {
    background: #cc3333;
    opacity: 0.8;
    margin-left: 3%;
    margin-right: 3%;
}

.photo .swiper-pagination-bullet-active {
    opacity: 1;
}

.photo h2 {
    line-height: 20px;
    width: 96%;
    font-size: 14px;
    color: #fff;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.photo h2 a {
    color: #fff;
}

.photo02 {
    margin-bottom: 30px;
    position: relative;
}

.photo02 .swiper-container {
    margin-top: 15px;
}

.photo02 .swiper-slide {
    background: #f1f1f1;
}

.photo02 .swiper-pagination {
    width: 50%;
    left: 25%;
}

.photo02 .swiper-pagination-bullet {
    background: #cc3333;
    opacity: 0.8;
    margin-left: 3%;
    margin-right: 3%;
}

.photo02 .swiper-pagination-bullet-active {
    opacity: 1;
}

.photo02 h2 {
    line-height: 20px;
    width: 96%;
    font-size: 14px;
    color: #fff;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.photo02 h2 a {
    color: #fff;
}

.photo02 img {
    width: 100%;
}

.photo03 {
    margin-bottom: 30px;
    position: relative;
}

.photo03 .swiper-container {
    margin-top: 15px;
}

.photo03 .swiper-slide {
    background: #f1f1f1;
}

.photo03 .swiper-pagination {
    width: 50%;
    left: 25%;
}

.photo03 .swiper-pagination-bullet {
    background: #cc3333;
    opacity: 0.8;
    margin-left: 3%;
    margin-right: 3%;
}

.photo03 .swiper-pagination-bullet-active {
    opacity: 1;
}

.photo03 h2 {
    line-height: 20px;
    width: 96%;
    font-size: 14px;
    color: #fff;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.photo03 h2 a {
    color: #fff;
}

.photo03 img {
    width: 100%;
}

.foot {
    background: #c9151e;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
    padding: 10px 0;
}

.writing {
    margin-bottom: 30px;
    position: relative;
}

.writing .swiper-container {
    margin-top: 15px;
}

.writing .swiper-slide {
    text-align: center;
}

.writing .swiper-slide img {
    width: 90%;
}

.speech .txt-list,
.comments .txt-list {
    padding-top: 10px;
    background: #ebebeb;
    margin-top: 15px;
}

.speech .txt-list li,
.comments .txt-list li {
    border-bottom: 0;
}

/*# sourceMappingURL=maps/index.css.map */
/*头部*/
.nav ul li,
.nav ul li a {
    text-align: center;
    float: left;
}

.nav {
    width: 100%;
    height: 62px;
    /* min-width: 1200px; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
}

.nav ul {
    width: 1200px;
    margin: 0 auto;
    z-index: 500
}

.nav ul li {
    line-height: 20px;
    padding: 10px;
    border: 1px solid #F03;
    border-radius: 20px;
    margin: 10px 3px;
}

.nav ul li,
.nav ul li a {
    float: left;
    font-size: 18px;
    color: #F03;
}

.nav ul li ul li,
.nav ul li ul li a {
    width: 100%;
    color: #fff;
}

.nav ul li a:hover {
    color: #fff;
    background-color: #fe3c4a;
}

.nav ul li span {
    padding-right: 3px;
    float: left;
}

.nav ul .home,
.nav ul .home a {
    line-height: 70px;
    height: 70px;
    margin-left: 25px;
}

.nav .m h3 {
    font-weight: normal;
}

.nav .m h3:before {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.nav .m {
    position: relative;
    float: left;
    width: 51px;
    display: inline;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 120px;
    position: absolute;
    left: 11px;
    top: 70px;
    background: #fff;
    float: left;
    line-height: 30px;
    border: 1px solid #f00b11;
    border-top: none;
}

.nav .sub li {
    text-align: center;
    font-size: 16px;
    color: #f00b11;
    width: 100%;
    float: none;
    padding: 4px 0;
    line-height: 20px;
}

.nav .sub li a {
    color: #fff;
    display: block;
    zoom: 1;
    line-height: 20px;
    float: none;
}

.nav .sub li a:hover {
    color: #fff;
}

.nav ul .ono:hover {
    background: #fe3c4a;
}

.nav ul .ono:hover a {
    display: block;
    background: #fe3c4a;
    color: #fff;
}

.nav ul li.select {
    width: 110px;
    float: left;
    border-radius: 0px;
    border-color: #F03;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    padding: 0px;
    margin-top: 10px;
    margin-left: 5px;
    color: #F03;
    box-sizing: border-box;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    transition: height 0.5s;
    background-color: #fff;
}

.nav ul li.select a {
    float: none !important;
    display: block;
    line-height: 42px;
    text-align: center;
    padding: 0;
}
/* .nav ul li.select:hover{
    height: 220px;
} */
 .nav.active{
    height: 260px;
 }
.nav.active ul li.select{
    height: 220px;
}


.carousel{
    padding-top: 62px;
}
@media screen and (min-width:0px) and (max-width: 767px) {
    .mb_banner {
        width: 100%;
        height: auto;
    }

    .mb_banner img {
        width: 100%;
        height: auto;
    }

    .nav {
        /* white-space: normal; */
        overflow-x: auto;
        overflow-y: hidden;
        /* min-width: 0; */
    }

    /* .nav ul li {
        display: inline-block;
    } */
}