/*
Template 2031 Green Age
http://www.tooplate.com/view/2031-green-age
*/
body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.7em; 
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top;
	font-family: times new roman;	
}

.homepage { background-image: url(../images/tooplate_body.jpg); }
.subpage { background-image: url(../images/tooplate_body_subpage.jpg) }

a, a:link, a:visited { text-decoration: none; }

p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }
em { color: #000; font-weight: bold; font-style: normal }

h1, h2, h3, h4, h5, h6 { color: #000; font-weight: normal; }
h1 { font-size: 34px; margin: 0 0 20px 0; padding: 5px 0 }
h2 { font-size: 28px; margin: 0 0 20px 0; padding: 5px 0; }
h3 { font-size: 24px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

a.more { 
	clear: both; 
	display: block; 
	width: 103px; 
	height: 30px; 
	line-height: 30px; 
	text-align: center; 
	color: #000; 
	font-weight: bold; 
	background: url(../images/tooplate_button.png); 
}

a.more:hover { 
	text-decoration: none; 
	color: #fff; 
}

.float_l { float: left }
.float_r { float: right }

.image_wrapper { 
	display: inline-block; 
	border: 5px solid #fff; 
	background: none; 
	margin-bottom: 5px; 
}

.image_fl { 
	float: left; 
	margin: 3px 15px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 15px; 
}

.tooplate_list { 
	margin: 20px 0 20px 20px; 
	padding: 0; 
	list-style: none; 
}

.tooplate_list li { 
	color:#e98236; 
	margin: 0; 
	padding: 0 0 0 20px; 
	background: url(../images/tooplate_list.jpg) no-repeat scroll 0 7px;  
}

.tooplate_list li a { 
	color: #e98236; 
	font-weight: normal; 
}

.tooplate_list li a:hover { 
	color: #e98236; 
}

#tooplate_wrapper {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto
}

#tooplate_header {
	width: 960px;
	height: 100px;
}

#site_title { 
	float: left; 
}

#site_title h1 { 
	margin: 30px 0 0 0; 
	padding: 0; 
}

#site_title{ 
	display: block; 
	width: 450px; 
	height:90px;
	margin-top:10px;
	margin-left: -46px; 
	color: #fff;
}
/* menu */
 ul,ol,li {
            list-style: none;
            
        }
 
        a {
            text-decoration: none;

        }

        ul.nav {
            width: 820px;
            height: 30px;
            float: left;
           
           

        }
        ul li {
            float: left;
            border-right: 1px solid #ccc;
 	        margin-top: -7px;
        }
        .nav a{
        	color: #5fa008;
        	text-decoration: none;
        	font-weight: bold;
        } 
        ul li a {
            display: block;
            width: 110px;
            height: 40px;
            background-color: #fff;
            line-height: 40px;
            text-align: center;
            font-size: 20px;
            font-family: times new roman;         
            outline: none;
			border: none;
			background: url(images/tooplate_menu.png) no-repeat bottom center
        }
        .nav li a:hover {           
            opacity: .8;
        }
 
        .nav li ul {
            position: absolute;
            display: none;
            width: 181px;

 			
        }
        .nav2{
        	padding: 10px 0;
        }
        .nav2 li a{
        	width: 200px;
        	height: 50px;
        	background-color:black;
        	font-size: 17px;
        	text-align: center;


        }
        .nav li:hover .nav2 {
            display: block;
        }
        .nav .nav3{
            position: absolute;
            display: none;
            width: 101px;
            left: 161px;
   	  		 margin-top: -40px;
            /* 使nav3元素上移30px */
        }

        .nav2 li:hover .nav3{
            display: block;
        }
        

.header_search {
    width: 550px;height: 30px;float: right;top:25px;left:0;position: relative;
}
.header_search input:focus {
    border: 1px solid #66afe9;
    background-color: #E8F0FE;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px #66afe9;
	color: #000000;
	outline: none;
}
.header_search button, .button_div {
    position: relative;
    float:left;
    height: 46px;
    width: 80px;
}
.search_select_div {
    z-index: 1000;
    position: relative;
    background-color: rgba(255, 255, 255, 0.45);
    width: 255px;
    height: 45.7px;
    float:left;
    text-align: center;
}

