/***************公共样式*******************/
* {
   margin: 0;
   padding: 0;
   font-family: "微软雅黑";
}

body a {
   text-decoration: none;
}

ul>li {
   list-style: none;
}

img {
   max-width: 100%;
   max-height: 100%;
}

.img {
   position: relative;
}

.img img {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   max-width: 100%;
   max-height: 100%;
}

.max {
   max-width: 1360px;
   margin: 0 auto;
}

/* 外层背景图 */
.background {
   background-image: url("../image/1.jpg");
   background-repeat: no-repeat;
   background-position: 100% 100%;
   background-size: 100% 100%;
}

.background1 {
   background-image: url("../image/16.jpg");
   background-repeat: no-repeat;
   background-position: 100% 100%;
   background-size: 100% 100%;
}

.background2 {
   background-image: url("../image/18.jpg");
   background-repeat: no-repeat;
   background-position: 100% 100%;
   background-size: 100% 100%;
}

.background3 {
   background-image: url("../image/21.jpg");
   background-repeat: no-repeat;
   background-position: 100% 100%;
   background-size: 100% 100%;
}


/* 标题 */
.title {
   text-align: center;
   margin: 60px 0 30px 0;
}

.title p {
   background-image: url("../image/5.png");
   background-repeat: no-repeat;
   background-position: 50% 100%;
   font-size: 24px;
   color: #490303;
   font-family: "华文隶书";
}

/* 按钮 */
.button {
   display: block;
   width: 120px;
   line-height: 35px;
   height: 35px;
   font-size: 14px;
   color: #fefefe;
   background: #4a0404;
   text-align: center;
   border-radius: 5px;
   border: 1px solid #4a0404;
}

.button:hover {
   background: #fff;
   color: #4a0404;
}

/* 路径导航 */
.path_nav a {
   font-size: 16px;
   line-height: 60px;
   color: #282828;
   height: 60px;
}



/***********分页*************/
.paging {
   text-align: center;
   padding: 10px 0;
   margin: 60px 0;
}

.paging .po {
   background: #4a0404;
   color: #fff;
}

.paging a {
   padding: 10px 20px;
   background: #fff;
   margin-right: 10px;
   font-size: 14px;
   color: #333;
   font-family: "微软雅黑";
   border-radius: 3px;
}

.paging a:last-child {
   margin-right: 0px;
}

.paging a:hover {
   background: #4a0404;
   color: #fff;
}

/***********************首页**********************/
/*添加样式*/
.jfct{
		width: 48%;
		float: left;
		margin-right:4%;
}
.jfys{
		width: 48%;
		float: left;
}

/*添加样式结束*/



/*头部 logo 导航 */
.header_top {
   padding: 15px 0;
}

.btn {
   position: absolute;
   top: 30px;
   right: 10px;
   z-index: 999;
   display: none;
}

.btn div {
   width: 24px;
   height: 2px;
   background: #490303;
   margin-bottom: 6px;
}

.logo {
   max-width: 311px;
   max-height: 80px;
   float: left;
}
.logo img{
   margin-left: 80px;
}

.culture {
   float: left;
   text-align: right;
   width: calc(100% - 167px - 311px - 85px);
   /*margin-top: 15px;*/
   margin-top: 20px;
   margin-left: 80px;
}

.culture h6 {
   font-size: 35px;
   color: #999799;
   /*font-family: "华文隶书";*/
   font-family: "微软雅黑";
}

.culture p {
   font-size: 14px;
   color: #999799;
}

.hotline {
   max-width: 167px;
   max-height: 80px;
   float: right;
   margin-left: 85px;
   margin-top: 15px;
}

.hotline h6 {
   font-size: 14px;
   color: #333;
}

.hotline p {
   font-size:14px;
   color: #490303;
   font-weight:400;
}

.nav {
   width: 100%;
   border-top: 1px solid #4a0404;
   background:#E60012;
}



.nav li {
   width: 8.3%;
   float: left;
   text-align: center;
   line-height: 70px;
   height: 70px;
}

.nav li a {
   font-size: 18px;
   color: #fff;
   font-family: "华文隶书";
}

