﻿html,body{margin:0;padding:0px;width: 100%;}
a:hover,a:active,a:focus{color:#d14646;text-decoration: none;}
ul{list-style: none;margin: 0;padding: 0;}
.all{
    /* #f3e3cd */
    height: 100%;
    width: 100%;
    background-color:#f3e3cd  ;
}
.container-fluid{
    max-width:1920px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0;
    padding-top:420px;
    background:#f3e3cd url(../images/zt-fq-topbanner.jpg) no-repeat top center;
}
/* 导航栏 */
.nav{
    width: 80%;
    margin:0 auto;
    background:url(../images/zt-fq-menu.png) no-repeat top center;
    background-size: 100% 100%;
    overflow: hidden;
    padding: 0;
}
.menu{
    display: flex;
    flex-flow: row nowrap;
    padding:0  100px 0 80px;
    /* background-color: rgba(255,0,255,0.5); */
    height: 90px;
    line-height: 90px;
}
.menu li{
    padding:0;
    overflow: hidden;
    /* background: yellow; */
    text-align: center;
    /* flex:1 1 60%; */
    float: left;
    width: 16%;
}
.menu li:last-child,.menu li:nth-of-type(1){
    /* flex: 1 1 100%; */
    width: 10%;
}
.menu li:last-child,.menu li:nth-last-child(2){
    /* flex: 1 1 100%; */
    width: 20%;
}
.menu li:last-child a,.menu li:nth-last-child(2) a{
    font-size: 18px;
}
.menu li a{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 90px;
    line-height:70px;
}
.nav>li>a:focus, .nav>li>a:hover{
    background: transparent;
    color: #e9dfaf;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background: transparent;
    color: #e9dfaf;
}
.title1{
    background:url(../images/zt-fq-title1.png) no-repeat top center;
    background-size: cover;
    height: 66px;
    line-height: 66px;
    width: 75%;
    margin:.8em auto .8em auto;
    font-size: 28px;
    color: #fff;
    text-align: center;
}
.title2{
    background:url(../images/zt-fq-title2.png) no-repeat top center;
    background-size: cover;
    height: 68px;
    line-height: 68px;
    width: 75%;
    margin:.8em auto 22px auto;
    font-size: 28px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 768px){
    .nav{
        background: #9d1d1d;
        display: flex;
        flex-flow: column nowrap;
    }
    .menu li{
        flex: 1 1 100%;
        line-height: 35px;
        /* background: pink; */
    }
}

/* 新闻轮播图 */
.newBanner{
    width: 75%;
    height: 410px;
    margin: 0 auto 4em auto;
    /* background: yellow; */
    position: relative;
}
.newBanner .slide{
    height: 100%;
}
.newBanner .carousel-inner{
    width: 58%;
    height: 410px;
    /* background-color: red; */
}
.newBanner .carousel-inner .item{
    height: 100%;
    width: 100%;
}
.newBanner .carousel-inner .item img{
    height: 100%;
    width: 100%;
}
.newBanner .carousel-indicators{
    /* background:pink; */
    width: 40%;
    height: 410px;
    bottom: 0;
    left:60%;
    right: 0;
    margin: 0;
    padding: 0;
}
.newBanner .carousel-indicators li{
    display: block;
    width: 100%;
    height:58px;
    line-height:58px;
    border:0px;
    border-bottom:1px dashed #fff;
    text-indent:0;
    text-align: left;
    border-radius: 0;
    overflow: hidden;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    display: -webkit-box;
    /* background: cornflowerblue; */
}
.newBanner .carousel-indicators li a{
    text-decoration: none;
    color: #666666;
    font-size: 13px;
    /* background: crimson; */
}
.newBanner .carousel-indicators li a b{
    color:#333333;
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* background: coral; */
}
.newBanner .carousel-indicators .active{
    width: 100%;
    height:100px;
    line-height: 28px;
    background: transparent;
    border-bottom:1px dashed #fff;
    padding-top:10px;
}
.newmoveindex{
    position: absolute;
    left:0;
    bottom: 0.5em;
    z-index: 99;
    color: #d14646;
}
@media screen and (max-width: 768px){
    .newBanner{
        height: 6em;
        /* background-color: red; */
        overflow: hidden;
    }
    .newBanner .carousel-indicators li{
        height: 2em;
        line-height: 2em;
        overflow: hidden;
        /* background-color: yellowgreen; */
    }
    .newBanner .carousel-indicators .active{
        height: 2em;
        line-height: 2em;
        /* background-color: yellow; */
    }
    .newBanner .carousel-indicators li a{
        font-size: 11px;
    }
    .newBanner .carousel-indicators li a b{
        font-size: 12px;
    }
}
/* 权威理论 */
.theorybanner{
    height: 200px;
    width:75%;
    overflow: hidden;
    margin:0 auto 20px auto;
    /* background-color: red; */
}
.theorybanner .container,.theorybanner .carousel,.theorybanner .carousel,.theorybanner .carousel-inner,.theorybanner .row{
    margin: 0;
    padding: 0;
}
.theorybanner .container{width:100%;height:100%;/*background: green;*/}
.theorybanner .carousel{width:100%;height:100%;/*background: yellow;*/}
.theorybanner .carousel{width:100%;height:100%;/*background: paleturquoise;*/}
.theorybanner .row{
    width: 100%;
    height: 100%;
    /* background:tomato; */
    /* display: flex;
    flex-flow: row wrap;
    justify-content: space-between; */
}
.theorybanner .row li{
    background:url(../images/zt-fq-list1.png) no-repeat top left;
    background-size:100% 100%;
    height: 200px;
    width: 32%;
    float: left;
    margin-right: 18px;
}
.theorybanner .row li:nth-of-type(3){
    margin-right: 0;
}
.theorybanner .row li> a{
    font-size: 14px;
    color: #999999;
    text-align: left;
    text-decoration: none;
	display: block;
    /*background: yellow;
	width: 90%;
	height: 55%;*/
    margin:0px 40px;
	
}
.theorybanner .row li> a> b{
    display: block;
    font-size: 16px;
    color: #d11d17;
    margin:60px auto 18px auto;
    font-weight: bold;
    /* background: green; */
    height: 44px;
	text-align: center;
    overflow: hidden;
}
.theoryMove{
    display: block;
    width:172px;
    height:45px;
    line-height: 45px;
    text-align: center;
    margin: 22px auto 2.7em auto;
    border-radius: 2em;
    border:1px solid #d14646;
    color:#d14646;
    font-weight: bold;
	font-size: 16px;
}
@media screen and (max-width: 768px){
   
}
/* “四尊崇”“五关爱”“六必访”开始 */
.fangwen{
    overflow: hidden;
    width: 75%;
    height:187px;
    /* background-color: red; */
    margin: 0 auto 1em auto;
}
.fangwen .container{
    padding:0;
    width:100%;
    /* height: 10em; */
    margin: 0 auto 1em auto;
    /* overflow: hidden; */
}
.fangwen .container ul{
    padding:0;
    margin: 0;
    width: 100%;
    height: 100%;
    list-style: none;
    /* background-color: green; */
}
.fangwen .container ul> li{
    padding: 0;
    width: 24%;
    height: 187px;
    margin-right:1.3%;
    /* background-color: blueviolet; */
    position: relative;
    overflow: hidden;
    float: left;
    
}
.fangwen .container ul> li:nth-of-type(4n){
    margin:0;
}
.fangwen .container ul> li:last-child{
    margin-right: 0;
}
.fangwen .container ul> li> a{
    background-color: rgba(57,12,12,.5);
    display: block;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding:30px 1em 0 1em;
    text-align: center;
    font-size: 15px;
    transition: all 0.3s; 
}
.fangwen .container ul> li> a:hover{
    background-color: rgba(57,12,12,.8);    
    transform: scale(1.1);
}
.fangwen .container ul> li> a > p{
    /* background: pink; */
    width: 90%;
    height: 70%;
    margin: 0px auto 0px auto;
    overflow: hidden;
	text-align:left;
	font-size:13px;
	line-height:26px;
}
.fangwen .container ul> li> a > p> span{
    display: block;
    /* background: yellow; */
	text-align:center;
	font-size: 16px;
	line-height:50px;
	height:50px;
	overflow:hidden;
}
.fangwen .container ul> li> img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fangwen  .carousel-control .glyphicon-chevron-left, .fangwen .carousel-control .glyphicon-chevron-right{
    top:20%;
    z-index: 999;
}
.fangwen .carousel-control.left{
    background-image: linear-gradient(to right,rgba(243,227,205,.1) 0,rgba(0,0,0,.0001) 100%);
    z-index: 999;
}
.fangwen .carousel-control.right{
    background-image: linear-gradient(to left,rgba(243,227,205,.1) 0,rgba(0,0,0,.0001) 100%);
    z-index: 999;
}
/* 经验交流开始 */
.experience{
    /* overflow: hidden; */
    width: 75%;
    height: 30em;
    background: url(../images/zt-fq-tjingyannbg.png) no-repeat top center;
    background-size: 100% 100%;
    margin:0 auto 4em auto;
    clear: both;
}
.experience >.experienceLeft{
    height: 100%;
    padding: 1% 2%;
    background-image: linear-gradient(to right,rgba(160,35,35,0.8) 20%,rgba(160,35,35,0) 100%);
}
.experience >.experienceLeft >img{
    height:5em;
    margin-bottom: 1em;
}
.experience >.experienceLeft >ul{
    list-style: none;
    margin:0 0 0 0;
    padding: 0;
    color: #fff;
    /* background: yellow; */
    width: 100%;
}
.experience >.experienceLeft >ul >li{
    height: 31px;
    line-height: 31px;
    padding-left:2em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background:url(../images/zt-fq-liststyle1.png) no-repeat left center;
}
.experience >.experienceLeft >ul >li >a{
    color: #fff;
}
/* 经验交流地图选择 */
.experience >.experienceRight{
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    /* background-color: rebeccapurple; */
}
.experience >.experienceRight #map{
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-color: yellowgreen; */

}
.experience >.experienceRight .location{
    width: 15em;
    height: 8em;
    padding-top:2em;
    padding-left: 5em;
    position: absolute;
    left: 3em;
    top: 0;
    background:  url(../images/zt-fqlocationimg.png) no-repeat left 3em;
    color: #9d1d1d;
    text-align: center;
}
.experience >.experienceRight .locationName{
    font-size: 1.8em;
    font-weight: bold;
}

