@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,ol,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,label { margin:0; padding:0; border:0;}
input,select,option,textarea{outline: none;}
ul,ol,li { list-style:none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; line-height: 1;}
i,em { font-style: normal;}
img { max-width: 100%;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00; transition:all .2s linear;}
.clearfix:after { content:""; display:block; height:0; clear:both; visibility:hidden }
.container { width: 1200px; margin: 0px auto;}
.f12 { font-size: 12px;} .f16 { font-size: 16px;} .f18 { font-size: 18px;}
.fl { float: left;} .fr { float: right;}
.flex { display: flex; flex-wrap: wrap; justify-content: space-between;}
.flex2 { display: flex; flex-wrap: wrap;}
.align { align-items: center;} .justify { justify-content: center;}
.clear { content:""; clear: both; overflow: hidden; display: block;}
.ptb30 { padding: 30px 0px;} .ptb20 { padding: 20px 0px 40px;} .p10 { padding: 10px 5px;} .pl15 { padding-left: 15px;} .p30 { padding: 30px 30px;} .pb50 { padding-bottom: 50px;} .pb80 { padding-bottom: 80px;} 
.p20 { padding: 20px 20px;} .pt20 { padding-top: 20px;}
.ml20 { margin-left: 20px;} .mtb10 { margin: 10px 0px 20px;} .mb20 { margin-bottom: 20px;} .mtb20 { margin: 20px 0;} .mlr20 { margin: 0px 20px;} .mtp20 { margin-top: 20px;} .mt60 { margin-top: 60px;}
.m30 { margin: 30px 30px;} .mb10 { margin-bottom: 10px;}
.bf5 { background: #f5f5f5;}
.c6 { color: #666;} .cf{ color: #fff;} .c9 { color: #999;}
.blod { font-weight: bold;} .post { position: relative;} .l-ht { line-height: 30px;} .tc{ text-align: center;}

.head_bg {
	width: 100%;
	background: url(../images/head_bg.jpg) center top no-repeat;
	}
.head_bg .header { height: 120px;}
.head_bg .logo {
	width: 160px;
	height: 70px;
	line-height: 70px;
	background: url(../images/logo.png) center center no-repeat;
	background-size: contain;
	}
.head_bg .logo a {
	display: block;
	height: 70px;
	text-indent: -9999px;
	}
.head_bg .head_24 a{
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px 20px;
	color: #fff;
	}
.head_bg .head_tit li a{
	display: block;
	line-height: 50px;
	padding: 0px 15px;
	color: #fff;
	font-size: 16px;
	}
.head_bg .head_tit li a:hover { color: #f90;}

.ban_tit {
	background: #fff;
	border-radius: 0px 50px 50px 50px;
	display: inline-table;
	box-shadow: 0px 0px 50px rgb(0,0,0,.1);
	margin-left: 175px;
	margin-top: 20px;
	}
.ban_tit h4{
	background: linear-gradient(180deg, #1280ff, #07a5ff);
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 50px;
	color: #fff;
	text-align: center;
	border-radius: 0px 50px 0px 0px;
	}
.ban_tit h3 {
	font-size: 30px;
	color: #2e88ff;
	font-weight: bold;
	padding: 30px 30px;
	}
.ban_tit h5 {
	display: table;
	background: #d4efff;
	border-radius: 30px;
	font-size: 16px;
	color: #2e88ff;
	line-height: 40px;
	margin: 0px auto;
	padding: 0px 50px;
	}
.ban_tit dl {
	padding: 30px 80px;
	}
.ban_tit dt {
	font-size: 18px;
	}
.ban_tit dt span {
	background: linear-gradient(90deg, #d4efff, #fff);
	display: block;
	border-radius: 30px;
	line-height: 40px;
	padding: 0px 30px;
	margin-bottom: 20px;
	}
.ban_tit dd img { height: 120px;}

/**/
.common{
	height: 610px; 
	overflow: hidden;
	margin-top: -40px;
	}
.com_tit {
	font-size: 18px;
	display: flex;
	justify-content: space-around;
	}
.com_tit span {
	display: block;
	text-align:center;
	cursor:pointer;
	width: 16%;
	background: #fff;
	box-shadow: 0px 0px 10px rgb(0,0,0,.08); 
	border-radius: 5px;
	color: #0f527c;
	padding: 5px 0px 10px;
	position: relative;
	}
.com_tit span i {
	display: block;
	background: url(../images/icon.png) -70px 0 no-repeat;
	width: 70px;
	height: 30px;
	margin: 5px auto;
	}
.com_tit .act{ background: #0f527c; color:#fff;}
.com_tit .act i { background-position: 0px 0px;}
.com_tit .act:after {
	content:"";
	position: absolute;
	width:0;
	height:0;  
    line-height:0;  
    border-width:20px;  
    border-style:solid;  
    border-color: #0f527c transparent transparent transparent;
	left: 50%;
	margin-left: -20px;
	bottom: -40px;
	}
.com_sub{ margin-bottom:10px; margin-top: 50px;}
.com_mage h4{
	font-size: 30px;
	display: inline-table;
	}
.com_mage h4 em {
	position: absolute;
	display: inline-block;
	background: #f60;
	border-radius: 3px;
	padding: 3px 5px;
	top: -10px;
	right: -50px;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	}
.com_mage h5 {
	display: inline-block;
	margin-left: 60px;
	}
.com_info {
	width:100%;
	max-height: 660px;
    overflow: hidden;
	}
.expand-button {
   	cursor: pointer;
	display: table;
	margin: 30px auto 0;
	line-height: 50px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0px 30px;
	font-size: 16px;
	}
.expand-button:hover {
	background: #011a38;
	color: #fff;
	transition:all .3s linear;
	}
.com_info dl {
	margin: 10px 10px;
	width: calc(16.667% - 20px);
	background: #fff;
	box-shadow: 0px 0px 10px rgb(0,0,0,.08);
	padding: 5px 5px;
	overflow: hidden;
	}
.com_info dl a {
	}
.com_info dl dt {
	width: 100%;
	height: 150px;
	overflow: hidden;
	}
.com_info dl dt img {
	width: 100%;
	height: 100%;
	transition: all 1s linear;
	}
.com_info dl dt:hover img {transform: scale(1.3);}
.com_info dl dd {
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	padding-top: 8px;
	font-size: 12px;
	}
.com_info dl i {
	display: inline-block;
	position: absolute;
	background: #0f527c;
	color: #ffca00;
	padding: 0px 5px 2px;
	top: 0px;
	right: 0px;
	z-index: 10;
	}
.com_info dl em {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 22px;
	background: url(../images/icon.png) 0px -50px no-repeat;
	bottom: 37px;
	right: 5px;
	z-index: 10;
	}
.com_info dl:nth-child(1) em, .com_info dl:nth-child(2) em, .com_info dl:nth-child(6) em, .com_info dl:nth-child(7) em, .com_info dl:nth-child(8) em, .com_info dl:nth-child(9) em, .com_info dl:nth-child(13) em, .com_info dl:nth-child(16) em, .com_info dl:nth-child(17) em, .com_info dl:nth-child(19) em, .com_info dl:nth-child(20) em { background-position: -96px -50px;}
.com_info dl:nth-child(3) em, .com_info dl:nth-child(4) em, .com_info dl:nth-child(10) em, .com_info dl:nth-child(14) em { background-position: -72px -50px;}
.com_info dl:nth-child(5) em, .com_info dl:nth-child(11) em, .com_info dl:nth-child(15) em { background-position: -120px -50px;}
.com_info dl span {
	width: 100%;
	height: 160px;
	background: rgb(0,0,0,.6);
	position: absolute;
	left: 0px;
	top: 200px;
	text-align: center;
	z-index: 20;
	padding: 10px;
	cursor:pointer;
	transition: 1s;
	}
.com_info dl:hover span { top: 0;}
.com_info dl span img { height: 125px;}


.com_in_f {
	position: absolute;
	bottom: 22px;
	right: 0px;
	width: 23%;
	margin-right: 0.5%;
	margin-top: -3%;
	background: #fff;
	box-shadow: 0px 0px 10px rgb(0,0,0,.1);
	}
.com_in_f h4 {
	height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    border-bottom: 1px solid #eee;
	}
.com_in_f h4 span {
	border-left: 4px solid #1178f9;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding-left: 15px;
	}
.com_in_f h4 i {
	display: inline-block;
	width: 22px;
	height: 10px;
	background: url(../images/hot.gif) 0 0 no-repeat;
	vertical-align: super;
	margin-left: 15px;
	}


/**/
.title {
	padding: 50px 0px 30px;
	}
.title label {
	font-size: 30px;
	display: inline-block;
	color: #011a38;
	}
.title label em {
	position: absolute;
	display: inline-block;
	background: #f60;
	border-radius: 3px;
	padding: 3px 5px;
	top: -10px;
	right: -50px;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	}
.title h5 {
	display: inline-block;
	margin-left: 60px;
	}
.title span a{
	display: inline-block;
	background: #f60;
	line-height: 30px;
	border-radius: 5px;
	padding: 0px 10px;
	color: #fff;
	margin-left: 20px;
	cursor: pointer;
	}
.title span a:hover { background: #011a38;}
	
/***/
.news_xt {
	background: #fff;
	padding: 10px 10px;
	}
.xt_box { width: 100%;}
.xt_box p{
	width: 24%;
	height: 120px;
	overflow: hidden;
	}
.xt_list { padding: 10px 10px;}	
.xt_list li{
	width: 31%;
	position: relative;
	padding-left: 15px;
	margin-top: 10px;
	cursor: pointer;
	}
.xt_list li:after {
	content:"";
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	background: #f60;
	left: 0px;
	top: 13px;
	}
.xt_list li h4 {
	display: block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	}
.xt_list li span{
	display: inline-block;
	padding: 3px 8px;
	border: 1px solid #0f527c;
	border-radius: 30px;
	color: #0f527c;
	margin-right: 5px;
	line-height: 14px;
	}
.news_xt_img {
	position: absolute;
	right: 10px;
	top: 10px;
	}
.xt_list li:hover h4 { color: #c00;}
.lscj {
	width: 25%;
	background: #fff;
	margin-top: -60px;
	}
.lscj h3 {
	height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    border-bottom: 1px solid #eee;
	}
.lscj h3 span {
	border-left: 4px solid #1178f9;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding-left: 15px;
	}
	
#FontScroll{
	width:100%;
	height:420px;
	overflow:Hidden;
	margin: 10px 0px 0px;
	}
#FontScroll .line{
	width:100%;
	}
#FontScroll li {
	height:60px;
	padding: 0px 15px;
	}
#FontScroll .fontColor {
	color:#f00;
	background: #e1f2f9;
	}
#FontScroll ul li a {
	display: block;
	}
#FontScroll ul li h4 {
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight: normal;
	padding-top: 10px;
	}
#FontScroll ul li p {
	line-height: 20px;
	display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	}
#FontScroll ul li p font { color: #f00;}
#FontScroll ul li span {
	float: right;
	width: 50px;
	line-height: 14px;
	padding: 5px 8px;
	text-align: center;
	border: 1px solid #f00;
	border-radius: 4px;
	margin-left: 10px;
	margin-top: 10px;
	color: #f00;
	}
	
