@charset "utf-8";
a{
    color: #ee8000;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
	color: #4e1300;
    text-decoration:none;
}

.logo {
	width:auto; 
	height: 68px
}

.header-bar-container.fixed {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header-bar-container {
	/* background-color: rgba(238,128,0);*/
	background-color: #FFF;
	color: #222;
	font-size: 1.25em;
	padding:0;
	z-index: 999;
	border-radius:0;
	box-shadow: 0px 2px 3px rgba(25,25,25,.25) ;
}
.header-bar-container .navbar {
	margin-bottom:0;
}

.navbar-toggle {
	background-color: #ee8000;
}

.nav > li > a, .nav > li > a {
	color: #666; 
	font-weight: 500;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #fff;
	color: #ee8000;
	-webkit-transition:.5s ease-in-out;
	   -moz-transition:.5s ease-in-out;
	        transition:.5s ease-in-out;
}
.nav > li .active {
	border-bottom: 2px solid rgba(238,128,0);
	width: 38px;
	margin: auto;
	margin-top: -15px;
}
.nav > li:hover .link {
	border-bottom: 2px solid rgba(238,128,0);
	width: 38px; 
	margin: auto;
	margin-top: -15px;
	-webkit-transition:.3s ease-in-out;
	   -moz-transition:.3s ease-in-out;
	        transition:.3s ease-in-out;
}

@media (max-width: 767px) {
  .navbar-nav {
	  padding-top: 0px;
  }
  .nav > li .active {
	  border-bottom: 0px solid #FF7E00;
	  width: 38px;
	  margin: auto;
  } 
  .nav > li:hover .link {
	  border-bottom: 0px solid #FF7E00;
	  width: 38px;
	  margin: auto;
	  -webkit-transition:.5s ease-in-out;
  	     -moz-transition:.5s ease-in-out;
  	          transition:.5s ease-in-out;
  }

 .item-img {
	width: 100%; 
	height: 0; 
	padding-bottom: 30%; 
	background-repeat: no-repeat; 
	min-height: 26rem; 
	background-position: center center; 
	-webkit-background-size:cover;
       -moz-background-size:cover;
            background-size:cover;
} 
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #333;
	color: #fff;
}
/*
.jumbotron h1 {
  font-size: 30px;
}
*/
@media (min-width: 768px) {
 .item-img {
	width: 100%; 
	height: 0; 
	padding-bottom: 30%; 
	background-repeat: no-repeat; 
	min-height: 40rem; 
	background-position: center center; 
	-webkit-background-size:cover;
       -moz-background-size:cover;
            background-size:cover;
} 
}

@media (min-width: 970px) {
 .item-img {
	width: 100%; 
	height: 0; 
	padding-bottom: 0%; 
	background-repeat: no-repeat; 
	min-height: 60rem; 
	background-position: center center; 
	-webkit-background-size:cover;
       -moz-background-size:cover;
            background-size:cover;
} 
}
.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%;
	z-index:999999;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../images/icons/preloader.gif);
}
/*******导航简繁切换******/
.nav_tw_cn {display: none;}
@media (max-width: 767px) { 
	.nav_tw_cn {
		display: block;
	}
}
.nav_tw_cn span {
	border: 1px solid #ee8000;padding:5px;border-radius:3px;font-size:16px;
}

