.lj{background-color:#e12138;border-radius:50px; color:#fff;    width:30px; line-height:30px; height:30px;}
.lj:hover{ background-color:#000;color:#fff;  border-radius:50px;  width:30px; line-height:30px; height:30px;}

/*手机端案例*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");


h1 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #26384E;
  transform: translateY(20px);
  transition: all 0.4s ease;
  transition-delay: 0.2s;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 520px) {
  h1 {
    font-size: 16px;
    line-height: 24px;
  }
}


@media screen and (max-width: 520px) {

}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}

.swiper-container {
 
  width: 94%;
  position: relative;
  max-width: 580px;
  height: 100%;
  max-height: 420px;
  border-radius: 10px;
}

.slider-image-wrapper {
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.slider-item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  opacity: 0;
  background: linear-gradient(270deg, #f7f9ff 0%, #f2f6ff 100%);
  cursor: -webkit-grab;
  cursor: grab;
}
.slider-item-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.4s;
}
.slider-item-content > * {
  opacity: 0;
  transform: translateY(20px);
}

.swiper-slide-active .slider-item-content > * {
  transform: translateY(0px);
  opacity: 1;
}

.slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}

.swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translatex(-50%);
  z-index: 1;
  width: auto !important;
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 12px;
  opacity: 1;
  background: rgba(48, 11, 44, 0.3);
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

.swiper-pagination-bullet-active {
  background: #005bac;
  width: 20px;
  border-radius: 10px;
}

.slider-buttons {
  position: absolute;

  top: 100%;
  justify-content: flex-end;
  width: 100%;
  padding-top: 28px;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff; font-size:30px;
  position: relative;
  margin-left: 4px;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 0;
  left: 0;
  bottom: -1px;
  transition: 0.2s;
}

.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
  width: 100%;
}

.socials {
  position: fixed;
  top: 12px;

  display: flex;
  align-items: center;
}
.socials .social-link {
  display: inline-block;
  margin-left: 8px;
  color: #fff;
}

@media screen and (max-width: 520px) {
  .swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
    display: none;
  }
}

#nycd {  width:100%; max-width:600px;}
#nycd ul { list-style: none; margin: 0px; padding: 0px; }
#nycd ul li { float:left; }
#nycd ul li a { display:block; padding:0px 8px; height:45px;text-align:center; border-radius:5px; font-size:15px; line-height:45px; }
#nycd ul li a:hover {padding:0px 8px; background-color:#262626; height:45px; color:#ffffff; font-size:17px;  }

#nycd>ul>li.lihover a{ background: #262626; color: #fff;}
#nycd>ul>li>ul{position: absolute; left: 0; top: 45px;}
#nycd>ul>li>ul>li{display: table-cell; text-align: center; width: inherit;}
#nycd>ul>li>ul>li:hover a{background: #262626!important; color: #fff!important;}
#nycd>ul>li>ul>li a{ background: #262626!important; color: #000!important; border-radius: 5px; line-height: 45px;}
#nycd>ul>li>ul>li.lihover a {background: #262626!important; color: #fff!important;}

#nycdaa { width:100%; max-width:600px;}
#nycdaa ul { list-style: none; margin: 0px; padding: 0px; }
#nycdaa ul li { float:left;   }
#nycdaa ul li a { display:block; padding:0px 8px;border-right:1px #e7e7e7 solid;   height:45px;text-align:center; border-radius:5px;  font-size:15px; line-height:45px; }
#nycdaa ul li a:hover {padding:0px 8px; background-color:#262626; height:45px; color:#ffffff; font-size:15px;  }
#nycdaa>ul>li.lihover a{ background: #262626; color: #fff;}
#nycdaa>ul>li>ul{position: absolute; left: 0; top: 45px;}
#nycdaa>ul>li>ul>li{display: table-cell; text-align: center; width: inherit;}
#nycdaa>ul>li>ul>li:hover a{background: #262626!important; color: #fff!important;}
#nycdaa>ul>li>ul>li a{ background: #f3f3f3!important; color: #262626!important; border-radius: 5px; line-height: 45px;}
#nycdaa>ul>li>ul>li.lihover a {background: #262626!important; color: #fff!important;}

#nycda { width:100%; max-width:600px;}
#nycda ul { list-style: none; margin: 0px; padding: 0px; }
#nycda ul li { float:left;   }
#nycda ul li a { display:block; padding:0px 8px;border-right:1px #e7e7e7 solid;   height:45px;text-align:center; border-radius:5px;  font-size:15px; line-height:45px; }
#nycda ul li a:hover {padding:0px 8px; background-color:#262626; height:45px; color:#ffffff; font-size:15px;  }

#nycda>ul>li.lihover a{ background: #262626; color: #fff;}
#nycda>ul>li>ul{position: absolute; left: 0; top: 45px;}
#nycda>ul>li>ul>li{display: table-cell; text-align: center; width: inherit;}
#nycda>ul>li>ul>li:hover a{background: #262626!important; color: #fff!important;}
#nycda>ul>li>ul>li a{ background: #f3f3f3!important; color: #262626!important; border-radius: 5px; line-height: 45px;}
#nycda>ul>li>ul>li.lihover a {background: #262626!important; color: #fff!important;}




.lf{float:left}
.rg{float:right}
.clear{clear:both;height:0px;line-height:0px;font-size:0px}
.head{position:fixed;top:0px;left:0px;width:100%;min-width:1000px;z-index:9999;background:#fff;border-bottom:1px solid #ddd;height:100px;transition:all .3s}
.logo{padding-top:27px;padding-left:2.18%;width:302px;transition:all .3s}
.logo a{display:block;position:relative;overflow:hidden}
.logo img{width:100%;position:relative;z-index:100}
.logo .p1{background:#ff6d07;position:absolute;top:0%;left:0px;width:100%;height:80%;}
.nav{width:60%;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}
.nav ul li{float:left;width:14.28%;height:100px;background:url(../images/1_02.jpg) right center no-repeat;transition:all .3s}
.nav ul li .a1{line-height:100px;display:block;text-align:center;font-size:16px;color:#333;transition:all .3s}
.nav ul li:hover .a1{color:#f08519;transition:all .3s}
.nav ul li .div1{display:none;background:#fff;width:100%;left:0px;position:absolute;top:101px;z-index:100}
.nav ul li .div1 .p1{width:57.4%;float:right;height:65px;line-height:65px}
.nav ul li .div1 .p1 a{color:#999;font-size:14px;text-transform:uppercase;background:url(../images/1_26.jpg) center bottom no-repeat;display:inline-block;height:65px;line-height:65px;margin-right:5%;transition:all .5s}
.nav ul li .div1 .p1 a:hover{background:url(../images/1_27.jpg) center bottom no-repeat;color:#1a1a1a}
.nav ul li .mad3 .p1 .pad{margin-left:30%}
.nav ul li .mad4 .p1 .pad{margin-left:44%}
.nav ul li .mad5 .p1 .pad{margin-left:45%}
.nav ul li .mad6 .p1{text-align:right}
.a_txt{display:none}
/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
.nav ul li .a1{font-size:14px}
.nav ul li .div1 .p1 a{font-size:12px}
.foot_top ul{margin-left:60px}
.nav ul li .div1 .p1{width:58.1%}
}
/*移动端导航*/
@media screen and (max-width:1920px) and (min-width: 0px){
.head{display:none}
.moblie_head{display:block;background:#fff; height:70px;width:100%;z-index:9999;border-bottom:1px solid #ddd}
.moblie_head .lf{padding-top:10px;}
.moblie_head .lf img{}
.moblie_head .rg{padding-right:5%;padding-top:30px}
.moblie_head .rg a img{height:16px;vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{background:url(../img/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../img/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}



/*选项卡*/
ul,li{ list-style:none; margin:0; padding:0;}
.tab{ width:100%; margin:0 auto;}
.tab-hd {  overflow:hidden; zoom:1; margin:0 auto; padding:0px;}
.tab-hd li{ float:left; width:49%; height:55px; line-height:55px; background-color:#dc0602;  color:#fff; text-align:center; cursor:pointer;}
.tab-hd li.active{background-color:#fff; border:1px #dc0602 solid; color:#dc0602;}
.tab-bd li{display:none; border-top:0 none; line-height:55px; font-size:15px;}
.tab-bd li.thisclass{ display:list-item;}

.border {
	border: 1px solid #CCCCCC;
}
body,td,th {
	font-size: 13px;
	color:#666666; line-height:30px;
	 max-width:600px; margin:0 auto;font-family:"微软雅黑";

	  
}

/*收缩菜单*/
.menu_list{width:100%;}
.menu_head{width:100%;height:40px;line-height:40px;font-size:14px; text-align:left;color:#525252;cursor:pointer;position:relative;font-weight:bold;background:#FAFAFA url(/images/pro_left.png) center right no-repeat;margin:0;border-bottom:1px solid #EEEEEE;}
.menu_list .current{background:#FAFAFA url(/images/pro_down.png) center right no-repeat;}
.menu_body{width:100%;height:auto;overflow:hidden;line-height:38px;backguound:#fff;}
.menu_body a{display:block;width:44%;height:38px;line-height:38px; margin-right:10px; text-align:left; float:left;padding-left:14px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #EEEEEE;}
.menu_body a:hover{text-decoration:none; color:#e70000; }

.img{ border:0;}
.btbj{width:98%;height:40px; line-height:40px; background-color:#F2F2F2; border-bottom:1px #D9D9D9 dashed;  padding-left:15px; color:#f14848; font-size:14px;}

IMG.s{ transition:1s; }
IMG.s:hover{ transform:scale(1.1);}
/*弹框样式3*/
.cd-popup3{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width:100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup3.is-visible3 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container3 {
    position: relative;
    width:200px;
    margin:20px auto;
    height:305px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -ms-transform:scale(0.8);
  -o-transform:scale(0.8);
  transform:scale(0.8);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-close{ position: absolute;right:10px;top:10px; z-index: 10;width:auto;height:1.25rem; display: block;font-size:14px;}
.is-visible3 .cd-popup-container3 {
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  }

.pic IMG{ transition:1.5s; } 
.pic IMG:hover{ transform:translate(0px,-2px) rotateY(360deg);  }
#pro select {
    width: 150px;
    height: 30px;
    border: 1px solid #D8D8D8;
    margin: 4px 0px;
    padding-left: 10px;
    line-height: 30px;
}

.pic IMG{ transition:1.5s; } 
.pic IMG:hover{ transform:translate(0px,-2px) rotateY(360deg);  }
#pro select {
    width: 150px;
    height: 30px;
    border: 1px solid #D8D8D8;
    margin: 4px 0px;
    padding-left: 10px;
    line-height: 30px;
}
.bt{background-color:#E7E7E7; padding-left:15px; border-left:5px #0158A4 solid; height:35px; line-height:35px; margin-bottom:10px;}
.dh {font-size: 16px;color: #009674;line-height: 25px;word-spacing: normal;}
#men {  height:25px; margin:0 auto;   }
#men ul { list-style: none;  }
#men ul li { float:left; }
#men ul li a { display:block;  height:25px; padding:5px; line-height:25px; text-align:center;float:left;color:#ff0000;  border-right:1px #EEEEEE solid; font-size:14px; }
#men ul li a:hover {  height:25px; background-color:#C11111; color:#ffffff; font-size:14px; }

#sjdh {  height:20px; }
#sjdh ul { list-style: none; padding:0; margin:0;  }
#sjdh ul li { float:left; margin-bottom:6px;}
#sjdh ul li a { display:block;  height:35px; padding-left:15px;  padding-right:15px; margin-right:5px; line-height:35px; text-align:center;float:left; background-color:#dc0602; color:#fff; font-size:13px;  }
#sjdh ul li a:hover {  height:35px;color:#dc0602; background-color:#fff; border:1px #dc0602 solid;  font-size:13px; }

.box{ margin:0 auto; width:100%; }
.bnav { text-align:left; height:25px; overflow:hidden; width:98%; line-height:25px; background:#fff; margin:0 1%; border:#B4B4B4 1px solid; border-bottom:none; z-index:999; position:fixed; bottom:0; left:0; _position:absolute;/* for IE6 */ _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */ 
overflow:visible; } 
.close { position:absolute; right:5px; height:25px; width:16px; text-indent:-9999px; padding-left:10px; } 
.close a { background:url(../js_date/images/20110603/close.gif) no-repeat center; width:16px; display:block; } 
.bnav2 { height:24px; line-height:24px; margin:1px; margin-bottom:0; background-image:url(../pic/dbbj.jpg); height:64px; } 
.bnav3 { height:25px; width:16px; line-height:25px; margin:0 1%; padding-right:6px; border-bottom:none; z-index:999; position:fixed; bottom:0; right:0; _position:absolute;/* for IE6 */ _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */ 
overflow:visible; } 
.bnav3 a { background:url(../js_date/images/20110603/open.gif) no-repeat center; display:block; height:25px; width:16px; text-indent:-5000px; } 

.font13-25 {
	font-size: 13px;
	line-height: 22px;
	color: #666666;
}


a:link {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-size: 13px;
	color: #FF0000;
	text-decoration:none;
}


a.agray:link {
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	
}
a.agray:visited {
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	
}
a.agray:active {
	font-size: 13px;
	line-height: 25px;
	color: #FFF200;
	text-decoration: none;
	
}
a.agray:hover {
	font-size: 13px;
	line-height: 25px;
	color: #FFF200;
	text-decoration: none;
	
}


a.end:link {
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	
}
a.end:visited {
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	
}
a.end:active {
	font-size: 13px;
	line-height: 25px;
	color: #FFF200;
	text-decoration: none;
	
}
a.end:hover {
	font-size: 13px;
	line-height: 25px;
	color: #FFF200;
	text-decoration: none;
	
}

.notop {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
a.a:link {
	font-size: 14px;

	text-decoration: none;

}
a.a:visited {
	font-size: 14px;

	text-decoration: none;

}
a.a:active {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;

}
a.a:hover {
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;

}

a.b:link {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;

}
a.b:visited {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;

}
a.b:active {
	font-size: 14px;
	color: #FFF200;
	text-decoration: none;

}
a.b:hover {
	font-size: 14px;
	color: #FFF200;
	text-decoration: underline;

}

.fontbs {
	font-size: 12px;
	color: #ffffff;
	line-height: 25px;
	
	
	
}
.fontbais {
	font-size: 15px;
	color: #ffffff;
	line-height: 25px;
	
	
	
}


.fontdhs {
	font-size: 16px;
	color: #ff6700; padding-left:20px; border-left:2px #ff6700 solid;
	line-height: 25px;
		
	
}
.fontwhile {font-size: 14px;color: #FFFFFF;line-height: 25px;word-spacing: normal;}
.fonths {font-size:20px;color:000; font-weight:bold;line-height: 40px;word-spacing: normal; }
.dhh {font-size: 14px;color: #D7D7D7;line-height: 25px;word-spacing: normal;}

.fontlvs {
	font-size: 14px;
	color: #00802A;
		
	
}
.fontdh{  height:40px; font-size:24px; font-weight:bold; color:#ffffff; line-height:40px;word-spacing: normal;}
.cpjs{ background-color:#F3F3F3; border-bottom:2px #0C8252 solid; height:40px; line-height:40px; color:#0C8252; font-size:14px; padding-left:10px; margin-bottom:10px; font-weight:bold; font-size:15px;}
.cpcontent{ line-height:28px; margin-bottom:20px; padding-left:8px; padding-right:8px;}

img { border: 0px; }
.bannerbox { width:370px; height: 215px; overflow: hidden; margin-left:-8px; }
#focus { width: 100%; height: 215px; clear: both; overflow: hidden; position: relative; float: left; }
    #focus ul { width:370px; height: 215px; float: left; position: absolute; clear: both; padding: 0px; margin: 0px; }
        #focus ul li { float: left; width: 370px; height: 215px; overflow: hidden; position: relative; padding: 0px; margin: 0px; }
    #focus .preNext { width:110px; height: 188px; position: absolute; top: 0px; cursor: pointer; }
    #focus .pre { left: 0; background: url(../pic/sprite.png) no-repeat left center; }
    #focus .next { right: 0; background: url(../pic/sprite1.png) no-repeat right center; }
	
	#end { clear:both;margin-left:-40px;}
#end ul { list-style: none;  }
#end ul li { font-size:14px;float:left; }
#end ul li a { display:block;  height:30px; padding:0px 9px;margin-bottom:6px; line-height:30px;  margin-right:10px; border:1px #E4E4E4 solid;}
#end ul li a:hover {  height:30px;  background-color:#EB0000; color:#FFFFFF;  }
.ent{ font-size:45px; line-height:40px; text-transform:uppercase; font-family:"Times New Roman", Times, serif; color:#252525; }

#sj{ width:100%; height:82px;  margin:0 auto;   }
#sj ul { list-style: none; margin: 0px; padding: 0px; }
#sj ul li { float:left; width:33%; }
#sj ul li a { display:block;  height:40px; line-height:44px; text-align:center;  color:#ffffff;  border-right:1px #1f80c4 solid; border-bottom:1px #1f80c4 solid;font-size:14px; }
#sj ul li a:hover {  height:40px; background-color:#fff;color:#dc0602; font-size:14px; }

.bt{border-bottom:1px #D7EEF7 solid; line-height:30px;height:30px;}
.btm{padding-left:15px; float:left; color:#FFF; background-image:url(../pic/sj_07.jpg); background-repeat:no-repeat; width:116px;}
.gd:hover{background-color:#fff;border-radius:30px; color:#252525; border:1px #252525 solid;  width:160px; line-height:46px; height:46px;}
.gd{ background-color:#252525; border-radius:30px; color:#fff; border:0px; width:160px; line-height:46px; height:46px;}

.gdb{background-color:#ffe105;border-radius:30px; color:#000;  width:160px; line-height:46px; height:46px;}
.gdb:hover{ background-color:#000; border-radius:30px; color:#ffe105; border:0px; width:160px; line-height:46px; height:46px;}

.fontlsx{ font-size:20px; text-transform:uppercase;}
.fontlls{ color:#009A44; font-weight:bold; font-size:40px; line-height:40px;}
.fontbt{ font-size:26px; line-height:40px; color:#000000;font-weight:bold;word-spacing: normal;}
.ent{ font-size:16px; line-height:30px; text-transform:uppercase;font-family:"Times New Roman", Times, serif; color:#252525; }

.fontls{font-size:20px;line-height: 35px;  font-weight:bold; word-spacing: normal;}
.fontqzs{  font-size:17px; line-height:30px;}
.fontjs {font-size:14px;color: #22A65C;line-height: 25px;word-spacing: normal;}
.hj{ padding-left:15px; line-height:28px;}
.hx{ border-top:3px #D71518 solid; margin-bottom:15px;}
.tmkc{ background-color:#35B47B; width:90px; height:30px; line-height:30px; color:#FFFFFF; font-size:16px; float:left; margin-right:20px; margin-bottom:15px;}