  @charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
html {
    height: 100%;
    width: 100%;
}
body {
	min-width:980px;
}
body {
	width:100%;
	background:#fff;
	color:#333;
	font-size:12px;
	line-height:1.45;
	font-weight:400;
	font-style:normal;
}
a {
	text-decoration:none;
}
ul, ol, li {
	list-style:none;
}
body, input, textarea, select, button {
	font-family:"Î¢ÈíÑÅºÚ", Arial, sans-serif, serif;
	
}
fieldset, iframe, img, a img {
    border: 0 none;
}
caption, th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
article, aside, footer, header, nav, main, section, summary, details, hgroup, figure, figcaption {
    display: block;
}
audio, canvas, video, progress {
    display: inline-block;
    vertical-align: baseline;
}
button {
    font: inherit;
    vertical-align: middle;
}
img {
	vertical-align:middle;
}
.cl, .item, .text-content {
	clear:both;
	overflow:hidden;
}
.fl {
	float:left;
}
.fr {
    float: right;
}
.mt10 {
	margin-top:10px;
}
.ptb20 {
    padding: 20px 0;
}
.pr {
	position:relative;
}
.pa {
	position:absolute;
}
.header, .menu, .heroImg {
	position:relative;
	width:100%;
	z-index:2;
}
.header {
	z-index:6;
}
.header-cont {
    position: relative;
}
.menu-bg {
    background:url("/images/head-black.png");
    height: 6px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}