/* 视频站与图片站开始 */

.videoimgSite{
    width:75%;
    height: 30em;
    margin: 0 auto 2em auto;
    clear: both;
}
.videoimgSite .theoryMove{
    display: block;
    width:172px;
    height:45px;
    line-height: 45px;
    text-align: center;
    margin: 22px auto 2.7em auto;
    border-radius: 2em;
    border:1px solid #d14646;
    color:#d14646;
    font-weight: bold;
	font-size: 16px;
}
.videoimgSite .nav{
    width: 50%;
    background-image: none;
    border: 0;
    margin-bottom: 2em;
}
.videoimgSite .nav li{
    width: 50%;
    text-align: center;
}
.videoimgSite .nav li >a{
    background: transparent;
    border: 0;
    color:#d74a4c;
    font-size: 24px;
}
.videoimgSite .nav li.active a{
    color: #fff;
    font-weight: bold;
    background:url(../images/zt-fq-title4.png) no-repeat top center;
    background-size: 100% 100%;
    border: 0;
}
@media screen and (max-width: 768px){
    .videoimgSite .nav{
        width: 100%;
        height:50px;
        display: flex;
        background: transparent;
        flex-flow: row nowrap ;
    }
    .videoimgSite .nav li{
        width: 20%;
    }
    .videoimgSite .nav li >a{
        font-size: 1rem;
    }
}
/* 视频开始 */
.videoimgSite .tab-content{
    height: 25em;
    /* background: chartreuse; */
}
.videoimgSite .tab-content .video{
    height: 17em;
    overflow: hidden;
}
.videoimgSite .tab-content ul{
    /* background-color: yellow; */
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.videoimgSite .tab-content ul>li{
    float: left;
    height: 100%;
    /* background: pink; */
    border-right:1em solid transparent;
}

.videoimgSite .tab-content ul>li:nth-of-type(4n){
    border: 0;
}
.videoimgSite .tab-content ul>li img{
    width: 100%;
    height: 14.5em;
}
.videoimgSite .tab-content ul>li a{
    color: #333333;
    text-align: center;
    display: block;
    font-size: 1.5rem;
    overflow: hidden;
    margin-top:1em;
}
.videoimgSite .col-xs-12,.videoimgSite .col-sm-12 > .videoimgSite .col-md-3 > .videoimgSite .col-lg-3{
    padding: 0;
    margin: 0;
}
/* 网站尾部 */
.footer{
    height:180px;
    overflow: hidden;
    background: #b14446;
    padding-top:36px;
}
.footer > .row{
    width: 850px;
    margin: 0 auto;
    /* background: yellow; */
    color:#fff;
}
.footer > .row > div{
    height: 120px;
}
.footer > .row > .qrCode{
    text-align: right;
    /* background: purple; */
}
.footer > .row > .qrCode > p{
    margin-top:5px;
}
.footer > .row > .qrCode > img{
    height: 93px;
}
.footer > .row > .footType{
    line-height: 100px;
    padding: 0;
    text-align: center;
}
.footer > .row > .footType > img{
    height: 73px;
}
.footer > .row > .footList > div{
    height: 40px;
    line-height: 40px;
    /* background:orchid; */
}
.footer > .row > .footList > div a{
    color:#fff;
}
/* 网站尾部 */
/* 列表页开始 */
.list{
    height:100%;
    background: #f3e3cd url(../images/zt-fq-listbgtest.png) no-repeat top center;
    background-size: 100% auto;
    padding-top: 6.4%;
}
.list .listHead{
    height: 3em;
    line-height: 3em;
    /* background: yellow; */
    width: 75%;
    margin:0 auto;
    overflow: hidden;
}
.list .listHead .row div:first-child a{
    color: #a42929;
    font-size: 24px;
    font-weight: bold;
}
.list .listHead  .breadcrumb{
    height: 3em;
    line-height: 3em;
    background: transparent;
    padding: 0;
    text-align: right;
	color: #999;
}
.list .listHead  .breadcrumb li{
    height: 2em;
    line-height: 2em;
    /* background: violet; */
}
.list .listHead  .breadcrumb li a{
    color: #505050;
}
.list .listHead  .breadcrumb .active{
    color: #505050;
}
.list .lister{
    display: block;
    width: 75%;
    height: 100%;
    margin: 0 auto 0 auto;
    /* background: red; */
    padding-bottom: 0.1em;
}
.list .lister ul{
    clear: both;
    /* background: chartreuse; */
    margin: 0;
    min-height: 100%;
    margin-bottom: 3em;
}
.list .lister ul li{
    clear: both;
    height: 45px;
    line-height: 45px;
    background: url(../images/zt-fq-liststyle2.png) no-repeat center left;
    padding-left:2em;
}
.list .lister ul li a{
    color:#505050;
}
.list .lister ul li a > span{
    float: left;
}
.list .lister ul li a > span:first-child{
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list .lister ul li a > span:last-child{
    width: 10%;
    text-align: right;
}
.list .lister ul li:nth-child(5n){
    margin-bottom: 3em;
    /* border-bottom: 5px solid red; */
}
/* 详情页 */
.listCont{ 
    clear: both;
    height: 100%;
    padding:3em auto;
    margin: 1em auto 3em auto;
    text-indent: 2em;
}