/* 2019-07-08 by wgang */

a {
    color: #333333;
}

a:hover {
    color: #cc3300;
    text-decoration: none;
}

ul {
    list-style: none
}

.lf {
    float: left
}

.rg {
    float: right
}

.p-15 {
    padding: 15px;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px
}

.head-top {
    height: 154px;
    background: url('../images/head_bg.jpg') no-repeat left top;
}

.head-top form {
    margin-top: 58px !important;
}

nav {
    width: 100%;
}

.head {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #ddd;
    height: 50px;
    transition: all .3s
}
.moblie_head{
    background-color: #ed7201;
}
.logo {
    padding-top: 32px;
    padding-left: 2.18%;
    width: 500px;
    transition: all .3s
}

.logo a {
    display: block;
    position: relative;
    overflow: hidden
}

.logo img {
    width: 100%;
    position: relative;
    z-index: 100
}

.logo .p1 {
    background: #ff6d07;
    position: absolute;
    top: 0%;
    left: 0px;
    width: 100%;
    height: 80%;
}
#carouselIndicators{
    border-bottom: #ec7201 3px solid;
}
.nav {
    margin: 0 auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.nav ul li {
    float: left;
    width: 10%;
    height: 50px;
    transition: all .3s;
}

.nav ul li .a1 {
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
	font-weight: bold;
    color: #333;
    transition: all .3s;
}

.nav ul li:hover .a1 {
    color: #f08519;
    transition: all .3s;
}

.nav ul li .div1 {
    display: none;
    background: #fff;
    width: 100%;
    left: 0px;
    position: absolute;
    top: 50px;
    z-index: 100;
}

.nav ul li .div1 .p1 {
    float: left;
	width: 100%;
    height: 50px;
    line-height: 50px;
	text-align: center;
}

.nav ul li .div1 .p1 a {
    color: #333;
    font-size: 16px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-right: 5%;
    transition: all .5s;
}

.nav ul li .div1 .p1 a:hover {
    color: #1a1a1a;
}

.a_txt {
    display: none;
}


.form-inline .form-control {
    width: auto;
    border-radius: 0.25rem 0 0 0.25rem;
}

.form-inline .btn {
    border-radius: 0 0.25rem 0.25rem 0;
}

.carousel-indicators li {
    height: 10px;
}

#carouselSlide {
    overflow: hidden;
}

.nav-tabs {
    border-top: 1px solid #dee2e6;
    border-bottom: 0;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    color: #212529;
    font-size: 1.1rem;
    margin-top: -1px;
    border-top: 2px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ed7201;
    font-size: 1.1rem;
    font-weight: bold;
    border-color: #ed7201 #fff #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #ed7201;
    font-size: 1.1rem;
    font-weight: bold;
    border-color: #ed7201 #fff #fff;
}

.nav-tabs .more a {
    font-size: 0.9rem;
    line-height: 44px;
    color: #666666;
    display: block;
}

.nav-tabs .more a:hover {
    color: #cc3300;
}

.nav-tabs .more a em{
	display: block;
    float: left;
    line-height: 42px;
    padding-right: 2px;
    font-style: normal
}

.nav-tabs .more a i {
    font-size: 1rem;
    line-height: 44px;
}

.nav-tabs .more span {
    line-height: 44px;
    padding: 0 5px;
    color: #9a9a9a;
    display: block;
}

.tab-content .more{
	border-top: #ccc 1px dashed;
    line-height: 30px;
    margin-top: 5px;
    height: 30px;
}

.news-box-1 .nav-link, .news-box-2 .nav-link {
    width: 25%;
    padding: .5rem 0;
    text-align: center;
}

.lead-title a {
    display: block;
    line-height: 30px;
    color: #cc3300;
    font-size: 1.1rem;
    font-weight: bold;
}

.lead-info {
	height: 40px;
    line-height: 20px;
    font-size: 0.9rem;
    color: #95999c;
    margin-bottom: .75rem;
	overflow: hidden;
}