.container {
    width: 1270px;
}
.logo {
	float:left;
}
.head-info {
	float: right;
    margin: 45px 0 10px;
}
.search-section {
	float:left;
	margin-right:10px;
}
.search-form {
    border: 1px solid #dfdfdf;
    height: 32px;
    position: relative;
    width: 467px;
}
.search-form:hover .search-btn {
    background: #b39959;
    border-color: #b39959;
    color: #fff;
}
.search-form .search-text {
    background: #fff;
    border: 0 none;
    color: #333;
    height:32px;
    line-height: 32px;
    padding:0 15px;
    width: 352px;
	margin-left:65px;
}
.search-form .search-text:focus {
    outline: 0 none;
}
.search-form .search-btn {
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #6d6d6d;
    cursor: pointer;
    height: 34px;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: all 0.3s ease 0s;
    width: 34px;
}
.search-form .search-btn:active {
    background: #b39959;
    border-color: #b39959;
    color: #fff;
}
.search-form .hot-words {
    font-size: 12px;
    position: absolute;
    right: 40px;
    top: 6px;
}
.search-form .hot-words a {
    background: #f3f3f3;
    color: #333;
    display: inline-block;
    margin-left: 5px;
    padding: 1px 3px;
}
.search-form .hot-words a:hover {
    background: #dfdfdf;
}
.call {
	position:absolute;
	right:15px;
	top:14px;
}
.mini-cart {
	background:#b39959;
	color:#fff;
	height:34px;
	width:100%;
	float:left;
	text-align:center;
	font-size:14px;
	line-height:34px;
}
.choose-adr {
    float: right;
    height: 34px;
    position: relative;
    width: 106px;
}
.citys-cen {
	display:none;
	position:absolute;
	top:34px;
	right:0;
	border:1px solid #b39959;
	background: #fff;
	padding:10px;
	width:240px;
	float:right;
}
.citys-cen ul {
	
}
.citys-cen li {
	float:left;
	margin:0 5px;
}
.citys-cen li a {
	color:#b39959;
}
.citys-cen li a:hover {
	text-decoration:underline;
}
.choose-adr:hover .citys-cen {
	display:block;
}
.site-nav {
    background: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
    height: 26px;
	line-height:26px;
    min-width: 990px;
    position: relative !important;
    width: auto;
    z-index: 99999;
}
.site-nav .fr img {
	margin:3px 0 0 10px;
	float:right;
}
.menu {
	background:#005259;	
	height:42px;
	z-index:5;	
	text-align:center;
}
.menu ul {
	z-index:2;
}
.menu li {
	float:left;	
	width:16.6%;
	cursor:pointer;
	background-image: url(/images/unfold.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	text-align:center;
	height:36px;
	position: relative;
	padding-bottom:6px;
	margin: 0;
}
.menu li.home {
	background-image:none;
}
.menu li a {
	font-size: 16px;
	line-height:36px;
	color:#fff;
}
.menu li:hover, .menu li.active {
	background-color:#006d76;
}
.nav-wrap {
	position:absolute;
	top:42px;
	left:0;
	z-index:8;
	display:none;
	width:100%;
	padding:0;
	background: url(/images/m_bg.png);
}
.nav-wrap .container {
	padding:0;
	width:100%;
	box-sizing:border-box;
}
.menu li .nav-wrap a {
	font-size:14px;
	line-height:30px;
	margin:0;
	width:100%;
	float:left;
	text-align:center;
	color:#d8fcff;
}
.menu li .nav-wrap a:hover {
	color:#fff;
	background: rgba(26, 160, 171, 0.7);
}
.heroImg {
	z-index:1;
	margin-bottom:1px;
}
.sub-title {
	background:#f3f3f3;
	padding:10px;
	margin-bottom:20px;
	text-align:center;
}

.sub-title li {
	float:left;
	width:16.667%;
	box-sizing:border-box;
	padding:0 2%;
	border-right:1px dashed #fff;
	text-align:center;
}
.sub-title li.no-border {
	border:0;
}
.sub-title li img {
	width:100%;
}
.footer {
	margin:20px auto 50px;
}
.footer .top {
    background: #f3f3f3;
    overflow: hidden;
    padding-bottom: 12px;
    padding-top: 10px;
}
.footer-links {
    border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
    color: #6d6d6d;
	margin-top:15px;
    padding: 10px 0 ;
}
.footer-links ul {
	width:75%;
	float:left;
}
.footer-links li {
	float:left;
	width:20%;
	padding:0 1% 0 4%;
	border-right:1px solid #dfdfdf;
	box-sizing:border-box;
}

.footer-links li a {
	font-size:16px;
	padding-bottom:4px;
	width:100%;
	float:left;
	color:#005259;
}
.footer-links li a:hover {
	text-decoration:underline;
}
.footer-links li ol {
	clear:both;
	overflow:hidden;
	width:80%;
	margin-right:10%;
}
.footer-links li ol li {
	border:0;
	width:100%;
	padding:0;
}
.footer-links li ol li a {
	font-size:14px;
	line-height:18px;
	color:#666;
	padding-bottom:2px;
}
.footer-links li ol li a:hover {
	color:#005259;
}
.col-contact {
  float: right;
  width: 22%;
  text-align: center;
}
.gary {
	color:#ccc;
}
.col-contact p {
  margin: 0 0 5px;
}
.col-contact p.phone {
  margin-bottom:7px;
  padding-bottom:5px;
  border-bottom:1px solid #dfdfdf;
  font-size: 22px;
  font-weight:700;
  line-height: 1;
  color: #000;
}
.wx, .wb {
	float:left;
	width:40%;
	box-sizing:border-box;
	padding:0 10px;
}
.wx {
	margin-left:10%;
}
.wx img, .wb img {
	width:100%;
	max-width:56px;
}
.f-link {
	line-height:20px;
	padding:10px 0 0 30px;
	font-size:14px;
	border-top:1px solid #dfdfdf;
}
.f-link b, .f-link a {
	float:left;
}
.f-link b {
	padding-right:10px;
}
.f-link a {
	margin:0 10px;
	color:#888;
}
.f-link a:hover {
	text-decoration:underline;
	color:#08c;
}
.footer .bottom {
    background: #e4e4e4;
    color: #767676;
    line-height: 20px;
    padding: 20px 0;
    text-align: center;
}
.footer .bottom a {
    color: #4d4d4d;
    text-decoration: none;
}
.footer .bottom a:hover {
    color: #767676;
    text-decoration: none;
}
.footer .bottom span {
    color: #bfbfbf;
    padding: 0 5px;
}
.pinp {
	margin:1px auto ;
	text-align: center;
}
.pinp img {
	width:100%;
	max-width:1150px;
}
.left_index, .left_box {
    float: left;
    font-size: 12px;
    width: 75%;
	box-sizing:border-box;
	padding-right:8%;
}
.left_box {
	width:76%;
	padding-right:0;
}
.left_index .tit span {
    display: none;
}
.left_index .tit1 {
    background: url("/images/tit_l.gif") no-repeat scroll 0 0;
    height: 46px;
}
.left_index .tit2 {
    background: url("/images/tit_l.gif") no-repeat scroll 0 -46px;
    height: 46px;
    padding-left: 320px;
}
.left_index .tit2 .cityList {
    overflow: hidden;
    width: 40%;
}
.left_index .tit ul {
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    width: 100%;
}
.left_index .tit2 ul li {
    float: left;
    padding: 0 10px;
	line-height:42px;
	border:0;
	background:none;
}
.left_index .tit2 ul li a, .left_index .tit2 ul li a:link {
    color: #333;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 16px;
    padding: 0 ;
}
.left_index .tit2 ul li a:hover {
    color: #24aab6;
}
a.more1, a.more1:link {
    background: url("/images/more1.GIF") no-repeat scroll 0 -34px;
    color: #005259;
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    text-align: right;
    width: 50px;
}
a.more1:hover {
	background-position:0 16px;
	color:#999;

}
.left_index .con1Box {
    position: relative;
}
.left_index .con1 {
	max-height:794px;
    overflow: hidden;
}
.left_index li {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e1e1e1;
}
.left_index li div, .left_index li h2 {
    color: #131313;
    font-family: "Î¢ÈíÑÅºÚ";
}
.left_index li h1 {
    font-size: 16px;
    font-weight: 400;
}
.left_index li .img {
	width:57%;
	overflow:hidden;
	height:225px;
	background:#000;
	border-right:20px solid #fff;
	box-sizing:border-box;
}
.left_index li .img img {
	width:100%;
}
.left_index li .img:hover img {
	opacity:0.7;
}
.left_index li .txt {
    font-size: 13px;
    line-height: 24px;
	width:43%;
}
.left_index li .txt h2 a, .left_index li .txt h2, .left_index li .txt h2 a {
    font-size: 18px;
	color:#005259;
	font-weight:100;
}

.left_index li .txt span {
    color: #b3b3b3;
}
.left_index li .txt p {
    color: #666;
	text-indent: 24px;
}
.left_index li .txt .tit_sjln {
    background: url("/images/icon_sjln.gif") no-repeat scroll left center;
    padding-left: 20px;
}
.left_index .tit4 {
    background: url("/images/tit_l.gif") no-repeat scroll 0 -138px;
    height: 53px;
}
.left_index .con3 li {
	padding:20px 0;
}
	
.left_index .con4 ul li {
    padding: 5px 0;
}
.right_index, .right_box {
    float: right;
    font-size: 12px;
    width: 25%;
}
.right_box {
	width:22%;
}
.right_index .gay {
    color: #999;
}
.right_index .tit {
    height: 46px;
	margin-top:20px;
}
.right_index .tit span {
    display: none;
}
.right_index .tit1 {
    background: url("/images/tit_r.gif") no-repeat scroll 0 0;
	margin-top:0;
}
.right_index .con1 {
	position:relative;
	
}
.right_index img {
	width:100%;
}
.mt20 {
	margin-top:20px;
}
.right_index .con1 img {
	width:100%;
}
.right_index .con1:hover img {
	opacity:0.7;
}
.right_index .con1 h2 {
    font-size: 14px;
	font-weight:100;
}
.right_index .con4 h1 {
    font-weight: 400;
    text-align: center;
	font-size:14px;
}
.right_index .con4 h1 a {
	color:#333;
}
.right_index .pa {
	position:absolute;	
	bottom:0;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	background:rgba(0,0,0,0.5);
	z-index:999;	
	color:#fff;
}
.right_index .con1 .hide {
	display:none;
}
.right_index .con1:hover .hide {
	display:block;
}
.mt5 {
	margin-top:5px;
}
.right_index .tit2 {
    background: url("/images/tit_r.gif") no-repeat scroll 0 -46px;
}
.right_index .tit3 {
    background: url("/images/tit_r.gif") no-repeat scroll 0 -92px;
}
.right_index .tit4 {
    background: url("/images/tit_r.gif") no-repeat scroll 0 -184px;
}
.right_index .tit5 {
    background: url("/images/tit_r.gif") no-repeat scroll 0 -138px;
}
.right_index .con4 h1 {
    font-weight: 400;
    text-align: center;
}
.right_index .con5 {
    text-align: center;
}
#activity {
	position:fixed;
	width:100%;
	bottom:0;
	padding:10px 0;
	z-index:10001;
	background: url("/images/activity_bg.png");
	margin-top:20px;
	border-top:1px solid #c2f1f5;
	box-shadow:5px 0 6px #555;
}
#activity, #activity a {
	color:#fff;
	font-size:14px;
	line-height:28px;
}
#activity .quickWay {
	font-size:18px;
}
#activity .quickWay i {
	font-size:24px;
}
#activity li {
	float:left;
	padding:0 20px;
	cursor:pointer;
	border:1px solid #fff;
	background: url("/images/activity_li_bg1.png");
	margin:0 10px ;
}
#activity li:hover {
	background: url("/images/activity_li_bg.png");
}
.info-search, .info-banner {
	width:100%;
	clear:both;
	position:relative;
	overflow:hidden;
}

