/*公共头部 start*/
*{
    font-family: '微软雅黑';
    color: #333;
}
body,div,span,p,ul,li,img,a{
    margin:0;
    padding:0;
    text-decoration: none;
    list-style-type:none;
}
.gytit h3{font-size: 30px;color: #0068b7;text-align: center;}
.gytit p{font-size: 16px;color: #666;text-indent: 2em;line-height: 30px;padding: 20px 0;}
.button {
    position: absolute;
    cursor: pointer;
    top: 26%;
    
    color: #333;
    z-index: 4;
}
.body-box {width:100%;margin:0 auto;background:#fff}
.timer-shaft-box {width:100%;padding:10px 40px;box-sizing:border-box}
.timer-shaft {position:relative;width:100%;height:80px;overflow:hidden}
.timer-left {position:absolute;top:50%;left:20px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background:url(../images/icon_left.png) no-repeat;background-size:cover;cursor:pointer}
.timer-right {position:absolute;top:50%;right:20px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background:url(../images/icon_right.png) no-repeat;background-size:cover;cursor:pointer}
.timer-scale {position:absolute;top:0;left:0;height:80px;padding-left:80px;font-size:0;white-space:nowrap}
.timer-scale-cont {display:inline-block;height:100%;line-height:80px}
.time-circle {display:inline-block;vertical-align:middle;width:60px;height:60px;line-height:60px;text-align:center;font-size:18px;color:#fff;border-radius:50%;background:#cf000d;transition:all .3s;cursor:pointer}
.timer-scale-cont.hov .time-circle {width:80px;height:80px;line-height:80px;font-size:24px;background:#cf000d}
.line-scale {display:inline-block;vertical-align:middle;width:150px;height:22px;margin:0 2px;background:url(../images/icon_scale.png) no-repeat;background-size:cover}
.timer-shaft-content {width:100%;margin-top:45px;overflow:hidden;font-size:0;box-sizing:border-box;white-space:nowrap}
.shaft-detail-cont {display:none;width:100%}
.timer-year {padding-left:44px;font-weight:700;color:#333;font-size:0}
.icon-year {display:inline-block;vertical-align:middle;width:33px;height:40px;background:url(../images/icon_sign.png) no-repeat;background-size:cover}
.timer-year span {display:inline-block;vertical-align:middle;margin-left:18px;font-size:24px}
.month-detail-box {position:relative;width:100%;min-height:93px;padding-top:30px;font-size:0;box-sizing:border-box;white-space:normal}
.month-detail-box:before {content:'';position:absolute;top:0;left:60px;height:100%;border-right:1px dashed #cf000d}
.month-detail-box .month-title {position:absolute;font-size:16px;font-weight:700;color:#333}
.month-detail-box .month-title:before {content:'';position:absolute;top:50%;left:30px;width:13px;height:13px;margin-top:-6.5px;background:url(../images/icon_circle.png) no-repeat;background-size:cover}
.incident-record {display:inline-block;padding-left:71px;line-height:2;font-size:14px;color:#333}
.incident-record a {font-size:14px;color:#1d69a3}
.footerbot {background: #35373a;float: right; width: 100%;}
 .footerbot  .fbfffl {overflow: hidden;padding-top: 7px;}
 .footerbot .fbfffl .ftbf2{  color: #fff;float: left; }
 .footerbot .fbfffl .ftbf1{  color: #fff;float: right; }
 .footerbot .fbfffr{
	     width: 100%;
    float: left;
    text-align: center;
 }
 .fbfffr a{color:#fff;}
 .footerbot h6{color: #fff;line-height: 30px;display: block;  }
 .footerbot .fbfffl .ftbf1 p{text-align: center;padding-top: 10px;}
 .footernav_s {overflow: hidden;padding : 10px 0; }
 .footernav_s li{float: left;margin-right: 30px;position: relative;}
 .footernav_s li a{color: #fff;font-size: 14px;display: block;font-weight: 100;}
  
 .footernav_s li .kfon{font-weight: bold;}
 .footernav_s li a:hover{color: #026ce3;}
 .footernav_s li::after{display: block;content: ""; width: 1px;height: 12px;background: #fff;position: absolute;right:-15px;top: 3px;}
 .footernav_s li:last-child::after{display: none;}
.layui-container13 {
    width: 1270px;
	margin:0 auto
}
.prev {
    left: -100px
}

.next {
    right:-100px;
    transform: rotate(-180deg)
}

.container {
  
    margin: 0 auto;
    min-height: 500px;
    position: relative;
    padding:70px 180px
}

.slide_wrap {
 
    position: relative
}

.slide_wrap ul {
    position: relative;
    left: 0;
    z-index: 3;
}

.slide_wrap::after {
    width: 100%;
    height: 1px;
    background-color: #0068b7;
    content: '';
    position: absolute;
    top: 48px;
    left: 0
}

.slide_items li {
    float: left;
    font-size: 20px;
    width: 200px;
    text-align: center
}

.slide_items li a {
    display: block
}

.slide_items li.on {
    color: #ff0;
    border-radius: 30px
}

.slide_items li span {
    color: #333;
    font-size: 16px;
    display: block
}

.slide_items li div {
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1px solid #0068b7;
    border-radius: 50%;
    padding: 2px;
    box-sizing: border-box;
    margin-top: 38px
}

.slide_items li i {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #0068b7;
    border-radius:50%
}

.slide_items li.on div i {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #ff9900;
    border-radius: 50%;
 
    box-sizing: border-box;
     
}

.slide-content {
    margin-top: 50px
}

.slide-content img {
    width: 100%;
    padding: 15px 0px;
}

.slide-content ul {
    display: none
}

.slide-content ul.on {
    display: block
}

.slide-content h3{font-size: 22px;text-align: center;padding: 15px 0px;font-weight: bold;color: #000;}
.slide-content p{font-size: 15px;text-align: left;line-height: 28px}
.coursetit  h3{font-size: 40px;text-align: center;padding: 25px 0px 15px 0;font-weight: bold;color: #000;}
.coursetit p   {font-size: 22px;text-align: center;  color: #666;padding-bottom: 20px;}
.clearfix:after{
    display: block;
    content: '';
    clear: both;
}
#header{
    width:100%;
}
.header{
    width:1200px;
    margin:0 auto;
}
.nav{
    float: left;
    width:100%;
}
.nav>img{
    float: left;
}
.nav>li{
    float: left;
    width:180px;
    height:65px;
    line-height:65px;
    text-align: center;
}
.nav_active{
    border-bottom:4px solid #CF000D;
}
.common-phone-header {
    display: none;
}
.side-wrap {
    display: none;
}
/*公共头部 end*/
/*移动端导航*/
@media only screen and (max-width: 1024px) {
	/* body {
		padding: 0.9rem 0 1rem !important;
	} */    
body {
    padding-top: 50px;
}
    .header {
        display: none;
    }
    
.common-phone-header {
    display: block !important;
}

.side-wrap {
    display: block !important;
}

    
    

    
/* 手机导航 */
.common-phone-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.common-phone-header-inner {
    display: flex;
    height: 50px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
}

.header-menu-phone{
    height: 30px;
}
.header-logo-phone {
    height: 30px;
}
.header-search-phone {
    height: 30px;
}


    /* 侧边栏导航 */
.side-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background:rgba(0, 0, 0, .5);
}
.side-container {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    height: 100vh;
    width: 6.4rem;
    background-color: #fff;
    color: #000;
    border-left: 1px solid #eee;
    animation: ani_side 1s;
}

.side-container.shown {
    display: block;
}




@keyframes ani_side{
    from {
        display: none;
        width: 3rem;
    }
    to {
        display: block;
        width: 6.4rem;
    }
}

.side-wrap {
    width: 100%;
}

.side-top {
    display: flex;
    height: 60px;
    padding: 0 20px 0 30px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.side-logo {
    width: 2rem;
}
.side-close {
    width:.48rem;
}

.side-bottom {
    padding:  0 .48rem 0 .72rem;
}


.nav-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: .27rem .48rem .27rem .72rem; */
    padding: .27rem 0 .27rem 0;
    border-bottom: 1px solid #eee;
}

.nav-item-inner span{
    display: flex;
    align-items: center;
    font-size: 14px;
}


.nav-item-inner img{
    /* width: .48rem; */
    width: .4rem;
}
.side-nav-list .nav-item a{
    color: #000;
    font-size: .26rem;
    width: 100%;
    display: inline-block !important;
}



.side-nav-list .side-local-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
}   

.side-nav-list-sub {
    display: none;
}
.side-nav-list-sub  .side-back-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
}



.side-nav-list-main .nav-item:first-child{
    /*display: none;*/
}
.side-nav-list-main .nav-item:last-child{
    /* display: none; */
}





/* 产品导航 */
.nav-item-product-sub-list {
    /* padding-left: .3rem; */
    /* border-bottom: 1px solid #eee; */
}
.nav-item-product-sub-list > a > div{
    padding: .2rem 0 .2rem .5rem;
    border-bottom: 1px solid #eee;
}
.nav-item-inner-product {
    /* border-bottom: none; */
}
.nav-item-product-sub-list {
    display: none;
}
.arrow-down {
    display: none;
}


}

/*移动端导航结束*/
/*首页轮播*/
#banner{
    float: left;
    width:100%;
    overflow: hidden;
    position: relative;
    margin-top: -42px;
    z-index: -1;
}
.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height:650px;
    overflow: hidden;
    zoom: 1;
}
.flexslider .slides li {
    width: 100%;
    height: 100%;
}
.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}
.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    /*display: inline;*/
}
.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}
.flexslider .slides p img {
    width: 100%;
    height:650px;
    display: block;
    z-index:-1;
}
.flexslider .slides li>a{
    position: absolute;
    float: left;
    text-align: center;
    top:70%;
    left:20%;
}
#main{
    float: left;
    width:100%;
  
}
.main{
    width:1200px;
    margin:10px auto 20px;
}
.mainL{
    float: left;
    width:290px;
    background: #fff;
}
.mainL-fl1{
    float: left;
    width:100%;
    text-align: center;
}
.mainL-fl1>img{
    margin:20px 0 0;
    padding:20px;
    border:1px solid #DA3018;
    border-bottom:0;
}
.mainL>b{
    float: left;
    width:100%;
    text-align: center;
    color:#BA1C06;
    font-size: 20px;
}
.mainL-btn{
    float: left;
    width:100%;
    text-align: center;
}
.mainL-btn>span{
    display: inline-block;
    width:200px;
    height:50px;
    text-align: center;
    border:1px solid #DA3018;
    border-top: 0;
    margin:15px 0 48px;
}
.mainL-btn>span>a{
    display: inline-block;
    width:189px;
    height:40px;
    line-height:40px;
    background:#BA1B05;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top:-5px;
}
.mainL-fl2{
    float: left;
    width:100%;
}
.mainL-fl2-top{
    float: left;
    width:100%;
    height:100px;
    background:url("../images/mainlbg.png") no-repeat;
}
.mainL-fl2-top>p{
    color: #fff;
    font-size:16px;
    text-indent: 1em;
    margin-top:20px;
}
.mainL-fl2-main{
    float: left;
    width:100%;
    height:332px;
    background:url("../images/mainlfl2bg.png") no-repeat;
	box-shadow: 0px 5px 10px 0px #bbb;
}
.mainL-content{
    float: left;
    width:90%;
    margin:15px 5%;
    line-height:24px;
    color: #8D8D8D;
    font-size: 16px;
	height:195px;
	overflow:hidden;
}
.mainL-fl2-main>span{
    float: left;
    width:100%;
    margin-top:40px;
}
.mainL-fl2-main>span>img{
    float: left;
}
.mainL-fl2-main>span>a{
    float: left;
    width:150px;
    height:50px;
    line-height:50px;
    color: #fff;
    background: #BA1B05;
    text-align: center;
    margin-top: 2px;
}
.mainR{
    float: right;
    width:880px;
}
.mainR>ul{
    float: left;
    width:100%;
    margin-bottom: 20px;
}
.mainR>ul>li{
    float: left;
    width:272px;
    margin-right:30px;
    background: #fff;
    position: relative;
    box-shadow:0px 2px 15px 0px #eee;
}

.mainR>ul>li>a{
    left:0;
    width:100%;
    height:183px;
    text-align: center;
    opacity:0.7;
    position: absolute;
    top:0;
}
.mainR>ul>li>a>img{
    margin-top:65px;
}
.mainR>ul>li:last-child{
    margin:0;
}
.mainR-bottom{
    float: left;
    width:100%;
    height:152px;
}
.mainR-bottom>span{
    float: left;
    width:90%;
    margin:20px 5% 10px;
    font-size: 14px;
	text-align:center;
}
.mainR-bottom>p{
    float: left;
	text-align:center;
    width:90%;
    overflow: hidden;
    margin:0 5% 15px;
    font-size: 28px;
    color: #808080;
}
.mainR-content{
	display:none;
    float: left;
    width:90%;
    height:120px;
    margin:0 5%;
    line-height:30px;
    font-size: 14px;
    color:#A8A8A8;
    border-bottom:1px solid #E5E5E5;
	overflow: hidden;
}
.mainR-bottom>a{
    float: left;
    width:90%;
    margin:0 5%;
    height:50px;
    line-height:50px;
    font-size: 14px;
    color:#BA1B05;
}
.mainR-bottom>a>img{
    float: left;
    margin: 15px 15px 15px 75px;
}
.mainR>img{
    float: left;
    margin-top:20px;
	box-shadow: 0px 5px 10px 0px #bbb;
}
/*公共底部 start*/
#link{
	display:none;
    float: left;
    width:100%;
    height:120px;
    background:#6f6f6f;
    color: #fff;
}
.link{
    width:1200px;
    margin:0 auto;
}
.link>span{
    float: left;
    width:125px;
    height:43px;
    line-height:43px;
    text-align: center;
    margin:15px 0;
    background: #EA1926;
    color: #fff;
    font-size: 14px;
}
.link>ul{
    float: left;
    width:100%;
}
.link>ul>li{
    float: left;
    width:16.6%;
    text-align: center;
}
.link>ul>li>a{
    color: #fff;
    font-size: 14px;
}
#footer{
	display:block;
    float: left;
    width:100%;
    background: #515151;
}
.footer{
    width:1200px;
    height:140px;
    margin:0 auto;
}
.footerL{
    float: left;
    width:50%;
    margin-top:20px;
}
.footerL>p{
    margin:10px 0;
    color:#999999;
}
.footerR{
    float: left;
    width:50%;
    text-align: right;
}
.footerR>img{
    margin:30px 15px 0 0;
}
/*公共底部 end*/
/*走进济发 start*/
.company_banner{
    width:100%;
    margin-top:-42px;
    background: url("../images/banner.png") no-repeat;
    z-index:-1;
}
.company_nav{
    width:1200px;
    margin:0 auto;
}
.company_nav>p{
    float: left;
    width:450px;
    margin:50px 0 0;
    border-bottom:2px solid #fff;
}
.company_nav>p>span{
    color: #fff;
    float: left;
    width:100%;
    margin:5px 0;
}
.company_nav>ul{
    float: left;
    width:100%;
    margin:40px 0 64px;
}
.company_nav>ul>li{
    float: left;
    width:120px;
    margin-right:20px;
}
.company_nav>ul>li>a{
    float: left;
    width:100%;
    height:30px;
    line-height:30px;
    text-align: center;
    background:rgba(255,255,255,1);
    color:#CF000D;
    font-size: 16px;
    opacity:0.757;
    border-radius:5px;
}
.company_nav>ul>li>.company_nav_active{
    opacity:1;
}
#company_main{
   /*  float: left; */
    width:1200px;
	margin: 0 auto;
}
.manisd{
	overflow-x:auto;
    width:1200px;
	margin:-42px auto 20px;
	}
.company_main{
	
    
    box-shadow:0px 2px 15px 0px rgba(0,0,0,0.1);
    border-radius:4px;
    padding:44px 28px;
    position: relative;
    background: #FFFFFF;
}
.company_mainL{
    float: left;
    width:710px;
}
.company_title{
    float: left;
    width:100%;
    height:65px;
    line-height:65px;
    text-indent: 1em;
    color: #666;
    font-size: 24px;
}
.company_content1{
    float: left;
    width:100%;
    color: #666;
    font-size: 14px;
    line-height:20px;
    padding:15px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.second_title{
    color: #CF000D;
    font-size:22px;
    float: left;
    width:100%;
    margin:10px 0;
}
.company_content2{
    float: left;
    width:100%;
    color: #666;
    font-size: 14px;
    line-height:35px;
    padding:15px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.company_mainR{
    float: right;
    width: 344px;
}
.company_mainR>img{
    float: left;
    width:100%;
}
.company_content3{
    float: left;
    width:100%;
    color: #666;
    font-size: 14px;
    line-height:20px;
    padding:15px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.company_content4{
    float: left;
    width:100%;
    padding:15px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.company_content4>ul{
    float: left;
}
.company_content4>ul>li{
    float: left;
    width:265px;
    height:286px;
    margin-left:15px;
    margin-top: 20px;
    box-shadow:0px 2px 15px 0px rgba(0,0,0,0.1);
    text-align: center;
}
.company_content4>ul>li>img{
	width: 246px;
    height: 155px;
    margin-top:15px;
}
.company_content4>ul>li>span{
    display: inline-block;
    width:100%;
    margin:10px 0;
}
.company_content5{
    float: left;
    width:100%;
    overflow: hidden;
    padding:15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.left_btn,.right_btn{
    float: left;
    position: absolute;
    top:145px;
}
.left_btn{
    left:0;
}
.right_btn{
    right:0;
}
.company_content5>.year{
    float: left;
    width:2288px;
    position: absolute;
    border-bottom:1px solid #FF6969;
}
.company_content5>.year>li{
    float: left;
    width:54px;
}
.company_content5>.year>li>span{
    float: left;
    width:100%;
    position: relative;
}
.company_content5>.year>li>span>span{
    float: left;
    width:45px;
    height:18px;
    line-height:18px;
    text-align: center;
    margin:10px 4px 15px;
    color: #CF000D;
    font-size: 14px;
}
.company_content5>.year>li>span>.year-active{
    color: #fff;
    background: #CF000D;
}
.company_content5>.year>li>span>b{
    position: absolute;
    bottom:-7px;
    left:20px;
    background: #fff;
    width: 10px;
    height:10px;
    border-radius: 50%;
    border:2px solid #CF000D;
}
.bigEvent{
    float: left;
    width:100%;
    margin:85px 0 0;
}
.bigEvent>li{
    float: left;
    width:100%;
    height:100px;
    overflow: hidden;
    position: relative;
    margin-bottom:15px;
}
.bigEvent>li>span{
    float: left;
    color: #7B7B7B;
    font-size: 16px;
    line-height: 25px;
}
.event-time{
    width:125px;
}
.bigEvent>li>b{
    background: #fff;
    width: 10px;
    height:10px;
    border-radius: 50%;
    border:2px solid #CF000D;
    float: left;
    margin: 5px 5px 0 0;
}
.bigEvent>li>p{
    float: left;
    width:1px;
    height:80px;
    border-left:1px solid #CF000D;
    position: absolute;
    top: 30px;
    left: 131px;
}
.eventCont{
    width:950px;
}
.bigEvent>li:last-child>p{
    display: none;
}
.company_content6{
    float: left;
    width:100%;
    padding:15px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.company_content6>ul{
    float: left;
    width:85%;
    margin-left:15%;
    padding:15px 0;
    border-left:1px solid #FF5964;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.company_content6>ul>li{
    padding:15px 0;
    position: relative;
    margin-left: -2px;
    border-left: 3px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.company_content6>ul>li:hover{
    border-left:3px solid #CF000D;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.company_content6>ul>li,.company_content6>ul>li>a{
    float: left;
    width:100%;
}
.company_content6>ul>li>a>img{
    float: left;
    width:260px;
    height:115px;
    margin:0 20px;
}
.company_content6>ul>li>a>p{
    float: left;
    width:650px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    font-size: 18px;
    color:#666666;
    margin-bottom:10px;
	font-weight:bold;
}
.company_content6>ul>li>a>div{
    float: left;
    width:650px;
    height:75px;
    font-size: 16px;
    line-height:25px;
    color:#666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-time{
    float: left;
    width: 110px;
    height: 115px;
    position: absolute;
    top:15px;
    left: -112px;
}
/*分页 start*/
/*分页 start*/
.pageBox {
    width:100%;
    height: 34px;
    float: left;
    margin:20px 0;
}
.page {
    width:100%;
    margin:0 auto;
}
.pageBox {
    width:100%;
    height: 34px;
    line-height: 34px;
}
.ui-pagination-container {
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.ui-pagination-container .ui-pagination-page-item {
    font-size: 14px;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #c5b7b7;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item:hover {
    text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
    background:#CF000D;
    border-color:#DADADA;
    color: #fff;
    cursor: default;
}

/*分页 end*/
.company_content7{
    float: left;
    width:100%;
    padding:15px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dang_banner1{
    float: left;
    width:100%;
    position: relative;
}
.dang_banner1>img{
    float: left;
    width:100%;
    z-index:-1;
}
.dang_banner1>p{
    float: left;
    width:100%;
    height:55px;
    line-height:55px;
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    position: absolute;
    bottom:0;
    background: #CF000D;
    opacity:0.7;
}
.company_content7>ul{
    float: left;
    width:100%;
}
.company_content7>ul>li{
    float: left;
    width:100%;
    margin-top:20px;
}
.company_content7>ul>li>span{
    float: left;
    width:115px;
    height:100px;
    box-shadow:0px 2px 15px 0px rgba(0,0,0,0.1);
}
.company_content7>ul>li>span>span{
    float: left;
    width:90%;
    margin:5px 10% 0 0;
    text-align: right;
}
.company_content7>ul>li>p{
    float: left;
    width:1009px;
    height:100px;
    line-height:100px;
    background: #CF000D;
    text-indent: 2em;
    position: relative;
}
.company_content7>ul>li>p>a{
    color: #FFFFFF;
	font-size:18px;
}
.triangle {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 10px solid transparent;
    border-right-color: #CF000D;
    border-left-width: 0;
    border-bottom-width: 10px;
    position: absolute;
    left: -10px;
    top: 40%;
}
.company_content8{
    float: left;
    width:100%;
    padding:15px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.company_content8>ul{
    float: left;
    width:100%;
}
.company_content8>ul>li{
    float: left;
    margin:0 16px 25px 0;
    width:550px;
    height:280px;
    position: relative;
}
.company_content8>ul>li>img{
    float: left;
    width:100%;
    height: 100%;
    z-index:-1;
    box-shadow: 5px 5px 0px #f00;
}
.company_content8>ul>li>p{
    float: left;
    width:100%;
    height:100%;
    position: absolute;
    background:transparent;
    top:0;
    left:0;
}
.company_content8>ul>li>p:hover{
    background: #f00;
    opacity:0.6;
}
.company_content8>ul>li>span{
    position: absolute;
    bottom:50px;
    left:30px;
}
.company_content8>ul>li>b{
    position: absolute;
    font-weight:normal;
    bottom:20px;
    left:30px;
}
.company_content8>ul>li>a{
    position: absolute;
    right:30px;
    bottom:25px;
    float: left;
    width:150px;
    height:30px;
    line-height:30px;
    text-align: center;
    background: #AD0B0B;
    color: #fff;
    border-radius: 10px;
}
.company_content9{
    float: left;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.company_content9>iframe{
    /* float: left; */
    width:100%;
    height:350px;
}
.contact-way{
    float: left;
    width:100%;
    margin:15px 0;
}
.contact-way>b{
    float: left;
    width:100%;
    height:40px;
    line-height:40px;
    color: #CF000D;
    font-size: 22px;
    margin-bottom: 15px;
    border-bottom:1px dashed #979797;
}
.contact-way-main{
    float: left;
    width:100%;
    margin:20px 0;
}
.bus-station{
    float: left;
    width:100%;
}
.bus-station>p{
    float: left;
    width:100%;
    height:45px;
    line-height:45px;
}
.station{
    float: left;
    width:150px;
    height:45px;
    line-height:45px;
}
.bus{
    color: #b4b4b4;
}
.img-l{
    float: left;
}
.img-l>img{
    float: left;
    width:550px;
    height:266px;
    overflow: hidden;
}
.img-r{
    float:right;
}
.img-r>img{
    float: right;
    width:550px;
    height:266px;
    overflow: hidden;
}
.news-title{
    float: left;
    width:100%;
    color: #666666;
    font-size: 22px;
    margin:30px 0;
}
.newsD-time{
    float: left;
    width:100%;
    color: #999999;
    font-size: 14px;
    padding-bottom:20px;
    border-bottom:1px dashed #ddd;
}
.news_content{
    float: left;
    width:100%;
    padding:20px 0;
    font-size:14px;
    color: #999999;
    line-height:25px;
}
.news_banner{
    width:100%;
    margin-top:-42px;
    background: url("../images/banner.png") no-repeat;
    z-index:-1;
}
.dang_banner {
    width: 100%;
    margin-top: -42px;
    background: url(../images/dang/banner.png) no-repeat;
    z-index: -1;
}
.news_nav{
    width:1200px;
    margin:0 auto;
}
.news_nav>p{
    float: left;
    width:450px;
    margin:50px 0 0;
    border-bottom:2px solid #fff;
}
.news_nav>p>span{
    color: #fff;
    float: left;
    width:100%;
    margin:5px 0;
}
.news_nav>div{
    float: left;
    width:100%;
    margin: 0px 0 50px;
    color: #fff;
    font-size: 14px;
    text-align: right;
}


@media (max-width: 758px) {
	#banner{
        margin-top: 0px;
	}
	.flexslider{
        max-height: 200px;
	}
	.flexslider .slides p img{
        background-size: cover !important;
        background-position: top !important;
        max-height: 200px;
	}
	.flex-control-nav{
	    padding: 0 !important;
        bottom: -15px;
	}
	.main{
	    width: 100%;
        float: inherit;
	}
	.mainL,.mainR{
	    width: 100%;
        float: inherit;
	}
	.mainL-fl2-top,.mainL-fl2-main{
        background-size: cover;
        background-position: center;
	}
	.mainR>ul>li{
	    width: 100%;
    display: flex;
	}
	.mainR-bottom>p{
	    font-size: 22px;
	}
	.mainR-bottom>p,.mainR-bottom>span{
	    width: auto;
        text-align: left;
        padding-left: 20px;
        overflow: hidden;
	}
	.mainR-bottom>a>img{
        text-align: left;
        padding-left: 20px;
        margin-left: 0;
	}
	.mainR>ul>li>img{
	    width: 50%;
	}
	.mainR>ul>li{
	    margin-bottom: 20px;
	}
	.mainR>video{
        width: 100% !important;
        height: auto !important;
	}
	.layui-container13{
	    width: 100%;
	}
	.footerbot h6{
	    padding: 0 10px;
	}
	
	.company_nav,#company_main,.company_mainL{
	    width: 100%;
	}
	.company_nav>ul>li{
        margin: 10px 0 10px 20px;
	}
	.company_nav>p{
        width: calc(50% - 20px);
        margin-left: 20px;
	}
	.company_nav>ul{
	    margin: 20px 0 20px;
	}
	.company_main>img{
	    width: 80%;
	}
	.company_banner{
	    background-size: cover;
	}
	.company_mainR{
        float: inherit;
        width: 100%;
	}
	
	.company_content6>ul>li>a>p{
	    width: 100%;
        margin: 10px 20px;
	}
	.company_content6>ul{
	    width: 100%;
        padding: 20px 0;
	    margin-left:0;
	}
	.news-time{
	    width: auto;
	    height: auto;
        bottom: -4px;
        left: 21px;
        top: auto;
	}
	.news-time>span:nth-child(1){
	    font-size: 20px;
	}
	.news-time>span:nth-child(2){
	    font-size: 14px;
	}
	.company_content6{
	    padding: 15px;
	}
	.ui-pagination-container{
	    display: flex;
        flex-wrap: wrap;
	}
	.ui-pagination-container .ui-pagination-page-item{
        height: 20px;
        line-height: 20px;
        margin-bottom: 10px;
	}
	.company_content7>ul>li>p{
	    width: calc(100% - 90px)
	}
	.company_content7>ul>li>span{
	    width: 90px;
	}
	.company_content7>ul>li>span>span:nth-child(1){
	    font-size: 26px;
	}
	.company_content7>ul>li>span>span:nth-child(2){
	    font-size: 20px;
	}
	.company_content7>ul>li>span>span{
        margin: 14px 10% 0 0;
	}
	
	
	.company_content8>ul>li{
	    width: 100%;
	}
	.company_content8>ul>li>a{
        left: 30px;
	    right: auto;
	    bottom: 20px;
	}
	.company_content8>ul>li>b{
	    bottom: 55px;
	}
	.company_content8>ul>li>span{
	    bottom: 85px;
	}
	.contact-way p{
	    max-width: 100%;
	    height: auto !important ;
	}
	.news_content>p>span>img{
	    width: 100%;
	}
	.news_content>p>span{
	    display: block;
	    width: 100%;
	}
	.news_nav{
	    width: calc(100% - 40px);
	    padding: 0 20px;
	}
	.news_nav>p,.news_nav>div{
	    width: 100%;
	}
	.common-phone-header-inner{
	    justify-content: start;
	}
	.header{
	    width: 100%;
	}
	.nav>li{
	    width: calc(100% - 20px);
        text-align: left;
        padding-left: 20px;
	}
	.nav>img{
	    display: none;
	}
	.mbx{
	    display: block !important;
	}
	.header .header-nav-active{
	    border-bottom:none !important;
	}
	.company_main img,.company_content1,.company_content2,.manisd,.contact-way p strong{
	    max-width: 100% !important;
	}
	.company_content4>ul>li>img{
	    width: auto !important;
	}
	.qx{
	    display: block !important;
	}
	.second_title{
	    max-width: 100%;
	}
	.company_content4>ul span{
	    height: auto !important;
	}
	.company_content4>ul span img{
        margin-bottom: 20px !important;
	}
	.company_content4>ul>li>span{
	    max-width: 100%;
	    width: auto !important;
	    padding: 0 10px;
	}
	#header{
        position: fixed;
        z-index: 111111;
        height: auto;
        background: #fff;
	}
}






















