

/*.banner*/

*{
	color: #333;
	font-family:"微软雅黑";
}
.clear {
  clear: both;
}
body {
	/*font-size: 14px;*/
	margin: 0;
	padding: 90px 0 0 0;
}
a, a:link, a:hover, a:active{
	outline: none;
}
a{
	color: #333;
}
a:hover{
	color: #00437B;
	text-decoration: none;
}
h1{
	font-size: 36px;
	color: #222;
}
.topBg{
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
	background-color: white;
	box-shadow:0px 8px 15px 1px rgba(0, 0, 0, 0.12);
}
.topRow{
	min-height: 90px;
	height: auto;
	overflow: visible;

}
.contentEmpty{
	height: 300px;
	padding: 170px 0 50px 0;
	background: url(/theme/img/kong.png) no-repeat center 100px;
	background-size: auto;
}
.contentContainer{
	padding-top: 40px;
}

.main_box{ margin:0 auto;  position:relative;}

.sortt{ margin-left:-40px;}
.sortt li{position:relative;float:left;margin-bottom: 20px;  list-style-type:none }
.sortt li a{color:#fff;display:block;line-height:38px;background:#fff;text-align:center;font-size:16px;background-color:#003586;}
.sortt li a:hover{color:#fff;text-decoration: none;background:#fe9518;}

.bg-f8{
	background-color: #f8f8f8;
}
.siteLogo{
	margin-right: 50px;
}
.navMenu{
	padding-left: 15px;
	justify-content: space-around;
}
.navMenu li a{
	color: #222 !important;
}
.navMenu li a:hover,
.navMenu li.active a{
	color: #00437B !important;
}
.navMenu .subMenu{
	position: relative;
}
.dropdown-menu{
	margin: 0;
	border: 0;
	padding: 0;
	border-radius: 0;
	font-size: 15px;
	background-color: transparent;
}
.dropdown-menu .leftMenu{
	padding: 0;
	line-height: 42px;
	border-top: 4px solid #00437B;
	background-color: #F5F5F5;
}
.dropdown-menu .leftMenu a{
	/*display: flex;*/
	padding: 0.25rem 1rem 0.25rem 0.25rem;
	/*justify-content: center;*/
}

.dropdown-menu .leftMenu  .nav-item a{ font-size:12px;}
.dropdown-menu .rightMenu{
	padding-top: 10px;
	font-size: 12px;
	padding: 0;
}
.dropdown-menu .rightMenu > div{
	display: none;
	height: 100%;
	overflow: hidden;
	padding: 12px 0px 35px 30px;
	background-color: white;
}
.dropdown-menu .rightMenu li{
	line-height: 40px;
	padding-left: 0;
}
.dropdown-menu .rightMenu .more{
	color: #00437B
}

.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu > a{
	border: 0 !important;
	padding: 0;
}
.dropdown-menu .leftMenu > a:hover{
	background-color: white;
}
.navMenuLine{
	border: none;
	height: 2px;
	padding: 0;
	border-radius: 0;
	background-color: #f3f3f3;
}
.navTel{
	font-size: 20px;
	font-family: "Arial-BoldMT";
	display: flex;
	padding: 0;
	line-height: 40px;
	font-weight: bold;
	justify-content: flex-end;
	align-items: center;
}
.navTel::before{
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 12px 0 -12px;
	/*margin-right: 12px;*/
	align-self: center;
	background: url(phone@2x.png) no-repeat 0 0;
	background-size: cover;
}

/*index banner*/
#carouselExampleIndicators .carousel-indicators{
	/*background: red;*/
}
#carouselExampleIndicators .carousel-indicators li{
	height: 14px;
	width: 14px;
	border-radius: 100%;
}
#carouselExampleIndicators .carousel-indicators li.active{
	position: relative;
	background: transparent;
}
#carouselExampleIndicators .carousel-indicators li.active::before,
#carouselExampleIndicators .carousel-indicators li.active::after{
	content: '';
	position: absolute;
}
#carouselExampleIndicators .carousel-indicators li.active::before{
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-left: -3px;
	margin-top: -3px;
	background-color: white;
	border-radius: 100%;
	/*border: 1px solid white;*/
}
#carouselExampleIndicators .carousel-indicators li.active::after{
	width: 14px;
	height: 14px;
	left: 0;
	top: 0;
	border: 2px solid white;
	border-radius: 100%;
}
/*banner*/
/*.carousel-control-prev-icon,
.carousel-control-next-icon{
	width: 30px;
	height: 30px;
}*/
.banner,
.bannerTwo{
	display: flex;
	height: 300px;
	background: url() no-repeat center top;
	background-size: cover;
}
.banner{
	align-items: flex-end;
}
.bannerTwo{
	align-items: center;
}

