﻿@charset "utf-8";
/* CSS Document */
.mincon{
	width:1200px;
	overflow:hidden;
	background:#eee;
	}
.left{
	width:280px;
	float:left;
	background:url(../images/left.jpg) top center no-repeat;
	}
.left h2{
	font-size:26px;
	color:#000;
	font-weight:500;
	text-align:center;
	margin:40px 0px;
	}
.left ul{
	overflow:hidden;
	margin-left:20px;
	margin-bottom:50px;
	}
.left ul li{
	font-size:16px;
	line-height:30px;
	}
.left ul li:before{
	position: relative;
    top: -5px;
	width:5px;
	height:1px;
	content:"";
	display:inline-block;
	background:#000;
	margin-right:10px;
	}
.left ul li a{
	color:#000;
	}
.right{
	width:920px;
	float:right;
	min-height:521px;
	background:#fff;
	}
.text{
	padding:15px;
	line-height:20px;
	font-size:15px;
	color:#333;
	}
h2.navbt{
	font-size:24px;
	color:#000;
	margin-bottom:20px;
	}
h2.navbt:first-letter{
	font-size:50px;
	margin-right:5px;
	}
.six ul{
	}
.six ul li{
	width:200px;
	float:left;
	text-align:center;
	margin:15px 11px;
	overflow:hidden;
	}
.six ul li .sitp{
	width:200px;
	height:138px;
	overflow:hidden;
	position: relative;
	}
.six ul li .sitp img{
	max-height:138px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	}
.six ul li:hover .sitp img{
	transform: scale(1.2, 1.2);
	}
.six ul li p{}
.six ul li p a{
	display:block;
	font-size:14px;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	}
.six ul li:hover a{
	color:#335ba0;
	}
.pre_right {
	float: left;
	padding-left: 29px;
	width: 361px;
}
.pre_right h2 {
	font-size: 20px;
	color: #335ba0;
	font-weight: bold;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	padding-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 8px;
}
.pre_right h3 {
	padding-top: 5px;
}

.pre_right p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.bottom{
	width:100%;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;
	min-height:200px;
	}
.bottom p{
	font-size:14px;
	color:#333;
	}
.bottom img{
	max-width:100%;
	}
.bottom .bobt{
	border-bottom:1px solid #335ba0;
	}
.bottom .bobt span.bo{
	display:inline-block;
	font-size:14px;
	color:#fff;
	background:#335ba0;
	padding:10px 15px;
	}