.header_input {
    border: rgba(192, 192, 192, 0.85) solid 1px;
    font-size:15px;
    width: 180px;
    height: 44px;
    position: relative;
    float: left;
    background-color: rgba(255, 255, 255, 0.45)
}
.search_select_div .chosen-container {width: 255px;}
.search_select_div .chosen-container-single .chosen-single div b {top:6px;position: relative}
.search_select_div .chosen-container-single .chosen-single {height: 44px;line-height: 45px;}
.search_select_div .chosen-container-single .chosen-search {display: none}
.search_select_div .chosen-container-single .chosen-single span {margin-right: 26px;}

/* end of menu */

/* slider */

#tooplate_middle { 
	clear: both;
	width: 960px;
	height: 280px;
	padding: 10px 0;
	margin-bottom: 5px;
	background: url(../images/tooplate_middle.jpg) left top no-repeat
}

#intro { 
	float: left; 
	padding: 15px 0; 
	width: 520px; 
}

#intro h2 { 
	font-size: 30px; 
	color: #fff; 
	margin-bottom: 30px; 
}

#intro p { 
	font-size: 14px; 
	letter-spacing: 1px; 
	word-spacing: 5px; 
	line-height: 24px; 
	color: #fff; 
	margin-bottom: 30px; 
}

#intro a.learn_more { 
	display: block; 
	width: 170px; 
	height: 40px; 
	background: url(../images/tooplate_learn_more.jpg) no-repeat; 
}

#tooplate_middle_subpage { 
	clear: both;
	width: 960px;
	height: 130px;
	padding: 25px 0;
	background: url(../images/tooplate_middle.png) no-repeat
}

#tooplate_middle_subpage h2 { 
	color: #fff; 
}

#tooplate_middle_subpage p { 
	font-size: 20px; 
	color: #eee; 
	line-height: 25px; 
}

#tooplate_middle_subpage a {
	color: #eee;
}

#slider {
	float: right;
	width: 320px;
	height: 240px; 
	overflow: hidden;
}

/* end of slider */

#tooplate_main {
	clear: both;
	width: 1060px;
	padding: 30px 0;
	background: #fff;
}

.col_w960 { width: 960px; margin-bottom: 40px }
.col_w600 { width: 600px }
.col_w450 { width: 450px }
.col_w300 { width: 300px }
.col_allw300 { width: 300px; float: left; margin-right: 30px }
.col_last { margin: 0 }
.col_w960_last { margin: 0; background: none; }
.col_last { margin: 0; }

.wwd_box { clear: both; margin-bottom: 20px }
.wwd_box img { float: left; width: 80px; margin-right: 30px }
.wwd_box h3 { font-size: 16px; margin-bottom: 0 }
.wwd_box h3 a { color: #0e4369; font-size: 16px; font-weight: normal }
.wwd_box p { margin-bottom: 30px; }

.lp_box { float: left; width: 300px; margin-right: 30px }
.lp_box h6 { font-weight: bold }
.lp_box_last { margin: 0 }
.lp_box img { border: 1px solid #CCC; padding: 4px }

#cp_contact_form { 
	padding: 0; 
	width: 400px; 
}

#cp_contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#cp_contact_form form .input_field { 
	width: 390px; 
	padding: 10px;
	border: 1px solid #ccc;  
	color: #333;
	background: #fff; 
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#cp_contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 10px; 
	font-size: 14px; 
}

#cp_contact_form form textarea { 
	width: 390px; 
	height: 160px; 
	padding: 10px; 
	border: 1px solid #ccc;  
	color: #333;
	background: #fff; 
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#cp_contact_form form .submit_btn { 
	margin: 5px 0px;
	padding: 10px 20px; 
	text-decoration: none; 
	background: #fff; 
	border: 1px solid #ccc;
	font-size: 14px;   
}

#map img { 
	width: 300px; 
	height: 200px; 
	border: 1px solid #999; 
	padding: 4px; 
}

