
/* 公用 */
.clear{
	clear:both;
}

.clearfix: after{ /* 伪元素是行内元素 正常浏览器清除浮动方法 */
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}

.clearfix{
    *zoom: 1;  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}


.fleft{
	float: left;
}


.fright{
	float: right;
}

.container .title{
	padding: 25px 10px;
	font-size: 24px;
	color: #5D5E62;
	font-family: 宋体;
	font-weight: bold;
}

.container .title span{
	margin-left: 15px;
	font-size: 18px;
	color: #CACACD;
	font-weight: normal;
}

/* 屏蔽news.css样式冲突 */
.carousel-control.right {
	float: none; 
    margin-left: 0px;
}


/* 导航 */
.navbar{
	margin-bottom: 0px;
	box-shadow: 0 8px 20px 0 rgba(0,0,0,0.1);
	z-index: 99999;
}

.navbar .navbar-header .logo{
	margin: 20px 20px 0 0; 
	width:120px;
}

.navbar-nav>li>a {
    color: #064f8a;
	font-weight: bold;
	font-size: 16px;
	padding-top: 28px;
}

.navbar .nav .dropdown-toggle {
	padding-left: 50px;
    padding-right: 50px;
    letter-spacing: 1px;
}

.navbar .nav .dropdown-menu>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.nav.navbar-nav.navbar-right li {
    line-height: 70px;
}

.navbar .nav-btn{ 
	border: 1px #064f8a solid; 
	padding: 7px 10px;
	border-radius: 5px;
	cursor:pointer;
}

 .navbar .nav-btn .lock{ 
 	height: 16px;
 	width: 16px;
	margin-right: 10px;
	margin-bottom: -3px;
	background-image: url(../../images/lock.png);
	display: inline-block;
}

.navbar .nav-btn:hover{ 
	background-color: #064f8a;
	color: #fff;
}

.navbar .navphone{ 
	margin-right: 20px;
	font-size: 16px;
 }

 .navbar .navphone img{
 	height: 28px; 
 	margin: 0 5px 2px 0;
 }


.navbar .nav-btn:hover .lock{ 
	background-image: url(../../images/lock_active.png);
}

.fixedwrap {
    display: none;
}

.fixedwrapshow {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.10);
}

/* 导航下拉列表宽度设置 */
.navbar .dropdown .dropdown-menu{
	min-width: 169px;
}

.navbar .dropdown .dropdown-menu>li>a{
	text-align: center;
}

