body{MARGIN: 0px;background-color: #1d1d1d;}
img{
	border:0 none;
}
TD {
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: "Î¢ÈíÑÅºÚ";
}
ul, li {
	PADDING: 0px; MARGIN: 0px; list-style-type:none;
}

.wall{max-width:1080px;margin:auto;}
.w1172{max-width:1000px;margin:0 auto;padding:0 18px;}

.ind_abc{background:#f2f2f1;}
.ind_abcd{background:#ffffff;}
.ind_title{font-size:18px;color:#000;line-height:26px;padding:22px 40px;}
.ind_abt .indA_main{padding:28px 0;background:#fff;position:relative;}

.ind_bus{padding:30px 0 40px;background:url("../images/ind_bg_01.jpg") center;background-size:cover;}
.ind_bus .ind_title:before{border-left-color:#354752;}
.ind_bus .indB_list{padding-top:15px;;}
.indB_list .indB_one{
    width:32%;margin-right:2%;box-sizing:border-box;display:block;
    padding:12px 12px 40px;position:relative;background:#fff;float:left;
}
.indB_list .indB_one:nth-child(3n){margin-right:0;}
.indB_list .indB_one:hover{transform:translateY(-10px);}
.indB_one .indB_pic{border-bottom:3px solid #fff;transition:all .6s;}
.indB_one:hover .indB_pic{border-bottom-color:#1e432a;}
.indB_pic img{width:100%;}
.indB_one .indB_T1{line-height:30px;margin:12px 0;padding-left:16px;font-size:18px;position:relative;transition:all .6s;}
.indB_T1:before{
    content:"";display:block;border:7px solid transparent;transition:all .6s;
    border-left-color:#cecece;position:absolute;left:0;top:calc(50% - 7px);
}
.indB_one:hover .indB_T1{color:#193121;}
.indB_one:hover .indB_T1:before{border-left-color:#057f42;}
.indB_one .indB_T2{line-height:20px;text-align:justify;padding:0 15px;;}
.indB_one .indB_logo{position:absolute;line-height:60px;bottom:0;right:26px;max-width:70%;}
.indB_logo img{max-width:100%;}

.bannerEj{width:100%; height:259px; margin:0 auto; background:url(../images/banner_1.jpg) no-repeat center top;}
.bannerEj1{width:100%; height:259px; margin:0 auto; background:url(../images/banner_2.jpg) no-repeat center top;}
.bannerEj2{width:100%; height:259px; margin:0 auto; background:url(../images/banner_3.jpg) no-repeat center top;}
.bannerEj3{width:100%; height:259px; margin:0 auto; background:url(../images/banner_4.jpg) no-repeat center top;}
.bannerEj4{width:100%; height:259px; margin:0 auto; background:url(../images/banner_5.jpg) no-repeat center top;}
.bannerEj5{width:100%; height:259px; margin:0 auto; background:url(../images/banner_6.jpg) no-repeat center top;}
#dc4{
	Z-INDEX: 1; POSITION: absolute; WIDTH:196px; DISPLAY: none; Z-INDEX:9999; height:210px; top:29px; left:-90px;}
#dc4 img{width:196px;}
.cd_t{ height:29px; float:left;}
.cd_t li{ float:left; margin-right:15px; color:#7b7b7b;line-height:29px; height:29px; position:relative;}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.left-arrow,
.right-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators li {
  *display: inline;
}
.carousel-indicators .active {
  margin: 0;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.carousel_wrapper {
  width: 100%;
  background: #000000;
}
.carousel {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .carousel-indicators {
    display: none;
  }
  .col-sm-9 {
    padding: 0;
  }
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}

/*Ê×Ò³ÓÒ²à·½¿é*/
.section2 .bsec .list li{width: 246px;float: left;background: #007CC8;height: 140px;cursor: default;transition: all 0.25s ease-in-out 0s;;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);}
.section2 .bsec .list .img{margin: 14px auto 5px;width: 82px;position: relative;}
.section2 .bsec .list .img img{display: block;margin: 0 auto;max-width: 100%;}
.section2 .bsec .list .img .b{position: absolute;top: 0;left: 50%;margin-left:-41px;transform: scale(0,0);transition: all ease-in-out 200ms;}
.section2 .bsec .list h2{font-size: 18px;color: #fff;margin-bottom: 22px;text-align: center;font-weight: normal;transition: all ease-in-out 200ms;}
.section2 .bsec .list p{font-size: 12px;color: #666;line-height: 18px;text-align: center;width: 186px;margin: 0 auto;transition: all ease-in-out 200ms;}
.section2 .bsec li:hover{background: #e8e5da;box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);}
.section2 .bsec li:hover .img .b{transform: scale(1,1);}
.section2 .bsec li:hover h2,.section2 .bsec li:hover p{color: #5C5C5C;}

/* Ê×Ò³ÖÐ²¿ÐÂÎÅ */
.i_news_1 {
	width: 452px; float: left; display: inline;
}
.i_news_1 li {
	width: 440px; height: 29px; display: block;
}
.i_news_1 li a {
	width: 440px; height: 29px; font-size:14px; BACKGROUND: url(../images/news_line1.gif) no-repeat; line-height: 29px; padding-left: 12px; display: block;
}
.i_news_1 li a:hover {
	background: #C5C5C5; color: #FFFFFF;
}

/* Êó±ê·Åµ½Í¼Æ¬ÉÏ·Å´óÍ¼Æ¬ */
.indA_pic{float:left;overflow:hidden;}
.indA_pic img{width:100%;transition:all 2s;}
.indA_pic:hover img{transform:scale(1.1);}

/* Êó±ê·Åµ½·½¿ò±äÉ« */
.indAO_T a{position: relative;display:block;width:100px;text-align:center;font-size:14px;color:#333;background:#d0d0d0;line-height:32px;}
.indAO_T a:hover{color:#fff;background:#0f4c29;}

/* ¶þ¼¶×Ó²Ëµ¥ */
.erji{width: 980px;padding-left:50px;float:left;}
.a_nav{background:#7a7b7f;margin:30px 0;}
.a_nav li{float:left;display:inline;height:50px;line-height:48px;background:url(../images/i4.gif) repeat-y right top;width: 160px;position:relative;}
.a_nav li a{display:block;color:#fff;position:absolute;left:0;top:0;right:0;width:100%;height:;text-align: center;line-height:48px;height:57px;font-size:16px;}
.a_nav li a:hover,.a_nav li.on a{background:url(../images/i3.png) no-repeat center top;}
.clearfix:after{content:'\20';display:block;height:0;clear:both;overflow:hidden;}
.clearfix{*zoom:1;}

/* moreµÄÌØÐ§ */
.zen-nesc .d1 a{margin-top:50px;font-size:12px;transition: all .5s ease;width: 135px; height: 35px; border-radius: 20px; line-height: 35px; text-align: center; background: #de101a url(../images/icon_sj.png) no-repeat 90px; color: #FFFFFF; display:block;}
.zen-nesc .d1 a:hover{background: #de101a url(../images/icon_sj.png) no-repeat 100px;transition: all .5s ease;}

/* ÔËÊä³µÁ¾¹ö¶¯ */
.main {
	margin: 0 auto;
	width: 1080px;
}
.main:after {
	content: '';
	display: block;
	clear: both;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.ind-prod-li {
	padding: 0 1px;
	float: left;
	width: 216px;
	box-sizing: border-box;
}
.ind-prod-li a {
	display: block;
}
.ind-prod-li img {
	display: block;
	width: 100%;
	opacity: .7;
	filter: alpha(opacity=70);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.ind-prod-li img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ind-link {
	padding: 15px 0;
	margin: 0 18px;
	border-top: 1px solid #d7d7d7;
}
.ind-link-tit {
	float: left;
	border: 1px solid #e6e6e6;
}
.ind-link-ul {
	float: left;
}
.ind-link-li {
	margin-left: 15px;
	width: 125px;
	height: 67px;
	float: left;
}
.ind-link-li a {
	display: block;
	border: 1px solid #e6e6e6;
	overflow: hidden;
}
.ind-link-li img {
	display: block;
	width: 100%;
	height: 66px;
}
.ind-link-li a:hover img {
	transform: rotateY(360deg);
	transition: all 1.5s ease-in-out;
	-webkit-transition: all 1.5s ease-in-out;
}
.ind-tit.hide {
	display: none;
}
.ind-prod .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	margin: -35px 0 0 0;
	padding: 0;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	opacity: 1;
}
.ind-prod .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 10px;
	background-image: url("../images/icon10.png");
}
.ind-prod .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 10px;
	background-image: url("../images/icon11.png");
}

/* ×îÐÂ²Ëµ¥ */
.top{ height: auto;width:1080px; position: relative; z-index:95; transition:all 0.5s ease; margin:0 auto;}
.top .logo{}
.top .lisc{ line-height:35px; padding:17px 0;}
.top .lisc a{ display:inline-block; margin-right:30px; color:#236fd1;}
.top .lisc a img{ margin-right:6px;}
.odrelc{ background:#1D1D1D;}
.T-nav{ clear:both;}
.T-nav > li{ float:left; position:relative;}
.T-nav > li > a{ display:block; padding:0 47px; height:55px; line-height:55px; font-size:16px; text-align:center; color:#fff;}
.T-nav > li > a.cur{ background:#434343}
.T-nav > li .gdlt{ position:absolute; width:100%; left:0; top:55px; display: none; background:#1D1D1D; text-align:center; }
.T-nav > li .gdlt a{ display:block; line-height:25px; padding:10px 0; color:#fff;font-size:14px;}
.T-nav > li .gdlt a:hover{ background:#434343}

/* ²Ëµ¥ */
#nav {margin:0 auto 10px; width:730px; display:block;}
#nav .jquery_out {float:left;line-height:32px;display:block; border-right:0px solid #fff; text-align:center; color:#fff; font-size:14px; font-family:"Î¢ÈíÑÅºÚ"; background:#000 url(../images/slide-panel_03.png) 0 0 repeat-x;}
#nav .jquery_out .smile {padding-left:1em;}
#nav .jquery_inner {margin-left:0px;}
#nav .jquery {margin-right:0px;padding:0 2em;}
#nav .mainlevel {background:#000; float:left; font-size:14px; font-family:"Î¢ÈíÑÅºÚ"; border-right:0px solid #fff; width:105px;/*IE6 only*/}
#nav .mainlevel a {color:#fff; text-decoration:none; line-height:32px; display:block; padding:0 17px; width:70px;}
#nav .mainlevel a:hover {color:#fff; text-decoration:none; background:#000 url(../images/slide-panel_03.png) 0 0 repeat-x;}
#nav .mainlevel ul {display:none; position:absolute;}
#nav .mainlevel li {border-top:1px solid #000; background:#333; width:105px;/*IE6 only*/}
.log {text-align:center; color:skyblue; line-height:24px; text-transform:capitalize; margin:66px auto;}


/* Ê×Ò³Í¼Æ¬ÐÂÎÅÂÖ»» */
.fl {
	float: left; display: inline;
}
.slider_default .nivoSlider {
	background: url("../images/slider_loading.gif") no-repeat 50% 50% rgb(255, 255, 255); height: 220px; overflow: hidden; margin-bottom: 0px; position: relative;
}
.slider_default .nivoSlider img {
	left: 0px; top: 0px; display: none; position: absolute;
}
.slider_default .nivoSlider a {
	border: currentColor; border-image: none; display: block;
}
.slider_default .nivo-controlNav {
	right: 5px; bottom: 5px; position: absolute; z-index: 9;
}
.slider_default .nivo-controlNav a {
	background: url("../images/icon.png") no-repeat 0px -78px; border: currentColor; border-image: none; width: 16px; height: 16px; text-indent: -9999px; overflow: hidden; margin-right: 3px; float: left; display: block; cursor: pointer; opacity: 0.3;
}
.slider_default .nivo-controlNav .active {
	background-position: 0px -94px; opacity: 0.75;
}
.slider_default .nivo-caption a {
	color: rgb(255, 255, 255);
}
.slider_default .nivo-caption a:hover {
	color: rgb(255, 255, 255);
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	left: 0px; top: 0px; position: absolute;
}
.nivoSlider a.nivo-imageLink {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: absolute; z-index: 6;
}
.nivo-slice {
	height: 100%; display: block; position: absolute; z-index: 5;
}
.nivo-box {
	display: block; position: absolute; z-index: 5;
}
.nivo-caption {
	background: rgb(0, 0, 0); font: 16px/18px "Microsoft YaHei", "ºÚÌå"; left: 0px; width: 100%; bottom: 0px; color: rgb(255, 255, 255); position: absolute; z-index: 8; font-size-adjust: none; font-stretch: normal; opacity: 0.6;
}
.nivo-caption p {
	margin: 0px; padding: 5px 10px; height: 35px;
}
.nivo-caption a {
	display: inline !important;
}


/* ²úÆ·¹ö¶¯ */
.rollBox{width:1142px;overflow:hidden;padding:0px 0 0px 0px;}
.rollBox .LeftBotton{height:140px;width:71px;background:url(../images/pro_bar.gif) no-repeat 0px 0;overflow:hidden;float:left;display:inline;margin:71px 0 0 0;cursor:pointer;}
.rollBox .RightBotton{height:140px;width:71px;background:url(../images/pro_bar.gif) no-repeat -71px 0;overflow:hidden;float:left;display:inline;margin:71px 0 0 0;cursor:pointer;}
.rollBox .Cont{width:1000px;overflow:hidden;float:left;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{width:334px;float:left;text-align:center;}
.rollBox .Cont .pic img{border:1px solid #AA8C5A;display:block;margin:0 auto;}
.rollBox .Cont .pic p{line-height:26px;color:#505050;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466;text-decoration:none;}
.rollBox .Cont a:hover{color:#f00;text-decoration:none;}
.rollBox #List1,.rollBox #List2{float:left;}

/* ÐÂÎÅÑ¡Ïî¿¨ */
.t4_1{}
.t4-1{ width:670px; float:left;}
.gd1{ height:200px;}
.kk1{ border:solid 1px #c5c5c5;}
.xx1{ height:52px; padding-left:20px;}
.xx1 li{ float:left; height:50px; line-height:50px; cursor:pointer; font-size:18px;}
.xx1 li.ljg{ width:30px; background:url(../images/kp_1_77.png) center center no-repeat;}
.xx1 li.x1{ color:#333333;}
.xx1 li.x2{ color:#7f7f7f;}
.xx1n{ padding-left:20px; position:relative;}
.tt1{ height:20px; overflow:hidden;}
a.m2{ position:absolute; right:20px; top:-30px; background: url(../images/kp_1_80.png); width:5px; height:9px; line-height:9px;}

/* Í¼Æ¬ÇÐ»» */
.img_box{ width:290px; float:left; margin-top:10px;}
#focus_Box{position:relative;width:304px;height:174px; margin-top:15px;}
#focus_Box ul{position:relative;width:304px;height:174px;margin-left: -74px;}
#focus_Box li{z-index:0;position:absolute; width:0px;background:#787878;height:0px;top:146px;cursor:pointer;left:377px;border-radius:4px;}
#focus_Box li img{width:100%;background:url(images/loading.gif) no-repeat center 50%;height:100%;vertical-align:top}
#focus_Box li p{position:absolute;left:0;bottom:0px;width:100%;height:40px;line-height:40px;background:url(../images/float-bg.png) repeat;text-indent:8px;color:#fff;}
#focus_Box li p span{display:inline-block;width:70%;height:40px;overflow:hidden;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width: 57px;height: 131px;top: 15px;}
#focus_Box .prev{background:url(../images/btn.png) left bottom no-repeat;left:0px}
#focus_Box .next{background:url(../images/btn.png) right bottom no-repeat;right:0px} 
#focus_Box .prev:hover{background-position:left top;}
#focus_Box .next:hover{background-position:right top;}
#focus_Box a.imgs-scroll-btn{display:block;position:absolute;z-index:110;top:7px;right:15px;width:51px;height:23px;overflow:hidden;background:url(../images/share-btn.png) no-repeat;text-indent:-999px;}

/* ²úÆ·ÇÐ»» */
#featureContainer{width:220px;height:180px; background:url(../images/erji10.jpg) no-repeat center bottom #ff8800;}
#feature{ position:relative; height:auto; overflow:hidden;}
#botton-scroll{Z-INDEX: 0;WIDTH: 170px; FLOAT: left; HEIGHT: 200px;}
#block {Z-INDEX: 0; POSITION: relative; WIDTH: 170px;  HEIGHT: 180px; OVERFLOW: hidden; margin:0 auto;}
#block .box {WIDTH: 175px; FLOAT: left; HEIGHT: 150px;}
.featureBox{WIDTH: 170px;FLOAT: left; HEIGHT: 170px; OVERFLOW: hidden;}
.prevv,.nextt{ display:block;width:12px;height:30px; position:absolute; text-indent:-99999px;}
.prevv{ background:url(../images/erji11.jpg) no-repeat;top:65px;left:5px;}
.nextt{ background:url(../images/erji12.jpg) no-repeat;top:65px; right:5px;}

.pt11 {
    font-size: 11px;
}
.pt12a {
    font-size: 12px; line-height: 20px;
}
.pt12b {
    font-size: 12px; line-height: 28px;
}
.pt14 {
    font-size: 14px;
}
.pt14main {
    font-size: 14px; line-height: 24px;
}
.pt14ry {
    font-size: 14px; line-height: 30px; padding-top:24px;
}
.pt14tit {
    font-size: 14px; font-weight: bold; color:#3866CC; padding-left:15px;
}
.pt16l{
    font-size: 16px; line-height: 28px;
}
.news_tit{
    font-size: 16px; font-weight: bold; COLOR: #B50D20; FONT-FAMILY: "Î¢ÈíÑÅºÚ";
}
.pt_news{
    font-size: 18px; FONT-FAMILY: "Î¢ÈíÑÅºÚ";
}
.pt_news1{
    font-size: 16px; font-weight: bold; COLOR: #FFF; FONT-FAMILY: "Î¢ÈíÑÅºÚ";
}
.pro_tit{
    font-size: 26px; font-weight: bold; FONT-FAMILY: "Î¢ÈíÑÅºÚ";
}
.lm_tit{
    font-size: 20px; FONT-FAMILY: "Î¢ÈíÑÅºÚ";
}
.page_tit{
    font-size: 24px; FONT-FAMILY: "Î¢ÈíÑÅºÚ";
}
.page_lm{
    font-size: 20px; COLOR: #a4a2a3; font-family: serif;
}
A.page_lm{
	font-size: 20px; COLOR: #a4a2a3; FONT-FAMILY: "Î¢ÈíÑÅºÚ"; TEXT-DECORATION: none;
}
A.page_lm:hover{
 	font-size: 20px; COLOR: #333; FONT-FAMILY: "Î¢ÈíÑÅºÚ"; TEXT-DECORATION: none;
}
SELECT {
	FONT-SIZE: 12px; FONT-FAMILY: "Î¢ÈíÑÅºÚ";
}
INPUT {
	FONT-SIZE: 14px; FONT-FAMILY: "Î¢ÈíÑÅºÚ";
}
TEXTAREA {
	FONT-SIZE: 18px; FONT-FAMILY: "Î¢ÈíÑÅºÚ"; COLOR: #fff;
}
A {
	COLOR: #333333; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #FF0000; TEXT-DECORATION: none;
}
.fontbut {
    font-size: 12px; COLOR: #b3b3b3; line-height: 24px; FONT-FAMILY: "Î¢ÈíÑÅºÚ";
}
A.fontbut {
	font-size: 12px; COLOR: #b3b3b3; FONT-FAMILY: "Î¢ÈíÑÅºÚ"; TEXT-DECORATION: none;
}
A.fontbut:hover {
 	font-size: 12px; COLOR: #fff; FONT-FAMILY: "Î¢ÈíÑÅºÚ"; TEXT-DECORATION: none;
}
.box-a a img {
	border: 4px solid rgb(165, 138, 93);
}
.box-a a:hover img {
	border: 4px solid rgb(219, 17, 36);
}
.box-b a img {
	border: 8px solid rgb(225, 225, 225);
}
.box-b a:hover img {
	border: 8px solid rgb(219, 17, 36);
}
.pt14ce {
    font-size: 16px; COLOR: #FF0000; FONT-FAMILY: "Î¢ÈíÑÅºÚ";
}
A.pt14ce {
	font-size: 16px; COLOR: #FF0000; FONT-FAMILY: "Î¢ÈíÑÅºÚ"; TEXT-DECORATION: none;
}
A.pt14ce:hover {
 	font-size: 16px; COLOR: #686868; FONT-FAMILY: "Î¢ÈíÑÅºÚ"; TEXT-DECORATION: none;
}