.news_box { 
	clear: both; 
	margin-bottom: 30px; 
}

.news_box h2 { 
	font-size: 20px; 
	margin-bottom: 0; 
}

.news_box p.date { 
	color: #000; 
}

.news_box img { 
	float: left; 
	width: 100px; 
	height: 100px; 
	padding: 4px; 
	border: 1px solid #000; 
	margin-right: 30px; 
}

.news_box a.more { 
	float: right; 
}

.sb_lp_box { 
	clear: both; 
	margin-bottom: 20px; 
}

.sb_lp_box img { 
	padding: 9px; 
	border: 1px solid #ccc; 
}

.post_box { 
	clear: both; 
	margin-bottom: 30px; 
}

.post_box h2 { 
	font-size: 20px; 
	margin-bottom: 10px; 
}

.post_box p.post_meta { 
	margin-bottom: 0; 
}

.post_box p span.cat a { 
	color: #cb5c02; 
	font-weight: 400; 
}

.post_box img { 
	width: 550px; 
	height: 160px; 
	border: 10px solid #eee; 
	margin-bottom: 10px; 
}

.post_box a.more { 
	float: right; 
}

.lbe_box { 
	clear: both; 
	margin-bottom: 20px; 
}

.lbe_box h3 { 
	font-size: 16px; 
	margin-bottom: 0; 
}
	
.lbe_box h3 a { 
	color: #0e4369; 
	font-size: 16px; 
	font-weight: normal; 
}

.lbe_box h3 a span { 
	font-size: 12px; 
	color: #333; 
}

.lbe_box p { 
	margin-bottom: 0; 
}

.lbe_box p.date { 
	font-size: 10px; 
	font-weight: 700; 
	color: #0e4369; 
}

#gallery { 
	margin: 0; 
	padding: 0; 
}

#gallery .gallery_box { 
	display: block; 
	float: left; 
	width: 280px; 
	margin: 0 30px 30px 0; 
	padding: 8px; 
	border: 1px solid #ccc; 
}
#gallery h4{
	font-style: italic;
}
#gallery #box{
	margin-left: 260px;
	width: 700px;
	height: 500px;
	border:  1px solid #ccc; 
	border-radius: 45px;
}
#gallery #box .right22{
	list-style: none;
	margin-top: 50px;
	font-size: 17px;
	line-height: 40px;
	width: 55%;
	float: left;
}
.left3{
	width: 320px;
	margin-left: 40px;
}
.right22 table tr:nth-child(2n){
 background:#eee;
}            
.right22 table tr td:nth-child(1){

}
.left3 tr td{
	border-top: 1px solid #ccc;
	padding-left: 18px;
}
#gallery #box img{
	width: 37%;
	height: 72%;
	border:1px solid #ccc;
	border-radius: 15px;
	margin:70px 20px; 
}
#gallery #box .right22 ul li{
	padding-left:25px;
	border-bottom:1px solid #ccc; 
}
#gallery #species{
	width: 200px;
	height: 500px;
	padding-right: 30px;
	border-radius: 20px;
	background-color: #eee;
	float: left; 
}
#gallery #species p{
	margin: 15px;
	font-size: 20px;
}
#gallery #species li{
	position: relative;
	margin-left: 20px;
	color: grey;
	font-style: italic;
	font-size: 18px;
	line-height: 25px;
}
#gallery #species a{
	color: grey;
    font-weight: normal;
    font-family: times new roman;
}
#gallery #species .highlight{
	font-weight: bold;
	color: #5fa008;
}
#gallery .third { 
	margin: 0 0 30px 0; 
}

#gallery .gallery_box a img { 
	border: 1px solid #ccc; 
	margin-bottom: 5px; 
	width: 280px;
	height: 200px;
}

#tooplate_cr_wrapper {
	clear: both;
	width: 100%;
	background: #000;
}

#tooplate_cr {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	color: #666;
	background:  url(../static/images/tooplate_footer.jpg) top center no-repeat;
}

#tooplate_cr a { 
	color: #5fa008; 
	font-weight: normal; 
}
/* functional genes table*/
 
   