/**/
.server_index {}
.server_index ul li {
	width: 285px;
	padding: 30px 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: linear-gradient(180deg, #569bff, #3b7ef5);
	border-radius: 10px;
	}
.server_index ul li h4 {
	display: block;
	font-size: 24px;
	}
.server_index ul li h4 em {
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	margin: 10px auto 0;
	}
.server_index ul li h4 span {
	display: block;
	font-weight: normal;
	}
.server_index ul li p { text-align: left; padding-left: 35px;}
.server_index ul li p b{
	display: block;
	font-size: 16px;
	padding-bottom: 5px;
	position: relative;
	}
.server_index ul li p b:after {
	content:"";
	position: absolute;
	display: block;
	width: 23px;
	height: 22px;
	background: url(../images/icon.png) -160px 0px no-repeat;
	left: -35px;
	top: 0px;
	}
.server_index ul li p b a { display: block; color: #fff;}
.server_index ul li p b a:hover { color: #000;}
.server_index ul li i {
	position: absolute;
	display: inline-block;
	width: 118px;
	height: 123px;
	background: url(../images/icon.png) no-repeat;
	right: 0px;
	bottom: 0px;
	}
.server_index ul li:nth-child(1) i{ background-position: 0px -100px;}
.server_index ul li:nth-child(2) i{ background-position: -140px -100px;}
.server_index ul li:nth-child(3) i{ background-position: 0px -275px;}
.server_index ul li:nth-child(4) i{ background-position: -140px -275px;}

.server_index ul li:nth-child(2) { background: linear-gradient(180deg, #61ddff, #28b0eb);}
.server_index ul li:nth-child(3) { background: linear-gradient(180deg, #a19bff, #645ee8);}
.server_index ul li:nth-child(4) { background: linear-gradient(180deg, #ffcc74, #eca65a);}

.server_two li{
	width: 16.667%;
	text-align: center;
	cursor: pointer;
	}
.server_two li img { height: 120px; transition:all 0.7s;}
.server_two li:hover h4 { color: #f00;}
.server_two li:hover img{transform: rotateY(360deg);}

.bg_color {background: #f1f5fa;}
/**/
.case_bg {
	width: 100%;
	}
.case_u li {
	width: 32%;
	background: #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.08);
	margin: 20px 0px;
	}
.case_u li a{
	display: block;
	height: 100%;
	}
.case_u li .case_img {
	width: 100%;
	height: 340px;
	overflow: hidden;
	}
.case_u li .case_img img {
	width: 100%;
	height: 100%;
	transition: all 1s linear;
	}
.case_u li .case_img:hover img{transform: scale(1.09);}
.case_u li h4 { height: 18px;}
.case_u li h4, .case_u li p {
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.case_list .case_img { height: 240px!important;}
	
.more { text-align: center;}
.more a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #011a38;
	border-radius: 10px;
	padding: 0px 50px;
	line-height: 58px;
	margin: 20px 20px 60px;
	}
.more a:hover { opacity: .95; box-shadow: 0px 0px 30px rgba(0,0,0,.2); text-decoration: none;}

/**/
.evaluate_bg {
	width: 100%;
	background: url(../images/pj_bj.jpg) center center no-repeat;
	background-size: cover;
	}
.evaluate_bg .title label { color: #fff;}
.eva_l { width: 45%;}
.box-gundong {
    height:240px;
    position:relative;
    }
.ashow2 {
    float:left;
    display:inline;
    }
.list_02 li {
    float: left;
    overflow: hidden;
	width: 500px;
	height: 240px;
	margin: 0px 10px;
	padding-top: 80px;
    }
.list_02 li:after {
	content:"";
	position: absolute;
	display: block;
	width: 88px;
	height: 71px;
	background: url(../images/icon.png) 0px -170px no-repeat;
	left: 0px;
	top: 0px;
	}
.list_02 li p {
	line-height:30px;
	display: block;
	}
.list_02 li span {
	display: block;
	text-align: right;
	}
.list_02 li span i {
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #fff;
	vertical-align: middle;
	margin-right: 15px;
	}
.al {
	position: absolute;
    left: 19px;
    top: 50%;
	transform:translateY(-50%);
    width: 42px;
    height: 42px;
    z-index: 6;
	cursor: pointer;
    }

.ar {
    position: absolute;
    right: 19px;
    top: 50%;
	transform:translateY(-50%);
    width: 42px;
    height: 42px;
    z-index: 6;
	cursor: pointer;
    }
.eva_l .more a {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	margin: 0px 0px;
	}
	
.eva_r {
	width: 50%;
	background: #fff;
	border-radius: 10px;
	}
.eva_r strong {
	font-size: 24px;
	display: block;
	}
.eva_r p {
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
	}
	
/**/
.advantage_l { width: 50%;}
.advantage_l h4 {
	display: block;
	font-size: 24px;
	color: #147bcb;
	}
.advantage_l .more a {
	background: none;
	border: 1px solid #011a38;
	color: #011a38;
	}
.advantage_r { width: 45%;}
.advantage_r li {
	width: 32%;
	height: 90px;
	background: #e7ecf2;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	}
.advantage_r li p {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #011a38;
	}
.advantage_r li:hover {
	box-shadow: 3px 3px 20px rgb(0,0,0,.08);
	font-weight: bold;
	}



/**/
.foot_ban {
	width: 100%;
	background: url(../images/foot_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 20px 0px;
	}
.foot_ban ul { padding-left: 100px;}
.foot_ban li {
	width: 18%;
	}
.foot_ban li h4 {
	display: block;
	font-size: 36px;
	}
.foot_ban li em {
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #fff;
	}


/**/
.footer {
	width: 100%;
	background: #1e2021;
	}
.footer .container {border-bottom: 1px solid #525252; padding-bottom: 30px;}
.dyofot1 {
	width: 250px;
	float: left;
	margin-top: 20px;
	}
.dyofot1 a { color: #fff;}
.dyofot1 strong {
	font-size: 40px;
	display: block;
	}
.dyofot1 a span { color: #a8a8a8; font-size: 16px;}

.dyofot1 p {
	font-size: 13px;
	color: #879199;
	}
.dyofot2 {
	width: 242px;
	float: right;
	margin-top: 28px;
	margin-left: 25px;
}

.dyofot2 h5 {
	margin-top: 0;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}



.dyofot2 p {
	display: inline-block;
	position: relative;
	margin-right: 25px;
	cursor: pointer;
	}

.dyofot2 span {
	position: absolute;
	width: 130px;
	top: 35px;
	left: 50%;
	display: none;
	transform:translateX(-50%);
}
.dyofot2 span img { height: 130px;}
.dyofot2 p:hover span { display: block;}
.link-itemBox {
	width: 50%;
	margin-top: 20px;
	float: left;
}

.link-item {
	height: 20px;
}

.link-item a {
	margin-right: 1%;
	padding-right: 3%;
	color: #fff;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	box-sizing: border-box;
}

.foot_inner {
	line-height: 30px;
	color: #fafafa;
	font-size: 14px;
}

/**/
.ban_ser {
	width: 100%;
	height: 500px;
	background: url(../images/ban_ser.jpg) center center no-repeat;
	background-size: cover;
	}
.ban_ser .container { padding-top: 150px;}
.ban_ser h3 {
	font-size: 36px;
	display: block;
	}
.ban_ser h4 {
	display: block;
	font-size: 20px;
	margin-top: 45px;
	}
.ser_01 {
	background: #fff;
	box-shadow: 0 0 50px rgb(0,0,0,.05);
	padding: 3%;
	}
.ser_img { width: 50%;}
.ser_tit { width: 45%;}
.ser_tit i {
	display: block;
	font-size: 30px;
	}
.ser_tit h3 {
	display: block;
	font-size: 24px;
	}

.ser_02 {
	width: 100%;
	background: url(../images/ban_s_2.jpg) center center no-repeat;
	background-size: cover;
	}
.ser_02 .container { padding: 3%;}
.ser_02 .ser_img { width: 45%;}
.ser_02 .ser_tit { width: 50%;}

/**/
.bread{
	width: 100%;
	line-height: 60px;
	color: #999;
	}
.bread a{ color:#999; transition:all 0.4s ;}
.bread a:hover { color: #991010;}

/*分页代码*/
.pageno{
	padding: 15px 0px;
	margin-bottom:30px;
	}
.pageno:after {
	content: "";
	clear: both;
	display: block;
	}
.pageno ul{
	float: right;
	display:table;
	}
.pageno ul li{
	float:left;
	margin-left:10px;
	line-height: 23px;
	color:#062548;
	font-size: 14px;
	font-weight:bold;
	}
.pageno ul li a{
	float:left;
	padding:5px 10px;
	border: 1px solid #062548;
	color:#062548;
	}
.pageno ul li a:hover{
	color:#fff;
	text-decoration:none;
	background: #062548;
	}
.pageno ul li .pageinfo{
	color:#999;
	padding:5px 10px;
	border:1px solid #DDD;
	display: inline-block;
	}
.pageno ul li.thisclass{
	color:#fff;
	padding:5px 10px;
	border:1px solid #062548;
	background-color:#062548;
	font-weight:bold;
	}

/**/
.ban_new {
	width: 100%;
	height: 400px;
	background: url(../images/ban_new.jpg) center center no-repeat;
	background-size: cover;
	}
.ban_new .container { padding-top: 150px;}
.ban_new h3 {
	font-size: 36px;
	display: block;
	}
.ban_new h4 {
	display: block;
	font-size: 20px;
	margin-top: 45px;
	}
.news_cont {
	width: 65%;
	background: #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.05);
	padding: 0px 50px;
	margin-bottom: 60px;
	}
.news_art { padding: 30px 0px; border-bottom: 1px dashed #ccc; }
.news_art h1 {
	font-size: 30px;
	}
.news_art p {
	color: #999;
	padding-top: 15px;
	}
.art_cont { padding: 15px 0px 30px; }
.art_cont p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 28px;
	}
.art_cont p img { display: inline-block;}
.art_prev { color: #555; line-height: 40px; margin-bottom: 30px; padding: 0px 0px 20px;}
.art_prev a { font-size: 16px;}
.art_prev a:hover { color: #991010;}

.news_r {width: 32%;}
.news_xg {
	background: #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.05);
	padding: 30px 30px;
	}
.news_xg i {
	text-transform: uppercase;
	color: #f00;
	}
.news_xg h3 {
	display: block;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	font-size: 20px;
	}
.news_xg li {
	line-height: 34px;
	display: flex;
	}
.news_xg li a {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	}
.news_xg li span {
	flex: 0 0 80px;
	display: block;
	font-size: 12px;
	color: #999;
	text-align: right;
	}

/*******新闻列表******/
.news_info {}
.news_info ul{
    width: 100%; 
	}
.news_info ul li{margin-bottom: 30px;}
.news_info ul li a {
	width: 100%;
	display: flex;
	padding: 30px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	position: relative;
	}
.news_info .info_img {
	float: left;
	width: 270px;
	height: 174px;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
	}
.news_info .info_img img{
	width: 270px;
	height: 174px;
	filter: alpha(opacity=40);
	transition: all 0.4s ease-out 0s;
	vertical-align:middle;
	}
.news_info a:hover .info_img img{ transform: scale(1.1);}
.news_info .info_left {
	float: left;
	width: 100%;
	height: 174px;
	padding-left: 310px;
	overflow: hidden;
	}
.news_info .info_left h4 {
	width:100%; 
	color:#212121; 
	font-size:18px; 
	line-height:28px; 
	overflow:hidden;
	white-space: nowrap; 
	text-overflow:ellipsis; 
	margin:9px 0 10px 0;
	transition: all 0.5s ease-out 0s;
	}

.news_info .info_left time{
	color:#999999; 
	line-height:26px;
	background: url(../images/time.png) left center no-repeat;
	padding-left: 40px;
	display: inline-block;
	}
.news_info .info_left p{
	width:100%; 
	color:#666; 
	line-height:28px; 
	margin:15px 0 25px 0;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.news_info .info_left span{
	display: inline-block;
	border:1px solid #1bb4b9; 
	color:#1bb4b9; 
	font-size:16px; 
	line-height:40px; 
	border-radius:30px;
	padding: 0px 50px;
	transition:background 0.5s ease; 
  }
.news_info li a:hover{
	box-shadow:0 0 25px rgba(0,0,0,0.15); 
	}
.news_info li a:hover .info_left h4{ color:#ff9a18;}
.news_info li a:hover .info_left span{ background:#1bb4b9; color:#fff;}

/****/
.ban_ab {
	width: 100%;
	height: 400px;
	background: url(../images/about.jpg) center center no-repeat;
	background-size: cover;
	}
.ban_ab .container { padding-top: 150px;}
.ban_ab h3 {
	font-size: 36px;
	display: block;
	}
.ban_ab h4 {
	display: block;
	font-size: 20px;
	margin-top: 45px;
	}
.about_cont em {
	display: block;
	text-transform: uppercase;
	}
.about_cont h4{
	font-size: 36px;
	line-height: 40px;
	}
.about_cont font {
	font-weight: normal;
	}
.about_cont p { text-indent: 2em;}

.ab_jz {
	width: 100%;
	background: #062548;
	position: relative;
	}
.ab_jz:after {
	content:"";
	display: block;
	position: absolute;
	max-width: 100%;
	width: 50vw;
	height: 100%;
	background: url(../images/ab_jz.jpg) 0 0 no-repeat;
	background-size: cover;
	top: 0px;
	left: 0px;
	}
.ab_jz .container { padding:50px 20px 50px 680px;}
.ab_jz h3 { font-size: 24px;}

.ab_ys h4 {
	font-size: 24px;
	border-left: 8px solid #062548;
	}

.ab_sy li{
	width: 32%;
	border-radius: 10px;
	background: rgb(255,255,255,.5);
	position: relative;
	padding: 60px 30px 30px;
	margin-bottom: 30px;
	cursor: pointer;
	}
.ab_sy li h4 {
	font-size: 20px;
	}
.ab_sy li::after {
	content:"";
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(../images/icon.png) 0 -250px no-repeat;
	top: 20px;
	right: 20px;
	}
.ab_sy li:nth-child(2):after { background-position: -80px -250px;}
.ab_sy li:nth-child(3):after { background-position: -160px -250px;}
.ab_sy li:nth-child(4):after { background-position: 0px -340px;}
.ab_sy li:nth-child(5):after { background-position: -80px -340px;}
.ab_sy li:nth-child(6):after { background-position: -160px -340px;}
.ab_sy li:hover { background: rgb(255,255,255,.9);}