.img-title {
    font-weight: bold;
    text-align: center;
    margin: .5rem 0;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.pic-title{
    width: 100%;
    bottom: 0;
    padding: 5px;
    margin: 0px auto;
    background-color: rgba(0,0,0,.5);
    color: #ffffff;
}
.index-box-2 li {
    margin-right: 0;
}

.index-box-2 li a {
    /*width: 91%;*/
}

.list-inline {
    padding-top: .75rem;
    border-top: #dee2e6 1px solid;
}

.list-inline-item {
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.list-inline-item i {
    font-size: .5rem;
    color: #9a9a9a;
}

.icon-shipin {
    color: #ed7201 !important;
    font-size: 1rem !important;
}

.list-inline-item a {
    color: #212529;
}

.list-inline-item a:hover {
    color: #cc3300;
}

.list-inline-item span {
    color: #9a9a9a;
}

.left-box .img-box {
    display: block;
    width: 100%;
}

.right-title {
    border: #e1e1e1 1px solid;
    background: #f8f8f8;
}

.right-title .nav-item {
    border-right: #e1e1e1 1px solid;
    border-bottom: #ffffff 1px solid;
    margin-bottom: -1px;
}

.right-box {
    border: #e1e1e1 1px solid;
    border-top: none;
}

.right-box .tab-pane {
    width: 100%;
    overflow: hidden;
}

.right-box .tab-pane span {
    display: block;
    width: 100%;
    height: 100%;
}

.right-box .img-box, .right-box .img-box-1, .right-box .img-box-2 {
    display: block;
    width: 100%;
}

.show-item:nth-child(2n+0) {
    padding-left: 5px !important;
    padding-right: 10px !important;
}

.show-item:nth-child(2n+1) {
    padding-left: 10px !important;
    padding-right: 5px !important;
}

/* Roll images */
.roll-title {
    width: 5%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #ed7201;
    margin: 0 auto;
    border-left: #ed7201 2px solid;
    border-top: #dee2e6 1px solid;
    border-right: #dee2e6 1px solid;
    border-bottom: #dee2e6 1px solid;
}

.roll-title i {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.roll-box {
    width: 95%;
    overflow: hidden;
    padding: 12px 10px;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.roll-indicators {
    top: 10px;
    right: 10px;
    left: unset;
    margin-right: 0px;
}

.roll-indicators li {
    width: 8px;
    height: 8px;
    background-color: #95999c;
    border-radius: 50%;
    transition: all 0.5s;
}

.roll-indicators .active {
    width: 32px;
    height: 8px;
    background-color: #ed7201;
    border-radius: 24px/32px;
}

.roll-inner {
    top: 20px;
}

.roll-img {
    display: block;
    width: 100%;
}

footer {
    background: #3c3c3c;
    color: white;
}

footer p {
    margin: 0 auto;
    line-height: 1.75;
}

footer p a {
    color: white;
}

.article-list .icon-home, .article-content .icon-home{
    padding-right: .5rem;
}
.article-list .breadcrumb, .article-content .breadcrumb{
    background-color: white;
    border-bottom: #f0f0f0 2px solid;
    color: #666666;
}
.article-list .breadcrumb span, .article-content .breadcrumb span{
    font-size: 18px;
    font-weight: bold;
    color: #ec7201;
}
.article-list .breadcrumb .iconfont, .article-content .breadcrumb .iconfont{
    color: #ec7201;
}

/* List Page Css */
.list-page .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #ec7201;
}
.list-page .nav-pills .nav-link{
    background-color: #f0f0f0;
    margin-bottom: 2px;
}
.list-page .class-name{
    background: url('../images/class-name-bg.jpg') no-repeat center center;
}
.list-page .class-name span{
    display: block;
    width: 100%;
    line-height: 85px;
    font-size:1.5rem;
    font-weight: bold;
    color: white;
}
.list-unstyled .media .media-body p{
    color: #95999c;
}
.list-unstyled .media{
    border-bottom: #ccc 1px dashed;
}

.right-box .list-inline, .list-page .list-inline{
    border-top: none;
}

.page-item .page-link{
    color: #ed7201;
}
.page-item.active .page-link{
    color: white;
    background-color: #ed7201;
    border-color: #ed7201;
}

/* Content Page Css */
.article-text{
    text-align: left;
    font-size: 18px;
}
.article-content .article-info{
    color: #9a9a9a;
}
.article-text p{
    /*text-indent: 2rem;*/
    font-size: 18px;
}
.article-text iframe {
    width: 800px;
    height: 500px;
}
.article-text p img {
    max-width: 100%!important;
}


.zt-page .part-1 h3 {
    padding: 0px 30px;
    text-align: center;
    color:#c30;
    font-size: 20px;
    font-weight: bold;
    min-height: 40px;
    max-height: 90px;
    line-height: 30px;
    overflow: hidden;
}
.zt-page .part-1 p {
    padding: 0px 30px;
    text-indent: 2em;
    margin-bottom: 0px;
}

.zt-page .breadcrumb {
    padding: 5px 0px 5px 70px;
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: #c30 1px solid;
}
.zt-page .zw {
    background:#fff url(../images/title-icon1.png) no-repeat left center;
}
.zt-page .sp {
    background:#fff  url(../images/title-icon2.png) no-repeat left center;
}
.zt-page .tp {
    background:#fff  url(../images/title-icon3.png) no-repeat left center;
}
.zt-page .breadcrumb span {
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    font-weight: bold;
    color: #c30;
}

.zt-page .breadcrumb a {
    line-height: 44px;
}
.zt-page .part-2 .list-unstyled {
    padding-top: 15px;
    margin-bottom: 0px;
}
.zt-page .part-2 .list-unstyled li {
    height: 30px;
    line-height: 30px;
    /*padding-left: 18px;*/
    /*background: url(../images/list-icon.png) no-repeat left center;*/
}

.zt-page .part-4 .list-unstyled, .zt-page .part-6 .list-unstyled {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    padding-top: 15px;
    margin-bottom: 0px;
}
/*
.zt-page .part-4 .list-unstyled li, .zt-page .part-6 .list-unstyled li {
    width: calc((100% - 30px) / 4);
}
*/
.zt-page .part-4 .list-unstyled li img, .zt-page .part-6 .list-unstyled li img {
    height: 200px;
    
}
.zt-page .part-4 .list-unstyled li a p, .zt-page .part-6 .list-unstyled li a p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
}

.zt-page .box {
    background: #fff;
    border:#c30 5px solid;
}
.list-page .breadcrumb, .article-content .breadcrumb {
    line-height: 45px;
    padding: 5px 0px 5px 5px!important;
}

.zt-page footer {
    position: absolute;
    width: 100%;
    margin-bottom: 0px;
}





/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width: 992px) {
    .nav {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .nav ul {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0px;
    }

    .nav ul li .a1 {
        font-size: 16px;
        font-weight: bold;
    }

    .nav ul li .div1 .p1 a {
        font-size: 14px
    }

    .foot_top ul {
        margin-left: 60px
    }

    .nav ul li .div1 .p1 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #carouselIndicators {
        margin-top: 50px;
    }
    
    #carouselSlide .carousel-item{
    	text-align: center;
    }
    
    .carousel-indicators {
    	bottom:40px;
    }
}