.info-banner img {
	margin-left:0px;
	margin-top:0;
	left:50%;
}
.info-search {
	background:url(/images/banner/xqbanner.jpg) no-repeat center center;
}
.info-s-box {
	position:relative;
	height:200px;
	padding:70px 0;
	margin:0 auto;
	width:650px;
}
.shadow {
	background:#000;
	opacity:0.5;
	position:absolute;
	left:0;
	width:100%;
}
.info-s-box .shadow {
	height:200px;
}
.infobans {
	position:absolute;
	height:170px;
	width:90%;
	margin:30px 5% 0;
	left:0;	
}
.infobans, .infobans a {
	color:#fff;
	font-size:14px;
}
.infobans a:hover {
	text-decoration:underline;
}
.infobans h1 {
	font-weight:400;
	font-size:26px;
	line-height:32px;
	margin-bottom:20px;
}
.info-from {
	margin:0 0 20px;
	position:relative;
	height:45px;
}
.info-input, .info-btn {
	height: 45px;
	border:none;
	position:absolute;
}
.info-input {
    font-size: 18px;    
    left: 0;
    padding-left: 20px;
    top: 0;
    width: 480px;
}
.info-btn {
	background:url(/images/simg.jpg) no-repeat;
	width:64px;
	height: 45px;
	text-indent:-9999px;
	cursor:pointer;
    left: 500px;
    top: 0;
}
.house-list, .text-content {
	background:#f5f5f5;
	width:100%;
	box-sizing:border-box;
	padding:12px;
	float:left;
}
.house-list dl {
	clear:both;
	overflow:hidden;
	background:#fff;
	width:100%;
	box-sizing:border-box;
	padding:12px;
	float:left;
	margin-bottom:12px;
}
.house-list dt, .house-list dd {
	float:left;
}
.house-list dt {
	width:50%;
	
	overflow: hidden;
}
.house-list dt img {
	width:100%;
}
.house-list dd {
	width:47%;
	float:right;
}
.house-list dd h2 {
	margin-bottom:10px;
	font-size:18px;
	line-height:25px;
	height:25px;
}
.house-list dd a {
	color:#005259;
	margin-top:5px;
}
.house-list dd h2 span, .house-list dd h2 b {
	float:right;
	font-weight:100;
	font-size:14px;
	line-height:16px;
	color:#2199a3;
	margin-top:6px;
}
.house-list dd h2 span.time {
	color:#666;
}
.house-list dd h2 b {
	margin-left:20px;
	font-weight:700;
}

