* {
  padding: 0;
  margin: 0;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  clear: both;
}

body {
  font-size: 15px;
  font-family: "Microsoft Yahei";
  -webkit-text-size-adjust: none;
  color: #535252;
  width: expression(document.body.clientWidth <=1320? "1320px": "auto");
  min-width: 1320px;
  line-height: 30px;
}

li,
ol,
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

div {
  margin: 0 auto;
}

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

a:hover {
  text-decoration: none;
  color: #bc020d;
  font-weight: bold;
}

img {
  border: none;
}

.font_big {
  font-size: 16px;
}

.grey {
  color: #8e8e8e;
}

.red {
  color: #bc020d;
}

.boder_grey {
  border: 1px solid #dddddd;
}

.main {
  width: 100%;
}

.index_con {
  width: 1320px;
}

.i_con {
  width: 100%;
}

.clear_bottom {
  clear: both;
  margin-bottom: 25px;
}

.clear_bottom_10 {
  clear: both;
  margin-bottom: 10px;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*å¤´éƒ¨*/

.top_bj {
  width: 100%;
  height: 190px;
  background: #94221b;
  background: url(/tw/images/bg.png) center no-repeat;
}

.logo {
  width: 310px;
  height: 190px;
  position: relative;
}

.logo img {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
}

.top_r {
  width: 200px;
  text-align: right;
  margin-top: 10px;
}

.top_link {
  width: 320px;
}

.top_link li {
  width: 70px;
  text-align: left;
  font-size: 14px;
  float: left;
  margin-right: 10px;
  background: url(/tw/images/top_link_bj.png) right center no-repeat;
}

.top_link li.top_link_last {
  background: none;
}

.top_pic {
  margin-top: 20px;
}

.top_pic li {
  width: 75px;
  height: 40px;
  float: left;
  margin-left: 22px;
  text-align: center;
  background: url(/tw/images/top_pic_bj.png) center no-repeat;
  position: relative;
}

.top_pic li.cd_logo {
  width: auto;
  background: none;
}

.top_pic li img {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

/*.top_pic li:hover .top_pic_tc{
	width:125px;
	height: 145px;
	text-align: center;
	background: url(/tw/images/top_pic_tc_bj.png) center no-repeat;
	top: 45px;
	left: -40px;
	position: absolute;
	overflow: hidden;
}
.top_pic_tc img{
	width: 90px;
	height: 90px;
	padding: 5px;
}*/

/*å¯¼èˆª*/

.menu_bj {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: url(/tw/images/menu_bj.png) center no-repeat;
  border-top: 1px solid #f2d61e;
}

.menu {
  width: 1100px;
  margin: 0 auto;
}

.menu li {
  width: 120px;
  float: left;
  text-align: center;
  position: relative;
}

.menu li a {
  color: #ffffff;
  display: block;
}

.menu li a:hover {
  color: #bc020d;
  background: url(/tw/images/menu_a.png) top center no-repeat;
}
.sub_nav_list {
  display: none;
}

.menu li:hover ul.sub_nav_list {
  display: block;
  min-width: 140px;
  background: #f3d459;
  position: absolute;
  left: 0;
  top: 51px;
  z-index: 99;
  padding: 3px 0;
}
.sub_nav_list li {
  float: none;
  min-width: 155px;
  border-bottom: 1px solid #fff6ac;
  display: block;
  width: auto;
}
.sub_nav_list li a {
  width: auto;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #bc020d;
  font-size: 14px;
}
.sub_nav_list li a:hover {
  width: auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #e32f4b;
  color: #fff;
}
.search_bj {
  width: 185px;
  height: 28px;
  background: url(/tw/images/search_bj.png) center no-repeat;
  margin-top: 10px;
  padding-left: 15px;
}

.search_l {
  width: 150px;
  height: 28px;
  line-height: 28px;
  border: none;
}

.search_r {
  width: 28px;
  height: 28px;
  background: url(/tw/images/search.png) center no-repeat;
  border: none;
  cursor: pointer;
}

/*bannerå¤§å›¾*/

.banner {
  width: 100%;
  height: 450px;
}

/*æ ç›®æ ‡é¢˜*/

.index_menu_bj {
  height: 40px;
  width: 100%;
}

.index_menu {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding-right: 15px;
}

.index_menu a {
  color: #fff;
  background: none;
}

.index_menu_con {
  width: 95px;
  margin-top: 10px;
  text-align: center;
}

.index_more {
  float: right;
  display: block;
  margin-top: 20px;
}

.index_long {
  background: url(/tw/images/index_menu_bj.jpg) left bottom repeat-x;
  padding-left: 580px;
}

.index_short {
  background: url(/tw/images/index_menu_bj.jpg) left bottom repeat-x;
  padding-left: 350px;
}

.right.index_menu_grey {
  background: url(/tw/images/index_menu_bj.jpg) left bottom repeat-x;
  padding-left: 240px;
}

.index_more a {
  font-size: 14px;
  color: #bc020d;
  text-transform: uppercase;
}

.index_date {
  width: 45px;
  font-size: 14px;
  font-family: æ€æºå®‹ä½“ CN;
  text-align: right;
  color: #8e8e8e;
}

/*èƒŒæ™¯è‰²*/

.index_bg01 {
  background-color: #cb8ecb;
}

.index_bg02 {
  background-color: #bc020d;
}

.index_bg03 {
  background-color: #e4603c;
}

.index_bg04 {
  background-color: #9f89c0;
}

.index_bg05 {
  background-color: #2f8da4;
}

.index_bg06 {
  background-color: #01bda6;
}

.index_bg07 {
  background-color: #ffa54e;
}

.index_bg08 {
  background-color: #4cbfe2;
}

.margin-left {
  margin-left: 50px;
}

/*ä¸“é¢˜å¤´æ¡*/

.index_zttt {
  width: 750px;
}

.index_zttt_pic {
  width: 340px;
  height: 290px;
}

.index_zttt_pic h2 {
  font-size: 15px;
  text-align: center;
  line-height: 50px;
}

.index_zttt_pic_con {
  width: 340px;
  height: 240px;
}

.index_zttt_list {
  width: 385px;
  margin: 0 auto;
}

.index_zttt_list li {
  height: 42px;
  line-height: 42px;
  border-top: 1px solid #dddddd;
  background: url(/tw/images/ico_zttt.png) left center no-repeat;
  padding-left: 20px;
}

.index_zttt_list li .index_date {
  width: 70px !important;
}

.index_zttt_list li:first-child {
  height: 42px;
  line-height: 42px;
  border-top: 1px solid #dddddd;
  background: url(/tw/images/ico_zttt.png) left center no-repeat;
  padding-left: 20px;
}

.index_zttt_list li:first-child h2 {
  font-size: 16px;
  font-weight: bold;
}

.index_zttt_list li:first-child p {
  font-size: 14px;
  line-height: 24px;
}

.li_last li:last-child {
  border-bottom: none;
}

/*é€šçŸ¥å…¬å‘Š*/

.index_tzgg {
  width: 520px;
}

.index_tzgg_con {
  margin: 0 auto;
}

.index_tzgg_con li {
  width: 520px;
  padding-top: 9px;
  height: 54px;
  line-height: 25px;
  background: url(/tw/images/tzgg_list_bj.png) left bottom no-repeat;
}

.index_tzgg_con li:first-child {
  padding-top: 0px;
}

.tzgg_date {
  width: 55px;
}

.tzgg_date h2 {
  font-size: 18px;
  font-weight: bold;
}

.tzgg_right {
  width: 440px;
  padding-left: 25px;
}

.tzgg_right p {
  font-size: 14px;
}

.index_m_bj {
  width: 100%;
  height: 330px;
  padding-top: 13px;
  position: relative;
}

/*å›¢å­¦æ–°é—»*/

.index_txyw {
  width: 405px;
}

.txyw_list {
  margin: 0 auto;
}

.txyw_list li {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #dddddd;
  background: url(/tw/images/ico_txyw.png) 3px center no-repeat;
  padding-left: 25px;
}

/*åŸºå±‚åŠ¨æ€*/

.jcdt li {
  background: url(/tw/images/ico_jcdt.png) left center no-repeat !important;
}

.jcdt li span {
  width: 335px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*å›¢å‘æ–‡ä»¶*/

.tfwj li {
  background: url(/tw/images/ico_tfwj.png) left center no-repeat !important;
}

/*ä¸­å›¾å…¥å£*/

.m_pic {
  width: 100%;
  height: 200px;
}

.m_pic li {
  width: 33.3%;
  position: relative;
  background-size: 100%;
  float: left;
}

.m_pic li img {
  width: 100%;
  height: auto;
}

.m_pic li a {
  color: #ffffff;
}

.m_pic li .m_pic_con {
  width: 311px;
  height: 77px;
  text-align: center;
  line-height: 77px;
  font-size: 30px;
  background: url(/tw/images/bk.png);
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

/*é’æ˜¥æ¦œæ ·*/

.qcby {
  margin: 0 auto;
}

.qcby li {
  background: none !important;
  padding-left: 0px !important;
}

.qcby li p {
  padding-left: 20px;
}

.qcby_font,
.qcby_font a {
  color: #01bda6;
}

.qcby li:first-child {
  height: 200px;
  background-color: #ffffff !important;
  border-bottom: none;
}

/*è£èª‰è¡¨å½°*/
.rybz ul {
  margin-top: 5px;
}
.rybz li {
  background: url(/tw/images/ico_rybz.png) left center no-repeat !important;
  border-top: #f5f5f5 1px solid !important;
  height: 40px !important;
  line-height: 40px !important;
}
.rybz li:first-child {
  border-top: none;
}

/*åª’ä½“èšç„¦*/

.mtjj li {
  background: url(/tw/images/ico_mtjj.png) left center no-repeat !important;
  padding-left: 25px !important;
}

.mtjj li:first-child {
  background: none !important;
  padding-left: 0px !important;
  background-color: #ffffff !important;
}
.mtjj li:first-child p {
  background: url(/tw/images/ico_mtjj.png) left center no-repeat !important;
  padding-left: 25px !important;
}

/*å¿«æ·å…¥å£*/

.kjrk_bj {
  width: 1290px;
  height: 140px;
  padding: 30px 15px 0 15px;
  background: url(/tw/images/kjrk_bj.png) left center repeat;
}

.kjrk {
  margin: 0 auto;
}

.kjrk li {
  width: 129px;
  float: left;
  text-align: center;
  font-size: 14px;
}

.kjrk li .kjrk_con {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
}

/*.kjrk li:hover .kjrk_con{
	background-color: #bc020d;
}*/

.kjrk li .kjrk_con img {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

/*å‹æƒ…é“¾æŽ¥*/

.link {
  margin: 0 auto;
}

.link_menu {
  width: 85px;
  font-size: 18px;
  padding-left: 15px;
  border-left: 4px solid #bc020d;
}

.link_list {
  width: 1200px;
}

.link_list li {
  float: left;
  padding: 0 15px;
}

/*åº•éƒ¨ä¿¡æ¯*/

.foot_bj {
  width: 100%;
  height: 93px;
  background: url(/tw/images/foot_bj.png) center top repeat-x;
  text-align: center;
  padding-top: 35px;
  font-size: 14px;
  line-height: 35px;
}

.foot_bj span {
  padding-left: 20px;
}

/*ej_banner*/
.ej_banner {
  background: url(/tw/images/ej_banner.jpg) center no-repeat;
  height: 360px;
}
.ej_main {
  min-height: 650px;
  height: auto;
}
.ej_hxbf {
  width: 1320px;
  padding: 30px 0;
  margin: 0 auto;
}
.ej_left {
  width: 320px;
  background: #fbf1dd;
}
.ej_menu_name {
  background: url(/tw/images/ej_menu_bg.png) center no-repeat;
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-size: 30px;
  color: #feffad;
  padding-left: 30px;
}
.ej_nav_list li {
  display: block;
}

.ej_nav_list li a {
  font-size: 18px;
  border-bottom: 1px solid #e3ab15;
  height: 60px;
  display: block;
  line-height: 60px;
  background: url(/tw/images/ej_nav_item.png) 30px center no-repeat;
  padding-left: 60px;
}
.ej_nav_list li a:hover,
.ej_nav_list li a.selected {
  background: #e8c94e url(../images/ej_nav_active.png) 30px center no-repeat;
  color: #333;
  font-weight: normal;
}

.ej_sub_nav {
  background: #f3f3f3;
  display: block;
}
.ej_sub_nav li a {
  font-size: 18px;
  border-bottom: 1px solid #e3ab15;
  height: 45px;
  display: block;
  line-height: 45px;
  background: url(/tw/images/ej_sub_nav_item.png) 60px center no-repeat;
  padding-left: 80px;
}

.ej_sub_nav li a:hover {
  background: url(/tw/images/ej_sub_nav_active.png) 60px center no-repeat;
  font-weight: normal;
}
.ej_right {
  width: 960px;
}
.ej_quick_list {
  background: #f6f6f6;
  width: 180px;
}
.ej_quick_list li {
  margin: 15px auto;
  display: block;
  width: 150px;
  height: 88px;
  background: #fff;
  border-radius: 4px;
}
.ej_quick_name {
  background: url(/tw/images/ej_quick_name.png) center top no-repeat;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.ej_quick_list li img {
  text-align: center;
  padding: 8px 0 3px 0;
  margin: 0 auto;
}
.ej_quick_list li a {
  text-align: center;
  line-height: 20px;
}
.ej_list_info {
  width: 740px;
}
.ej_addr_location {
  border-bottom: 2px solid #d4121a;
  padding-bottom: 10px;
}
.ej_addr {
  font-size: 24px;
  color: #333;
  line-height: 28px;
}

.ej_addr_item {
  font-size: 14px;
  line-height: 28px;
}
.ej_list_liebiao,
.ej_neirong_info {
  padding: 30px 0;
}
.ej_list_liebiao li {
  line-height: 55px;
  height: 55px;
  border-bottom: 1px solid #e2e2e2;
  background: url(/tw/images/ej_list_ico.png) left center no-repeat;
  padding-left: 20px;
}
.ej_neirong_info h1 {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  margin: 15px auto 0 auto;
  font-weight: bold;
}
.ej_remark {
  color: #999;
  line-height: 14px;
  margin: 15px auto;
  text-align: center;
  line-height: 30px;
}
.ej_remark span {
  margin: 0 18px;
}
.ej_neirong_info_wz p {
  line-height: 36px !important;
  color: #333;
  text-indent: 2em;
  font-size: 16px !important;
  margin: 15px 0 !important;
}
.ej_neirong_info_wz img {
}
.top_ewm {
  display: none;
}
.top_ewm_list li {
  position: relative;
}
.top_ewm_list li:hover div.top_ewm {
  display: block;
  position: absolute;
  top: 110px;
  z-index: 999;
  left: 0;
}
.top_ewm img {
  width: 180px;
  height: auto;
}

.index_news_menu {
  background: url(/tw/images/index_menu_bj.jpg) left bottom repeat-x;
}
.index_news_menu li.active a.left {
  background: #bc020d;
  color: #fff;
}
.index_news_menu a.left {
  color: #bc020d;
  padding: 0 10px;
  background: #fff;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
}
.index_news_list {
  margin-top: 15px;
}
.index_news_list,
.index_news_menu .more {
  display: none;
}
.index_news_list.active,
.index_news_menu li.active .more {
  display: block;
}