/* 广告 */
.wrapper {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.banner .carousel-indicators{
	text-align: center;
	right: 0; 
    width: 100%;
    margin-top: 10px;
    margin-left: 0%;
    padding-left: 0px;
    bottom: 70px;
}

.banner .carousel-indicators li{
	margin: 0;
}

.banner .carousel-indicators .active{
	width: 16px;
    height: 16px;
    margin: 0;
}

.banner .carousel-control .glyphicon-chevron-right, .banner.carousel-control .icon-next{
	margin-right: -90px;
}

.banner .carousel-control .glyphicon-chevron-left, .banner .carousel-control .icon-prev {
    margin-left: -90px;
}

.banner .shadow{
	width: 100%;
    height: 168px;
    position: relative;
    margin-top: -110px;
    background: transparent url(../../images/shadow.png) no-repeat bottom center;
    background-size: 100% 100%; /* stretches it */
    z-index: -1;
    opacity:0.6;
    filter:alpha(opacity=60);
}

/* 业务 */
.business{
	margin-bottom: 80px;
}

.business .content .item{
	width: 25%;
	float: left;
	padding: 0px 10px 10px 0px;
}

.business .content .item:last-child{
	padding: 0px 0px 10px 0px;
}

.business .content img{
	width: 100%;
	height: 200px;
	border: 1px solid #ccb;
}

.business .content img:hover{
	box-shadow: 10px 12px 16px rgba(0,0,0,0.10);
}

/* 资讯 */
.information{
	margin-bottom: 70px;
}

.information .column{
	float: left;
	width: 33%;
	height: 550px;
}

.information .column:nth-child(2){
	width: 40%;
}

.information .column:last-child{
	width: 27%;
}

.information .column .centre{
	margin-bottom: 10px;
}

.information .column .centre img{
	width: 100%;
	height: 250px;
}

.information .column .img-list{
	box-shadow: 10px 12px 16px rgba(0,0,0,0.10);
}

.information .column .img-list .item{
	height: 250px;
	color: #000;
}

.information .column .img-list .item img{
	width: 100%;
	height: 190px;
}

.information .column .img-list .item .text{
	width: 100%;
	margin: 5px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	padding: 0px 5px;
}

.information .column .img-list .item .date{
	right: 5px;
	color: #C2C1C1;
	text-align: right;
	padding-right: 15px;
	padding-top: 3px;
	font-size: 12px;
	font-family: 宋体;
}

.information .column .img-list .item a{
	color: #000;
}

.information .column .img-list .item a:hover{
	color: #064f8a;
}

.information .column .img-list .carousel-indicators{
	background-color: #fff;
	bottom: 0px;
	width: 200px;
	padding-left: 0px;
	left: 15px;
	text-align: left;
	margin-top: 10px;
	right: 0; 
    margin-left: 0%;
}

.information .column .img-list .carousel-indicators li{
	width: 10px;
	height: 10px;
	background-color: #ccc;
	margin: 0;
}

.information .column .img-list .carousel-indicators .active{
	width: 10px;
	height: 10px;
	background-color: #F0D47A;
	margin: 0;
}

.information .column .data-list{
	padding: 0px 10px 0px 10px;
}

.information .column .data-list div:first-child{
	padding: 0px 0px;
}

.information .column .data-list div{
	padding: 3px 0px;
}

.information .column .data-list a{
	color: #000;
}

.information .column .data-list a:hover{
	color: #064f8a;
}

.information .column .data-list .text{
	float: left;
	width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.information .column .data-list .text .point{
	font-weight: bold;
}

.information .column .data-list .date{
	float: right;
	color: #C2C1C1;
	font-size: 12px;
	font-family: 宋体;
}


.information .column .company{
	font-size: 14px;
    color: #064f8a;
}

.information .column .company img{
	width: 100%;
	height: auto;
}

.information .column .company .table{
	margin-bottom: 10px;
}

.information .column .company .table .detail p{
	text-align: left;
    margin-bottom: 0px;
    padding: 3px 0px;
    color: #666;
}

.information .column .company td{
	text-align: center;
	cursor:pointer;
}

.information .column .company td.active{
	color: red;
}

.information .column .magazine{
	width: 100%;
}

.information .column .magazine .title-img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.information .column .magazine .content{
	box-shadow: 3px 3px 10px rgba(0,0,0,0.10);
}

.information .column .magazine .content div{
	float: left;
	width: 33.3%;
	padding-right: 5px;
}

.information .column .magazine .content div img:hover{
	box-shadow: 8px 8px 16px rgba(0,0,0,0.10);
}

.information .column .magazine .content div:last-child{
	padding-right: 0px;
}


.information .column .magazine .content div img{
	width: 100%;
	height: 150px;
}

/* 事件 */
.events{
    background-color: #F3F2EE;
    height: 500px;
}

.events .title{
	padding: 40px 10px;
}

.events .content{
    height: 350px;
}

.events .content .item{
	height: 350px;
}

.events .carousel-indicators{
	text-align: center;
	right: 0; 
    width: 100%;
    margin-top: 10px;
    margin-left: 0%;
    bottom: -20px;
    padding-left: 5px;
    background-color: #F3F2EE;
}

.events .carousel-indicators li{
	background-color: #ccc;
	margin: 0;
}

.events .carousel-indicators .active{
	background-color: #1890FF;
	width: 16px;
    height: 16px;
    margin: 0;
}


/* 品牌 */
.brand{
	margin-top: 30px;
	margin-bottom: 150px;
}

.brand .content img{
	width: 100%;
    height: auto;
}


/* 在线客服 */
.izl-rmenu {
    position: fixed;
    right: 0px;
    margin-right: 20px;
    bottom: -15px;
    padding-bottom: 20px;
    z-index: 999;
}
.izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited {
    background: #78C340 url(../../images/r_qq.png) no-repeat scroll 0px 0px;
    text-decoration: none;
    display: block;
	border-radius: 3px;
}
.izl-rmenu a.btn-email, .izl-rmenu a.btn-email:visited {
    background: #459af5;
    color:white;
    text-decoration: none;
    display: block;
	border-radius: 3px;
}
.izl-rmenu a.btn-hand, .izl-rmenu a.btn-hand:visited {
    background: #459af5 url(../../images/r_hand.png) no-repeat scroll 0px 0px;
    text-decoration: none;
    display: block;
	border-radius: 3px;
}
.izl-rmenu .btn {
    width: 50px;
    height: 50px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}
.izl-rmenu .btn-top {
    display: none;
	border-radius: 3px;
	background: #B9B6B6 url(../../images/r_top.png) no-repeat scroll 0px 0px;
}
.btn-phone {
    background: #FBB01F url("../../images/r_phone.png") no-repeat scroll 0px 0px;
	border-radius: 3px;
}
.btn-phone .phone {
    background-color: #FF811B;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 50px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
	
}
.btn-email {
    background: #FBB01F url("../../images/r_phone.png") no-repeat scroll 0px 0px;
	border-radius: 3px;
}
.btn-email i{
	font-size: 25px; display: block;
}
.btn-email p{
	font-size:10px;
}


/* 底部 */
.footerOne{background: #30486b;}
.footerOne .innner{width:1000px;margin:0 auto;position: relative;}
.btnfooter{cursor:pointer;position:absolute;width:100px;height:24px;background: #30486b;left:50%;margin-left:-50px;top:-24px;}
.btnfooter span{display:block;position: absolute;width:13px;height:8px;background: url(../../images/footerbtnBg.png) no-repeat 0 0;top:50%;margin-top:-4px;left:50%;margin-left:-6.5px;}
.btnfooter.current span{background: url(../../images/footerbtnBg.png) no-repeat -13px 0;}
.footerOne .innerCon{padding:55px 0 35px;}
.footerOne .innerCon .left{float: left;}
.footerOne .innerCon .left .same{float:left;margin-left:78px;}
.footerOne .innerCon .left .same:first-child{margin-left:0;}
.footerOne .innerCon .left .same a:hover{ color: #fff;  }
.footerOne .innerCon .left h5{color:#fff;font-size:16px;font-weight: normal;margin-bottom: 25px;}
.footerOne .innerCon .left a{display: block;color:#6597c1;font-size:14px;margin-bottom:15px;}
.footerOne .innerCon .right{float: right;}
.footerOne .innerCon .right .footerweibo{float:left;margin-right:30px;display:block;width:41px;height:41px;background: url(../../images/footerweibo.png) no-repeat;}
.footerOne .innerCon .right .footerweibo:hover{background: url(../../images/footerweibohover.png) no-repeat;}
.footerOne .innerCon .right .footerweixin{position:relative;padding-bottom:14px;cursor:pointer;float: left;width:41px;height:41px;background: url(../../images/footerweixin.png) no-repeat;box-sizing:content-box;}
.footerOne .innerCon .right .footerweixin:hover{background: url(../../images/footerweixinhover.png) no-repeat;}
.footerOne .innerCon .right .footerweixin .code{display:none;position: absolute;top:54px;right:0;width:111px;height:111px;}
.footerOne .innerCon .right .footerweixin .code:before{content:'';position: absolute;right:15px;top:-8px; width:0px;height:0px;border-left:8px solid transparent;  border-right:8px solid transparent; border-bottom:8px solid #fff; font-size:0px;line-height:0px;}
.footerOne .innerCon .right .footerweixin:hover .code{display: block;}
.footerOne .innerCon .right .footerweixin:hover .code img{display:block;border-radius: 5px;}
.footer .footerTwo{padding:12px 0;background: #1e314c;}
.footer .footerTwo p{text-align: center;color:#6597c1;margin:0;}
.footercode{text-align: center;position: relative;padding-top:20px;padding-bottom: 20px;}
.footercode a{display: inline-block;width:50px;height:50px;margin:0 15px;}
.footer-hidden{display:none;}
.navbarweibo{float:left;margin-right:10px;display:block;width:41px;height:41px;background: url(/images/footerweibohover.png) no-repeat;}
.navbarweibo:hover{border-bottom-width: 0px !important;}
.navbarweixin{position:relative;padding-bottom:14px;cursor:pointer;float: left;width:41px;height:41px;background: url(/images/footerweixinhover.png) no-repeat;box-sizing:content-box;}
.navbarweixin:hover{background: url(/images/footerweixinhover.png) no-repeat;}
.navbarweixin .code{display:none;position: absolute;top:60px;right:0;width:111px;height:111px;}
.navbarweixin .code:before{content:'';position: absolute;right:15px;top:-8px; width:0px;height:0px;border-left:8px solid transparent;  border-right:8px solid transparent; border-bottom:8px solid #fff; font-size:0px;line-height:0px;}
.navbarweixin:hover .code{display: block;}
.navbarweixin:hover .code img{display:block;border-radius: 5px;}

.footerlogo{ text-align: right; margin-bottom: 15px;  margin-top: 10px;}
.footerOne .contact .footerWeibo{float:right;margin-right:10px;display:block;width:41px;height:41px;background: url(../../images/footerweibo.png) no-repeat;}
.footerOne .contact .footerWeibo:hover{background: url(../../images/footerweibohover.png) no-repeat;}

.footerOne .contact .footerWeixin{position:relative;margin-right:10px;padding-bottom:14px;cursor:pointer;float: right;width:41px;height:41px;background: url(../../images/footerweixin.png) no-repeat;box-sizing:content-box;}
.footerOne .contact .footerWeixin:hover{background: url(../../images/footerweixinhover.png) no-repeat;}

.footerOne .contact .footerWeixin .code{display:none;position: absolute;top:54px;right:0;width:111px;height:111px;}
.footerOne .contact .footerWeixin .code:before{content:'';position: absolute;right:15px;top:-8px; width:0px;height:0px;border-left:8px solid transparent;  border-right:8px solid transparent; border-bottom:8px solid #fff; font-size:0px;line-height:0px;}
.footerOne .contact .footerWeixin:hover .code{display: block;}
.footerOne .contact .footerWeixin:hover .code img{display:block;border-radius: 5px;}

.footerOne .contact .footerEmail{margin-right:0px; float:right;display:block;width:41px;height:41px;background: url(../../images/footeremail.png) no-repeat;}
.footerOne .contact .footerEmail:hover{background: url(../../images/footeremailhover.png) no-repeat; width:41px;height:41px;}

.footerOne .copyright{ color: #fff; text-align: right;  margin-top: 13px;}
.footerOne .copyright div{ padding: 5px 0px; }
.footerOne .innerCon .copyright a{display: block;color:#fff;font-size:14px;margin-bottom:15px;}
.footerOne .innerCon .copyright a:hover{ color: #6597c1;  }