* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	z-index: 999;
}

.header .content {
	width: 1380px;
	margin: 0 auto;
}

.header .logo {
	display: inline-block;
	line-height: 80px;
}

.header .logo img {
	vertical-align: middle;
}

.header .right {
	float: right;
}

.header .right li {
	position: relative;
	display: inline-block;
	line-height: 80px;
	margin: 0 12px;
}

.header .right li:hover:before,
.header .right li.active:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 2px;
	transform: translateX(-50%);
	background-color: #e33b38;

}

.header ul {
	display: inline-block;
}

.header li a {
	color: #666666;
	font-size: 16px;
	padding: 0 8px;
}

.header li:hover a,
.header li.active a {
	color: #e33b38;
}

.header .right .apply {
	display: inline-block;
	width: 180px;
	height: 40px;
	background-color: #e33b38;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	margin-left: 30px;
}

.header .right .apply a {
	display: block;
	color: #fff;
}
.banner{
	position: relative;
}
.banner span{
	position: absolute;
}
.banner img {
	width: 100%;
	display: block;
}

.classification {
	line-height: 1;
	padding-top: 100px;
	text-align: center;
}

.classification .title {
	font-size: 26px;
	color: #333333;
	margin-bottom: 20px;
}

.classification .sub-title {
	color: #828282;
	font-size: 18px;
	margin-bottom: 50px;
}

.classification .content {
	width: 1200px;
	margin: 0 auto;
}

.classification li {
	height: 180px;
	background-color: #fafafa;
	margin-bottom: 30px;
	padding: 50px 0;
	border-radius: 5px;
	box-sizing: border-box;
	transition: all 0.3s;
}
.classification li:hover {
	background-color: #fff;
	box-shadow: 0px 10px 31.32px 4.68px rgba(172, 172, 172, 0.1);
	transform: translateY(-5px);
}

.classification li>span {
	display: inline-block;
	float: left;
	height: 80px;
	border-right: 1px solid #f2f2f2;
	box-sizing: border-box;
}

.classification li>span:last-child {
	border-right: none;
}

.classification li .li-span1 {
	width: 370px;
	padding-left: 49px;
	text-align: left;
}

.classification li .li-span2 {
	width: 253px;
	font-size: 18px;
	color: #666666;
	padding-left: 73px;
	text-align: left;
}

.classification li .li-span22 {
	width: 286px;
}

.classification li .li-span3 {
	width: 291px;
}

.classification li .text-title {
	padding-top: 12px;
	font-size: 22px;
	color: #333333;
	margin-bottom: 17px;
}

.classification li .text-description {
	font-size: 18px;
	color: #828282;
}

.classification li .text1 {
	padding-top: 13px;
	margin-bottom: 20px;
}

.classification li .li-span2 span {
	color: #e33b38;
}

.classification li .price {
	font-size: 18px;
	color: #333333;
}

.classification li .price span {
	color: #666;
}

.classification li .price .money {
	font-size: 26px;
	color: #333333;
	margin-bottom: 16px;
}

.classification li .buy {
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background-color: #00c2de;
	border-radius: 5px;
	margin-top: 14px;
}

.classification li .buy a {
	display: block;
	color: #fff;
}

.introduce {
	padding-top: 100px;
	text-align: center;
	line-height: 1;
}

.introduce .title {
	font-size: 26px;
	color: #333333;
	margin-bottom: 40px;
}

.introduce .content {
	width: 1200px;
	margin: 0 auto;
}

.introduce .wrapper {
	margin-bottom: 50px;
}

.introduce .wrapper li {
	display: inline-block;
	width: 120px;
	height: 34px;
	border-radius: 5px;
	line-height: 34px;
	font-size: 16px;
	color: #828282;
	margin: 0 32px;
	cursor: pointer;
}

.introduce .wrapper li.active,
.introduce .wrapper li:hover {
	color: #e33b38;
	box-shadow: 0px 4px 14.94px 3.06px rgba(183, 183, 183, 0.1);
}

.introduce .lists {
	display: none;
}

.introduce .lists.active {
	display: block;
}

.introduce .lists li {
	display: inline-block;
	width: 379px;
	height: 228px;
	border-radius: 10px;
	padding: 30px 39px 0;
	margin-right: 26px;
	box-sizing: border-box;
	box-shadow: 0px 3px 28.7px 6.3px rgba(200, 200, 200, 0.14);
	text-align: left;
	margin-bottom: 30px;
	vertical-align: middle;
}

.introduce .lists li:nth-child(3n) {
	margin-right: 0;
}

.introduce .lists .text-title {
	font-size: 20px;
	color: #333333;
	margin-top: 22px;
}

.introduce .lists .text-description {
	font-size: 16px;
	color: #828282;
	line-height: 30px;
	margin-top: 11px;
}