.num {
	border-bottom: 1px solid #2199a3;
    color: #999;
	font-size:14px;
	line-height:20px;
    margin-bottom: 12px;
    padding:0 0 12px;
}
.num b {
	color:#F60;
	margin:0 5px;
}
.desc {
	height:89px;
	margin-bottom:16px;
	overflow:hidden;
}
.btnbox a, .shij li h3 span a {
	height:30px;
	float:left;
	margin:0 15px 0 0;
	line-height:30px;
	padding:0 14px;
	font-size:14px;
	border-radius:4px;
	border:1px solid #ccc;
}
.shij li h3 span a {
	font-size:12px;
	line-height:24px;
	height:24px;
}
.btnbox a:hover, .page a:hover, .shij li h3 span a:hover {
	background:#2199a3;
	color:#fff;
	border-color:#2199a3;
}
.page {
	text-align:center;
	padding:5px 0;
	font-size:0;
}
.page a {
	display:inline-block;
	color:#333;
	margin:0 3px;
	background:#fff;
	border:1px solid #ccc;
	padding:0 10px;
	height:28px;
	font-size:12px;
	border-radius:4px;
	line-height:28px;
	vertical-align:middle;
}
.page span {
	font-weight:700;
	line-height:28px;
	color:#2199a3;
}
.formBox, .hotHouse, .hotlist, .design {
	width:100%;
	padding:10px 10px 0;
	text-align:center;
	box-sizing:border-box;
	border:12px solid #f5f5f5;
}
.formBox h1, .hotHouse h1, .hotlist h1, .design h1 {
	font-size:20px;
	color:#333;
	line-height:32px;
	margin-bottom:5px;
}
.formBox h2 {
	font-weight:100;
	font-size:12px;
	line-height:20px;
	color:#2199a3;
	margin-bottom:12px;
}
.formBox div {
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}
.formBox div input, .formBox div img {
	float:right;
}
.formBox div span {
    color: #777777;
    width:36%;
	float:left;
}
.formBox div input {
    border: 1px solid #cbcbcb;
    height: 24px;
    line-height: 20px;
    padding-left: 10px;
    width: 64%;
	float:left;
	box-sizing:border-box;
}
.formBox div .code {
    width:40px;
	padding-left:5px;
}
#code_imgx {
	width:40%;
	margin-left:10px;
}
.btnbox .submit, .isselect h3 a {
    background:#2199a3;
    border: medium none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 36px;
    width:90%;
	margin:0 5%;
}
.btnbox .submit:hover, .isselect h3 a:hover {
	background:#005259;
}
#formnum {
	font-style: normal;
	color:#2199a3;
}
.hotHouse, .hotlist, .design {
	text-align:left;	
}
.hotHouse, .hotlist {
	border-top:0;
}
.hotHouse h1 {
	margin-bottom:12px;
}
.hotHouse h1 a, .design h1 a {
	float:right;
	font-weight:100;
	color:#2199a3;
	font-size:12px;
}
.icon {
    background-image: url("/images/icon.png");
    background-repeat: no-repeat;
}
.item {
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:1px solid #2199a3;
}
.item .img {
	width:35%;
	float:left;
	overflow:hidden;
	margin-right:5%;
}
.item .img img {
	height:68px;
	min-width:100%;
}
.item .info {
	width:60%;
	float:right;
}
.item .info h2 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.item .info h2 a {
    color: #3e3a39;
    font-size: 14px;
    font-weight: bold;
}
.item .info p {
	letter-spacing:-3px;
}
.item .info p {
    padding-top: 6px;
}
.item .info p a {
    color: #bfbfbf;
	letter-spacing:0;
}
.item .info p .lookhref, .curm a:hover, .btnbox a {
    color:#005259;
}

