/* 服务支持 */
.authen{
	padding: 85px 0 0 0;
}
.authen .tit{
	text-align: center;
}

.authen .tit h3{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.authen .tit p{
	font-size: 16px;
	color: #666666;
	line-height: 2;
}
.authen_list{
	justify-content: space-between;
	margin-top: 40px;
	background-color: #eeeeee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 60px 0;
	border: 1px solid #dcdcdc;
	flex-wrap: wrap;
}
.authen_list .item{
	padding: 10px 60px;
	border-right: 1px solid #dcdcdc;
	width: 100%;
	text-align: center;
}
.authen_list .item:last-child{
	border-right: 0;
}
.authen_list .item .top h3{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}

.authen_list .item .top p{
	font-size: 14px;
	color: #444444;
}
.authen_list .item .bottom{
	padding: 20px 0 0 0;
}
.authen_list .item .bottom .cont{
	padding-top: 20px;
}
.authen_list .item .bottom .cont span{
	vertical-align: middle;
	display: inline-block;
	font-size: 25px;
	color: #444444;
	margin-left: 15px;
}
.authen_list .item .bottom .list{
	padding-right: 40px;
	text-align: center;
}
.authen_list .item .bottom .list .img{
	height: 75px;
}
.authen_list .item .bottom .list p{
	font-size: 14px;
	color: #444444;
	margin-top: 15px;
}
.authen_list .item .bottom2{
	justify-content: center;
	padding: 15px 0;
}
.authen_list .item .bottom2 .itlist{
	padding: 0 20px;
}
.authen_list .item .bottom2 .itlist p{
	font-size: 14px;
	color: #444444;
	margin-bottom: 10px;
}
.authen_list .item .bottom2 .itlist  img{
	width: 200px;
}

.authen_list .item:last-child .bottom{
	padding: 40px 0 0 0;
	justify-content: center;
}
.shop_v{
	background-color: #f5f5f5;
	padding: 100px 0 60px;
}
.shop_v .box{
	background: url(../images/shopbg.png) no-repeat right;
}
.shop_v .word h3{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 25px;
}
.shop_v .word p{
	font-size: 16px;
	color: #666666;
	line-height: 2;
}
.shop_v .word .contac{
	padding: 45px 0 0 0;
	    align-items: center;
}
.shop_v .word .contac .wz{
	display: inline-block;
	margin-left: 15px;
}
.shop_v .word .contac .w1{
	font-size: 16px;
	color: #333333;
}
.shop_v .word .contac .w2{
	font-size: 16px;
	color: #942586;
	font-family: bahn;
	margin-top: 8px;
}

.zpt {
    padding: 120px 0 50px;
}
.sod_select {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 200px;
    padding: 15px 10px;
    border: 3px solid #5e5e5e;
    background: #ffffff;
    color: #444444;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
    outline-offset: -2px;
    cursor: default;
    background: url(../images/down2.jpg) no-repeat right center;
}
.zpt .sod_select {
    border: 1px solid #e3e3e3;
    background: url(../images/i10.png) no-repeat 95% center;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin-right: 1%;
    padding: 0 10px;
	height: 55px;
	line-height: 55px;
    width: 21%;
	vertical-align: middle;
	cursor: pointer;
}
.sod_select .sod_label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
	font-size: 16px;
}
.sod_select .sod_list {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    height: auto;
    width: 200px;
    margin: 0 0 0 -3px;
    background: #ffffff;
    border: 3px solid #000000;
    border-top: none;
    color: #444444;
    font-weight: 300;
    z-index: 1;
}
.zpt .sod_select .sod_list {
    border: 1px solid #eee;
    margin-left: -1px;
    width: 100%;
}
.sod_select .sod_list ul {
    overflow-y: auto;
    padding: 0;
    margin: 0;
    max-height: 600px;
}
.sod_select .sod_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding: 10px 10px;
    list-style-type: none;
	line-height: initial;
}
.sod_select select {
    display: none !important;
}

.zpt input[type=text] {
    border: 1px solid #e3e3e3;
    background: transparent;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    padding: 0 10px;
	height: 55px;
    width: 21%;
    vertical-align: middle;
}
.zpt input[type=submit] {
    width: 4%;
    height: 55px;
	border: 0;
    background: #922685 url(../images/i9.png) no-repeat center;
	vertical-align: middle;
	cursor:pointer;
}
.store_list{
	padding: 80px 0 0 0;
}
.store_list .item{
	float: left;
	width: 48%;
	margin-right: 4%;
	background: #f5f5f5;
	padding: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 45px;
}
.store_list .item:nth-child(2n){
	margin-right: 0;
}
.store_list .item .img{
	float: left;
	width: 35%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
}
.store_list .item .info{
	float: right;
	width: 60%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px 0 10px 30px;
	border-left: 1px solid #dcdcdc;
}
.store_list .item .info .tit{
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}
.store_list .item .info .ic{
	display: flex;
	align-items: center;
	padding: 6px 0;
}
.store_list .item .info .ic .ic1{
	width: 25px;
}
.store_list .item .info .ic p{
	font-size: 15px;
	color: #666666;
}
.store_list .loadmore{
	text-align:center;
	padding: 40px 0px 0 0px;
	display:none;
}
.store_list .loadmore a {
    font-size: 16px;
    color: #737373;
    display: inline-block;
    padding: 11px 57px;
    border: 1px solid #b5b5b5;
    transition: .3s all ease;
}
.store_list .loadmore a:hover{
	color:#fff;
	background:#000;
}

/* 下载中心 */

