﻿@charset "utf-8";
/* CSS Document */
/*
蓝：127cc8
绿：127cc8
*/
@import url('bootstrap.css');
@import url('animate.css');
@import url('owl.carousel.css');
* { margin: 0; padding: 0; list-style: none; }
body {padding: 0px;margin: 0px;background: #fff;}
body a{text-decoration:none;-webkit-transition:.5s all;-moz-transition:.5s all;-o-transition:.5s all;transition:.5s all;-ms-transition:.5s all}
body a:hover{text-decoration:none;-webkit-transition:.5s all;-moz-transition:.5s all;-o-transition:.5s all;transition:.5s all;-ms-transition:.5s all}

ul,li{list-style-type:none;list-style:none;}
i{padding-right: 5px;}
h1,h2,h3,h4,h5{font-family:"微软雅黑";letter-spacing: 1px}
img{border:0;}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  background-color: rgba(10, 44, 86,0.7) !important;
  transition: all 1.5s ease;
  border:none;
  padding:12px 10px;
}
.navbar img{opacity:1;}
.header2 {position:absolute; top:0; display:block; z-index:999; width:100%;}

/*首页产品*/
.pro-list{display:block;}
.pro-list .col-md-3{width:100%;}
.pro-list li a{background:#f5f5f5;height:286px; display:block; overflow:hidden; position:relative; padding:5px; border:1px solid #ddd;}
.pro-list li a:hover{background:#f1f1f1}
.pro-list li h5{color:#333;font-size:14px; font-weight:bold; font-family:Arial; text-align:center;}
.pro-list li p{color:#444; font-family:Arial; text-align:center;}
/*.pro-list li h5{height:75px; line-height:75px; margin:0; padding:0;display:block; color:#fff; background:#069;width:100%; text-align:center; position:absolute; bottom:0; left:0;}*/
.pro-list li img  {
    width:100%;
    min-height:180px;
    max-height:180px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
} 
.pro-list li:hover img {opacity: 0.8;-webkit-transform: scale(1.05);	transform: scale(1.05);}
.pro-list li:hover h5{color:#f30;}
.pro-list li:hover p{color:#f30;}

.pro-list2{display:block;}
.pro-list2 .col-md-3{width:100%;}
.pro-list2 li{margin-bottom:20px;}
.pro-list2 li a{background:#ddd;height:226px; display:block; overflow:hidden; position:relative; padding:2px}
.pro-list2 li a:hover{background:#333}
.pro-list2 li h5{height:36px; line-height:36px; margin:0; padding:0;display:block; color:#333; background:#ddd;width:100%; text-align:center; position:absolute; bottom:0; left:0;}
.pro-list2 li img  {
    width:100%;
    min-height:200px;
    max-height:200px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
} 
.pro-list2 li:hover img {opacity: 0.8;-webkit-transform: scale(1.05);	transform: scale(1.05);}
.pro-list2 li:hover h5{background:#f30; color:#fff;}

.pro-class{display:block; width:100%; text-align:center; margin-bottom:30px;}
.pro-class a{display:inline-block; background:#069;color:#fff;border-radius:3px;}
.pro-class a:hover{background:#f30;color:#fff;}

/*---------------------------------------------------*/
/*标题*/
.b_tit{display:block; text-align:center; overflow:hidden; margin-bottom:20px;}
.b_tit h3{font-size:26px; font-weight:400; text-align:center; display:inline-block; border-bottom:3px #f60 solid; padding:10px;}
.b_tit h5{font-size:16px; color:#444; font-weight:300; text-align:center; display:block;}
/*滚动*/
.img-list{display:block;}
.img-list .col-md-3{width:100%;}
.img-list li a{background:#ccc;height:180px; display:block; overflow:hidden; position:relative; padding:3px}
.img-list li a:hover{background:#333}
.img-list li img  {
    width:100%;
    min-height:174px;
    max-height:174px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
} 
.img-list li:hover img {opacity: 0.8;-webkit-transform: scale(1.05);	transform: scale(1.05);}


.effect-ruby {
    position: relative;
    overflow: hidden;
    background-color: #000;
    height: 200px;
}
.effect-ruby img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
} 
.effect-ruby .agile-caption {
    padding: 2em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 
.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
} 
.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
} 
.effect-ruby h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.69);
    display: block;
    padding:5px 10px;
    text-align:center;
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,25px,0);
}
.effect-ruby p {
    color: #fff;
    margin-top: 1em;
    padding: 0.5em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
    text-align: center;
	font-weight: 300;
    letter-spacing: 2px;
}
.effect-ruby:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
} 
.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
/*产品样式*/
a.probox {
    position: relative;
    overflow: hidden;
    display:block;
    background-color: #ddd;
    border:1px #ccc solid;
    border-radius:5px;
}

a.probox .agile-caption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	width: 100%;
} 

a.probox img {
    min-height:200px;
    max-height:200px;
    width:100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.11);
	transform: scale(1.11);
} 
a.probox:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
} 
a.probox h3 {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align:center;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,25px,0);
    text-shadow:#fff 1px 1px 0px;
}
a.probox p {
    color: #fff;
    margin-top: 1em;
    padding: 0.5em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
    text-align: center;
	font-weight: 300;
    letter-spacing: 2px;
}
a.probox:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
} 
a.probox:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

/*==========================================*/

.procontent{background:#fff;border:1px #d3d3d3 solid; padding:0px 10px 0 10px;-webkit-border-radius: 5px; border-radius: 5px;}
.procontent img{width:100%}
.procontent p{font-size:14px; color:#333; line-height:24px;}
.procontent h3{display:block; height:50px; line-height:50px; background:#ddd;border-radius: 5px; padding-left:10px; }
.procontent h3 span{font-size:16px; font-family:Arial; padding-left:10px; color:#444;}

.m_15{margin:15px auto;}
.m_20{margin:20px auto;}
.m_30{margin:30px auto;}
.m_t_10{margin-top:10px;}
.m_t_20{margin-top:20px;}
.m_t_30{margin-top:30px;}
.p_20 {padding:20px 0;}
.m_f30{margin-bottom:30px;}
.p_b30{padding-bottom:30px;}

.leftMenu{border:1px #1079c6 solid; padding:5px 5px 0 5px;-webkit-border-radius: 3px; border-radius: 3px;}
.rightMenu{border:1px #ccc solid;background:#fff; padding:5px 5px 0 5px;-webkit-border-radius: 3px; border-radius: 3px;}

.imgbox{display: block;}
.imgbox img{width: 100%;}

.ban12 {background: url('../images/ban12.jpg') center center; background-size: 100% auto}
.ban10 {background: url('../images/ban10.jpg') center center; background-size: 100% auto}
.ban11 {background: url('../images/ban11.jpg') center center; background-size: 100% auto}
.ban13 {background: url('../images/ban13.jpg') center center; background-size: 100% auto}
.ban14 {background: url('../images/ban14.jpg') center center; background-size: 100% auto}

a.in_boxa{height: 200px; background:#fafafa; display: block; position: relative; padding:0; margin:0 0 15px 0; border:1px #ddd solid; overflow: hidden;}
a.in_boxa h5{color: #333; display: block; font-size: 16px; text-align: center; padding-top:10px; font-family: "微软雅黑";}
a.in_boxa img{width:100%;}
.in_boxa:after{position:absolute;top:0;left:0;width:0;height:100%;background-color:rgba(255,255,255,.4);content:"";-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;-ms-transition:none;}
.in_boxa:hover:after{width:120%;background-color:rgba(255,255,255,0);-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;-ms-transition:all .3s ease-out;}
.in_boxa:hover h5{transition: all 0.5s ease 0s; letter-spacing:5px;}


.breadcrumb a{color:#444;}
.breadcrumb a:hover{color:#127cc8}

.infostr{font-size:12px; color:#444; padding-bottom:15px; display:block; text-align:center;}

.ibg1{background: #127cc8; color: #fff; text-align: center;}
.ibg2{background: #fff; color: #127cc8; text-align: center;}


.content{display: block; margin:0; padding:0;padding:10px 0;}
.content h3{border-bottom: 2px solid #127cc8; margin:0 auto 20px auto; padding-bottom: 10px; text-align: center; color:#333;}
.content p{line-height: 28px; font-size:14px; color:#333}
.intro{font-size:14px; line-height:28px;color:#333;}
.intro p{color:#333;}

/*about*/
.about{display:block; text-align:left; margin:50px 0;}
.about h2{color: #444;font-size: 34px; display:block; width:200px; margin:0 auto; text-align:center; padding-bottom:10px; font-weight:500; text-shadow:#ddd 4px 3px 0px; border-bottom:5px #ddd solid;}
.about p {
    font-size: 14px;
    color:#777;
    line-height:24px;
    margin-top:20px;
    font-weight: 400;
    padding:0 10px;
}
.about a {
    background: #ba9043 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing:2px;
    padding: 16px 30px;
    text-transform: uppercase;
    border: 1px solid #BA9043;
    transition: all 0.3s ease 0s;
    margin-top:10px;
}
.about a:hover{
    background:#f5f5f5;
    border:1px #f5f5f5 solid;
    color:#333;
}
/*========================= 
 8. mens-collection area
===========================*/
.mens-collection-area{
  position: relative;
}
.mens-collection-area img,.mens-collection-area:hover img{
    width:90%;
  transition: all 0.3s ease 0s; 
}
.mens-collection-area:hover img{
  transform: scale(1.01);
}
.mens-collection-area:before{
  background: rgba(68, 68, 68, 0.2) none repeat scroll 0 0;
}
.collection-tablecell a:hover{
  background: none;
  border-color: #fff
 
}
.mens-collection-area {
  background: #f3f3f3 none repeat scroll 0 0;
  padding: 30px 0;
}
.mens-collection-text h2 strong {
    color: #444;
    font-size: 40px;
    font-weight:500;
}
.mens-collection-text .title2 {
    color: #ba9043;
    font-size: 30px;
    font-weight: 300;
}

.mens-collection-text p {
    font-size: 14px;
    color:#777;
    line-height:22px;
    margin-top:20px;
    font-weight: 400;
}
.collection-tablecell {
  margin-top: 50px;
}
/*========================= 
 9. the-blog-from area
===========================*/
.single-blog-from .blog-from-block a:before{
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  z-index: 999  
}
.the-blog-area {
    margin-bottom:40px;
}
.blog-from-block .blog-img-info a::before {
  display: none;
}
.the-blog-area .col-md-3 {
  width: 100%;
}
.single-blog-from {
  margin-top: 0px;
  position: relative;
  overflow: hidden
}
.single-blog-from img {
    width:100%;
    min-height:180px;
  transition: all 0.5s ease 0s;
}
.single-blog-from:hover img {
  transform: scale(1.07)
}
.blog-from-block > a {
  display: block;
}
.the-blog-area .owl-carousel .owl-buttons > div {
  right: 12px;
  top: -40px;
}
.blog-img-block {
    bottom: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999
}
.blog-img-block h3 {
  font-size: 14px;
  color:#fff;
  background:rgba(0,0,0,0.8);
  padding:5px 0;
  text-transform: uppercase;
}
.single-blog-from .blog-img-block a::before {
  display: none;
}
.single-blog-from .blog-img-block a,.single-blog-from .blog-img-info a{
  color: #fff;
}
.single-blog-from .blog-img-info a {
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px;
}
.single-blog-from .blog-img-info a i {
    margin-right: 10px;
}
.single-blog-from .blog-from-block{
  position: relative
}
.single-blog-from .blog-from-block:before{
  z-index: 99
}

.brand-list {
  padding-top: 35px;
  text-align: center;
  display:block;
}
.brand-list a{display:block; margin:5px;}
.brand-list a img{width:100%;}

/*新闻*/
.in-news{display:block; min-height:100px; overflow:hidden;}
.in-news .img{width:100%;min-height:80px; max-height:80px;}
.in-news h5{margin:0 0 10px 0;font-size:14px; font-weight:bold;color:#555;}
.in-news:hover h5{color:#f30}
.in-news p{font-size:12px; line-height:18px; color:#999; overflow:hidden;}
.in-news:hover p{color:#555}

.dates{display:block; overflow:hidden; background:#f5f5f5;height:80px;}
.dates i{position:absolute; top:5px; left:25px; font-size:40px; color:#aaa;}
.dates span{position:absolute; bottom:5px; right:25px; font-size:18px; color:#bbb;}

/*联系我们*/
.contact{display:block; min-height:82px; border:1px #ddd solid; padding:10px;}
.contact i{display:block; font-size:40px; color:#fff; text-align:center; line-height:60px; width:60px; float:left; margin-right:10px; background:#ddd;}
.contact p{display:block; font-size:16px; font-weight:bold; word-wrap:break-word; }
.contact:hover{border:#f30 1px solid;}

.hvr-shutter-out-verti2cal{
  display:inline-block;
  vertical-align:middle;
  -webkit-transform:perspective(1px) translateZ(0);
  transform:perspective(1px) translateZ(0);
  box-shadow:0 0 1px transparent;
  position:relative;
  filter:progid:DXImageTransform.Microsoft.Shadow(strength=10, direction=180, color='#fff');
  -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(strength = 10, Direction = 180, Color = '#fff')"}
.hvr-shutter-out-vertical:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#6cc16c;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.hvr-shutter-out-vertical:active,.hvr-shutter-out-vertical:focus,.hvr-shutter-out-vertical:hover{color:#fff}
.hvr-shutter-out-vertical:active:before,.hvr-shutter-out-vertical:focus:before,.hvr-shutter-out-vertical:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1)}
.hvr-rectangle-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#e1e1e1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s;background:#fafafa;color:#fff;-moz-box-shadow:0 5px 5px #ccc;-webkit-box-shadow:0 5px 5px #ccc;box-shadow:0 5px 5px #ccc;filter:progid:DXImageTransform.Microsoft.Shadow(strength=10, direction=180, color='#ccc');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(strength = 10, Direction = 180, Color = '#ccc')"}
.hvr-rectangle-out:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#6cc16c;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.hvr-rectangle-out:active,.hvr-rectangle-out:focus,.hvr-rectangle-out:hover{color:#fff}
.hvr-rectangle-out:active:before,.hvr-rectangle-out:focus:before,.hvr-rectangle-out:hover:before{-webkit-transform:scale(1);transform:scale(1)}

.aboutBox{
    margin:35px 0;
    padding:0 10px 10px 20px;
    background-color: #ffffff;
    -moz-border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    border-radius: 0px 8px 8px 0px;
    -moz-box-shadow: 5px 0px 10px #ccc;
    -webkit-box-shadow: 5px 0px 10px #ccc;
    box-shadow: 5px 0px 10px #ccc;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 5, direction = 90, color = '#ccc');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 90, Color = '#ccc')";
    opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 85);
    filter: alpha(opacity = 85);
}


/*栏目标题*/
.linetit{position: relative; border-bottom: 1px #ccc solid; height: 38px; margin-bottom: 10px;}
.linetit h3{position: absolute; top: 0; left: 0; font-size: 18px; color: #333; height: 39px; padding:0 20px 10px 10px; line-height: 32px; margin:0; border-bottom: 3px #f30 solid;
}
.linetit span{position: absolute; right: 0; top: 10px; height: 22px; line-height: 22px;}
.iinetit span a{color:#060}
.linetit a:hover{color:#ff3a3b;}

.linebt{text-align:center; padding-top:20px; margin:0 auto;}
.linebt h2{color: #444;font-size: 34px; display:inline-block; padding-bottom:10px; font-weight:500; text-shadow:#ddd 4px 3px 0px; border-bottom:5px #ddd solid;}

/*栏目标题*/
.linetit2{position: relative; height: 38px; margin-bottom: 19px; display:block;}
.linetit2 h3{
  position: absolute; top: 0; left: 0; font-size: 18px; color: #333; padding-bottom:5px; border-bottom: 3px #06c solid;color:#06c; font-weight:bold;
}
.linetit2 span{position: absolute; right: 0; top: 10px; height: 22px; line-height: 22px;}
.iinetit2 span a{color:#060}
.linetit2 a:hover{color:#ff3a3b;}

.downlist{display:block}
.downlist li{font-size:14px; line-height:30px; border-bottom:1px #ccc dotted;}
.downlist a{color:#333;}
.downlist i{margin:0 5px;}
.downlist span{margin-right:20px;}

.bga21 {background:#4b9cc4 url("../images/banner_di.png") no-repeat; background-position: -220px 0px;}

.list-group a{background: #fafafa; padding:4px auto 4px 8px;}
.list-group a:hover{background: #6cc16c; color: #fff;}
.list-group i{font-size: 6px;}

.floating_ck{position:fixed;right:8px;bottom:10px;}
.floating_ck dl dd{position:relative;width:40px;height:40px;background-color:#999;border-bottom:solid 1px #888;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#127cc8;border-bottom:solid 1px #127cc8;}
.floating_ck dl dd:hover .floating_left{display:block;}
.quote{background-image:url(../images/side_icon06.png); width:90%;}
.qrcord{background-image:url(../images/erweima.png);width:90%;}
.return{background-image:url(../images/side_icon05.png);width:90%;}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-110px;top:0px;width:110px;padding-top:10px;background-color:#127cc8;border-bottom:solid 1px #127cc8;display:none;}
.floating_left a{color:#fff;}
.floating_ewm{height:150px;top:-100px;}
.floating_ewm i{display:block;padding-left:3px;}
.floating_ewm i img{border:3px #fff solid;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}

.showbtn{display:block; margin-bottom:20px; text-align:right;}
/*友情链接
.frindleft{
    -moz-border-radius: 0px 0px 0px 5px;
    -webkit-border-radius: 0px 0px 0px 5px;
    border-radius: 0px 0px 0px 5px;
    background-color:#e3e3e3;
}
.frindleft span{font-size: 20px; line-height: 50px; padding-left: 20px;}
.frindlink{
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    display:block;
    background-color:#e3e3e3;
    color: #555;
    line-height: 50px;
}
.frindlink a{
    color:#333;
    line-height:30px;
    display:inline-table;
    padding:0 10px;
}
.frindlink a:hover{color:#f30}
/**底部**/
.footer {padding: 10px 0; display: block; background: #2b2b2b; color: #aaa; font-size: 12px; font-weight: normal;}
.footer a{display: block; color: #c8e5f9; font-size: 12px; font-weight: normal; line-height: 20px;}
.footer a:hover{color:#fff;}
.address {line-height: 24px; color: #c8e5f9;}

#myTab2 li a:active{
    background:#fff;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    border:1px #ccc solid;
}
#myTab2 .active a{
    background:#fff; padding-bottom: 2px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}
#myTab2 .active span{color:#127cc8;}
#myTab2 .active h3{color:#127cc8;}
#foot{display:block; }
#foot .tab-pane{
    overflow: hidden;
    background:#fff;
    -moz-border-radius:0px 0px 8px 8px;
    -webkit-border-radius:0px 0px 8px 8px;
    border-radius:0px 0px 8px 8px;
    padding-left:10px;
}


.col-main{display:block; overflow:hidden; font-size: 14px; line-height: 180%;}
.col-main img{  display: block;  max-width: 100%;   height: auto; display: block;  margin-right: auto;  margin-left: auto;}