
/* 导航 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
/*nav{ height: 34px; display: flex; align-items: center; margin-top: 20px;}*/
/*.nav{ padding:0 20px; height:34px; line-height:34px;  position:relative; z-index:1;  }*/
/*.nav a{ color:#000;  }*/
/*.nav .nLi{ float:left;  position:relative; display:inline;  }*/
/*.nav .nLi h3{ float:left;  margin: 0; line-height: 34px;}*/
/*.nav .nLi h3 a{ display:block; padding:0 20px; font-size:14px; font-weight:bold;  }*/
/*.nav .sub{ display:none; width:100px; left:0; top:34px;  position:absolute; background:#c8000b;  line-height:26px; padding:5px 0;  }*/
/*.nav .sub li{ zoom:1; }*/
/*.nav .sub a{ display:block; padding:5px 10px;  color: #fff; text-align: center;}*/
/*.nav .sub a:hover{ background:rgba(0,0,0,.5); color:#fff;  }*/
/*.nav .on h3 a{ border-bottom: 3px solid #c8000b;  }*/




/* jquery.SuperSlide.2.1.1///图片滚动 */
.slideBox{ width:100%; height:450px; overflow:hidden; position:relative; border:1px solid #a1afaf;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle; width: 100%;}
.slideBox .bd li a{ display: block;}
.slideBox .bd img{ width:auto; height:448px; display:block; margin: 0 auto;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-32px; display:block; width:33px; height:65px; }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev{ background:url(../images/arrow_left.png) center center no-repeat rgba(0,0,0,.5);}
.slideBox .next{ background:url(../images/arrow_right.png) center center no-repeat rgba(0,0,0,.5);}
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.slideBox a:hover{
    background-color: rgba(0,0,0,1);
}


.swiper-button-next.swiper-button-white{
    width:33px;
    height:65px;
    background:url(../images/arrow_right.png) center center no-repeat rgba(0,0,0,.5);
    transform: translateY(-50%);
    margin-top: 0;
    right:15px;
}
.swiper-button-prev.swiper-button-white{
    width:33px;
    height:65px;
    background:url(../images/arrow_left.png) center center no-repeat rgba(0,0,0,.5);
    transform: translateY(-50%);
    margin-top: 0;
    left:15px;
}





.slideBox .bd li a:hover{
    background-color: rgba(255,255,255,0);
}
.navbar-default{
    background-color: rgba(255,255,255,0);
    border: none;
}

.navbar-brand{
    padding: 0;
}
.navbar{
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a{
    font-size: 18px;
    color: #282828;
}
.container-fluid{ margin: 0; padding: 0;}
.navbar-collapse{ padding: 0;}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header{ margin: 0;}

header .header_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.searchBox{
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 10px;
    margin-left: 20px;
}
.searchBox span{
    position: absolute;
    right: 10px;
    top: 6px;
}
.searchBox input{
    border: 1px solid #a8a8a8;
    height: 34px;
    border-radius: 17px;
    padding: 0 32px 0 15px;
    width: 150px;
}
.searchBox input:focus{
    outline: none;
}

.main_container h2{
    font-size: 36px;
    text-align: center;
    border-bottom: 1px solid #333;
    margin-top: 61px;
    margin-bottom: 43px;
}
.main_container h2 span {
    margin-right: 10px;
}
.main_container h2 code {
    color:#000000;
	background-color:#FFFFFF;
	font-family:微软雅黑;
}
footer{
    width: 100%;
    height: auto;
    background: #312f2f;
    color: #a2a2a2;
    padding: 22px 0;
}
.footer p,.footer a{
    color: #a2a2a2;
    font-size: 12px;
	margin-right:27px;
}
.footer a:hover{
    color: #ca1018;
}
.panel-title span{
    color: #343434;
}
.panel-group .panel{
    border:none;
    box-shadow: none;
    border-radius: 0;
}
.panel-default>.panel-heading{
    background-color: rgba(255,255,255,0);
    padding-left: 0;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-top: 0;
}
.panel-group .panel+.panel{
    margin-top: 0;
}
.news ul li.panel{
    border-bottom: 2px solid #646464;
}

.panel-body img{
    display: block;
    margin: 40px 0;
}
.panel-body p{
    margin-bottom: 30px;
	line-height:36px;
}
.panel-body p img{
text-align:center;
}

.stystem_info{
    background-color: #f3f3f3;
    padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-right: 40px;
    margin-bottom: 50px;
	font-size:14px;
}

.stystem_p{
	font-size:18px;
}


.stystem_info p{
    margin-bottom: 0;
    line-height: 40px;
    color: #545454;
}
.stystem_info p span{
    margin-right: 10px;
    color: #545454;
}


.evaluate h2{
    font-size: 24px;
    padding-top: 33px;
	padding-bottom: 20px;
	font-weight:600;
}
.evaluate h4{
    margin-bottom: 10px;
	font-weight:600;
}
.evaluate p{
    margin-bottom: 0;
    line-height: 30px;
    display: flex;
}
.evaluate p span:first-of-type{ width: 50px;}
.evaluate p span:last-of-type{ flex: 1;}
.evaluate p span{
    margin-right: 20px;
    width: 50px;
}
.evaluate p span em{
    font-size: 14px;
	width: 150px;
}
.evaluate .row > div{
    margin-bottom: 40px;
}


.about_info p.tx_tit{
    margin-bottom: 44px;
}
.tx{
    position: relative;
    overflow: hidden;
}


.shade_div{
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    margin-left: -67px;
    margin-top: -20px;
    width: 100%;
    /*transition: all 2s;*/
}

.tx:hover .shade_div{
    left: 0;
    top: 0;
    color: #fff;
    padding: 60px 32px 10px;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.51);
}
.tx.active .shade_div{
    left: 0;
    top: 0;
    color: #fff;
    padding: 60px 32px 10px;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.51);
}
/*.shade_div{*/
/*left: 0;*/
/*top: 0;*/
/*color: #fff;*/
/*padding: 60px 32px 10px;*/
/*margin-left: 0;*/
/*margin-top: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*background-color: rgba(0,0,0,.51);*/
/*}*/

