.container {
	width: 1200px;
	margin: 0 auto;
}


/*顶部*/

.top-fluid {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #eeeeee;
	background: #f9f9f9;
	color: #999;
}

.top-fluid a {
	color: #999;
}

.top .right span {
	padding: 0px 5px;
}


/*头部*/

.logo {
	float: left;
}

.logo img {
	height: 80px;
}

.header-fluid {
	background: #fff;
}

.header {
	padding: 20px 0;
}

.header-tel {
	float: right;
	margin-top: 15px;
}

.header-tel {
	position: relative;
	padding-left: 50px;
}

.header-tel i.iconfont {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 60px;
	font-size: 45px;
	color: #ed296e;
}

.header-tel dl {
	position: relative;
	height: 60px;
}

.header-tel dl dd,
.header-tel dl dt {
	height: 30px;
	line-height: 30px;
	display: block;
}

.header-tel dl dd span,
.header-tel dl dt span {
	color: #666666;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
}

.header-tel dl dd b,
.header-tel dl dt b {
	font-weight: normal;
	color: #ed296e;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
}

.header-form {
	float: left;
	margin-left: 50px;
}


/*导航*/

.nav-fluid {
	width: 100%;
	background: #340d71;
}

.nav ul li {
	float: left;
	position: relative;
	width: 14.28%;
	width: calc(100%/7);
}

.nav ul li:last-of-type {
	width: 14.32%;
	width: calc(100%/7);
}

.nav ul li:last-of-type {
	width: 11.1119%;
}

.nav ul li a {
	color: #fff;
}

.nav ul li>a {
	display: block;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}

.nav ul li:hover>a,
.nav ul li.active>a {
	background: #ed296e;
}

.nav ul li .nav-tab {
	position: absolute;
	top: 40px;
	left: 0px;
	background: rgb(52, 13, 113, 0.7);
	width: 100%;
	z-index: 99;
	display: none;
}

.nav ul li:hover .nav-tab {
	display: block;
}

.nav ul li .nav-tab a {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 35px;
	padding: 0px 5px;
	height: 35px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.nav ul li .nav-tab a:hover {
	background: #ed296e;
}


/*banner*/

.banner .swiper-pagination .swiper-pagination-bullet {
	margin: 0 3px;
	width: 36px;
	height: 6px;
	cursor: pointer;
	border-radius: 0px;
	background: #fff;
	opacity: .5;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #340d71;
	opacity: 1;
}

.banner img {
	width: 100%!important;
}


/*搜索*/

.searchbg-fluid {
	padding: 20px 0;
	background: #fff;
}

.keyword {
	width: calc(100% - 300px);
	padding-top: 5px;
}

.keyword b {
	float: left;
	line-height: 26px;
}

.keywordBox {
	float: left;
}

.keywordBox a {
	margin: 0px 5px;
	line-height: 26px;
	color: #333;
}

.keywordBox a:hover {
	color: #340d71;
}

.serchBox {
	width: 250px;
}

.serchBox form input[type=text] {
	width: 200px;
	height: 36px;
	border: 1px solid #ddd;
	float: left;
	padding: 0px 5px;
}

.serchBox form input[type=text]:focus {
	border: 1px solid #340d71;
}

.serchBox form input[type="submit"] {
	width: 50px;
	height: 36px;
	border: 0px;
	background: #000;
	float: left;
	color: #fff;
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	background: #340d71;
}


/*产品中心*/

.main-product {
	
	margin: 20px auto;
}

.main-product-menu {
	width: 210px;
}

.main-product-menu-title {
	background: #340d71;
	width: 210px;
	height: 70px;
}

.main-product-menu-title span {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/product-bg.png) no-repeat 20px 0px;
}

