



@charset "utf-8";
html {
	min-width: 1200px;
}
/*==========@@通用 开始@@==========*/
/*常用颜色*/
.red {
	color: #F00 !important;
}
/*清除浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix {
*zoom:1;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*其它*/
.hidden {
	display: none;
}
/*必须输入，主要*/
.required {
	color: red;
	font-weight: bold;
}
.form_text_verifycode {
	width: 80px;
}
.form_radio {
	width: auto;
	border: 0;
}
.form_checkbox {
	width: auto;
	border: 0
}
/*网站公用样式表*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.por {
	position: relative;
}
.poa {
	position: absolute;
}
.icon {
	background: url(/skin/images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
#header_main, #top_main, #banner_main, #floor_1_main, #links_main, #footer_main {
	width: 100%;
	margin: 0;
}
.trans {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
/*top*/
.header_main {
	width: 100%;
	z-index: 100;
	position: relative;
	height: 140px;
	bbackground: url(/skin/images/top_bg.jpg) no-repeat center top #1d1e22;background-color: #fff;;
	transition: all .3s ease-in;
	top: 0;
}
.header_main .logo {
	display: block;
	padding-top: 8px;
}
.header_main .logo img {
	max-width: 100%;
	display: block;
	vertical-align: middle;
}
.topright {
    position: relative;
    padding-top: 44px;
    width: 835px;
    /* margin-top: 10px; */
    height: 50px;
}
.topbtn {
	padding-right: 7%;
	position: relative;
	z-index: 10;
}
.topbtn .topsearch {
	width: 60px;
	border: 1px solid #52545b;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 6%;
	top: 0;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: block;
}
.header_main .search-box {
	position: absolute;
	right: 0;
	top: -25px;
	height: 80px;
	line-height: 80px;
	z-index: 99;
}
.header_main .search-box .butn {
	display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	margin-top: 19px;
	background: url(/skin/images/ico_60.png) no-repeat center;
}
.header_main .search-box .butn i {
	width: 38px;
	height: 38px;
	display: none;
	background: url(/skin/images/sou.png) no-repeat center;
	margin: 0 auto;
	border: 1px solid #52545b;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.header_main .search-box .butn.hov {
	background: none;
}
.header_main .search-box .butn.hov i {
	display: block;
}
.header_main .search-box .share-sub {
	position: absolute;
	right: 40px;
	top: 15px;
	width: 0;
	height: 48px;
	overflow: hidden;
	background: #ededed;
	border-radius: 5px 0 0 5px;
}
.header_main .search-box .share-sub .sub-btn {
	border: none;
	width: 48px;
	height: 48px;
	cursor: pointer;
	outline: none;
	background: url(/skin/images/sou.png) no-repeat center #6e4196;
}
.header_main .search-box .share-sub .tex {
	width: 220px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 14px 10px;
	color: #666;
	border: none;
	background: #ededed;
	outline: none;
}
.header_main .search-box .lang-box {
	margin-top: 21px;
	margin-right: 39px;
}
.header_main .search-box .lang-box a {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	margin-left: 29px;
}
.header_main .search-box .lang-box .stt {
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	color: #777;
	margin-right: 4px;
}
.header_main.fixt {
	pposition: fixed;
}
.header_main .nav {
	padding-right: 40px;
}
#nav .navlist {
	position: relative;
	display: block;
}
#nav li {
	float: left;
	display: inline-block;
	list-style: none;
	font-size: 16px;
	text-align: center;
	position: relative;
	height: 61px;
}
#nav li a {
	display: block;
	text-align: center;
	position: relative;
	color: #333;
	height: 28px;
	line-height: 28px;
	padding: 0 18px;
	bborder: 1px solid #25262b;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#nav li.hover a, #nav li:hover a {
	color: #555555;
	bborder: 1px solid #555555;
}
.top .toprig .item h4 {
	display: block;
	font-size: 30px;
}
/*导航栏下拉*/
#nav ul .subnav {
	position: absolute;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
#nav ul li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
#nav ul .subnav {
	background: #fff;
	bborder-top: 2px solid #63b670;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	width: 150%;
	z-index: 199;
	left: -25px;
}
#nav ul .subnav a {
	color: #666;
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	padding: 0;
	transition: all 0.2s ease-in-out 0s;
	max-width: 150%;
	border: 0 none;
	bborder-bottom: 1px solid #eee;
	bborder-radius: initial;
}
#nav ul .subnav a:hover {
	color: #555555;
	background: #f9f9f9;
	text-indent: 3px;
}
/*侧边导航*/
/* banner */
#banner_main {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#banner_main .banner {
	height: 619px;
}
#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner ul {
	max-height: 619px;
	overflow: hidden;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.banner li img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
#banner .tip {
	width: 1000px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 20px;
	z-index: 3;
}
#banner .tip span {
	height: 5px;
	margin: 0 2px;
	width: 50px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background: #fff;
	opacity: .6;
	filter: Alpha(opacity=60);
*zoom:1;
}
#banner .tip span.cur {
	background-color: #6dbba6;
	opacity: 1;
	filter: Alpha(opacity=100);
}
#banner #btn_prev, #banner #btn_next {
	width: 40px;
	height: 90px;
	position: absolute;
	top: 50%;
	z-index: 5;
	margin-top: -45px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