/*******顶部简繁切换******/
.on-top {
    width: 3em;
    height: 2em;
    position: fixed;
	font-size: 16px;
	line-height: 2em;
    top: 1em;
    right: 1em;
    z-index: 9999;
    color: #fff;
	background-color: #ee8000;
	outline:none;
	text-align: center;
	border-radius: 3px;	
}
@media (max-width: 767px) { 
	.on-top {
		display: none;
	}
}
.on-top a { color: #fff; text-decoration-line: none;}
.on-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background:         radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top {
    width: 3em;
    height: 3em;
    position: fixed;
    bottom: 68px;
    right: 1em;
    z-index: 99;
    display: none;
    color: #fff;
    background: #ee8000;
	border: 1px solid #ee8000;
	outline:none;
	text-align: center;
	border-radius: 1.5em;	
}
.scroll-top i:before {
	font-size: 1.75em;
	margin: auto;
	line-height: 1.5em
}
.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background:         radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.tran3s {
	-webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.footer_box { 
	font-weight: 300; 
	height: 60px; 
	background-color: #333; 
	color: #ddd; 
}
.copyright {
   display: table-cell;
   vertical-align: middle;	
}
.margintop1 {
	margin-top:1em;
}

.margintop2 {
	margin-top:2em;
}
.margin1 {
	margin-top:1em;
	margin-bottom:1em;
}
.margin2 {
	margin-top:2em;
	margin-bottom:2em;
}
.margin3 {
	margin-top:5em;
	margin-bottom:5em;
}


.container h1 {
	color:#ee8000; 
}

.container > h1 .link {
	border: 1px solid #04AEEB; 
	width: 120px; 
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.container .link1 {
	border: 1px solid #333; 
	width: 120px; 
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.container h4 {
	color:#666; 
	line-height: 1.75em;
}

.bgcolor1 {
	background-color: #ee8000;
	padding-top: 2em;
	padding-bottom: 2em;
}



/****************** article Style**********************/
.article-content {padding-top: 1em;padding-bottom: 2em; color: #666; font-size: 1.05em; }
.article-content img { max-width: 100%; height: auto;}
.article-content p {line-height: 1.5em}
.article-title {margin-top: 2em;margin-bottom: 1em;  padding-top: 1em;padding-bottom: 1em; border-bottom: solid 1px #eee;}



/****************** list Style**********************/
.load-more, .load-info {
	display:none;/*默认不显示，ajax调用成功后才决定显示与否*/
}

.article_box {background-color: #f8f8f8;padding: 1em;margin-top: 2em;margin-bottom: 2em;  border: solid 1px #f1f1f1;	  -webkit-transition:.5s ease-in-out;
  	     -moz-transition:.5s ease-in-out;
  	          transition:.5s ease-in-out;}
.article_box:hover {background-color: #fff; box-shadow: 0px 0px 8px 0px rgba(15,15,15,.125);	  -webkit-transition:.5s ease-in-out;
  	     -moz-transition:.5s ease-in-out;
  	          transition:.5s ease-in-out;}
.article_box .imagers { border-radius: 3px;box-shadow: 0px 0px 2px 0px rgba(25,25,25,0.25); height: 168px; background-repeat: no-repeat; background-size: cover; background-position: center center}

.article_box .summary { padding-top: 1em; padding-bottom: 1em; } 
.article_box .info {color: #bbb; text-align: left;margin-bottom: 1em;margin-top: -10px}
.article_box h3 {margin-top: 5px; color: #ee8000;  overflow : hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;}
.article_box p {padding-right: 1em; font-size: 1.125em;color: #666;  overflow : hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 3; -webkit-box-orient: vertical;margin-bottom: 0px;}


.list_box {background-color: #f8f8f8;padding: 1em;margin-top: 2em;margin-bottom: 2em;  border: solid 1px #f1f1f1;}
.list_box .imagers { border-radius: 3px;box-shadow: 0px 0px 2px 0px rgba(25,25,25,0.25); height: 168px; background-repeat: no-repeat; background-size: cover; background-position: center center}
.list_box .summary { padding-top: 1em; padding-bottom: 1em; } 
.list_box .info {color: #bbb; text-align: center;margin-bottom: 1em;margin-top: -10px}
.list_box h3 {margin-top: 5px; color: #ee8000;  overflow : hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;}
.list_box p {padding-right: 1em; font-size: 1.125em;color: #666;  overflow : hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 3; -webkit-box-orient: vertical;margin-bottom: 0px;}


.list_box .link_b { border-left: 8px solid #04AEEB; padding-left: 5px; }
.list_box .link_g { border-left: 8px solid #168001; padding-left: 5px; }
.list_box .link_r { border-left: 8px solid #FB1F00; padding-left: 5px; }


/************** General *********************/
.class_nav {height: 3em; background-color: #f8f8f8; border-bottom: solid 1px #eee;}
.small_banner {height: 238px; background-size: cover; background-repeat: no-repeat;}

.pm0 {
	padding: 0px; margin: 0px
}
.pad_1em {
	padding: 1em;
}
.pad_2em {
	padding: 2em;
}
.pad_tb_1em {
	padding-top: 1em;
	padding-bottom: 1em;
}
.pad_tb_2em {
	padding-top: 2em;
	padding-bottom: 2em;
}
.pad_tb_3em {
	padding-top: 3em;
	padding-bottom: 3em;
}
.pad_tb_5em {
	padding-top: 5em;
	padding-bottom: 5em;
}
.pad_b_1em {
	padding-bottom: 1em;
}
.pad_t_1em {
	padding-top: 1em;
}
.pad_b_2em {
	padding-bottom: 2em;
}
.pad_t_2em {
	padding-top: 2em;
}

.mar_1em {
	margin: 1em;
}
.mar_2em {
	margin: 2em;
}
.mar_tb_1em {
	margin-top: 1em;
	margin-bottom: 1em;
}
.mar_tb_2em {
	margin-top: 2em;
	margin-bottom: 2em;
}
.mar_b_1em {
	margin-bottom: 1em;
}
.mar_b_2em {
	margin-bottom: 2em;
}
.mar_t_1em {
	margin-top: 1em;
}
.mar_t_2em {
	margin-top: 2em;
}
.lh_1 {line-height: 1em;}
.lh_15 {line-height: 1.5em;}
.lh_175 {line-height: 1.75em;}
.lh_2 {line-height: 2em;}

.text_color {
	color: #ee8000;
}

.fixed-bg  {
 min-height: 100%;
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: center 0;
}

.fixed-bg .text {color: #fff; line-height: 1.5em; text-shadow: 0px 0px 3px rgba(10,10,10,0.95)}

.fixed-bg .link {
	height: 3px; width: 80px;margin: auto; background-color:#ddd;
	margin-bottom: 2em;
}
.fixed-bg a {color: #fff}
.fixed-bg a:hover {color: #fff}

.hover-bg {background-color: #FB1F00}
.hover-bg:hover {background-color: #333c70}