.bannerText{
	margin-bottom: 2rem;
}
.bannerText .main{
	font-size: 2.2rem;
	line-height: 2.6rem;
	padding-left: 15px;
	margin-bottom: 0.2rem;
	border-left: 6px solid #000;
}

.bannerText .sub{
	font-size: 0.875rem;
	padding-left: 21px;
}

.bannerText *,
.bannerTextTwo *{
	color: #000;
}


.bannerTextTwo{
	text-align: center;
}

.bannerTextTwo .main{
	font-size: 2.1rem;
	line-height: 4rem;
}
.bannerTextTwo .sub{
	font-size: 1.5rem;
}



/*productIndexWrap*/
.productIndexWrap{
	/*height: 600px;*/
	position: relative;
	background-color: white;
}
.productIndexWrap::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	background-color: #F8F8F8;
	height: 60%;
}
.productIndexWrap .container{
	position: relative;
	z-index: 2;
}
.productIndexWrap h1{
	padding: 30px 0;
}
.productIndexWrap .productTabMenu{
	display: flex;
	font-size: 18px;
	justify-content: space-around;
	border-bottom: 1px solid #EBEBEB;
}
.productIndexWrap .productTabMenu{
}
.productIndexWrap .nav-pills .nav-link{
	border-bottom: 4px solid transparent;
}
.productIndexWrap .nav-link.active{
	color: #00437B;
	border-radius: 0;
	border-bottom: 4px solid #00437B;
	background-color: transparent !important;
}
.productIndexWrap .productList{
	/*height: 570px;*/
	min-height: 300px;
	padding: 50px 0 85px 0;
}
.productIndexWrap .productList a{
	height: 54px;
	margin-top: 28px;
	width: 100%;
	display: inline-block;
}
.productIndexWrap .productList img{
	display: block;
	margin: 0 auto;
	/*background: red;*/
	/*height: 100%;*/
}
.productIndexWrap .productList .w{
	text-align: center;
	height: 321px;
	padding: 10px;
	border-bottom: 7px solid transparent;
}

.productIndexWrap .productList .w:nth-child(1),
.productIndexWrap .productList .w:nth-child(4),.productIndexWrap .productList .w:nth-child(5),.productIndexWrap .productList .w:nth-child(6){
	background-color: white
}
.productIndexWrap .productList .w:nth-child(2){
background-color: white
}
.productIndexWrap .productList .w:nth-child(3){
	background-color: white
}
.productIndexWrap .productList .w.flag{
    height:642px;
    padding: 24px;
    background-color: #F1F2F6;
}
.productIndexWrap .productList .w.flag a{
    margin-top: 44px;
}

.productIndexWrap .productList .w:hover{
	position: relative;
	border-bottom: 7px solid #00437B;
	z-index: 999;
	box-shadow: 0 1rem 2rem rgba(0,0,0,.25)!important;
}


.productIndexWrap .productList img,
.productPageList .card-img-top{
  transition: transform 0.8s;
}

.productIndexWrap .productList .w:hover img,
.productPageList .card:hover .card-img-top {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
}

.productPageList{

}
.productPageList .card > div:nth-child(1){
  padding: 10px 0;
  width: 328px;
  height: 245px;
  margin: 0 auto;
  overflow: hidden;
  align-items:center;
  display: flex;
}
.productPageList .card-img-top{
	padding: 10px 0;
}

.productPageList .card{
	border-color: #f0f0f0;
}
.productPageList .card .card-title{
	min-height: 38px;
    text-align:center;
}
.productPageList .card a{
	width: 150px;
	height: 48px;
	line-height: 34px;
	background-color: #f8f8f8;
	border-color: #f0f0f0;
}
.productPageList .card a:hover{

	color: white;
	border-color: #00437B;
	background-color: #00437B;
}