.item .info p .i1 {
    background-position: -241px 0;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}
.item .info p .i2 {
    background-position: -253px 0;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}
.item a:hover {
    text-decoration: underline;
}
.curm {
	height:48px;
	line-height:48px;
	background:#eee;
	margin-bottom:20px;
}
.curm img {
	margin-right:6px;
}
.mb0 {
	margin-bottom:0;
}
.mb20 {
	margin-bottom:20px;
}
.curm a {
	color:#333;
}
.hotlist {
	padding-bottom:10px;
}
.hotlist li {
    border-bottom: 1px dashed #e9e9e9;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
	list-style: inside disc;
    padding-left: 5px;
}
.hotlist li a {
    color:#005259;
}
.hotlist li a:hover {
	color: #646464;
}
.jianzheng {
	background:#ebebeb;
	padding:14px 0 10px 14px;
}
.jianzheng ul {
	display:block;
	width:100%;
	clear:both;
	overflow:hidden;
}
.jianzheng ul li {
	width:33.3%;
	float:left;	
	border-right:14px solid #ebebeb;
	margin-bottom:14px;
	box-sizing:border-box;
}
.jz-canshu, .jz-pingjia {
	clear:both;
	overflow:hidden;
	padding:10px;
}
.jz-canshu {	
	height:140px;		
	background:#fff;
}
.jz-pingjia {
	background:#f8f8f8;
	color:#666;
	height:66px;
	overflow:hidden;
}
.jz-cs-img {
	width:55%;
	padding-right:15px;
	float:left;
}
.jz-cs-img img {
	width:100%;
}
.jz-cs-nr {
	line-height:27px;
}
.activity .desc {
	height:96px;
}
.activity h4 {
	font-size:15px;
	font-weight:100;
}
.destitle, .title-info {
	border-bottom: 1px dashed #e1e1e1;
	color: #3e3a39;
    font-size:18px;
	font-weight:100;
	background:#f5f5f5; 
}
.title-info {
	padding:5px 0 10px 20px;
}
.title-info span {
	font-size:14px;
	color:#999;
	font-family:Arial, sans-serif, serif;
	margin-left:5px;
	text-transform: uppercase;
}
.destitle {
    
    height: 69px;
    line-height: 69px;
    padding-left: 70px;
	margin-bottom:15px;
}
.destitle span {
    color: #aaa;
    padding-left: 25px;
}
.destitle ul {
	float:right;
	width:70%;
	font-size:0;
	text-align:right;
	box-sizing:border-box;
	padding:30px 20px 0 0;
}
.destitle ul li {
	display:inline-block;	
	font-size:14px;
	line-height:24px;
	margin-left:12px;
}
.destitle ul li, .destitle ul li a, .group .anli-type a, .shij li a {
	color:#005259;
}
.teamImg {
	width:100%;
	box-sizing:border-box;
	background: #f5f5f5;
	padding:14px;
	text-align:center;
    overflow: hidden;
}
.teamImg img {
	max-width:940px;
	border-radius:20px;
}
.teamDesc {
    background: #f5f5f5;
    height: 130px;
    margin-bottom: 15px;
    padding: 0 65px;
}
.teamDesc h1 {
    color: #3e3a39;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
	margin-bottom:10px;
}
.teamDesc h1 span {
    color: #aaa;
    padding-left: 15px;
}
.teamDesc p {
    color: #3e3a39;
    line-height: 24px;
}
.teamtitle {
    background: #f5f5f5;
    border-bottom: 1px dashed #e1e1e1;
    color: #3e3a39;
    font-size: 16px;
    font-weight: bold;
    height: 51px;
    line-height: 51px;
    padding-left: 65px;
}
.teamList {
    background: #f5f5f5;
    padding: 15px;
}
.teamList .item2 {
	background:#fff;
	float:left;	
	width:23%;
	box-sizing:border-box;
	padding:14px;
	margin:1%;
	height:314px;
}
.teamList .item2 .img {
	width:100%;
	height:190px;
	overflow:hidden;
}
.teamList .item2 .img img {
	max-height:190px;
	min-width:100%;
}
.teamList .item2 .name {
    color: #a8a8a8;
    margin: 8px 0;
}
.teamList .item2 .name a {
    color: #3e3a39;
    font-size: 14px;
    font-weight: bold;
    padding-right: 20px;
}
.teamList .item2 .linian {
    color: #6e6e6e;
    height: 20px;
    line-height: 20px;
	margin-bottom:10px;
    overflow: hidden;
}
.teamslider {
	width:100%;
	position:relative;
	overflow:hidden;	
}
.teamslider .flex-direction-nav a {
	top:150px;
	margin-top:0;
	z-index:9999;
}
.teamslider .flex-direction-nav .flex-prev {
	left:50px;
}
.teamslider .flex-direction-nav .flex-next {
	right:50px;
}
.flex-viewport {
	z-index:1;
}