/* 选择效果 */
.nav .no {
	background:#BF1A20;
   /*background-image: url("../image/3.png");
   background-repeat: no-repeat;
   background-position: 100% 55%;
   */
}

.nav .no a {
   color: #fff;
}

/* hover效果 */
.nav li:hover {
	background:#BF1A20;
   /*background-image: url("../image/3.png");
   background-repeat: no-repeat;
   background-position: 100% 55%;*/
}

.nav li:hover a {
   color: #fff;
}


/* 轮播图 */
body .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
   bottom: 30px;
}

.swiper-one .swiper-pagination-bullet {
   width: 8px;
   height: 8px;
   background: transparent;
   opacity: 1;
   border: 2px solid #fff
}

.swiper-one .swiper-pagination-bullet-active {
   border: 2px solid #4a0404
}

/* 家风时讯 家风研学  */
.newsletter_research {
   padding: 50px 0;
   border-bottom: 1px solid #4a0404;
}

.newsletter {
   width: 38%;
   float: left;
}

.newsletter .title {
   margin: 0;
}

.newsletter_top {
   margin-top: 30px;
}

.newsletter_top .newsletter_img {
   width: 200px;
   margin-right: 30px;
   float: left;
}

.newsletter_img .img {
   box-shadow: 0 0 2px #ddd;
}

.newsletter_introduce {
   width: calc(100% - 230px);
   float: left;
}

.newsletter_introduce h6 {
   font-size: 18px;
   font-weight: 500;
   color: #333;
   margin-bottom: 10px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}

.newsletter_introduce p {
   font-size: 14px;
   color: #7a7a7a;
   line-height: 28px;
   text-indent: 2em;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   margin-bottom: 10px;
}

.newsletter_introduce ol {
   font-size: 14px;
   color: #7a7a7a;
   line-height: 28px;
}

.newsletter_introduce ol span {
   text-align: right;
   float: right;
   color: #490303;
}

.newsletter_bottom ul {
   margin-top: 20px;
}

.newsletter_bottom ul li:hover a {
   color: #4a0404;
}


.newsletter_bottom ul li a {
   font-size: 14px;
   line-height: 36px;
   color: #8d8c8b;
}

.newsletter_bottom ul li .span2 {
   float: right;
   text-align: right;
   width: 80px;
   margin-left: 20px;
}

.newsletter_bottom ul li .span1 {
   float: left;
   width: calc(100% - 100px);
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}

.newsletter_bottom .button {
   margin-top: 20px;
}


.research {
   width: calc(100% - 76% - 80px);
   float: left;
   margin: 0 40px;
}

/* 广告 */
.adv {
   margin-top: 20px;
}
.davfl{
   margin:0 0 20px 0 ;
}
.davfl .img {
   width: 23%;
   margin-right:2.5%;
   float: left;
   box-shadow: 0 0 2px #ddd;
}

.davfl .img:nth-child(4){
   margin-right:0%;
}

/* 关于我们 */
.about_img_text .img {
   width: 419px;
   margin-right: 30px;
   box-shadow: 0 0 2px #ddd;
   float: left;
}

.about_text {
   width: calc(100% - 449px);
   float: left;
   font-size: 18px;
   line-height: 2;
}

.about_text a p {
   text-indent: 2em;
   font-family: "华文隶书";
   color: #490303;
}

/* 家风故事 */
.story {
   border-bottom: 1px solid #4a0404;
}

.storyimg {
   width: 23%;
   margin-right: 2.5%;
   float: left;

}

.story_img .storyimg:nth-child(4n) {
   margin-right: 0%;
}

.storyimg .img {
   box-shadow: 0 0 2px #ddd;
}

