@charset "utf-8";
html{
	font-size: 10px;
}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {

}

img {
	border: none;
}

li {
	list-style: none;
}

input,select,textarea {
	outline: none;
	border: none;
	background: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #656565;
}

a {
	outline: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse
}




.fl {
	float: left;
}

.fr {
	float: right;
}

.same-product-icon {
	background: url("../img/product/product-same.png")
}
/*公共*/

.topGg {
	background: url("../img/topGg-img.jpg");
	height: 100px;
	width: 100%;
	min-width: 1200px;
	display: block;
}

/*topBar 4.0修改*/
.topBar {
	height: 30px;
	/* border-bottom: 1px solid black; */
}

.topBox .logo-left,.topBox .logo-right {
	line-height: 30px
}

.topBox .logo-left p {
	display: block;
	font-size: 12px;
	color: #b3b3b3;
}

.topBox .logo-left p .green a{
	color: #ff6600;
}

.topBox .logo-left p .shu{
	padding: 0 8px;
}

.topBox .logo-right li {
	float: left;
	height: 30px;
	position: relative;
}

.topBox .logo-right li .logo-link {
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #cccccc;
	line-height: 30px;
}

.topBox .logo-right li.know-tools .logo-link,.topBox .logo-right li.service-tools .logo-link{
	text-indent: 15px;
	background: url("../images/img/index-tringle-bottom.png") 68px center no-repeat;
	display: block;
	width: 100%;
}
.know-div,.code-img,.service-div{
	opacity: 0;
	transition: opacity .4s ease-in-out;
}
.fixed-hot-same{
	display: none;
}
.know-tools,.service-tools,.code-link,.fixed-same{
	overflow: hidden;
}
.know-tools:hover .know-div,.code-link:hover .code-img,.service-tools:hover .service-div{
	opacity: 1;
}
.fixed-same:hover .fixed-hot-same{
	display: block;
}
.know-tools:hover,.service-tools:hover,.code-link:hover,.fixed-same:hover{
	overflow: visible;
}

.topBox .logo-right li.code-link{
	margin-left: 16px;
}

.topBox .logo-right li.phone-link{
	margin-left: 12px;
}

.topBox .logo-right li .logo-link:hover {
	cursor: pointer;
}

.topBox .logo-right .top_right_btn a {
	color: #b3b3b3;
	font-size: 14px;
	line-height: 56px;
	display: inline-block;
	float: left;
}

.topBox .logo-right .logonInfo a {
	color: #cccccc;
	font-size: 12px;
	display: block;
	float: left;
	line-height: 36px;
}
.topBox .logo-right .logonInfo .login_btn{
	color: #ffffff;
}

.topBox .logo-right .logonInfo a:hover span {
	color: #ff6600;
}

.topBox .logo-right .logonInfo b.shu {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 36px;
	color: white;
	font-weight: 100;
	font-size: 10px;
}

.topBox .logo-right .logonInfo span{
	float: left;
	display: inline-block;
	color: #cccccc;
}

.topBox .logo-right .logonInfo a.logo-link {
	padding-left: 16px;
}

.topBox .logo-right li .code-img {
	position: absolute;
	z-index: 10000;
	width: 111px;
	height: 113px;
	top: 36px;
	box-shadow: 0 1px 10px rgba(38,38,38,.25);
	-webkit-box-shadow: 0 1px 10px rgba(38,38,38,.25);
	background: #ffffff;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	padding:16px;
}

.topBox .logo-right li .code-img img{
	height: 100%;
	width: 100%;
}

.topBox .logo-right li.code-link:hover {
	cursor: pointer;
	z-index: 10000;
}



.topBox .logo-right li:hover .code-img {
	display: block;
}

.topBox .logo-right li .know-div h4 a {
	font-size: 14px;
	color: #999999;
	margin-bottom: 3px;
	line-height: 22px;
	display: inline-block;
	padding: 0px;
}

.topBox .logo-right li .know-div a:hover {
	color: #ff6600;
}

.topBox .logo-right li .know-div {
	position: absolute;
	top: 30px;
	width: 1064px;
	padding-bottom: 20px;
	text-align: left;
	background: #ffffff;
	box-shadow: 0 1px 10px rgba(38,38,38,.25);
	-webkit-box-shadow: 0 1px 10px rgba(38,38,38,.25);
	z-index:10001;
	border-top: none;
}

.logo-right li .know-div .webSiteBox{
	margin: 52px 0 0 42px;
}

.logo-right li .know-div .webSiteBox .same{
	width: 146px;
	float: left;
}
.logo-right li .know-div .webSiteBox .same-special h2,
.logo-right li .know-div .webSiteBox .same-special a{
	padding-left: 20px;
}

.logo-right li .know-div .webSiteBox .same h2{
	font-size: 18px;
	color: #1a1a1a;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 26px;
	padding-left: 0;
}

.logo-right li .know-div .webSiteBox .same h3{
	font-size: 15px;
	color: #444;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 28px;
}

.logo-right li .know-div .webSiteBox .same h4 a{
	font-size: 12px;
	color: #666666;
	line-height: 12px;
	margin-bottom: 16px;
	display: block;
	padding-left: 2em;
}
.logo-right li .know-div .webSiteBox .same a:hover{
	cursor: pointer;
	color: #ff6600;
}

.topBox .logo-right li.know-tools,.topBox .logo-right li.service-tools{
	width: 87px;
}

.topBox .logo-right li.know-tools:hover,.topBox .logo-right li.service-tools:hover{
	background: #404040;
}

.topBox .logo-right li.know-tools:hover .logo-link,.topBox .logo-right li.service-tools:hover .logo-link{
	color: #ffffff;
	background: url("../img/index2/index-tringle-bottom-hover.png") 68px center no-repeat;
}

.logo-right .logonInfo{
	margin-right: 14px;
}

.topBox .logo-right .logonInfo a:hover,.topBox .logo-right li .logo-link:hover{
	color: #ff6600;
}

/*顶部special*/
.trade_top {
	width: 100%;
	height: 35px;
	background: #333;
}

.trade_box {
	height: 100%;
}

.top_left,.top_right {
	width: auto;
	height: 100%;
	float: left;
}

.top_right {
	float: right;
}

.top_left li {
	margin-right: 20px;
	float: left;
}

.top_left li a {
	padding: 0 5px;
}

.top_left li a:hover {
	cursor: pointer;
}

.top_right li {
	margin-left: 30px;
	float: left;
}

.top_left li:last-child,.top_right:last-child {
	margin-right: 0px;
}

.top_left li a,.top_right li a {
	font: 12px/35px "微软雅黑";
	color: #acacac;
	display: inline-block;
}

.top_right li .top_right_btn a {
	display: inline-block;
	float: left;
	margin-left: 28px;
}

.top_right li .top_right_login a {
	display: inline-block;
	float: left;
	margin-left: 28px;
}

.top_left li {
	position: relative;
}

.top_left li .code-img {
	position: absolute;
	z-index: 150;
	width: 120px;
	height: 120px;
	left: -30px;
	top: 35px;
	border: 1px solid #cccccc;
	display: none;
	border-top: none;
}

.top_left li:hover .code-link {
	background: #ffffff;
	cursor: pointer;
	padding: 0 4px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.top_left li:hover .code-img {
	display: block;
}

.top_left li .know-div {
	position: absolute;
	top: 34px;
	left: -1px;
	width: 82px;
	text-align: left;
	height: 88px;
	background: #ffffff;
	border: 1px solid #cccccc;
	z-index: 150;
	padding: 5px 4px;
	border-top: none;
	display: none;
}

.top_left li .know-div a {
	font-size: 12px;
	color: #999999;
	line-height: 22px;
	display: inline-block;
	text-align: center;
}

.top_left li .know-div a:hover {
	color: #ff6600;
}

.top_left li.know-tools:hover {
	background: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 0 4px;
}

.top_right_login .logonInfo span {
	font-size: 12px;
	color: #999999;
	line-height: 35px;
	display: inline-block;
	float: left;
}

.top_right li .top_right_login a.userA {
	margin-left: 6px;
}

.top_left li a.code-link:hover {
	color: #acacac;
}

.top_left li a.code-link {
	color: #acacac;
}

.top_left li.know-tools a:hover {
	color: #acacac;
}

.top_right li a:hover {
	color: #ff6600;
}

/*下拉导航客户服务*/
.service-tools .service-div{
	width: 210px;
	height: 86px;
	position: absolute;
	top: 36px;
	right: 0px;
	text-align: left;
	background: #ffffff;
	box-shadow: 0 1px 10px rgba(38,38,38,.25);
	-webkit-box-shadow: 0 1px 10px rgba(38,38,38,.25);
	z-index: 400;
}
.service-tools .service-div .service-div-box{
	margin: 23px 0 0 34px;
}

.service-tools .service-div .service-div-box a,.service-tools .service-div .service-div-box span{
	font-size: 12px;
	color: #666666;
	line-height: 12px;
	float: left;
	display: inline-block;
}
.service-tools .service-div .service-div-box a:hover{
	cursor: pointer;
	color: #ff6600;
}
.service-tools .service-div .service-div-box .top{
	margin-bottom: 17px;
	height: 12px;
}
.service-tools .service-div .service-div-box .top span{
	color: #e6e6e6;
	padding: 0 22px;
}
.service-tools .service-div .service-div-box .bottom span{
	margin-right: 10px;
}

/*导航*/
.zqtIndexNav {
	position:relative;
	height: 70px;
	padding: 0 130px;
}


.zqtIndexNav .logoleft a{
	display: block;
}


.zqtIndexNav .navRight .items li{
	margin-left: 40px;
	float: left;
	font-size: 18px;
	line-height: 50px;
}
.zqtIndexNav .navRight .items li a{
	color: #1a1a1a;
	font-weight: bold;
}

.zqtIndexNav .navRight .items li a:hover,.zqtIndexNav .navRight .items li a.active{
	color: #ff6600;
}

.zqtIndexNav .phoneRight{
	margin:41px 0 42px 45px;
}

.zqtIndexNav .phoneRight span{
	font-size: 18px;
	line-height: 18px;
	color: #ff6600;
	font-family: DinMedium;
}
.search-apply-bar{z-index:999;}
/*focusNavBar 4.0修改*/
.focusBox {
	position: absolute;
	top: 56px;
	height: 1091px;
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
}

.focusNavBar {
	width: 100%;
	min-width: 1200px;
	position: relative;
	z-index: 1000;
}

.headerOverflowInherit {
	overflow: inherit !important;
	z-index: 49;
}

.zqtNaSub {
	position: relative;
}

.zqtNaSub .fwlist {
	height: 54px;
	line-height: 54px;
	text-align: left;
	padding-left: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
}

.zqtNaSub > a.all {
	background: url("../img/sy/service-bg.png") no-repeat;
	box-shadow: 0px 0px 10px rgba(31,173,116,0.5);
	width: 220px;
	height: 70px;
	display: inline-block;
	position: absolute;
	left: -10px;
	;
}

.zqtNaSubSub .iNav li {
	width: 210px;
	height: 55px;
}

.zqtNaSubSub .iNav li a {
	display: block;
	width: 182px;
	border-bottom: 1px solid rgba(237,237,237,0.1);
	margin: 0 14px;
}

.zqtNaSubSub .iNav li a .isnav-first {
	width: 182px;
	height: 55px;
}
.zqtNaSubSub .iNav li.iNavFirst{
	height: 56px;
}
.isnav-first .isnaMar {
	width: 164px;
}

.isnav-first .isnaMar h2 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 55px;
	text-indent: 10px;
	text-align: center;
	font-weight: 100;
}

.isnav-first .left-tringle {
	padding-top: 24px;
}

.isnav-first .left-tringle i {
	width: 5px;
	display: block;
	height: 8px;
	background: url("../img/index2/index-tringle-left-icon.png") no-repeat;
}

