@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: "Microsoft YaHei";
	font-size: 12px;
	color: #333333;
}

ul li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img {
	border: 0;
	transition: all .5s;
}

input {
	border: 0;
	outline: none;
}

i,
em {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #004396;

}

.container {
	width: 1200px;
	margin: 0 auto;
}

.clearfix {
	zoom: 1;
}

.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.pull_left {
	float: left !important;
}

.pull_right {
	float: right !important;
}

.cen {
	margin: 0 auto;
}

.cen {
	clear: both;
}

.clear {
	clear: both;
}


.hidden {
	height: 100% !important;
	overflow: hidden !important;
}

.container {
	width: 1300px;
	margin: auto;
}

.container::after {
	content: "";
	clear: both;
	display: block;

}
h1 img {
	display: block;
	width: 100%;
	height: 100%;
}

a:hover h1 img {
	transform: scale(1.05);
}



.banner {

	position: relative;
}

.top {
	height: 140px;
	width: 100%;
	background: url(/templates/rjxy/images/top_bg_01.jpg) no-repeat center;
	background-size: cover;
}

.top a.logo {
	padding-top: 33px;
	display: block;
	float: left;
}

.top a.logo img {
	display: block;
	height: 71px;
}

.top span {
	float: left;
	padding-top: 54px;
	display: block;
	margin-left: 90px;
}

.top img {
	display: block;
	height: 44px;
}

.top form {
	float: right;
	margin-top: 48px;
	background: rgba(255, 255, 255, .9);
	border-radius: 34px;
	font-size: 0;
	height: 34px;
}

.top form .txt {
	width: 190px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	text-indent: 15px;
	background: none;
	font-size: 14px;
	float: left;
	color: #044f9f;
	display: none;
}

.top form .sub {
	width: 34px;
	height: 34px;
	display: inline-block;
	background: none;
	background: url(/templates/rjxy/images/search_icon.png) no-repeat center;
	cursor: pointer;
	border-radius: 34px;
	background-color: #044f9f;
}
.top form:hover .txt{display: block;}
.top form .sub:hover {
	background-color: #eaac09;
}

.nav {
	height: 50px;
	background: #fff;
	width: 100%;
	border-top: 2px solid #eaac09;
	position: relative;
	z-index: 11;
}

.nav ul {
	font-size: 0;
}

.nav ul li {
	display: inline-block;
	width: 130px;
	text-align: center;
	line-height: 50px;
	position: relative;
}

.nav ul li>a {
	font-size: 16px;
	display: block;
}

.nav ul li dl {
	display: none;
	position: absolute;
	text-align: center;
	width: 100%;
	line-height: 40px;
	background: #0b5498;
	border-bottom: 2px solid #eaac09;
	top: 50px;
	z-index: 11;
}