.productShowTabMenu{
	border-bottom: 1px solid #EBEBEB;
}
.productShowTab{
	display: flex;
	/*font-size: 18px;*/
	justify-content: flex-start;
}

.productShowTab .nav-link{
	margin-right: 30px;
	padding-top: 10px;
	font-size: 20px;
	border-bottom: 3px solid transparent;
}
.productShowTab .nav-link.active{
	color: #00437B;
	border-radius: 0;
	border-bottom: 4px solid #00437B;
	background-color: transparent !important;
}
.productShowPage .tab-content{
	padding-top: 50px;
	padding-bottom: 100px;
}


#proIMG{
	/*background: tan*/
}
#proIMG li{
	min-height: 28px;
	width: 98px;
	margin: 0 10px;
	border: 2px solid transparent;
	height: auto;
	text-indent: 0;
	overflow: hidden;
}
#proIMG li.active{
	border-color: #00437B;
}
#proIMG .carousel-indicators{
	position: static;
	padding: 10px;
	margin: 0 10px;
	border:1px solid rgba(206, 206, 206, 0.81);
}
#proIMG .carousel-item{
	/*display: flex;*/
	align-items: center;
}
/*#proIMG > div{
	height: 380px;
}*/
.proName{
	margin: 0 50px;
	padding: 40px 0 20px 0;
	border-bottom: 1px solid #EAEAEA
}
.proName h5{
	font-size: 24px;
}

/*compayIndex*/
.compayIndex{
	padding-bottom: 50px;
}
.compayIndex .row > div:nth-child(1){
	/*padding-right: 50px;*/
	padding-bottom: 20px;
}
.compayIndex h1{
	padding: 50px 0;
}
.compayIndex h6{
	height: 40px;
	border-bottom: 1px solid #EBEBEB
}
.compayIndex .text-justify{
	color: #444;
	font-size: 14px;
	padding: 20px 0 10px 0;
	line-height: 32px;
}
.compayIndex .btn{
	width: 188px;
	height: 48px;
	line-height: 34px;
	font-size: 14px;
	border: 0;
	background-color: #00437B
}
.compayIndex .btn:hover{
	background-color: #129DDF
}


/*caseIndex*/
.caseIndex{
	/*padding: 50px 0;*/
	background-color: #F8F8F8
}
.caseIndex h1{
	padding: 50px 0;
	margin-bottom: 0;
}
.caseIndex .col{
	position: relative;
	/*margin: 0 15px;*/
	/*max-width: 380px;*/
	margin-bottom: 50px;
	justify-content: space-around;
}
.caseIndex .col > div:nth-child(1){
	overflow: hidden;
	background-color: black;
}
.caseIndex .col img{
	width: 100%;
	opacity: .8;
	transition: transform 1s
}
.caseIndex .col:hover img{
	opacity: 1;
	transition: transform 1s
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
}
.caseIndex .card-body{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 15px;
	width: 94%;
}
.caseIndex .card-body p{
	color: white;
	margin-bottom: 0;
	font-size: 20px;
}
.caseIndex .card-body small{
	font-size: 14px;
	color: white;
	opacity: .5;
}

/*caseList*/
.caseList{
	padding: 2.5rem 0;
	border-bottom: 1px solid #F0F0F0;
}

.caseListTxt{

}
.caseListTxt h5{
	font-size: 24px;
	line-height: 4rem;
	font-weight: bold;
}
.caseListTxt p{
	color: #555;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.caseList a.btn{
	width: 150px;
	line-height: 34px;
	border-color: #DCDCDC;
	/*border-radius: 0;*/
	background-color: #f8f8f8
}
.caseList a.btn:hover{
	color: white;
	border-color: #00437B;
	background-color: #00437B;
}
/*case show*/
.caseShowBarList{

}
.caseShowBarList h4{
	padding: 15px 0;
	margin-bottom: 0;
}
.caseShowBarList a{
	line-height: 24px;
	border-bottom: 0;
}
.caseShowBarList a::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 14px 0 -20px;
	border-radius: 100%;
	background-color: #CCC;
}
.caseShowContent{
	margin: 50px 0;
}
.caseShowContent .mainTitle{
	padding-left: 0;
}
.caseShowContent .mainTitleWrap{
	display: flex;
    align-items: flex-end;
	padding: 26px 0;
	margin-bottom: 50px;
	border-bottom: 1px solid #eaeaea;
}
.caseShowContent .time{
	color: #999;
    font-size: 14px;
    line-height: 30px;
    padding-right: 0;
}