#banner #btn_prev {
	background-position: 0 0;
	left: 5%;
}
#banner #btn_next {
	background-position: -50px 0;
	right: 5%;
}
#banner #btn_prev:hover {
	background-position: 0 -98px;
}
#banner #btn_next:hover {
	background-position: -50px -98px;
}
/*banner end*/
.transs {
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.index{margin-left: 0px;
    margin-right: 0px;}
.index .title {
	text-align: center;
	width: 100%;
	padding-bottom: 0px;
}
.index .title h3 {
	font-size: 30px;
	font-weight: normal;
	display: block;
	line-height: 30px;
	bbackground: url(/skin/images/title.png) no-repeat center;
}
.index .title p {
	color: #999;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "AvantGardeITVbyBT Book", arial;
	padding-top: 14px;
}
.index .title h3 b {
	display: inline-block;
}
.imenu {
	text-align: center;
}
.imenu a {
	font-size: 16px;
	display: inline-block;
	padding: 0 24px;
	text-align: center;
	border-left: 1px solid #6e4196;
	height: 20px;
	line-height: 20px;
}
.imenu a:first-child {
	border-left: 0 none;
}
.imenu a:hover {
	color: #555555;
}
.index .floor_1_main {
	padding-top: 80px;
	padding-bottom: 80px;
}
.ipro {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
}
.ipro .list {
	width: 108%;
}
.ipro .item {
	float: left;
	width: 386px;
	display: block;
	height: 290px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
}
.ipro .item a {
	display: block;
	position: relative;
	width: 100%;
	height: 290px;
}
.ipro .item img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 100%;
	height: 100%;
	display: block;
}
.ipro .item:hover img {
	transform: scale(1.06, 1.06);
}
.ipro .item h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-indent: 30px;
	font-weight: normal;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	background: url(/skin/images/black60.png) repeat;
	color: #fff;
}
.ipro .item em {
	position: absolute;
	right: 0;
	bottom: 15px;
	z-index: 2;
	width: 32px;
	height: 26px;
	background-position: -190px 0;
	display: block;
	margin-right: 30px;
	vertical-align: middle;
}
.ipro .item:hover h3 {
	background: url(/skin/images/ipro_t.png) repeat-x left top;
}
.index .floor_2_main {
	background: url(/skin/images/sybg-1.jpg) no-repeat center top;
	height: 1009px;
	overflow: hidden;
}
.index .floor_2, .index .floor_3 {
	padding: 220px 0;
	position: relative;
}
.floor_6 {
	padding: 10px 0;
	position: relative;
}
.index .floor_2 .title {
	color: #fff;
}
.iyoushi {
	background: url(/skin/images/bieshu.png) no-repeat 460px center;
	height: 536px;
	overflow: hidden;
}
.iyoushi .item {
	width: 375px;
	height: 128px;
	background: url(/skin/images/yousitem.png) no-repeat left top;
	float: left;
	margin-top: 40px;
}
.iyoushi .item a {
	display: block;
	padding: 40px;
}
.iyoushi .item .img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
.iyoushi .item .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	display: block;
}
.iyoushi .item .txt {
	width: 140px;
	padding-left: 60px;
	color: #fff;
}
.iyoushi .item .txt h3 {
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.iyoushi .item .txt p {
	font-family: arial;
	color: #cccccc;
	padding-top: 0;
}
.iyoushi .it1, .iyoushi .it5 {
	margin-left: 62px;
	margin-right: 60px;
}
.iyoushi .it2, .iyoushi .it6 {
	margin-right: 65px;
	float: right;
}
.iyoushi .it4 {
	float: right;
}
.iyoushi .item:hover {
	background: url(/skin/images/yousitem_a.png) no-repeat left top;
}
.iyoushi .item:hover .txt h3 {
	color: #6e4196;
}
.iyoushi .item:hover .img img {
	top: -50px;
}
.sybanner {
	width: 100%;
	background: url(/skin/images/sybanner.jpg) no-repeat center top;
	height: 540px;
	color: #fff;
}
.sybanner .zixun {
	width: 300px;
	padding-top: 40px;
	text-align: center;
}
.sybanner .zixun a {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	height: 50px;
	display: block;
	line-height: 50px;
	color: #fff;
	background: #3fb145;
	font-size: 20px;
}
.sybanner .zixun:hover a {
	background: #43be4a;
}
.sybanner .tel {
	border: 1px solid #85878d;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-family: "AvantGardeITVbyBT Book", arial;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 20px;
}
.sybanner .tel em {
	width: 25px;
	height: 25px;
	display: inline-block;
	background-position: -100px 0;
	margin-right: 10px;
}
.sybanner strong {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	padding-right: 10px;
	font-style: italic;
}
.sybanner p {
	font-size: 20px;
}
.sybanner .bigtxt {
	font-size: 40px;
	padding-bottom: 20px;
	padding-top: 54px;
}
.floor_3_main {
	overflow: hidden;
}
.floor_6_main {
	overflow: hidden;
}
.liuc {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
}
.liuc .list {
	width: 108%;
}
.liuc li {
	float: left;
	width: 206px;
}
.liuc li .Piece {
	width: 168px;
	height: 188px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	float: left;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0 0 0 #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.liuc li .jtou {
	width: 36px;
	height: 188px;
	bbackground: url(/skin/images/jtou.png) no-repeat center;
	float: left;
	display: block;
}
.liuc li img {
	max-width: 100px;
	max-height: 80px;
	display: block;
	margin: 0 auto;
}
.liuc li p {
	text-align: center;
	padding-top: 40px;
	height: 88px;
}
.liuc li:last-child .jtou {
	display: none;
}
.liuc li:hover .Piece {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.floor_4_main {
	background: #f5f5f5;
	overflow: hidden;
	width: 100%;
}
.index .floor_4 {
	padding: 80px 0 80px;
	position: relative;
}
.textlist {
}
.textlist .list {
	width: 100%;
	padding-bottom: 30px !important;
}
.textlist .item {
	float: left;
	width: 375px;
	height: 391px;
	margin-right: 37px;
	transition: all 0.2s linear 0s;
	margin-bottom: 30px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	background: #fff;
}
.textlist .item a {
	display: block;
	padding: 0;
	color: #333;
}
.textlist .item .img {
	width: 375px;
	height: 281px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.textlist .item .img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
	display: block;
}
.textlist .item:hover .img img {
	transform: scale(1.1, 1.1);
}
.textlist .item .txt {
	padding: 30px 40px 0;
}
.textlist .item h3 {
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    /* line-height: 22px; */
    text-overflow: ellipsis;
    overflow: hidden;
}
.textlist .desc {
	line-height: 24px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 10px;
	cursor: pointer;
	padding-top: 10px;
}
.textlist span {
	display: block;
	color: #666;
	font-family: arial;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.textlist .item:hover {
	-webkit-box-shadow: 0 15px 15px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.textlist .item:hover h3 {
	color: #6e4196;
}

.textlist_lingdao {
}
.textlist_lingdao .list_lingdao {
	width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px !important;
}
.textlist_lingdao .item_lingdao {
	float: left;
    width: 248px;
    height: 421px;
    margin-right: 85px;
    transition: all 0.2s linear 0s;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    background: #fff;
    padding-left: 10px;
    padding-top: 10px;
}
.textlist_lingdao .item_lingdao a {
	display: block;
	padding: 0;
	color: #333;
}
.textlist_lingdao .item_lingdao .img {
	width: 131px;
    cursor: pointer;
    position: relative;
}
.textlist_lingdao .item_lingdao .img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
	display: block;
}
.textlist_lingdao .item_lingdao:hover .img img {
	transform: scale(1.02, 1.02);
}
.textlist_lingdao .item_lingdao .txt_lingdao {
	padding: 10px 10px 0;
}
.textlist_lingdao .item_lingdao h3 {
	font-size: 16px;
	font-weight: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;padding-bottom: 0px;
	text-align: center;
    font-weight: bold;
}
.textlist_lingdao .desc_lingdao {
	line-height: 24px;
	height: 24px;
	
	margin-bottom: 6px;
	cursor: pointer;
	text-align: center;
}
.textlist_lingdao span {
	display: block;
	color: #666;
	font-family: arial;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.textlist_lingdao .item:hover {
	-webkit-box-shadow: 0 15px 15px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.textlist_lingdao .item:hover h3 {
	color: #6e4196;
}

.textlist1 {
}
.textlist1 .list1 {
	width: 100%;
	padding-bottom: 30px !important;
}
.textlist1 .item1 {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	transition: all 0.2s linear 0s;
	margin-bottom: 70px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	background: #fff;
}
.textlist1 .item1 a {
	display: block;
	padding: 0;
	color: #333;
}
.textlist1 .item1 .img1 {
	width: 100px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.textlist1 .item1 .img1 img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
	display: block;
	background-color: #1b8380;
}
.textlist1 .item1:hover .img1 img {
	transform: scale(1.1, 1.1);
}
.textlist1 .item1 .txt1 {
	padding: 10px 10px 0;font-size: 15px; text-align:center ;line-height: 20px;
}
.textlist1 .item1 h3 {
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.textlist1 .desc1 {
	line-height: 24px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 10px;
	cursor: pointer;
	padding-top: 10px;
}
.textlist1 ssspan {
	display: block;
	color: #666;
	font-family: arial;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.textlist1 .item1:hover {
	-webkit-box-shadow: 0 15px 15px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.textlist1 .item1:hover h3 {
	color: #6e4196;
}

.floor_4 .btn {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.floor_4 .btn.prev {
	background-position: -100px -50px;
	left: -5%;
}
.floor_4 .btn.next {
	background-position: -190px -50px;
	right: -5%;
}
.floor_4 .btn.prev:hover {
	background-position: -145px -50px;
}
.floor_4 .btn.next:hover {
	background-position: -236px -50px;
}
.indnews {
	padding: 80px 0;
	overflow: hidden;
	position: relative;
}
.index .more {
	width: 180px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	display: block;
	margin: 40px auto 0;
	background: #444;
	transition: all 0.2s linear 0s;
}
.index .more:hover {
	background: #6e4196;
	color: #fff;
	text-indent: 10px;
}
.ipatent_main {
	width: 100%;
	background: url(/skin/images/patent.jpg) no-repeat center top;
	height: 460px;
	overflow: hidden;
}
.ipatent_main .floor {
	overflow: hidden;
	padding: 100px 0;
}
.ipatent_main .title {
	color: #fff;
}
.ipatent_main .title h3 {
	background: url(/skin/images/title1.png) no-repeat center;
}
.ipatent {
	padding-top: 40px;
}
.ipatent .item {
	width: 580px;
	height: 140px;
	background: url(/skin/images/pat_bk.png) no-repeat left top;
	float: left;
	margin-left: 37px;
}
.ipatent .item:first-child {
	margin-left: 0;
}
.ipatent .item a {
	display: block;
	padding: 30px;
}
.ipatent .item .img {
	width: 64px;
	height: 60px;
	overflow: hidden;
	position: relative;
	margin-right: 40px;
	margin-left: 22px;
	margin-top: 10px;
}
.ipatent .item .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
}
.ipatent .item .txt {
	width: 350px;
	color: #fff;
	padding-left: 20px;
}
.ipatent .item .txt h3 {
	font-size: 20px;
	font-weight: bold;
}
.ipatent .item .txt p {
	font-family: arial;
	color: #cccccc;
	padding-top: 0;
}
.newsBox {
	width: 380px;
	height: 410px;
	overflow: none;
	position: relative;
}
.newsBox .bd {
	border: 1px solid #ddd;
}
.newsBox .hd {
	height: 28px;
	overflow: hidden;
	position: absolute;
	bottom: 1px;
	z-index: 10;
	padding-left: 20px;
	text-align: center;
}
.newsBox .hd ul {
	overflow: hidden;
	zoom: 1;
}
.newsBox .hd ul li {
	margin-right: 6px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #999;
	cursor: pointer;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
}
.newsBox .hd ul li.on {
	background: #00ae66;
	color: #fff;
}
.picBox .bd {
	height: 100%;
	z-index: 0;
}
.newsBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
	height: 408px;
	overflow: hidden;
}
.newsBox .bd img {
	width: 380px;
	height: 285px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.newsBox .bd li h3 {
	display: block;
	font-size: 18px;
	color: #000;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.newsBox .bd li .txt {
	z-index: 5;
	padding: 15px 20px;
	border-top: 0 none;
	height: 93px;
}
.newsBox .bd li p {
	padding: 0;
	color: #666;
	line-height: 24px;
	height: 45px;
	overflow: hidden;
}
.newsBox .bd li .time {
	font-size: 16px;
	padding-right: 30px;
	padding-top: 28px;
}
.newsBox .bd li a:hover h3 {
	color: #6e4196;
}
.newsBox .bd li a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.index .txtlistbox {
	width: 800px;
}
.txtlistbox .item {
	border: 1px solid #ddd;
	margin-bottom: 16px;
	transition: all 0.2s linear 0s;
+margin-bottom: 18px;
}
.txtlistbox .item a {
	display: block;
	padding: 28px;
}
.txtlistbox .item h3 {
	font-size: 18px;
    width: 400px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
.txtlistbox .item p {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	color: #666;
}
.txtlistbox .item .time {
	display: block;
	width: 90px;
	height: 66px;
	border-right: 1px solid #ddd;
	line-height: 20px;
	margin-right: 30px;
	color: #666;
	vertical-align: middle;
*zoom: 1;
}
.txtlistbox .item .time b {
	color: #666;
	display: block;
	font-size: 48px;
	line-height: 48px;
}
.txtlistbox .item:hover {
	border: 1px solid #6e4196;
	-webkit-box-shadow: 0 15px 15px rgba(0,0,0,.1);
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.iabout {
	width: 100%;
	background: url(/skin/images/fl6.jpg) no-repeat center bottom #f8f8f8;
	padding: 80px 0;
}
.iabout .txt {
	width: 470px;
	height: 240px;
	display: block;
	background: #fff;
	padding: 40px;
}
.iabout .txt img {
	max-width: 100%;
	display: block;
}
.iabout .txt p {
	padding-top: 20px;
	color: #333;
}
.iabout .txt span {
	width: 154px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: block;
	border: 1px solid #1a7140;
	margin-top: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
}
.iabout .txt:hover span {
	background: #1a7140;
	color: #fff;
}
.iabout .img {
	width: 650px;
	height: 320px;
	display: block;
	overflow: hidden;
}
.iabout .img img {
	width: 100%;
	display: block;
}
/*底部信息*/
/*footer_main*/
.footer_main {
	width: 100%;
	background: #fff;
	color: #fff;bbackground: url(/skin/images/sy-bgys.jpg) no-repeat center top;
}
.footer_main .footer {
	padding-bottom: 40px;
}
.footer_main .footer .links {
	padding: 0px 0;
	margin-bottom: 40px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}
.footer_main .footer .links span {
	color: #fff;
	display: inline-block;
}
.footer_main .footer .links a {
	display: inline-block;
	font-size: 14px;
	color: #999;
	padding-right: 10px;
}
.footer_main .footer .links a:hover {
	color: #6e4196;
}
.footer_main .qcode {
	width: 140px;
}
.footer_main .qcode .ewm {
	width: 130px;
	height: 130px;
	display: block;
	border: 5px solid #666;
}
.footer_main .btel {
	width: 300px;
	line-height: 28px;
}
.footer_main .btel img {
	display: block;
	margin: 0 auto 8px;
	max-width: 100%;
	max-height: 60%;
}
.footer_main .btel .p1 {
	color: #fff;
}
.footer_main .btel .p2 {
	font-family: "GrayDesign Regular", "arial, helvetica, sans-serif";
	font-size: 30px;
	color: #6e4196;
	line-height: 30px;
	padding-bottom: 5px;
}
.footer_main .btel .p3 {
	color: #999;
	line-height: 22px;
}
.footer_main .botnavlist {
}
.footer_main .botnavlist li {
	float: left;
	width: 120px;
	padding: 0 0 0 8px;
	display: block;
	list-style: none;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	border-right: 0px solid #353535;
	overflow: hidden;box-sizing: initial;
}
.footer_main .botnavlist li:first-child {
	padding-left: 0px;
}
.footer_main .botnavlist li a {
	color: #333;
	display: block;
	line-height: 32px;
	font-size: 18px;
}
.footer_main .botnavlist li a:hover {
	color: #6e4196;
}
.footer_main .botnavlist li .drop {
	padding-top: 10px;
}
.footer_main .botnavlist li .drop a {
	display: block;
	line-height: 33px;
	color: #333;
	width: 100%;
	font-size: 16px;
}
.footer_main .botnavlist li .drop a:hover {
	color: #6e4196;
}
.copymain {
	border-top: 1px solid #ddd;
	line-height: 60px;
	color: #333;
	font-size: 14px;
}
.copymain a {
	color: #333;
}
.copymain a:hover {
	color: #6e4196;
}
.footer_main .yyzz {
	padding: 0 8px;
}
/********.fixtool*********/
.toolbar {
	width: 130px;
	position: fixed;
	right: 0;
	top: 460px;
	z-index: 999;
}
.toolbar dd {
	width: 130px;
	height: 55px;
	margin-bottom: 0;
	position: relative;
}
.toolbar dd a {
	color: #fff;
	width: 130px;
	height: 55px;
	display: block;
	cursor: pointer;
	text-align: center;
	background: url(/skin/images/rightfixicon.png) no-repeat -36px 0;
	line-height: 45px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.toolbar dd a span {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(/skin/images/rightfixicon.png) no-repeat 0 0;
	vertical-align: middle;
	margin-right: 5px;
}
.toolbar dd a:hover {
	background-position: -168px 0;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -45px;
	background: #6e4196;
	display: none;
}
.toolbar .pop-code {
	width: 100px;
	padding: 15px 15px 0;
}
.toolbar .pop-code img {
	width: 100px;
	height: 100px;
	display: block;
}
.toolbar .pop-code h3 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .zxzx span {
	background-position: 0 4px;
}
.toolbar .lf span {
	background-position: 0 -33px;
}
.toolbar .bj span {
	background-position: 0 -65px;
}
.toolbar .code span {
	background-position: 0 -33px;
}
.toolbar .top {
	width: 130px;
	height: 45px;
	background: #6e4196;
}
.toolbar .top span {
	background-position: 0 -127px;
}
.toolbar .top:hover {
	background: #2c9638;
}
.toolbar .side_tel {
	position: absolute;
	right: 0;
	top: 0;
	background: #6e4196;
	height: 45px;
	line-height: 45px;
	color: #fff;
	width: 0;
	text-align: center;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@font-face {
	font-family: ADELE;
	src: url("../font/ADELE.eot");
	src: url("/skin/fonts/adele.eot") format("eot"), url("/skin/fonts/adele.ttf") format("truetype");
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
-ms-transform:perspective(400px);
transform:perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}


/*头部三个预约*/
#indexPage #servicelist .serviceitem {margin: 0}#servicelist {width: 1126px;margin: 0 auto}#servicelist .wrap {margin-right: -50px}#servicelist .serviceitem {width: 342px;height: 335px;float: left;margin-bottom: 50px;margin-right: 50px;}#servicelist .serviceitem a {display: block;width: 100%;height: 100%}#servicelist .serviceitem a img {float: none;width: 342px;height: auto;margin: 0 auto}#servicelist .serviceitem div {text-align: center;margin-top: 15px}#servicelist .serviceitem div p.title {color: #595959;font-size: 16px;height: 40px;line-height: 40px;transition: all ease-out .2s}#servicelist .serviceitem div p.description {color: #848484;font-size: 13px;line-height: 24px;height: 50px;overflow: hidden;width: 100%}#servicelist .serviceitem:hover .title {color: #e0a240}#indexPage #mservice .slider_control {color: #898989}#indexPage #mservice .slider_control:hover {color: #141414;}#indexPage #mproject {}#indexPage #mproject .content {margin-top: -15%}#indexPage #mproject .content .wrapper {width: 100%;margin: 0}#projectlist .projectitem {width: 24%;height: auto;margin-right: 1%;margin-bottom: 1%;float: left;position: relative;background: #000}#indexPage #projectlist .projectitem {margin: 0}#indexPage #mproject .bx-wrapper .bx-pager {bottom: -40px}#indexPage #mproject .bx-wrapper .bx-controls-direction {display: none}#indexPage #mproject a.more {margin-top: 80px}#projectlist .projectitem a {display: block;overflow: hidden}#projectlist .projectitem a img {float: none;width: 100%;height: auto;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}#projectlist .projectitem a:hover img {transform: scale(1.2, 1.2)}#projectlist .projectitem a .project_info {width: 100%;height: 100%;background: rgba(0,0,0,0);position: absolute;left: 0;top: 0;transition: all ease-out .3s;}


/*news新闻*/

.news {

	overflow: hidden;

	width: 398px;
    float: right;
	padding: 0px 0;

}

.news .newsLt {

	float: left;

	width: 395px;

}

.news .newsRt {

	float: right;

	wwidth: 365px;

}

.news .newsNav {

	overflow: hidden

}

.news .newsNav li {

	width: 233px;

	height: 58px;

	line-height: 58px;

	text-align: center;

	font-size: 24px;

	background-color: #eee;

	float: left;

	margin-right: 10px;

}

.news .newsNav li a {

	color: #666666;

	text-decoration: none

}

.news .newsNav li:hover, .news .newsNav li.cur {

	background: #486273

}

.news .newsNav li:hover a, .news .newsNav li.cur a {

	color: #fff

}

.news .newsBox, .news .newsCon, .news dl {

	overflow: hidden;

	width: 100%;

}

.news .newsBox {

	margin-top: 35px;

	height: 900px;

	width: 395px;

	position: relative

}

.news .newsCon {

	position: absolute;

	left: 0;

	top: 0;

	display: none

}

.news .newsCon:first-child {

	display: block;
	background: url(/skin/images/sy-bgxw1.jpg) no-repeat center bottom;
	height: 740px;

}

.news dl dt {

	width: 395px;

	height: 370px;

	float: left;

}

.news dl dd {

	width: 375px;
    float: right;
    margin-top: -98px;
    overflow: hidden;

}

.news dl dd h3 {

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	font-size: 16px

}
.news dl dd h2 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    width: 355px;
    color: #ffffff;
}

.news dl dd h3 a {

	color: #fff;

}

.news dl dd p {

	font-size: 14px;

	line-height: 22px;

	height: 66px;

	overflow: hidden;

	color: #666666;

	margin-top: 10px

}

.news .newsLi {

	overflow: hidden;
    width: 50%;
    margin-top: 20px;
    float: right;
    padding-right: 60px;

}

.news .newsLi li {

	font-size: 16px;

	overflow: hidden;

	width: 100%;

	padding: 14px 0;

	border-bottom: 1px dashed #fff;

}

.news .newsLi li a {

	display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    color: #fff;
    font-size: 14px;

}

.news .newsLi li span {

	float: left;

	display: block;

	color: #fff;

}

.news .NewTit {

	overflow: hidden;

	width: 100%;

}

.news .NewTit h3 {

	font-weight: normal;

	font-size: 24px;

	float: left;

}

.news .NewTit h3 a {

	ccolor: #486273

}

.news .btnLt {

	float: right;

	width: 78px;

}

.news .btnLt a {

	width: 37px;

	height: 33px;

	display: block;

}

.news .btnLt a.newsTop {

	background: url("../images/newstop.jpg") no-repeat center top;

	float: left;

}

.news .btnLt a.newsBtm {

	background: url("../images/newsbottom.jpg") no-repeat center top;

	float: right;

}

.news .btnLt a:hover {

	background-position: bottom

}

.news .newsDa {

	width: 465px;

	height: 355px;

	position: relative;

	margin-top: 10px;

	overflow: hidden

}

.news .listDa {

	position: absolute;

	top: 0;

	left: 0

}

.news .listDa li {

	padding: 20px 0;

	width: 100%;

	border-bottom: 1px dotted #bbbbbb;

}

.news .listDa li h3 {

	background: url("../images/newswen.jpg") no-repeat left center;

	padding-left: 35px;

	font-size: 13px;

	font-weight: normal

}

.news .listDa li h3 a {

	color: #333333

}

.news .listDa li p {

	background: url("../images/newsda.jpg") no-repeat left center;

	padding-left: 35px;

	font-size: 13px;

	color: #666666;

	line-height: 30px;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	margin-top: 15px;

}



.top-header.bb { border-bottom: 1px solid #ccc; }
.top-header .hpart1 { height: 47px; text-align: right; }
.top-header .hpart2 { height: 119px; z-index: 4; position: relative; }
.top-header .hpart1 .x-wrap { position: relative;    width: 1200px;    height: 100%;    margin: 0 auto;}
.top-header .hpart2 .search-box { display: none; }
.top-header .logo {  top: 0; }
.m-show { display: none; }
.top-header .hpart2 .logo { display: none; }
.top-header { background: #fff; }

.top-header .hpart1 .g { display: inline-block; vertical-align: middle; }
.top-header .hpart1 .g3 a { display: block; width: 32px; height: 32px; border-radius: 50%; background: #902d3b; }
.top-header .hpart1 .g3 { margin-right: 14px; position: relative; }
.top-header .hpart1 .g3 .g3inner { position: absolute; width: 76px; padding: 10px 7px 0; -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .2); box-shadow: 0px 5px 10px rgba(0, 0, 0, .2); font-size: 12px; top: 100%; left: 50%; margin-left: -45px; text-align: center; display: none; }
.top-header .hpart1 .g3 .g3inner .a { display: inline-block; width: 100%; height: auto; border-radius: 0; background: none; color: #333; line-height: 27px; }
.top-header .hpart1 .g3 .g3inner .a+.a { border-top: 1px solid #eeeeee; }
.top-header .hpart1 { color: #fff; color: #fff;    position: relative;    z-index: 5; background: linear-gradient(90deg, #8765df 0%, #6fbaa6 50%, #b7dfdf 100%);}
.top-header .hpart1 .g2 { margin-right: 18px; margin-top: 5px;}
.top-header .hpart1 .g2 a { padding: 0 13px; position: relative; }
.top-header .hpart1 .g2 a.now { color: #fff; }
.top-header .hpart1 .g2 a+a:after { content: ""; display: block; width: 1px; height: 9px; position: absolute; top: 50%; left: -1px; margin-top: -3.5px; background: #fff; }
.top-header .hpart1 .g1 { color: #da8d99; }
.top-header .hpart1 .g1 a+a:after { background: #da8d99; }
.top-header .tow_navbox{
        background: url(../image/mask50.png) repeat center;
        position: absolute;
        top:100%;
        left: 0;
        right: 0;
        border-top: 1px solid #514f53;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.6s ease;
        transition: height 0.6s ease;    
    }
    .top-header .tow_navbox a{
        font-size: 14px;
        color: #fff;
        line-height: 58px;
        display: inline-block;
        margin-right: 38px;
    }
    .top-header .tow_navbox .x-wrap{
        width: 1230px;
        margin: 0 auto;
    }
    .top-header .tow_navbox .x-wrap .item{
        display: none;
    }
    .top-header .tow_navbox.cur{
        
        height: 58px;
    }
    .top-header .hpart1 .g2 a.now {
    color: #fff;
}
.top-header .hpart1 .g2 a {
    padding: 0 13px;
    position: relative;color: #fff;
}


/*首页搜索框*/
.yzyzlb { height: 296px; }
.yzyzlb .cjwt-tit { }
.yzyzlb1 { margin-top: -58px; }
.yzyzlb1 .select-mod { float: left; width: 284px; margin-left: 10px; }
.yzyzlb1 .inputbox { float: left; width: 252px; padding: 10.5px 15px; border: 1px solid #dcdcdc; border-radius: 5px; }
.yzyzlb1 .inputbox input { width: 100%; height: 100%; }
.yzyzlb1 .select-mod:first-child { margin-left: 0px; }
.select-mod .select-bar::before { color: #dcdcdc; border-radius: 5px; overflow: hidden; }
.select-mod .select-btn { -webkit-box-sizing: content-box; box-sizing: content-box; padding-top: 11px; padding-bottom: 12px; }
.yzyzlb1 .box { -webkit-box-shadow: 0px 0px 24px 0px rgba(2, 2, 2, 0.22); box-shadow: 0px 0px 24px 0px rgba(2, 2, 2, 0.22); padding: 40px 55px; background: #fff; }
.dzbsy1 { margin-top: -58px; position: relative; z-index: 9; }
.dzbsy0 .slick-arrow { background-image: url(../image/dzbsy-1.png); background-position: left bottom; width: 68px; height: 68px; }
.dzbsy0 .slick-next { background-position: right bottom; }
.dzbsy0 .slick-next:hover { background-position: right top; }
.dzbsy0 .slick-prev:hover { background-position: left top; }
.dzbsy1 .select-mod { width: 340px; }
.dzbsy1 .placeholder { color: #333; }
.dzbsy1 .myinput { border: 1px solid #dcdcdc; border-radius: 5px; }
.dzbsy1 .myinput .ip { padding: 11px 15px; }
.dzbsy1 .myinput .ip input { width: 100%; color:#666;}
.dzbsy1 .select-mod.w_690, .w_690 { width: 690px; }
.dzbsy1 .tit1 { font-size: 24px; float: left; line-height: 39px; height: 44px; margin-right: 24px; }
.dzbsy2 .leftbox { float: left; width: 185px; }
.dzbsy2 .rightbox { overflow: hidden; }
.dzbsy2 .tabs2 { padding-top: 54px; text-align: center; }
.dzbsy2 .tabs2 .item { font-size: 18px; cursor: pointer; }
.dzbsy2 .tabs2 .item+.item { margin-top: 10px; }
.dzbsy2 .tabs2 .item.now { color: #fff; }
.dzbsy1 .box { border-bottom: 5px solid #6e4196; padding-bottom: 35px; }
.mg50 {
    margin-left: 50px;
    margin-right: 50px;
}
.x-wrap {
position: relative;
    width: 1180px;
    height: 100%;
    margin: auto;
}
.yzyzlb { height: 296px; }
.yzyzlb .cjwt-tit { }
.yzyzlb1 { margin-top: -58px; }
.yzyzlb1 .select-mod { float: left; width: 284px; margin-left: 10px; }
.yzyzlb1 .inputbox { float: left; width: 252px; padding: 10.5px 15px; border: 1px solid #dcdcdc; border-radius: 5px; }
.yzyzlb1 .inputbox input { width: 100%; height: 100%; }
.yzyzlb1 .select-mod:first-child { margin-left: 0px; }
.select-mod .select-bar::before { color: #dcdcdc; border-radius: 5px; overflow: hidden; }
.select-mod .select-btn { -webkit-box-sizing: content-box; box-sizing: content-box; padding-top: 11px; padding-bottom: 12px; }
.yzyzlb1 .box { -webkit-box-shadow: 0px 0px 24px 0px rgba(2, 2, 2, 0.22); box-shadow: 0px 0px 24px 0px rgba(2, 2, 2, 0.22); ppadding: 40px 55px; background: #fff; }
.pbbtn2 { float: right; font-size: 16px; color: #fff; width: 170px; height: 44px; text-align: center; line-height: 44px; position: relative; }
.pbbtn2 .d1 { width: 100%; height: 100%; background: #6e4196; border-radius: 5px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.pbbtn2:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #dfdcdc; border-radius: 5px; z-index: 1; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.pbbtn2 .s1 { padding-left: 30px; background: url(../images/search1.png) no-repeat 0 center; display: inline-block; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.pbbtn2:hover .d1 { -webkit-transform: translate(-5px, -4px); transform: translate(-5px, -4px); }
.pbbtn2:hover:after { -webkit-transform: translate(5px, 4px); transform: translate(5px, 4px); }
.pbbtn2-s1 { float: right; font-size: 14px; color: #fff; width: 120px; height: 34px; text-align: center; line-height: 34px; position: relative; margin-top:20px;margin-right: 10px; }
.pbbtn2-s1 .d1-s1 { 
    display: block;
    width: 141px;
    padding-left: 0;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0px auto 0px auto;
    clear: both;
    background: url(bt_bg.gif) no-repeat 0px -230px;
    /*background: #b2a378;*/
    background: #6e4196;
    border-radius: 25px;
    color: #fff;
    -webkit-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
/*.pbbtn2-s1:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #dfdcdc; border-radius: 25px; z-index: 1; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-transform: translate(0, 0); transform: translate(0, 0); }*/
.pbbtn2-s1 .s1-s1 {  display: inline-block; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
.pbbtn2-s1:hover .d1-s1 { -webkit-transform: translate(-5px, -4px); transform: translate(-5px, -4px); color:#fff;}
.pbbtn2-s1:hover:after { -webkit-transform: translate(5px, 4px); transform: translate(5px, 4px);  }
.yzyzlb2 { margin-top: 60px; padding-bottom: 110px; }
.yzyzlb2 .x-wrap { overflow: hidden; }
.yzyzlb2 .tit, .yzyzlb2 .tit2 { font-size: 14px; }
.yzyzlb2 .tit .s1 { font-size: 18px; margin-right: 8px; }
.yzyzlb2 .tit span { display: inline-block; vertical-align: bottom; }
.yzyzlb2 .text { padding: 14px 10px; }
.yzyzlb2 .item { float: left; margin: 0px 28px; height: 435px; overflow: hidden; margin-bottom: 36px; width: 253px; }
.yzyzlb2 .item .img { overflow: hidden; height: 350px; }
.yzyzlb2 .item .img img { width: 100%; }
.yzyzlb2 .list { margin-left: -28px; width: 1238px; }
/*首页搜索框*/

/*首页专家*/

.expert {

	overflow: hidden;
    /*width: 100%;*/
    background: #fff;
    padding-bottom: 115px;
    background: url(/skin/images/sy-bgzj.jpg) no-repeat center top;
    overflow: hidden;
    /*margin-left: 30px;
    margin-right: 30px;*/
   
}

.expert .expertBox {

	ooverflow: hidden;

	width: 1430px;

	margin: 0 auto;

	margin-top: 85px;

	position: relative

}

.expert .expertBox em {

	display: block;

	width: 70px;

	height: 70px;

	position: absolute;

	top: 185px;

}

.expert .expertBox em.sclt {

	background: url("../images/expertlt.png") no-repeat center top;

	left: 0

}

.expert .expertBox em.scrt {

	background: url("../images/expertrt.png") no-repeat center top;

	right: 0

}

.expert .expertBox em:hover {

	background-position: bottom;

	cursor: pointer

}

.expert .scCon {

	overflow: hidden;

	width: 1230px;

	height: 485px;

	margin: 0 auto;

	position: relative

}

.expert ul {

	position: absolute;

	top: 0;

	left: 0

}

.expert ul li {

	width: 292px;

	float: left;

	text-align: center;

	margin-right: 0px; background-color: none; margin-right:0; 

}

.expert ul li a {

	text-decoration: none

}

.expert ul li img {

	display: block;

	margin: 0 auto;

	background-color: #fff;

}

.expert ul li h3 {

	font-size: 16px;

	margin-top: 10px;

	font-weight: normal

}

.expert ul li h3 a {

	font-size: 16px;

	margin-top: 30px;

	color: #333;

}

.expert ul li p {

	font-size: 14px;

	margin-top: 5px;

	line-height: 18px;

	color: #999;

	height: 40px;

	

}

.expert ul li:hover img {

	opacity: .85;

}
/*标题*/

.titlesy {

	ooverflow: hidden;
    width: 1200px;
    text-align: left;
    /* margin-top: 55px; */
    padding-bottom: 10px;
    margin: 0 auto;
    /* margin-top: 115px; */
    height: 40px;

}

.titlesy h2 {

	font-size: 32px;

	color: #486273;

	font-weight: normal; float: left; height: 100px;

}

.titlesy h2 a {

	color: #333;

}

.titlesy i {

	display: block;

	width: 30px;

	height: 0px;

	background: #486273;

	mmargin: 15px auto 0

}

.titlesy em {

	font-size: 12px;

	color: #999999;

	margin-top: 15px

}

.titlesy p {

	font-size: 16px;

	color: #666666;

	margin-top: 15px

}

.titlesy strong {

	color: #ffae00;

}
/*首页专家*/

/*首页滚动图片新闻*/
.main {
	width: 1230px; height:auto; margin: 0 auto;padding: 16px 20px;
    position: relative;
}
.mc1L {
	background: url(../images/bg428.jpg) repeat-y center top;
	float: left;
	width: 428px;
	margin-right: 4px;
}
.mc1Lbg1 {
	bbackground: url(../images/bg428top.jpg) no-repeat center top;height: 450px;
}
.mc1Lbg2 {
	bbackground: url(../images/bg428bom.jpg) no-repeat center bottom;
	height: 320px;
	padding: 0px 3px;
}
.mct1 {
	height: 40px;
	border-bottom: 0px solid #E4E8EF;
	line-height: 40px;
	bbackground: url(../images/mtline.jpg) no-repeat 20px top;
	padding: 2px 12px 0px 0px; 
}
.mct1 a {
	font-size: 14px; 
}
.mct1_name {
	font-size: 32px;
	float: left;
}
.mc1Focus {
	margin: 20px auto 0px;
	height: 380px;
	width:780px;
}
.mc1Focus .slideBox {
	width: 780px;
	height: 380px;
	overflow: hidden;
	position: relative;
}
.mc1Focus .slideBox .hd {
	height: 7px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 12px;
	z-index: 1;
}
.mc1Focus .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.mc1Focus .slideBox .hd ul li {
	float: left;
	margin-right: 6px;
	width: 7px;
	height: 7px;
	background: url(../images/png_4.png);
	cursor: pointer;
}
.mc1Focus .slideBox .hd ul li.on {
	background: url(../images/png_3.png);
}
.mc1Focus .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.mc1Focus .slideBox .bd li {
	position: relative;
	width: 780px;
	height: 380px;
}
.mc1Focus .slideBox .bd li .cor_bs {
	position: absolute;
	font-size: 14px;
	line-height: 32px;
	color: #FFF;
	background: url(../images/png_5.png) repeat;
	text-indent: 20px;
	height: 32px;
	width: 100%;
	left:0px;
	bottom: 0px; top:350px;
}
.mc1Focus .slideBox .bd img {
	width: 780px;
	height: 380px;
	display: block;
}
.mc1M {
	margin-right: 0px;
}
.mc1mbox {
	padding: 20px 15px;
}
.mc1m_t1 {
	height: 46px;
	padding-top: 7px;
	font-size: 16px;
	line-height: 46px; text-align: left;
}
.mc1m_t1 img {
	margin: 15px 6px 0px 0px;
	float: left;
}
.mc1m_p1 {
	line-height: 20px;
	height: 82px;
}
.cor_hs {
	color: #333;
}
.mc1m_ul ul li {
	line-height: 36px;
	background: url(../images/mico01.jpg) no-repeat left center;
	height: 36px;
	padding-left: 14px;
	font-size: 16px;
}
.mc1R {
	background: url(../images/bg366.jpg) repeat-y center top;
	float: right;
	width: 366px;
	padding-right: 0px;
}
.mc1R .mc1Lbg1 {
	background: url(../images/bg366top.jpg) no-repeat center top;
}
.mc1R .mc1Lbg2 {
	background: url(../images/bg366bom.jpg) no-repeat center bottom;
}
.mc1rMove {
	width: 318px;
	padding-top: 20px;
	margin: 0px auto;
}
.mon2 {
	height: 90px;
	width: 1224px; ppadding-top:15px;
}
.mcon3 {
	width: 1230px;
}
.mc3L {
	float: left;
	width: 1230px; padding-bottom:20px;
}
.mc3R {
	float: right;
	width: 366px;
}
.mlh1 {
	height: 325px;
}
.mc3bg1 {
	background: url(../images/bg1230.jpg) repeat-y center top;
}
.mc3bg2 {
	background: url(../images/bg1230top.jpg) no-repeat center top;
}
.mc3bg3 {
	background: url(../images/bg1230bom.jpg) no-repeat center bottom;
	padding: 0px 3px;
}
.mct1_itms {
	float: left;
	padding-left: 35px;
}
.mct1_itms span {
	display: inline-block;
	margin: 0px 10px;
	cursor: pointer;
}
.mt20 {
	margin-top: 20px;
}
.mc1L111 {
	bbackground: url(../images/bg428.jpg) repeat-y center top;
	float: left;
	width: 786px;
	margin-right: 34px; padding-top: 30px;
}

.mc1L11 {
	bbackground: url(../images/bg428.jpg) repeat-y center top;
	float: left;
	width: 780px;
	margin-right: 34px;
}

#floatright11 { position:absolute; top:0;left:0; padding-top:600px;
 }
/*首页滚动图片新闻*/
.main-bg01 {
background: url(/skin/images/sy-bgys.jpg) no-repeat center top;
    height: 918px; overflow: hidden;
} 

.sss{}
.sss .ssk{ width:690px; height:32px; border:1px solid #ddd; float:left; padding-left: 10px;border-radius: 5px;padding: 5px 15px;}
.sss .ssa{ width:170px; line-height:44px;height:44px; border:0; /*background:#b4a67c;*/ color:#fff;border-radius:6px;margin-left: 150px;
    border-radius: 5px;font-size: 16px;background:#6e4196;}
.button, html input[type="button"], input[type="reset"], input[type="submit"]
{
cursor: pointer;
} 

.aboutTab { width:1200px; height:30px; clear:both; background:url(about_line.gif) no-repeat center bottom;position: absolute;position: absolute;}
.aboutTab span { width:150px; height:29px; display:inline-block; margin:0px 2px 0px 3px; text-align:center; cursor:pointer;}
.aboutTab span.tab1 { 
    background-color: #0477bf;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    width: 150px;
    height: 55px;
    /* display: block; */
    line-height: 55px;
    border-radius: 55px;
    font-size: 17px;
    font-weight: 600;
}
.aboutTab span.tab2 { 
    background-color: #e7e7e7;
    color: #2c3033;
    font-size: 17px;
    font-weight: 600;
     height: 55px;
    /* display: block; */
    line-height: 55px;
    border-radius: 55px;
    font-size: 17px;
    font-weight: 600;
    
}
.tc_1{ 
    text-align: center;
    float: right;
    
}
/* 首页专家切换 */
.aboutMain { width:100%; margin:0 auto; clear:both; hheight:460px; overflow:hidden; }
.aboutBox { height:152px; background:#fafafa url(about_logo.jpg) no-repeat 10px center; border:#ededed 1px solid; clear:both; padding:22px 40px 0px 200px; font-size:14px; line-height:22px; color:#999999;}
.aboutTxt { padding:30px 0px 0px 0px; clear:both; font-size:14px; line-height:24px; color:#999999;}
.aboutTxt .box { width:280px; height:420px; overflow:hidden; float:left; padding-left:35px; background:url(about_point_line.gif) repeat-y right top;}
.aboutTxt .box p { padding:25px 40px 0px 0px; clear:both;}

.rongyu { line-height:24px; padding-bottom:15px; color:#999999;}
.aboutListBox { width:280px; padding:13px 20px 35px 13px; float:left; height:450px; overflow:hidden; background-color:#ffffff; color:#2c3033; font-size:16px; line-height:25px; cursor:pointer;}
.aboutListBoxON { background:#f7f7f7 url(about_list_onbg.gif) no-repeat center bottom;}
/*.aboutListBox .tit { height:54px; color:#000000; line-height:18px; padding:10px 0px 10px 0px;}*/
.aboutListBox .tit { 
    height: 62px;
    color: #ffffff;
    position: absolute;
    background-color: #4f4f4f;
    padding-top: 10px;
    width: 280px;
    text-align: center;
    z-index: 9;
    margin: -30px 0px;
}

a.weibo { width:71px; height:23px; display:block; margin:20px auto; clear:both; background:url(bt_weibo.gif) no-repeat 0px 0px;}
a.ckAll { display:block; width:141px; padding-left:0; font-size:14px; height:38px; line-height:38px; text-align:center; margin:0px auto 0px auto; clear:both; background:url(bt_bg.gif) no-repeat 0px -230px;
    /*background: #b2a378;*/
    background:#6e4196;
    border-radius: 25px;
    color: #fff;}
a.ckAll:hover { color:#fff;}

.zpBox,.zpBoxEnd { float:left; color:#999999; line-height:24px; font-size:12px;}
.zpBox { width:480px; padding:15px 10px 0px 10px;}
.zpBoxEnd { width:220px; padding:15px 0px 0px 0px;}
.zpBox .tit,.zpBoxEnd .tit { color:#000000; font-size:18px; padding-bottom:10px;}
.zpBox p,.zpBoxEnd p { padding:8px 0px;}

.wrapper {
    background: url(/skin/images/bj-2.jpg) no-repeat center bottom;
    height: auto;
    overflow: hidden;
    padding-top: 50px;
}
.wrapper_1 {
    height: 900px;
    overflow: hidden;
    padding-top: 50px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.site-info { padding:30px 0px;width: 1200px;    height: 480px;    margin: 0 auto;}
.info-pd { padding:0;}
.info-dib { width: 28%;float: left;position: relative;background-color: white;padding: 20px 20px;box-shadow: 0px 0px 14px 0px rgba(2, 2, 2, 0.12);}
.info-mb { margin:0 3%;}
.info-top { overflow:hidden;background-color:#fff;}
.info-top .info-tit { background-color:#8b9094; text-align:center; height:90px; overflow:hidden;-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;}
.info-top a { display:block;}
.info-top a:hover .info-tit{background-color:#555;}
.info-top a img { display:block;width:100%; height:auto;-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s; height:223px;}
.info-top a:hover img { opacity:0.8;filter: alpha(opacity=80);transform:scale(1.05);-webkit-transform:scale(1.05); }
.info-top span {font-family: Arial; font-size:20px; color:#fff;tText-transform:uppercase; display:block; margin-top:20px;}
.info-top h2 { font-size:26px; color:#333; font-weight:normal; margin:0; line-height:26px; padding-top: 0px; padding-left:20px;}
.info-list { list-style:none; padding:0; margin:0; padding-top:15px;}
.info-list li { bbackground:url(../images/dot.png) no-repeat 15px center; border-bottobm:1px #ededed solid; padding:3px 0; width:320px; }
.info-list li a { padding-left:0px; display:block; color:#333; font-size:16px;line-height:22px; white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}
.info-list li a:hover{ color:#555}
/*首页专家切换结束*/   