/*移动端导航*/
@media screen and (max-width: 992px) and (min-width: 0px) {
    
    .head {
        display: none
    }

    .moblie_head {
        display: block;
        height: 44px;
        background-color: #ed7201;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #ddd
    }

    .moblie_head .lf {
        padding-top: 2px;
        padding-left: 0;
    }

    .moblie_head .lf img {
        height: 40px
    }

    .moblie_head .rg {
        padding-right: 5%;
        padding-top: 14px
    }

    .moblie_head .rg a img {
        height: 16px;
        vertical-align: top
    }

    .a_txt {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }

    .a_txt .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .a_txt .div2 {
        position: absolute;
        width: 20%;
        left: 0px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .a_txt .div3 {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%
    }

    .a_txt .div3 ul {
        padding-left: 5%;
        padding-right: 5%
    }

    .a_txt .div3 ul li {
        border-bottom: 1px solid #232530;
    }

    .a_txt .div3 ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px;
    }

    .a_txt .div3 ul li .a_js2 {
        background: url(../images/plus.png) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }

    .a_txt .div3 ul li .a_js2_on {
        background: url(../images/reduce.jpg) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }

    .a_txt .div3 ul li .a_txt2 {
        display: none;
		padding-left: 5%;
    }

    .a_txt .div3 ul li .a_txt2 a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    #carouselIndicators {
        margin-top: 44px;
    }
    
    .article-text iframe {
        width: 100%!important;
        height: auto;
        min-height: 200px;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px) {
    .left-box .img-box {
        height: 250px;
    }
    .right-box .img-box-1 {
        height: 250px;
    }
    .right-box .tab-pane span{
        height: 120px;
    }
	
	.article-content .article-text img{
		width: 100%!important;
	}
    
    /* 专题 */
    .zt-page .bg{
        background-image: none;
    }
    
    .zt-page .banner {
        width:100%;
    }
    .zt-page .box {
        margin-top: -15px;
        border:#c30 2px solid;
    }
    .zt-page .part-1 .box h3 {
        padding: 0px;
    }
    .zt-page .part-1 .box p {
        padding: 0px;
    }
    .zt-page .list-page, .zt-page .content-page {
        margin-top: -25px;
    }
    .zt-page .article-content .content-text {
        padding: 0px;
    }
    .zt-page .article-content .content-text h2 {
        margin-top: 10px;
        font-size: 20px;
    }
    .zt-page .article-content .content-text .article-text p{
        font-size: 14px!important;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .left-box .img-box {
        height: 176px;
    }

    .right-box .tab-pane {
        height: 350px;
    }

    .right-box .img-box-1 {
        height: 350px;
    }
    .right-box .tab-pane span{
        height: 120px;
    }
    
    
    .zt-page {
        background-color: #f39428;
    }
    .zt-page .bg{
        background-image: url(../images/zt_main_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .zt-page .banner {
        width:100%;
        height:300px;
    }
    
    .zt-page .box {
        margin-top: -15px;
        border:#c30 2px solid;
    }
    .zt-page .part-1 .box h3 {
        padding: 0px;
    }
    .zt-page .part-1 .box p {
        padding: 0px;
    }
    .zt-page .article-content .content-text {
        padding: 0px 30px;
    }
    .zt-page .article-content .content-text h2 {
        margin-top: 10px;
    }
    .zt-page .article-content .content-text .article-text p{
        font-size: 14px!important;
    }
    .zt-page .article-content .content-text .article-text p img{
        width: 100%;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .left-box .img-box {
        height: 220px;
    }

    .right-box .tab-pane {
        height: 450px;
    }

    .right-box .img-box-1 {
        height: 220px;
    }
    
    .right-box .tab-pane span{
        height: 150px;
    }

    .roll-title {
        padding: 30px 8px;
    }

    .roll-box {
        height: 190px;
    }

    .roll-img {
        height: 116px;
    }
    
    .zt-page {
        background-color: #f39428;
    }
    .zt-page .bg{
        background-image: url(../images/zt_main_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .zt-page .banner {
        width:100%;
        height:300px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #carouselSlide {
        height: 328px;
    }

    .left-box .img-box {
        height: 126px;
    }

    .right-box .tab-pane {
        height: 81px;
    }

    .right-box .img-box-1 {
        height: 150px;
    }

    .right-box .img-box-2 {
        height: 76px;
    }

    .roll-title {
        padding: 70px 12px;
    }

    .roll-box {
        height: 230px;
    }

    .roll-img {
        height: 156px;
    }

    .icon-sign {
        padding: 39px 0 39px 80px;
    }

    .article-content .container{
        padding: 2rem 2rem 0 2rem;
    }
    
    /* 专题 */
    .zt-page {
        background-color: #f39428;
    }
    .zt-page .bg{
        background-image: url(../images/zt_main_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1280px) {
    
    .container {
        min-width: 1240px !important;
    }

    #carouselSlide {
        height: 365px;
    }

    .left-box .img-box {
        height: 126px;
    }

    .right-box .tab-pane {
        height: 170px;
    }

    .right-box .img-box-1 {
        height: 130px;
    }
	
    .right-box .img-box-2 {
        height: 76px;
    }

    .roll-title {
        padding: 70px 20px;
    }

    .roll-box {
        height: 250px;
    }

    .roll-img {
        height: 176px;
    }

    .icon-sign {
        padding: 25px 0 25px 80px;
    }

    .article-content .container{
        padding: 3rem 3rem 0 3rem;
    }
    
    /* 专题 */
    .zt-page {
        background-color: #f39428;
    }
    .zt-page .bg{
        background-image: url(../images/zt_main_bg.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .zt-page .banner {
        width:100%;
        height:700px;
    }
    .zt-page .article-content .content-text h2 {
        margin-top: 30px;
        margin-bottom: 30 px;
    }
}

/* 点击图片放大 */
.over {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.tempContainer {
    position: fixed;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    z-index: 101;
}