.storyimg p {
   font-size: 16px;
   line-height: 45px;
   height: 45px;
   color: #333;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}

.story_img .button {
   margin: 30px auto 60px auto;
}

/* 三大新闻 */
.three_news .three {
   width: 30%;
   float: left;
}

.three_news img {
   margin: 120px 2.3% 0 2.3%;
   float: left;

}

.three_news .newsletter_bottom ul {
   margin-top: 0px;
}

.three_news .title {
   margin-bottom: 20px;
}

.three_news .button {
   margin: 20px auto 60px auto;
}


.list_bot .img{width:140px;float:left;margin-right:10px;border: 1px solid #ccc}
.list_bot .img img{margin:0;display:block !important;}
.list_bot .bot_js{width:calc(100% - 152px);float:left;}
.bot_js h6 {
   font-size: 16px;
   font-weight: 500;
   color: #333;
   margin-bottom:5px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}

.bot_js p {
   font-size: 14px;
   color: #7a7a7a;
   line-height:25px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp:2;
   margin-bottom: 5px;
}

.bot_js ol {
   font-size: 14px;
   color: #7a7a7a;
   line-height: 28px;
}

.bot_js ol span {
   text-align: right;
   float: right;
   color: #490303;
}

/* 友情链接 */
.friendship_link {
   margin-bottom: 20px;
}

.friendship_link em {
   font-size: 16px;
   color: #333;
   font-family: "华文隶书";
   float: left;
   line-height: 35px;
   height: 35px;
   margin-right: 1%;
}

.friendship_link a {
   font-size: 18px;
   padding:2px;
   height: 60px;
   color: #4a0404;
   font-family: "华文隶书";
   display: block;
   float: left;
   text-align: center;
   margin-right:5px;
}
.friendship_link a img{
	margin:0;
   height:40px;
}


/* 底部 */
.footer {
   border-top: 1px solid #4a0404;
}

.nav1 {
   border-bottom: 1px dashed #9e9d9d;
}



.nav1 li {
   width: 8.3%;
   float: left;
   text-align: center;
   line-height: 70px;
   height: 70px;
}

.nav1 li:hover a {
   color: #4a0404;
}

.nav1 li a {
   font-size: 16px;
   color: #9e9d9d;
   font-family: "华文隶书";
}

.copyright {
   text-align: center;
   font-size: 14px;
   color: #9e9d9d;
}

.copyright a {
   color: #9e9d9d;
}

.copyright ol {
   padding: 25px 0;
}

.copyright ol em {
   margin: 0 30px;
}

.copyright p {
   padding-bottom: 25px;
}

.copyright p .jishu {
   margin-left: 30px;
}



/***********************视频**********************/
.video .storyimg p {
   text-align: center;
}

/***********************联系**********************/
.contact_top p {
   font-size: 24px;
   color: #4a0404;
   font-family: "华文隶书";
   margin-top: 10px;
}

.contact_top ul {
   margin-top: 20px;
}

.contact_top li {
   float: left;
   font-size: 16px;
   color: #9e9d9d;

}

.contact_top span {
   float: left;
   margin: 0 80px;
   color: #9e9d9d;
   font-size: 16px;
}

.contact_bottom {
   margin: 40px 0 50px 0;
}


/***********************列表**********************/
.article_right li {
   margin-top: 20px;
}

.article_right li:nth-child(1) {
   margin-top: 0px;
}

.article_right .newsletter_top {
   margin-top: 0px;
}


.article_right .newsletter_introduce h6 {
   line-height: 45px;
   margin-bottom: 0px;
}


.article_right .newsletter_introduce p {
   font-size: 14px;
   color: #7a7a7a;
   line-height: 28px;
   text-indent: 0;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   margin-bottom: 15px;
}

/***********************详情**********************/

.article {
   text-align: center;
   border-bottom: 1px solid #4a0404;
}

.article h6 {
   font-size: 24px;
   color: #282828;
   margin-bottom: 30px;
}

.article ol {
   font-size: 14px;
   color: #666;
   margin-bottom: 20px;
}

.article ol span {
   margin-left: 30px;
}


.details {
   padding-top: 20px;
   font-size: 14px;
   line-height: 28px;
   color: #7a7a7a;
}

.details p {
   text-indent: 2em;
}
.details embed,.details video,.details iframe{max-width:100%;}

.article_img {
   text-align: center;
}

.upper_lower {
   border-top: 1px solid #4a0404;
   margin-top: 40px;
}

.upper_lower a {
   font-size: 14px;
   line-height: 60px;
   color: #333;
   float: left;
   width: 50%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.upper_lower a:nth-child(2) {
   float: right;
   text-align: right;
}