.service {
	text-align: center;
	line-height: 1;
	margin-top: 70px;
	margin-bottom: 100px;
}

.service .title {
	font-size: 26px;
	color: #030303;
	margin-bottom: 20px;
}

.service .sub-title {
	font-size: 18px;
	color: #828282;
	margin-bottom: 50px;
}

.service .content {
	width: 1200px;
	margin: 0 auto;
}

.service .content:after {
	content: "";
	width: 0;
	display: block;
	clear: both;

}

.service li {
	position: relative;
	float: left;
	width: 25%;
	width: 300px;
	height: 304px;
	box-sizing: border-box;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
}
.service li:hover{
	box-shadow: 0px 3px 35.69px 7.31px rgba(195, 195, 195, 0.2);
}
.service li:hover .li-item2 {
	display: block;
}
.service li:nth-child(n+5) {
	border-bottom: none;
}

.email-function {
	text-align: center;
	line-height: 1;
}

.service li>div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.service .li-item1 {
	padding-top: 100px;
	transition: all 0.3s;
}

.service .icon {
	margin-bottom: 77px;
	
}

.service .text {
	color: #666666;
	font-size: 18px;
}

.service .li-item2 {
	background-color: #fff;
	padding: 70px 40px 0; 
	top: 0;
	left: 0;
	display: none;
}

.service .li-item2 .text-title {
	font-size: 18px;
	color: #666666;
	margin-bottom: 34px;
}

.service .li-item2 .text-description {
	font-size: 16px;
	color: #999999;
	line-height: 28px;
}

.process {
	margin-top: 100px;
	line-height: 1;
	text-align: center;
}

.process .title {
	font-size: 26px;
	color: #333333;
	margin-bottom: 20px;
}

.process .sub-title {
	font-size: 18px;
	margin-bottom: 84px;
	color: #828282;
}

.process .content {
	width: 1200px;
	margin: 0 auto;
}

.process ul:after {
	content: "";
	width: 0;
	display: block;
	clear: both;
}

.process ul {
	position: relative;
}

.process ul:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	top: 153px;
	left: 0;
	background-image: url(../image/case-bg.png);
	background-size: cover;
	z-index: -1;
}

.process li {
	width: 160px;
	float: left;
	margin-right: 100px;
	vertical-align: top;
}

.process li:last-child {
	margin-right: 0;
}

.process .icon {
	position: relative;
	width: 119px;
	height: 119px;
	border-radius: 50%;
	line-height: 119px;
	margin: 0 auto 69px;
	box-shadow: 0px 6px 30.94px 3.06px rgba(192, 192, 192, 0.14);
}

.process .icon:before {
	position: absolute;
	content: "1";
	width: 26px;
	height: 26px;
	bottom: -47px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ed5a57;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 26px;

}

.process li:nth-child(2) .icon:before {
	content: "2";
}

.process li:nth-child(3) .icon:before {
	content: "3";
}

.process li:nth-child(4) .icon:before {
	content: "4";
}

.process li:nth-child(5) .icon:before {
	content: "5";
}

.process .icon img {
	vertical-align: middle;
}

.process .text-title {
	font-size: 18px;
	color: #666;
}

.process .text-description {
	font-size: 16px;
	color: #828282;
	text-align: left;
	line-height: 26px;
	margin-top: 22px;
}

.partners {
	margin-top: 100px;
	line-height: 1;
	text-align: center;
}

.partners .title {
	font-size: 26px;
	color: #333;
	margin-bottom: 20px;
}

.partners .sub-title {
	font-size: 18px;
	color: #888;
	margin-bottom: 50px;
}

.partners .content {
	width: 1200px;
	margin: 0 auto;
}

.partners .content:after {
	width: 0;
	content: "";
	display: block;
	clear: both;
}

.partners li {
	display: inline-block;
	float: left;
	width: 20%;
	height: 115px;
	line-height: 115px;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	box-sizing: border-box;
}

.partners li:nth-child(n+5) {
	border-bottom: 0;
}

.partners li img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.news {
	margin-top: 103px;
	line-height: 1;
	text-align: center;
	margin-bottom: 120px;
}

.news .title {
	font-size: 26px;
	color: #282828;
	margin-bottom: 60px;
}

.news .content {
	width: 1200px;
	margin: 0 auto;
}

.news .content:after {
	content: "";
	width: 0;
	display: block;
	clear: both;
}

.news li {
	width: 550px;
	float: left;
	border-bottom: 1px solid #ededed;
}

.news li a {
	display: block;
	padding: 20px 0;
}

.news li:nth-child(2n) {
	float: right;
}