.zqtNaSubSub .iNav li.active {
	background: #ff6600;
}

.zqtNaSubSub .iNav li.active h2 {
	color: #ffffff;
}
.zqtNaSubSub .iNav li.no-mar a{
	border-bottom: none;
}

.iSubNav > div {
	width: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}

.iSubNav > .iSubNavDivZ {
	zoom: 1;
	height: 400px;
	width: 992px;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 1px;
}

.zqtNaSubSub .iNav > li:hover,.zqtNaSubSub.iNav > .active {
	cursor: pointer;
}

.zqtNaSub .zqtNaSubSub {
	position: absolute;
	top: 50px;
	left: 0px;
}

.zqtNaSub .zqtNaSubSub.zqtNaSubSubIsHome {
	height: 358px;
	opacity: 1;
	filter: alpha(opacity=100);
	overflow: inherit;
}


.zqtNaSubSub > .zqtISubNav.active1 {
	width: 210px;
}

.zqtNaSubSub > .zqtISubNav {
	width: 210px;
	background: url("../img/index2/nav-bg.png") repeat;
	z-index: 10;
	left: 0;
	top: 0px;
	position: absolute;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.65);
}

.zqtNaSubSub > .zqtISubNav:hover{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
}

.zqtNaSub .zqtNaSubSub.noIsHome {
	opacity: 1;
	height: 358px;
	width: 100%;
	overflow: inherit;
}

.overflowhidden {
	height: auto;
	overflow: hidden;
}

.zqtNaSub .zqtNaSubSub {
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: height 0.5s ease 0s;
	-moz-transition: height 0.5s ease 0s;
	-ms-transition: height 0.5s ease 0s;
	-o-transition: height 0.5s ease 0s;
	transition: height 0.5s ease 0s;
	width: 100%;
}

.zqtNaSub .zqtNaSubSub .iNav {
	padding: 14px 0;
}

.zqtNaSubSub .iSubNav > div {
	position: absolute;
	z-index: 10000;
	height: 358px;
	background: #FFFFFF;
	position: absolute;
	box-shadow: 0px 3px 15px rgba(178,178,178,.5);
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
}

.zqtNaSubSub > .iSubNav {
	left: 210px;
}

.zqtNaSubSub .iSubNav {
	position: absolute;
	z-index: 8;
	top: -1px;
}

.iNav > ul {
	border-right: 1px solid #00b445;
}

.iSubNav .iSubNavLe {
	width: 910px;
	padding: 19px 40px;
	height: 320px;
}

.iSubNavLe .isubNav-left span {
	font-size: 14px;
	color: #1a1a1a;
	display: inline-block;
	line-height: 14px;
	font-weight: bold;
	float: left;
}

.iSubNavLe .isubNav-left .left-tringle {
	display: inline-block;
	width: 4px;
	height: 14px;
	background: url("../img/index2/index-rigingle-left01.png") center no-repeat;
	margin: 0 0 0px 8px;
	float: left;
}

.iSubNavLe .isubNav-comm {
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
}

.iSubNavLe .no-border{
	border-bottom: none;
}

.iSubNavLe .isubNav-comm .isubNav-left{
	width: 200px;
}

.iSubNavLe .isubNav-comm .isubNav-right{
	width: 820px;
}

.iSubNavLe .isubNav-right a {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	padding-right: 18px;
}

.iSubNavLe .isubNav-right a.no-mar {
	padding-right: 0;
}

.iSubNavLe .isubNav-right a:hover {
	cursor: pointer;
	color: #ff6600;
}

.iSubNavLe .isubNav-right .bottom {
	margin-top: 5px;
}
.iSubNavLe .isubNav-right .top {
	margin-top: 5px;
}
.iSubNavLe .isubNav-right .top1 {
	margin-top: 5px;
}
.zqtNaSubSub > .iSubNav > .zqtanimate {
	-webkit-transition: width 0.4s;
	-moz-transition: width 0.4s;
	-ms-transition: width 0.4s;
	-o-transition: width 0.4s;
	transition: width 0.4s;
}

.classification {
	background: url("../img/icon/product-index.png") no-repeat scroll left 0;
	display: inline-block;
}

.zqtNaSub > a .classification {
	background-position: 0px 0px;
	height: 10px;
	top: 18px;
	margin-left: 20px;
	position: absolute;
	width: 16px;
}

.zqtNaSub > a:hover .classification {
	background-position: 0 0px;
}

.zqtNaSub > a .classification.classification1 {
	background-position: 0 -32px;
}

.classification {
	-webkit-transition: transform 0.1s ease-in 0s;
	-moz-transition: transform 0.1s ease-in 0s;
	-ms-transition: transform 0.1s ease-in 0s;
	-o-transition: transform 0.1s ease-in 0s;
	transition: transform 0.1s ease-in 0s;
}

