@charset "UTF-8";

html {
	font-size: 100%;
	font-family: "微软雅黑", "Microsoft Yahei", Candara, "Lucida Sans Unicode","Lucida Grande", sans-serif !important;
	color: #707070;
	background: #ffffff;
	min-width: 1200px !important;
	overflow-x:auto !important; 
}

body {
	color: #666;
	font-family: "微软雅黑", "Microsoft Yahei", Candara, "Lucida Sans Unicode","Lucida Grande", sans-serif !important;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	min-width: 1200px !important;
	overflow-x:auto !important; 
}

a, address, b, big, blockquote, body, center, cite, code, dd, del, div,
	dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i,
	iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u,
	ul, var {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

div {
	display: block;
}

a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

a:focus {
	text-decoration: none;
}

a:hover {
	color: #D657EC;
}

ul, li {
	list-style-type: none;
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	outline-width: 0px;
	outline-style: none;
	outline-color: invert;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul, li, ol {
	list-style: none outside none;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

/* header begin */
.mlhidden{
	display: none;
}
.header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 106px;
	z-index: 999;
	color: #fff;
}

.header .logo {
	padding: 28px 0px 0px 54px;
}

.header .logo i {
	font-size: 46px;
	transition: all 0.5s linear;
}

.header .nav {
	padding: 40px 40px 0px 0px;
}

.header .nav ul {
	
}

.header  ul.first>li {
	width: 124px;
	float: left;
	text-align: center;
}

.header ul.first>li>a {
	display: inline-block;
	letter-spacing: 0.1em;
	padding: 0px 8px 1px 6px;
	position: relative;
}

.header ul.first>li>a b.bmore {
	position: absolute;
	content: '';
	display: block;
	right: -6px;
	top: 8px;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 6px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	top: 8px;
}

.header ul.first>li>a:before {
	content: '';
	position: absolute;
	height: 3px;
	width: 0;
	bottom: -3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width .2s linear;
	transition: width .2s linear;
}

.header ul.first>li:hover>a:before {
	width: 100%;
}

.header ul.first>li:hover ul.second {
	display: block;
}

.header ul.second {
	display: none;
	/* width: 160px; */
	position: relative;
	/* right: 50px; */
	padding-top: 3px;
}

.header ul.second li {
	text-align: left;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.7);
}

.header ul.second li a {
	padding: 0px 20px;
	display: block;
	color: #fff;
}

.header ul.second li a:hover {
	transition: all 0.5s linear;
	background-color: #7E348B;
}

.header-0 .logo i {
	color: #fff;
}

.header-1 .logo i {
	color: #83539B;
}

.header-0 ul.first>li>a {
	color: #fff;
	padding-bottom: 4px;
	transition: all .5s linear;
}

.header-0 ul.first>li>a.active {
	
}

.header-0 ul.first>li>a.active:before {
	width: 100%;
}

.header-0 ul.first>li>a:before {
	background-color: #fff;
	transition: all .5s linear;
}

.header-1 ul.first>li>a {
	color: #586975;
	padding-bottom: 4px;
	transition: all .5s linear;
}

.header-1 ul.first>li>a.active {
	color: #7E348B;
}

.header-1 ul.first>li>a.active:before {
	width: 100%;
}

.header-1 ul.first>li>a:before {
	background-color: #7E348B;
	transition: all .5s linear;
}

/* header end */

/* footer begin */
.footer {
	width: 100%;
	background-color: #373737;
	padding-top:20px;
	padding-bottom:20px;
}
.footer .faddr{
	color: #fff;
	text-align: center;
}
.footer .faddr .tel{
    background-image: url(../images/index/index-tel.png);
    padding-right: 40px;
}
.footer .faddr .addr{
    background-image: url(../images/index/index-addr.png);
}
.footer .faddr a ,.footer .faddr span{
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    background-size: 24px 24px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 32px;
    text-align: left;
}

.footer .copyright {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 34px;
}

/* footer end */

/* 二维码 begin */
.qrout{
	cursor:pointer;
	position: fixed;
	right: 20px;
	bottom: 40px;
	border-width: 1px;
	border-style: solid;
}
.qrout .cont{
	display: block;
	cursor:pointer;
	width: 32px;
	height: 32px;
	padding: 4px;
	position: relative;
	opacity: 0.8;
	margin-top: 1px;
	
}
.qrout .aft:after{
	content:'';
	width:42px;
	height:1px;
	bottom:0px;
	left:-1px;
	position: absolute;
}
.qrout0 .aft:after{
	background-color:#7E348B;
}
.qrout1 .aft:after{
	background-color:#fff;
}
.qrout span{
	font-size: 12px;
	text-align: center;
	display: block;;
	line-height:14px; 
}
.qrout .wxqr{
	position:relative;
}
.qrout .ctqr{
	position:relative;
}
.qrout .qr{
	display:none;
	position:absolute;
	right: 41px;
    bottom: -8px;
    padding:20px;
    border-width: 1px ;
	border-style: solid;
	text-align: center;
}
.qrout .qr h6{
	line-height: 24px;
	font-size: 14px;
	text-align: left;
}
.qrout .qr b{
	display: block;
	font-weight: normal;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
}
.qrout .qr h6 em{
	font-style: normal;
	font-size: 12px;
}
.qrout .qr h6.center{
	text-align: center;
	line-height: 32px;
	height: 24px;
}
.qrout .qr div.txt{
   padding-bottom: 20px;
   position: relative;
}
.qrout .qr div.txt:after{
  	content: '';
	width: 136px;
	height: 1px;
	bottom: 8px;
	left: -4px;
	position: absolute;
	opacity: 0.4;
}
.qrout0 div.txt:after{
	background-color:#7E348B;
}
.qrout1 div.txt:after{
	background-color:#fff;
}


.qrout .qr div.img{
   padding: 0px 4px 0px 4px;
}
.qrout .qr div img{
    width: 120px;
    height: 120px;
}
.qrout .cont:hover .qr{
	display: block;
}
.qrout0{
	background-color: #fff;
	color:#80368D;
	border-color: #fff;
	transition: all .4s linear;
}
.qrout0{
	background-color: #fff;
	color:#80368D;
	border-color: #fff;
	transition: all .4s linear;
}
.qrout0 .ca{
	background-color: #fff;
	color:#80368D;
	border-color: #fff;
	transition: all .4s linear;
}
.qrout0 .qr{
	border-color: #7E348B;
	transition: all .4s linear;
	background-color: #fff
}
.qrout .cont:hover{
	opacity: 1;
}
.qrout1{
	color:#fff;
	background-color: #7E348B;
	border-color: #7E348B;
	transition: all .4s linear;
}
.qrout1 .ca{
	color:#fff;
	background-color: #7E348B;
	border-color: #7E348B;
	transition: all .4s linear;
}
.qrout1 .qr{
	border-color: #fff;
	transition: all .4s linear;
	background-color: #7E348B;
}

/* 二维码 end */