.nav ul li dl dd {
	font-size: 14px;
	line-height: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav ul li dl dd a {
	color: #fff;
	display: block;
}

.nav ul li dl dd a:hover {
	background: #eaac09;
}

.nav ul li>a:hover {
	background: #eaac09;
	color: #fff;
}

.nav ul li:hover dl {
	display: block;
}

.banner .hd {
	position: absolute;
	bottom: 32px;
	width: 100%;
	text-align: center;
	z-index: 8;
}

.banner .hd ul {}

.banner .hd ul li {
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	display: inline-block;
	margin: 0 6px;
}

.banner .hd ul li.on {
	background: #0a3f89;
	width: 40px;
}

.banner .bd {}

.banner .bd ul {}

.banner .bd ul li {
	height: 636px;
}
.banner .bd ul li a{
    display: block;
    color: #fff;
}
.banner .bd ul li a h2{
    font-size: 28px;
    letter-spacing: 4px;
    padding-top: 140px;
    margin-bottom: 10px;
    line-height: 60px;
}
.banner .bd ul li a h2 b{
    font-size: 40px;
}
.banner .bd ul li a p{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 40px;
}
.banner .bd ul li a span{background: url(/templates/rjxy/images/c_jt_01.png) no-repeat 110px center;font-size: 16px;display: block;width: 160px;height: 38px;border: 1px solid #fff;line-height: 38px;text-indent: 24px;border-radius: 4px;}
.banner .bd ul li a:hover span{
    background-color: #eaac09;
    border: 1px solid #eaac09;
}

.box1{
    padding: 35px 0;
    background: url(/templates/rjxy/images/box1-bg_01.jpg) no-repeat center;
    background-size: cover;
}


.sy_title {
	width: 100%;
	height: 53px;
	line-height: 50px;
	margin-bottom: 25px;
}

.sy_title h2 {
	font-size: 20px;
	font-weight: bold;
	color: #1d58a7;
	float: left;
	margin-right: 15px;
}

.sy_title span {
	font-size: 14px;
	color: #888;
	display: inline-block;
	float: left;
	padding-top: 29px;
	line-height: 0;
	 text-transform: uppercase;
}

.sy_title a {
	background: url(/templates/rjxy/images/more_01.png) no-repeat right center;
	color: #076cb9;
	font-size: 14px;
	float: right;
	padding-right: 24px;
}

.sy_title a:hover {
	background: url(/templates/rjxy/images/more_icon1.png) no-repeat right center;
	color: #eaac09;
}

.sy_title .line {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	width: 100%;
	height: 3px;
	position: relative;
}

.sy_title .line em {
	display: block;
	width: 50px;
	height: 3px;
	background: #1d58a7;
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 3;
}

.sy_title .line i {
	display: block;
	float: right;
	width: 3px;
	height: 3px;
	background: #1d58a7;
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 3;
}

.box1 .xwdt{width: 630px; float: left; margin-right: 40px; }
.box1 .xwdt .bd{
    height: 378px;
    overflow: hidden;
}
.box1 .xwdt .bd dl{}
.box1 .xwdt .bd dl dt{
    height: 198px;
    margin-bottom: 20px;
}
.box1 .xwdt .bd dl dt a{
    display: block;
    position: relative;
    width: 300px;
    float: left;
    margin-right: 30px;
}
.box1 .xwdt .bd dl dt a:nth-child(2){
	margin-right:0;
}
.box1 .xwdt .bd dl dt a h1{width: 300px; height: 198px; display: block; overflow: hidden; }
.box1 .xwdt .bd dl dt a h2{
    width: 100%;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    background: rgba(0,0,0,.6);
    color: #fff;
}
.box1 .xwdt .bd dl dt a span{
    width: 100px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 11;
    background: rgba(29,88,167,.8);
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.box1 .xwdt .bd dl dt a:hover h2{text-decoration: underline;}
.box1 .xwdt .bd dl dd{}
.box1 .xwdt .bd dl dd a{
    padding-bottom: 19px;
    border-bottom: 1px dashed #d5d5d5;
    display: block;
    margin-bottom: 15px;
}
.box1 .xwdt .bd dl dd a h2{
    font-size: 16px;
    padding-bottom: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.box1 .xwdt .bd dl dd a p{
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #888;
}
.box1 .xwdt .bd dl dd a:hover p{
	color: #1d58a7;
}
.box1 .tzgg{width: 630px; float: left;}
.box1 .tzgg .bd{
    height: 378px;
    overflow: hidden;
}
.box1 .tzgg .bd ul{}
.box1 .tzgg .bd ul li{
    border: 1px solid #d5d5d5;
    margin-bottom: 26px;
}
.box1 .tzgg .bd ul li a{
    display: block;
    padding: 11px;
    text-indent: 6px;
    position: relative;
}
.box1 .tzgg .bd ul li a h2{
    font-size: 16px;
    margin-bottom: 11px;
}
.box1 .tzgg .bd ul li a span{
    font-size: 14px;
    color: #888;
    display: inline-block;
}
.box1 .tzgg .bd ul li a em{
    display: block;
    width: 3px;
    height: 10px;
    background: #1d58a7;
    left: 0;
    position: absolute;
    z-index: 11;
    top: 18px;
}
.box1 .tzgg .bd ul li:hover{
	border:1px solid #1d58a7;
	background:#1d58a7;
}
.box1 .tzgg .bd ul li a:hover h2,
.box1 .tzgg .bd ul li a:hover span{
	color: #fff;
}
.box1 .tzgg .bd ul li a:hover em{
	background:#fff;
	left:-1px;
}
.box1 .djqt{width: 630px;padding-top: 35px;padding-bottom: 20px;}
.box1 .djqt .bd{ height: 378px;
    overflow: hidden;}
.box1 .djqt .bd dl{}
.box1 .djqt .bd dl dt{float: left;width: 295px;background: #fff;height: 378px;}
.box1 .djqt .bd dl dt a{
    display: block;
}
.box1 .djqt .bd dl dt a h1{width: 295px; height: 210px; display:block; overflow: hidden; }
.box1 .djqt .bd dl dt a h2{
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 15px 10px 0;
    margin-bottom: 16px;
    line-height: 29px;
    font-weight: bold;
}
.box1 .djqt .bd dl dt a p{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #888;
    padding: 0 15px;
    line-height: 26px;
}
.box1 .djqt .bd dl dt a:hover p,
.box1 .djqt .bd dl dt a:hover h2{}
.box1 .djqt .bd dl dt a:hover h1{}
.box1 .djqt .bd dl dd{float: right; width: 306px; }
.box1 .djqt .bd dl dd a{
    display: block;
    height: 82px;
    margin-bottom: 16px;
}
.box1 .djqt .bd dl dd a h2{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box1 .djqt .bd dl dd a span{
    font-size: 14px;
    color: #888;
    display: inline-block;
    width: 80px;
    margin-right: 10px;
}
.box1 .djqt .bd dl dd a em{
    width: 200px;
    height: 1px;
    display: inline-block;
    background: #d5d5d5;
}


.box2{
    padding: 35px 0 40px;
    background: url(/templates/rjxy/images/box2-bg_01.jpg) no-repeat center;
    background-size: cover;
}
.box2 .xsgz{
    width: 630px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}
.box2 .xsgz:nth-child(2){
	margin-right: 0;
}
.box2 .xsgz .bd{}
.box2 .xsgz .bd a{
    display: block;
    line-height: 40px;
}
.box2 .xsgz .bd a h2{
    font-size: 16px;
    float: left;
    width: 514px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	text-indent: 0;
	transition: all .5s;
}
.box2 .xsgz .bd a span{
    float: right;
    color: #888;
    font-size: 14px;
}
.box2 .xsgz .bd a:hover h2{text-indent: 4px;}

.box2 .hdfc{position: relative;float: left;}

.box2 .hdfc .bd {
	width: 1300px;
	overflow: hidden;
}

.box2 .hdfc .bd ul {
	font-size: 0;
	width: 1440px;
}

.box2 .hdfc .bd ul li {
	width: 300px;
	margin-right: 33px;
	display: inline-block;
}

.box2 .hdfc .bd ul li a {
	display: block;
	width: 300px;	

}
.box2 .hdfc .bd ul li a h1{
	display: block;
	width: 300px;
	height: 210px;
	overflow: hidden;
}

.box2 .hdfc .bd ul li a img {
	display: block;
	width: 300px;
	height: 210px;
}
.box2 .hdfc .bd ul li a:hover img{transform: scale(1.05);}

.box2 .hdfc .bd ul li a p{
    font-size: 16px;
    text-align: center;
    padding: 20px 0 10px;
}

.box2 .hdfc a.prev {
	position: absolute;
	left: -50px;
	top: 154px;
	z-index: 11;
}

.box2 .hdfc a.next {
	position: absolute;
	right: -50px;
	top: 154px;
	z-index: 11;
}

.box2 .hdfc a.prev img,
.box2 .hdfc a.next img {
	opacity: 0.4;
	width: 22px;
	height: 41px;
	display: block;
}

.box2 .hdfc a.prev:hover img,
.box2 .hdfc a.next:hover img {
	opacity: 1;
}

.footer{
    background: #044f9f;
    color: #fff;
    height: 120px;
    font-size: 14px;
    line-height: 26px;
}
.footer p{
    float: left;
    padding-top: 33px;
    margin-right: 140px;
}
.footer span{
    float: left;
    padding-top: 21px;
}
.footer a.jszc{
    float: right;
    color: #fff;
    padding-top: 72px;
}
.footer a.jszc:hover{text-decoration: underline;}