.tx_div{
    display: none;
}
.tx:hover .tx_div{
     display: block;
 }
.tx.active .tx_div{
    display: block;
}
.shade_div p.tx_info{
    font-size: 16px;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
}

.shade_div a{
    background-color: #535353;
    padding: 6px 60px;
    color: #fff;
    position: absolute;
    right: 32px;
    bottom: 23px;
    font-size: 18px;
}

.news_left{
    background-color: #1b6d85;
}
.news_right{
    background-color: #fff;
    padding-top: 15px;
}




.news_right1 ul li{
    border-bottom: 1px dotted #a5a4a4;
    overflow: hidden;
    padding: 8px 30px;
	line-height:33px;
}
.news_right1 ul li:last-of-type{
    display: flex;
    justify-content: center;
    border-bottom: none;
}
.news_right1 ul li a{
    color: #000;
    font-size: 14px;
}
.news_right1 ul li a:hover{
    color:#c8000a;
}
.news_right1 ul li span{
    color: #999;
    font-size: 12px;
    float: right;
}
.news_right1 ul li a.more{
    display: inline-block;
    background-color: #535353;
    text-align: center;
    padding: 6px 30px;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
.news_right1 ul li a:hover.more{
    background-color: #c8000b;
}










.news_right ul li{
    border-bottom: 1px dotted #a5a4a4;
    overflow: hidden;
    padding: 8px 30px;
	line-height:33px;
}
.news_right ul li:last-of-type{
    display: flex;
    justify-content: center;
    border-bottom: none;
}
.news_right ul li a{
    color: #000;
    font-size: 20px;
}
.news_right ul li a:hover{
    color:#c8000a;
}
.news_right ul li span{
    color: #999;
    font-size: 12px;
    float: right;
}
.news_right ul li a.more{
    display: inline-block;
    background-color: #535353;
    text-align: center;
    padding: 6px 30px;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
.news_right ul li a:hover.more{
    background-color: #c8000b;
}

.team_li p{
    margin: 20px 0;
}
.team_li p span{
    font-size: 24px;
    margin-right: 12px;
	font-family:"simkai";
}
.team_li .info{
    font-size: 12px;
    line-height: 18px;
}


.team h2{
    padding-bottom: 30px;
}

h2.tel_us{
    font-size: 24px;
    padding-bottom: 30px;
}
.address p{
    display: flex;
    align-items: center;
	font-size: 18px;
	color:#727171;
	padding-bottom:10px;
}
.icons{
    width: 19px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}
.addressIcon{
    background: url("../images/h_iocn.png") no-repeat;
}
.email{
    background: url("../images/a_icon.png") no-repeat;
}
.arrow_up{
    width: 34px;
    height: 16px;
    display: block;
    background: url("../images/arrow_up.png") no-repeat center center;
    background-size: 100%;
}
.xs p{
    font-size: 12px;
    line-height: 18px;
}

#slideBox2 .bd img{
    width: 134px;
    height: 40px;
}
#slideBox2 .bd li{
    height: 169px;
}
#slideBox2 .bd li a{
    height: 169px;
    display: flex;
    align-items: center;
}
#slideBox2 .bd li a:hover{
    background-color: rgba(0,0,0,0);
}