.news li .article-text {
	position: relative;
	padding-left: 22px;
	box-sizing: border-box;
	font-size: 18px;
	color: #666;
	width: 452px;
	display: inline-block;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news li .article-text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e33b38;
}

.news li .date {
	font-size: 16px;
	color: #828282;
	float: right;
	margin-top: 2px;
}

.footer {
	background-color: #f7f7f7;
	padding-top: 50px;
	line-height: 1;
}

.footer .content {
	width: 1200px;
	margin: 0 auto;
}

.footer .friendly-link p {
	color: #828282;
	font-size: 18px;
	margin-bottom: 17px;
}

.footer .friendly-link li {
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 14px;
}

.footer .friendly-link li a {
	font-size: 14px;
	color: #828282;
}

.footer .record {
	text-align: left;
	color: #828282;
	font-size: 14px;
	border-top: 1px solid #eeeeee;
	padding: 16px 9px;
}

.footer .record .right {
	float: right;
	color: #999;
}
.nav_mright{
	display: none;
}
.m-nav-lists{
	display: none; 
}
.right-pendant {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.right-pendant>ul>li {
    margin-bottom: 2px;
    position: relative;
    padding-left: 20px
}

.right-pendant .li-main {
    background-color: #f14702;
    color: #fff;
    font-size: 13px;
    opacity: 1;
    text-align: center;
    padding: 7px 28px 9px 15px;
    transition: all .3s;
    transform: translateX(14px);
    border-radius: 6px 0 0 6px
}

.right-pendant>ul>li:hover .li-main {
    transform: translateX(0)
}

.right-pendant>ul>li:hover .detailed-information {
    display: block
}

.right-pendant .detailed-information {
    position: absolute;
    top: -47px;
    left: -182px;
    width: 200px;
    height: 225px;
    box-shadow: 0 1px 16px 0 rgba(52,52,52,.11);
    background-color: #fff;
    border-radius: 5px;
    padding: 11px;
    line-height: 1;
    padding: 11px;
    box-sizing: border-box;
    display: none
}

.right-pendant .information-left {
    float: left;
    width: 80px;
    text-align: left
}

.right-pendant .information-left .name {
    position: relative;
    font-size: 16px;
    color: #343434;
    margin-bottom: 28px;
    padding-top: 15px;
    display: inline-block;
    margin-left: 7px
}

.right-pendant .information-left .name:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 28px;
    height: 2px;
    background-color: #f14702;
    transform: translateX(-50%);
    box-shadow: 0 5px 8px 0 rgba(241,71,2,.63)
}

.right-pendant .information-left .scanning {
    font-size: 12px;
    color: #a0a0a0
}

.right-pendant .information:after {
    width: 0;
    display: block;
    clear: both;
    content: ""
}

.right-pendant .information-right {
    float: right;
    width: 90px;
    height: 86px;
    border-radius: 2px;
    padding: 4px 5px;
    box-sizing: border-box;
    box-shadow: 0 0 16px 0 rgba(52,52,52,.21)
}

.right-pendant .detailed-information-bottom {
    margin-top: 14px
}

.right-pendant .detailed-information-bottom li {
    height: 28px;
    width: 176px;
    background-color: #f3f7f8;
    border-radius: 14px;
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 13px;
    color: gray;
    padding-left: 10px;
    box-sizing: border-box
}

.right-pendant .detailed-information-bottom li a {
    color: gray
}

.right-pendant .detailed-information-bottom li span,.right-pendant .detailed-information-bottom li img {
    vertical-align: middle
}

@media (max-width: 1380px) {

	html,
	body {
		min-width: 1200px;
	}

	.header .content {
		width: 1150px;
	}
}

@media (max-width: 1200px) {
	.header .right .apply {
		display: none;
	}
}