.group {
    border: 1px solid #e8e8e8;
    margin-top: -1px;
	margin-bottom:20px;
}
.group .anli-type {
    border-top: 1px dashed #dedede;
    margin: 0 8px;
	clear:both;
	overflow:hidden;
    position: relative;
}
.group .first {
	border:none;
}
.group .anli-type h3 {
    color: #999;
	width:80px;
	line-height:18px;
	margin-top:9px;
	float:left;
}
.group .anli-type p {
    color: #000;
    float: left;
    height: 18px;
    margin: 9px 18px 9px 0;
    text-decoration: none;
}
.group .anli-type p a {
	margin-right:10px;
}
.groups h1 {
	font-size:18px;
	font-weight:100;
	border-bottom:2px solid #005259;
	margin-bottom:10px;
}
.groups h1 , .isselect {
	
	padding:10px;
}
.isselect {
	background:#f5f5f5 ;
	line-height:36px;
}
.isselect h2, .isselect h3 {
	font-weight:100;
}
.isselect h2, .isselect p {
	float:left;
}
.isselect h2 {
	font-size:16px;
}
.isselect h3 {
	float:right;
}
.isselect p {
	margin:4px 5px 0;
	border:1px solid #dedede;
	background:#fff;
	color:#2199a3;
	line-height:28px;
	padding:0 10px;
}
.isselect h3 a {
	width:auto;
	margin:0;
	float:left;
	line-height:36px;
	padding:0 10px;
	border-radius:4px;
}
.shij {
	padding-right:0;
}
.shij li {
	width:33.3%;
	float:left;
	box-sizing:border-box;
	border-right:10px solid #f5f5f5;
	background:#fff;
	margin-bottom:10px;
	padding:10px 10px 14px;
}
.shij li img {
	width:100%;
}
.shij li p {
	height:175px;
	margin-bottom:10px;
	overflow:hidden;
}
.shij li h3 {
	font-weight:100;
	line-height:26px;
	color:#787878;
}
.shij li h3 span {
	float:right;
}
.shij li h3 span a {
	margin-right:0;
}
.listtitle {
    background: #fff none repeat scroll 0 0;
    height: 86px;
    line-height: 86px;
}
.listtitle a {
    border-bottom: 2px solid #dddddd;
    color: #818181;
    display: block;
    float: left;
    font-size: 18px;
    text-align: center;
    width:25%;
}
.listtitle .on, .listtitle a:hover {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom-color: #f5f5f5;
    color: #005259;
	font-weight:700;
	font-size:20px;
}
.text-content .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}
.ac {
	text-align:center;
}
.text-content .info {
    border-bottom: 1px solid #2199a3;
    height: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.artcon {
    font-size: 14px;
	width:96%;
	margin:0 auto;
    line-height: 22px;
}
.artcon p {
	margin-bottom:10px;
	text-indent:30px;
}
.artcon p img {
	text-align:center;
	margin:10px 0;
	max-width:100%;
}

.anliInfo .txt {
    border: 5px solid #eee;
    color: #999;
    float: right;
    margin-top: 10px;
    padding: 20px;
	line-height:24px;
    position: relative;
}
.anliInfo .tit {
    background: #fff none repeat scroll 0 0;
    color: #666;
    font-size: 16px;
    height: 30px;
    left: 10px;
    line-height: 30px;
    padding: 10px;
    position: absolute;
    top: -30px;
    width: 68px;
}
.desimg img {
	width:100%;
}
.desbtnbox a {
    color: #fff;
	float:left;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width:50%;
}
.desbtnbox a:hover {
	opacity:0.8;
}
.desbtnbox .btn1 {
    background: #2e2e2e;
}
.desbtnbox .btn2 {
    background: #005259;
}
.desname {
    padding: 15px 20px;
	border-bottom:1px dashed #ddd;
}
.desname a {
    color: #005259;
    font-size: 16px;
    font-weight: bold;
    padding-right: 30px;
}
.desname span {
    color: #b8b8b8;
	font-size:14px;
}
.design .btnbox {
	margin:10px 0;
}
.bt0 {
	border-top:0;
}
#photoImg, .anliInfo {
	background:#fff;
	padding:10px;
}
#carousel {
	position:relative;
	overflow:hidden;
	height:100px;
}
#carousel .slides li {
	font-size:0;
	width:160px;
	box-sizing:border-box;
	height:100px;
	cursor: pointer;
	overflow:hidden;
}
#carousel .slides li {
	float:left;
	border:3px solid #ddd;
	margin:0 5px;
}
#carousel .slides li.flex-active-slide,#carousel .slides li.on {
	border-color:#2199a3;
}
#carousel .flex-direction-nav a {
	opacity:1;
}
#slider2 {
	width:100%;
	overflow:hidden;
}
#carousel .slides {
	margin:0 0 10px;
}
.hotzhImg {
	position:relative;
	padding-bottom:18px;
}
.hotzhImg .flex-control-nav {
	bottom:-5px;
}
.hotzhImg .slides li {
	box-sizing:border-box;
	float:left;
	overflow:hidden;
	height:130px;
	padding:0 10px 0 0;
}
.hotzhImg .slides li img {
	width:100%;
	min-height:130px;
}

