﻿/*基本样式*/
body{font-size:14px; color:#333; font-family:"microsoft yahei";background: #fff;overflow-x: hidden;}
select,input,button{vertical-align:middle;font-size:100%;}
*{margin:0;padding:0;}
*,*:after,*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div{box-sizing: border-box;}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td,form,fieldset,legend,input,button,textarea,blockquote,hr,pre{margin:0;padding:0;}
i,em,button,input,select,textarea{font-size:100%;font-weight:normal;font-style:normal; font-family:"microsoft yahei"; outline: none;}
p{
	font-size: 15px;
}
::-moz-focus-inner{outline:none;}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {-webkit-appearance: none;}
article, aside, details, figcaption, figure, footer, header, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

fieldset,img{border:0;}
li{list-style:none; margin:0; padding:0;}
input,select{vertical-align:middle;}
input::-webkit-input-placeholder { color: #999;}

input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {-webkit-appearance: none;}
a,button,input,textarea,div{-webkit-tap-highlight-color: rgba(0,0,0,0);}

a{color:#656565; font-size:14px; text-decoration:none;}
a:hover{color:#009141;}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
*html .clearfix {zoom:1;}
*+html .clearfix {zoom:1;}
[v-cloak] {display: none;}
.fl { float: left;}
.fr { float: right;}
.clear{height:0; line-height:0; font-size:0; clear:both; overflow:hidden}
.margin-top {
	margin-top: 16px;
}



/*头部导航*/
.header-banner {
/*	overflow: hidden;*/
}
.header {
	width: 100%;
	height: 99px;	
}
.wrapper {
	width: 1180px;
	margin: auto;
}
.header .wrapper {
	position: relative;
}
.header .logo {
    background: url(../img/index/l6.png) no-repeat center center transparent;
    float: left;
    height: 99px;
    overflow: hidden;
    width: 390px;
    display: inline;
}
.brand-links {
	height: 52px;
	padding-top: 15px;
	float: right;
	width: 400px;
	position: relative;
	top: 0;
	left: 0px;
	padding-left: 100px;
}
.bbb{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  width: 100%;
  height: 40px;
  background-color:rgba(0,0,0,0.5);
  padding-left: 10px;
}
.bbb h4{
  font-size: 19px;
  line-height: 40px;
  color: white;
}
.brand-links a {
	color: #40465f;
	font-size: 15px;
	font-weight: 700;
	padding-left: 30px;
	vertical-align: middle;
	transition: all .2s;
}
.brand-links a:hover {
	opacity: 0.8;
}
.mailbox_icon {
	width: 17px;
	height: 16px;
	display: inline-block;
	background: url(../img/index/mailbox_ico.png) no-repeat;
	margin-right: 6px;
	vertical-align: middle;
	margin-top: -2px;
} 
.en_icon {
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../img/index/en_ico.png) no-repeat;
	vertical-align: middle;
	margin-top: -2px;
	position: relative;
	top: 0;
	right: 0px;
}
.header .index-nav {
	width: 1280px;
	height: 47px;
	position: absolute;
	top: 52px;
	left: 390px;
	background: url(../img/index/navs_bg.png) no-repeat;
	z-index: 999;
}
.header .index-nav ul {
	overflow: hidden;
	margin-left: 15px;
}
.header .index-nav li {
	float: left;
	width: 116px;
    height: 47px;
    background: url(../img/index/navbg.png) no-repeat;
/*    padding: 0 30px;*/
    margin-left: -32px;
    position: relative;
    transition: all ease-in-out .2s; 
}
.header .index-nav li:first-child {
	margin-left: 0;
}
.header .index-nav li a {
	display: block;
	line-height: 47px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	transition: all ease-in-out .2s; 
}
.header .index-nav li:hover,.header .index-nav li.active  {
	background-image: url(../img/index/navbg_h.png);
}
.index-banner {
	position: relative;
	margin:0 auto;
	width:1200px;
}
.index-banner-list li {
	width: 100%;
	height: 400px;	
	position: relative;
	top:0;
	left: 0;
	overflow: hidden;
}
.index-banner-list li img{
	width:1200px;
	height: 100%;
   display: block;
	position: absolute; 
	left: 80%; 
	margin-left: -960px;
/*	background-image: 100% 100%;*/
} 
.numlist {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	position: absolute;
	bottom: 50px;
}
.numlist li {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}
.numlist li.on {
	background-color: #ff0000;
	border-color: #ff0000;
}
.index-banner .prev,.index-banner .next{ 
	z-index:1; 
	display:block; 
	width:47px; 
	height:47px; 
	position:absolute; 
	top: 50%;
	left: 4%;
	margin-top: -24px;
	background:url(../img/index/previous.png) 0 0 no-repeat; 
	filter:alpha(opacity=90);
	opacity:0.9;
}
.index-banner .prev:hover{
  background:url(../img/index/previous-hover.png) no-repeat left top;
}
.index-banner .next:hover{
  background:url(../img/index/next-hover.png) no-repeat left top;
}
.index-banner .next{  
	background-image: url(../img/index/next.png);
	left: auto;
	right: 4%;
}
.index-banner .prev:hover,.index-banner .next:hover{ 
	filter:alpha(opacity=100);
	opacity: 1;
}
.sub-banner {
	width: 100%;
	height: 120px;
	position: relative;
	z-index: 9;
}
.sub-banner img {
	width: 1920px;
	height: 120px; 
	position: absolute; 
	left: 50%; 
	margin-left: -960px;
}
.jlnt-tab {
	height: 70px;
	border-bottom: 1px solid #ececef;
	overflow: hidden;
	position: relative;
}
.jlnt-tab-title {
	position: absolute;
	top: 20px;
	right: 0;
	overflow: hidden;
	margin-top: 1px;
}
.jlnt-tab-title li {
	cursor: pointer;
	float: left;
	line-height: 32px;
	margin-left: 20px;
	color: #666;
	transition: all .1s;
	width: 120px;
	text-align: center;
	border-bottom: 2px solid #f04600;
	box-sizing: border-box;
}
.jlnt-tab-title li.active,.jlnt-tab-title li:hover {
/*	border-bottom: 3px solid #f04600;*/
	background-color: #f04600;
	color: white;
	height: 34px;
	border-radius: 5px;
	width: 120px;
}
.jlnt-breadcrumb {
	line-height: 70px;
}
.home-icon {
	width: 13px;
	height: 12px;
	display: inline-block;
	background: url(../img/index/home_ico.png) no-repeat;
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}
.index-News {
	margin-top: 60px;
	overflow: hidden;
}
.index-News .newConL {
	width: 880px;
	float: left;
}
.index-News .newConR {
	width: 280px;
	height: 400px;
	float: right;
	background: #f6f4ef;
	padding: 10px 10px 0 10px;
	border-top: 5px solid #f04600;
}
.newConL-hd {
	overflow: hidden;
}
.newConL-hd .hotspot {
	width: 49%;
	height: 216px;
	float: left;
	position: relative;
}
.newConL-hd .hotspot .detail-link {
	position: absolute;
	right: 0;
	bottom: 2px;
	margin: 0;
}
.index-News .hotspot-tit {
	position: relative;
}
.index-News .hotspot-intr {
	font-size: 16px;
	line-height: 32px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.index-News .hotspot-time {
	text-align: right;
	padding-right: 6px;
	margin: 10px 0;
	color: #d2d7db;
}
.index-News .hotspot-time .linebox {
	display: inline-block;
	width: 200px;
	height: 1px;
	background: #e8e8f5;
	vertical-align: middle;
}
.newtag {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #8996a0;
	padding: 0 8px;
	background: #fbe7aa;
	margin-left: 4px;
	border-radius: 2px;
}
.newtag.gray-bg {
	background: #e8e8f5;
}
.newtag.red-bg {
	background: #ffd6d6;
}
.index-News .hotspot-tit span {
	width: 56px;
	height: 56px;
	display: inline-block;
	background: #f04600;
	vertical-align: top;
	text-align: center;
	color: #fff;
	padding: 3px;
	font-weight: 400;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
}
.index-News .hotspot-tit a {
	display: block;
	vertical-align: top;
	font-size: 22px;
	color: #40465f;
	line-height: 30px;
	margin-left: 64px;
}
.newConL-hd .video-broadcast {
	width: 49%;
	height: 216px;
	background: #ececef;
	float: right;
}
.newConL-hd .video-img {
	width: 215px;
	height: 215px;
	overflow: hidden;
	position: relative;
}
.newConL-hd .video-img .tit-tip {
	height: 19px;
	line-height: 19px;
	display: inline-block;
	padding: 0 5px;
	background: #4c4a5e;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 2px;
}
.newConL-hd .video-img .video-icon {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../img/index/video_ico.png) no-repeat;
	cursor: pointer;
	position: absolute;
	bottom: 13px;
	right: 17px;
}
.newConL-hd .video-img a {
	display: block;
}
.newConL-hd .video-txt {
	margin-left: 225px;
	padding-right: 0px;
	padding-top: 0px;
	height: 215px;
}

.move{
	height: 215px;
}

.newConL-hd .video-txt h3 a {
	font-size: 18px;
	line-height: 30px;
	color: #40465f;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newConL-hd .video-txt .more-btn {
	text-align: right;
	font-style: italic;
	margin-top: 30px;
}
.newConL-hd .video-txt .more-btn a {
	color: #4c4a5e;
	font-weight: 700;
}
.newConL-hd .video-txt .linebox3 {
	display: block;
	margin: 10px 0;
	width: 70px;
	height: 3px;
	background: -webkit-linear-gradient(left,#f92600, #ff860f);
    background: -o-linear-gradient(left,#f92600, #ff860f); 
    background: -moz-linear-gradient(left,#f92600, #ff860f);
    background: linear-gradient(left,#f92600, #ff860f);
    background: -ms-linear-gradient(left,#f92600, #ff860f);/* IE 10 */
}
.newConL-hd .video-txt p {
	color: #adacba;
}
.index-News .notice-tit {
	color: #40465f;
}
/*通知通告*/
.notice-tit{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 4px solid rgba(65,72,78,.2);
}
.tongzhi {
	width: 260px;
	position: relative;
	top: 0;
	left: 0;
}
.tongzhi img{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 2px;
	left: 80px;
}
#box{
	width: 100%;
	height: 300px;
	border: solid 0px;
	overflow: hidden;
}
.index-News .notice-wrap .oneLine {
	font-size: 18px;
	color: #40465f;
	line-height: 26px;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.index-News .notice-wrap .twoLine {
	text-align: right;
	color: #b0b0b0;
	margin-bottom: 6px;
}
.index-News .notice-wrap .threeLine {
	color: #666;
	font-size: 16px;
	line-height: 30px;
}
.threeLine{
	margin-bottom: 0px;
}
.index-News .detail-link{
	text-align: right;
	margin: 5px 0 30px;
}
.index-News .detail-link>a {
	display: inline-block;
/*	background: #ededed;*/
	color: #40465f;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	padding: 0 12px;
	font-style: italic;
	transition: all .2s;
}
.index-News .detail-link>a:hover {
	opacity: 0.8;
}
.detail-link a{
	text-decoration: underline;
}
.index-News .notice-laypage {
	border-top: 4px solid rgba(65,72,78,.2);
	font-weight: 700;
	overflow: hidden;
	
}
.index-News .notice-laypage a {
	padding: 0 7px;
	color: #40465f;
	line-height: 36px;
}
.index-News .notice-laypage .prev-icon,
.index-News .notice-laypage .next-icon {
	width: 10px;
	height: 11px;
	display: inline-block;
	background: url(../img/index/prev_ico.png) no-repeat;
	vertical-align: middle;
	margin-top: -2px;
}
.index-News .notice-laypage .next-icon {
	background-image: url(../img/index/next_ico.png);
}
.index-News .notice-laypage .all-link {
	float: right;
	font-style: italic;
}
.newConL-bd {
	margin-top: 15px;
}
.newsTab {
	width: 580px;
	float: left;
	position: relative;
}
.newConL-bd .more-btn {
	color: #41484e;
	font-style: italic;
	font-weight: 700;
	position: absolute;
	right: 5px;
	top: 25px;
	transition: all .2s;
    -webkit-transition: all .2s;
}
.newConL-bd .more-btn:hover {
	opacity: 0.8;
}
.newsTab .newsTab-title {
	position: relative;
	border-bottom: 3px solid #d2d7db;
}
.newsTab .newsTab-title li {
	display: inline-block;
	color: #40465f;
	font-size: 18px;
	font-weight: 700;
	line-height: 56px;
	margin-right: 35px;
	cursor: pointer;
	position: relative;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.newsTab .newsTab-title li.on:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 59px;
    border-bottom: 3px solid #ea4c07;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 999;
}
.newsTab-con .newsTab-item {
	height: 107px;
	display: none;
	padding-top: 20px;
}
.newsTab-con .newsTab-item.on {
	display: block;
}
.newsTab-con .news-list li {
	line-height: 22px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.newsTab-con .news-list li a {
	color: #666;
	font-size: 16px;
	transition: all .2s;
    -webkit-transition: all .2s;
}
.newsTab-con .news-list li a:hover {
	color: #009141;
}
.newsTab-con .news-list li span {
	margin-right: 12px;
	font-size: 14px;
	color: #aeaeae;
}
.newItem {
	width: 280px;
	height: 156px;
	margin-top: 20px;
	float: right;
/*	background: url(../img/index/fpitem_bg.png) center bottom no-repeat;*/
	overflow: hidden;
	position: relative;
}
.newItem02 {
	width: 215px;
	height: 215px;
/*	margin-top: 20px;*/
	float: right;
/*	background: url(../img/index/fpitem_bg.png) center bottom no-repeat;*/
	overflow: hidden;
	position: relative;
}
.newItem .tit-tip {
	line-height: 19px;
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 8px;
	top: 4px;
	border-radius: 2px;
	padding: 0 5px;
	background: #41484e;
}
.newItem .item-tit {
	background: rgba(0,0,0,.5);
	line-height: 28px;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	padding-left: 10px;
}
.newItem .item-icon {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../img/index/item_ico.png) no-repeat;
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}


.jlnt-service {
	width: 100%;
	height: 165px;
/*	background: #ececef;*/
	margin-top: 90px;
}
.jlnt-service .wrapper {
	position: relative;
}
.jlnt-service-list {
	position: absolute;
	top: -45px;
	left: 0;
	overflow: hidden;
}
.jlnt-service-list li {
	float: left;
}
.jlnt-service-list li a {
	display: block;
}
.jlnt-service-list li h2{
	text-align: center;
}
/*底部栏footer*/
.footer {
	width: 100%;
	background: #ececef;
	padding-top:30px;
}
.footer .wrapper {
	padding: 15px 0;
	border-top: 1px solid #444d57;
/*	margin-top: 30px;*/
}
.friends{
	font-size: 16px;
	line-height: 34px;
	float: left;
}
.flink {
	overflow: hidden;
	padding-left: 10px;
}
.flink li {
	float: left;
	font-size: 16px;
	color: #444d57;
	line-height: 14px;
	padding-right: 13px;
	position: relative;
}
.flink li:after {
	content: '|';
	color: #444d57;
	margin-left: 13px;
}
.flink li a {
	color: #444d57;
	font-size: 16px;
	line-height: 34px;
	transition: all .2s;
}
.flink li a:hover {
	color: #f04600;
}
.footer-menu {
/*	margin-bottom: 50px;*/
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #444d57;
}
.footer .copyright {
	padding-top: 0px;
}
.yejiao{
	float: left;
}
.y_logo{
	float: left;
	margin-right: 20px;
	height: 116px;
	padding-top: 20px;
}
.text_company{
	float: left;
	margin-right: 0px;
	font-size: 14px;
	color: #444d57;
/*	font-weight: 700;*/
	line-height: 1.6;
	margin-top: 6px;
}
.banquan img{
	float: left;
	display: block;
	width: 30px;
	height: 32px;
}
.banquan{
	clear: both;
	margin-left: 220px;
	margin-top: 80px;
}
.banquan span{
	font-size: 12px;
	color: #444d57;
	font-weight: 700;
	margin-left: 10px;
}
.footer .copyright .copy-txt {
	vertical-align: middle;
	font-size: 14px;
	color: #444d57;
/*	font-weight: 700;*/
	line-height: 1.6;
	margin-left: 15px;
	margin-top: 20px;
}
.footer .copyright>div {
	display: inline-block;
	vertical-align: top;
}
.footer .qrcode {
	width: 180px;
	margin-left: 120px;
}
.erweima{
	float: left;
}
.qrcode img:nth-child(2){
	margin-top: 25px;
	margin-left: 30px;
}

.footer .qrcode p {
	font-size: 14px;
	color: #444d57;
	text-align: center;
	font-weight: 700;
	margin-top: 10px;
}
.nav {
	float: left;
	margin-top: -5px;
	position: absolute;
	top: 14px;
	left: 20px;
}
.nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul:before,
.nav ul:after {
  content: "";
  display: table;
}
.nav ul:after {
  clear: both;
}
.nav ul > li {
  float: left;
  position: relative;
}
.nav a {
  display: block;
  padding: 10px 20px;
  line-height: 1.2em;
  color: #40465f;
  font-size: 15px;
}
.nav a:hover {
  text-decoration: none;
}
.nav li ul {
  background:rgba(255,255,255,0.9);
}
.nav li ul li {
  width: 160px;
}
.nav li ul a {
  border: none;
}
.nav li ul a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.nav1 ul > li:hover ul {
  left: 0;
}
.nav1 li ul {
  position: absolute;
  left: -9999px;
  top: 36px;
  z-index: 5000;
}














