@charset "UTF-8";
/**
 * // vim: set expandtab cindent tabstop=4 shiftwidth=4 fdm=marker:
// +----------------------------------------------------------------------+
// | The CompanyName Jolene                                                  |
// +----------------------------------------------------------------------+
// | Copyright (c) 2016, CompanyName Jolene. All rights reserved.            |
// +----------------------------------------------------------------------+
// | Authors: The PHP Dev Team, ISRD, CompanyName Jolene.                    |
// |                                                                      |
// +----------------------------------------------------------------------+
 * 
 * @authors Your Name (you@example.org)
 * @date    2020-01-14 09:56:02
 * @version $Id$
 */
body{
	font-size: 12px;
	color: #000000;
}
.header{
	padding: 30px 0;
	overflow: hidden;
}
.header .logo{
	width: 408px;
	height: 86px;
	background: url(../images/logo.png) no-repeat center;
	float: left;
}
.header .index_menu{
	width: 628px;
	line-height: 86px;
	float: right;
}
.header .index_menu li{
	float: left;
	font-size: 24px;
	color: #333333;
}
.header .index_menu li a{
	padding: 0 6px;
	font-size: 18px;
	color: #333333;
}
.header .index_menu li.action a{
	color: #e7221c;
	font-weight: bold;
}
.index_banner{
  width:100%;
  height:498px;
  overflow:hidden;
  position:relative;
}
.index_banner .bd{
  position:relative;
  height:100%;
  z-index:0;
}
.index_banner .bd li{
  zoom:1;
  vertical-align:middle;
}
.index_banner .bd img{
  width:100%;
  height:498px;
  display:block;
}
.index_banner .btn{
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	margin-top: -270px;
	z-index: 99999;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.index_banner .prev,
.index_banner .next{
  display:block;
  width:38px;
  height:70px;
  float: left;
  background:url(../images/bann_left.png)no-repeat;
}
.index_banner .next{
	float: right;
  background:url(../images/bann_right.png)no-repeat;
}


.index_server{
	height: 242px;
	background: #FFFFFF;
	
}
.index_server dl:hover .index_menban{
	display: block;
}
.index_server dl{
	width: 20%;
	float: left;
	height: 245px;
	padding: 34px 0;
	position: relative;
}
.gg-banner{
	width: 60%;
  	height:280px;
  	overflow:hidden;
	margin: auto;
	box-shadow: 5px 5px 10px #e5e5e5;
	position: relative;
}
.gg-banner .bd ul li{
	overflow: hidden;
}
.gg-banner .bd ul li a{
	display: block;
}
.gg-banner .bd ul li .index-new-icon{
	width: 25%;
	float: left;
	display: block;
	height: 100%;
}
.gg-banner .bd ul li .index-new-icon img{
	width: 100%;
	height: 279px;
}
.gg-banner .bd ul li .index-new-info{
	width: 75%;
	float: left;
	padding: 10px 10px 10px 30px;
}
.index-new-info h1{
	margin-top:30px;
	font-size: 22px;
	text-align:center;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #323232;
}
.index-new-info p{
	margin-top:10px;
	font-size: 14px;
	color: #323232;
	line-height: 30px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 90px;
	overflow: hidden;
}
.gg-banner .hd{
	position: absolute;
	right: -40px;
	display: block!important;
	top: 23px;
}
.gg-banner .hd li{
	background: #e5e5e5;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-top: 20px;
}
.gg-banner .hd li.on{
	background: #e7221c;
}
.page{
	position: absolute;
	right: 10px;
	color: #e7221c;
	font-size: 16px;
	bottom: 10px;
	font-weight: bold;
}
.index_server dl a{
	display: block;
}
.index_menban{
	position: absolute;
	bottom: 0px;
	height: 265px;
	left: 0px;
	width: 100%;
	background: #e7221c;
	display: none;
}
.index_menban h1{
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	padding:0px 5px;
}
.index_menban p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 27px;
	padding:0px 5px;
}
#year_pics {
	position:relative;
	width:500px;
	height:300px;
	overflow:hidden;
}
#year_pics a {
	position:absolute;
	top:0px;
	left:0px;
	margin:0 10px 15px 0;
}
.index_menban button{
	height: 30px;
	color: #fff;
	border: none;
	background: #333333;
	border-radius: 15px;
	outline: none;
	display: block;
	margin:10px auto 0px;
	width: 120px;
}
.index_menban-icon1{
	background:url(../images/server_01-active.png);
}
.index_menban-icon2{
	background:url(../images/server_02-active.png);
}
.index_menban-icon3{
	background:url(../images/server_03-active.png);
}
.index_menban-icon4{
	background:url(../images/server_04-active.png);
}
.index_menban-icon5{
	background:url(../images/server_05-active.png);
}
.index_menban-icon{
	width: 50px!important;
}
.index_menban-icon,.index_server dl dt{
	width: 50px;
	height: 98px;
	margin: 0 auto;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.index_server dl.server1 dt{
	background-image: url(../images/server_01.png);
}
.index_server dl.server2 dt{
	background-image: url(../images/server_02.png);
}
.index_server dl.server3 dt{
	background-image: url(../images/server_03.png);
}
.index_server dl.server4 dt{
	background-image: url(../images/server_04.png);
}
.index_server dl.server5 dt{
	background-image: url(../images/server_05.png);
}
.index_server dl dd{
	text-align: center;
}
.index_server dl dd h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.index_server dl dd p{
	color: #666666;
	font-size: 14px;
}

.index_title{
	overflow: hidden;
	text-align: center;
	margin:77px 0;
	background: url(../images/index_01.png) no-repeat top center;
	padding-top: 16px;
}
.index_tle{
	color: #FFFFFF;
	background: url(../images/index_02.png) no-repeat top center;
}
.index_title h3{
	font-size: 32px;
	font-weight: bold;
}
.index_title p{
	font-size: 14px;
	margin-top: 8px;
}
.index_title p span{
	padding: 0 4px;
}

.index_case{
	height: 576px;
	background: #4aa9f5;
	overflow: hidden;
}
.index_case .index_title{
	margin-bottom: 30px;
}
.index_case .sub_menu{
	overflow: hidden;
	height: 30px;
	width: 458px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.index_case .sub_menu a{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	float: left;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}
.index_case .leftCont{
	width: 64%;
	float: left;
}
.index_case .rightCont{
	width: 36%;
	height: 642px;
	float: right;    position:relative;
	background: url(../images/777.gif) no-repeat center;	background-size:cover;
}
.hezuo-ul{
	overflow: hidden;
}
.hezuo-ul li a{
	display: block;
}
.hezuo-ul li{
	float: left;
	width: 30%;
	margin-right: 1%;
	position: relative;
}
.hezuo-icon{
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}
.hezuo-icon img{
	width: 100%;
	height: 303px;
	transform: scale(1);
	transition: transform 0.5s;
	-moz-transition: transform 0.5s;/* Firefox 4 */
	-webkit-transition: transform 0.5s;/* Safari 和 Chrome */
	-o-transition: transform 0.5s; /* Opera */
}
.hezuo-ul li .hezuo-icon:hover img{
	transform: scale(1.05);
	transition: transform 0.5s;
	-moz-transition: transform 0.5s; /* Firefox 4 */
	-webkit-transition: transform 0.5s; /* Safari 和 Chrome */
	-o-transition: transform 0.5s; /* Opera */
}
.right-about{
	width: 600px;
	float: left;
	margin-left: 15px;
}
.hezuo-ul li p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #192054;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 20px;
	left: 0px;
	padding: 0px 10px;width: 100%;
}
.index_about{
	padding: 30px 0;
	overflow: hidden;
}
.index_about .tag_cont{
	overflow: hidden;
	height: 566px;
}
.index_about .cont_view{
	height: 566px;
	overflow: hidden;
}
.kuang-banner{
	box-shadow:5px 5px 5px #ccc;
	height: 490px;
	width: 510px;
	position: absolute;
	top: 50px;
	right: -50px;
	z-index: -1;
}
.index_about .sub_title{
	overflow: hidden;
	border-bottom: 1px solid #172155;
	height: 40px;
	text-align: center;
	margin-bottom: 20px;
}
.index_about .sub_title span{
	padding: 0 20px;
	font-size: 18px;
	color: #172155;
	padding-bottom: 8px;
	cursor: pointer;
} 
.index_about .sub_title span.action{
	font-weight: bold;
	background: url(../images/bottom.jpg) no-repeat center bottom;
}
.index_about .leftCont{
	width: 574px;
	float: left;
	color: #666666;
	line-height: 28px;
	font-size: 14px;
}
.index_about .leftCont p{
	margin-bottom: 20px;
	text-indent: 2em;
}
.index_about .tag_cont>ul{
	clear: both;
	display: none;
}
.index_about .tag_cont>ul.action{
	display: block;
}

.index_news{
	height: 680px;
	//background: url(../images/news_bg.jpg) no-repeat center;
	background: #4aa9f5;
	overflow: hidden;
	padding: 30px 0;
}
.index_news .index_title{
	color: #FFFFFF;
	margin: 60px 0;
}
.index_news .bd_cont{
	overflow: hidden;
}
.index_news .bd_cont dl{
	width: 354px;
	float: left;
	margin-left: 46px;
}
.index_news .bd_cont dl dt{
	width: 354px;
	height: 226px;
	overflow: hidden;
}.index_menu ul li a:hover{
	color: #e7221c;
}
.hezuo-icon{
	position: relative;
}
.hezuo-ul li:hover .gong-menban{
	display: block!important;
}
.index_news .bd_cont dl dt a{
	display: block;
	width: 100%;
	height: 100%;
}
.gong-icon{
	width: 100%;
	height: 100%;
	position: relative;
}
.gong-menban{
	display:none;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	padding: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.gong-menban div{
	height: 100%;
	line-height: 186px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	border: 1px solid #fff;
}
.index_news .bd_cont dl:hover .gong-menban{
	display: block!important;
}
.index_news .bd_cont dl dt img{
	width: 100%;
	height: 226px;
}
.index_news .bd_cont dl dd{
	margin-top: 20px;
}
.index_news .bd_cont dl dd .times{
	width: 110px;
	height: 110px;
	float: left;
	background: #e7221c;
	border-radius: 6px;
	color: #FFFFFF;
	padding: 10px 20px;
	text-align: center;
}
.index_news .bd_cont dl dd .times em,.index_news .bd_cont dl dd .times span{
	display: block;
}
.index_news .bd_cont dl dd .times em{
	font-size: 46px;
	border-bottom: 1px solid #FFFFFF;
}
.index_news .bd_cont dl dd .times span{
	line-height: 32px;
	font-size: 16px;
}
.index_news .bd_cont dl dd .info{
	width: 228px;
	float: right;
}
.index_news .bd_cont dl dd .info h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.index_news .bd_cont dl dd .info h3 a{
	color: #FFFFFF;
}
.index_news .bd_cont dl dd .info p{
	font-size: 14px;
    height:30px;
	color: #FFFFFF;
	line-height: 24px;
}

.index_more{
	width: 44px;
	height: 67px;
	margin: 20px auto;
}
.index_more img{
	width: 100%;
}
.footer{
	background:#024ca7;
	padding: 20px 0 0 0;
	overflow: hidden;
}
.footer a{
	color:#FFFFFF;
}
.footer .leftCont{
	width: 220px;
	float: left;
}
.footer .leftCont .logo{
	width: 220px;
	height: 94px;
	float: left;
	background: url(../images/foot_logo.png) no-repeat center;
	margin-bottom: 20px;
}
.footer .leftCont>a{
	display: block;
	width: 96px;
	height: 96px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.footer .leftCont>a img{
	width: 100%;
	height: 100%;
}
.footer .middenCont{
	width: 356px;
	float: left;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 14px;
}
.footer .middenCont p{
	line-height: 38px;
	padding-left: 32px;
}
.footer .rightCont{
	width: 602px;
	float: right;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 38px;
}
.footer .rightCont dl{
	width: 120px;
	float: left;
	text-align: center;
}
.footer .rightCont dl dt .pic{
	width: 78px;
	height: 64px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 10px;
}
.footer .rightCont dl dt .title{
	font-size: 16px;
	font-weight: bold;
}
.footer .rightCont dl dd a{
	display: block;
	color: #FFFFFF;
	font-size: 13px;
}
.footer .rightCont dl.li01 dt .pic{
	background: url(../images/foot_01.png) no-repeat center;
}
.footer .rightCont dl.li02 dt .pic{
	background: url(../images/foot_02.png) no-repeat center;
}
.footer .rightCont dl.li03 dt .pic{
	background: url(../images/foot_03.png) no-repeat center;
}
.footer .rightCont dl.li04 dt .pic{
	background: url(../images/foot_04.png) no-repeat center;
}
.footer .rightCont dl.li05 dt .pic{
	background: url(../images/foot_05.png) no-repeat center;
}
/*固定的悬浮窗*/
.yb_conct{
	position:fixed;
	z-index:9999999;
	top:200px;
	right:0px;
	cursor:pointer;
	transition:all .3s ease;
}
.yb_bar ul li{
	width:180px;
	height:53px;
	font:16px/53px 'Microsoft YaHei';
	color:#fff;
	text-indent:54px;
	margin-bottom:3px;
	border-radius:3px;
	transition:all .5s ease;
	overflow:hidden;
}
.yb_bar .yb_top{
	background:#0072ff url(../images/back.png) no-repeat 0 4px;
	background-size: 41px;
	background-position-x: 6px;
}
.yb_bar .yb_phone{
	background:#0072ff url(../images/phone.png) no-repeat 0;
	background-position:5px 8px;
	background-size: 50px;
}
.yb_bar .yb_QQ{
	text-indent:0;
	background:#0072ff url(../images/fixCont.png) no-repeat 0 1px;
	background-size: 50px;
}
.yb_bar .yb_ercode{
	background:#0072ff url(../images/weixin.png) no-repeat 0 5px;
	background-size: 42px;
	background-position-x: 6px;
}
.hd_qr{
	padding:0 29px 25px 29px;
	width: 100%;
}
.yb_QQ a{
	display:block;
	text-indent:54px;
	width:100%;
	height:100%;
	color:#fff;
}
.footer .rightCont p{
	padding-left: 30px;
}
.phone_icon{
	background: url(../images/footer-phone.jpg) no-repeat;
	background-size: 30px;
	background-position: 0px 5px;
}
.dizhi_icon{
	background: url(../images/footer_address.jpg) no-repeat;
	background-size: 30px;
	background-position: 0px 5px;
}
