<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Crystal Template 
	http://www.templatemo.com/tm-437-crystal
*/
.left {float:left;}
.right {float:right;}

#foot {
    background: #404040;
    color: #FFFFFF;
    padding: 20px 0 20px 0;
}

#logo {margin-top:8px;}

/* start team */
#product
  {
    background: #FFFFFF;
    color: #404040;
    min-height: 300px;
    padding: 80px 0 80px 0;
  }
#product h3
  {
    font-weight: bold;
    letter-spacing: 1px!important;
    padding-bottom: 30px;
  }
#product .team_thumb
  {
    overflow: hidden;
    position: relative;
    margin: 30px 0 0 0;
  }
#product .team_thumb img
  {
    width: 100%;
    height: auto;
  }
  h5 {
    margin: 0;
  }
#product .team_thumb .team_overlay
  {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
#product .team_thumb:hover .team_overlay
  {
    opacity: 0.8;
  }  
#product .team_description
  {
    background: #303030;
    padding: 10px;
  }
#product .team_description h5
  {
    color: #66AF33;
	padding-bottom: 10px;
  }
#product p
  {
    font-weight: 400;
  }
/* end team */

.clear{font-size:0;line-height:0;height:0;clear:both;}

.list-article {}
.list-article ul {}
.list-article ul li {line-height:37px;}
.list-article ul li a {color:#004276;}
.list-article ul li span {float:right;}

.list-arc {}
.list-arc ul {}
.list-arc ul li {line-height:37px; line-height:35px; border-bottom:1px solid #CCC;}
.list-arc ul li a {color:#004276;}
.list-arc ul li span {float:right;}

.container {width:1200px;}
.nav {font-size:16px;}

#menu {width:200px; text-align:left; line-height:30px; float:left;}
#menu dl {}
#menu dl dt {font-size:18px; border-bottom:1px solid #CCC; line-height:40px; margin-bottom:10px; width:160px;}
#menu dl dd {line-height:30px;}
#menu dl dd.curr a {color: #66AF33;}

.layui-table tr th {text-align:center;}
.layui-table tr td:last-child {text-align:left;}

.news-left {float:left; width:50%; background: url(../images/view.gif) no-repeat;}
.news-left .dl {border: #c6e3aa solid 1px; margin-right:10px; padding:10px;}
.news-left .dl .dt {line-height:35px; border-bottom: #c6e3aa solid 1px; text-indent:2em;}
.news-left .dl .dd {}

.news-right {float:right; width:50%; background-color:rad;}

.news-item {width:50%;float:left;}
.news-item .dl {border: #c6e3aa solid 1px; margin-right:10px; padding:10px;}
.news-item .dl .dt {padding-bottom:5px; border-bottom: #c6e3aa solid 1px; text-indent:1em;}
.news-item .dl .dt a {float:right;}
.news-item .dl .dd {}

#navbar {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    right: auto;
    margin-left: -750px;
    margin-top: -200px;
	display: none;
}
#navbar dl {
	background-color:#FFF;
}
#navbar dl dt {
    background-color: #FA0;
	position: relative;
    padding: 5px 0 7px 0;
    margin-top: -1px;
    text-align: center;
    overflow: hidden;
    border-top: 1px solid #EEE;
	font-size:16px;
}
#navbar dl dd {
    position: relative;
    padding: 5px 0 7px 0;
    margin-top: -1px;
    text-align: center;
    overflow: hidden;
    border-top: 1px solid #EEE;
}

.pnav {
	position: fixed;
    top: 90px;
}
.pnav a:hover {color:#FF0000;}













</pre></body></html>