/* 首页 */
a {
	background-color: transparent;
	text-decoration: none;
	color: #222;
}

a:active,
a:hover {
	outline: 0;
	color: #83d7d7;
}
.banner-swiper.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 30px;
}
.banner-swiper .swiper-pagination-bullet-active{
	background: #fff;
}
.banner-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
	width: 12px;
	height: 12px;
}
.news-swiper.swiper-container .swiper-slide{
    height: 142px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 8px 8px 20px 0px rgba(55,99,170,0.1);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 2px solid #FFFFFF;
}
.news-swiper.swiper-container .swiper-slide .title{
    padding: 30px 24px 24px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-swiper.swiper-container .swiper-slide .desc{
    padding: 0 24px;
    color: #858A99;
    font-size: 12px;
}
.newswiper .swiper-button-next{
    background-image:url('/static/home/icon/next.png');
    width: 48px;
    height: 48px;
    background-size:48px 48px;
    right: -60px;
    top: 64%;
    margin-top: 0;
}
.newswiper .swiper-button-prev{
    background-image:url('/static/home/icon/prev.png');
    width: 48px;
    height: 48px;
    background-size:48px 48px;
    left: -60px;
    top: 64%;
    margin-top: 0;
}
.news-bg{
    background: url('/static/home/icon/news-bg.png') center center no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 50px 0 80px;
    margin-top: 50px;
}
.main .content{
    position:relative;
}
.main .label{
    position:absolute;
    bottom: -50px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    width: 100%;
    z-index: 9;
}
.main .label .lab1{
    width: 240px;
    height: 92px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 8px 8px 20px 0px rgba(55,99,170,0.1);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .label .lab2{
    width: 842px;
    height: 92px;
    background: linear-gradient(180deg, #5BCDC1 0%, #81D8D0 100%);
    box-shadow: 8px 8px 20px 0px rgba(129,216,208,0.4);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 2px solid #5BCDC1;
    display: flex;
    align-items: center;
    padding-left: 50px;
}
/* 系统公告 */
.main .index.container{
	display: flex;
	justify-content: space-between;
}
.index-title-box{
	margin: 50px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-title-box.new{
    flex-direction: column;
    justify-content: normal;
}
.index-title-box .title{
	font-size: 28px;
	padding-bottom: 10px;
}
.index-title-box .more{
	padding-right: 10px;
	background: url(../images/more.png) right center no-repeat;
	background-size: 12px;
}
.pp-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pp-list .ite{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.left-side{
    display: flex;
    flex-direction: column;
}
.left-side .ite{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 80px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 8px 8px 20px 0px rgba(55,99,170,0.1);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 2px solid #FFFFFF;
    margin-bottom: 24px;
    font-size: 18px;
}
.new-product,
.right-con{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-product-box{
    background: #F3F5F8;
    margin-top: 50px;
    padding: 40px 0;
}
.new-product{
    width: 1370px;
    margin: 0 auto;
    align-items: normal;
    justify-content: normal;
}
.conn-list{
    display: flex;
    padding: 24px 24px 24px 0;
}
.right-con{
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 8px 8px 20px 0px rgba(55,99,170,0.1);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 2px solid #FFFFFF;
    margin-left: 24px;
    flex: 1;
}
.conn-list .ite{
    margin-left: 24px;
}
.conn-list .info{
    padding-bottom: 10px;
}
.conn-list .info .top{
    border-bottom: solid 2px #ddd;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.conn-list .info .body{
    font-size: 12px;
    color: #858A99;
    padding: 10px 0;
}
.conn-list .info .body .price{
    font-size: 14px;
    padding-top: 5px;
    color: #333;
}
.conn-list .foot a{
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
}
.conn-list .foot .state{
    background-color: #81D8D0;
}
.conn-list .foot .buy{
    background-color: #FF9285;
}



.main .index.container .notice{
	width: 450px;
}
.main .index.container .notice .list{
	padding: 20px 30px;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.main .index.container .notice .list .item{
	padding: 20px 0;
	border-bottom: dotted 1px #ddd;
}
.main .index.container .notice .list .item:last-child{
	border-bottom: none;
}
.main .index.container .notice .list .item a{
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.main .index.container .notice .list .item .time{
	padding-top: 10px;
	color: #999;
}
.main .index.container .question{
	width: 680px;
}
.main .index.container .question .list .item{
	margin-bottom: 25px;
	background-color: #eee;
	padding: 20px 30px;
	transition: all ease-in-out .3s;
}
.main .index.container .question .list .item:hover{
	background-color: #effaff;
}
.main .index.container .question .list .item .quest{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}
.main .index.container .question .list .item .quest .tit{
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	flex: 1;
}
.main .index.container .question .list .item .quest .time{
	color: #999;
	font-size: 12px;
	width: 112px;
	margin-left: 20px;
}
.main .index.container .question .list .item .anw{
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.service .index-title-center-box{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin: 50px 0;
}
.service .list{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service .list .item{
	width: 324px;
    height: 160px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 8px 8px 20px 0px rgba(55,99,170,0.1);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 2px solid #FFFFFF;
    display: flex;
    padding: 30px 24px;
}
.service .list .item .s-info{
    padding-left: 24px;
}
.service .list .item .tit{
    color: #3C485C;
    line-height: 39px;
    font-size: 28px;
    padding-bottom: 10px;
}
.service .list .item .icon{
    width: 48px;
    height: 48px;
}

.service .list .item .desc{
	color: #858A99;
    line-height: 17px;
    font-size: 12px;
}
.other{
	display: flex;
	justify-content: space-between;
}
.other .feedback{
	width: 460px;
}
.other .feedback .my-drag{
	width: 100%;
	margin-bottom: 20px;
}
.my-drag.layui-upload-drag .layui-icon{
	color: #61d19a;
}
.other .feedback .pics{
	padding: 10px;
	width: 100%;
	border: dashed 1px #eee;
	display: flex;
	margin-bottom: 20px;
}
.other .feedback .pics .img{
	margin-right: 10px;
	position: relative;
}
.other .feedback .pics .img:last-child{
	margin-right: 0;
}
.other .feedback .pics .img img{
	width: 80px;
	height: 115px;
	object-fit: cover;
}
.other .feedback .pics .img .del{
	position: absolute;
	top: 0;
	right: 0;
	background: #cc0033;
	color: #fff;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	display: block;
}
.other .feedback .my-input-box{
	margin-bottom: 20px;
}
.other .feedback .my-input-box .my-input{
	height: 40px;
	border: none;
	outline: none;
	background-color: #eee;
	padding: 0 10px;
	width: 100%;
}
.other .feedback .my-input-box .my-textarea{
	height: 100px;
	border: none;
	outline: none;
	resize: none;
	padding: 10px;
	background-color: #eee;
	width: 100%;
}
.other .feedback .my-input-box .my-btn{
	width: 100%;
	height: 40px;
	background-color: #61d19a;
	color: #fff;
	border: none;
}
.other .feedback-list{
	width: 660px;
}
.other .feedback-list .list .item{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	display: flex;
	padding: 20px 30px;
	margin-bottom: 10px;
}
.other .feedback-list .list .item img{
	width: 80px;
	height: 80px;
	object-fit: cover;
}
.other .feedback-list .list .item .info{
	margin-left: 30px;
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.other .feedback-list .list .item .info .tit{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.other .feedback-list .list .item .info .tit .txt{
	flex: 1;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.other .feedback-list .list .item .info .tit .time{
	width: 130px;
	margin-left: 20px;
}
.other .feedback-list .list .item .info .desc{
	color: #999;
}
.introduce{
	width: 100%;
	margin: 50px 0;
	height: 360px;
	background: url(../images/introbg.jpg) center top repeat-y;
}
.introduce .content{
	display: flex;
	justify-content: space-between;
}
.introduce .title{
	font-size: 18px;
	padding: 30px 0;
}
.introduce .content .con{
	margin-top: 20px;
}
.introduce .content .contact,
.introduce .content .about{
	width: 50%;
}
.introduce .content .about{
	padding-left: 50px;
}
.introduce .content .contact .con li{
	margin-bottom: 10px;
	padding: 10px 0;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: left center;
	font-size: 16px;
}
.introduce .content .contact .con li.li1{
	background-image: url(../images/address.png);
}
.introduce .content .contact .con li.li2{
	background-image: url(../images/tel.png);
}
.introduce .content .contact .con li.li3{
	background-image: url(../images/wechat.png);
}
.introduce .content .contact .con li.li4{
	background-image: url(../images/qq.png);
}
.introduce .content .about .con .txt{
	line-height: 30px;
	text-indent: 2em;
}

/* 证书页面 */
.certBox{
	margin: 160px auto;
	width: 660px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border: solid 1px #eee;
}
.certBox .cert-type{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.certBox .cert-type a{
	display: block;
	width: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
.certBox .cert-type a.active{
	background-color: #83d7d7;
	color: #fff;
}
.certBox .cert-list{
	display: flex;
	margin: 50px 0;
	margin-bottom: 30px;
	padding: 0 20px;
	flex-wrap: wrap;
}
.certBox .cert-list a{
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	margin: 0 10px;
	width: 78px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 2px;
	background-color: #f5f5f5;
}
.certBox .cert-list a:hover,
.certBox .cert-list a.active{
	background-color: #83d7d7;
	color: #fff;
}

.certBox .cret-panels{
	padding: 0 30px;
}
.certBox .cret-panels .panel{
	display: none;
}
.certBox .cret-panels .panel .con{
	display: flex;
	justify-content: space-between;
}
.certBox .cret-panels .panel .con .organ{
	background: url(../images/jigou.png) left 20px no-repeat;
	background-size: 50px 50px;
	padding: 20px 0;
	padding-right: 20px;
	padding-left: 60px;
	flex: 1;
}
.certBox .cret-panels .panel .con .organ .en{
	padding-bottom: 10px;
}
.certBox .cret-panels .panel .con .form-box{
	padding-top: 20px;
	width: 250px;
}
.certBox .cret-panels .panel .con .form-box .cert-input{
	width: 100%;
	flex: 1;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	justify-content: space-between;
}
.certBox .cret-panels .panel .con .form-box .cert-input input{
	border: none;
	border-bottom: solid 1px #8a8a8a;
	outline: none;
	flex: 1;
	line-height: 30px;
}
.certBox .cret-panels .panel .con .form-box .cert-input .cert-num-icon{
	width: 30px;
	height: 30px;
	background: url(../images/certsearch.png) center center no-repeat;
	display: inline-block;
	background-size: 30px 30px;
	margin-left: 10px;
}
.certBox .cret-panels .panel .con .form-box .cert-btn{
	margin-top: 30px;
	float: right;
	background-color: #83d7d7;
	color: #fff;
	border: none;
	height: 35px;
	width: 70px;
}
.certBox .cret-panels .panel .desc{
	margin: 50px 0;
	color: #999;
}
.calculatorBox{
	margin: 60px auto;
	width: 824px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border: solid 1px #eee;
	padding: 20px;
}
.calculatorBox .title{
	padding: 20px;
	padding-left: 40px;
	font-size: 18px;
	background: url(../images/calculator.png) left center no-repeat;
	background-size: 30px 30px;
	border-bottom: dotted 1px #ddd;
}
.calculatorBox .title .desc{
	font-size: 12px;
	color: #999;
}
.calculatorBox .item-box{
	margin: 30px 0;
}
.calculatorBox .weight-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.calculatorBox .weight-box .weight{
	display: flex;
}
.calculatorBox .weight-box .weight .lab{
	width: 80px;
	line-height: 35px;
}
.calculatorBox .weight-box .weight input{
	border: solid 1px #83d7d7;
	height: 35px;
	outline: none;
	border-radius: 2px;
	font-size: 12px;
	width: 150px;
	padding: 0 10px;
}
.calculatorBox .weight-box .time{
	color: #999;
}
.calculatorBox .shape-box,
.calculatorBox .color-box{
	display: flex;
	align-items: center;
}
.calculatorBox .shape-box .lab,
.calculatorBox .color-box .lab{
	width: 80px;
}
.calculatorBox .shape-box a{
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	background-color: #eee;
	border-radius: 2px;
	margin-right: 10px;
}
.calculatorBox .shape-box a:hover,
.calculatorBox .color-box a:hover,
.calculatorBox .shape-box a.active,
.calculatorBox .color-box a.active{
	background-color: #83d7d7;
	color: #fff;
}
.calculatorBox .color-box a{
	width: 50px;
	height: 50px;
	background-color: #eee;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	margin-right: 10px;
}
.calculatorBox .carat-box{
	overflow: hidden;
}
.calculatorBox .carat-box .rate,
.calculatorBox .carat-box .discount{
	display: flex;
	align-items: center;
	float: left;
}
.calculatorBox .carat-box .discount{
	margin-left: 20px;
}
.calculatorBox .carat-box .rate .txt{
	width: 80px;
}
.calculatorBox .carat-box input,
.calculatorBox .result-box input{
	border: solid 1px #83d7d7;
	height: 35px;
	outline: none;
	border-radius: 2px;
	font-size: 12px;
	padding: 0 10px;
}
.calculatorBox .carat-box .rate input{
	width: 80px;
}
.calculatorBox .carat-box .dollar{
	float: right;
	display: flex;
	align-items: center;
}
.calculatorBox .carat-box .dollar .txt{
	width: 60px;
}
.calculatorBox .carat-box .discount .txt{
	margin-right: 10px;
}
.calculatorBox .carat-box .discount input{
	width: 120px;
	padding-left: 40px;
}
.calculatorBox .carat-box .discount .input-box{
	position: relative;
}
.calculatorBox .carat-box .discount .input-box .zkou{
	position: absolute;
	top: 2px;
	left: 2px;
	width: 30px;
	height: 30px;
	background-color: #bbe2ff;
	background-size: 15px 15px;
	background-position: center center;
	background-repeat: no-repeat;
}
.calculatorBox .carat-box .discount .input-box .zkou.plus{
	background-image: url(../images/plus.png);
}
.calculatorBox .carat-box .discount .input-box .zkou.minus{
	background-image: url(../images/minus.png);
}
.calculatorBox .carat-box .dollar input,
.calculatorBox .result-box .rmb input{
	width: 150px;
}
.calculatorBox .result-box{
	display: flex;
	justify-content: space-between;
}
.calculatorBox .result-box .rmb{
	display: flex;
	align-items: center;
}
.calculatorBox .result-box .rmb .txt{
	width: 90px;
	text-align: center;
}
.calculatorBox .result-box .desc{
	flex: 1;
}
.calculatorBox .result-box .desc .unit{
	width: 100%;
	color: #999;
	padding-bottom: 10px;
}
.calculatorBox .result-box .desc .info{
	float: left;
	color: #999;
}
.product .nav{
	border-bottom: solid 1px #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .nav .opreate{
	margin-left: 200px;
}
.product .nav .opreate a{
	margin: 0 10px;
}
.product .nav ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .nav ul li{
	
}
.product .nav ul li a{
	line-height: 50px;
	width: 100px;
	display: block;
	text-align: center;
	position: relative;
}
.product .nav ul li.active a,
.product .nav .opreate a.active
{
	color: #83d7d7;
	font-weight: bold;
}
.product .nav ul li.active a::after{
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 2px;
	background-color: #83d7d7;
	content: '';
}
.product .search{
	display: flex;
}
.product .search .searchLeft{
	width: 840px;
}
.product .search .searchRight{
	margin-top: 30px;
	border-left: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-right: solid 1px #eee;
}
.product .search .searchLeft dl,
.product .search .searchRight dl{
	border-bottom: solid 1px #eee;
	overflow: hidden;
}
.product .search .searchRight dl:first-child{
	border-top: solid 1px #eee;
}
.product .search .searchLeft dl dt,
.product .search .searchLeft dl dd,
.product .search .searchRight dl dt,
.product .search .searchRight dl dd{
	float: left;
}
.product .search .searchLeft dl dt,
.product .search .searchRight dl dt{
	border-right: solid 1px #eee;
	padding: 5px 0;
	width: 90px;
	text-align: center;
	margin-right: 10px;
}
.product .search .searchRight dl{
	padding-right: 10px;
}
.product .search .searchLeft dl dd,
.product .search .searchRight dl dd{
	margin: 2px 0;
}
.product .search .searchLeft dl dd a,
.product .search .searchRight dl dd a,
.product .search .searchRight dl dd .dot{
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	display: inline-block;
	margin-right: 5px;
}
.product .search .searchRight dl dd .dot{
	margin-right: 0;
}
.product .search .searchLeft dl dd a.active,
.product .search .searchLeft dl dd a:hover,
.product .search .searchRight dl dd a.active,
.product .search .searchRight dl dd a:hover{
	background-color: #83d7d7;
	color: #fff;
}
.product .search .searchLeft dl dd a.shape{
	width: 42px;
	height: 54px;
	font-size: 0;
	background-size: 42px 54px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
}
.product .search .searchLeft .shape.shape1{
	background-image: url(../images/shape/s1.png);
}
.product .search .searchLeft .shape.shape2{
	background-image: url(../images/shape/s2.png);
}
.product .search .searchLeft .shape.shape3{
	background-image: url(../images/shape/s3.png);
}
.product .search .searchLeft .shape.shape4{
	background-image: url(../images/shape/s4.png);
}
.product .search .searchLeft .shape.shape5{
	background-image: url(../images/shape/s5.png);
}
.product .search .searchLeft .shape.shape6{
	background-image: url(../images/shape/s6.png);
}
.product .search .searchLeft .shape.shape7{
	background-image: url(../images/shape/s7.png);
}
.product .search .searchLeft .shape.shape8{
	background-image: url(../images/shape/s8.png);
}
.product .search .searchLeft .shape.shape9{
	background-image: url(../images/shape/s9.png);
}
.product .search .searchLeft .shape.shape10{
	background-image: url(../images/shape/s10.png);
}
.product .search .searchLeft .shape.shape11{
	background-image: url(../images/shape/s11.png);
}
.product .search .searchLeft .shape.shape12{
	background-image: url(../images/shape/s12.png);
}
.product .search .searchLeft .shape.shape13{
	background-image: url(../images/shape/s13.png);
}
.product .search .searchLeft .shape.shape14{
	background-image: url(../images/shape/s14.png);
}
.product .search .searchLeft .shape.shape15{
	background-image: url(../images/shape/s15.png);
}
.product .search .searchLeft .shape.shape16{
	background-image: url(../images/shape/s16.png);
}
.product .search .searchLeft dl.shapedl dt{
	height: 60px;
}
.product .search .searchLeft dl.shapedl dd{
	margin-right: 10px;
}
.product .search .searchLeft dl.shapedl dd:last-child{
	margin-right: 0;
}
.product .search .searchLeft dl.shapedl dd a:hover{
	/* background-color: transparent; */
}
.product .search .searchRight dl dd input{
	border: solid 1px #eee;
	height: 25px;
	outline: none;
	border-radius: 2px;
	font-size: 12px;
	width: 80px;
	padding: 0 10px;
}
.product .search .searchRight dl dd input.number{
	width: 120px;
}
.product .search .searchRight .btn-box{
	margin-top: 20px;
	margin-left: 90px;
}
.product .search .searchRight .btn-box .my-btn{
	background-color: #83d7d7;
	color: #fff;
	border: none;
	margin-right: 10px;
	width: 70px;
	height: 35px;
}
.product{
	padding-top: 140px;
}
.leftSide{
	width: 60px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	background-color: #f2faff;
	-webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.15)
}
.leftSide.active{
	width: 130px;
}
.leftSide .menu-btn{
	height: 70px;
	border-bottom: solid 2px #83d7d7;
}
.leftSide li.menu-item{
	position: relative;
	padding: 15px 20px;
	border-bottom: solid 1px #ddd;
}
.leftSide li.menu-item .txt,
.leftSide li.menu-item .menu-tip {
	display: none;
}
.leftSide li.menu-item i{
	float: left;
}
.leftSide li a{
	display: block;
	overflow: hidden;
}
.leftSide .menu-btn a{
	height: 70px;
	padding: 25px 0;
}
.leftSide .menu-btn .menu-icon{
	margin: 0 auto;
}
.leftSide.active li.menu-item .txt{
	display: block;
	margin-left: 30px;
}
.leftSide li.menu-item .menu-tip{
	position: absolute;
	display: none;
	left: 60px;
	top: 0;
	background: url("../images/side_nav_bg.png") center center no-repeat;
	width: 120px;
	height: 51px;
}
.leftSide li.menu-item:hover .menu-tip{
	display: block;
}
.leftSide.active li.menu-item:hover .menu-tip{
	display: none;
}
.leftSide li.menu-item .menu-tip a{
	text-align: center;
	line-height: 51px;
	color: #04608f;
	font-size: 16px;
}
.leftSide .menu-icon{
	display: block;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.leftSide .menu-icon.icon-btn{
	background-image: url("../images/menu.png");
}
.leftSide .menu-icon.icon-stock{
	background-image: url("../images/stock.png");
}
.leftSide .menu-icon.icon-tool{
	background-image: url("../images/tool.png");
}
/*会员中心*/
.member{
	display: flex;
	justify-content: space-between;
}
.member .memberLeft{
	width: 200px;
	background-color: #fff;
	min-height: 500px;
	padding: 40px 0;
}
.member .memberLeft a{
	display: block;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}
.member .memberLeft a:hover,
.member .memberLeft a.active{
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	color: #83d7d7;
}
.member .memberRight{
	padding: 50px;
	width: 980px;
	background-color: #fff;
}
.member .memberRight .m-title{
	text-align: center;
	margin-bottom: 30px;
}
.member .memberRight .m-title h1{
	font-weight: bold;
}
.member .memberRight .m-title p{
	color: #999;
}
.member .panels .panel1{
	padding-right: 50px;
}
.member .panels .panel2{
	padding: 0 50px;
}
.member .panels .panel2 .upgrade-txt{
	padding-bottom: 10px;
	line-height: 25px;
}
.member .panels .panel2 .upgrade-txt.b{
	font-weight: bold;
}
.member .panels .panel2 .upgrade-txt.warn,
.member .panels .panel4 .alert{
	color: #cc0033;
}
.member .panels .panel4 .alert{
	text-align: center;
	font-size: 16px;
	padding: 30px 0;
}
.member .panels .panel4 .logout{
	margin-top: 100px;
}
.panels .panel{
	display: none;
}
.panels .layui-form-label{
	width: 154px;
	font-weight: bold;
}
.panels .layui-input-block{
	margin-left: 170px;
}
.panels .layui-form-item{
	margin-bottom: 20px;
}
.panels .layui-form-item .layui-input{
	height: 42px;
	line-height:42px\9;
}
.panels .layui-form-item .layui-input-inline.add{
	width: 213px;
}
.panels .layui-form-item .layui-input-inline.add:last-child{
	margin-right: 0;
}
.panels .card-list{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 40px;
}
.panels .card-list .txt{
	padding-bottom: 10px;
	font-weight: bold;
}
.panels .mysubmit-box{
	text-align: center;
}
.panels .card-list .layui-upload-drag{
	width: 252px;
}
.panels .card-list .layui-upload-drag .img{
	width: 190px;
	height: 190px;
	object-fit: cover;
}
.panels .panel3{
	width: 500px;
	margin: 0 auto;
}
.panels .panel3 .vcode{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.panels .panel3 .vcode button{
	height: 42px;
	line-height: 42px;
	margin-left: 10px;
}
.product .product-add{
	width: 100%;
	padding: 0 20px 20px;
	margin: 20px 0;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.product .product-add .add-title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}
.product .my-table{
	width: 100%;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
.product .my-table tr{
	margin: 5px 0;
	border-bottom: solid 1px #ddd;
}
.product .my-table td{
	border-right: solid 1px #ddd;
	padding: 5px;
}
.product .my-table .label{
	position: relative;
	width: 100px;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
}
.product .my-table .label .star{
	position: absolute;
	top:17px;
	color: #cc0033;
	font-weight: bold;
	font-size: 20px;
	float: left;
}
.product .my-table .input{
	position: relative;
}
.product .my-table .ctype{
	height: 38px;
	line-height: 38px;
	background-color: #f5f5f5;
	display: inline-block;
	padding: 0 20px;
}
.product .my-table .ctype:hover,
.product .my-table .ctype.active{
	background-color: #83d7d7;
	color: #fff;
}
.my-table .layui-form-select dl dd.layui-this{
	background-color: #83d7d7;
}
.product .my-table .input .radio-box{
	position: absolute;
	top: 48px;
	left: 5px;
	background-color: #fff;
	border: solid 1px #ddd;
	padding: 10px 20px;
	display: none;
	z-index: 999;
}
.product .my-table .input .radio-group{
	display: flex;
}
.product .my-table .input .radio-group .group{
	width: 120px;
}
.product .my-table .input .radio-group .layui-form-radio{
	display: block;
	margin: 10px 0;
}
.product .my-table .input .layui-form-radio>i:hover,.product .my-table .input .layui-form-radioed>i{
	color: #83d7d7;
}
.product .my-table .input .layui-btn{
	background-color: #83d7d7;
}
.product .my-table .input .input-num{
	padding: 0 10px;
}
.product .my-table .input .input-disabled{
	background-color: #eee;
}
.product .my-table .input .input-block{
	margin-left: 0;
}
.product .my-table .td-sub{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}
.product .my-table .pics{
	display: flex;
	align-items: center;
	float: left;
}
.product .my-table .pics li{
	width: 80px;
	height: 80px;
	margin-right: 10px;
	position: relative;
	border: solid 1px #eee;
}
.product .my-table .input .last{
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	border: dotted 2px #ddd;
	cursor: pointer;
	float: left;
}
.product .my-table .input .last i{
	font-size: 50px;
	color: #ddd;
}
.product .my-table .pics li img{
	width: 80px;
	height: 80px;
	object-fit: cover;
}
.product .my-table .pics li .del{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ea0404;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
.product .my-table .temp-upload{
	width: 100%;
	height: 300px;
	padding-top: 100px;
}
.table .sup{
	color: #83d7d7;
}
.about{
	padding: 40px 0;
}
.about p{
	line-height: 28px;
	text-indent: 2em;
}
.page{
	padding: 50px 0;
}
.page .title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.page .from{
	padding: 30px 0;
	color: #999;
	text-align: center;
}
.page .con{
	font-size: 16px;
}
.page .con p{
    line-height: 28px;
    padding-bottom: 20px;
}
.page.news-show .con{
    display: flex;
}
.page.news-show .con img{
    max-width: 100%;
}
.page.news-show .con .left{
    flex: 1;
}
.page.news-show .con .right{
    width:400px;
    margin-left: 30px;
    flex-shrink: 0;
}
.page.news-show .con .right .sub-title{
    font-weight: bold;
}
.page.news-show .rand-list li{
    border-bottom: dotted 1px #ddd;
}
.page.news-show .rand-list li a{
    padding: 10px 0;
    display: inline-block;
}
.article-banner{
	width: 100%;
	height: 450px;
	background: url("../images/banner3.jpg") center center no-repeat;
}
.nlist{
	margin: 30px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.nlist .item{
	padding: 30px 50px;
	border-bottom: solid 1px #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nlist .item .time{
    width: 100px;
    text-align: right;
}
.nlist .item .info .title{
	font-weight: bold;
	padding-bottom: 20px;
}
.nlist .item .info .desc{
	color: #666;
}
.order{
	margin: 30px 0;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: relative;
	padding: 50px 30px;
	padding-bottom: 80px;
}
.order .confirm{
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	width: 201px;
	text-align: center;
	color: #fff;
	background: url("../images/step.png") left center no-repeat;
	background-size: 201px 40px;
}
.order .list-head{
	overflow: hidden;
	line-height: 40px;
	background-color: #f5f5f5;
	border: solid 1px #eee;
	margin-bottom: 20px;
	margin-top: 50px;
}
.order .col1{
	width: 61%;
	float: left;
	padding-left: 10px;
}
.order .col2,
.order .col3,
.order .col4{
	width: 13%;
	float: left;
	text-align: center;
}
.order .list-body{
	overflow: hidden;
}
.order .list-body .supplier{
	height: 40px;
	background-color: #f5f5f5;
	border: solid 1px #eee;
	line-height: 40px;
	padding-left: 40px;
	background-image: url("../images/supplier.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
.order .list-body .con{
	overflow: hidden;
	border: solid 1px #eee;
	border-top: none;
}
.order .list-body .con .col1{
	display: flex;
	align-items: center;
}
.order .list-body .con .col1 img{
	width:100px;
}
.order .list-body .col2,
.order .list-body .col3,
.order .list-body .col4{
	line-height: 148px;
}
.order .list-body .col1{
	padding: 24px 10px;
}
.order .list-body .col1,
.order .list-body .col2,
.order .list-body .col3{
	border-right: solid 1px #eee;
}
.order .list-body .info{
	padding-left: 30px;
}
.order .list-body .info .pro{
	padding-bottom: 10px;
	color: #83d7d7;
}
.order .list-body .info .pro span{
	font-size: 16px;
	padding-right: 20px;
	cursor: pointer;
}
.order .list-body .info ul{
	display: flex;
	flex-flow: wrap;
}
.order .list-body .info ul li{
	width: 25%;
	padding-top: 10px;
}
.order .list-body .money{
	color: #f60;
	font-size: 16px;
	font-weight: bold;
}
.order .total-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 30px;
}
.order .note-box{
	padding: 20px;
	margin-bottom: 50px;
	background-color: #f5f5f5;
}
.order .note-box .actual{
	padding-bottom: 30px;
	text-align: right;
}
.order .note-box .actual .txt{
	font-size: 20px;
	color: #f60;
	font-weight: bold;
}
.order .note-box .layui-textarea{
	resize: none;
	border: none;
}
.order .order-submit{
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	float: right;
	background-color: #f60;
	cursor: pointer;
	border-radius: 4px;
	font-size: 18px;
}
.inlay{
	width: 1656px;
	margin: 30px auto;
	overflow: hidden;
}
.inlay .item{
    display: inline-block;
	width: 256px;
	height: 350px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #dcdcdc;
	position: relative;
}
.inlay .item.row5{
	height: 410px;
}
.inlay .item.row4{
	height: 380px;
}
.inlay .item:hover{
	border: 1px solid #f40;
	-webkit-box-shadow: 0px 0px 20px rgba(255, 102, 0,0.16);
	-moz-box-shadow: 0px 0px 20px rgba(255, 102, 0,0.16);
	box-shadow: 0px 0px 20px rgba(255, 102, 0,0.16);
}
.inlay .item .img{
	position: relative;
}
.inlay .item .img .sell{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.inlay .item .img .sell.sell1{
	background-color: #fa4942;
}
.inlay .item .img .sell.sell2{
	background-color: red;
}
.inlay .item .img img{
	width: 254px;
	height: 254px;
	object-fit: cover;
}
.inlay .item .info{
	padding: 10px;
}
.inlay .item .info .title,
.inlay .item .info .price,
.inlay .item .info .weight{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inlay .item .info .title{
	color: #f60;
	padding-bottom: 10px;
}
.inlay .item .info .title .price{
	position: relative;
	font-size: 18px;
	color: #f60;
	padding-bottom: 0;
}
.inlay .item .info .title .price span{
	font-size: 12px;
}
.inlay .item .info .title .num{
	color: #83d7d7;
	font-size: 12px;
}
.inlay .item .info .title .tit{
	width: 5em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.inlay .item .info .price{
	font-size: 12px;
	color: #333;
	padding-bottom: 10px;
}
.inlay .item .info .price span{
	color: #f60;
}
.inlay .item .info .weight{
	color: #f60;
	background-color: #f8f8f8;
	line-height: 24px;
	padding: 0 5px;
}
.inlay-show{
	display: flex;
	min-height: 840px;
	background-color: #fff;
	margin-top: 30px;
	padding: 10px;
}
.inlay-show .pics{
	width: 600px;
	height: 600px;
	position: relative;
}

.inlay-show .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.inlay-show .swiper-slide {
	background-size: cover;
	background-position: center;
}
.inlay-show .gallery-top {
	height: 100%;
	width: 100%;
}
.inlay-show .gallery-top .swiper-slide img{
	width: 100%;
	object-fit: cover;
	max-height: 100%;
}
.inlay-show .gallery-thumbs {
	height: 27%;
	box-sizing: border-box;
	padding: 10px 0;
}
.inlay-show .gallery-thumbs img{
	width: 100%;
	object-fit: cover;
	max-height: 100%;
}
.inlay-show .gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
	cursor: pointer;
	overflow: hidden;
}
.inlay-show .gallery-thumbs .swiper-slide:hover{
	opacity: 1;
}
.inlay-show .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: solid 2px #f60;
}
.inlay-show .info{
	margin-left: 20px;
	flex: 1;
}
.inlay-show .info ul{
	display: flex;
	align-items: center;
	flex-flow: wrap;
}
.inlay-show .info ul li{
	width: 50%;
	border-bottom: solid 1px #eee;
	line-height: 40px;
}
.inlay-show .info ul li span{
	font-weight: bold;
}
.inlay-show .info ul li.w{
	width: 100%;
}
.inlay-show .info ul li p.name{
	font-weight: bold;
}
.inlay-show .info ul li p.name .p{
	color: #f60;
}
.inlay-show .info .btn-box{
	margin-top: 30px;
	margin-left: 30px;
	display: flex;
	align-items: center;
}
.inlay-show .info .btn-box .btn{
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #83d7d7;
	color: #fff;
	margin: 0 20px;
	font-size: 16px;
}
.inlay-confirm{
	display: none;
	padding: 30px 20px;
}
.inlay-confirm .my-input{
	margin-bottom: 30px;
}
.inlay-confirm .my-input label{
	padding-bottom: 10px;
	display: inline-block;
}
.inlay-confirm .my-input textarea{
	resize: none;
}
#styleNo{
	margin: 0 20px;
	color: #83d7d7;
	text-decoration: underline;
}
.inlay-table{
	padding: 0 20px;
}
.brand-gold{
	/*padding: 30px 0;*/
	background-color: #fff;
	width: 600px;
	margin: 20px auto 0;
}
.brand-gold.layui-tab-brief>.layui-tab-title .layui-this{
	color: #83d7d7;
}
.brand-gold.layui-tab-brief>.layui-tab-title .layui-this:after{
	border-bottom: 2px solid #83d7d7;
}
.brand-gold .layui-tab-title{
	height: 60px;
}
.brand-gold .layui-tab-title li{
	line-height: 60px;
}
.brand-gold .layui-tab-title .layui-this:after{
	height: 61px;
}
.brand-gold .layui-table th,
.brand-gold .layui-table td{
	text-align: center;
}
.txt-green{
	color: green;
}
.txt-red{
	color: red;
}
.bg-huang{
	background-color: #e6f6ff;
}
.og-huang{
	background-color: #fffae7;
}
.brand-gold .my-color{
	color: #83d7d7;
}
.bind-mobile{
	width: 100%;
	background-color: #fff;
	padding-bottom: 50px;
}
.bind-mobile .title{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
	font-weight: bold;
}

.other .contact{
    width: 680px;
    padding-left: 50px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}
.other .contact .title {
    font-size: 18px;
    padding: 30px 0;
}
.other .contact .con {
    margin-top: 20px;
}

.other .contact .con li{
	margin-bottom: 10px;
	padding: 10px 0;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: left center;
	font-size: 16px;
}
.other .contact .con li.li1{
	background-image: url(../images/address.png);
}
.other .contact .con li.li2{
	background-image: url(../images/tel.png);
}
.other .contact .con li.li3{
	background-image: url(../images/wechat.png);
}
.other .contact .con li.li4{
	background-image: url(../images/qq.png);
}
.other .contact .con .txt{
	line-height: 30px;
	text-indent: 2em;
}



.pages{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.pages ul{
    overflow: hidden;
    text-align: center;
    margin: 20px auto;
}
.pages ul li{
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    margin:0 5px;
    padding: 0 !important;
    border: solid 1px #e6e6e6 !important;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
}
.pages ul li a{
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block !important;
}
.pages ul li.active,
.pages ul li:hover{
    color: #fff;
    background-color: #83d7d7;
    border-color: #83d7d7;
}
.pages ul li:hover a{
    color: #fff;
}
.pages ul li.disabled{
    background-color: #eee;
    color: #999;
}
.rand-swiper.rand-list{
    padding-bottom: 20px;
}
.rand-swiper.rand-list .thumb{
    width: 100%;
    max-height: 250px;
}
.rand-swiper.rand-list .swiper-slide{
    background-color: #fff;
}
.rand-swiper.rand-list .tit,
.rand-swiper.rand-list .pri{
    padding: 5px 10px;
}
.rand-swiper.rand-list .pri{
    color: red;
    font-weight: bold;
}
.recommend-title{
    padding: 20px 0;
    font-weight: bold;
}

/*首页新闻*/
.index-news{
    display: flex;
    justify-content: space-between;
}
.index-news .red{
    width: 400px;
    background-color: #fff;
}
.index-news .red img{
    width: 100%;
    height: 200px;
    clip: rect(0,400px,300px,0);
}
.index-news .red .desc{
    color: #666;
}
.index-news .con{
    padding: 20px 0px;
}
.index-news .con .tit{
    font-weight: bold;
    padding-bottom: 20px;
}

.index-news .o-list{
    width: 665px;
}
.index-news .o-list a{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-news .o-list a:last-child{
    margin-bottom: 0;
}
.product-detail .con{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.product-detail .con .organ{
	background: url(../images/jigou.png) left center no-repeat;
	background-size: 50px 50px;
	padding: 20px 0;
	padding-right: 20px;
	padding-left: 60px;
}
.product-detail .con a{
    color: #83d7d7;
    font-weight: bold;
}