.entry-content{
	font-size: 14px;
	line-height: 34px;
}
.entry-content img{
	display: block;
	max-width: 100%;
	margin: 30px auto;

}
.contentBootomNav{
	display: flex;
	font-size: 14px;
	margin: 70px 0;
	justify-content: space-between;
}
.contentBootomNav a,
.contentBootomNav span{
	min-width: 80px;
}
.contentBootomNav span{
	color: #999;
}
.contentBootomNav .goBack{
	position: relative;
}
.contentBootomNav .goBack::before{
	content: '';
	display: inline-block;
	width: 18px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	background: url(/theme/img/fanhui@2x.png) no-repeat 0 0;
	background-size: cover;
}

/*page*/
.pages{
	display: block;
	padding: 3rem 0;
}
.pages a{
	color: #686868;
	border: 0;
	padding: .7rem .95rem;
	background-color: #F7F7F7
}
.pages .active a{
	color: white;
	background-color: #00437B !important;
}


/* newsIndex*/
.newsIndex{ margin-bottom:20px;

}
.newsIndex h1{
	padding: 50px 0;
	margin-bottom: 0;
}
.newsIndex .newsMore{
	padding: 0 15px;
}
.newsIndex .newsMore a{
	color: #00437B;
}
.newsIndex .newsMore::before{
	content: '';
	display: inline-block;
	width: 60px;
	height: 8px;
	position: absolute;
	left: 15px;
    top: 50%;
    margin-top: -4px;
	background-color: #00437B;
}