@media (max-width: 768px) {
	html,
	body {
		min-width: 100%;
	}
	.header .logo {
		width: 120px;
	}

	.header .logo img {
		width: 100%;
		padding-left: 20px;
	}

	.header .content {
		width: 100%;
	}

	.header .right {
		display: none;
	}
	.header .content .nav_mright {
	    width: 30px;
	    height: 30px;
	    background-size: 100%;
	    float: right;
	    margin-top: 25px;
	    position: relative;
	    background: rgb(227, 60, 57);
	    margin-right: 20px;
	    border-radius: 2px;
	    display: block;
	}
	.nav_mright .img1,
	.nav_mright .img2 {
		left: 10%;
		width: 80%;
		text-align: center;
		position: absolute;
		z-index: 1;
		background: rgb(227, 60, 57);
		top: 50%;
		transform: translateY(-50%);
	}

	.nav_mright .img2 {
		display: none;
	}

	.m-nav-lists {
		top: 70px;
		width: 100%;
		position: fixed;
		z-index: 999;
		height: calc(100vh - 70px);
		background-color: #fff;
		overflow: auto;
		transform: translateX(100%);
		transition: all 0.4s;
		display: block;
	}

	.m-nav-lists.active {
		transform: translateX(0);
	}

	.m-nav-li.hasSub>a {
		color: #686868;
	}

	.m-nav-li.hasSub:before {
		content: "";
		position: absolute;
		top: 12.5px;
		width: 15px;
		height: 15px;
		right: 10px;
		background: url(http://www.mysdqq.cn/ali/web/themes/default/template/black/static/images/nav-sub-right.png);
		background-size: cover;
	}

	.m-nav-li {
		line-height: 40px;
		height: 41px;
		overflow: hidden;
		border-bottom: #ddd 1px solid;
		position: relative;
	}

	.m-nav-li:hover {
		height: auto;
	}
	.m-nav-li>a {
		display: block;
		padding: 0 10px;
		box-sizing: border-box;
		color: #686868;
	}
	.banner{
		padding-top: 80px;
	}
	.classification{
		padding-top: 40px;
	}
	.classification .title{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.classification .sub-title{
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 1.4;
	}
	.classification li{
		padding: 10px 20px 0;
	}
	.classification li>span{
		display: block;
		border-right: none;
		/* float: none; */
	}
	.classification .content{
		width: 100%;
	}
	.classification li .li-span1{
		width: 50%;
		padding-left: 0;
	}
	.classification li .li-span2{
		width: 50%;
		padding-left: 0;
		text-align: center;
	}
	.classification li .li-span3{
		width: 50%;
	}
	.classification li .text-title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.classification li .text-description{
		font-size: 16px;
	}
	.classification li .li-span2{
		font-size: 16px;
	}
	.classification li .text1{
		margin-bottom: 10px;
	}
	.classification li .li-span22{
		text-align: left;
	}
	.classification li .buy{
		width:120px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}
	.introduce{
		padding-top: 20px;
	}
	.introduce .title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.introduce .content{
		width: 100%;
	}
	.introduce .wrapper li{
		width: auto;
		font-size: 14px;
		margin: 0 8px;
	}
	.introduce .wrapper{
		margin-bottom: 30px;
	}
	.introduce .lists{
		padding: 0 10px;
	}
	.introduce .lists:after{
		content: "";
		width: 0;
		display: block;
		clear: both;
	}
	.introduce .lists li{
		width: 47%;
		float: left;
		margin-right: 0;
		padding: 10px;
		margin-bottom: 20px;
	}
	.introduce .lists li:nth-child(2n){
		float: right;
	}
	.introduce .lists .icon img{
		width: 40px;
	}
	.introduce .lists .text-title{
		font-size: 18px;
		margin-top: 15px;
	}
	.introduce .lists .text-description{
		font-size: 14px;
		line-height: 24px;
	}
	.service{
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.service .title{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.service .sub-title{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.service .content{
		width: 100%;
	}
	.service li{
		width: 50%;
		height: 240px;
	}
	.service .li-item1{
		padding-top: 50px;
	}
	.service .li-item2{
		padding: 30px 10px 0;
	}
	.service .li-item2 .text-title{
		margin-bottom: 15px;
	}
	.service .li-item2 .text-description{
		text-align: left;
		font-size: 14px;
		
	}
	.service .icon{
		margin-bottom: 30px;
	}
	.service li:nth-child(n+5){
		border-bottom: 1px solid #f5f5f5;
	}
	.service li:nth-child(n+7){
		border-bottom: none;
	}
	.process{
		display: none;
	}
	.news{
		margin-top: 40px;
		margin-bottom: 60px;
	}
	.news .title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.news .content{
		width: 100%;
	}
	.news li{
		width: 100%;
	}
	.news li .article-text{
		width: 70%;
		font-size: 16px;
	}
	.news li .date{
		font-size: 14px;
		width: 26%;
	}
	.partners .title{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.partners .sub-title{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.footer .content{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.footer{
		padding-top: 30px;
	}
	.footer .record span{
		display: inline-block;
		line-height: 24px;
	}
	.footer .record .right{
		float: none;
	}
	.partners .content{
		width: 100%;
	}
	.partners li{
		width: 33.3%;
	}
	.partners li img{
		max-width: 90%;
	}
}



.pose{
	width:1200px; margin:0 auto; font-size:14px; color:#333; padding:15px 0 ; border-bottom:1px solid #ccc; text-align:right;
}
.pose a{
	font-size:14px; color:#333;
}

@media only screen and (max-width: 768px) {
	.pose{
		width:100%; margin:0 auto; font-size:12px; padding:15px ; box-sizing:border-box;
	}
	.pose a{
		font-size:12px; 
	}
}