.banner{
    width: 100%;
    border:0px solid #a1afaf;
}
/*.banner_container .swiper-wrapper .swiper-slide:nth-child(1){*/
    /*background: url("../images/pcbanner1.jpg") no-repeat center center #f9f9f9;*/
    /*background-size: auto 100%;*/
/*}*/
/*.banner_container .swiper-wrapper .swiper-slide:nth-child(2){*/
    /*background: url("../images/pcbanner2.jpg") no-repeat center center #f9f9f9;*/
    /*background-size: auto 100%;*/
/*}*/
/*.banner_container .swiper-wrapper .swiper-slide:nth-child(3){*/
    /*background: url("../images/pcbanner3.jpg") no-repeat center center #f9f9f9;*/
    /*background-size: auto 100%;*/
/*}*/
/*.banner_container .swiper-wrapper .swiper-slide:nth-child(4){*/
    /*background: url("../images/pcbanner4.jpg") no-repeat center center #f9f9f9;*/
    /*background-size: auto 100%;*/
/*}*/
/*.banner_container .swiper-wrapper .swiper-slide:nth-child(5){*/
    /*background: url("../images/pcbanner5.jpg") no-repeat center center #f9f9f9;*/
    /*background-size: auto 100%;*/
/*}*/

.swiper-wrapper .swiper-slide{
    position: relative;
}
.banner_container .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: rgb(255,255,255);
    opacity: .69;
    transition:width 1s;
    border-radius:5px
}
.banner_container .swiper-pagination-bullet-active{
    width: 20px;
    opacity: 1;
}
.news_container p{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    padding: 8px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
/*.news_container .swiper-wrapper .swiper-slide:nth-child(1){*/
    /*background: url("../images/news01.jpg") no-repeat center center #1d3b46;*/
    /*background-size: auto 100%;*/
/*}*/
/*.news_container .swiper-wrapper .swiper-slide:nth-child(2){*/
    /*background: url("../images/pic2.jpg") no-repeat center center #aa0404;*/
    /*background-size: auto 100%;*/
/*}*/
/*.news_container .swiper-wrapper .swiper-slide:nth-child(3){*/
    /*background: url("../images/pic3.jpg") no-repeat center center #de1a6e;*/
    /*background-size: auto 100%;*/
/*}*/
@media (max-width: 997px){
    .pc_news{ display: none;}
}
@media (min-width: 997px) {
    .pc{ display: flex;}
    .mobile{ display: none;}
    .team-container{
        height: 300px;
    }
    .teamCont{
        padding-bottom: 30px;
    }
    .cooperIndex img{
        display: block;
        margin: 20px auto;
    }
    .nav>li,.navbar{
        position:static;
    }
    header{
        position: relative;
    }
    .dropdown-menu{
        width: 100%;
        background-color: #cecece;
        border: none;
    }
    .dropdown-menu ul{
        padding-left: 321px;
    }
    .dropdown-menu li{
        float: left;
        padding-right: 70px;
    }
    .dropdown-menu li a{
        color: #787878;
        line-height: 45px;
        font-size: 16px;

    }
    .dropdown-menu li a:hover{
        color: #282828;
    }

    .banner{
        height: auto;
    }
    .news_left,.news_right{
        width: 50%;
    }
    .team_li .info{
        height: 80px;
        overflow: hidden;
    }
    #slideBox2{
        height: 169px;
        border: none;
    }
    .team h2{
        margin-bottom: 47px;
		color:#000;
    }
    .xs_list h4{
        font-size: 24px;
        font-family: "simkai";
    }
    .news{
        min-height: 400px;
    }
    .cooper{
        min-height: 420px;
    }



    .cooper_container .swiper-slide {
        height: 100px;
    }
    .cooper_container{
        height: 334px;
    }
    .cooper_container .swiper-pagination-bullet{
        width: 16px;
        height: 16px;
    }

    .news_left{
        height: 341px;
    }
    .about_info{
        padding: 65px 70px;
        font-size: 20px;
        line-height: 36px;
    }
    .team_li .info{
        padding-right: 30px;
    }
    .grey_bg{
        background-color: #f9f9f9;
        padding: 30px 70px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
        background-color: rgba(255,255,255,0);
        border-bottom: 4px solid #c8000a;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
        background-color: rgba(255,255,255,0);
        border-bottom: 4px solid #c8000a;
    }
    .navbar-nav{ float: right;}
    .cooper{
        margin-top: 50px;
    }
	.cooperDiv1{
        background-color: #fff;
        padding: 30px 0;
    }
    .cooperDiv{
        background-color: #fff;
        padding: 30px 0;
    }
    .cooperIp{
        display: none;
    }
    header{
        padding: 30px 0 15px;
    }
    .midCont{
        padding: 0 83px;
    }
    .news_sc{
        display: flex;
        justify-content: space-between;
        height: 401px;
        overflow: hidden;
    }
    .pc_news{ display: flex; padding: 0 70px;}
    .pc_news h2{ flex: 1;}
    .mb_news{ display: none;}
    .panel-title a{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        cursor: pointer;
    }
    .panel-title a p{
        font-size: 36px;
        margin: 10px 0;
        line-height: 48px;
		color:#000;
    }
    .panel-title a p:hover{

    }
	.panel-title a:hover{
        color: #ca1018;
    }
    .panel-body p{
        font-size: 18px;
        line-height: 30px;
		color:#545454;
    }
    .panel-title .collapsed{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .panel-title .collapsed p{
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 10px;
		color: #221815;
		line-height:70px;
    }
    .panel-title .collapsed span{
        flex: 0 0 100px;
		color: #666666;
        font-weight: 100;
        font-size: 16px;
    }
    .about{
        padding: 50px 0 30px;
    }
    .about h1{
        margin-bottom: 50px;
    }
    .about p{
        font-size: 20px;
        line-height: 36px;
    }
    footer{
        margin-top: 60px;
    }
    .footer{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .inner_banner .img{
        height: 169px;
        width: 100%;
    }
    .img1{
        background: url("../images/inner_banner01.jpg") no-repeat center center #adadad;
        background-size: auto 100%;
    }
    .img2{
        background: url("../images/inner_banner02.jpg") no-repeat center center #908b88;
        background-size: auto 100%;
    }
    .img3{
        background: url("../images/inner_banner03.jpg") no-repeat center center #1e1e1e;
        background-size: auto 100%;
    }
    .img4{
        background: url("../images/banner4.png") no-repeat center center #0d0d0d;
        background-size: auto 100%;
    }
    .img5{
        background: url("../images/inner_banner05.jpg") no-repeat center center #969696;
        background-size: 100% 100%;
    }
    .footer_left p:first-of-type{
        margin-bottom: 10px;
    }
    .xs h3{
        padding: 15px 0;
    }
    .xs p{
        padding: 10px 50px 0 0;
        height: 60px;
        overflow: hidden;
    }
    .panel-title span{
        font-size: 18px;
		color:#666666;
		font-weight:normal;
    }
    .team_info{
        padding: 42px 70px;
    }

}

.teamsDiv {
    padding: 0 84px 0;
    position: relative;
    display: none;
}
.teamsDiv .swiper-container{
    position: static;
}
.teamsDiv .swiper-button-next{
    right: 26px;
    width: 30px;
    height: 57px;
    background: url(../images/arrow_right.png) center center no-repeat rgba(220,220,220,.5);
}
.teamsDiv .swiper-button-prev{
    left: 26px;
    width: 30px;
    height: 57px;
    background: url(../images/arrow_left.png) center center no-repeat rgba(220,220,220,.5);
}
.xs_list{
    color: #000;
	border-BOTTOM: 1px solid #a8a8a8;
	padding-bottom:40px
}

.innerTab ul{
    width: 100%;
    display: flex;
    margin-bottom: 30px;

}
.innerTab ul li{
    flex: 1;
    height: 40px;
    line-height: 40px;
    color: #c4c4c4;
    font-size: 24px;
    background-color: rgba(255,255,255,0);
    text-align: center;
    cursor: pointer;
}
.innerTab ul li.on{
    color: #535353;

}

.teamDiv{
    background-color: #fff;
}
.teamCont > ul{ display: none;}
.teamTab > ul{
    display: flex;
    margin-bottom: 50px;
}
.teamTab > ul li{
    flex: 1;
    text-align: center;
}
.teamTab > ul li.on p{
    background-color: #a3a2a2;
    color: #fff;
}
.teamTab > ul li p{
    margin: 0;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
    background-color: #fff;
    color: #535353;
}
.xs_list p{
    color: #535353;
    font-size: 14px;
}
.xs_list h4{
 color:#221815;
 font-family: "simkai";
}
.teamCont .team_li .info{
    padding-bottom: 20px;
	line-height: 20px;
}
.teamZj{
    padding: 0 35px;
}
@media (max-width: 996px){
    .pc{ display: none;}
    .mobile{ display: flex;}
}
@media (min-width: 996px){
    .team_li .info {
        height: 80px;
        overflow: hidden;
    }
    .xs p {
        height: 80px;
        overflow: hidden;
    }
    .stystem_info p{
        font-size: 14px;
    }
    .evaluate p{
        font-size: 16px;
        color: #221815;
    }
}
@media (min-width: 768px){

    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
	.innerTab ul{
    width: 100%;
    display: flex;
    margin-bottom: 10px;

}
.teamTab > ul{
    display: flex;
    margin-bottom: 20px;
}
	.xs_list h4{
	padding-top: 10px;
}
    .banner_container .swiper-pagination-bullet{
        width: 7px;
        height: 7px;
    }
	.panel-body p{
	line-height:26px;
	font-size: 16px;
        margin-bottom: 20px;
}
	.gw{
    padding-left:20px;
	padding-right:20px;
}
	.xs{
    padding-left:20px;
	padding-right:20px;
}
	.teamCont .team_li .info{
    padding-bottom: 0px;
}
	.grey_bg{
        background-color: #f9f9f9;
        padding: 20px 0;
    }
	.teamCont .team_li .info{
	border-bottom:0px solid #a1afaf;
}
	.about p{
        font-size: 16px;
        line-height: 26px;
    }
    .about_info p{
        font-size: 16px;
        line-height: 26px;
    }
    .floatBox{ display: none;}
    .team-container{
        height: 200px;
    }
    .dropdown-menu li a{
        color: #787878;
        line-height: 24px;
    }
    .news_right ul li{
        padding-right: 0;
        padding-left: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .news_right ul li span{
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .news_right ul li a{
        font-size: 16px;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .innerTab ul li{
        font-size: 16px;
    }
    .teamsDiv{
        padding-left:30px ;
        padding-right: 30px;
    }
    .teamsDiv .swiper-button-next{
        width: 26px;
        right: 0;
    }
    .teamsDiv .swiper-button-prev{
        left: 0;
        width: 26px;
    }
    .banner{
        height: auto;
    }
    .news_left,.news_right{
        width: 100%;
        background-color: #f9f9f9;
        padding:0 20px 0;
    }
    .mb_bg{ background-color: #fff; margin: 0; padding: 30px 0;}
    .news_right1 ul li{ padding-right: 20px; padding-left: 20px;}
    .news_left{
        height: 240px;
    }
    .tx:hover .shade_div{
        padding:30px 20px 15px ;
    }
    .tx.active .shade_div{
        padding:30px 20px 15px ;
    }
    .shade_div{
        margin-top: -15px;
        margin-left: -50px;
    }
    .shade_div .tx_tit img{
        width: 100px;
    }
    .about_info p.tx_tit{
        margin-bottom: 20px;
    }
    .shade_div p.tx_info{
        font-size: 14px;
        line-height: 24px;
    }
    .shade_div a{
        right: 20px;
        bottom: 15px;
        font-size: 14px;
        padding: 6px 20px;
    }

    .cooper_container .swiper-slide {
        height: 60px;
    }
    .cooper_container{
        height: 174px;
        display: none;
    }
    .cooper_container .swiper-wrapper{
        height: 150px;
    }
    .cooper_container .swiper-pagination-bullet{
        width: 16px;
        height: 16px;
    }

    .footer p,.footer a:last-of-type{
        margin-right: 0;
    }

	p{
        font-size: 16px;
    }
    .address p{
        font-size: 16px;
    }
    .ip{
        display: none;
    }
    .pagination a.next{
        padding-right: 0;
    }
    .pagination{
        padding: 10px 0;
        justify-content: center;
    }
    .panel-body img{
        margin-top: 0;
        width: 100%;
    }
    .evaluate img{
        width: 100%;
    }
    .panel-group .panel-title{
        font-size: 14px;
    }
    .panel-group .panel-title p{
        line-height:24px;
        font-size: 16px;
    }
    .panel-group .panel-title .collapsed p{
        font-weight: normal;
    }
    .panel-group .panel-title  p{
        font-weight: bolder;
		font-size: 24px;
		line-height:34px;
    }
    .panel-group .panel-title span{
        font-size: 14px;
		color:#999999;
		line-height:24px;
    }

    .panel-collapse{
        margin-top: 20px;
    }
    .stystem_info{
        margin-bottom: 30px;
        padding-left:10px;
        padding-right: 10px;
    }
    .evaluate .row > div{
        margin-bottom: 25px;
    }
    .stystem_info p{
        line-height: 26px;
		font-size: 12px;
    }
    .panel-heading,.panel-body{
        padding: 0;
    }
    .news ul li.panel{
        padding: 15px 0;
        border-width: 1px;
    }
    .slideBox .prev, .slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-22px; display:block; width:23px; height:45px; }
    .slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
    .slideBox .prev{ background:url(../images/arrow_left.png) center center no-repeat rgba(0,0,0,.5); background-size:50%;}
    .slideBox .next{ background:url(../images/arrow_right.png) center center no-repeat rgba(0,0,0,.5); background-size:50%;}
    #slideBox2{
        height: 100px;
        border: none;
    }
    #slideBox2 .bd li a{
        height: 100px;
    }
.team_li p{
        margin-top:15px;
		margin-bottom:5px;
    }
    .team_li p span{
        font-size: 20px;
    }
    .team h2{
        padding-bottom: 18px;
    }
	.xs_list{
		border-bottom:0px solid #a1afaf;
		padding-bottom: 20px;
    }
    .xs_list p{
		border-bottom:1px solid #a1afaf;
		padding-bottom:20px;
    }
    #slideBox .hd ul li{
        width: 8px;
        height: 8px;
    }
    #slideBox .hd{
        bottom: 0;
        margin-left: -22px;
    }
    #slideBox{
        height: 150px;
    }
    #slideBox1{
        height: 240px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
        background-color: rgba(255,255,255,0);
        color:  #c8000a;
    }
    .about h1{
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .team_li{
        margin-bottom: 30px;
        border-bottom:1px solid #a1afaf;
		padding-bottom:20px;
    }
    .main_container h2{
        font-size: 24px;
        margin-top: 30px;
		margin-bottom: 30px;
    }
	.col-xs-3{
        width: 50%;
    }
    .navbar-toggle{
        margin-right: 0;
        border:none;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color: transparent;
    }
    .searchBox{
        display: none;
    }
    .cooper{
        margin-top: 20px;
    }
	.cooperDiv{
        background-color: #fff;
		padding:20px;

    }
	.cooperDiv1{
        background-color: #fff;
		padding:20px;

    }
    .cooperIndex{
        padding: 30px 20px 0;

    }
    .cooperDiv div.col-xs-6{
        margin-bottom: 25px;

    }
	.cooperDiv1 img{
        width: 100%;
        vertical-align: middle;
    }
    .cooperDiv img{
        width: 90%;
        vertical-align: middle;
    }
    .cooperIndex img{
        margin-bottom: 30px;
    }
    .teamTab > ul li p{
        line-height: 40px;
    }
    header{
        padding-top: 5px;
    }
    .navbar-header{
        position: relative;
        padding: 0 15px;
    }
    .navbar-brand{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .nav>li{
        border-bottom: 1px solid #e7e7e7;
        text-align: center;
    }
    .nav>li:last-of-type{
        border-bottom: none;
    }
    .nav>li >a{
        padding: 22px 0;
    }
    .nav>li.dropdown a{
        padding-bottom: 10px;
    }
    .navbar-default .navbar-collapse{
        box-sizing: border-box;
    }
    .navbar-default .in{
        /*height: 700px;*/
    }
    .navbar-nav{
        margin: 0;
    }
    .containerip{
        padding: 0;
    }
    .dropdown-menu{
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu li{
        text-align: center;
    }
    .dropdown-menu li a{
        border-bottom: 1px solid #e7e7e7;
        padding: 10px 20px;
        display: inline-block;
    }
    .dropdown-menu li:last-of-type a{
        border-bottom: none;
    }
    .navbar-brand > img{
        width: 110px;
    }
    .navbar-brand{
        display: flex;
        align-items: center;
    }
    .inner_banner .img{
        height: 100px;
        width: 100%;
    }
    .img1{
        background: url("../images/inner_banner01.jpg") no-repeat center center #adadad;
        background-size: auto 100%;
    }
    .img2{
        background: url("../images/inner_banner02.jpg") no-repeat center center #908b88;
        background-size: auto 100%;
    }
    .img3{
        background: url("../images/inner_banner03.jpg") no-repeat center center #1e1e1e;
        background-size: auto 100%;
    }
    .img4{
        background: url("../images/banner4.png") no-repeat center center #0d0d0d;
        background-size: auto 100%;
    }
    .img5{
        background: url("../images/inner_banner05.jpg") no-repeat center center #969696;
        background-size: auto 100%;
    }
    .xs h3{
        padding: 10px 0;
        margin-top: 0;
        font-size: 20px;
		border-bottom:1px solid #a1afaf;
    }
    .footer_right img{
        margin-top: 20px;
    }
    footer{
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-top: 30px;
    }
    .about_info > div > div > div{
        margin-bottom: 20px;
    }
}
#gotoTop{display:none;position:fixed; z-index: 999; right:15px; bottom:30px; border-radius:3px; cursor:pointer; width:45px; height:45px; background:url(../images/top.png) no-repeat; background-size:45px;}