.newsIndex .firstNews .card-title{
	font-size: 28px;
	margin: 30px 0;
}
.newsIndex .content .card-text{
	font-size:16px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsIndex .newsList .card-title {
	font-size: 18px;
}

.newsIndex .newsList .card-text {
	font-size: 14px;
}
.newsIndex .line{
	height: 2px;
	margin-top: 30px;
	background-color: #C9D5DC;
}

.newsIndex .line::before{
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	transition: width .5s;
	-webkit-transition: width .5s;
	background-color: #00437B
}
.newsIndex .firstNews > div:nth-child(1){
	overflow: hidden;
}
.newsIndex .newsList{
	position: relative;
	padding-top: 12px;
}
.newsIndex .newsList .content{
	margin: 20px 0;
	/*height: 140px;*/
}

.newsIndex .firstNews img{
	width: 100%;
	transition: transform 1s
}
.newsIndex .firstNews:hover img{
	transition: transform 1s
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
}
.newsIndex .content:hover *,
.newsIndex .firstNews:hover *{
	color: #00437B;
}
.newsIndex .content:hover .line::before,
.newsIndex .firstNews:hover .line::before{
	width: 100%;
}

.newsPageList{

}
.newsPageList h6{
	font-size: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsPageList h6 a{
	/*color: red;*/
}
.newsPageList p{
	color: #555;
	font-size: 14px;
	overflow: hidden;
	height: 42px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsPageList .firstImg{
	width: 100%;
}
.newsPageList .time{
	color: #999;
	margin-bottom: 1rem;
}
.newsPageList .firstCard{
	padding: 40px 0 80px 0;
}
.newsPageList .firstCard p{
	margin: 30px 0;
}
/*.newsPageList .card:hover *{
	color: #00437B;
}*/
.newsPageList .time::before{
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	margin-top: -6px;
    vertical-align: middle;
	background: url(/theme/img/shijian-2.png) no-repeat 0 0;
	background-size: cover;
}





/*join*/
.joinIndex{
	padding: 50px 0 10px 0;
}
.joinIndex h1{
	padding: 50px 0 60px 0;
	margin-bottom: 0;
}
.joinIndex .list{
	display: block;
	padding-bottom: 50px;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
}
.joinIndex .list > div{
	width: 151px;
	height: auto;
	padding: 44px 0 62px 0;
	display: inline-block;
	margin: 0 17px;
	background:  url(/theme/img/partnerbg.png) no-repeat center top;
	/*background-size: cover;*/
}
.joinIndex .list > div:hover{
	background-image: url(/theme/img/partnerbghover.png);
}
.joinIndex .list a{
	display: block;
}
.joinIndex .list img{
	display: block;
	margin: 0 auto;
	max-width: 128px;
}


/*supportIndex*/
.supportIndex{
	padding-bottom: 100px;
	position: relative;
	background-color: white;
}
.supportIndex::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	background-color: #F8F8F8;
	height: 60%;
}
.supportIndex .container{
	position: relative;
	z-index: 2;
}
.supportIndex h1{
	padding: 80px 0 50px 0;
}
.supportIndex .card{
	position: relative;
	border-radius: 0;
	border: 0;
}
.supportIndex .card img{

	border-radius: 0;
}
.supportIndex .card-body{
	position: absolute;
	top: 18%;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 2;
}

.supportIndex .card *{
	color: white;
}
.supportIndex .card .card-title{
	font-size: 30px;
	font-weight: bold;
	line-height: 100%;
}
.supportIndex .card .card-text{
	font-size: 14px;
	line-height: 200%;
	margin-bottom: 0;
}
.supportIndex .more{
	display: inline-block;
	font-size: 16px;
	line-height: 260%;
	width: 200px;
	margin-top: 5%;
	border: 2px solid white;
}
.supportIndex .more:hover{
	background-color: #129DDF;
	border-color: #129DDF;
}
.supportsPageBlockTitle{
	padding: 30px 0 60px 0;
}
.supportsTool{
	font-size: 1.1rem;
	line-height: 1.75rem;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.supportsTool img{
	display: block;
	margin: 0 auto 30px auto;
}
.supportsTool p{
	margin-bottom: 0;
}
.supportsTool .card{
	/*margin: 0 20px 20px;*/
	padding: 50px 0;
	/*background: red;*/
}
.supportsTool .card:hover{
	box-shadow:0px 10px 15px 2px rgba(0,67,123,0.1);
}
.downloadList{
	font-size: 18px;
}
.downloadList thead th{
	border: 0;
	font-size: 22px;
	text-align: left;
}
.downloadList tr:hover td{
	color: #00437B;
	background-color: #fafafa
}
.downloadList th,
.downloadList td{
	border-color: #f0f0f0;
	vertical-align: middle !important;
}
.downloadList .downBtn{
	border: 0;
	/*border-radius: 0;*/
	width: 100px;
	border: 1px solid #999;
}
.downloadList .downBtn::after{
	content: '';
	display: inline-block;
	/*background: red;*/
	width: 18px;
	height: 16px;
	margin: -5px 0 0 10px;
	vertical-align: middle;
	background: url(/theme/img/xiazai.png) no-repeat 0 0;
	background-size: cover;
}
.downloadList tr:hover .downBtn{
	color: white;
	border: 1px solid #00437B;
	background-color: #00437B
}
.downloadList tr:hover .downBtn::after{
	background: url(/theme/img/xiazai-fanbai.png) no-repeat 0 0;
	background-size: cover;
}

.aboutTitle{
	padding:20px 0;
	margin: 10px 0 0 0;
}
.aboutCompany{
	line-height: 40px;
	padding-bottom: 50px;
	font-family:"微软雅黑"
}

.aboutTool{

}
.aboutTool .card{
	height: 300px;
}
.aboutTool h6{
	font-size: 24px;
	margin-bottom: 20px;
}
.aboutTool p{
	font-size: 18px;
	color: #333;
	line-height: 22px;
}
.course{
	line-height: 28px;
	margin-bottom: 50px;
}
.course dt{
	position: relative;
	color: #00437B;
	font-size: 24px;
	padding-left: 20px;
	margin-bottom: 15px;
	border-left: 8px solid #00437B;
	background-color: white;
}
.course dt::before{
	position: absolute;
	content: '';
	display: block;
	height: 0;
	width: 100%;
	top: 50%;
	border-bottom: 1px solid #EAEAEA;
}
.course dt span{
    z-index: 10;
    padding-right: 20px;
	position: relative;
	background-color: white;
}
/*.honor p{
	line-height: 40px;
	border-color: #eee;
	padding-left: 60px;
	margin-bottom: 0;
}
.honor p::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 34px 0 -40px;
	border-radius: 100%;
	background-color: #CCC;
}*/
.honor{

}
.honor .card{
	/*width: 360px;*/
	font-size: 20px;
	text-align: center;
	border: 0;
}
.honor .card img{
	margin: 0 auto;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #E8ECEF;
	box-shadow:6px 10px 12px 1px rgba(49,106,153,0.1);
}
.honor .card-text{
	height: 50px;
	font-size: 20px;
	line-height: 22px;
}


.contactTable{
	margin-bottom: 100px;
}

.contactTitle{
	padding: 20px 0 50px 0;
}
.contactTable tr{
	height: 42px;
	/*padding: 15px 0;*/
	/*line-height: 72px;*/
	text-align: center;
}
.contactTable th{
	color: #00437B !important;
	font-size: 20px;l
	background-color: #eee;
}
.contactTable tr{
	background-color: #f8f8f8;
}
.contactTable tr th,
.contactTable tr td{
	padding-top: 20px;
	padding-bottom: 20px;
}
.mapsWrap{
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	margin-bottom: 100px;
	background-color: white;
}
.mapsWrap .ct p{
	border-bottom: 0;
	margin-bottom: 0;
}
.mapsWrap .ct p::before{
	margin-right: 20px;
}




/*footer*/
.footer{
	font-size: 14px;
	/*height: 360px;*/
	padding-top: 20px;
	background-color: #182d92;
}
.footer *{
	color: #ECECEC;
}
.footer dl{
	/*width: 300px;*/
	/*display: flex;*/
}
.footer dt{
	font-size: 15px;
	line-height: 300%;
}
.footer dd p{
	margin-bottom: .65rem;
}
.footer .list-group-item{
	border: 0;
	font-size: 14px;
	padding: .2rem 0;
	background-color: transparent;
}
.footer .linksIndex{
	margin: 2rem 0;
	word-wrap:break-word;
	word-break:break-all;
	overflow: hidden;
}
.footer .linksIndex a{
	margin: 0 1rem;
}
.copyRight{
	color: #fff;
	font-size: 14px;
	padding: 1.5% 0;
	line-height: 130%;
	border-top:1px solid #fff;
}
.copyRight a{
	color: #fff;
}
.copyRight a:hover{
	color: white;
}
.copyRight .j::before{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	background: url(/theme/img/security.png) no-repeat 0 0;
	background-size: cover;
    vertical-align: middle;
    margin-top: -3px;
}
/*.copyRight::before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #2A2A2A
}*/

/*kf*/
.kfWrap{
	position: fixed;
	bottom: 100px;
	right: 0;
	width: 44px;
	height: 100px;
	z-index: 999;
}
.kfWrap a{
	position: relative;
	display: inline-block;
	width: 44px;
	height: 44px;
	margin-bottom: 12px;
	background: #C8C8C8 url() no-repeat center center;
	background-size: auto;
}
.kfWrap a.tel{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABzklEQVRIS7WVv0tWURjHP1+QxC3eBoV06RWCwEInXdqkplDwD8ihhjAhEIekLdCICikhdXAMgndQmkVyiiI1HVwcXBQsEMUlCB85L+fm6XTfH937dtZzzudzv8859zniPw+FfDN7BAwCV4GHkt7n9f8WmNkzYDwA7gFXJP3MIykLzOw6sJECeixpshGCBeBuCugEKEo6yCpJEuy4clSAlCQN5RX8AC5VgHwH2iSdZpEkCdaBGykAV5pbktx8ppEIngNjEWEbuC1pNxPZb0oE3cDXCNQr6VMeuNsb/gffgK4AOCNppJECB3sdAXskreWRhAmaAXddLwfATcBJfmWVxL3oDrAYweYl3W+IwLeNWSAGPpX0pJLEzJoqpfwjgRc0AatAbwScA0bj5mdmfcASsOLn98N9fwm8pOAl1yLJFjAs6Ytf1wl8Bi76dcfAC+ClJNfHzq9pHN/MWoFlIJYY8BYoAa6cxZTSuVY/JuldaoJkg5m5/vQhpVz1nPmhpEJVgS/DBeAV8KAearBmVdLNmoIgzYD/EdvrFLkn903dAp+mxT9M9wDXv9KGa+tTkiaqHnKtrzSzHsA9RP1AB3AEfASmJbnbVh7/lKCWNG3+DLGSjhn9GXGfAAAAAElFTkSuQmCC');
}
.kfWrap a.tel::before{
	position: absolute;
	content: attr(attr-tel);
	display: block;
	height: 44px;
	right: 44px;
	top: 0;
	width: 0;
	line-height: 44px;
	color: white;
	overflow: hidden;
	background-color: #039FEA;
}
.kfWrap a.qq{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABtUlEQVRIS7WWP0hWYRTGf0852BCmQ26JLQmBkA01WENChOAQgVuDJAhC4aARSqOKLYGDCkUtbpJES7QUNSiCgdASDuJUEIWgg0PZI0e+C/65n7e+e793u7zv8/ze8x7OOVdkLNt1QB9wC2gB6oE/wDdgEXgp6WM5Gx3nb/sOMAWczbjHO6Bb0ubhc2UBtuPWM1kR7ttfAa5L2tqvSQXYvgB8/Q/z5OhbSZ3/ApgHblcACEmHpPeJ9kgEthtLCTxRIWBOUvdxgHvA8wrNQ7YN1En6HR9pEURiI8F5VqOkH0cAti8Dy3mcS9oRSWNpgEfAeAGAL5Ja0wD3gckCAB8k3TgAsH0JWABqCwD8BC5GHvaSbPs8EJV4ugDzxGJW0t0E8AboKtA8rP4CTbLdBKwXbJ7YDQagF3hWJcBwAB4CE9UE9AAvqgR4HBGcAl4Dq8B3YDQn7BfwCbgC3EzrRbF5LQdkTNKI7ZOSdg4AbA8BT3KYJ9J+SdNpreIz0FYAYENSQxpgAHiaAYgCyhpGe89Ubh7ELHgAnANqSgMkflGWgBilkaPolO3AVaAZOFOq3DXgVfI8AdgFimuML0arOa4AAAAASUVORK5CYII=');
}
.kfWrap a:hover{
	background-color: #039FEA;
	transition: background 0.5s
}
.kfWrap a:hover.tel::before{
	padding: 0 10px;
	width: 130px;
	transition: width 0.3s
}


@media (min-width: 1200px) {
  .container{
      max-width: 1200px;
  }
}
@media (min-width: 992px) {
  .navMenu .subMenu{
	width: 800px;
  }
  .compayIndex .row > div:nth-child(1){
	padding-right: 50px;
  }
  .newsIndex .firstNews{
	margin-right: 50px;
  }
  .newsIndex .newsMore{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  }
  .caseShowBarList{
  	padding-left: 50px;
  	margin-right: -15px;
  }
}
@media (max-width: 989px) {
	.newsIndex .newsMore{
		display: none;
	}
	.banner,
	.bannerTwo{
		height: 15rem;
	}
	body {
		padding-top: 0;
	}
	.topBg{
		position: static;
	}
}
@media (max-width: 575px) {
	.kfWrap{
		/*position: f;*/
		background-color: #1F2024;
		box-shadow:0px 8px 15px 1px rgba(0, 0, 0, 0.12);

		width:100%;
		height: 66px;
		padding: 10px 0;
		bottom: 0;
		/*margin: 0 auto 50px auto;*/
		text-align: center;
		border-top: 1px solid #333;
	}
	.kfWrap a{
		margin: 0 10px;
		background-color: #039FEA;
	}
	.copyRight{
		padding-bottom: 70px;
	}
}


.float_clear { clear:both; }
.float_left { float:left; }
.float_right { float:right; }



/*分页样式*/
.page_turner { padding:4px 0px 0px 1px; float:right; clear:both; margin-bottom:20px;}
.page_turner a, .page_turner span { float:left; display:block; border:1px solid #757575; padding:5px; margin-left:4px; line-height:25px; }
.page_turner a:link, .page_turner a:visited { text-decoration:none; }
.page_turner a:hover, .page_turner a.c { background:#CDCDCD; color:#000; }
#total { color:red; }
.news_list { }
.news_list li { border-bottom: 1px solid #E6E6E6; overflow: hidden; padding: 0 0 20px 0; margin-bottom: 20px; }
.news_list li:hover { border-bottom: 1px solid #3260CA; }

.news_list li .txt_n { height: 120px; color: #999; font-size: 12px; line-height: 22px; position: relative; left: 0px; transition: all 0.5s ease; }
.news_list li .txt_n h3 { display: block; font-size: 16px; color: #333; position: absolute; top: 0px;  width:100%; font-weight: normal; height: 22px; overflow: hidden; transition: all 0.5s ease; font-weight:bold;}
.news_list li .txt_n p { transition: all 0.5s ease; position: absolute; top: 35px;  width: 100%; }
.news_list li .txt_n span { position: absolute; right: 0px; top: 0px; transition: all 0.5s ease; }
.news_list li .txt_n i { position: absolute; right: 0px; bottom: 0px; transition: all 0.5s ease; width: 26px; height: 26px; display: block; font-style: normal; border: #eee 1px solid; text-align: center; }
.news_list li a:hover .txt_n h3 {  color: #3260CA; }
.news_list li a:hover .txt_n p { }
.news_list li a:hover .txt_n span { right: 20px; }
.news_list li a:hover .txt_n i { right: 20px; background: #3260CA; border: #3260CA 1px solid; color: #FFF; }
.news_list li .txt_n1 { height: 120px; color: #999; font-size: 12px; line-height: 22px; position: relative; left: 0px; transition: all 0.5s ease; }
.news_list li .txt_n1 h3 { display: block; font-size: 16px; color: #333; position: absolute; top: 0px; left: 0px; width: 90%; font-weight: normal; height: 22px; overflow: hidden; transition: all 0.5s ease; }
.news_list li .txt_n1 p { transition: all 0.5s ease; position: absolute; top: 35px; left: 0px; width: 95%; }
.news_list li .txt_n1 span { position: absolute; right: 0px; top: 0px; transition: all 0.5s ease; }
.news_list li .txt_n1 i { position: absolute; right: 0px; bottom: 0px; transition: all 0.5s ease; width: 26px; height: 26px; display: block; font-style: normal; border: #eee 1px solid; text-align: center; }
.news_list li a:hover .txt_n1 h3 { left: 20px; color: #3260CA; }
.news_list li a:hover .txt_n1 p { left: 20px; }
.news_list li a:hover .txt_n1 span { right: 20px; }
.news_list li a:hover .txt_n1 i { right: 20px; background: #3260CA; border: #3260CA 1px solid; color: #FFF; }
/*文章频道*/
.artli_img { float:left; width:192px; text-align:center; }
.artli_img_title { font-size:12px; line-height:20px; color:#D03734; font-weight:normal; padding:0 10px; }
.artli_img_img { }
.artli_img_img img { max-width:180px; height:135px; border:1px solid #999999; }
.artli_img_img a:hover img { border:1px solid #EF1001; }
.article_title { font-size:20px; text-align:center; line-height:26px; color:#000; }
.article_info { border:1px dashed #CCC; padding:10px; text-align:center; color:gray; }
.article_info a { color:gray; }
.article_img { text-align:center; padding:10px; }
.article_img img { max-width:640px; padding:5px; border:1px solid #999999; }
.article_img a:hover img { border:1px solid #0D67A5; }
.article_next { border:1px dashed #CCC; padding:5px; }


.proli_sim { float:left; width:160px; text-align:center; }
.proli_sim_title { font-size:12px; line-height:20px; height:40px; color:#D03734; font-weight:normal; padding:0 10px; }
.proli_sim_img { }
.proli_sim_img img { width:140px; height:105px; padding:4px; border:1px solid #999999; }
.proli_sim_img a:hover img { border:1px solid #EF1001; }
.products_title { font-size:20px; text-align:center; line-height:26px; font-weight:bold;}
.products_info { border:1px dashed #CCC; padding:10px; text-align:center; color:gray; }
.products_info a { color:gray; }
.products_img { text-align:center; padding:10px; }
.products_img img { max-width:640px; padding:4px; border:1px solid #999999; }
.products_img a:hover img { border:1px solid #0D67A5; }
.products_next { border:1px dashed #CCC; padding:5px; }