.main-product-menu-box ul {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.main-product-menu-box ul li {
	border-bottom: 1px dashed #ddd;
	line-height: 40px;
}

.main-product-menu-box ul li>a {
	padding-left: 15px;
	display: block;
	width: 100%;
	height: 40px;
	position: relative;
	padding-right: 15px;
	overflow: hidden;
	line-height: 40px;
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
}

.main-product-menu-box ul li>a:after {
	content: "+";
	position: absolute;
	top: 0px;
	right: 15px;
	font-size: 16px;
	line-height: 40px;
}

.main-product-menu-box ul li>a:hover {
	color: #340d71;
	padding-left: 20px;
}

.main-product-menu-bottom {
	background: #340d71;
}

.main-product-menu-bottom-word {
	padding: 20px 10px;
	text-align: center;
	color: #fff;
	border-bottom: 1px dashed #fff;
}

.main-product-menu-bottom-contact {
	color: #fff;
	text-align: center;
	padding: 20px 10px;
}

.main-product-menu-bottom-contact h3 {
	display: block;
	text-align: center;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
}

.main-product-menu-bottom-contact p {
	display: block;
	text-align: center;
	height: 38px;
	line-height: 38px;
	font-size: 24px;
	color: #fff;
}

.main-product-menu-bottom-contact a {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
	background: #FFF;
	margin-left: 24px;
	width: 156px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: #ccc 0px 0px 5px;
	-moz-box-shadow: #ccc 0px 0px 5px;
	box-shadow: #ccc 0px 0px 5px;
	color: #340d71;
}

.main-productBox {
	width: calc(100% - 230px);
	padding: 30px 20px;
	background: #fff;
}

.main-product-box-title {
	height: 42px;
	border-bottom: 2px solid #340d71;
}

.main-product-box-title dl {
	width: 100%;
	height: 40px;
}

.main-product-box-title dl dt {
	float: left;
}

.main-product-box-title dl dt a {
	display: block;
	float: left;
	border: 2px solid #340d71;
	border-bottom: 0px;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	color: #340d71;
}

.main-product-box-title dl dt a:first-child {
	border-right: 0px;
}

.main-product-box-title dl dt a.active {
	background: #340d71;
	color: #fff;
}

.main-product-box-title dl dd {
	float: right;
	line-height: 40px;
}

.main-product-box-title dl dd a:hover {
	color: #340d71;
}

.main-product-boxs .main-product-box {
	padding: 20px 0;
	display: none;
}

.main-product-box-item {
	float: left;
	/*width: 25%;*/
	width:33.333%;
	width:calc(100%/3);
	border: 10px solid #fff;
}

.main-product-box-item img {
	display: block;
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
}

.main-product-box-item p {
	text-align: center;
	line-height: 40px;
	height: 40px;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.main-product-box-item:hover img {
	border: 1px solid #340d71;
}

.main-product-box-item:hover p {
	color: #340d71;
	line-height: 33px;
}

.main-contBg-fluid {
	width: 100%;
	width: 100%;
	background: url(../images/boxbg.jpg) center;
}

.main-contBg {
	padding: 30px 0;
}

.main-contBg .left h2 {
	color: #ffc107;
	font-size: 26px;
	line-height: 40px;
}

.main-contBg .left p {
	color: #f7f7f7;
	font-size: 20px;
	line-height: 30px;
}

.main-contBg .right a {
	width: 160px;
	height: 50px;
	line-height: 50px;
	/*float: right;*/
	display: block;
	text-align: center;
	font-size: 16px;
	color: #ffc107;
	border: 1px solid #ffc107;
	margin-top: 10px;
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.main-contBg .right a:hover {
	background: #ffc107;
	color: #000;
}


/*客户案例*/

.main-title {
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.main-title h2 {
	float: left;
	/*background: #340d71;*/
	/*padding: 0px 20px;*/
	/*color: #fff;*/
	line-height: 40px;
}

.main-title h2 b {
	font-size: 20px;
}

.main-title h2 em {
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
}

.main-title .main-title-more {
	float: right;
	line-height: 40px;
}

.main-title .main-title-more:hover {
	color: #340d71;
}

.main-case-box {
	width: 100%;
	margin: 0px auto;
	position: relative;
}

.main-case-box .owl-carousel {
	width: calc(100% - 60px);
	margin: 0px auto;
}

.main-case-box .item {
	padding: 0px 5px;
}

.main-case-box .item .img {
	border: 1px solid #F7F7F7;
	/*padding:5px;*/
	background: #fff;
	width: 100%;
	overflow: hidden;
}

.main-case-box .item .img img {
	display: block;
	width: 100%;
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
}

.main-case-box .item:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.main-case-box .item:hover .p {
	/*border-bottom: 2px solid #333;*/
}

.main-case-box .item .p {
	padding: 0px 5px;
	height: 40px;
	border: 1px solid #F7F7F7;
	border-top: 0px;
	background: #fff;
	border-bottom: 2px solid #f7f7f7;
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
}

.main-case-box .item .p p {
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	height: 40px;
	text-overflow: ellipsis;
	text-align: center;
}


/*关于我们*/

.main-about-info {
	/*width: 880px;*/
	width: 100%;
}

.main-about-info dl dt {
	float: left;
	width: 360px;
}

.main-about-info dl dt img {
	display: block;
	width: 100%;
	height: 200px;
}

.main-about-info dl dd {
	float: right;
	width: calc(100% - 390px);
}

.main-about-info dl dd h6 {
	font-size: 20px;
	color: #333;
	line-height: 40px;
}

.main-about-info dl dd p {
	text-indent: 2em;
	color: #666;
	line-height: 25px;
	max-height: 150px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	margin-bottom: 10px;
}

.main-about-info dl dd a.main-about-more {
	color: #340d71;
	display: block;
}

.main-about-info dl dd a.main-about-more:hover {
	color: #0d5b98;
}

.main-about-ryzz {
	float: right;
	width: 250px;
}

.main-about-ryzz .swiper-slide img {
	width: 100%;
	/*height: 200px;*/
}


/*新闻中心*/

.main-news-box {
	float: left;
	width: 400px;
	background: #fff;
	padding: 10px;
}

.main-news-box-item {
	width: 100%;
}

.main-news-box-item dl dt {
	float: left;
	width: 180px;
}

.main-news-box-item dl dt img {
	width: 100%;
	height: 120px;
}

.main-news-box-item dl dd {
	float: right;
	width: calc(100% - 190px);
}

.main-news-box-item dl dd h3 {
	width: 100%;
	height: 25px;
}

.main-news-box-item dl dd h3 a {
	color: #000;
	font-size: 15px;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
}

.main-news-box-item dl dd p {
	width: 100%;
	max-height: 60px;
	line-height: 20px;
	float: left;
	color: #888;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}

.main-news-box-item dl dd a {
	color: #340d71;
	width: 100%;
	height: 20px;
	float: left;
	overflow: hidden;
	display: block;
	font-size: 12px;
	/*color: #333;*/
}

.main-news-box-item dl dd a:hover {
	color: #0d5b98;
}

.main-news-list {
	/*border-top:1px solid #ddd;*/
	/*margin-top:10px;*/
	padding-top: 10px;
}

.main-news-list ul li {
	line-height: 30px;
	clear: both;
	overflow: hidden;
}

.main-news-list ul li a {
	float: left;
	display: block;
	height: 30px;
	width: calc(100% - 120px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	position: relative;
	padding-left: 10px;
}

.main-news-list ul li a:before {
	content: "·";
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 16px;
}

.main-news-list ul li span {
	float: right;
	color: #999;
}

.main-news-list ul li:hover a,
.main-news-list ul li:hover span {
	color: #2196F3;
}

.main-news-title {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	line-height: 35px;
	clear: both;
	overflow: hidden;
	padding-bottom: 5px;
}

.main-news-title h3 {
	float: left;
	font-weight: normal;
}

.main-news-title h3 i.iconfont {
	font-size: 25px;
	margin-right: 5px;
	color: #340d71;
	float: left;
}

.main-news-title h3 span {
	float: left;
	color: #340d71;
}

.main-news-title a {
	float: right;
}

.main-news-title a:hover {
	color: #340d71;
}


/*常见问题*/

.main-news-question {
	height: 351px;
	overflow: hidden;
	width: 380px;
	float: right;
	background: #fff;
	padding: 10px;
}

.main-news-question-box {
	height: 270px;
	overflow: hidden;
}

.main-news-question-list {
	/*height:500px;*/
}

.main-news-question-list dl {
	padding: 6px 0px;
	border-bottom: 1px dashed #ddd;
	height: 90px;
}

.main-news-question-list dl dt {
	clear: both;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 5px;
}

.main-news-question-list dl dt a:hover {
	color: #340d71;
}

.main-news-question-list dl dt i.iconfont,
.main-news-question-list dl dd i.iconfont {
	float: left;
	font-size: 18px;
	display: block;
	width: 35px;
	text-align: center;
	color: #340d71;
}

.main-news-question-list dl dd i.iconfont {
	color: #999;
}

.main-news-question-list dl dt p {
	float: left;
	width: calc(100% - 35px);
	font-size: 16px;
}

.main-news-question-list dl dd {
	line-height: 24px;
	color: #999;
	clear: both;
	overflow: hidden;
}

.main-news-question-list dl dd p {
	width: calc(100% - 35px);
	float: left;
	height: 48px;
	overflow: hidden;
}


/*合作客户*/

.main-customer-fluid {
	margin-bottom: 30px;
}

.main-customer-box {
	/*width: 1200px;*/
	margin: 0px auto;
	position: relative
}

.main-customer-box .owl-carousel {
	width: calc(100% - 60px);
	margin: 0px auto;
}

.main-customer-box .owl-item {
	padding: 0px 5px;
}

.main-customer-box .owl-item .img img {
	width: 100%;
	border: 7px #ededed solid;
	/*margin: 0px 15px;*/
}

.main-customer-box .swiper-button-prev,
.main-customer-box .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 13px;
	height: 63px;
	margin-top: -32px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.main-customer-box .swiper-button-next {
	right: 0px;
	background: url(../images/right.png) no-repeat;
}

.main-customer-box .swiper-button-prev {
	left: 0px;
	background: url(../images/left.png) no-repeat;
}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	width: 13px;
	height: 63px;
	margin-top: -32px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -35px;
	background: url(../images/right.png) no-repeat;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -35px;
	background: url(../images/left.png) no-repeat;
}


/*footer*/

.main-friend-fluid {
	padding: 10px 0px;
	background: #18191b;
}

.main-friden {
	color: #fff;
	line-height: 25px;
}

.main-friden a {
	color: #fff;
	padding: 0px 5px;
}

.footer-fluid {
	background: #27272a;
	padding: 30px 0;
}

.footer-img {
	float: left;
	border-right: 1px solid #fff;
	margin-right: 30px;
	padding-right: 30px;
}

.footer-img img {
	height: 110px;
}

.footer-box1 {
	color: #999;
	float: left;
	width:330px;
	margin-right: 60px;
	line-height: 25px;
}

.footer-box1 h3 {
	font-size: 16px;
	line-height: 30px;
}

.footer-box2 {
	width:90px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-right: 100px;
}

.footer-box2 img {
	width: 90px;
}

.footer-box3 {
	width:330px;
	line-height: 25px;
	float: left;
}

.footer-box3,
.footer-box3 a {
	color: #999;
}


/*侧边浮窗*/


/*侧边浮窗*/

.cbxf {
	width: 60px;
	position: fixed;
	right: 5px;
	bottom: 180px;
	overflow: visible;
	z-index: 999;
}

.cbxf1 {
	width: 60px;
	height: 60px;
	border: 1px solid #e2e2e2;
	background: #340d71;
}

.cbxf1 a {
	display: block;
	width: 100%;
	height: 100%;
}

.cbxf1 a i.iconfont {
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	height: 37px;
}

.cbxf1 a span {
	color: #fff;
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
}

.cbxf2 {
	width: 60px;
	height: 60px;
	border: 1px solid #e2e2e2;
	background: #FFFFFF;
	position: relative;
	margin-top: 2px;
	overflow: visible;
}

.cbxf2-div {
	background: #fff;
	border: 1px solid #ddd;
	width: 250px;
	position: absolute;
	right: 60px;
	top: -94px;
	border-radius: 20px;
	display: none;
}

.cbxf2:hover .cbxf2-div {
	display: block;
}

.cbxf2 a {
	display: block;
	width: 100%;
	height: 100%;
}

.cbxf2 i.iconfont {
	color: #929395;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	height: 37px;
}

.cbxf2 span {
	color: #929395;
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
}

.cbxf2:hover {
	background: #340d71;
}

.cbxf2:hover i.iconfont,
.cbxf2:hover span {
	color: #fff;
}

.cbxf2-div {
	padding: 15px;
}

.cbxf2-form-title {
	text-align: center;
	margin-bottom: 15px;
}

.cbxf2-form-title h2 {
	font-size: 18px;
}

.cbxf2-form .cbxf2-form-dl1 {
	line-height: 32px;
	margin-bottom: 15px;
}

.cbxf2-form .cbxf2-form-dl1 dt {
	float: left;
	width: 42px;
}

.cbxf2-form .cbxf2-form-dl1 dd input[type=text] {
	width: 95px;
	height: 32px;
	border: 1px solid #dddddd;
	float: left;
	text-indent: 10px;
	color: #666;
	font-size: 14px;
	line-height: 32px;
}

.cbxf2-form .cbxf2-form-dl1 dd .cbxf2-form-select {
	width: 75px;
	height: 32px;
	border: 1px solid #dddddd;
	float: right;
	text-indent: 5px;
	color: #333333;
	font-size: 14px;
	line-height: 32px;
	box-sizing: inherit;
}

.cbxf2-form .cbxf2-form-dl1 dd input[type=text]:focus,
.cbxf2-form .cbxf2-form-dl2 dd input[type=text]:focus,
.cbxf2-form .cbxf2-form-dl1 dd .cbxf2-form-select:focus {
	border: 1px solid #340d71;
}

.cbxf2-form .cbxf2-form-dl2 {
	line-height: 32px;
	margin-bottom: 15px;
}

.cbxf2-form .cbxf2-form-dl2 dt {
	float: left;
	width: 42px;
}

.cbxf2-form .cbxf2-form-dl2 dd input[type=text] {
	width: calc(100% - 42px);
	height: 32px;
	border: 1px solid #dddddd;
	float: left;
	text-indent: 10px;
	color: #666;
	font-size: 14px;
	line-height: 32px;
}

.cbxf2-form-btn {
	width: 100%;
}

.cbxf2-form-btn input[type=submit] {
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	background: #340d71;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	border: none;
	margin: 15px auto;
	cursor: pointer;
}

.cbxf2-form-1d {
	font-size: 12px;
	color: #f25618;
	text-align: center;
}

.cbxf2-ewm {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ddd;
	width: 140px;
	display: none;
	z-index: 999;
}

.cbxf2:hover .cbxf2-ewm {
	display: block;
}

.cbxf2-ewm img {
	width: 140px;
	height: 140px;
	padding: 10px;
	margin: 0px auto;
	padding-bottom: 5px;
}

.cbxf2-ewm p {
	padding: 0px 10px;
	font-size: 14px;
	padding-bottom: 10px;
	text-align: center;
}

.cbxf2-form-textarea {
	width: 100%;
}

.cbxf2-form-textarea dt {
	float: left;
	width: 42px;
}

.cbxf2-form-textarea textarea {
	height: 50px;
	border: 1px solid #dddddd;
	width: calc(100% - 42px);
	padding: 5px;
}

.cbxf2-form-textarea textarea:focus {
	border: 1px solid #340d71;
}


/*手机导航*/

.header-mobile-fluid {
	background: #ffffff;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 0px 3px #18191B;
	padding: 3px 0px;
	display: none;
}

.header-m-logo {
	float: left;
}

.header-m-logo img {
	height: 45px;
	padding-top: 5px;
}

.header-m-icon-nav {
	float: right;
	line-height: 55px;
	height: 55px;
}

.header-m-icon-nav i.iconfont {
	font-size: 22px;
}

.menuBox {
	position: fixed;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1100;
	background-color: rgba(39, 37, 40, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.menu-top {
	position: relative;
	padding-top: 20px;
}

.menu-close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	z-index: 999;
}

.menu-close i.iconfont {
	color: #fff;
	font-size: 27px;
	line-height: 50px;
	color: #FFEB3B;
}

.menuBox .mlogo {
	width: 250px;
	display: block;
	margin: 0 auto;
}

.menuBox .mlogo img {
	width: 100%;
}

.navMible {
	padding: 30px 0px 50px;
}

.navMible p {
	display: block;
	width: 100%;
	text-align: center;
}

.navMible p a {
	display: block;
	width: 180px;
	color: #ccc;
	margin: 0px auto;
	font-size: 18px;
	padding: 12px 0px;
}


/*底部导航*/

.bottom-fluid {
	background: #340d71;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 6px 0px;
	display: none;
	z-index: 999;
}

.bottom-fluid ul li {
	float: left;
	width: 20%;
	text-align: center;
}

.bottom-fluid ul li a {
	color: #fff;
}

.bottom-fluid ul li i.iconfont {
	font-size: 25px;
}

.bottom-fluid ul li p {
	font-size: 12px;
}

.bottoming-form {
	position: fixed;
	bottom: 64px;
	left: 0px;
	width: 100%;
	display: none;
}

.bottoming-form .bottoming-form-title h2 {
	text-align: center;
	color: #fff;
	letter-spacing: 4px;
	margin-bottom: 20px;
	font-weight: normal;
}

.bottoming-form dl {
	margin-bottom: 10px;
}

.bottoming-form dl dt {
	float: left;
	line-height: 30px;
}

.bottoming-form dl input[type=text] {
	float: right;
	width: calc(100% - 75px);
	height: 30px;
	border: 1px solid #ddd;
	padding: 0px 5px;
}

.bottoming-form dl input[type=text]:focus {
	border: 1px solid #340d71;
}

.bottom-btn {
	padding-left: 75px;
}

.bottom-btn input[type=submit] {
	width: 100%;
	color: #fff;
	border: 0px;
	line-height: 35px;
	background: #340d71;
	font-size: 16px;
	border: 1px solid #340d71;
}

.bottoming-formBox {
	position: relative;
	background: #262024;
	padding: 15px 25px;
	width: 100%;
	color: #fff;
	padding-top: 25px;
}

.bottoming-close {
	position: absolute;
	top: 0px;
	right: 7px;
}

.sub-content-fluid {
	padding: 20px 0px;
	background: #fff;
}

.sideBar {
	float: left;
	width: 230px;
}

.sideBar-box {
	width: 100%;
	margin-bottom: 20px;
}

.sideBar-box .sidebar-title {
	width: 100%;
	line-height: 45px;
	background: #340d71;
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 20px;
	font-weight: bold;
}

.sidebar-list ul {
	background: #fff;
	padding: 10px 0px;
	/*border:1px solid #ddd;*/
}

.sidebar-list ul li {
	line-height: 30px;
	padding: 0px 15px;
}

.sideBar-box ul li a {
	display: block;
	border-bottom: 1px dashed #d0d0d0;
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
}

.sideBar-box ul li i.iconfont {
	font-size: 14px;
	margin-right: 5px;
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
}

.sideBar-box ul li:hover a,
.sideBar-box ul li.active a {
	padding-left: 8px;
	color: #340d71;
}

.sideBar-contact {
	width: 100%;
	background: #340d71;
	padding: 10px;
	margin-bottom: 20px;
	color: #fff;
	line-height: 30px;
}

.sideBar-contact i.iconfont {
	font-size: 30px;
	margin-right: 6px;
	float: left;
	color: #fff;
}

.sideBar-contact span {
	font-size: 18px;
	float: left;
	font-weight: 700;
	color: #fff;
}

.sideBar-box ul {
	background: #f7f7f7;
	padding: 10px 0px;
}

.sideBar-box ul li {
	line-height: 30px;
	padding: 0px 15px;
}

.column-info img {
	max-width: 100%;
	display: inline-block;
}

.contact-form-title {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}

.contact-form-title h1 {
	font-size: 20px;
	line-height: 35px;
}

.contact-form-title p {
	color: #999;
}

.column-content {
	float: right;
	width: calc(100% - 250px);
}

.crumbs {
	border-bottom: 1px solid #ddd;
	color: #696969;
}

.crumbs i.iconfont {
	font-size: 24px;
	margin-right: 5px;
	color: #333;
}

.column-box {
	margin-top: 20px;
}

.column-box ul li {
	float: left;
	width: 33.333%;
	border: 10px solid #fff;
}

.column-box ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.column-box ul li:hover a {
	background: #fff;
}

.column-box ul li img {
	width: 100%;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.column-box ul li:hover img {
	border-radius: 0px;
}

.column-box ul li p {
	color: #333333;
	text-align: center;
	line-height: 40px;
	height: 40px;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	padding: 0px 10px;
}

.column-box ul li:hover p {
	line-height: 30px;
	color: #34b3e0;
}

.pages {
	display: table;
	margin: 15px auto 10px;
	padding-left: 5px;
}

.pages a,
.pages span {
	padding: 5px 6px;
	border: 1px solid #ddd;
	margin-right: 10px;
}

.pages span,
.pages a:hover {
	background: #340d71;
	color: #fff;
	border: 1px solid #340d71;
}

.column-title {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.column-title h1 {
	font-size: 22px;
}

.column-title p {
	color: #666;
	font-size: 12px;
}

.column-text {
	line-height: 30px;
	font-family: "微软雅黑";
}

.column-link {
	margin: 20px 0px;
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

.column-link p {
	line-height: 30px;
}

.column-link p a:hover {
	color: #34b3e0;
	text-decoration: underline;
}

.column-text img {
	display: inline-block;
	max-width: 100%;
}

.sub-product {
	padding: 20px 0px;
}

.sub-case-box {
	padding: 20px 0px;
}

.sub-case-box .sub-case-item {
	float: left;
	width: 25%;
	padding: 0px 8px;
	margin-bottom: 20px;
}

.sub-case-box .sub-case-item .img {
	border: 1px solid #F7F7F7;
	/* padding: 5px; */
	background: #fff;
	width: 100%;
	overflow: hidden;
}

.sub-case-box .sub-case-item img {
	display: block;
	width: 100%;
	transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
}

.sub-case-box .sub-case-item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.sub-case-box .sub-case-item p {
	background: #f7f7f7;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	height: 40px;
	text-overflow: ellipsis;
	text-align: center;
}


/*新闻中心*/

.column-news-box {
	margin-bottom: 20px;
}

.column-news-box dl {
	/*margin-bottom: 15px;*/
	padding: 15px;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.column-news-box dl:hover {
	background: #efefef;
}

.column-news-box dl dt {
	width: 200px;
	float: left;
	overflow: hidden;
}

.column-news-box dl dt img {
	width: 100%;
}

.column-news-box dl dd {
	width: calc(100% - 200px);
	float: left;
	padding-left: 20px;
}

.column-news-box dl dd .n-title {
	font-size: 18px;
	line-height: 25px;
}

.column-news-box dl dd:hover .n-title {
	color: #340d71;
}

.column-news-box dl dd .n-time {
	margin: 8px 0;
	color: #999;
	font-size: 12px;
}

.column-news-box dl dd .n-txt {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


/*荣誉资质*/

.column-ryzz-box {
	margin: 10px 0;
}

.column-ryzz-box ul li {
	float: left;
	width: 33.333%;
	border: 10px solid #fff;
}

.column-ryzz-box ul li a {
	display: block;
	width: 100%;
}

.column-ryzz-box ul li a img {
	display: block;
	width: 100%;
	padding: 5px;
	border: 1px solid #ddd;
}

.column-ryzz-box ul li p {
	text-align: center;
	/*border:1px solid #ddd;
						border-top:0px;*/
	line-height: 30px;
	padding: 0px 5px;
	height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sub-contact-box {
	padding: 20px 0px;
}

.sub-contact-box h3 {
	font-size: 20px;
	position: relative;
	padding-left: 20px;
	line-height: 40px;
	color: #340d71;
	padding-bottom: 10px;
}

.sub-contact-box h3:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #340d71;
	display: block;
	position: absolute;
	top: 16px;
	left: 0px;
}

.sub-contact-box-info ul {
	float: left;
	margin-right: 100px;
}

.sub-contact-box-info ul li {
	line-height: 30px;
	padding-left: 20px;
}

.sub-contact-box-info .sub-contact-ewm {
	float: left;
	width: 150px;
	padding-right: 20px;
	padding: 20px 0px;
}

.sub-contact-box-info .sub-contact-ewm img {
	width: 150px;
	margin: 0px auto;
}

.sub-contact-box-info .sub-contact-ewm p {
	text-align: center;
	line-height: 30px;
	width: 150px;
}


/*在线留言*/

.sub-message {
	padding: 30px 10px;
}

.sub-message-title {
	text-align: center;
	padding-bottom: 10px;
}

.sub-message-title h1 {
	font-size: 24px;
	padding: 3px 0px;
}

.sub-message-title p {
	color: #888;
}

.sub-message-box {
	width: 500px;
	margin: 20px auto;
}

.sub-message-box dl {
	width: 100%;
	margin-bottom: 20px;
}

.sub-message-box dl dt {
	float: left;
	width: 90px;
	line-height: 32px;
	text-align: right;
}

.sub-message-box dl dd {
	float: left;
	width: calc(100% - 90px);
}

.sub-message-box dl dd input[type=text] {
	width: 100%;
	height: 32px;
	border: 1px solid #ddd;
	padding: 0px 5px;
}

.sub-message-box .sub-message-dl1 dd:nth-of-type(1) {
	width: calc(100% - 190px);
}

.sub-message-box .sub-message-dl1 dd input[type=text] {
	width: 100%;
}

.sub-message-box .sub-message-dl1 dd:nth-of-type(2) {
	width: 90px;
	float: right;
}

.sub-message-box .sub-message-dl1 dd select {
	width: 100%;
	height: 32px;
	border: 1px solid #ddd;
}

.sub-message-box .message-textarea {
	width: 100%;
}

.sub-message-box .message-textarea dd textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #ddd;
	padding: 5px;
}

.sub-message-box dl dd input[type=text]:focus,
.sub-message-box dl dd select:focus,
.sub-message-box dl dd textarea:focus {
	border: 1px solid #340d71;
}

.message-btn {
	padding-left: 90px;
	text-align: center;
}

.message-btn input {
	width: 120px;
	margin: 0px 10px;
	height: 35px;
	background: #340d71;
	color: #fff;
	border: 0px;
	cursor: pointer;
}

.message-btn input[type=reset] {
	background: #888888;
}

.message-btn input[type=submit]:hover {
	background: #0d5b98;
}

.message-btn input[type=reset]:hover {
	background: #696969;
}


/*分隔*/

.module-fluid {
	width: 100%;
	padding: 50px 0px;
	/*background: #f8f8f8;*/
	background: #201f1d;
	position: relative;
	margin-top: 80px;
	margin-bottom: 60px;
}

.module .module-item {
	float: left;
	width: 25%;
	text-align: center;
}

.module .module-item div {
	border-right: 1px solid #e9e9e9;
}

.module .module-item:last-of-type div {
	border-right: 0px;
}

.module .module-item div p {
	text-align: center;
	font-size: 14px;
	/*color: #939393;*/
	color: #340d71;
}

.module .module-item div p.number {
	margin-top: 15px;
}

.module .module-item div p.number .counterDx {
	/*color: #6b6b6b;*/
	color: #fabd08;
	font-size: 54px;
	text-align: center;
	margin-top: 15px;
	font-family: 'Arial';
}

.module .module-item div p.number .unit {
	color: #bbb;
	font-size: 14px;
	vertical-align: top;
}

.module .module-item div p.title {
	/*color: #6b6b6b;*/
	color: #c4c4c4;
	padding-bottom: 15px;
}

.sidebar-list ul li {
	position: relative;
}

.sidebar-list ul li .submenu {
	display: none;
	position: absolute;
	top: 0px;
	left: 230px;
	padding: 10px 20px;
	width: 320px;
	height: 362px;
	background: #fff;
	z-index: 999;
	border: 1px solid #340d71;
}

.sidebar-list ul li .submenu>a {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #404040;
}

.sidebar-list ul li .submenu .submenu-list {
	border-top: 1px dashed #ccc;
	padding: 10px 0;
}

.sidebar-list ul li .submenu .submenu-list a {
	height: 16px;
	line-height: 16px;
	margin: 10px 0;
	padding: 0 18px;
	display: inline-block;
	overflow: hidden;
	zoom: 1;
	border-left: 1px solid #e0e0e0;
	width: 136px;
	float: left;
}

.main-product-menu-box ul li {
	position: relative;
}

.main-product-menu-box ul li .submenu {
	display: none;
	position: absolute;
	top: 0px;
	left: 209px;
	padding: 10px 20px;
	width: 320px;
	height: 362px;
	background: #fff;
	z-index: 999;
	border: 1px solid #340d71;
}

.main-product-menu-box ul li .submenu>a {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #404040;
}

.main-product-menu-box ul li .submenu .submenu-list {
	border-top: 1px dashed #ccc;
	padding: 10px 0;
}

.main-product-menu-box ul li .submenu .submenu-list a {
	height: 16px;
	line-height: 16px;
	margin: 10px 0;
	padding: 0 18px;
	display: inline-block;
	overflow: hidden;
	zoom: 1;
	border-left: 1px solid #e0e0e0;
	width: 136px;
	float: left;
}
.pc_block{
	display: block;
} 

.pc_none{
	display: none!important;
} 

@media (max-width:1200px) {
	.container {
		width: 100%;
		padding: 0px 15px;
	}
	.header {
		padding: 20px 0px;
	}
	.main-contBg {
		padding: 20px 15px;
	}
	.main-about-info {
		/*width: calc(100% - 240px);*/
		width: 100%;
	}
	.main-about-ryzz {
		width: 220px;
	}
	.footer-box2 {
		margin-right: 60px;
	}
	.main-news-box {
		width: 50%;
		margin-bottom: 10px;
	}
	.main-news-question {
		width: 100%;
	}
	.footer-box1 {
		margin-right: 30px;
	}
}

@media (max-width:992px) {
	.top-fluid {
		display: none;
	}
	.header-fluid {
		display: none;
	}
	.nav-fluid {
		display: none;
	}
	.header-mobile-fluid {
		display: block;
	}
	.searchbg-fluid {
		padding: 10px 0px;
	}
	.keyword {
		width: 100%;
	}
	.serchBox {
		/*float:left;*/
		margin-top: 15px;
		padding-bottom: 10px;
	}
	.banner-fluid {
		margin-top: 61px;
	}
	.main-product-menu {
		width: 100%;
	}
	.main-product-menu-title {
		width: 100%;
		background: #340d71;
		position: relative;
		height: 50px;
		border: 1px solid #ddd;
	}
	.main-product-menu-title:before {
		content: "产品中心  Product";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 48px;
		background: #340d71;
		color: #fff;
		text-align: center;
		line-height: 50px;
		font-weight: normal;
	}
	.main-product-menu-title span {
		display: none;
	}
	.main-productBox {
		width: 100%;
		padding: 20px 0px;
	}
	.main-product-menu-bottom-contact a {
		margin: 10px auto;
	}
	.main-product-box-item {
		width: 50%;
		border: 5px solid #fff;
	}
	.main-contBg-fluid {
		background-size: 100% 100%;
	}
	.main-about-info dl dt {
		width: calc(100% - 285px);
	}
	.main-about-info dl dd {
		width: 270px;
	}
	.main-news-box {
		width: 50%;
	}
	.main-news-question {
		width: 100%;
	}
	.footer-img {
		width: 100%;
	}
	.footer-box2 {
		width: calc(50% - 30px);
		margin-right: 0px;
		display: none;
	}
	.footer-box2 p {
		width: 90px;
	}
	.footer-img img {
		height:auto;
		max-width:100%;
		margin:0px auto;
	}
	.footer-box1,
	.footer-box3 {
		width: 50%;
		margin-right: 0px;
		margin-top: 20px;
		padding-left: 30px;
	}
	.cbxf {
		display: none;
	}
	.bottom-fluid {
		display: block;
	}
	.footer-fluid {
		padding-bottom: 94px;
	}
	.sub-case-box .sub-case-item {
		width: 50%;
	}
	.module .module-item {
		width: 50%;
	}
	.module .module-item:nth-of-type(2)>div {
		border-right: 0px;
	}
	.module .module-item div p.number .counterDx {
		font-size: 46px;
	}
}

@media (max-width:768px) {
	.serchBox {
		width: 100%;
		max-width: 350px;
	}
	.serchBox form input[type=text] {
		width: calc(100% - 50px);
	}
	.main-contBg .left,
	.main-contBg .right {
		width: 100%;
		text-align: center;
	}
	.main-contBg .right a {
		display: block;
		margin: 10px auto 0px;
	}
	.main-about-info {
		width: 100%;
	}
	.main-about-info dl dt,
	.main-about-info dl dd {
		width: 100%;
		margin-bottom: 15px;
	}
	.main-about-ryzz {
		width: 100%;
	}
	.main-news-box {
		width: 100%;
		margin-bottom: 10px;
	}
	.footer-box1,
	.footer-box3 {
		width: 100%;
		padding-left: 0px;
	}
	.sideBar {
		width: 100%;
	}
	.sideBar-box {
		display: none;
	}
	.sideBar-box:first-of-type {
		display: block;
	}
	.column-content {
		width: 100%;
	}
	.column-news-box dl {
		padding: 15px 0;
	}
	.column-news-box dl dt {
		width: 45%;
	}
	.column-news-box dl dd {
		width: 55%;
		padding-left: 15px;
	}
	.column-news-box dl dd .n-title {
		height: 25px;
		overflow: hidden;
		font-size: 15px;
	}
	.column-news-box dl dd .n-time {
		margin: 3px 0px;
	}
	.column-news-box dl dd .n-txt {
		height: 40px;
		line-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.column-ryzz-box ul li {
		width: 100%;
	}
	.column-title h1 {
		font-size: 18px;
	}
	.sub-message-box {
		width: 100%;
	}
	.message-btn {
		padding-left: 0px;
	}
	.mobile_none{display: none!important;}
	.mobile_block{display: block!important;}
}