@charset "utf-8";
/* CSS Document */

*{
	font-family: "微软雅黑", "Microsoft YaHei";
	font-size:16px;
	line-height: 36px;
}
body{
	margin:0;
	padding:0;
	background-color:#fff;
}
a img{
	border:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-weight: normal;
}
ul,li{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	outline:none;
}
a:focus{
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:none;
	outline:none;
}
a,img{border:0;}

p{
	margin:0;
	padding:0;
}
ul,li{
	list-style:none;
	padding:0;
	margin:0;
}

.center_box{
	width:90%;
	max-width:1180px;
	margin:0 auto;
}
.clearfix{
	clear:both;
}

/*header*/
.nav_box{
	width:100%;
	/*overflow: hidden;*/
	position:relative;
}
.nav_center{
	width:90%;
	margin:0 auto;
	max-width:1180px;
}
.navbar-header_t{
	width:100%;
	height:37px;
	position:relative;
}
.navbar-header_t:after{
	content:"";
	position:absolute;
	top:0;right:0;
	width:32%;height:37px;
	background-image: url(../images/header-r.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: -1;
}
.rx{
	float:right;
	height:37px;
	overflow: hidden;
}
.rx>i{
	float:right;
	font-size:16px;
	color:#fff;
	line-height: 40px;
	margin-right:10px;
}
.rx>p{
	float:right;
	font-size:16px;
	color:#fff;
	line-height: 37px;
}
.rx1{
	display:none;
	height:44px;
	overflow: hidden;
}
.rx1>p{
	position:absolute;
	right:0;top:100%;
	width:220px;
	background-color:#004d98;
	padding:5px 15px;
	box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.3);
	font-size:16px;
	color:#fff;
	line-height: 37px;
	display:none;
}
.rx1>i{
	color:#004d98;
	margin:0;
	width:44px;
	line-height: 44px;
}
.sc{
	float:right;
}
.sc1{
	display:block;
	float:left;
	cursor: pointer;
}
.sc1>i{
	float:left;
	font-size:14px;
	color:#999;
	line-height: 80px;
	margin-right:4px;
}
.sc1>p{
	float:left;
	font-size:14px;
	color:#999;
	line-height: 80px;
}
.sc1:hover >i,
.sc1:hover >p{
	color:#004d98;
}
.sc2{
	margin-left:20px;
}
.lg{
	float:left;
}
nav.navbar.bootsnav ul.nav > li > a {
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 56px;
}
nav.navbar.bootsnav ul.nav > li.active  > a{
	position:relative;
	color:#0a4595;
}
nav.navbar.bootsnav ul.nav > li.active  > a:after{
	content:"";
	position:absolute;
	left:15%;top:0;
	width:70%;height:3px;
	background-color:#0a4595;
}
nav.navbar.bootsnav ul.nav > li >ul.dropdown-menu{
	width:100%;
}
nav.navbar.bootsnav ul.nav > li >ul.dropdown-menu>li>a{
	padding:0;
	display:block;
	font-size:15px;
	color:#333;
	line-height: 40px;
	text-align: center;
}
nav.navbar.bootsnav ul.nav > li >ul.dropdown-menu>li>a:hover{
	color:#fff;
	background-color:#0a4595;
}
@media(max-width:1440px){
.navbar-header_t:after{
	content:"";
	position:absolute;
	top:0;right:0;
	width:26%;height:37px;
	background-image: url(../images/header-r.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: -1;
}
}

/*banner*/
.index_banner{
	width:100%;
	overflow: hidden;
	background-color:#fff;
}
.index_banner1{
	width:100%;
	height:546px;
	margin:0 auto;
	overflow: hidden;
	position:relative;
	background-color:#000;
}
.index_banner1>a{
	position:absolute;
	top:0;left:0;
	width:100%;height:100%;
}
.index_banner1 img{
	display:block;
	width:1920px;
	position:relative;
	top:0;left:50%;
	margin-left:-960px;
}
.xuanxiang{
	width:100%;
	text-align: center;
	z-index: 10;
	position: absolute;
	left:0;bottom:20px;
}
.xuanxiang>li{
	display: inline-block;
	width:16px;
	height:16px;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	background-size:cover;
	background-position: center center;
}
.bul{
	background-image: url(../images/bul.png);
}
.bul1{
	background-image: url(../images/bul1.png);
}
.index_banner2{
	width:100%;
	overflow: hidden;
	display:none;
	position:relative;
}
.index_banner2>.swiper-container{
  width: 100%;
}
.index_banner2>.swiper-container>.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width:100%;
}
.index_banner2>.swiper-container>.swiper-wrapper>.swiper-slide>a{
	display:block;
	margin:0 auto;
	width:100%;
	overflow: hidden;
}

