@charset "utf-8";
/* CSS Document */
body, ul, ol, dl, li, dd, h1, h2, h3, h4, h5, h6, p, input { margin: 0 }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; font-family: "Microsoft YaHei"; }
img { border: none }
input, button, textarea, select { border: none; }
body { background: #fff; color: #5e5e5e; font: 16px Microsoft YaHei, SimSun, Arial; }
ul, ol { list-style: none; padding: 0 }
table { border-collapse: collapse; border-spacing: 0 }/*默认a标签样式*/
a{
    text-decoration: none;
}
a:hover,a:active,a:link,a:visited{
    color:#232323;
}
.fl { float: left }
.fr { float: right }
.clear { zoom: 1 }
.clear:after { content: ""; display: block; height: 0; visibility: visible; clear: both } /*显示隐藏*/
.hide { display: none }
.show { display: block }/*表格table和td有边框*/
.boder_tl { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_tl td { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_bl { border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_bl td { border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_tr { border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_tr td { border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_br { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_br td { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.txt_center { text-align: center; }/*表格table和tr有边框*/
.boder_ltr_trborder { border: 1px solid #ccc; border-bottom: none; }
.boder_ltr_trborder tr { border-bottom: 1px solid #ccc; }
.flex-style-view{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.f14{
    font-size: 14px;
}
.f36{
    font-size: 36px;
}
.c666{
    color:#666;
}
.mt10{
    margin-bottom: 10px;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.pt80{
    padding-top: 80px;
} 
.rel{
    position: relative;
} 
.over{
    overflow: hidden;
} 
body{
    min-width: 1190px;
}
/* 公共头部样式 */
.header{
    position: fixed;
    width: 100%;
    background: white;
    top: 0px;
    z-index: 999;
    box-shadow: 0px 2px 5px #ccc;
}
.header_content{
    max-width: 1190px;
    margin:auto;
    height: 40px;
    padding: 20px 0;
}
.header_content .logo p{
    font-size: 14px;
    /*color: #FD5600;*/
    color:#484848;

}
.header_content .logo>a:first-child img{
    width: 170px;
    margin-right: 10px;
}
/* .header_content .logo>a:nth-child(2) img{
    vertical-align: top;
    padding-top: 3px;
    margin-right: 10px;

}
.header_content .logo>a:last-child img{
    vertical-align: top;
    padding-top:5.5px;
} */

.nav>li{
    margin-left: 18px;
    cursor: pointer;
}
.nav>li a:hover{
    color:#9F1308;
}
.nav>li a.cur{
    color:#9F1308;
}
/* 公共底部样式 */
.footer_content{
    width: 100%;
     background: url(../img/footer_bg.jpg) no-repeat; 
    background-size: 100% 100%;
    /*background-color: #0D1829;*/
}
.footer_content>.main_resume{
    width: 1090px;
    display: flex;
    margin: auto;
    padding: 40px 0 30px;
    border-bottom: 1px solid #4C4C4C;
}
.main_resume>ul{
    margin-right: 70px;
}
.main_resume>ul:last-child{
    margin-right: 0px;
}
.main_resume>ul>li{
    margin-bottom:2px;
}
.main_resume>ul>li:first-child{
    margin-bottom: 10px;
}
.main_resume>ul>li>h4{
    font-size: 16px;
    color: white; 
    margin-bottom: 10px;
}
.main_resume>ul>li>a{
    font-size: 14px;
    color: #BABABA;
}
.main_resume>ul>li>a:hover{
    color: #AA2F25;
}
.footer_content>p{
    text-align: center;
    padding:25px 0;
    font-size: 14px;
    color:#BABABA;
}

/* 模板titile */
.common_title>div h2{
    font-size: 30px;
    color: #100D10;
}
.common_title>div>i{
width: 50px;
height: 2px;
background: rgba(189,189,189,1);
opacity: 0.33;
display: block;
margin: 4px auto 0px;
}
/* 公共banner样式 */
 .banner{
    width: 100%; 
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
    background-position: center;
}
 .banner>div{
    width: 1190px;
    margin: auto;
    height:300px;
    text-align:center;
    color:#fff;
    display: table-cell;
    vertical-align: middle;
}
 .banner>div span{
    width:80px;
    height:2px;
    background:rgba(170,47,37,1);
    display:block;
    margin: 15px auto 10px;
}
 .banner>div h2{
    font-size: 36px;
}
 .banner>div p{
    font-size: 14px;
    margin-top: 5px;
    color: #DFDFDF;
}
.footer_content>p>a{
    color:#BABABA;
}
.footer_content>p>a:hover{
    color: #AA2F25;
}
/* 首页员工展示轮播图效果 */
.staff_content #certify {
	position: relative;
	width: 1190px;
	margin: 0 auto
}

.staff_content #certify .swiper-container {
	padding-bottom: 60px;
}

.staff_content #certify  .swiper-slide {
    /* width: 450px;
     */
     width: 400px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
.staff_content #certify  .swiper-slide img{
    display:block;
    width: 100%;
}
.staff_content #certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.staff_content #certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.staff_content #certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
.staff_content #certify .swiper-pagination-bullets .swiper-pagination-bullet:hover{
     background-color:#9F1308;
 }
.staff_content #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color:#9F1308;
}
.staff_content #certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.staff_content #certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

.staff_content #certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

.staff_content #certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.staff_content #certify .swiper-pagination-bullets .swiper-pagination-bullet{
    border:none;
}
.staff_content #certify .swiper-pagination-bullets .swiper-pagination-bullet-active{
    border: none;
}
/* 首页背景图轮播图效果 */
.indexBanner .swiper-container {
    width: 100%;
    height: 100%;
  }
  .indexBanner .slide1{
    background: url("../img/indexBanner1.jpg");
  }
  .indexBanner .slide2{
    background: url("../img/indexBanner2.jpg");
  }
  .indexBanner .slide3{
    background: url("../img/indexBanner3.jpg");
  }
  .indexBanner .slide4{
    background: url("../img/indexBanner4.jpg");
  }

  .indexBanner .swiper-slide{
    width: 100%;
    background-size:cover;
    min-height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
}

.indexBanner .swiper-pagination-bullet{
    background-color: #D8D8D8;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.indexBanner .swiper-pagination-bullet:hover{
    background-color:#9F1308;
}
.indexBanner .swiper-pagination-bullet-active{
  background-color: #9F1308;
}
/* 分页样式 */
.pager-wrap {
    padding-top: 50px;
    margin: 0px auto;
}
.pager .lab {
    font-style: normal;
    font-size: 16px;
}
.pager>span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 20px;
    font-size: 16px;
}
.pager .btn{
    font-size: 14px;
    border: 1px solid #D9D9D9;
    min-width: 30px;
    border-radius: 4px;
    margin: 0 5px;
    padding: 8px 14px;
    background: #fff;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    color: #606266;
    outline: none;
}
/* 解决方案页面样式 */
.solution_page .banner{
    background-image:url("../img/banner2.jpg");
}
.solution_page .solution{
    padding: 60px 0;
}
.solution_page .solution .solution_content{
    /* width: 1190px; */
    max-width: 1190px;
    margin:auto;
}

.main-panel {
    position: relative;
    padding: 0 0 0 250px;
    background-color: #fff;
    min-height: 100px;
    -moz-box-shadow: 0px 0px 10px #999; 
    -webkit-box-shadow: 0px 0px 10px #999; 
    box-shadow: 0px 0px 10px #999;
}
.main-panel .sidebar {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    /* width: 220px;
     */
     width: 250px;
    background: -webkit-linear-gradient(right, #FAF9F9, #FFFFFF); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #FAF9F9, #FFFFFF); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #FAF9F9, #FFFFFF); /* Firefox 3.6 - 15 */
    background: -ms-linear-gradient(right, #FAF9F9, #FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAF9F9', endColorstr='#FFFFFF', GradientType='1');
    background: linear-gradient(right, #FAF9F9, #FFFFFF); /* 标准的语法 */
}

.main-panel  .sidebar ul {
    min-height: 300px;
    padding-top: 30px;
}

.main-panel .sidebar li {
    position: relative;
    font-size: 18px;
    color: #666;
    height: 65px;
}

.main-panel .sidebar li a {
    box-sizing: border-box;
    padding-left: 40px;
    text-decoration: none;
    color: #666;
    height: 65px;
    line-height: 65px;
    display: block;
}

.main-panel .sidebar li.active a {
    left: 0px;
    position: absolute;
    width: 265px;
    color: #fff;
    background: -webkit-linear-gradient(right, #AA2F25, #D55C4C); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #AA2F25, #D55C4C); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #AA2F25, #D55C4C); /* Firefox 3.6 - 15 */
    background: -ms-linear-gradient(right, #AA2F25, #D55C4C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AA2F25', endColorstr='#D55C4C', GradientType='1');
    background: linear-gradient(right, #AA2F25, #D55C4C); /* 标准的语法 */
}

.main-panel .sidebar li.active a:after {
    position: absolute;
    right: 15px;
    top: 50%;
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform-origin: -50%;
    transform: rotate(-45deg)
}
.main-panel  .main-cont {
    box-sizing: border-box;
    min-height: 550px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    display: none;
}
.main-panel  .main-cont.show{
    display: block;
}
.main-panel .main-cont:after {
    content: '';
    display: table;
    clear: both;
}

.main-panel .main-cont .tit {
    overflow: hidden;
    margin-bottom: 35px;
    padding: 0 60px 0 65px;
}

.main-panel  .main-cont .tit h5 {
    margin-top: 30px;
    color: #232323;
    font-size: 24px;
    font-weight: normal;
}

.main-panel  .main-cont .tit strong {
    font-weight: normal;
    font-size: 18px;
    color: #C6C6C6;
}

.main-panel  .main-cont .cont {
    padding: 0 60px 0 65px;
    color: #232323;
    font-size: 16px;
}

.main-panel  .main-cont .cont:after {
    content: '';
    display: table;
    clear: both;
}

.main-panel  .main-cont .cont p {
    margin: 0 0 15px 0;
    text-indent: 30px;
    line-height: 22px;
}
.main-panel .main-cont .text {
    overflow: hidden;
}