.hotzhImg .flex-direction-nav a {
	top:0;
	margin-top:40px;
	opacity:1;
}
.hotzhImg .flex-direction-nav .flex-prev {
	left:10px;
}
.hotzhImg .flex-direction-nav .flex-next {
	right:0;
}
.fangan {
	width:100%;
	float:left;
	font-size:0;
}
.fangan p {
	display:inline-block;
	font-size:12px;
	padding:0 6px;
	cursor:pointer;
	margin:0 5px;
	line-height:24px;
	border:1px solid #dedede;
	border-width:1px 1px 0;
	border-radius:4px 4px 0 0;
}
.fangan p.curr, .fangan p:hover {
	background:#2199a3;
	color:#fff;
	border-color:#2199a3;
}
.fac-list {
	border:2px solid #2199a3;
	border-radius:4px;
	padding:14px;
	clear:both;
	overflow:hidden;
}
.zxun .submit {
	width:40%;
	height:44px;
	line-height:44px;
	font-size:22px;
	margin-bottom:15px;
}
.hx {
	margin-top:20px;
}
.hx p {
	text-align:center;
}
.hx p img {
	margin:10px auto;
}
.huxing {
    float: left;
    height: auto;
    width: 42%;
}
.huxing-img {
    border: 1px solid #cbcbcb;
    float: left;
    overflow: hidden;
    padding: 6px;
	box-sizing:border-box;
    width: 58%;
	margin-right:6%;
}
.huxing-img img {
    width: 100%;
}
.huxing-cen {
    float: right;
    height: 160px;
    line-height: 32px;
    width: 36%;
}
.shejishi {
    float: right;
    height: auto;
    width: 58%;
}
.sjs-img {
    border: 1px solid #cbcbcb;
    float: left;
    overflow: hidden;
    padding: 6px;
    width: 42%;
	margin-right:4%;
	box-sizing:border-box;
}
.sjs-img img {
    width: 100%;
}
.sjs-cen {
    float: right;
    height: 170px;
    line-height: 22px;
    overflow-x: hidden;
    overflow-y: scroll;
    width:54%;
}
.sjs-cen h3 {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    width: 276px;
}
.ptb20 embed { width:100%; height:auto;}
.aboutbody .tbox {
    background: #f5f5f5;
	margin-bottom:15px;
}
.aboutbody .tbox .title {
    border-bottom: 1px dashed #e2e2e2;
    color: #3e3a39;
    font-size: 24px;
    font-weight: bold;
    height: 89px;
    line-height: 89px;
    padding-left: 65px;
}
.aboutbody .tbox .title span {
    color: #aaa;
    padding-left: 12px;
}
.orderbg {
    background-color:#f5f5f5;
	padding:20px;
}
.orderbg .notice {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #dedcdd;
    clear: both;
    color: #3f3f3f;
    font-size: 13px;
    margin: 10px 0;
    padding: 10px 10px 10px 44px;
    width: auto;
}
.orderbg .notice h3 {
    color:#2199a3;
    font-size: 14px;
    line-height: 30px;
}
.orderbg form {
	background:#fff;
	padding:10px;
}
.orderbg .control-group {
    margin-bottom: 18px;
}
.orderbg .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 140px;
}
.orderbg input[type="text"], .orderbg select, .orderbg textarea {
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	padding: 4px;
	font-size: 13px;
    min-height: 18px;
    line-height: 18px;
	color: #555;
	min-width:300px;
}
.orderbg textarea {
	height:auto;
}
.orderbg input:focus, .orderbg textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.orderbg .control-group span {
	color:#999;
}
.orderbg .controls .btn {
	margin-left:140px;
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #b3b3b3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn-info {
    background-color: #49afcd;
    background-image: -moz-linear-gradient(center top , #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #2f96b4;
}
.orderbg .controls .btn {
	min-width:140px;
}
.orderbg .control-group .input-yzm {
	min-width:120px;
}
.orderbg .control-group span img {
	height:26px;
	vertical-align:top;
	margin-left:10px;
}

.indexcontroll { margin:0 auto; height:20px; position:absolute; bottom:15px; left:45%; }
.indexcontroll li { height:10px; width:10px; border-radius:5px; background:#FFF; float:left; margin-left:5px; cursor:pointer;}
.indexcontroll li.on { background:#000;}