.index_banner2>.swiper-container>.swiper-wrapper>.swiper-slide>a>img{
	display:block;
	width:100%;
	position:relative;
	height: auto;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
	border-radius: 20px;
    display: inline-block;
    opacity: 1;
	background-color:#fff;
}
.swiper-pagination-bullet-active {
    background-color:#2062b8;
}
/*ej-banner*/
.ej_banner{
	width:100%;
	overflow: hidden;
}
.banner1{
	display: block;
	position:relative;
	left:50%;
	width:1920px;
	margin-left:-960px;
}
.banner2{
	display: block;
	display:none;
	position:relative;
	width: 100%;
	height: auto;

}
/*ej-banner 结束*/

/*footer*/
.footer{
	padding-top:40px;
	padding-bottom:40px;
	border-top:1px solid #dcdcdc;
}
.footer>p{
	text-align:center;
}
.footer>p>a{
	font-size:14px;
	color:#333;
	line-height: 24px;
	margin:0 4px;
}

/*fy*/
.fy>p{
	float:right;
}
.fy>p>a{
	display:block;
	float:left;
	font-size:14px;
	color:#004d98;
	line-height: 14px;
	padding:6px 12px;
	border:1px solid #eeeeee;
	margin-left:6px;
	cursor: pointer;
}
.fy>p>a:hover{
	background-color:#004d98;
	color:#fff;
	border:1px solid #004d98;
}
.fy>p>span{
	display:block;
	float:left;
	font-size:14px;
	line-height: 14px;
	padding:6px 12px;
	cursor: pointer;
	background-color:#004d98;
	color:#fff;
	border:1px solid #004d98;
	margin-left:6px;
}
.fy_sj{
	display:none;
	width:276px;
	margin:0 auto;
}
.fy_sj>a{
	display:block;
	float:left;
	font-size:14px;
	color:#004d98;
	line-height: 14px;
	padding:6px 12px;
	border:1px solid #eeeeee;
	margin:0 4px;
}