.download_nav{
	padding: 60px 0;
}
.download_nav ul li {
    margin-right: 10px;
	margin-bottom:5px;
}
.download_nav ul li a {
    font-size: 15px;
    color: #666666;
    display: block;
    background: #e9e9e9;
    padding: 11px 20px;
}
.download_nav ul li a.on {
    background-color: #942586;
    color: #fff;
}
.download_nav ul li a:hover {
    background-color: #942586;
    color: #fff;
}

.download_list ul li{
	float: left;
	width: 24%;
	margin-right: 1.33%;
	margin-bottom: 50px;
}
.download_list ul li:nth-child(4n){
	margin-right:0;
}
.download_list ul li .img img{
	width: 100%;
}
.download_list ul li .info{
	padding: 0 0 20px 0;
	border-bottom: 1px solid #dcdcdc;
}
.download_list ul li .info h3{
	font-size: 18px;
	color: #333333;
	margin: 20px 0;
}
.download_list ul li .info span{
	font-size: 14px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
}
.download_list ul li .info .wz1{
	margin-right: 15px;
}
.download_list ul li .info .wz1 img{
	margin-right: 5px;
}
@media screen and (min-width: 300px) and (max-width: 1000px){
	.authen .tit h3 {
	    font-size: 2.2rem;
	    color: #333333;
	    font-weight: bold;
	    margin-bottom: 1.5rem;
	}
	.authen .tit p {
	    font-size: 1.4rem;
	    color: #666666;
	    line-height: 2;
	}
	.authen{
		padding: 3rem 0 0 0;
	}
	.authen_list {
	    margin-top: 3rem;
	    padding: 0 0;
		flex-wrap: wrap;
	}
	.authen_list .item {
	    padding: 2rem 2rem;
	    border-right: 1px solid #dcdcdc;
	    width: 100%;
	    box-sizing: border-box;
	}
	.authen_list .item .top h3 {
	    font-size: 1.6rem;
	    color: #333333;
	    font-weight: bold;
	    margin-bottom: 1rem;
	}
	.authen_list .item .top p {
	    font-size: 1.2rem;
	    color: #444444;
	}
	.authen_list .item .bottom2{
		flex-wrap: wrap;
	}
	.authen_list .item .bottom2 .itlist {
	    padding: 10px 20px;
	    width: 100%;
	}
	.authen_list .item:last-child .bottom{
		overflow: auto;
	}
	.shop_v .word h3 {
	    font-size: 2.4rem;
	    color: #333333;
	    font-weight: bold;
	    margin-bottom: 2rem;
	}
	.shop_v {
	    background-color: #f5f5f5;
	    padding: 3rem 0 2rem;
	}
	.shop_v .box {
	    background: url(../images/shopbg.png) no-repeat right;
	    background-size: contain;
	}
	.shop_v .word h3 {
	    font-size: 2.4rem;
	    color: #333333;
	    font-weight: bold;
	    margin-bottom: 2rem;
	}
	.shop_v .word p {
	    font-size: 1.4rem;
	    color: #666666;
	    line-height: 2;
	}
	.shop_v .word .contac {
	    padding: 3rem 0 0 0;
	    align-items: center;
	}
	.zpt {
	    padding: 4rem 0 3rem;
	}
	.zpt .sod_select {
	    border: 1px solid #e3e3e3;
	    background: url(../images/i10.png) no-repeat 95% center;
	    font-size: 12px;
	    color: #666;
	    font-weight: 400;
	    margin-right: 1%;
	    padding: 0 10px;
	    height: 45px;
	    line-height: 45px;
	    width: 100%;
	    box-sizing: border-box;
	    vertical-align: middle;
		margin: 8px 0;
	}
	.sod_select .sod_label {
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    padding-right: 15px;
	    font-size: 12px;
	}
	.zpt input[type=text] {
	    border: 1px solid #e3e3e3;
	    background: transparent;
	    font-size: 12px;
	    color: #666;
	    font-weight: 400;
	    padding: 0 10px;
	    height: 45px;
	    width: 70%;
	    vertical-align: middle;
		margin: 8px 0;
	}
	.zpt input[type=submit] {
	    width: 22%;
	    height: 45px;
	    border: 0;
	    background: #922685 url(../images/i9.png) no-repeat center;
	    vertical-align: middle;
	}
	.store_list {
	    padding: 3rem 0 0 0;
	}
	.store_list .item{
		margin-right: 0;
		width: 100%;
		padding: 1.5rem;
		margin-bottom:2rem;
	}
	.store_list .item .img {
	    float: left;
	    width: 100%;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    height: 15rem;
	}
	.store_list .item .info{
		width: 100%;
		padding: 2rem 1rem 0.5rem 1rem;
		border-left: 0;
	}
	.store_list .item .info .tit{
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.store_list .item .info .ic p{
		font-size: 1.2rem;
	}
	.download_nav ul li a{
		font-size: 1.3rem;
		padding: 6px 11px;
	}
	.download_nav{
		padding: 3rem 0;
	}
	.download_nav ul{
		flex-wrap:wrap;
	}
	.download_list ul li {
	    float: left;
	    width: 49%;
	    margin-right: 2%!important;
	    margin-bottom: 2rem;
	}
	.download_list ul li:nth-child(2n){
		margin-right: 0!important;
	}
	.download_list ul li .info h3{
		font-size: 1.2rem;
		margin: 1.5rem 0;
	}
	.download_list ul li .info span{
		font-size: 1.2rem;
	}
	.download_list ul li .info .wz1 img{
		width: 15px;
	}
	.store_list .loadmore{
	text-align:center;
	padding: 2rem 0px 0 0px;
}
.store_list .loadmore a {
    font-size: 1.2rem;
    color: #737373;
    display: inline-block;
    padding: 0.5rem 2rem;
    border: 1px solid #b5b5b5;
    transition: .3s all ease;
}
}