﻿*{margin: 0;padding: 0;}
ul,ol{list-style: none;}
a{text-decoration: none;color: #222;}
a:focus{outline: none;}
a img {border:none;}
body{
	font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
	font-size: 14px;
	line-height: 1.5;
	background: #fff;
	color: #222;
	overflow-x: hidden;
}
p{padding: 0;margin: 0;}
.fl{float:left;}
.fr{float:right;}
.clear:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clear{zoom:1}
a:hover{text-decoration: none;}
img{
	display: block;
	max-width: 100%;
	height: auto;
}
/*导航*/
.navbar-default{
	background: #fff;
	border: none;
}
.boxShadow{
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}
.navbar-default .navbar-brand{
	height: 100px;
}
@media only screen and (max-width:767px) {
	
	.logo{
		width: 220px;
		background: url(../images/logo.png) no-repeat left center;
		background-size: 220px;
		margin-left: 10px;
	}
}
@media only screen and (min-width:768px) {
	.logo{
		width: 305px;
		background: url(../images/logo.png) no-repeat left center;
	}
}

@media only screen and (min-width:767px) {
	.index-advantances .col-lg-2,
	.index-advantances .col-md-2{
		width: 20%;
	}
}
@media only screen and (max-width:768px) {
	.index-advantances .col-lg-2,
	.index-advantances .col-md-2{
		width: 100%;
	}
}
.navbar-default .navbar-nav{
	padding-top: 24px;
}
.navbar-default .navbar-nav > li{
	padding: 0 2px;
}
.navbar-default .navbar-nav > li > a{
	font-size: 16px;
	color: #222;
}
.navbar-default .navbar-nav > li.current{
	border-bottom: 3px solid #1e50ae;
}
.navbar-default .navbar-nav > li.current a{color: #1e50ae;}
.navbar-default .navbar-nav li:hover{
	border-bottom: 3px solid #1e50ae;
}
.navbar-default .navbar-toggle:hover {
     background-color: #ddd;
/*     border-color: #2ebb9b;*/
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #1e50ae;
}
.navbar-toggle{
	margin: 36px 10px 0 0;
}
/*导航*/
/*我们的优势*/
.index-advantances{
	margin: 110px 0 70px 0;
	text-align: center;
}
.title{
	color:#1e50ae;
	padding: 70px 0;
}
.title-name{
	font-size:30px;
}
.title-small{
	font-size: 16px;
	text-transform: uppercase;
}
.index-advantances a{
	color: #212121;
    text-decoration: none;
}
.index-advantances .col-md-2{
	padding: 15px;
/*	width: 20%;*/
}
/*.index-advantances .col-md-2:hover {
    background: #f1f1f1;
    box-shadow: 1px 1px 4px #ccc;
}
.index-advantances h3{
	font-weight: bold;
}*/
.index-advantances img{
	margin: 0 auto 30px auto;
}
/*首页-新闻中心*/
.index-news{
/*	height: 860px;*/
	background: url(../images/bannerBg.jpg);
	background-repeat: no-repeat !important;
	background-size: auto 100%;
	background-position: 50% 50% !important;
}
.index-news-white{
    height: 220px;
	background: #fff;
}
.margin-bot{margin-bottom: 30px;}
.index-news-white img{
	width: 100%;
	height: 200px;
	margin: 10px 10px 10px 0;
}
.index-news-white h4{
	padding-top: 15px;
}
.index-text-ellipsis {
    /*overflow: hidden; 
	-o-text-overflow: ellipsis; 
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #666;*/
	max-height:120px;
	line-height: 24px;
	overflow: hidden;
	display:block;
	color: #666;
}
.index-text-ellipsis:after{
	content: "...";
	padding:0 17px 1px 0px;
	width:27px;
	height:20px;
	color:#222;
}
.index-txt-time{
	color: #666;
	font-size: 12px;
}
.btn-more{
	display: inline-block;
	width: 198px;
	height: 53px;
	border: 1px solid #1e50ae;
	color: #1e50ae;
	text-align: center;
	line-height: 53px;
	margin: 70px 0;
	transition: all 0.35s;
}
.btn-more:hover{
	background: #1e50ae;
	color: #fff;
}
/**/
.index-intelligent-box{
	background: #f3f3f3;
	padding: 10px;
}
.index-intelligent-box img{
	width: 100%;
	height: 240px;
}
.index-intelligent-box:hover{
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}
/*首页-解决方案*/
.index-solutions{
	background: #f3f3f3;
}
.index-solutions-white{
	height: 300px;
	padding: 0;
}
.index-solutions-white img{
	width: 100%;
	height: 300px;
}
.index-solutions-white p{
	line-height: 28px;
}
.whiteBg{background: #fff;}
.padd-box{padding: 20px;}
/*底部*/
.footer-top{
	background: url(../images/footerbg.jpg);
	background-repeat: no-repeat !important;
	background-size: 100% 100%;
	color: #fff;
	padding: 60px 0;
}
.footer-top p{line-height: 28px;}
.footer-bot{
	background: #0e0e0e;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}
.foote-box p{line-height: 24px;}
.footer-bot a{color: #1e50ae;}
.footer-bot a:hover{color: #0072f3;}
#gotop {
    width: 36px;
    height: 48px;
    background: url(../images/icon.png) no-repeat;
    position: fixed;
    right: 50px;
    cursor: pointer;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));

}
#gotop {
    bottom: 67px;
    _margin-bottom: 67px;
}
/*新闻中心*/
.banner img{
	width: 100%;
	height:100%;
	max-height:400px;
	margin: 100px 0 70px 0;
}
.news .row{
	border-bottom: 1px solid #dedede;
	padding: 40px 0;
}
.news .row img{
	width: 100%;
	height: 160px;
}
.news .btn-details{
	display: block;
	width: 124px;
	height: 34px;
	border: 1px solid #cccccc;
	text-align: center;
	line-height: 34px;
	margin: 60px 0;
}
.news .btn-details:hover{
	background: #1e50ae;
	color: #fff;
}
.news p{
	line-height: 24px;
	color: #666;
}
.text-weight{font-weight: bold;}
.news-text-big{
	font-size: 22px;
	color: #a0a0a0;
}
.pagination{
	margin: 50px auto;
}
.pagination li a{
	border-radius:4px;
	margin: 0 6px;
	color: #222;
}
.pageActive{
	background: #1e50ae !important;
	color: #fff !important;
}
/*智慧监管*/
.intelligent{
	background: #fff;
	padding: 50px;
	margin-bottom: 70px;
}
.intelligent p{
	line-height: 28px;
	font-size: 16px;
	padding-bottom: 20px;
	text-indent: 14px;
}
.intelligent h2{
	padding-bottom: 50px;
}
/*解决方案*/
.solutions h3{
	padding-bottom: 20px;
}
.solutions p{
	line-height: 28px;
	font-size: 16px;
}
.solution-img img{
	width: 100%;
	height: 300px;
}
.even{
	background: #f8f8f8;
}
.solutions-margin-bot{margin-bottom: 70px;}
.solutions-margin{padding: 70px 0;}
/*典型案例*/
.cases{margin-bottom: 70px;}
.cases .thumbnail{
	height: 380px;
}
.cases .thumbnail img{
	height: 180px;
}
.cases .thumbnail h4{
	color: #1e50ae;
	font-size: 16px;
}
/*关于我们*/
.aboutusBg{
	background: url(../images/aboutusBg.png);
	background-repeat: no-repeat !important;
	background-size: 100% auto;
}
.container-bot{margin-bottom: 70px;}
.nav-tabs{width: 310px;margin: auto;}
.nav-tabs,.nav-tabs > li.active > a{border: none;}
.nav-tabs > li.active > a{background: #1e50ae;color: #fff;}
.nav-tabs > li > a {
    border-radius: 4px;
    background: #e8ebec;
    margin-right: 10px;
    webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}
.nav-tabs > li > a:hover,.nav-tabs > li.active > a:hover{
	background: #252829;
	color: #fff;
}
.aboutus-box{
    margin-bottom: 70px;
}
.aboutus-box a{
	display: block;
	position: relative;
	text-align: center;
	font-size: 14px;
}
.aboutus-text p{
	padding-bottom: 15px;
	text-indent: 14px;
	line-height: 35px;
        font-size: 18px;
}
.advantance-text{padding-top: 26px;}
.tabbox{display: none;}
.on{display: block;}
.business-text{padding-top: 26px;}
.circle{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 3px solid #1e50ae;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
}
/*关于我们-发展历程*/
.courseBg{
	width:74px;
	height:auto;
	position:relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.year{
	height: 74px;
}
.year-2019{
	background: url(../images/year_2019.png) no-repeat center;
}
.year-2018{
	background: url(../images/year_2018.png) no-repeat center;
}
.year-2017{
	background: url(../images/year_2017.png) no-repeat center;
}
.year-2016{
	background: url(../images/year_2016.png) no-repeat center;
}
.year-2014{
	background: url(../images/year_2014.png) no-repeat center;
}
.year-2013{
	background: url(../images/year_2013.png) no-repeat center;
}
.year-2012{
	background: url(../images/year_2012.png) no-repeat center;
}
.year-2011{
	background: url(../images/year_2011.png) no-repeat center;
}
.year-2010{
	background: url(../images/year_2010.png) no-repeat center;
}
.year-2009{
	background: url(../images/year_2009.png) no-repeat center;
}
.year-2008{
	background: url(../images/year_2008.png) no-repeat center;
}
.year-2007{
	background: url(../images/year_2007.png) no-repeat center;
}
.year-2006{
	background: url(../images/year_2006.png) no-repeat center;
}
.year-2005{
	background: url(../images/year_2005.png) no-repeat center;
}
.year-2004{
	background: url(../images/year_2004.png) no-repeat center;
}
.year-2003{
	background: url(../images/year_2003.png) no-repeat center;
}
.year-2002{
	background: url(../images/year_2002.png) no-repeat center;
}
.year-2001{
	background: url(../images/year_2001.png) no-repeat center;
}
.year-2000{
	background: url(../images/year_2000.png) no-repeat center;
}
.line{
	width: 37px;
	height: 20px;
	border-right: 1px solid #ccc;
}
.sign{
	height: 26px;
	background: url(../images/sign.png) no-repeat center;
}
.courseText{
	width: 500px;
	background: #f8f8f8;
	position: absolute;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #f8f8f8;
	box-shadow: 2px 2px 4px #ccc;
}
.courser:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom:10px solid transparent;
	border-left: 10px solid #f8f8f8;
	position: absolute;
	right: -10px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-mox-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.coursel:before{
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom:10px solid transparent;
	border-right: 10px solid #f8f8f8;
	position: absolute;
	left: -10px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-mox-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.coursel{left: 100px;}
.courser{right: 100px;}
.courseTop1{top:80px;}
.courseTop2{top:130px;}
.courseTop3{top:100px;}
.courseTop4{top:150px;}
.courseTop5{top:190px;}
.courseTop6{top:240px;}
.courseTop7{top:280px;}
.courseTop8{top:340px;}
/*荣誉与资质*/
.honour p{
	font-size: 16px;
	padding-bottom: 20px;
}
.cup-year{
	display: block;
	width: 76px;
	height: 30px;
	color: #333;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	border-radius: 12px;
}
.honour-thumbnail .thumbnail{
	height: 220px;
	padding: 0;
	border-radius: 0;	
}
.honour-thumbnail .thumbnail img{
	height: 180px;
}
.honour-thumbnail .thumbnail .caption{
	border-top: 1px solid #ddd;
}
/*新闻详情*/
/*.content-box{margin-top: -80px;}*/
.content {
    width: 100%;
    -webkit-box-shadow: 0 0px 8px rgba(7, 17, 27, 0.2);
    -moz-box-shadow: 0 0px 8px rgba(7, 17, 27, 0.2);
    box-shadow: 0 0px 8px rgba(7, 17, 27, 0.2);
    background-color: #fff;
    margin-bottom: 80px;
}
.content-title {
    height: 60px;
    font-weight: 400;
    padding: 0px 20px;
    font-size: 24px;
    color: #333937;
    line-height: 60px;
    background-color: #e8ebec;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-info {
    width: 100%;
    padding: 40px;
    min-height: 400px;
}
.article-titlt dt {
    line-height: 34px;
    color: #252829;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
}
.article-titlt dd {
    line-height: 26px;
    font-size: 13px;
    color: #a4a6a7;
    text-align: center;
}
.article-box p {
    padding-bottom: 20px;
    font-size: 16px;
    text-indent: 2em;
    line-height: 28px;
}
.article-img{text-align: center;display: block;}
.article-img img{
	width: 800px;
	height: 100%;
	max-height: 470px;
	display: inline-block;
}
.location-box{
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	margin-bottom: 70px;
}
.location-box i {
    display: block;
    width: 6px;
    height: 16px;
    background-color: #1e50ae;
    margin: 12px 6px 0 0;
}
@media only screen and (max-width:768px) {
	
	.location-box p{
		font-size: 12px;
	}
}
.con_title {
    font-size: 22px;
    color: #333;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 15px;
}
.con_time {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 64px;
}
.text {
    float: left;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 35px;
}
.top {
    float: left;
    width: 100%;
}
.text p {
    text-indent: 25px;
    line-height: 25px;
    color: #333;
    margin-bottom: 40px;
}
.top_left {
    width: 738px;
    padding-right: 20px;
}
.top img{width: 400px;height: 268px;}
.page{margin-bottom: 50px;}
.page a:hover{text-decoration: underline;}
.article-link p {
    padding: 10px 0px;
}
.article-link p span.s1 {
    display: inline-block;
    padding: 3px 8px;
    line-height: 20px;
    background-color: #e8ebec;
    border-radius: 4px;
    color: #7a7e7f;
    margin-right: 15px;
    font-size: 10px;
    vertical-align: middle;
}
.a2{
    display: inline-block;
    line-height: 26px;
    color: #7a7e7f;
    font-size: 12px;
}
.article-link p a:hover{color: #108aed;text-decoration: underline;}
/* 设置滚动条的样式 */::-webkit-scrollbar { width: 10px;}/*
*  滚动槽 */
::-webkit-scrollbar-track { 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	border-radius: 10px;
}
/* 滚动条滑块 */::
-webkit-scrollbar-thumb { 
	border-radius: 10px; 
	background: rgba(0,0,0,0.1); 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	
    }

::-webkit-scrollbar-thumb:window-inactive { 
	background: rgba(255,0,0,0.4);
}