.fy1{
	margin-top:40px;
}
.fy1d>a{
	display:block;
	background-color:#eee;
	font-size:16px;
	color:#333;
	line-height: 40px;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	z-index: 1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fy1d>a:after{
	content:"";
	position:absolute;
	top:0;right:0;
	width:0;height:100%;
	background-color:#1365b7;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	z-index: -1;
}
.fy1d>a:hover:after{
	left:0;right:auto;
	width:100%;
}
.fy1d>a:hover{
	color:#fff;
}



/*首页*/
.index_pro{
	padding-top:65px;
	padding-bottom:65px;
}
.index_pro_t>a{
	display:block;
	width:400px;
	margin:0 auto;
}
.index_pro_t>a>span{
	display:block;
	width:330px;
	height:80px;
	margin:0 auto;
	padding:15px;
	position:relative;
}
.index_pro_t>a>span:before{
	content:"";
	position:absolute;
	left:0;top:0;
	width:55px;height:55px;
	background-image: url(../images/pro_l.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top left;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.index_pro_t>a>span:after{
	content:"";
	position:absolute;
	right:0;bottom:0;
	width:55px;height:55px;
	background-image: url(../images/pro_r.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom right;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.index_pro_t>a>span>h2{
	display:block;
	width:300px;
	height:50px;
	font-size:28px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	line-height: 50px;
	background-color:#004d98;
}
.index_pro_t>a:hover >span:before,
.index_pro_t>a:hover >span:after{
	height:0;width:0;
	opacity: 0;
}
.index_pro_t>a>p{
	font-size:18px;
	color:#004d98;
	line-height: 20px;
	text-align: center;
	text-transform:uppercase;
}
.index_pro_b{
	margin-top:45px;
}
.index_pro_b1>a{
	display:block;
}
.index_pro_b1_1{
	width:100%;
	overflow: hidden;
	position:relative;
	z-index: 1;
}
.index_pro_b1_1>img{
	display:block;
	width:100%;
}
.index_pro_b1_2{
	margin-top:-43px;
	position:relative;
	z-index: 2;
	padding-left:20px;
}
.index_pro_b1_2>span{
	display:block;
	width:70px;height:70px;
	background-color:#004d98;
	font-size:16px;
	line-height: 20px;
	color:#fff;
	padding:15px;
	text-align: center;
}
.index_pro_b1_3{
	padding-top:30px;
	padding-bottom:30px;
	position:relative;
}
.index_pro_b1_3:before{
	content:"";
	position:absolute;
	left:0;bottom:0;
	width:100%;height:1px;
	background-color:#dcdcdc;
	z-index: 1;
}
.index_pro_b1_3:after{
	content:"";
	position:absolute;
	right:0;bottom:0;
	width:0%;height:1px;
	background-color:#004d98;
	z-index: 2;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.index_pro_b1_3>p{
	font-size:14px;
	color:#333;
	line-height: 24px;
	height:48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.index_pro_b1_4{
	text-align: right;
	height:50px;
}
.index_pro_b1_4>span{
	line-height:50px;
	font-size: 14px;
	color:#999999;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.index_pro_b1_4>span>i{
	margin-left:10px;
	float:right;
	line-height:50px;
	font-size: 16px;
	color:#999999;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.index_pro_b1>a:hover .index_pro_b1_3>p,
.index_pro_b1>a:hover .index_pro_b1_4>span,
.index_pro_b1>a:hover .index_pro_b1_4>span>i{
	color:#004d98;
}
.index_pro_b1>a:hover .index_pro_b1_3:after{
	left:0;right:auto;
	width:100%;
}


.index_ab{
	padding-top:60px;
	padding-bottom:60px;
}
.index_ab_r>a>div{
	background-color:#fff;
	padding:20px;
}
.index_ab_r>a>div>img{
	display:block;
	width:100%;
}
.index_ab_l{
	padding-top:40px;
}
.index_ab_l>a>div>h2{
	font-size:28px;
	color:#004d98;
	font-weight: bold;
	line-height: 30px;
}
.index_ab_l>a>div>h3{
	font-size:18px;
	color:#004d98;
	line-height: 20px;
	margin-top:10px;
	text-transform:uppercase;
}
.index_ab_l>a>div>p{
	font-size:14px;
	color:#333;
	line-height: 24px;
	margin-top:40px;
	margin-bottom:40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height:72px;
}
.index_ab_l>a>div>span{
	display:block;
	width:136px;
	height:36px;
	border:1px solid #dcdcdc;
	text-align: center;
	line-height: 34px;
	font-size:14px;
	color:#999999;
	cursor: pointer;
}
.index_ab_l>a>div>span:hover{
	background-color:#004d98;
	color:#fff;
}


.index_nav{
	padding-top:60px;
	padding-bottom:60px;
}
.index_nav_1_1>.dLabel{
	border:none;
	background-color:transparent;
	padding:0;
	font-size:18px;
	color:#0a4595;
	line-height: 34px;
	display:block;
	width:100%;
	text-align: left;
	outline: none;
}
.index_nav_1_1>.dLabel>.caret{
	display:none;
}
.index_nav_1_3>li{
	padding-top:15px;
}
.index_nav_1_3>li>a{
	display:block;
	font-size:14px;
	color:#333;
	line-height: 30px;
	padding:0!important;
}
.index_nav_1_3>li>a:hover{
	color:#0a4595;
}
.index_nav_1_3>li>a>img{
	display:block;
	width:100px;
}


.ej_nav{
	width:100%;
	background-color:#fff;
}
.ej_center_nav{
	width:90%;
	max-width:1180px;
	margin:0 auto;
}
.ej_nav_t{
	background-color:#fafafa;
}
.ej_nav_t>.ej_center_nav>p{
	float:left;
	line-height: 50px;
	font-size:14px;
	color:#999;
}
.ej_nav_t>.ej_center_nav>p>i{
	font-size:16px;
	float:left;
	line-height: 50px;
	color:#1365b7;
	font-weight: bold;
}
.ej_nav_t>.ej_center_nav>p>span{
	font-size:14px;
	float:left;
	line-height: 50px;
	color:#999;
	margin:0 2px;
}
.ej_nav_t>.ej_center_nav>p>a{
	font-size:14px;
	float:left;
	line-height: 50px;
	color:#999;
	margin:0 2px;
}
.ej_nav_t>.ej_center_nav>p>a.dq{
	color:#1365b7;
}
.ej_nav_t>.ej_center_nav>p>a:hover{
	color:#1365b7;
}
.ej_nav_b{
	background-color:#004d98;
	margin-top:20px;
}
.ej_nav_s{
	line-height: 50px;
	float:left;
	display:none;
	position:relative;
}
.ej_nav_s>a>i{
	font-size:16px;
	color:#fff;
	line-height: 50px;
	width:40px;
	text-align: center;
}
.ej_nav_s:before{
	position:absolute;
	content:"";
	left:0;top:20%;
	width:1px;height:60%;
	background-color:#fff;
}
.ej_nav_y{
	float:left;
	display:none;
}
.ej_nav_y>h2{
	float:left;
	padding:0 8px;
	font-size:18px;
	line-height: 50px;
	color:#fff;
}
.ej_nav_e{
	float:left;
}
.ej_nav_e>#dLabel{
	display:block;
	background-color:transparent;
	border:none;
	line-height: 50px;
	font-size:18px;
	color:#fff;
	padding:0 8px;
	outline: none;
}
.ej_nav_eu>li{
	float:left;
}
.ej_nav_eu>li>a{
	display:block;
	padding:0 20px;
	font-size:18px;
	color:#fff;
	line-height: 50px;
}
.ej_nav_eu>li.dq>a{
	position:relative;
	background-color:#fff;
	font-size:20px;
	color:#004d98;
	font-weight: bold;
}
.ej_nav_eu>li.dq>a:after{
	content:"";
	position:absolute;
	width:100%;height:3px;
	background-color:#004d98;
	left:0;top:0;
}
.ej_content{
	width:100%;
	border-bottom:3px solid #1365b7;
	padding:40px 0;
}
.ej_content img{
	max-width:100%;
}
.ej_center{
	width:90%;
	max-width:1180px;
	margin:0 auto;
}
.rj_c_t>h3{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom:10px;
	line-height: 30px;
	background-image: -webkit-gradient(linear, 0 06,0 bottom, from(#005db7), to(#4c5763));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.rj_c_t>h2{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	background-image: -webkit-gradient(linear, 0 6,0 bottom, from(#005db7), to(#4c5763));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.rj_c_xq{
	padding-top:40px;
}

.rj_c_news1{
	padding-top:30px;
	padding-bottom:20px;
}
.news1{
	background-color:#f8f8f8;
	border:1px solid #f8f8f8;
	box-sizing: border-box;
	margin-bottom:20px;
	-webkit-transition:1.4s;
	-moz-transition:1.4s;
	-ms-transition:1.4s;
	-o-transition:1.4s;
	transition:1.4s;
}
.news1_l{
	float:left;
	width:280px;
	margin-right:20px;
	overflow: hidden;
	background-color:#358bde;
	position:relative;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.news1_l:before{
	content:"";
	position:absolute;
	right:0;bottom:0;
	width:0;height:0;
	border-bottom:3px solid #358bde;
	border-right:3px solid #358bde;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	z-index: -1;
}
.news1_l:after{
	content:"";
	position:absolute;
	left:0;top:0;
	width:0;height:0;
	border-top:3px solid #358bde;
	border-left:3px solid #358bde;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	z-index: -1;
}
.news1_l>img{
	display:block;
	width:100%;
}
.news1_r{
	float:left;
	width:65%;
	width:calc(100% - 300px);
	padding-top:40px;
}
.news1_r>h2{
	font-size:20px;
	line-height: 20px;
	color:#333;
	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;
}
.news1_r>span{
	display:block;
	font-size:14px;
	color:#999;
	line-height: 24px;
	margin:10px 0;
}
.news1_r>p{
	font-size:14px;
	color:#333;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height:72px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.news1:hover{
	border:1px solid #1c61a3;
    box-shadow: 0px 3px 7px 0px rgba(83, 134, 184, 0.2);
}
.news1:hover .news1_l:before,
.news1:hover .news1_l:after{
	width:100%;height:100%;
	z-index: 1;
}
.news1:hover .news1_r>h2,
.news1:hover .news1_r>p{
	color:#004d98;
}

.rj_c_news2{
	padding-top:10px;
	padding-bottom:40px;
}
.news2{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #e7e7e7;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.news2_l{
	float:left;
	width:160px;
	padding:10px;
	background-color:#f5f5f5;
	margin-right:20px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.news2_l>div{
	border:1px solid #c6d4e2;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.news2_l>div>h2{
	font-size:35px;
	font-weight: bold;
	text-align: center;
	color:#1365b7;
	line-height: 35px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.news2_l>div>p{
	font-size:18px;
	text-align: center;
	color:#1365b7;
	line-height: 18px;
	margin-top:13px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.news2_r{
	float:left;
	width:78%;
	width:calc(100% - 180px);
	padding-top:16px;
}
.news2_r>h2{
	font-size:20px;
	line-height: 20px;
	color:#333;
	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;
}
.news2_r>p{
	font-size:14px;
	color:#999;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top:10px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	height:48px;
}
.news2_r>span{
	display:block;
	font-size:14px;
	color:#999;
	line-height: 20px;
	float:right;
	margin-top:10px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.news2:hover{
	background-color:#f8fcff;
}
.news2:hover .news2_l{
	background-color:#e7f3ff;
}
.news2:hover .news2_l>div{
	background-color:#2e6ead;
}
.news2:hover .news2_l>div>h2,
.news2:hover .news2_l>div>p{
	color:#fff;
}
.news2:hover .news2_r>h2,
.news2:hover .news2_r>p,
.news2:hover .news2_r>span{
	color:#004d98;
}

.rj_c_show1{
	padding-top:30px;
	padding-bottom:20px;
}
.show1{
	margin-bottom:20px;
}
.show1_d{
	position:relative;
}
.show1_d:before{
	content:"";
	position:absolute;
	bottom:0;right:0;
	width:0%;height:0%;
	border-bottom:3px solid #368bdf;
	border-right:3px solid #368bdf;
	z-index: -1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.show1_d:after{
	content:"";
	position:absolute;
	top:0;left:0;
	width:0%;height:0%;
	border-top:3px solid #368bdf;
	border-left:3px solid #368bdf;
	z-index: -1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.show1_dt>img{
	display:block;
	width:100%;
}
.show1_db{
	width:100%;
}
.show1_db>h2{
	padding:0 10px;
	font-size:16px;
	color:#333;
	line-height: 60px;
	background-color:#f1f1f1;
	font-weight: bold;
	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;
}
.show1:hover .show1_db>h2{
	background-color:#306da9;
	color:#fff;
}
.show1:hover .show1_d:before,
.show1:hover .show1_d:after{
	width:100%;height:100%;
	z-index: 1;
}


.rj_c_t1{
	padding-bottom:40px;
}
.rj_c_t1>h2{
	font-size:30px;
	text-align: center;
	color:#333;
	line-height: 40px;
}
.rj_c_t1>p{
	font-size:12px;
	color:#999;
	line-height: 20px;
	text-align: center;
	margin-top:30px;
}



.rj_c_xq2{
	padding-top:40px;
}
.contact_w{
	padding-top:60px;
}
.contact_w>h2{
	font-size:30px;
	color:#333;
	line-height: 40px;
	padding-bottom:30px;
	border-bottom:1px solid #cccccc;
	margin-bottom:30px;
}
.contact_w>p{
	font-size:18px;
	color:#666;
	line-height: 40px;
}
.contact_w>p>span{
	font-size:20px;
	color:#666;
	font-weight: bold;
	line-height: 40px;
}

.job1{
	padding-top:30px;
}
.job1_l_d{
	height:100%;
	background-image:url(../images/job1.jpg);
	background-repeat: no-repeat;
	background-size: 380px 500px;
	background-position: top right;
}
.job1_r_d{
	background-image:url(../images/job2.jpg);
	background-repeat: no-repeat;
	background-size: 780px 500px;
	background-position: top left;
	padding-top:80px;
	padding-bottom:75px;
}
.job1_r_dd{
	width:70%;
	margin:0 auto;
}
.job1_r_d1{
	margin-bottom:20px;
}
.job1_r_d1l{
	width:80px;
	height:40px;
	float:left;
	text-align: right;
	font-size:16px;
	color:#426bc5;
	line-height: 40px;
	padding-right:10px;
}
.job1_r_d1r{
	width:80%;
	width:calc(100% - 80px);
	float:left;
}
.job1_r_d1r>input{
	display:block;
	width:100%;
	padding:0 10px;
	font-size:14px;
	color:#333;
	line-height: 20px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	border:none;
	border-radius: 8px;
	outline: none;
}
.job1_r_d1r>input:focus{
    border-color: #c1dcf7;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(83,134,184,.17);
}
.job1_r_d1r>textarea{
	display:block;
	width:100%;
	padding:0 10px;
	font-size:14px;
	color:#333;
	line-height: 20px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	border:none;
	border-radius: 8px;
	outline: none;
	min-height:100px;
	resize:none;
}
.job1_r_d1r>textarea:focus{
    border-color: #c1dcf7;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(83,134,184,.17);
}
.job1_r_d1r>a{
	display:block;
	width:240px;
	height:40px;
	background-color:#4068c2;
	border-radius: 8px;
	text-align: center;
	line-height: 40px;
	font-size:18px;
	color:#fff;
	margin:0 auto;
	cursor: pointer;
}
.rj_c_job2{
	padding-top:30px;
}
.job2{
	padding:35px 30px;
	border:1px solid #eeeeee;
	margin-bottom:20px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.job2>a>h2{
	font-size:18px;
	color:#333;
	line-height: 26px;
	margin-bottom:15px;
}
.job2>a>p{
	font-size:14px;
	color:#666;
	line-height: 30px;
}
.job2>a>p>span{
	font-size:14px;
	color:#333;
	line-height: 30px;
}
.job2:hover{
	border:1px solid #1c61a3;
    box-shadow: 0px 2px 6px 0px rgba(101, 148, 193, 0.23);
}


@media(max-width:1200px){
	.navbar-header_t:after{
		width:30%;
	}
	
	.index_ab_l {
		padding-top: 20px;
	}
	.index_ab_l>a>div>p {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}
@media(max-width:992px){
	.lg{
		float: none;
	}
	.sc{
		width:168px;
		margin:0 auto;
		float: none;
		padding-top:10px;
		padding-bottom:10px;
	}
	.sc1>i {
		line-height: 24px;
	}
	.sc1>p {
		line-height: 24px;
	}
	nav.navbar.bootsnav .navbar-toggle{
		position:absolute;
		left:0;bottom:0;
		width:44px;height:44px;
		margin:0;
		top:auto;
		background-color:transparent;
		color: #004d98;
	}
	.navbar-header_t{
		position:absolute;
		bottom:0;right:0;
		width:44px;height:44px;
	}
	.navbar-header_t:after{
		display:none;
	}
	.navbar-header_t>.nav_center{
		width:100%;
	}
	.rx{
		display:none;
	}
	.rx1{
		display:block;
	}
	nav.navbar.bootsnav .navbar-brand{
		display:block;
		padding-top:10px;
		padding-bottom: 5px;
	}
	.navbar-brand > img{
		margin:0 auto;
		max-width:100%;
	}
	.nav_center{
		width:96%;
	}
	nav.navbar.bootsnav .navbar-collapse{
		position:absolute;
		left:0;top:100%;
		background-color:#0a4595;
		width:100%;
	}
	
	nav.navbar.bootsnav .navbar-collapse::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0);
        border-left: 3px solid rgba(0, 0, 0, 0);
    }
    nav.navbar.bootsnav .navbar-collapse::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
   nav.navbar.bootsnav .navbar-collapse::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        background-clip: padding-box;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        min-height: 20px;
    }
    nav.navbar.bootsnav .navbar-collapse::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
	nav.navbar.bootsnav .navbar-nav{
		padding:0;
		margin: 0;
	}
	.navbar-nav > li{
		width:100%;
		text-align: left;
	}
	nav.navbar.bootsnav ul.nav > li > a {
		text-align: left;
		font-size: 16px;
		color: #fff;
		line-height: 50px;
	}
	nav.navbar.bootsnav ul.nav > li.active > a {
		color: #fff;
	}
	nav.navbar.bootsnav ul.nav > li.active > a:after{
		display:none;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
		border-bottom: solid 1px #fff;
		padding: 0px 0;
		color: #fff;
		text-align: left;
	}nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover{
		background-color:transparent;
	}
	nav.navbar.bootsnav.no-full .navbar-collapse{
		overflow-y: auto;
		padding-bottom:1px;
	}
	nav.navbar.bootsnav.no-full .navbar-collapse::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0);
        border-left: 1px solid rgba(0, 0, 0, 0);
    }
    nav.navbar.bootsnav.no-full .navbar-collapse::-webkit-scrollbar {
        width: 5px;
        height: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
   nav.navbar.bootsnav.no-full .navbar-collapse::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        background-clip: padding-box;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        min-height: 10px;
    }
    nav.navbar.bootsnav.no-full .navbar-collapse::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
	
	.footer {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footer>p>a{
		display:block;
		margin:0;
	}
	
	.fy{
		display:none;
	}
	.fy_sj{
		display:block;
	}
	
	.index_pro {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.index_pro_b1{
		margin-bottom:10px;
	}
	.index_pro_b {
		margin-top: 20px;
	}
	
	.index_ab {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.index_ab_l {
		padding-top: 0px;
	}
	.index_ab_l>a>div>p {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.index_ab_r>a>div {
		padding: 10px;
	}
	
	.index_nav {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.index_nav_1 .dropdown-menu{
		position:absolute;
		top:100%;
		width:100%;
	}
	.index_nav_1_3>li {
		padding-top: 0px;
	}
	.index_nav_1_3>li>a{
		text-align:center;
		line-height: 40px;
	}
	.index_nav_1_3>li>a>img {
		margin:0 auto;
		max-width:100%;
	}
	.index_nav_1_1>.dLabel{
		text-align:center;
	    font-size: 16px;
	}
	
	
	.ej_nav_t{
		display:none;
	}
	.ej_nav_b{
		margin-top:0px;
		display:block!important;
	}
	.ej_nav_r{
		position:relative;
	}
	.ej_nav_r:after{
		position:absolute;
		content:"";
		right:0;top:20%;
		width:1px;height:60%;
		background-color:#fff;
	}
	.ej_nav_s,.ej_nav_y{
		display:block;
	}
	.ej_nav_e>#ejnav{
		background-color:#004d98;
		width:100%;
		text-align: center;
	}
	.ej_nav_eu>li{
		float:none;
	}
	.ej_nav_eu>li>a{
		padding:0;
		width:100%;
		border-bottom:1px solid #fff;
	}
	.ej_nav_eu>li>a:hover{
		background-color:transparent;
		color:#fff;
	}
	.ej_nav_eu>li.dq>a{
		background-color:transparent;
		color:#fff;
		font-weight: normal;
		font-size:18px;
		text-align: center;
	}
	.ej_nav_eu>li.dq>a:after{
		display:none;
	}
	
	.fy1db{
		margin-bottom:10px;	
	}
	.fy1d>a {
		text-align: left;
	}
	
	.job1_l{
		display:none;
	}
	.job1_r_d {
		width:80%;
		max-width:780px;
		margin:0 auto;
		background-position: top center;
	}
	
}
@media(max-width:768px){
	.index_pro_t>a ,
	.index_pro_t>a>span,
	.index_pro_t>a>span>h2{
		width:100%;
	}
	.index_pro_b1_3 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.index_pro_b1_4{
		height:40px;
	}
	.index_pro_b1_4>span,
	.index_pro_b1_4>span>i {
		line-height: 40px;
	}
	
	.index_ab {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.index_ab_l{
		margin-bottom:10px;
	}
	
	.index_nav_1{
		width:33.33333333%;
		float:left;
	}
	
	.index_nav {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.ej_content {
		padding: 20px 0;
	}
	.rj_c_xq {
		padding-top: 20px;
	}
	.rj_c_xq2 {
		padding-top: 20px;
	}
	.contact_w {
		padding-top: 20px;
	}
	.contact_w>h2 {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.contact_w>p {
		font-size: 14px;
		line-height: 28px;
	}
	.contact_w>p>span {
		font-size: 16px;
		line-height: 28px;
	}
	
	.rj_c_news1 {
		padding-top: 20px;
		padding-bottom: 0px;
	}
	.news1_l {
		width: 160px;
		margin-right: 15px;
	}
	.news1_r {
		width: calc(100% - 175px);
		padding-top: 10px;
	}
	.news1_r>h2 {
		font-size: 16px;
	}
	
	.news1_r>span {
		margin: 4px 0;
	}
	.news1_r>p {
		font-size: 13px;
		-webkit-line-clamp: 2;
		height: 48px;
	}
	
	.rj_c_news2 {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.news2_l {
		width: 85px;
		padding: 5px;
		margin-right: 15px;
	}
	.news2_l>div {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.news2_l>div>h2 {
		font-size: 26px;
		line-height: 30px;
	}
	.news2_l>div>p {
		font-size: 14px;
		line-height: 18px;
		margin-top: 6px;
	}
	.news2_r {
		width: calc(100% - 100px);
		padding-top: 6px;
	}
	.news2_r>h2 {
		font-size: 16px;
		line-height: 16px;
	}
	.news2_r>p {
		font-size: 14px;
		line-height: 18px;
		margin-top: 6px;
		height:36px;
	}
	.news2_r>span {
		font-size: 12px;
		line-height: 12px;
		margin-top: 6px;
	}
	.news2 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.rj_c_show1 {
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
	.rj_c_t1 {
		padding-bottom: 20px;
	}
	.rj_c_t1>p {
		margin-top: 15px;
	}
	
	.fy1 {
		margin-top: 20px;
	}
	
	.rj_c_job2 {
		padding-top: 20px;
	}
	.job2 {
		padding: 15px 15px;
	}
	.job2>a>h2 {
		margin-bottom: 10px;
	}
	.job1_r_dd {
		width: 80%;
	}
	
	.show1_db>h2 {
		line-height: 50px;
	}
	
}
@media(max-width:500px){
	.rj_c_t>h3 {
		font-size: 22px;
	}
	.rj_c_t>h2 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.news1_l {
		width: 100%;
		margin-right: 0px;
		float:none;
		margin-bottom:6px;
	}
	.news1_r {
		width:100%;
		float:none;
		padding-top: 10px;
	}
	
	.job1_r_d {
		width: 100%;
		background-position: top center;
	}
	.job1_r_d1r>a{
		width:100%;
	}
	.job1_r_d1l{
		height:auto;
	}
	.job1_r_d2>.job1_r_d1r{
		width:100%;
		margin:0 auto;
		float:none;
	}
	.job1_r_dd {
		width: 96%;
	}
	.job1_r_d {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media(max-width:350px){
	.index_pro_b1{
		width:100%;
	}
	.index_pro_b1_3>p{
		height:auto;
	}
	
	.index_nav_1{
		width:50%;
	}
}


.pcgg{
	position:fixed;
	bottom:10%;
	right:10px;
	z-index: 999999;
	width:200px;
	height:150px;
}
.pcgg-1,
.pcgg-1 img{
	display:block;
	width:200px;
	height:150px;
}
.pdf{
	display:block;
	padding:15px 0;
	border-bottom:1px dashed #eee;
}
.pdf>h2{
	font-size:18px;
	color:#333;
	line-height: 24px;
	float:left;
	width:70%;
	width:calc(100% - 100px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pdf>h3{
	font-size:16px;
	color:#999;
	line-height: 24px;
	float:right;
	width:80px;
	text-align: right;
}
.pdf:hover >h3{
	color: #1365b7;
}
