<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{margin: 0;padding: 0;background-color:#fff;}
* {margin: 0;padding: 0;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {margin: 0;padding: 0;}
body {font-family: "Microsoft Yahei,微软雅黑,宋体,Arial";-webkit-text-size-adjusst: none;font-size: 14px;color: #333;line-height: 24px;overflow-x: hidden;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
address, cite, dfn, em, var, i {font-style: normal}
code, kbd, pre, samp {font-family: courier new, courier, monospace}
form {display: inline}
small {font-size: 14px}
ul, ol, li {list-style: none}
a {text-decoration: none;cursor: pointer;}
a:link,a:visited,a:hover{text-decoration:none;  /*超链接无下划线*/}
img {vertical-align: middle;border: 0;-ms-interpolation-mode: bicubic}
input, select {outline: none;border: none;list-style-type: none;}
button {background: none;list-style-type: none;}
a:hover, a:focus {text-decoration: none !important;}
p{word-wrap:break-word}
.clearfix{clear: both;}
/*在ie8/ie9时，input 的placeholder值 也显示*/
:-moz-placeholder { Mozilla Firefox 4 to 18
    color: #999999; opacity:1; 
}
::-moz-placeholder { Mozilla Firefox 19+
    color: #999999;opacity:1;
} 
input:-ms-input-placeholder{
    color: #999999;opacity:1;
}
input::-webkit-input-placeholder{
    color: #999999;opacity:1;
} 
/*在ie8/ie9时，input 的placeholder值 也显示      结束*/

/*header*/
.top_t{
	width:100%;
	min-width:1300px;
	margin:0 auto;
	background-color:#f3f4f8;
	padding:10px 0;
}
.center_box{
	width:1200px;
	margin:0 auto;
}
.top_t_l{
	float:left;
}
.top_t_l&gt;p{
	font-size:14px;
	color:#333;
	line-height: 20px;
}
.top_t_r{
	float:right;
}
.top_t_r&gt;p,
.top_t_r&gt;p&gt;a{
	font-size:14px;
	color:#333;
	line-height: 20px;
}
.top_t_r&gt;p&gt;a:hover{
	color:#1764ce;
}
.top_c{
	width:100%;
	min-width:1300px;
	margin:0 auto;
	padding:32px 0;
}
.top_c_l{
	float:left;
}
.top_c_l&gt;a{
	display:block;
	padding:8px 0;
}
.top_c_l&gt;a&gt;img{
	display:block;
}
.top_c_r{
	float:right;
}
.top_c_r1{
	float:right;
	width:74px;
	height:74px;
	margin-left:40px;
}
.top_c_r1&gt;img{
	display:block;
	width:74px;
	height:74px;
}
.top_c_r2{
	float:right;
	padding:19px 0;
}
.top_search{
	width:280px;
	float:left;
	border:1px solid #e8eaec;
	box-sizing: border-box;
	border-radius: 4px;
	overflow: hidden;
}
.top_search&gt;input{
	display:block;
	width:220px;
	float:left;
	padding:0px 10px;
	font-size: 14px;
	color:#333;
	line-height: 36px;
	height: 36px;
}
.top_search&gt;a{
	display:block;
	width:38px;
	height:36px;
	float:right;
	background-color:#1764ce;
}
.top_search&gt;a&gt;img{
	display:block;
	width:14px;
	height:14px;
	margin:0 auto;
	margin-top:11px;
}
.top_b{
	width:100%;
	min-width:1300px;
	margin:0 auto;
	background-color:#1764ce;
}
.nav,
.nav&gt;ul{
	display: block;
	width:100%;
	float:left;
	font-family: "宋体";
}
.nav{position:relative;}
.nav&gt;ul&gt;li{
	float:left;
	width:120px;
	position:relative;
	z-index: 2;
}
.nav&gt;ul&gt;li&gt;a{
	display: block;
	text-align: center;
	font-size:18px;
	color:#fff;
	line-height: 69px;
}
.nav&gt;ul&gt;li.active&gt;a{
	font-weight:bold;
	background-color:#3e87ed;
}
.nav&gt;ul&gt;li&gt;div{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	z-index: 2;
	padding-top:20px;
	display: none;
}
.nav&gt;ul&gt;li&gt;div:after{
	content:"";
	position:absolute;
	width:17px;
	height:14px;
	top:10px;
	left:50%;
	margin-left:-8.5px;
	background-image: url(../images/nav.png);
	background-position: top center;
	background-size: 17px 14px;
	background-repeat: no-repeat;
	z-index: -1;
}
.nav&gt;ul&gt;li&gt;div&gt;ul{
	display:block;
	width:100%;
	background-color:#fff;
	text-align: center;
}
.nav&gt;ul&gt;li&gt;div&gt;ul&gt;li&gt;a{
	display:block;
	font-size:16px;
	color:#333;
	line-height: 50px;
}
.nav&gt;ul&gt;li&gt;div&gt;ul&gt;li&gt;a:hover{
	background-color:#ff492c;
	color:#fff;
}
.curBg{
	background-color:#3e87ed;
	height:69px;
	position:absolute;
	bottom:0;
	width:120px;
	left:0px;
	z-index: 1;
}
/*header end*/

/*footer*/
.footer{
	width:100%;
	min-width:1300px;
	margin:0 auto;
	background-color: #0068b7;
	padding:20px 0;
	text-align: center;
}
.footer p{
	font-size:14px;
	color:#fff;
	line-height: 32px;
}
.footer p a{
	font-size:14px;
	color:#fff;
	line-height: 30px;
}
/*footer end*/

/*page*/
.page {
    width: 100%;
    text-align: center;
    height: auto;
    line-height: 30px;
    color: #706e6e;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
}
.page span {
    margin-right: 28px;
}
.page a {
    font-size: 14px;
    color: #706e6e;
    padding: 7px 17px;
    margin: 0 5px;
    border: 1px solid #c2c2c2;
}
.page a:hover {
    color: #fff;
    border: 1px solid #3e87ed;
    background: #3e87ed;
}
.page1{
	width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page1&gt;a{
	display:block;
	width:90%;
	font-size:14px;
	color:#333;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.page1&gt;a:hover{
	color:#1764ce;
}
/*page end*/

/*index_banner*/
.index_banner_box{
	width:100%;
	min-width:1300px;
	margin:0 auto;
	position:relative;
}
.index_banner{
	width:100%;
	min-width: 1200px;
	overflow: hidden;
	/*height:460px;*/
	position:relative;
	background-color:#fff;
}
.index_banner&gt;a{
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100%;
	z-index: 1;
}
.index_banner&gt;a&gt;img{
	display:block;
	width:1920px;
	position:relative;
	top:0;left:50%;
	margin-left:-960px;
}
.xuanxiang{
	z-index: 1;
	position: absolute;
	left:0;bottom:20px;
	width:100%;
	text-align: center;
}
.xuanxiang&gt;li{
	width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
	cursor:pointer;
}
.bul{
	background-color:#fff;
	opacity: 0.6;
}
.bul1{
	background-color:#ff492c;
	opacity: 1;
}
/*index_banner end*/

/*index_center*/
.index_box1{
	width:100%;
	min-width:1300px;
	margin:0 auto;
	padding:60px 0;
}
.index_box1_l{
	width:534px;
	float:left;
}
.index_box1_r{
	width:630px;
	float:right;
}

#container {
	width: 100%;
	height: 320px;
	overflow: hidden;
}
.sections,.section {
	height:100%;
}
#container,.sections {
	position: relative;
	white-space: nowrap;
	display:inline-block;
}
.section {
	background-color: #000;
	position:relative;
	width: auto !important;
}
.section&gt;a&gt;img{
	display:block;
	width:534px;
	height:320px;
}
.section_p{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;height:40px;
	background-color:rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}
.section_p&gt;p{
	width:360px;
	font-size:16px;
	color:#fff;
	line-height: 40px;
	padding-left:10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pages{
	position:absolute;
	z-index:3;
	bottom:8px;
	right:6px;
}
.pages li{
	width:8px;
	height:8px;
	border-radius:8px;
	background-color:#fff;
	display:inline-block;
	margin:0 6px
}
.pages li.active{
	background-color:#ff0000;
}
.index_title{
	width:100%;
	height:54px;
	background-image: url(../images/index1_2.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}
.index_title1{
	background-image: url(../images/index1_3.png);
}
.index_title&gt;a&gt;h2{
	float:left;
	font-size:22px;
	color:#fff;
	line-height: 54px;
	font-weight: bold;
	padding-left:17px;
}
.index_title&gt;a&gt;span{
	display: block;
	float:right;
	font-size:16px;
	color:#1764ce;
	line-height: 54px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.index_title&gt;a:hover span{
	color: #ff492c;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.index_box1_ul{
	padding-top:15px;
}
.index_box1_ul&gt;ul&gt;li{
	float:left;
	width:100%;
}
.index_box1_ul&gt;ul&gt;li&gt;a{
	display:block;
	float:left;
	width:100%;
}
.index_box1_ul&gt;ul&gt;li&gt;a&gt;p{
	font-size:16px;
	color:#333;
	line-height: 42px;
	float:left;
	width:510px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:relative;
	padding-left:14px;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.index_box1_ul&gt;ul&gt;li&gt;a&gt;p:after{
	content:"●";
	position: absolute;
	left:0;
	top:0;
	width:10px;
	height:42px;
	font-size:12px;
	color:#1764ce;
	line-height: 42px;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.index_box1_ul&gt;ul&gt;li&gt;a&gt;span{
	font-size:14px;
	color:#999;
	line-height: 42px;
	float:right;
	width:85px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
}
.index_box1_ul&gt;ul&gt;li&gt;a:hover p{
	color:#ff492c;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.index_box1_ul&gt;ul&gt;li&gt;a:hover p:after{
	color:#ff492c;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.index_box2{
	width:100%;
	min-width:1300px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:48px;
	background-image: url(../images/index_bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.index_box2_l{
	float:left;
	width:870px;
}
.index_box2_l_b{
	padding-top:30px;
	padding-bottom:20px;
	border-bottom:1px dashed #b7b7b7;
}
.index_box2_l_b&gt;a{
	display:block;
}
.index_box2_l_bl{
	width:76px;
	height:76px;
	float:left;
	border:1px solid #888888;
	text-align: center;
}
.index_box2_l_bl&gt;h2{
	font-size:30px;
	color:#333;
	line-height: 30px;
	margin-top:12px;
	margin-bottom:10px;
	font-weight: bold;
}
.index_box2_l_bl&gt;h3{
	font-size:14px;
	color:#999999;
	line-height: 16px;
}
.index_box2_l_br{
	width:770px;
	float:right;
}
.index_box2_l_br&gt;h2{
	font-size:18px;
	color: #333;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:56px;
	margin-bottom: 4px;
}
.index_box2_l_br&gt;p{
	float:left;
	width:600px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:14px;
	color:#888888;
	line-height: 16px;
}
.index_box2_l_br&gt;span{
	float:right;
	width:80px;
	font-size:14px;
	color:#ff492c;
	line-height: 16px;
	text-align: right;
}
.index_box2_l_ul{
	padding-top:10px;
}
.index_box2_l_ul&gt;ul&gt;li,
.index_box2_l_ul&gt;ul&gt;li&gt;a{
	display: block;
    float: left;
    width: 100%;
}
.index_box2_l_ul&gt;ul&gt;li&gt;a&gt;p {
    font-size: 18px;
    color: #333;
    line-height: 47px;
    float: left;
    width: 740px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 14px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.index_box2_l_ul&gt;ul&gt;li&gt;a&gt;p:after {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 47px;
    font-size: 12px;
    color: #c2cdd7;
    line-height: 47px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.index_box2_l_ul&gt;ul&gt;li&gt;a&gt;span {
    font-size: 14px;
    color: #999;
    line-height: 47px;
    float: right;
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}
.index_box2_l_ul&gt;ul&gt;li&gt;a:hover p{
	color: #ff492c;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.index_box2_l_ul&gt;ul&gt;li&gt;a:hover p:after{
	color: #ff492c;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.index_box2_r{
	float:right;
	width:271px;
}
.index_box2_r1{
	/*margin-bottom:12px;*/
	margin-bottom:35px;
}
.index_box2_r1&gt;a,
.index_box2_r1&gt;a&gt;img{
	display: block;
	width:271px;
	/*height:164px;*/
	height:115px;
	border-radius: 6px;
	overflow: hidden;
}
.index_box2_r2{
	width:271px;
	height:115px;
	/*margin-bottom:12px;*/
	margin-bottom:35px;
	/*background-image: url(../images/index1_5.png);*/
	background-size: 271px 115px;
	background-position: center center;
}
.index_box2_r2&gt;a{
	display:block;
	width:271px;
	height:115px;
}
.index_box2_r2&gt;a&gt;p{
	font-size:28px;
	color:#fff;
	line-height: 115px;
	text-align: center;
	font-weight: bold;
    text-shadow: 0px 2px 4px rgba(221, 106, 82, 0.7);
}
.index_box2_r2_1 {
	background-image: url(../images/index_box2_r2_1.png);
}
.index_box2_r2_2 {
	background-image: url(../images/index_box2_r2_2.png);
}
.index_box2_r2_3 {
	background-image: url(../images/index_box2_r2_3.png);
}
.index_box3{
	width:100%;
	min-width:1300px;
	margin:0 auto;
	padding-top:55px;
	padding-bottom:55px;
	overflow: hidden;
}
.row{
	margin-left:-20px;
	margin-right: -20px;
}
.row1{
	margin-left:-10px;
	margin-right: -10px;
}
.index_box3_1{
	width:580px;
	float:left;
	margin:0 20px;
}
.index_box3_ul{
	margin-top:30px;
    background-color: #fff;
    box-shadow: -2px 7px 23px 6px rgba(224, 224, 224, 0.4);
	padding:20px 30px;
}
.index_box3_ul&gt;ul&gt;li,
.index_box3_ul&gt;ul&gt;li&gt;a{
	display: block;
	width:100%;
	float:left;
}
.index_box3_ul&gt;ul&gt;li&gt;a&gt;p{
	font-size: 16px;
    color: #333;
    line-height: 55px;
    float: left;
    width: 410px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 14px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.index_box3_ul&gt;ul&gt;li&gt;a&gt;p:after {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 55px;
    font-size: 12px;
    color: #1764ce;
    line-height: 55px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.index_box3_ul&gt;ul&gt;li&gt;a&gt;span {
    font-size: 14px;
    color: #999;
    line-height: 55px;
    float: right;
    width: 85px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}
.index_box3_ul&gt;ul&gt;li&gt;a:hover p {
    color: #ff492c;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.index_box3_ul&gt;ul&gt;li&gt;a:hover p:after {
    color: #ff492c;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.index_box4{
	width:100%;
	min-width:1300px;
	margin:0 auto;
	padding:40px 0;
	background-color:#f5f5f5;
}
.index_box4_1{
	width: 580px;
    float: left;
    margin: 0 20px;
}
.index_title2&gt;a{
	font-size:20px;
	color:#333;
	line-height: 20px;
	font-weight: bold;
}
.marqueeleft {
    width: 100%;
    overflow: hidden;
	margin-top:20px;
}
.marqueeleft ul {
    float: left;
}
.marqueeleft li {
    float: left;
    width: 180px;
    height: 50px;
    overflow: hidden;
    padding: 0 10px;
}
.marqueeleft li a {
    display: block;
    width: 180px;
    height: 50px;
	background-color: #fff;
    overflow: hidden;
}
.marqueeleft li a img {
    display: block;
    width: 180px;
    height: 50px;
}
/*index_center end*/

/*ej*/
.ej_box{
	width:100%;
	min-width:1300px;
	margin:0 auto;
}
.ej_banner{
	width:100%;
	overflow: hidden;
	display:none;
}
.banner1{
	position:relative;
	left:50%;
	margin-left:-960px;
}
.ej_center_box{
	padding-top:40px;
	padding-bottom:40px;
}
.ej_center_l{
	width:280px;
	float:left;
}
.ej_center_l&gt;h2{
	width:100%;
	height:64px;
	background-color:#1764ce;
	text-align: center;
	font-size:20px;
	color:#fff;
	line-height: 64px;
	font-weight: bold;
}
.ej_center_l&gt;ul{
	display:block;
	width:100%;
}
.ej_center_l&gt;ul&gt;li{
	width:100%;
}
.ej_center_l&gt;ul&gt;li&gt;a{
	display:block;
	padding:10px 20px;
	border-bottom:1px solid #b7b7b7;
	border-left:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
	box-sizing: border-box;
	font-size:14px;
	color:#333;
	line-height: 30px;
	position:relative;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_center_l&gt;ul&gt;li&gt;a:after{
	content:"&gt;";
	position:absolute;
	top:10px;
	right:10px;
	width:15px;
	font-size:14px;
	color:#333;
	line-height: 30px;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_center_l&gt;ul&gt;li&gt;a:before{
	content:"";
	position:absolute;
	height:1px;
	width:0;
	bottom:0;
	left:50%;
	background-color:#3e87ed;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_center_l&gt;ul&gt;li.dq&gt;a{
	color:#fff;
	background-color:#3e87ed;
	border-bottom:1px solid #3e87ed;
	border-left:1px solid #3e87ed;
	border-right:1px solid #3e87ed;
}
.ej_center_l&gt;ul&gt;li.dq&gt;a:after{
	color:#fff;
}
.ej_center_l&gt;ul&gt;li&gt;a:hover,
.ej_center_l&gt;ul&gt;li&gt;a:hover:after{
	color:#3e87ed;
}
.ej_center_l&gt;ul&gt;li.dq&gt;a:hover,
.ej_center_l&gt;ul&gt;li.dq&gt;a:hover:after{
	color:#fff;
}
.ej_center_l&gt;ul&gt;li&gt;a:hover:before{
	width:100%;
	left:0;
}
.ej_center_r{
	width:890px;
	float:right;
	border:1px solid #b7b7b7;
	box-sizing: border-box;
	padding:10px 20px;
}
.rj_dq_box{
	border-bottom:1px solid #b7b7b7;
}
.rj_dq_box&gt;h2{
	float:left;
	font-size: 18px;
    color: #ff492c;
    line-height: 42px;
    position: relative;
}
.rj_dq_box&gt;h2:after{
	position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ff492c;
    left: 0;
    bottom: 0;
}
.rj_dq_box&gt;p{
	float:right;
	font-size: 12px;
    color: #666;
    line-height: 42px;
}
.rj_dq_box&gt;p&gt;a{
	font-size: 12px;
    color: #666;
    line-height: 42px;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.rj_dq_box&gt;p&gt;a:hover{
	color:#ff492c;
}
.ej_nr{
	padding-top:10px;
	padding-bottom: 10px;
}
.ej_nr img{
	max-width:100%;
}
.ej_nr_t{
	padding:30px 0;
}
.ej_nr_t&gt;h2{
	width:80%;
	margin:0 auto;
	font-size: 18px;
    color: #333;
	line-height: 24px;
    text-align: center;
    font-weight: bold;
}
.ej_nr_t&gt;p{
	font-size: 14px;
    color: #999999;
    margin-top: 20px;
    text-align: center;
}
.ej_nr_w{
	padding-bottom:20px;
}
.ej_nr_wzl{
	padding-top:40px;
}
.ej_nr_wzl&gt;ul&gt;li&gt;a{
	display:block;
	background-color: #f2f6fb;
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_annent_lil{
	width:80px;
	float:left;
	background-color: #fff;
	border:1px solid #1764ce;
	position:relative;
	z-index:1;
}
.ej_annent_lil:after {
    content: "";
    position: absolute;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    background-color: #fff;
	z-index: 1;
}
.ej_annent_lil h2{
	font-size:32px;
	color:#1764ce;
	text-align: center;
	line-height: 60px;
	position:relative;
	z-index: 2;
}
.ej_annent_lil h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_annent_lil h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: #1764ce;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_annent_lil p{
	font-size:13px;
	color:#1764ce;
	text-align: center;
	line-height: 45px;
	position:relative;
	z-index: 2;
}
.ej_annent_lir{
	width:700px;
	float:left;
	padding-left:30px;
}
.ej_annent_lir h2{
	font-size:16px;
	color:#333;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top:12px;
	margin-bottom:10px;
}
.ej_annent_lir p{
	font-size:13px;
	color:#7e7e7e;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:52px;
}
.ej_nr_wzl&gt;ul&gt;li&gt;a:hover{
	box-shadow: 0px 0px 13px 1px rgba(80, 141, 226, 0.3);
}
.ej_nr_wzl&gt;ul&gt;li&gt;a:hover .ej_annent_lil:after {
    background-color: #3e87ed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}
.ej_nr_wzl&gt;ul&gt;li&gt;a:hover .ej_annent_lil h2:after {
    width: 0;
    left: 50%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.ej_nr_wzl&gt;ul&gt;li&gt;a:hover .ej_annent_lil h2, 
.ej_nr_wzl&gt;ul&gt;li&gt;a:hover .ej_annent_lil p {
    color: #fff;
}
.ej_nr_twl&gt;ul&gt;li&gt;a{
	display: block;
    padding: 40px 0;
    border-bottom: 1px solid #e4e4e4;
}
.ej_c_newl1_r{
	float:right;
	width:280px;
}
.ej_c_newl1_r img{
	display:block;
	width:280px;
	height:210px;
}
.ej_c_newl1_l{
	float:left;
	width:540px;
	padding-top:10px;
}
.ej_c_newl1_l h2{
	font-size:16px;
	color:#333;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_c_newl1_l p{
	margin-top:20px;
	font-size:14px;
	color:#7e7e7e;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height:90px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_c_newl1_l h3{
	font-size:16px;
	color:#7e7e7e;
	line-height: 30px;
	margin-top:20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	float:left;
}
.ej_c_newl1_l h4{
	font-size:14px;
	color:#666666;
	line-height: 30px;
	text-align: right;
	margin-top:20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	float:right;
}
.ej_c_newl1_l h4 span{
	display:block;
	padding: 0 15px;
	line-height: 30px;
	text-align: center;
	position:relative;
	font-size:14px;
	color:#666666;
}
.ej_c_newl1_l h4 span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 30px;
    background-color: #e4e4e4;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_c_newl1_l h4 span:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 30px;
    background-color: #e4e4e4;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_nr_twl&gt;ul&gt;li&gt;a:hover .ej_c_newl1_l h2,
.ej_nr_twl&gt;ul&gt;li&gt;a:hover .ej_c_newl1_l h3,
.ej_nr_twl&gt;ul&gt;li&gt;a:hover .ej_c_newl1_l p,
.ej_nr_twl&gt;ul&gt;li&gt;a:hover .ej_c_newl1_l h4 span{
	color:#1764ce;
}
.ej_nr_twl&gt;ul&gt;li&gt;a:hover .ej_c_newl1_l h4 span:before {
    left: 80%;
    width: 14px;
    background-color: #1764ce;
}
.ej_nr_twl&gt;ul&gt;li&gt;a:hover .ej_c_newl1_l h4 span:after {
    right: 80%;
    width: 14px;
    background-color:#1764ce;
}
.ej_nr_tpl{
	padding-top:40px;
}
.rj_nr_tpld{
	float:left;
	width:269px;
	margin:20px 10px;
	margin-top:0;
}
.rj_nr_tpld&gt;a{
	display:block;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #e4e4e4;
	box-sizing: border-box;
}
.rj_nr_tpldp&gt;img{
	display:block;
	width:100%;
}
.rj_nr_tpldp{
	position:relative;
}
.rj_nr_tpldpi{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	display: none;
}
.rj_nr_tpldpi&gt;img{
	display:block;
	width:48px;
	height:48px;
	position:absolute;
	left:109.5px;
	top:76px;
}
.rj_nr_tpldpi:before {
    content: "";
    position: absolute;
    left:109.5px;
	top:76px;
    height: 48px;
    width: 48px;
    border: 3px solid #3e87ed;
	box-sizing: border-box;
    border-radius: 50%;
    -webkit-animation: icon-bubble 2s infinite forwards linear 1s;
    animation: icon-bubble 2s infinite forwards linear 1s;
}
.rj_nr_tpldpi:after {
    content: "";
    position: absolute;
    left:109.5px;
	top:76px;
    height: 48px;
    width: 48px;
    border: 3px solid #3e87ed;
	box-sizing: border-box;
    border-radius: 50%;
    -webkit-animation: icon-bubble 2s infinite forwards linear;
    animation: icon-bubble 2s infinite forwards linear;
}
@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }
    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }
    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}
.rj_nr_tpldw{
	background-color: #fff;
    padding: 10px 14px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-top: 1px solid #e4e4e4;
}
.rj_nr_tpldw&gt;h2{
	font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.rj_nr_tpld&gt;a:hover {
    border: 1px solid #1764ce;
    box-shadow: 0px 0px 13px 1px rgba(80, 141, 226, 0.3);
}
.rj_nr_tpld&gt;a:hover .rj_nr_tpldw&gt;h2{
    color: #1764ce;
}
.rj_nr_tpld&gt;a:hover .rj_nr_tpldpi{
	display:block;
}
.ej_nr_wl{
	padding-top:20px;
}
.ej_nr_wl&gt;ul&gt;li{
	float:left;
	width:100%;
}
.ej_nr_wl&gt;ul&gt;li&gt;a{
	display: block;
	float:left;
	width:100%;
	padding:10px 0;
	position:relative;
}
.ej_nr_wl&gt;ul&gt;li&gt;a:after{
	content: "";
    width: 0;
    height: 1px;
    background-color: #1764ce;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_nr_wl&gt;ul&gt;li&gt;a&gt;p{
	font-size: 16px;
    color: #333;
    line-height: 42px;
    float: left;
    width: 720px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 14px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_nr_wl&gt;ul&gt;li&gt;a&gt;p:after{
	content: "●";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 42px;
    font-size: 12px;
    color: #1764ce;
    line-height: 42px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_nr_wl&gt;ul&gt;li&gt;a&gt;span{
	font-size: 14px;
    color: #999;
    line-height: 42px;
    float: right;
    width: 85px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}
.ej_nr_wl&gt;ul&gt;li&gt;a:hover:after{
	width:100%;
	left:0;
}
.ej_nr_wl&gt;ul&gt;li&gt;a:hover p{
	color:#1764ce;
}
.ej_l{
	float:left;
	width:700px;
	margin-top:30px;
	margin-bottom:20px;
}
.ej_l&gt;h2{
	font-size: 22px;
    color: #3e87ed;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ej_l&gt;p{
	font-size: 16px;
    color: #333;
    line-height: 20px;
    margin: 10px 0;
}
.ej_r{
	float:right;
	width:120px;
	margin-top:30px;
	margin-bottom:20px;
}
.ej_r&gt;img{
	display:block;
	width: 120px;
	height:120px;
	margin-top:30px;
}
.ej_r&gt;p{
	margin-top: -8px;
	font-size:14px;
	color:#333;
	line-height: 24px;
	text-align: center;
}
/*ej*/













</pre></body></html>