.zqtNaSub > a:hover .classification {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.zqtNaSub > a .classification.classification1 {
	-webkit-transition: transform 0s ease-in 0s;
	-moz-transition: transform 0s ease-in 0s;
	-ms-transition: transform 0s ease-in 0s;
	-o-transition: transform 0s ease-in 0s;
	transition: transform 0s ease-in 0s;
}

.zqtNaSub > a .classification.classification1 {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.hideh {
	display: none;
}

.zqtNavs a i {
	display: inline-block;
	height: 23px;
	width: 71px;
	position: absolute;
}

.zqtNavs a {
	position: relative;
}

.zqtNavs a .gn-bsqtk {
	background-position: 0px -31px;
	top: -8px;
	left: 73px;
	z-index: 50;
}

.zqtNavs a .sb-bcgtk {
	background-position: 0px -63px;
	top: -8px;
	left: 75px;
	z-index: 50;
}


.p-special-Nav{
	position:relative;
}
.p-special-Nav .top{
	position:absolute;
	top:0px;
	left:0px;
	height:41px;
	width:210px;
	background-color:#FF6600;
	display:inline-block;
}
.p-special-Nav .top span{
	font-size:14px;
	color:#ffffff;
	line-height:41px;
	display:inline-block;
	float:left;
	margin:0 62px 0 25px;
	font-weight:bold;
}
.p-special-Nav .top .index-sy {
	background: url("../images/index-sy-icon.png") center no-repeat;
	display: inline-block;
	height: 41px;
	width: 18px;
	z-index:10000;
}

.zqtNaSub a span,.zqtNaSub a i {
	vertical-align: middle;
}

.iSubNavLe .no-bottom {
	border-bottom: none;
}

.zqtNaSub a .index-sy,.zqtNaSub a .all {
	float: left;
	display: inline-block;
}

.focus-nav-hover {
	display: none;
}

.focus-nav-block {
	display: block;
}

/*topspecial*/
.focusNavSpecial .zqtNaSub > a.top {
	width: 208px;
	border: 1px solid #00cd63;
	border-bottom: none;
	height: 40px;
	line-height: 40px;
	color: #00cd63;
	font-size: 16px;
	background: #FFFFFF;
	display: inline-block;
	text-indent: 0;
}

.focusNavSpecial .zqtNaSub a .all,.zqtNaSub a .index-sy {
	float: left;
	display: inline-block;
}

.focusNavSpecial .zqtNaSub a .all {
	width: 88px;
}

.focusNavSpecial .zqtNaSub a .all {
	padding-left: 29px;
}

.focusNavSpecial .zqtNavs {
	padding-left: 0px;
}

.focusNavSpecial .focuse-nav {
	height: 41px;
}

.focusNavSpecial {
	height: 41px;
	border-bottom: 1px solid #ff6600;
}

.focusNavSpecial .focus-phone p {
	margin-top: 12px;
}

.focusNavSpecial .zqtNaSub .zqtNaSubSub {
	top: 42px;
}

.focusNavSpecial .focus-nav-hover {
	left: -210px;
}

/*流程focus_lc*/
.focus_lc {
	margin: 30px 0;
}

.focus_lc ul a {
	font-size: 16px;
	color: #4b4b4b;
	line-height: 40px;
	display: block;
}

.focus_lc ul li {
	float: left;
	margin-left: 60px;
}

.focus_lc .selected {
	color: #00cd63;
}

.focus_lc ul a:hover {
	color: #00cd63;
}


/*地域下拉菜单*/
.liststyle .loc_province,.liststyle .loc_city,.liststyle .loc_town {
	width: 118px;
	background: #ffffff;
	height: 32px;
	border: 1px solid #CDCDCD;
	color: #666666;
	font-size: 14px;
	line-height: 14px;
	padding: 0px 0px 0px 4px;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.liststyle .loc_city {
	margin-left: 16px;
	margin-right: 15px;
}

.liststyle .loc_province {
	margin-left: 6px;
}

.liststyle1 .loc_province,.liststyle1 .loc_city,.liststyle1 .loc_town {
	width: 124px;
	height: 32px;
	border: 1px solid #CDCDCD;
	color: #666666;
	font-size: 14px;
	line-height: 14px;
	padding: 5px 0px 5px 4px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.liststyle1 .loc_city {
	margin-left: 30px;
	margin-right: 30px;
}

/*下拉菜单*/

.loc_type1 {
	width: 434px;
	height: 32px;
	border: 1px solid #CDCDCD;
	padding-left: 4px;
	line-height: 34px;
	padding: 6px 0px 6px 8px;
	font-size: 12px;
	color: #666666;
}

#fullbg,#fullbg2,#fullbg3,#fullbg4,.fullbg-search {
	background-color: gray;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	z-index: 101;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
} 

/*页码*/
.page {
	margin-top: 60px;
	height: 26px;
}

.page .page_l {
	padding-left: 0px
}

.page .page_l span {
	font-size: 14px;
	color: #7e7e7e;
	padding-right: 10px;
}

.page .page_l .total {
	padding-left: 30px
}

.page .page_l label {
	color: #00cd63;
	padding: 0px 5px;
}

.page .page_ts {
	border: 1px solid #DCDCDC;
	width: 54px;
	height: 26px;
	padding: 3px 3px 3px 6px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.page .page_r a {
	height: 24px;
	margin-left: 8px;
	line-height: 24px;
	border: 1px solid #DCDCDC;
	font-size: 14px;
	color: #7e7e7e;
	padding: 0px 9px;
	display: inline-block;
}

.page .page-prev,.page .page-next {
	padding: 5px 7px;
}

.page .page_r {
	padding-right: 0px;
}

.page .page-current {
	border: 1px solid #00cd63;
	background: #00cd63;
}

.page .page_r .page-current span {
	color: #FFFFFF;
}

.page .page_r a:hover {
	border: 1px solid #00cd63;
	background: #00cd63;
}

.page .page_r a:hover span {
	color: #FFFFFF;
}

.mess_trtd {
	text-align: left;
	padding-left: 38px;
}

.case_input label {
	font-size: 16px;
	color: #666666;
	display: inline-block;
	padding-right: 20px;
}

/*咨询轮播图*/

.cosult_pro .msn-focus {
	width: 300px;
	height: 200px;
}

.cosult_pro .msn-focus img {
	width: 300px;
	height: 200px;
	display: block
}

.cosult_pro .msn-focus .bd {
	width: 300px;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.cosult_pro .msn-focus .bd ul {
	height: 223px;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	line-height: 28px;
}

.cosult_pro .msn-focus .bd li {
	width: 300px;
	height: 200px;
	background-color: #fff;
	position: relative;
	display: none;
	_display: list-item;
}

.cosult_pro .msn-focus .bd li p {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	line-height: 35px;
	height: 35px;
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
}

.cosult_pro .msn-focus .bd li p i {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 300px;
	height: 35px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}

.cosult_pro .msn-focus .bd li p a, .msn-focus .bd li p a:visited {
	position: relative;
	color: #fff;
}

.cosult_pro .msn-focus .bd li p a:hover {
	color: #f60;
}

.cosult_pro .msn-focus .prev,.cosult_pro .msn-focus .next {
	position: absolute;
	bottom: 85px;
	width: 29px;
	height: 64px;
	opacity: .6;
	filter: alpha(opacity=60);
	overflow: hidden;
	display: none;
	text-indent: -999px;
	border: none;
	background: url("../img/arrowLR.png") no-repeat;
}

.cosult_pro .msn-focus .prev: hover,.cosult_pro .msn-focus .next: hover {
	opacity: .9;
	filter: alpha(opacity=90);
}

.cosult_pro .msn-focus .prev {
	left: 0;
	background-position: -50px 0;
}

.cosult_pro .msn-focus .next {
	right: 0;
}

.cosult_pro .msn-focus .bdOn .prev,.cosult_pro .msn-focus .bdOn .next {
	display: block;
	;
}

/*支付结果*/
.zfjgBox {
	width: 556px;
	height: 348px;
	background: #ffffff;
	left: 50%;
	top: 50%;
	border: 6px solid rgba(0, 0, 0, 0.1);
	margin: -174px 0 0 -278px;
	position: absolute;
	position: fixed !important;
	z-index: 5;
	display: none;
}

.zfjgBox1 {
	width: 556px;
	height: 582px;
	border: 6px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	left: 50%;
	top: 50%;
	margin: -291px 0 0 -278px;
	position: absolute;
	position: fixed !important;
	z-index: 5;
	display: none;
}

.zfjgBox .recip_tit,.zfjgBox1 .recip_tit {
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	background: #f2f5f4;
}

.zfjgBox .recip_tit span,.zfjgBox1 .recip_tit span {
	font-size: 16px;
	color: #333333;
	padding-left: 20px;
}

.zfjgBox .recip_tit a,.zfjgBox1 .recip_tit a {
	float: right;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 0;
}

.zfjgBox .recip_tit a:hover,.zfjgBox1 .recip_tit a:hover {
	cursor: pointer;
}

.wczfBox {
	padding: 28px 100px;
}

.wczf_span {
	display: block;
	font-size: 24px;
	color: #4c4c4c;
	background: url("../img/icon/danger_th.png") 8px center no-repeat;
	line-height: 40px;
	padding-left: 68px;
}

.wczfBox p {
	font-size: 16px;
	color: #656565;
	line-height: 16px;
	margin-bottom: 20px;
}

.wczfBox .djwczf {
	margin-top: 30px;
}

.wczfBox a {
	font-size: 16px;
	color: #3333ff;
	line-height: 16px;
	display: inline-block;
}

.wczfBox a:hover {
	text-decoration: underline;
}

.knbtn {
	width: 140px;
	height: 38px;
	font-size: 18px;
	line-height: 38px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	behavior: url("PIE.htc");
}

.ywcbtn {
	background: #00cd63;
	color: #FFFFFF;
	margin-right: 20px;
}

.zfknbtn {
	background: #d4d4d4;
	color: #666666;
}

.wczfBtn {
	padding-left: 128px;
}

.top_message {
	padding-left: 20px;
}

.top_message span {
	font-size: 12px;
	color: #979797;
	line-height: 36px;
}

.top_message .mes_sl {
	display: inline-block;
	background-position: -129px -33px;
	width: 18px;
	height: 18px;
	position: relative;
	top: -4px;
}

.top_message .mes_sl span {
	display: inline-block;
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	top: -9px;
	left: 0px;
	text-align: center;
	font-family: arial;
	width: 18px;
	height: 18px;
}

input[type="text"],input[type="password"] {
	color: #4d4d4d;
}

/*弹框*/
.theme-tk {
	width: 424px;
	height: 280px;
	background: #ffffff;
	left: 50%;
	top: 50%;
	border: 6px solid rgba(0, 0, 0, 0.1);
	margin: -140px 0 0 -212px;
	position: absolute;
	position: fixed !important;
	z-index: 5;
	display: none;
}

.theme-tit {
	height: 40px;
	line-height: 40px;
	text-align: left;
	position: relative;
	background: #f2f5f4;
}

.theme-tit span {
	font-size: 16px;
	color: #333333;
	padding-left: 20px;
}

.theme-tit a {
	float: right;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 0;
}

.theme-tit a:hover {
	cursor: pointer;
}

.theme-comm {
	width: 364px;
	padding: 25px 30px;
	text-align: center;
}

.theme-comm p {
	font-weight: 600;
	font-size: 20px;
	color: #646464;
	line-height: 50px;
}

.theme-comm p span {
	color: #ff6600;
}

.theme-btn .btn1 {
	display: inline-block;
	text-align: center;
	height: 34px;
	line-height: 34px;
	background: #e6e6e6;
	font-size: 16px;
	color: #666666;
}

.theme-btn .btn-js {
	width: 86px;
	background: #d4d4d4;
	margin: 0px 30px 0px 70px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.theme-btn .btn-dd {
	width: 166px;
	background: #d4d4d4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/*404*/
.default-comm {
	width: 703px;
	height: 514px;
	margin: 100px auto;
	z-index: 5;
	background: #ffffff;
}

.default-l {
	width: 703px;
	height: 363px;
	margin-right: 60px;
}

.default-t {
	text-align: center;
	padding-left: 10px;
}

.default-t h1 {
	font-size: 30px;
	color: #333333;
	margin: -17px 0px 18px 0px;
	line-height: 30px;
}

.default-t p {
	font-size: 18px;
	color: #ff6600;
	line-height: 18px;
}

.default-b {
	margin: 30px auto;
	width: 364px;
}

.default-b .fhsyy {
	width: 160px;
	height: 42px;
	line-height: 42px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	background: #ffffff;
	border-radius: 21px;
	color: #ff6600;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	display: inline-block;
}

.default-b .fs-prve {
	background: #ff6600;
	color: #ffffff;
	box-shadow: 0px 5px 15px rgba(31,173,116,0.5);
	background: -webkit-linear-gradient(left,#20eb9a, #00c174);
	background: -moz-linear-gradient(right, #20eb9a, #00c174);
	background: -o-linear-gradient(right, #20eb9a, #00c174);
	background: linear-gradient(to right, #20eb9a, #00c174);
}

.default-b .fs-prve:hover {
	background: -webkit-linear-gradient(left,#00c174, #20eb9a);
	background: -moz-linear-gradient(right, #00c174, #20eb9a);
	background: -o-linear-gradient(right, #00c174, #20eb9a);
	background: linear-gradient(to right, #00c174, #20eb9a);
	cursor: pointer;
}

.default-b .fs-fh {
	border: 2px solid #ff6600;
	width: 156px;
	height: 38px;
	line-height: 38px;
	margin-left: 20px;
}

.default-b .fs-fh:hover {
	background: #ff6600;
	color: #ffffff;
	box-shadow: 0px 5px 15px rgba(31,173,116,0.5);
}

.bor404 {
	border-bottom: 1px solid #e5e5e5;
}



/*顶部广告条*/
.eventTop {
	width: 100%;
	min-width: 1200px;
	height: 60px;
	background: url("../img/active/adBanner.png") no-repeat top center;
	min-width: 1200px;
	display: block;
	position: fixed;
	z-index: 1000;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	top: 0;
	left: 0;
	display: none;
}

.eventTop:hover {
	cursor: pointer;
}

.eventTopClick {
	margin-top: 22px;
	background: url("../img/icon/gaoxing-delete.png") no-repeat;
	float: right;
	display: inline-block;
	height: 15px;
	width: 15px;
	z-index: 100;
}

.evenTopBar {
	top: 60px;
}

.evenFocusBar {
	padding-top: 62px;
}

.eventAd {
	width: 900px;
	height: 600px;
	background: #FFFFFF;
	display: block;
	top: 0;
	right: 78px;
	background: #FFFFFF;
	left: 50%;
	top: 50%;
	margin: -300px 0 0 -450px;
	position: absolute;
	position: fixed !important;
	z-index: 1100;
	border: 1px solid #E1E1E1;
}

.eventAdClose {
	background: url("../img/icon/gaoxing-delete.png") no-repeat;
	z-index: 1101;
	position: absolute;
	right: 20px;
	top: 8px;
	display: inline-block;
	height: 15px;
	width: 15px;
}

.eventAd1 {
	display: none;
}

.eventAd2 {
	display: block;
}


/*alert弹框*/
.case-ywcz .name-edit {
	width: 15px;
	z-index: 99;
	height: 14px;
	display: inline-block;
	padding-right: 15px;
}

.theme-name-eidt {
	z-index: 1001;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg/tm.png") repeat;
	display: none;
}

.them-edit-dialog {
	width: 366px;
	z-index: 1002;
	display: none;
	height: 228px;
	background: #FFFFFF;
	font-family: "微软雅黑";
	position: fixed;
	margin: -111px 0px 0px -200px;
	border: 3px solid #cccccc;
	left: 50%;
	top: 50%;
}

.theme-name-eidt1 {
	z-index: 1001;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg/tm.png") repeat;
	display: none;
}

.them-edit-dialog1 {
	width: 366px;
	z-index: 1002;
	display: none;
	height: 228px;
	background: #FFFFFF;
	font-family: "微软雅黑";
	position: fixed;
	margin: -111px 0px 0px -200px;
	border: 3px solid #cccccc;
	left: 50%;
	top: 50%;
}

.them-edit-dialog .tit {
	height: 40px;
	line-height: 40px;
	background: #f0f0f0;
}

.them-edit-dialog .tit .edit {
	font-size: 16px;
	color: #646464;
	padding-left: 30px;
}

.them-edit-dialog .tit a {
	display: inline-block;
	padding-right: 10px;
}

.them-edit-dialog .tit a:hover {
	cursor: pointer;
}

.them-edit-dialog .input-name {
	width: 288px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e6e6e6;
	padding-left: 10px;
}

.them-edit-dialog .comm {
	padding: 40px 30px 0px 30px;
}

.them-edit-dialog .comm .tittp {
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	font-weight: blod;
}

.them-edit-dialog .comm p {
	line-height: 28px;
	font-size: 16px;
	color: #666666;
}

.them-edit-dialog .input-btn .btn {
	width: 70px;
	height: 34px;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	;
}

.them-edit-dialog .input-btn .qd-btn {
	background: #00b344;
	color: #FFFFFF;
}

.them-edit-dialog .input-btn .btn:hover {
	cursor: pointer;
}

.them-edit-dialog .input-btn .qx-btn {
	background: #e6e6e6;
	color: #666666;
	margin-right: 30px;
}

.them-edit-dialog .input-btn {
	margin-top: 30px;
	text-align: right;
}

.them-edit-dialog1 .tit {
	height: 40px;
	line-height: 40px;
	background: #f0f0f0;
}

.them-edit-dialog1 .tit .edit {
	font-size: 16px;
	color: #646464;
	padding-left: 30px;
}

.them-edit-dialog1 .tit a {
	display: inline-block;
	padding-right: 10px;
}

.them-edit-dialog1 .tit a:hover {
	cursor: pointer;
}

.them-edit-dialog1 .input-name {
	width: 288px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e6e6e6;
	padding-left: 10px;
}

.them-edit-dialog1 .comm {
	padding: 20px 30px 0px 30px;
}

.them-edit-dialog1 .comm .tittp {
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	font-weight: blod;
}

.them-edit-dialog1 .comm p {
	line-height: 24px;
	font-size: 14px;
	color: #666666;
}

.them-edit-dialog1 .input-btn .btn {
	width: 70px;
	height: 34px;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	;
}

.them-edit-dialog1 .input-btn .qd-btn {
	background: #00b344;
	color: #FFFFFF;
	margin-right: 10px;
}

.them-edit-dialog1 .input-btn .btn:hover {
	cursor: pointer;
}

.them-edit-dialog1 .input-btn .qx-btn {
	background: #e6e6e6;
	color: #666666;
	margin-right: 30px;
}

.them-edit-dialog1 .input-btn {
	margin-top: 30px;
	text-align: center;
}

/*搜索弹框4.0修改*/
.search-apply-bar {
	width: 560px;
	height: 430px;
	border-radius: 20px;
	background: #f7f7f7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	left: 50%;
	top: 50%;
	margin: -215px 0 0 -280px;
	position: absolute;
	position: fixed !important;
	z-index: 90;
	display: none;
}

.search-apply-bar .tit {
	height: 70px;
	line-height: 70px;
	text-align: center;
	position: relative;
	background: #00a366;
	border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-left: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-top-right: 20px;
}

.search-apply-bar .tit span {
	font-size: 28px;
	color: #FFFFFF;
}

.search-apply-bar .tit a {
	float: right;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

.search-apply-bar .tit a:hover {
	cursor: pointer;
}

.search-apply-comm {
	padding: 20px 0 0 58px;
}

.search-apply-comm .zyp {
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 107px
}

.search-apply-comm li {
	height: 42px;
	margin-bottom: 24px;
}

.search-apply-comm li span {
	display: inline-block;
	width: 118px;
	line-height: 42px;
	font-size: 20px;
	color: #666666;
	text-align: right;
}

.search-apply-comm li span .red {
	color: #ff0000;
}

.search-apply-comm li input {
	width: 280px;
	padding: 0 10px;
	font-size: 14px;
	margin-left: 16px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.search-apply-comm .search-result-box {
	margin: 40px 0 0 138px;
}

.search-apply-comm .search-result {
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	background: #00cd63;
	display: inline-block;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	;
}

.search-visible {
	display: block;
}

/*大转盘首页弹框*/
.share-dialgo {
	width: 441px;
	height: 381px;
	left: 50%;
	top: 50%;
	margin: -190px 0 0 -220px;
	position: absolute;
	position: fixed !important;
	z-index: 401;
	display: none;
}

.share-dialgo .share-img {
	width: 441px;
	height: 381px;
	position: relative;
}

.share-dialgo .open-dialog-img {
	background: url("../img/dialog-dzp.png") no-repeat;
	cursor: pointer;
	display: block;
	width: 441px;
	height: 381px;
	position: relative;
}

.share-dialgo .close {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 32px;
	top: 41px;
	z-index: 402;
}

.share-dialgo .close:hover {
	cursor: pointer;
}

.fullbg {
	background-color: #000;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	z-index: 400;
	filter: alpha(opacity=50);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.zjprent {
	background: url("../img/icon/zj100.png") no-repeat;
	width: 90px;
	height: 92px;
	display: block;
	position: fixed;
	right: 0px;
	bottom: 297px;
	z-index: 100;
}

/*新用户专享*/
.newuser-dialog {
	width: 517px;
	height: 475px;
	left: 50%;
	top: 50%;
	margin: -237px 0 0 -258px;
	position: absolute;
	position: fixed !important;
	z-index: 400;
	display: none;
	background: url("../img/icon/new-enjoy.png") no-repeat;
}

.newuser-dialog .goto-btn {
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	width: 130px;
	height: 32px;
	line-height: 32px;
	background: #850059;
	border: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	position: absolute;
	left: 200px;
	top: 358px;
}

.winn-close {
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: block;
	position: absolute;
	left: 243px;
	top: 20px;
}

.hot-icon-p {
	position: absolute;
	left: 63px;
	top: 0px;
}


/*支付上传图片*/
.load_pz {
	position: relative;
	display: inline;
}

.load_pz #file_upload_pay {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.wrapper{position: relative;z-index: 1;width: 1200px;margin: auto;overflow: hidden;}
.clearfix:after{display: block;height:0px;overflow: hidden;clear:both;content:""}
.clearfix{*zoom:1;}
.wy-mod-banner{background: #fff;margin-top: 0;height: 400px;position: relative;}
.wy-mod-banner .banners{width: 1200px;height: 400px;overflow: hidden;position: absolute;}
.wy-mod-banner .banner{width: 1200px;height: 400px;overflow: hidden;position: absolute;}
.wy-mod-banner .banner .info{width: 410px;height: 230px;position: absolute;right:50%;margin-right:-480px;background: url("../images/txt1.png") no-repeat;top: 80px;}
.wy-mod-banner .banner2 .info{background-image: url("../images/txt2.png");}
.wy-mod-banner .banner3 .info{background-image: url("../images/txt3.png");}
.wy-mod-banner .banner4 .info{background-image: url("../images/txt4.png");}
.wy-mod-banner .info .link-download{width: 148px;height:40px;overflow: hidden;position: absolute;bottom:-70px;right:0px;cursor:pointer;text-decoration: none;}
.wy-mod-banner .info .link-download span{position:absolute;display: block;left:10px;cursor:pointer;font-size:28px;line-height: 50px;color:white;font-weight: 500; font-family: "Microsoft YaHei"}
.wy-mod-banner .banner1 .info .link-download span,
.wy-mod-banner .banner2 .info .link-download span {color:#3091f2;}
.wy-mod-banner .info .link-download .bor_c{position: absolute;width:14px;height: 26px;right: 0px;top:14px;background-image: url("../images/ico_bule.32.png"); }
.wy-mod-banner .banner3 .info .link-download .bor_c,
.wy-mod-banner .banner4 .info .link-download .bor_c{background-image: url("img/ico_white.32.png");_background-image: url("../images/ico_white.png");}

.wy-mod-banner .banner .info h3{display: none;}
.wy-mod-banner .banner .info p{display: none;}
.wy-mod-banner .focus{width: 1200px;margin:0px auto;padding-top: 350px;text-align: center;}
.wy-mod-banner .focus a{text-decoration: none;z-index:3;width:24px;height:74px;position:relative;display: inline-block;*display:inline;overflow: hidden;margin:0px 3px;zoom:1;}
.wy-mod-banner .focus a .bg-m{z-index:4;color:white;line-height:40px;font-size:40px;position:absolute;display: block;left:2px;top:6px;cursor:pointer; display: none;}
.wy-mod-banner .focus a .bg-b{background-image:url("../images/i_dot.32.png");position:absolute;display: block;left:0px;top:0px;cursor:pointer; width: 18px; height: 18px;}
.wy-mod-banner .focus a .inner{background-image:url("../images/i_dot_hover.32.png");position:absolute;left:0px;top:0px;z-index:9;opacity:0;display: none\0;+display: none;*display: none; width: 18px;height: 18px;}
.wy-mod-banner .focus a.on .inner,.wy-mod-banner .focus a:hover .inner{cursor:pointer;display:block;border:0;-webkit-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:1;}
.wy-mod-banner .focus .hover .inner{display:block;}
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #fff;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 550px;
	min-width: 320px;
	height: auto;
	z-index: 9999999;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 9999995;
	opacity: 0;
	background: rgba(1,1,1,0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #5b5b5b;
	background: #fff;
	position: relative;
	border-radius: 0px;
	margin: 0 auto;
}
.md-content .md-close-btn {
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 999999;
}
.md-content .md-close-btn a{
	color: #909090;
	cursor: pointer;
}
.md-content .md-close-btn a:hover{
	color: #212121;
}
.md-content .md-close {
		border: 0;
	background-color: white;
	font-size: 13px;
}

.md-content h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 20px;
	text-align: center;
	background: #fff;
	border-radius: 0;
	color: #797979;
}

.md-content > div {
	padding: 15px 10px 10px;
	margin: 0;
	font-weight: 300;
	font-size: 14px;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}


/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 4px solid #FF6600;
}
.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
	opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

/* Effect 5: fall */
.md-effect-5.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-5 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg); 
	-moz-transform: translateZ(600px) rotateX(20deg); 
	-ms-transform: translateZ(600px) rotateX(20deg); 
	transform: translateZ(600px) rotateX(20deg); 
	opacity: 0;
}

.md-show.md-effect-5 .md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg); 
	opacity: 1;
}

/* Effect 6: side fall */
.md-effect-6.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-6 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg); 
	-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
	-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg); 
	opacity: 0;
}

.md-show.md-effect-6 .md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-effect-7{
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.md-effect-7 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.md-show.md-effect-7 .md-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-8 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-8 .md-content {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-9 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-9 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 10: 3D sign */
.md-effect-10.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-10 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
	background: rgba(255,255,255,1);
} 

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
	background: transparent;
}

.md-show.md-effect-12 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-13 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	-moz-transform: translateZ(-3000px) rotateY(90deg);
	-ms-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;
}

.md-show.md-effect-13 .md-content {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
	50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
	50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
	50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
	100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-14 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	-moz-transform: translateY(100%) rotateX(90deg);
	-ms-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-15 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
	background: rgba(1,1,1,0.6);
}

.md-show.md-effect-16 ~ .container {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}

.md-effect-16 .md-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
	height: 100%;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}	

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay  {
	-webkit-transform: rotateX(-2deg);
	-moz-transform: rotateX(-2deg);
	-ms-transform: rotateX(-2deg);
	transform: rotateX(-2deg);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;

	transform-style: preserve-3d;
}

.md-effect-17 .md-content {
	opacity: 0;
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.3s 0.2s;
	-moz-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
	background: rgba(1,1,1,0.6);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 0% 50%;
	-moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 0% 50%;
	animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
	50% { -webkit-transform: translateZ(-50px) rotateY(5deg); -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: translateZ(-200px); }
}

@-moz-keyframes rotateRightSideFirst {
	50% { -moz-transform: translateZ(-50px) rotateY(5deg); -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: translateZ(-200px); }
}

@keyframes rotateRightSideFirst {
	50% { transform: translateZ(-50px) rotateY(5deg); animation-timing-function: ease-out; }
	100% { transform: translateZ(-200px); }
}

.md-effect-18 .md-content {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
}

.md-show.md-effect-18 .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: OpenTop 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 50% 100%;
	-moz-animation: OpenTop 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
	50% { 
		-webkit-transform: rotateX(10deg); 
		-webkit-animation-timing-function: ease-out; 
	}
}

@-moz-keyframes OpenTop {
	50% { 
		-moz-transform: rotateX(10deg); 
		-moz-animation-timing-function: ease-out; 
	}
}

@keyframes OpenTop {
	50% { 
		transform: rotateX(10deg); 
		animation-timing-function: ease-out; 
	}
}

.md-effect-19 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
}

.md-show.md-effect-19 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

.cl{ clear: both;}
input[type="text"]:focus, input[type="password"]:focus {
	outline:none;
}
input::-ms-clear {
	display:none;
}
.login {
	width:500px;
	position:relative;
	margin-top: 0;

	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
.login .header {
	height:50px;
	position:relative;
	font-family:"Microsoft Yahei";
}
.header .switch {
	height:45px;
	position:absolute;
	left:60px;
	bottom:0;
	font-size:16px;
}
.header .switch #switch_qlogin {
	margin-right:85px;
}
.header .switch .switch_btn {
	color:#999;
	display:inline-block;
	height:45px;
	line-height:45px;
	outline:none;
	*hide-focus:expression(this.hideFocus=true);
}
.header .switch .switch_btn_focus {
	color:#333;
	display:inline-block;
	height:45px;
	line-height:45px;
	outline:none;

	*hide-focus:expression(this.hideFocus=true);
	text-decoration: none;
}
.header .switch .switch_btn:hover {
	color:#333;
	text-decoration:none;
}
.header .switch .switch_btn_focus:hover {
	text-decoration:none;
}
#switch_bottom {
	position:absolute;
	bottom:-1px;_bottom:-2px;
	border-bottom:2px solid #848484;
}

.web_login {
	width:500px;
	position:relative;
}
#web_login{_left:60px;*left:0;}
.web_login .login_form {
	width:350px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.web_login .reg_form {
	width:500px;
	margin:0 auto;
}
.web_login .input-tips {
	float:left;
	margin-top:10px;
	width:80px;
	height:42px;
	font-size:16px;
	line-height:42px;
	font-family:"Hiragino Sans GB", "Microsoft Yahei";
}
.web_login .input-tips2 {
	float:left;
	text-align:right;
	padding-right:10px;
	width:115px;
	height:30px;
	font-size:16px;
	margin-top:10px;
	clear:both;
	line-height:30px;
	font-family:"Hiragino Sans GB", "Microsoft Yahei";
}
.web_login .inputOuter {
	height:42px;
	margin-top:10px;
	float:left;
	
}
.web_login .inputOuter2 {

	margin-top:6px;margin-top:5px\9;
	float:left;
	
}
.web_login .inputstyle {
	width:200px;
	height:38px;
	padding-left:5px;
	line-height:30px;line-height:38px;
	background:#fff;
	color:#333;border-radius:2px;
	font-family:Verdana, Tahoma, Arial;
	font-size:16px;
	ime-mode:disabled;
}
.web_login input.inputstyle2:focus,.web_login input.inputstyle:focus{border:1px solid #198BD4;box-shadow:0 0 2px #198BD4;}
.web_login .inputstyle2 {
	width:200px;
	height:34px;
	padding-left:5px;
	line-height:34px;
	background:#fff;
	color:#333;border-radius:2px;
	font-family:Verdana, Tahoma, Arial;
	font-size:16px;
	ime-mode:disabled;
}
.web_login .uinArea {
	height:55px;
	position:relative;
	z-index:10;
}
.web_login .pwdArea {
	height:55px;
	margin-bottom:10px;
	position:relative;
	z-index:3;
}
.web_qr_login {
	position:relative;
	
	overflow:hidden;
}

.cue {
	height:40px;
	line-height:40px;
	font-size:14px;
	border:1px #CCCCCC solid;
	margin-top:10px;margin-bottom:5px;
	text-align:center;
	font-family:"Hiragino Sans GB", "Microsoft Yahei";
	width:90%;
}
.login {
	background-color:#ffffff;
}

h1{margin:80px auto 50px auto;text-align:center;color:#fff;margin-left:-25px;font-size:35px;font-weight: bold;text-shadow: 0px 1px 1px #555;}
h1 sup{
	font-size: 18px;
	font-style: normal;
	position: absolute;
	margin-left: 10px;}
.login {border:0;padding:5px 0;
background: #fff;
margin: 0 auto;
}

.web_login{padding-bottom:20px;}

.jianyi{color:#fff;text-align:center;margin-top:25px;color:#B3B8C4;}
.reg_form li {
height: 55px;
}
.cue {
margin-top: 15px;
margin-bottom: 10px;border:1px solid #eee;border-radius:3px;
}
.web_login input.inputstyle2:focus, .web_login input.inputstyle:focus {
border: 1px solid #5796f;
box-shadow: 0 0 0;
}
.web_login .reg_form {
width: 500px;
margin: 0 auto;
}
.web_login .inputstyle2 {border-radius:2px;width:210px;}
.web_login .input-tips2 {
padding-right: 5px;
width: 115px;_width: 75px;_font-size:12px;}
.button_blue
{
	display:inline-block;
	float:left;
	height:41px;border-radius:4px;
	background:#ff6600;border:none;cursor:pointer;
	border-bottom:3px solid #ff6600;*border-bottom:none;
	color:#fff;
	font-size:16px;padding:0 10px;*width:140px;
	text-align:center;outline:none;font-family: "Microsoft Yahei",Arial, Helvetica, sans-serif;
}
input.button_blue:hover
{
	background:#ff6600;
	border-bottom:3px solid #ff6600;*border-bottom:none;
	color:#fff;
	text-decoration:none;
}
a.zcxy {text-decoration: underline;line-height:58px;margin-left:15px;color: #959ca8;}
.web_login .login_form {margin-top:30px;}
.web_login .uinArea {
height: 60px;}
.header .switch{left:70px;}
.reg_form input{
	width:130px;
	height:38px;
	border-style:none;
	border:1px solid #C8C8C8;
	margin-right:10px;
	outline:none;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}
.login_form input{
	width:130px;
	height:38px;
	border-style:none;
	border:1px solid #C8C8C8;
	margin-right:10px;
	outline:none;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}
.msgs{display:inline-block;width:104px;color:#fff;font-size:12px;text-align:center;height:30px;line-height:30px;background:#ff6600;cursor:pointer;}
form .msgs1{background:#E6E6E6;color:#818080;}
	.tcformts {
	font-size: 10px;
	background-color: #4CAF50;
	height: 20px;
	line-height: 20px;
	margin-left: 80px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 2px;
	padding-left: 30px;
	color: #FFF;
	background-image:url("../images2/sbcxdp.jpg");
	background-repeat:no-repeat;
	
}

		.cssbinput22{
	background-image:url("../images/zoom2.jpg");
	padding-left:30px;
	width:340px;
	height:40px;
	line-height:40px;
	background-repeat: no-repeat;
	background-position:8px 13px;
	border: 1px solid #FF6600;
	background-color: #FFFFFF;

	margin-top:;
	}.twzxmk {
	height: 430px;
	width: 100%;
}

.bannerbottom{
	padding: 25px 0;
	background-color: #333333;
	margin: -5px 0;
}
.yellow {
	font-size: 14px;
	color: #FFFF00;
}

.ywzxbigbox {
	background-image: url("../images/ywxxbigbg.jpg");
	background-repeat: repeat-x;
	width: 100%;
	clear: both;
	height: 275px;
}
.ywzxbigbox .ywzxbigboxin {
	height: 275px;
}
.ywzxbigbox .ywzxbigboxin .ywzxin {
	height: 248px;
	width: 23%;
	margin: 0 1%;
	float: left;
	padding-top: 20px;
	background:#fff;
	box-shadow: 5px 0px 5px #CDCDCD;
	border-radius: 5px;
}
.ywzxintopimg {
	text-align: center;
}
.ywzxintoptit {
	height: 50px;
	padding-top: 20px;
	font-family: "微软雅黑";
	line-height: 30px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.ywzxintopul li {
	width: 50%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #333333;
	float: left;
	text-align: center;
	font-family: "微软雅黑";
	font-weight: bold;
}
.ywzxintopul ul {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.tlgg {
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	width: 1200px;
}
.ywzxintopul {
	height: 110px;
}


.demo {
	padding: 2em 0;
	background-color: #f8f8f8;
}
a:hover, a:focus { outline: none; text-decoration: none; }
.tab .nav-tabs { border-bottom: none; position: relative; width:990px; margin-left:auto; margin-right:auto; height:80px; }
.tab .nav-tabs li {
	margin-right: 20px;
	margin-left:20px;
	width:100px;
	z-index: 1;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tab .nav-tabs li:last-child:after { border: none; }
.col-md-offset-3.col-md-6 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

iframe {
	border: 0;
}
.tab .nav-tabs li a {
	display: block;
	padding: 5px 10px;
	background: #fff;
	font-size: 15px;
	font-weight: 600;
	color: #FF3300;
	text-transform: uppercase;
	border-radius: 0;
	margin-right: 0;
	border: 1px solid #FF3300;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
	font-weight:100;
	text-align:center;
}
.tab .nav-tabs li.active a, .tab .nav-tabs li a:hover { color: #fff; border: 1px solid #FF3300; }
.tab .nav-tabs li a:after { content: ""; display: block; width: 100%; height: 0; position: absolute; top: 0; left: 0; z-index: -1; transition: all 0.3s ease 0s; }
.tab .nav-tabs li.active a:after, .tab .nav-tabs li a:hover:after { height: 100%; background: #FF6600; }
.tab .tab-content {  margin-top: 0; font-size: 14px; color: #999; line-height: 26px; }
.tab .tab-content h3 { font-size: 24px; margin-top: 0; }



.navRight ul.items {
	padding-top: 10px;
	float: right;
	clear: both;
}

.navRight span {
	float: right;
	color: #ff6600;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
}.sytitle {
	line-height: 80px;
	text-align: center;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	font-family: "微软雅黑";
	font-size: 30px;
	color: #000000;
}
.sytitle,.sytitle2{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	font-weight: normal;
}
.sytitle::before,.sytitle2::before{
	content: "";
	width: 120px;
	height: 15px;
	display: block;
	background: url(/public/home/images/xiantiao.png) no-repeat;
	background-position: 0 -1px;
	margin-right: 20px;
}
.sytitle::after,.sytitle2::after{
	content: "";
	width: 120px;
	height: 15px;
	display: block;
	background: url(/public/home/images/xiantiao.png) no-repeat;
	background-position: 0 -22px;
	margin-left: 20px;
}
.sytitle2 {
	line-height: 60px;
	text-align: center;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	font-family: "微软雅黑";
	font-size: 30px;
	color: #FFFFFF;
}
.wmdfw {
	width: 100%;
}
.wmdfwbox {
	padding: 0 1%;
	margin-right: auto;
	margin-left: auto;
}
.wmdfwsqtit {
	/* height: 100px; */
	width: 286px;
	float: left;
}
.wmdfwsqwz1 {
	/* height: 100px; */
	width: 268px;
	float: left;
	margin-right: 55px;
	background-image: url("../images/sqfw1.jpg");
	line-height: 100px;
	font-size: 24px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	padding-left: 70px;
	background-repeat: no-repeat;
}
.wmdfwsqwz2 {
	/* height: 100px; */
	width: 268px;
	float: left;
	margin-right: 55px;
	background-image: url("../images/sqfw2.jpg");
	line-height: 100px;
	font-size: 24px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	padding-left: 70px;
	background-repeat: no-repeat;
}
.wmdfwsqwz3 {
	/* height: 100px; */
	width: 268px;
	float: left;
	background-image: url("../images/sqfw3.jpg");
	line-height: 100px;
	font-size: 24px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	padding-left: 70px;
	background-repeat: no-repeat;
}
.wmdfwboxbottom {
	/* height: 100px; */
	clear: both;
	padding-top: 30px;
}
.wmdfwshtit {
	/* height: 100px; */
	width: 286px;
	float: left;
}
.wmdfwshwz1 {
	/* height: 100px; */
	width: 157px;
	float: left;
	background-image: url("../images/shfw1.jpg");
	background-repeat: no-repeat;
	padding-left: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
	padding-top: 22px;
}
.wmdfwshwz2 {
	/* height: 100px; */
	width: 157px;
	float: left;
	background-image: url("../images/shfw2.jpg");
	background-repeat: no-repeat;
	padding-left: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 30px;
	padding-top: 22px;
	margin-right: 30px;
	margin-left: 30px;
}

.wmdfwshwz3 {
	height: 100px;
	width: 157px;
	float: left;
	background-image: url("../images/shfw3.jpg");
	background-repeat: no-repeat;
	padding-left: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 30px;
	padding-top: 22px;
	margin-right: 30px;
}

.wmdfwshwz4 {
	/* height: 100px; */
	width: 157px;
	float: left;
	background-image: url("../images/shfw4.jpg");
	background-repeat: no-repeat;
	padding-left: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 30px;
	padding-top: 22px;
	margin-right: 30px;
}

.wmdfwshwz5 {
	/* height: 100px; */
	width: 157px;
	float: left;
	background-image: url("../images/shfw5.jpg");
	background-repeat: no-repeat;
	padding-left: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 30px;
	padding-top: 22px;
}
.kefubig {
	background-image: url("../images/kefubg.jpg");
	height: 554px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
}
.kefubigbox {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 360px;
	padding-top: 30px;
}
.kefuboxleft {
	height: 366px;
	width: 844px;
	float: left;
}
.kefuboxright {
	height: 354px;
	width: 345px;
	float: right;
}
.kefubao {
	float: left;
	height: 170px;
	width: 408px;
	background-color: #FFFFFF;
	border-radius:5px;
	display:inline-block;
	margin-top: 10px;
	margin-left: 10px;
}
.kefubaoimg {
	height: 104px;
	width: 104px;
	margin-top: 30px;
	margin-left: 30px;
	float: left;
}
.kefubaowzbox {
	float: left;
	width: 260px;
	height: 130px;
	margin-left: 10px;
	margin-top: 30px;
}
.kfbwzboxtop {
	font-family: "微软雅黑";
	font-size: 22px;
	font-weight: bold;
	color: #FF6600;
}
.kfbwzboxtop2 {
	font-size: 12px;
	color: #666666;
	font-family: "微软雅黑";
	line-height: 18px;
	height: 30px;
}
.kfbwzboxtop3 a {
	font-family: "微软雅黑";
	color: #FF6600;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #FF6600;
	width: 95px;
	text-align: center;
	line-height: 34px;
	font-size: 15px;
	cursor: pointer;
}
.kfbwzboxtop3 {
	padding-top: 25px;
}

.kfbwzboxtop3 .kfbwzbut2{
	margin-left: 14px;
	background: #ff6e48;
	color: #fff;}
	.kfbwzboxtop3 .kfbwzbut2:hover{
	margin-left: 14px;
	color: #fff;
	background-color: #FF3333;
}.kefuboxright {
	background-image: url("../images/quick_register_bg.png");
	background-repeat: no-repeat;
	padding-top: 208px;
	padding-left: 60px;
	margin-top: 10px;
}
.kefuboxright a {
	font-family: "微软雅黑";
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #ff6e48;
	border-radius: 20px;
	outline: 0;
	background: #ff6e48;
	cursor: pointer;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
}
.mfrlzcgjbw{margin-top: 198px;
	text-align: center;}


.picbox{
	width:1200px;
	margin:20px auto;
	font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53",serif;
}
.picbox p{
	word-wrap:break-word;
}
.picbox h2{font-size:22px;line-height:36px;color:#d13a3e;text-align:center;}
.picbox .text{font-size:16px;line-height:30px;color:#2a2d39;padding:10px 0 20px 0;text-align:center;}
.piclist{margin-left:1px}
.piclist:after{height:0;display:block;clear:both;visibility:hidden;content:'.';font-size:0}
.piclist ul{
	width:1200px;
	margin:0 auto;
	position:relative;
}
.piclist li{
	float:left;
	cursor:pointer;
	z-index:0;
	position:relative;
	margin:0 10px 10px 0;
	width:232px;
	height: 195px;
	margin-bottom:10px;
}
.piclist li.r{ margin-right:0}
.piclist li .in img{*width:240px;*height:auto;}
.piclist li .in{
	position: absolute;
	left: 0;
	top: 0;
	z-index:2;
	width: 220px;
}
.piclist li .in .imgdiv{
	display:block;
	width:210px;
	height: 142px;
	margin-top:4px;
	overflow:hidden;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.piclist li span{
	display:block;
	text-align: center;
	height:46px;
	padding:8px 3px 0 3px;
	font-size:13px;
	line-height:20px;
	color:#666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}
.piclist li span b{
	display:block;
	color:#666666;
	white-space: normal;
	font-weight: normal;
}
.piclist li.pic .original{
	display:none;
	padding:5px;
	padding-bottom:0;
	position:absolute;
	text-align: center;
	left:-16px;
	top:-59px;
	background: #FFF;
}
.piclist li.pic2 .original{display:none;padding:5px;padding-bottom:0;position:absolute;text-align: center;left:-16px; top:-59px; background: #FFF; }
.piclist li.pic2 {background-image:url("../images/img/logo.jpg"); background-repeat:no-repeat;}
.piclist li.pic .original .imga{display:block;}
.piclist li.pic2 .original .imga{display:block;}
.piclist li .original img{*height:250px;*width:auto;}
.piclist li .original span {height:36px;padding-top:0}
.piclist li .original b{ line-height:36px;}
.piclist li.on{z-index:999}
.piclist li.on .original{ display:block;z-index:100;}

.information-box {
	background: url("../images/section-bg.jpg") no-repeat center;
	padding: 0 0px 50px 0px;
	background-color: #f8f8f8;
}

.information-con {
	width: 100%;
	margin: 0 auto;
}

.information-head {
	width: 1050px;
}

.information-head h2 {
	font-weight: normal;
	line-height: 1;
	text-align: center;
	padding-top: 60px;
	font-size: 30px;
}

.information-head p {
	line-height: 1;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 40px;
	font-size: 14px;
	margin-top: 20px;
}

.information-main {
	background: #fff;
}

.information-main-fl {
	width: 32%;
	overflow: hidden;
	float: left;
	height: auto;
	position: relative;
}

.information-main-fr {
	width: 68%;
	overflow: hidden;
	float: right;
	height: auto;
}

.prev {
	display: block;
	position: absolute;
	z-index: 1;
	top: 45%;
	margin-top: -30px;
	left: 0;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url("../images/icon-arrow2.png") 0px 0px no-repeat;
	cursor: pointer;
}

.next {
	display: block;
	position: absolute;
	left: auto;
	right: 0;
	top: 45%;
	margin-top: -30px;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url("../images/icon-arrow.png") 0px 0px no-repeat;
	cursor: pointer;
}

.information-main-back {
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	z-index: 1;
	height: 60px;
	bottom: 0;
	width: 100%;
}

.information-main-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 523px;
	line-height: 60px;
	padding: 0 16px;
	display: block;
	z-index: 2;
	text-align: left;
	margin-top: -20px;
	font-size: 18px;
	color: #fff;
}

.main-btn {
	padding: 10px 17px;
	margin-top: 11px;
	border: 1px solid #7d7d7d;
	line-height: 1;
	color: #fff;
	border: 1px solid #ddd;
	float: right;
	font-size: 16px;
}

.information-main-fl .bd ul li {
	position: relative;
}

.information-main-fr .hd ul {
	font-size: 16px;
}

.information-main-fr .hd ul li {
	float: left;
	cursor: pointer;
	list-style: none;
	height: 60px;
	line-height: 60px;
	color: #666;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-top: 4px solid #e5e5e5;
	width: 25%;
	border-left: 0;
}

.information-main-fr .hd ul .on {
	color: #FF6600;
	height: 57px;
	line-height: 52px;
	border-top-width: 4px;
	border-bottom-width: 0;
	border-top-style: solid;
	border-top-color: #ff6600;
}

.information-main-fr .bd ul {
	color: #333;
	padding: 0 24px 0 32px;
}

.information-main-fr .bd ul li {
	height: 50px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
	text-align: left;
	list-style-type: disc;
}

.information-main-fr .bd ul li span {
	float: right;
}

.information-main-fr .bd ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 350px;
	float: left;
}

.information-main-fr .bd ul li a:hover {
	color: #ff5e00;
}



.information-more {
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	height: 40px;
	margin-top: 10px;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FF6600;
}

.information-more a {
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	margin-top: 12px;
}


.information-more a:hover {
	color: #FFFFFF;
}


.index-information,.index-institute{padding-top:3%;padding-bottom: 2%;background-color:#353535;}
.index-information h1,.index-institute h1{ padding-bottom:16px;margin-bottom:16px;color:#fff;font-weight:300;background-image:url("../images/107.jpg");background-size: 41px 3px;background-position:0 100%;background-repeat:no-repeat;text-align: left;font-size: 30px;margin-left: 0;margin-top: 0;margin-bottom: 0;}
.index-information .tips,.index-institute .tips{margin-bottom:55px;color:#fff; line-height:50px;}
.index-information .tips span{color:#0cf}
.institute-goin{margin-top:-10%;margin-bottom:5%;overflow:hidden;position:relative}
.institute-goin .imgwrapper{display:block;float:left;overflow:hidden}
.institute-goin .imgwrapper:hover .imginfo{overflow:hidden;-webkit-transform:scale(1.1);transform:scale(1.1)}
.institute-goin .imgwrapper:first-child{width:100%}
.institute-goin .imgwrapper:nth-child(2),.institute-goin .imgwrapper:nth-child(3){width:23.7%}
.institute-goin .imgwrapper .imginfo{overflow:hidden;transition:all .3s ease-in}
.institute-goin .imgwrapper img{width:100%;display:block}




.institute-goin .info{width:25%;padding:20px;color:#fff;line-height:23px;background-color:rgba(50, 122, 255, 0.8);position:absolute;top:0;bottom:0;left:0}.institute-goin .info p{ font-size:14px;
	margin-bottom:20px
}.institute-goin .info a{width:100%;padding-top:3%;padding-bottom:3%;display:block;text-align:center;color:#fff;border:1px solid #fff}.institute-goin .info a:hover{background-color:#fff;color:#036}

.institute-goin .info2{
	width:75%;
	color: #4c4c4c;
	line-height:23px;
	background-color:#EEEEEE;
	position:absolute;
	top: 75%;
	bottom: 25%;
	left: 25%;
	height: 25%;
	padding-top: 30px;
}.institute-goin .info2 p{margin-bottom:35%}.institute-goin .info2 a{width:100%;padding-top:3%;padding-bottom:3%;display:block;text-align:center;color:#fff;border:1px solid #fff}.institute-goin .info2 a:hover{background-color:#fff;color:#036}

.institute-goin .info2 .li{ float:left; width:50%}


.index-information{
	padding-top:2%;
	background-image:url("../images/rongyuzizhibg.jpg");
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center 0;
}.index-information-list .swiper-slide:hover a{display:block}.index-information-list .swiper-slide img{width:100%;display:block}.index-information-list .swiper-slide a{padding:2% 3%;color:#fff;display:none;background-color: rgba(0, 0, 0, 0.77);position:absolute;left:0;right:0;bottom:0;}.index-information-list .swiper-slide a p{width:100%;font-size: 13px;line-height: 25px;}.index-information-list .swiper-slide a span{display:block;font-size:12px;text-align:right}.index-information-list .swiper-button-next,.index-information-list .swiper-button-prev{width:10%;height:100%;margin-top:0;top:0;background-color: rgba(0, 0, 0, 0.64);}.index-information-list .swiper-button-prev{left:-1px}.index-information-list .swiper-button-next{right:-1px}.institute-goin.index2{margin-bottom:0}.wrapper{
	width:100%;
	min-width:767px;
}
.wrapper2{
	width:100%;
	min-width:767px;
}


.institute-goin li {
	list-style-position: inside;
	list-style-type: disc;
	float: left;
	width: 48%;
	color: #0066CC;
	padding-left: 3%;
}
.institute-goin li span{
	color: #333333;
}
.fzlc {
	height: 320px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.fzlch1 {
	font-family: "微软雅黑";
	font-size: 25px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
		margin-top: 20px;
	margin-bottom: 20px;
}
.fzlcinbox {
	width: 22%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	height: 200px;
	background-color: #E8E8E8;
	float: left;
}
.fzlcboxjd {
	margin-right: 20px;
	margin-left: 20px;
	height: 40px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 20px;
}
.fzlcboxnr {
	line-height: 30px;
	margin-right: 20px;
	margin-left: 20px;
	font-family: "微软雅黑";
	font-size: 13px;
	padding-top: 10px;
	color: #666666;
}
.xwmtbd {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 320px;
}
.xwmtbdh1 {
	font-family: "微软雅黑";
	font-size: 25px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin-bottom: 20px;
}
.xwmtbdbox {
	width: 47%;
	margin-top: 10px;
	margin-right: 1.5%;
	margin-bottom: 10px;
	margin-left: 1.5%;
	float: left;
	height: 80px;
}
.xwmtbdboximg {
	height: 70px;
	width: 30%;
	float: left;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding-top: 0.5%;
	background-color: #FFFFFF;
}
.xwmtbdboxwz {
	height: 50px;
	width: 67%;
	margin-left: 2%;
	float: left;
	margin-top: 10px;
}
.xwmtbdboxwz a {
	color: #333333;
	line-height: 25px;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 236px;
	height: 157px;
	position: relative;
	float: left;
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {

	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {

	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	-o-transform: translate(0,-50%);
	-ms-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 1
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-button-prev{background-image:url("../images/54.png");left:-40px}.swiper-button-next{background-image:url("../images/55.png");right:-40px}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}
.container{
  width: 1200px;
  margin:0 auto;
}
.box-lanrenzhijia {
	width: 1200px;
	margin:20px auto;
}
.fi10 {
	width: 1200px;
	position:relative;
	padding-bottom: 50px;
	overflow: hidden;
}
.fi_ct {
	width:100%;
	background:#efefef;
	float:left;
	height:349px;
	overflow:hidden;
}
.fi_ct p {
	padding-left:30px;
	width: 70%;
	position:absolute;
	left:3px;
	top:46px;
	color:#fff;
	height: 295px;
}
.fi_ct p a {
	color:#fff;
}
.fi_ct p a:hover {
	color:#fff;
	text-decoration:none;
}
.fi_ct p strong {
	display:block;
	font-size:26px;
	padding-bottom:5px;
}
.fi_ct p em {
	display:block;
	padding-left:5px;
	font-size:13px;
}
.fi_ct img {
}
.fi_tab_c {
	position:absolute;
	padding-left:4px;
	padding-top:11px;
	top:0px;
	right:0;
	width:300px;
	height:338px;
	overflow:hidden;
	text-align:center;
}
.fi_tab {
	width:304px;
}
.fi_tab li {
	float:left;

	padding-top:5px;
	width:135px;
	height:75px;
	margin:0 5px 4px 5px;
}
li.fi_now {

	padding-top:5px;
	width:135px;
	height:75px;

	opacity:1;
}
.cgallogo {
	margin-top: 30px;
	margin-left: 40px;
}
.cgalnr {
	display: flex;
	width: 65%;
	margin-left: 40px;
	margin-top: 10px;
}
.cgalimg {
	height: 180px;
	width: 50%;
	float: left;
}
.cgalwz {
	height: 180px;
	width: 80%;
	float: left;
	padding-top: 10px;
	padding-left: 40px;
	font-size: 16px;
	line-height: 28px;
	font-family: "微软雅黑";
}
.bot-banner{
	width: 100%;
	height:158px;
	background: url("../images/banner_bot.jpg") 50% 50% no-repeat;
	clear: both;
}
.footer{
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: #f8f8f8;
}
.footer-addr{
  text-align: left;
  padding-left:230px;
  font-size: 13px;
  margin-bottom: 10px;
  color: #767676;
  line-height: 2;
}
.footer-row{
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 15px;
}
.mid-line{
  position: absolute;
  left:50%;
  top:0px;
  bottom: 15px;
  width: 1px;
  background-color:#d2d2d2;
}
.footer-col{
  overflow: hidden;
}
.footer-col dl{
  width: 25%;
  float: left;
}
.footer-col dd{
  font-size: 15px;
  line-height: 36px;
}
.footer-col dt{
  font-size: 14px;
  line-height: 32px;
}
.footer-col dt a{
  color:#767676;
}
.footer-col dt a:hover{
  color:#333;
}

.mid-line+.footer-col{
  padding-left: 20px;
}
.schedule{
	width: 75%;
	float: left;
	padding-top: 10px;
	margin-right: 20px;
}
.schedule div{
 font-size: 13px; 
 line-height: 16px;
}
.schedule p{
  font-size: 16px;
}
.schedule p i.iconfont{
  color:#f00;
  font-weight: 600;
  font-size: 24px;
}
.schedule h4{
  font-size: 18px;
  line-height: 25px;
}
.schedule span{
  font-size: 14px;
}
.erweima{
  float: left;
}
.erweima img{
  max-width: 280px;
}
.footer .company{
  text-align: center;
  color:#767676;
  font-size: 12px;
  line-height: 30px;
}
.aboutus-phone{
  font-size: 12px;
  line-height: 30px;
  color:#767676;
  text-align: center;
  margin-bottom: 15px;
}
.aboutus-phone-content{
  overflow: hidden;
}
.aboutus-phone-content a{
  float: left;
  width: 25%;
  color:#767676;
}
.link{
  font-size: 12px;
  line-height: 30px;
  color:#767676;
  text-align: center;
}
.link-inner{
  display: inline-block;
  width: 700px;
  height:30px;
  vertical-align: middle;
  overflow: hidden;
  text-align: left;
  position: relative;
  top:-2px;
}
.link2{
  font-size: 12px;
  line-height: 30px;
  color:#767676;
  text-align: center;
  height:90px;
}

.link-inner2{
  display: inline-block;
  width: 1100px;
  height:90px;
  vertical-align: middle;
  overflow: hidden;
  text-align: left;
  position: relative;
  top:-2px;
  float:left;
}
.link-bt{
  float:left;
}
.link-inner a{
  display: inline-block;
  padding:0 12px;
  color:#767676;
}
.link-inner a:hover{
  color:#333;
}
.link-inner2 a{
  display: inline-block;
  padding:0 12px;
  color:#767676;
}
.link-inner2 a:hover{
  color:#333;
}
.link-container{
  position: relative;
  transition: top 0.3s linear;
}
/**æ‰‹æœºç«¯åº•éƒ¨**/
.webapp .footer .link{
  margin-bottom: 10px;
}
.webapp .link-inner{
  width: 100%;
}
.webapp .footer{
  padding-top: 10px;
  padding-bottom: 10px;
}
.webapp  .footer .company{
  line-height: 20px;
}
.phone-footer{
  padding: 1rem 0.5rem;
  text-align: center;
  line-height: 2;
}
.phone-footer .tel-num{
  font-size: 1.5rem;
}
.phone-footer .tel-num i.iconfont{
  color: #f00;
}
.phone-footer .time{
  font-size: 1.2rem;
}
.phone-footer .erweima{
  max-width: 100%;
  display: block;
  float: none;
  margin:0.5rem auto;
}
.qt-col-6{
  width:50%;
  float: left;
}
.row{
  overflow:hidden;
}

.home-aside{
  position: fixed;
  left:0;
  top:300px;
  width: 70px;
  z-index: 10000;
  background-color: #fff;
}
.home-aside>a{
  box-sizing: border-box;
  display: block;
  width: 100%;
  height:67px;
  color:#8a8a8a;
  text-align: center;
  padding: 12px 0 8px 0;
  font-size: 13px;
}
.home-aside>a:first-child{
}
.home-aside>a:first-child+a{
  border-top: 2px solid #e5e5e5;
}
.home-aside>a:hover{
  color:#f50;
}
.home-aside>a i.iconfont{
  color:#8a8a8a;
  font-size: 27px;
  display: block;
  margin-bottom: 5px;
}
.home-aside>a:hover i.iconfont{
  color:#f50;
}
.home-aside>a.bot-show{
  display: none;
}
.izl-rmenu{right: 0;margin-right: 1px;background:url("../images/r_b.png") 0px bottom no-repeat;z-index:999;position:fixed;top: 40%;}
.izl-rmenu .btn{width:45px; height:46px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url("../images/r_new.png") 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url("../images/r_new.png") 0px 0px no-repeat; background-color:#6da9de; text-decoration:none; display:block;background-size: cover;}
.izl-rmenu .btn-wx{background:url("../images/r_wx.png") 0px 0px no-repeat; background-color:#78c340;background-size: cover;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left: -165px;top:0px;display:none;width:160px;padding: 10px;background: #000;}
.izl-rmenu .btn-phone{background:url("../images/r_phone.png") 0px 0px no-repeat; background-color:#fbb01f;background-size: cover;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left: -165px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url("../images/r_top.png") 0px 0px no-repeat; background-color:#666666; display:none;background-size: cover;}
.izl-rmenu .btn-top:hover{background-color:#444;}


/*幻灯片*/
#full-screen-slider { width:100%; float:left; position:relative}
#slides { display:block; width:100%; height:355px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination{
	position:absolute;
	left:50%;
	bottom:20px;
	display:block;
	padding:5px 15px 5px 0;
	list-style:none;
	margin: 0!important;
	z-index:9900;
}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}
.card-fouth {
	background: rgba(246,246,246,.31);
}
.card-fouth .sub-title {
	margin-bottom: 32px;
	text-align: center;
	font-size: 40px;
	color: #333
}
.card-fouth .desc.desc-list {
	font-size: 0;
	color: #3a3a3a;
	font-weight: 200;
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
/*顶部分类*/
.card-fouth .industry {
	font-size: 20px;
	color: #999;
	padding: 15px 0;
	display: inline-block;
	width: 180px;
}
.card-fouth .industry.first {
	padding-left: 0
}
.card-fouth .industry.last {
	padding-right: 0
}
.card-fouth .industry.active {
	padding-bottom: 14px
}
.card-fouth .industry span {
	font-family: PingFang SC;
	font-weight: 400
}
.card-fouth .industry.active span {
	font-size: 28px;
	font-weight: 700;
	color: #ff6600;
	border-bottom: 5px solid #ff6600;
	padding-bottom: 5px;
	font-weight: 500
}
/*内容*/
.card-fouth .case-container {
	position: relative;
	width: 1200px;
	height: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.card-fouth .case-panel {
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.card-fouth .case-panel.active {
	z-index: 100;
	opacity: 1;
	-webkit-transition: all .2s ease-out .1s;
	transition: all .2s ease-out .1s;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.card-fouth .case-preview {
	display: inline-block;
	width: 576px;
	position: relative;
	top: 28px;
	left: -60px;
	z-index: 200
}
.xiala{
	display: none;
	left: 50%;
	width: 600px;
	position: absolute;background-color: #fff;padding-top: 30px;z-index: 1000;
	padding-bottom: 30px;
}
#xia:hover .xiala{
	display: block;
}
.shop{
	background: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cg3{
	margin-right: 10px;
}
@media(min-width:768px) and (max-width:1200px) {
	.container,.link-inner2{
		width: 80%;
	}
	.cg3{
	   width: 23%!important;
	}
}
@media(max-width:767px){
	.container,.link-inner2{
		width: 100%;
	}
	.cg3{
		width: 50%!important;
		margin-left: auto;
		margin-right: auto;
	}
}
@media(max-width:1199px){
	.cjjlbox{
		display: flex;
		width: 96%;
	}
	.ywzxbigbox .ywzxbigboxin{
		width: 100%;
		display: flex;
		flex-direction: row;
	justify-content: space-around;
	}
	.zybjdiv,.zybjdiv2{
		margin-right: 0;
	margin-left: 0;
	}
	.wmdfw{
		height: auto;
		padding-bottom: 30px;
	}
	.tlgg,.wmdfwbox,.information-con,.box-lanrenzhijia,.fi10,.tlgg>a>img{
		width: 100%;
	}
	.wmdfwboxtop,.wmdfwboxbottom{
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.wmdfwsqwz1,.wmdfwsqwz2{
		margin-right: 0;
	}
}
.qqa{
	/* border-radius: 50%; */
	/* background: rgba(123,123,123,0.8); */
	right: 0px;
	overflow: hidden;
}
.izl-rmenu{
	display: flex;
	flex-direction: column;
}
.remen{
	margin: 0 auto;
	/* width: 1200px; */
	width: 100%;
	max-width: 1200px;
}
.rm{
	padding: 35px 0;
	position: relative;
	overflow: hidden;
}
.rmtitle{
	width: 58px;
	height: 70px;
	border: dashed 1px #8a8a8a;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	font-size: 18px;
	color: #646464;
}
.rmtitle span{
	display: block;
	width: 0;
	height: 0;
	border-width: 0 10px 10px;
	border-style: double;
	border-color: transparent transparent #333;
	position: absolute;
	top: 29px;
	right: -15px;
	margin-left: -10px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.rmtitle span em{
	display: block;
	width: 0;
	height: 0;
	border-width: 0 10px 10px;
	border-style: solid;
	border-color: transparent transparent #f8f8f8;
	position: absolute;
	top: 1px;
	left: -10px;
}
.rm ul li{
	float: left;
	text-align: center;
	width: 110px;
	position: relative;
	color: #727272;
}

.brand_section01_ul li{
	margin-bottom: 30px;
	float: left;
	border: 1px solid #ccc;
	border-radius: 6px;
	height: 465px;
}
.cli {
	width: 23%;
}
.brand_section01_ul li .brand_li_top{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 108px;
	width: 100%;
	background: #E0EBEB;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.brand_section01_ul li .brand_li_top em {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 44px;
	height: 44px;
	display: inline-block;
}
.brand_li_top>p,.brand_li_bottom>p{
	text-align: center;
}
.brand_section01_ul li .brand_li_bottom {
	/* padding: 22px 50px 0 50px; */
	text-align: center;
	margin-top: 15px;
}
.brand_section01_ul li .brand_li_bottom p.p01 {
	/* text-align: left; */
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	border-bottom: 1px dashed #e5e5e5;
	font-size: 14px;
	color: #666;
}
.brand_section01_ul li .brand_li_bottom p.p01 img {
	vertical-align: middle;
	/* padding-left: 30px; */
	padding-left: 6px;
	padding-right: 6px;
}
.brand_section01_ul li .brand_li_bottom p.p02 {
	color: #f94856;
	font-size: 14px;
	line-height: 36px;
	margin-bottom: 13px;
	position: relative;
	text-align: center;
}
.brand_section01_ul li .brand_li_bottom p.p02 span {
	font-size: 36px;
	padding-left: 2px;
}
.brand_section01_ul li .brand_li_bottom p.p02 em {
	font-style: normal;
	font-size: 18px;
	display: inline-block;
	line-height: 26px;
	position: relative;
	vertical-align: top;
}
.brand_section01_ul li .brand_li_bottom p.p02 span {
	font-size: 36px;
	padding-left: 2px;
}
.brand_section01_ul li .brand_li_bottom p.p03 {
	margin-bottom: 15px;
}
.brand_section01_ul li .brand_li_bottom p.p03 a {
	width: 188px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.lihov{border-color: #e91d28!important;}
.lihov .brand_li_top{
	background: #e91d28 no-repeat -1px -1px!important;
	color: #fff!important;
}


.zqt-top-fixed{
	position: fixed;
	top: 0;
	display: none;
	width: 100%;
	height: 60px;
	padding: 0 130px;
	background: #ffffff;
	box-shadow: 0px 5px 18px rgba(178,178,178,0.35);
	margin: 0 auto;
	z-index: 1000;
}
.zqt-top-fixed .top-fixed-box .fixed-logo{
	margin: 0;
}
.zqt-top-fixed .fixed-comm .fixed-same{
	width: 150px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.zqt-top-fixed .fixed-comm .same{
	width: max-content;
	height: 60px;
	padding: 0 15px;
	line-height: 60px;
	font-size: 16px;
}
.links{
	text-align: center;
}
.zqt-top-fixed .fixed-comm .fixed-same .links,.top-fixed .comm .same .link,.zqt-top-fixed .fixed-comm .same .links{
	color: #333333;
	background: url("../img/index2/icon/fixed-tringle-bot.png") 96px center no-repeat;
	display: block;
	text-indent: 26px;
	cursor: pointer;
}
.zqt-top-fixed .fixed-comm .fixed-hot .links:hover,.top-fixed .comm .same .link:hover{
	background: url("../img/index2/icon/fixed-tringle-bot.png") 96px center #f4f4f7 no-repeat;
}
.zqt-top-fixed .fixed-comm .fixed-hot:hover .links,.top-fixed .comm .same .link{
	background: url("../img/index2/icon/fixed-tringle-bot.png") 96px center #f4f4f7 no-repeat;
}
.zqt-top-fixed .fixed-hot-box{
	width: 763px;

	padding: 30px 0 0 30px;
}
.zqt-top-fixed .fixed-hot-same{
	background: #ffffff;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	box-shadow: 0px 5px 18px rgba(178,178,178,0.35);
}
.zqt-top-fixed .fixed-hot-box .hot-items{
	width: 146px;
}
.zqt-top-fixed .fixed-hot-box .hot-items li h2{
	font-size: 14px;
	color: #1a1a1a;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 28px;
}
.zqt-top-fixed .fixed-hot-box .hot-items li a{
	font-size: 12px;
	color: #666666;
	line-height:12px;
	margin-top: 17px;
	display:block;
}
.zqt-top-fixed .fixed-hot-box .hot-items li a:hover{
	color: #30cb8b;
}
.zqt-top-fixed  .fixed-tools-box{
	width: 145px;
	height: 171px;
}
.zqt-top-fixed  .fixed-tools-box  .tools-items{
	padding-top: 15px;
}
.zqt-top-fixed  .fixed-tools-box  .tools-items li{
	line-height: 28px;
	height: 28px;
}
.zqt-top-fixed  .fixed-tools-box  .tools-items li a{
	font-size: 12px;
	color: #666666;
	line-height: 28px;
	margin-bottom: 17px;
	display: block;
	padding-left: 27px;
}
.zqt-top-fixed  .fixed-tools-box  .tools-items li:hover{
	background: #f7f7f7;
}
.zqt-top-fixed  .fixed-tools-box  .tools-items li:hover{
	background: #f7f7f7;
}
.zqt-top-fixed  .fixed-tools-box  .tools-items li a:hover{
	cursor: pointer;
	color: #30cb8b;
}
.zqt-top-fixed .fixed-comm .fixed-tools .links{
	text-indent: 33px;
	background: url("../img/index2/icon/fixed-tringle-bot.png") 88px center no-repeat
}
.zqt-top-fixed .fixed-comm .fixed-tools:hover .links{
	text-indent: 33px;
	background: url("../img/index2/icon/fixed-tringle-bot.png") 88px center #f4f4f7 no-repeat
}
.zqt-top-fixed .yjy-links{
	line-height: 60px;
	color: #333333;
	font-size: 16px;
	display: inline-block;
	margin-left: 25px;
}
.zqt-top-fixed .yjy-links:hover{
	color: #30cb8b;
}
.fixed-search{
	width: 500px;
	margin-top: 10px;
	height: 40px;
}
.fixed-search .dropdownContainer{
	width: 103px;
}
.fixed-search .dropdownContainer .dropdownDefault{
	font-size: 14px;
	color: #ff6600;
	line-height: 38px;
	height: 38px;
	font-weight: normal;
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	padding-left: 16px;
}
.fixed-search .downArrow{
	margin-top: 15px;
	margin-left: 10px;
}
.fixed-search .drop-input-search .zlmc{
	width: 316px;
	padding: 0 18px;
	height: 38px;
	line-height: 38px;
}
.fixed-search .drop-input-search .js{
	background: url("../images/index-search.png") center #f0f0f5 no-repeat;
	height: 38px;
	width: 43px;
}
.fixed-search .dropdrown-menu li{
	color: #666666;
	line-height: ;
	font-size: 14px;
	font-weight: normal;
	margin: 0 8px;
	text-align: left;
}
.fixed-search .dropdrown-menu{
	width: 103px;
	top: 38px;
}
.fixed-search  .dropdrown-menu li a{
	text-indent: 8px;
}
.footer{
	position: relative;
}
.daohang{
	width: max-content;
	display: inline-block;
}
.show_hide{
	position: absolute;
	width: 80%;
	right: 10%;
	bottom: 40px;
	background: #fff;
	height: 70vh;
	overflow: auto;
	padding-left: 20px;
	text-align: left;
	display: none;
}
.footer .show_hide a{
	color: #333;
}
.footer .show_hide h5{
	padding: 10px 0;
	font-weight: bold;
}
.footer .show_hide h6{
	padding: 5px 0;
}
.daohang:hover .show_hide{
	display: block;
}
.box8{
	width: 14%;
	float: left;
}

@media (max-width:1200px) {
	.information-main-fr .bd ul li span{display: none;}
	.information-main-fl{width:50%;}
	.information-main-fr{width: 50%;}
}
@media(min-width: 768px) and (max-width: 1200px) {
	.commWith{
		width: 100%;
		padding: 0 70px;
	}
	.logoleft{width: 16%;max-width: 174px;}
	.logoleft>a,.logoleft>a>img{width: 100%;}
	.navRight{width: 84%;}
	.navRight>ul{
		width: max-content;
	}
	.zqtIndexNav .navRight .items li{
		width: max-content;
		padding: 0 10px;
		font-size: 16px;
		line-height: 50px;
		text-align: center;
		margin: 0;
	}
	
	.zqt-top-fixed{
		padding: 0;
	}
	.fixed-logo{width: 15%;max-width: 120px;}
	.fixed-logo>a,.fixed-logo>a>img{width: 100%;}
	.links{text-indent: 0!important;}
	.zqt-top-fixed .fixed-hot-box{width: 300px;padding: 0;float: right;}
	.zqt-top-fixed .fixed-hot-box li{width: 25%;}
	.zqt-top-fixed .fixed-hot-box li a{text-align: center;}
}
@media (max-width:855px){
	.zqtIndexNav .navRight .items li{font-size: 16px;}
}

@media (max-width:767px){
	.sytitle,.sytitle2{
		height: 50px;
		line-height: 26px;
		font-size: 22px;
	}
	.sytitle::before,.sytitle2::before{
		width: 110px;
		margin-right: 5px;
		background-position: right -1px;
	}
	.sytitle::after,.sytitle2::after{
		width: 110px;
		margin-left: 5px;
		background-position: left -22px;
	}
	.brand_section01_ul li{margin-bottom: 15px;}
	.information-main-fl,.information-main-fr{width: 100%!important;}
	.wrapper2{min-width: unset;padding-bottom: 20px;}
	.swiper-slide{width: auto!important;}
	.footer{padding-left: 10px;}
	.brand_section01_ul li{height: 320px;}
	.cli{width: 49%;}
	.brand_section01_ul li .brand_li_top{height: 60px;}
	.brand_section01_ul li .brand_li_top em{display: none;}
	.brand_li_top>p, .brand_li_bottom>p{margin: 0;line-height: 60px;}
	.brand_section01_ul li .brand_li_bottom{padding: 0;margin: 0;}
	.brand_section01_ul li .brand_li_bottom p.p01{
		height: 40px;
		line-height: 20px;
		font-size: 12px;
	}
	.brand_section01_ul li .brand_li_bottom p.p02{margin-bottom: 0;}
	.brand_section01_ul li .brand_li_bottom p.p01 img{padding-left: 5px;}
	.brand_section01_ul li .brand_li_bottom p.p02 span{font-size: 22px;}
	.brand_section01_ul li .brand_li_bottom p.p02 em{font-size: 16px;line-height: 36px;}
	.brand_section01_ul li .brand_li_bottom p.p03 a{width: 120px;}
	.information-main-fr .hd ul li{font-size: 15px;width: 20%;}
	.information-main-fr .hd ul .on{width: 40%;}
	.information-main-fr .bd ul li a{max-width: 100%;}
	.dd>div>div>div{padding: 0;font-size: 12px;}
	.dd>div>div{margin-bottom: 20px;}
}