body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
}
@font-face { 
  font-family: zaofang; /*这里是说明调用来的字体名字*/ 
  src: url(../font/MFYueHei_Noncommercial-Regular.otf); /*这里是字体文件路径*/ 
} 

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}
a:hover{
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

body {
	background-color: #fff;
	font-family: "微软雅黑";
	min-width: 1280px;
	max-width: 1920px;
	margin: 0;
}
header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	height: 90px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	min-width: 1280px;
}
.indexlogo{
	height: 70px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
.menu{
	height: 90px;
	float: left;
	
}
.menu .active a{
	color: #38aba3;
}
.menu1{
	float:left;
}
.menu1 a{
	width: 120px;
	float: left;
	line-height: 90px;
	text-align: center;
	font-size: 1em;
	font-weight:700;
	color: #000000;
	transition: all 0.3s ease;
}
.menu1 a:hover{
	color: #38aba3;
}

.serach{
	width: 250px;
	height: 30px;
	margin-top: 30px;
	background-color: #dddddd;
	border-radius: 10px;
	float: right;
	margin-right: 50px;
	position: relative;
	
}
.serachbutton{
	position: absolute;
	width: 23px;
    height: 16px;
    opacity: 0;
	top: 6px;
	right: 6px;
}
.serach input{
	width: 225px;
	float: left;
	height: 30px;
	padding-left: 8px;
	border: none;
	background-color: rgba(0,0,0,0);
}
.serach img{
	width: 16px;
	margin-top: 6px;
	float: left;
}

.login{
	float: right;
	line-height: 90px;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	margin-right: 50px;
}
.lange{
	float: right;
	line-height: 90px;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	margin-right: 50px;
	color: #aaaaaa;
}
.kb{
	width: 100%;
	height: 91px;
}
.fenye{
	padding: 10px 0;
}
.fenye .active {
    color: #ffffff;
    background-color: #222222;
}
.fenye li {
    width: auto;
    padding: 5px 10px;
    font-size: 14px;
    float: left;
}
.fenye li a{
	color: #666;
}
/*header结束*/
.carousel-inner img {
      width: 100%;
      height: 100%;
  }
.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 30px;
	height: 30px;
}
.carousel-indicators li{
	height: 5px;
	cursor: pointer;
}
.index01{
	width: 1200px;
	margin: auto;
	height: 400px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.index01left{
	width: 48%;
	float: left;
}
.index01left h6{
	letter-spacing: 1px;
	color: #666666;
}
.index01left img{
	margin: 30px 0;
}
.index01left p{
	width: 90%;
	line-height: 25px;
	height: 125px;
	font-size: 15px;
	color: #666666;
	overflow: hidden; 
text-overflow: ellipsis; 
display: -webkit-box; 
-webkit-line-clamp: 5; 
-webkit-box-orient: vertical; 
display: -moz-box; 
-moz-line-clamp: 5; 
-moz-box-orient: vertical; 
display: -o-box; 
-o-line-clamp: 5; 
-o-box-orient: vertical; 

}
.indexzbmore{
	width: 120px;
    height: 40px;
    padding: 5px;
    background-color: #f5ab35;
    margin-top: 30px;
    transition: all 0.3s ease;
}
.indexzbmore:hover{
	background-color: #000000;
}
.index01right{
	float: right;
	width: 48%;
	height: 400px;
	border: 1px solid #dddddd;
}
.indexggt{
	width: 100%;
}
.index02{
	width: 1200px;
	margin: auto;
	height: 400px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.index02left{
	width: 48%;
	float: left;
}
.index02left h6{
	letter-spacing: 1px;
	color: #666666;
}
.index02left img{
	margin: 30px 0;
}
.index02left p{
	width: 90%;
    line-height: 25px;
    height: 150px;
    font-size: 15px;
    color: #666666;
    margin-top: 20px;
    overflow: hidden; 
text-overflow: ellipsis; 
display: -webkit-box; 
-webkit-line-clamp: 6; 
-webkit-box-orient: vertical; 
display: -moz-box; 
-moz-line-clamp: 6; 
-moz-box-orient: vertical; 
display: -o-box; 
-o-line-clamp: 6; 
-o-box-orient: vertical; 
}
.lange span .active{
    color: #38aba3;
}
.index02right{
	float: right;
	width: 48%;
}
.aboutusright p span{
	line-height: 25px;
}
.index02left div{
	width: 120px;
	height: 40px;
	padding: 5px;
	background-color: #f5ab35;
	margin-top: 50px;
	transition: all 0.3s ease;
}
.index02left div:hover{
	background-color: #000000;
}
.indexprogd{
	color: #FFFFFF;
	display: block;
	border: 1px solid #FFFFFF;
	width: 110px;
	text-align: center;
	line-height: 28px;
}
.indexprogd:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.indexbjsc{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #F5F5F5;
}
.index03{
	width: 1200px;
	margin: auto;
}
.indexheader h6{
	letter-spacing: 1px;
    color: #666666;
	text-align: center;
}
.indexheader h3{
	text-align: center;
}
.indexheader img{
	display: block;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cpjsal{
	width: 100%;
	float: left;
}

.cpjsal1{
	width: 24%;
	float: left;
	margin-right: 1%;
	margin-bottom: 30px;
    border: 1px solid #dddddd;
	background-color: #FFFFFF;
	transition: all 0.5s ease;
	cursor: pointer;
	
}
.cpjsal1:hover{
	-moz-box-shadow:0px 0px 5px #B5B5B5; -webkit-box-shadow:0px 0px 5px #B5B5B5; box-shadow:0px 0px 5px #B5B5B5;
    transform: scale(1.01);
}
.insexcpimg{
	width: 100%;
	height: 188px;
}
.insexcpnr{
	padding: 15px;
	padding-bottom: 45px;
}
.insexcpnr h5{
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.insexcpnr p{
	font-size: 13px;
	height: 44px;
	line-height: 15px;
	margin-bottom: 15px;
	color: #AAAAAA;
	overflow: hidden; 
text-overflow: ellipsis; 
display: -webkit-box; 
-webkit-line-clamp: 3; 
-webkit-box-orient: vertical; 
display: -moz-box; 
-moz-line-clamp: 3; 
-moz-box-orient: vertical; 
display: -o-box; 
-o-line-clamp: 3; 
-o-box-orient: vertical; 
}
.gwc{
	width: 90px;
    height: 28px;
    border-radius: 20px;
    background-color: #000000;
    float: right;
    cursor: pointer;
    transition: all 0.3s ease;
}
.gwc:hover{
	background-color: #F5AB35;
}
.gwc img{
	width: 20px;
	margin-left: 15px;
	margin-top: 4px;
	float: left;
}
.gwc p{
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	line-height: 28px;
	margin-left: 5px;
}
.indexmore{
	width: 120px;
    height: 40px;
    padding: 5px;
    background-color: #f5ab35;
    margin: auto;
    transition:all 0.3s ease;
}
.indexmore:hover{
	background-color: #000000;
}

.index04{
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}
.zslb{
	width: 100%;
	height: 100px;
}
footer{
	background: url(../images/footerbj.jpg)no-repeat top center;
	height: 500px;
	width: 100%;
	margin-top: 530px;
}
.contf{
	width: 1200px;
	margin: auto;
	position: relative;
	height: 500px;
}
.contactf{
	border-radius: 20px;
    position: absolute;
    width: 860px;
    height: 560px;
    padding: 50px;
    background: url(../images/contactfbj.jpg)no-repeat top center;
    left: 165px;
    top: -345px;
}
.contactf h2{
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.contactf h2 span{
	color: #14c3f8;
}
.contactf h5{
	text-align: center;
	color: #AAAAAA;
	margin-top: 5px;
	margin-bottom: 30px;
}
.footerlogo{
	width: 40px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}
.footernr{
	font-size: 22px;
	color: #999999;
	line-height: 25px;
	text-align: center;
	margin-bottom: 30px;
}
.footernr span{
	font-size: 18px;
}
.beian{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	padding-top: 420px;
	letter-spacing: 2px;
}

.zhuce{
	display: none;
	width: 100%;
	position: fixed;
	margin:auto;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 20;
}
.denglu{
	display: none;
	width: 100%;
	position: fixed;
	margin:auto;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 20;
}
.zhuce1{
	width: 350px;
	height: 440px;
	 border-radius: 10px;
	-moz-box-shadow:0px 0px 20px #666666; -webkit-box-shadow:0px 0px 20px #666666; box-shadow:0px 0px 20px #666666;
	position: fixed;
	margin:auto;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: #FFFFFF;
	padding: 15px;
}
.denglu1{
	width: 350px;
	height: 300px;
	 border-radius: 10px;
	-moz-box-shadow:0px 0px 20px #666666; -webkit-box-shadow:0px 0px 20px #666666; box-shadow:0px 0px 20px #666666;
	position: fixed;
	margin:auto;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: #FFFFFF;
	padding: 15px;
}
.zhucetit{
	width: 100%;
	text-align: center;
	line-height: 20px;
	margin-top: 15px;
	font-size: 22px;
	letter-spacing: 1px;
	color: #36a8e0;
	font-family: "微軟正黑體";
	border-bottom: 1px dotted #AAAAAA;
	padding-bottom: 15px;
}
.zhuceinput{
	width: 90%;
	height: 35px;
	margin-top: 20px;
	margin-left: 5%;
	padding-left: 5px;
	border: 1px solid #dddddd;
}
.zhuceinput1{
	width: 40%;
	height: 40px;
	font-size: 14px;
	display: block;
	margin: auto;
	margin-top: 20px;
	padding-left: 5px;
	border: 1px solid #dddddd;
}
.zhucephone{
	width: 90%;
	margin-left: 5%;
	height: 37px;
	margin-top: 20px;
	position: relative;
}
.zhucephone1{
		width: 100%;
	height: 35px;
	padding-left: 5px;
	border: 1px solid #dddddd;
}
.zhucephone2{
	position: absolute;
    width: 70px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
   line-height: 37px;
    right: -1px;
    border: none;
    top: -1px;
    background-color: #36a8e0;
    color: #FFFFFF;
}
.zcan{
	width: 90%;
	margin-left: 5%;
	height: 35px;
	background-color: #36a8e0;
	margin-top: 30px;
	color: #FFFFFF;
}
.zcan1{
	width: 90%;
	margin-left: 5%;
	height: 35px;
	background-color: #36a8e0;
	margin-top: 30px;
	color: #FFFFFF;
}
.zcguanbi{
	position: absolute;
	cursor: pointer;
	width: 25px;
    right: -25px;
    top: -135px;
}
.zcguanbi1{
	position: absolute;
	cursor: pointer;
	width: 25px;
    right: -25px;
    top: -80px;
}
.wjmm{
	text-align: center;
	font-size: 13px;
	color: #e00000;
	line-height: 40px;
	letter-spacing: 1px;
}
.fybanner{
	width: 100%;
}
.fybanner1{
	width: 100%;
	margin-top: 20px;
}
.aboutus{
	width: 1200px;
	margin: auto;
	margin-top: 20px;
}
.aboutus1{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	color: #1395a8;
	margin-top: 50px;
}
.aboutus1 span{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #aaaaaa;
}
.aboutimg{
	width: 100%;
	
}
.aboutusnew{
	width: 1200px;
	margin:auto;
	margin-top:50px;
}
.aboutusleft{
	width: 20%;
	float: left;
	border: 1px solid #e2e1e1;
    padding: 10px;
    border-radius: 5px;
    padding-bottom: 20px;
}
.aboutusright{
	width: 78%;
	float: right;
	padding: 10px;
    border-radius: 5px;
    border: 1px solid #dddddd;
}
.aboutusright img{
	width: 100%;
}
.flname{
	font-size: 15px;
    font-weight: 700;
    padding: 10px 4%;
    width: 100%;
    line-height: 20px;
    color: #000000;
    border-bottom: 1px dotted #dddddd;
    position: relative;
    margin-bottom: 10px;
}
.flname:after{
	content: '';
	background-color: #1395a8;
	position: absolute;
	width: 5px;
	height: 20px;
	left: 0;
	top: 10px;
}
.bbryxx{
	width: 100%;
	text-align: center;
	font-size: 33px;
	line-height: 30px;
	margin-bottom: 30px;
}
.bbryxx span{
font-size: 15px;
color: #aaaaaa;
}
.aboutqh{
	width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
.dengluansss a{
	color: #000000;
}
.dengluansss a:hover{
	color: #aaaaaa;
}
.dengluansss a img{
	width: 30px;
	margin-left: 5px;
	margin-top: -3px;
}
.dengluansss a span{
	margin-left: 5px;
	padding:0px 5px;
	background-color: #f5ab35;
	font-size: 13px;
	color: #ffffff;
}
.zw a{
	color: #000000;
}
.zw a:hover{
	color: #aaaaa;
}
.en a{
	color: #000000;
}
.en a:hover{
	color: #aaaaa;
}
.aboutqh1{
	padding-left: 4%;
    width: 100%;
    float: left;
    height: 35px;
    padding-top: 2px;
    border-bottom: 1px solid #f5f5f5;
}
.aboutqh1:hover>a p{
	color: #1395a8;
}
.aboutqh1img{
	width: 20px;
    float: left;
    margin-top: 7px;
}
.aboutqh1p{
	line-height: 30px;
    padding: 0 4%;
    width: 92%;
    color: #222222;
    padding-left: 25px;
    font-size: 15px;
}
.abouttext{
	text-indent:2em;
	margin-bottom: 20px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}
.abouttext span{
	text-indent:2em;
	margin-bottom: 20px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}
.ppname{
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	color: #666666;
	line-height: 40px;
}
.ppname span{
	color: red;
}
.ppcont{
	text-align: center;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
}
.producttit{
	text-align: center;
    padding: 25px 0 20px 0px;
    border-bottom: 1px solid #DEDEDE;
    font-size: 32px;
    color: #000000;
    margin: 0;
    font-family: 'Lora-Regular';
    text-transform: uppercase;
    
}
.producttit span{
	font-size: 18px;
	color: #AAAAAA;
}
.profl{
	width: 85%;
	float: left;
	margin-top: 20px;
}
.profl .active{
background-color: #1395A8;
}
.profl .active a{
	color: #ffffff;
}
.profl1{
	float: left;
	padding: 8px 15px;
	font-size: 15px;
	line-height: 20px;
	margin-right: 10px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.profl1 a{
	color: #000000;
}
#zpxz{
	background-color: #1395A8;
	color: #FFFFFF;
}
#zpxz a{
color: #FFFFFF;
}
.profl1:hover{
	background-color: #1395A8;
	color: #FFFFFF;
}
.profl1:hover>a{
	
	color: #FFFFFF;
}

.profla{
	width: 7%;
	float:left;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-right: 1%;
	padding: 5px 0px;
	margin-top: 20px;
}
.procon{
	margin-top: 50px;
}
.portantxq{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.portantxqleft{
	width: 30%;
	float: left;
}
.portantxqright{
	width: 68%;
	float: right;
	
}
.flexslider .slides > li{
	display: inline-block !important;
}

.flex-direction-nav{
	display: none !important;
}
.portantxqrtit{
	font-size: 25px;
	font-weight: bold;
	margin-top: 5px;
}
.pormoney{
	font-size: 20px;
	line-height: 50px;
	border-bottom: 1px solid #E6E6E6;
	color: #1395a8;
}
.porms{
	line-height: 20px;
	font-size: 14px;
	height: 160px;
	color: #AAAAAA;
	margin-top: 20px;
	overflow: hidden; 
text-overflow: ellipsis; 
display: -webkit-box; 
-webkit-line-clamp: 8; 
-webkit-box-orient: vertical; 
display: -moz-box; 
-moz-line-clamp: 8; 
-moz-box-orient: vertical; 
display: -o-box; 
-o-line-clamp: 8; 
-o-box-orient: vertical; 
}
.shopxz{
	width: 100%;
	margin-top: 20px;
}
.shopms{
	padding: 8px 15px;
	float: left;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 5px;
	margin-right: 20px;
	font-size: 14px;
	cursor: pointer;
}
.shopms:hover{
	background-color: #0194BE;
	color: #FFFFFF;
}
.shopxiangqing{
	width: 100%;
}
.shopxqname{
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 5px;
}
.shopxqname span{
	font-size: 13px;
	color: #666666;
	margin-left: 5px;
}
.shopcontent{
	width: 100%;
	border: 1px solid #DDDDDD;
	padding: 15px;
}
.shopcontent img{
	width: 100%;
}
.shopcontent p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	color: #666666;
}
.contactnr{
	width: 85%;
    margin-left: 13%;
	float:left;
	margin-top: 50px;
}
.contactnrleft{
	width: 50%;
	float: left;
}
.contactnrright{
	width: 50%;
	float: left;
}
.contacttit{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.contacttit span{
	font-size: 15px;
	color: #AAAAAA;
	margin-top: 5px;
	margin-left: 5px;
}
.zxlb{
                width: 100%;
                
            }
            .zxlb1{
              border-bottom: 1px dotted #dddddd;
              padding: 10px 0;
            }
            .zxlb1tit{
                line-height: 20px;
                font-size: 17px;
                font-weight: bold;
                color: #222222;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                margin-bottom: 8px;
            }
            .zxlb1tit span{
                font-size: 13px;
                float: right;
                display: block;
                line-height: 20px;
                color: #aaaaaa;
                font-weight: normal;
            }
            .zxlb1nr{
                font-size: 14px;
                color: #aaaaaa;
                line-height: 20px;
                text-indent: 2em;
                height: 40px;
                overflow: hidden; 
                text-overflow: ellipsis; 
                display: -webkit-box; 
                -webkit-line-clamp: 2; 
                -webkit-box-orient: vertical; 
                display: -moz-box; 
                -moz-line-clamp: 2; 
                -moz-box-orient: vertical; 
                display: -o-box; 
                -o-line-clamp: 2; 
                -o-box-orient: vertical; 
            }
.contact1{
	font-size: 15px;
	line-height: 30px;
	color: #666666;
}
.lyinp{
	width: 70%;
	border: 1px solid #DDDDDD;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
}
.lyinp1{
	width: 70%;
	border: 1px solid #DDDDDD;
	height: 100px;
	padding-left: 5px;
	font-size: 15px;
}
.tijiao{
	width: 80px;
	height: 30px;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 5px;
	margin-top: 20px;
	transition: all 0.3s ease;
}
.tijiao:hover{
	background-color: #1395a8;
}
.contact_map{
	
	height: 400px;
	width: 80%;
}
.jobinfo{
	width: 80%;
	margin-left: 10%;
	padding: 20px;
	margin-top: 50px;
	border:1px solid #DDDDDD;
}
td{
	font-size: 14px;
	line-height: 20px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #40a4b3;
    color: #ffffff;
}

/*会员中心*/
.ZMenu-left-container{
    float: left;
    width: 20%;
    box-shadow: 1px 1px 2px rgba(0,0,0,.15);
    background: #fff;
}
.ZMenu-left{
    position: relative;
    z-index: 0;
    padding: 16px 0px;
}
.ZMenu-left .ZMenu-left-nav {
   
    position: relative;
    padding: 0px;
    width:100%;
    overflow-x: hidden;/*超过会消失*/
}
.child-item-nav{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 222px;
    position: relative;
    overflow-x: hidden;/*超过会消失*/
}
.ZMenu-left .ZMenu-left-label {
    position: absolute;
    top: 16px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 45px;
    border-left: 6px solid #3794E3;
    background-color: #fafafa;
    transition: top 0.2s;
}
.ZMenu-left-nav-item:first-child {
    border-top: none;
}
.ZMenu-left-nav-item {
    position: relative;
    list-style: none;
    height: 100%;
    border-top: 1px solid #f7f7f7;
}
.ZMenu-left-nav-a {
    position: relative;
    text-decoration: none;
    color: #212121;
    font-size: 16px;
    line-height: 45px;
    padding-left: 64px;
    display: block;
    cursor: pointer;
}
.item-icon{
    position: absolute;
    top:10px;
    left:25px;
}
.item::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -4px;
    -webkit-transition: all 0.3s ease-in-out;
}
.up::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 1px;
}
.down::after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -4px;
}
.ZMenu-left-nav .active{
	background-color: #fafafa;
	position: relative;
}
.ZMenu-left-nav .active:after{
	position: absolute;
	content: "";
	background-color: #1395a8;
	width: 3px;
	height: 100%;
	top: 0;
	left: 0;
}
/*.ZMenu-left-nav-item:hover{
	background-color: #fafafa;
	position: relative;
}
.ZMenu-left-nav-item:hover>:after{
	position: absolute;
	content: "";
	background-color: #1395a8;
	width: 3px;
	height: 100%;
	top: 0;
	left: 0;
}
.ZMenu-left-nav-item:hover>a{
	color: #000000;
}*/
.huiyuanzx{
	margin-top: 50px;
}
.huiyuanright{
	width: 78%;
	min-height: 400px;
	background-color: #FFFFFF;
	float: right;
	box-shadow: 1px 1px 2px rgba(0,0,0,.15);
	padding: 16px;
}

.huiyuanrighttit{
	font-size: 20px;
	line-height: 30px;
	color: #1395a8;
	padding-bottom: 10px;
	border-bottom: 1px solid #F5F5F5;
	font-weight: bold;
}
.huiyuanrighttit span{
	font-size: 13px;
	color: #AAAAAA;
	margin-left: 10px;
}
.myfilexg{
	width: 80px;
	height: 30px;
	font-size: 14px;
	display: block;
	margin: auto;
	margin-top: 20px;
	border-radius: 5px;
	color: #ffffff;
    background-color: #1395a8;
    box-shadow: 1px 1px 2px rgba(0,0,0,.15);
}
.myfilexg1{
	width: 80px;
	height: 30px;
	font-size: 14px;
	display: block;
	margin: auto;
	margin-top: 20px;
	border-radius: 5px;
	color: #ffffff;
    background-color: #1395a8;
    box-shadow: 1px 1px 2px rgba(0,0,0,.15);
}
.ziliaoxg{
	margin-top: 50px;
}
.mydd{
	width: 100%;
	margin-top: 30px;
}
.myddlb1{
	width: 100%;
	border: 1px solid #F5F5F5;
	margin-bottom: 30px;
}
.myddlb1tit{
	width: 100%;
	position: relative;
	height: 30px;
	background-color: #1395a8;
}
.myddlb1tit p{
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	margin-left: 10px;
	float: left;
}
.myddlb1tit p span{
	margin-right: 20px;
	margin-left:20px;
}
.shanchudd{
	width: 18px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.myddlb1tit .qrsc{
	width:80px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	padding: 2px 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.15);
	background-color: #222222;
	position: absolute;
	top: -50px;
	right: -25px;
	display: none;
	cursor: pointer;
}
.qrsc:after{
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #222222;
    top: 34px;
    right: 34px;
}
.ddcontent{
	width: 100%;
	height: 120px;
	border-bottom: 1px dotted #dddddd;
}
.myddlb1 .ddcontent:last-child{
	border-bottom: 0px dotted #dddddd;
}
.ddimg{
	width: 40%;
	height: 100%;
	float: left;
}
.ddimg1{
	width: 120px;
	height: 82px;
	float: left;
	margin-top: 19px;
	margin-left: 20px;
}
.ddms{
	width: 60%;
	float: left;
	padding: 19px 10px;
}
.ddmstit{
	font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ddmstit1{
	font-size: 12px;
	color: #AAAAAA;
	overflow: hidden; 
	line-height: 15px;
	height: 45px;
text-overflow: ellipsis; 
display: -webkit-box; 
-webkit-line-clamp: 3; 
-webkit-box-orient: vertical; 
display: -moz-box; 
-moz-line-clamp: 3; 
-moz-box-orient: vertical; 
display: -o-box; 
-o-line-clamp: 3; 
-o-box-orient: vertical; 

}
.ddnumber{
	width: 15%;
	float: left;
}
.ddnumber p{
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	margin-top: 40px;
	font-weight: bold;
}
.ddnumber p span{
	font-size: 12px;
	color: #AAAAAA;
}
.ddnumber1{
	width: 20%;
	float: left;
}
.ddnumber1 p{
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	margin-top: 20px;
	font-weight: bold;
}
.ddnumber1 p span{
	font-size: 13px;
	color: #AAAAAA;
}
.ddmoney{
	width: 15%;
	float: left;
}
.ddmoney p{
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	margin-top: 40px;
	font-weight: bold;
}
.gwcmoney{
	width: 20%;
	float: left;
}
.gwcmoney p{
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	margin-top: 20px;
	font-weight: bold;
}
.gwcmoney p span{
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	margin-top: 20px;
	color: red;
	font-weight: bold;
}
.gwcjian{
	width: 18px;
	margin-right: 3px;
}
.gwcjia{
	width: 18px;
	margin-left: 3px;
}
.zffs{
	font-size: 13px;
	color: #AAAAAA;
}
.zffsnew{
	font-size: 13px;
	color: #AAAAAA;
}
.zffs1{
	font-size: 13px;
	color: red;
}
.ddwuliu{
	width: 15%;
	float: left;
}
.ddwuliu1{
	text-align: center;
	line-height: 15px;
	font-size: 15px;
	margin-top: 20px;
	font-weight: bold;
}
.zwdd{
	display: none;
}
.zwddimg{
	width: 40px;
	float: left;
	margin-left: 40%;
	margin-right: 10px;
}
.zwdd p{
	line-height: 40px;
	font-size: 20px;
}
.zwdd a{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #0194BE;
	width: 100%;
	line-height: 45px;
	margin-right: 10px;
}
.zwdd a img{
	width: 20px;
}
.zwdd1{
	display: none;
}
.zfbxz2{
	display: none;
}
.zfbxz1{
	display: block;
}

.zwdd1 p{
	line-height: 40px;
	font-size: 20px;
}
.zwdd1 a{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #0194BE;
	width: 100%;
	line-height: 45px;
	margin-right: 10px;
}
.zwdd1 a img{
	width: 20px;
}
.ddwuliu a{
	cursor: pointer;
	background-color: #0194BE;
	color: #FFFFFF !important;
	border-radius: 5px;
	display: block;
	margin: auto;
	padding: 5px;
	font-size: 12px;
	margin-top: 25px;
	width: 60px;
}
.shopcar{
	width: 100%;
}
.shopcar1{
	width: 100%;
	margin-top: 20px;
}
.shopcar2{
	width: 100%;
	padding: 20px;
	height: 120px;
	border-bottom: 1px solid #F5F5F5;
}
.shopcar2img{
	height: 80px;
	width: 117px;
	float: left;
}
.shopcpname{
	width: 30%;
	float: left;
	margin-left: 10px;
}
.yichugwc{
	background-color: #0194BE;
    color: #FFFFFF;
    border-radius: 5px;
    display: block;
    margin: auto;
    padding: 5px;
    font-size: 12px;
    float: right;
    margin-top: 25px;
}
.changepass{
	margin-top: 50px;
}
.changinp{
	width: 40%;
    height: 40px;
    font-size: 14px;
    display: block;
    margin: auto;
    margin-top: 20px;
    padding-left: 5px;
    border: 1px solid #dddddd;
}
.xgmm{
	width: 80px;
    height: 30px;
    font-size: 14px;
    display: block;
    margin: auto;
    margin-top: 20px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #1395a8;
    box-shadow: 1px 1px 2px rgba(0,0,0,.15);
}
.qrfk1{
	width: 90px;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: auto;
    margin-top: 20px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #1395a8;
    box-shadow: 1px 1px 2px rgba(0,0,0,.15);
    text-align: center;
    line-height: 30px;
    border: 0px solid #dddddd;
}
.jsgwc{
	width: 100%;
	height: 82px;
    border-top: 1px dotted #F5F5F5;
}
.jsgwcje{
	line-height: 80px;
	color: #AAAAAA;
	float: left;
	font-size: 14px;
}
.jsgwcje span{
	color: #cb0808;
	margin-left: 5px;
	font-size: 15px;
}
.jsgwc button{
	padding: 0 10px;
    height: 30px;
    font-size: 13px;
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #cb0808;
    box-shadow: 1px 1px 2px rgba(0,0,0,.15);
}
.hezhb{
	width: 80%;
	margin-left: 10%;
	float: left;
}
.hezhb img{
	width: 44%;
	margin:20px 3%;
	border:2px solid #aaaaaa;
	border-radius: 10px;
	float: left;
}
		    	.zffsxz{
				    		width: 40%;
				    		height: 30px;
							display: block;
							margin: auto;
							margin-top: 20px;
				    	}
				    	.zffsxz1{
				    		display: inline-block;
				    		position: relative;
				    	}
				    	.zffsxz1 input{
				    		position: absolute;
				    		left: 0;
				    		top: 2px;
				    	}
				    	.zffsxz1 span{
				    		font-size: 15px;
				    		color: #000000;
				    		margin-right: 20px;
                            margin-left: 16px;
				    	}
.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle; }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: '';
    border: 1px solid #c0c0c0; }
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 5px;
    left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1395a8; }

.magic-radio:checked + label:before {
  border: 1px solid #1395a8; }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }
  .opt{
  	width: 30%;
  	float:left;
  	height: 20px;
  }
  .phonedh{
  	display: none;
  }
  .index02phoneimg{
  	display: none;
  }
  .login a span{
  	color: #222222;
  }
  .ddwuliu p{
  	line-height: 130px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  .ddwuliu button a{
  	color: #ffffff;
  }
  .qrshtc{

  	position: fixed;
    /* top: 0; */
    top: 45%;
    left: 0px;
    right: 0px;
    margin-left:auto;
    margin-right:auto;
    width: 200px;
    height: 80px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    z-index: 99;
    background: #ffffff;
    display: none;
  }
  .qrshtc p{
  	text-align: center;
  	line-height: 35px;
  	font-size: 15px;
  }
  .qrshtc div{
  	width: 80%;
  	margin-left: 10%;
  	float: left;
  }
  .qrshtc div a{
     width: 45%;
     float: left;
     margin-left: 3%;
     line-height: 20px;
     text-align: center;
     color: #ffffff;
     font-size: 13px;
     border-radius: 5px;background-color: #222222;
     margin-top: 0;
    padding: 0;
  }
  .qrshtc div h6{
     width: 45%;
     float: right;
     margin-right: 3%;
     line-height: 20px;
     text-align: center;
     color: #ffffff;
     font-size: 13px;
      border-radius: 5px;background-color: #aaaaaa;
  }


@media screen and (max-width: 1560px) {
	.menu1 a{
		width: 100px;
	}
	.serach{
	width: 200px;
}
.serach input{
	width: 170px;
}
.serach{
	margin-right: 25px;
}
.login{
	margin-right: 22px;
}
.lange{
	margin-right: 25px;
}
}
.dengluansss{
	margin-right: 8px;
}

@media screen and (max-width: 640px){

body{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
header{
	min-width: 100%;
	background-color: #222222;
	height: 60px;
	border-bottom: 0px solid #f5f5f5;
}
.kb{
	height: 61px;
}
.login{
	line-height:60px;
	font-size: 14px;
	font-weight: normal;
}
.lange{
	line-height:60px;
	font-size: 14px;
	font-weight: normal;
}
.phonedh{
	display: block;
	height: 34px;
    margin-top: 13px;
    margin-left: 20px;
    float: left;
}
.login a span{
  	color: #ffffff;
  }
.menu{
	position: absolute;
	left: 5px;
	top: 61px;
	float: none;
	height: auto;
	background-color: #222222;
	border-radius: 5px;
	padding:10px 0;
	display: none;
}
.menu1{
	float: none;

}
.menu1 a{
	float: none;
	width: 80px;
	display: block;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
	line-height:30px;
}
.indexlogo{
	display: none;
}
.lange span a{
	color: #ffffff;
}
.serach{
	display: none;
}
.lange {
    margin-right: 15px;
}
.login {
    margin-right: 15px;
}
.login span{
	color: #ffffff;
}
.carousel-control-prev{
	display: none;
}
.carousel-control-next{
	display: none;
}
.index01{
	width:100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
.index01left{
	width: 100%;
	float: right;
}
.index01right{
	display: none;
}
.index01left h6{
	text-align: center;
}
.index01left h3{
	text-align: center;
	font-size: 20px;
}
.index01left img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom:10px;
}
.index01left p{
	font-size: 13px;
	width: 100%;
	padding: 0 10px;
}
.indexzbmore{
	display: block;
	margin:auto;
	margin-top: 10px;
    margin-bottom:10px;
}
.index02{
	width: 100%;
	height: auto;
	margin-top: 20px;
    margin-bottom:20px;
}
.index02left{
	width: 100%;
	float: none;
}
.index02left h6{
	text-align: center;
}
.index02left h3{
	text-align: center;
	font-size: 20px;
}
.index02left img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom:10px;
}
.indexpor{
	text-align: center;
	height: auto !important;
}
.index02left div{
	display: block;
	margin:auto;
	margin-top: 10px;
    margin-bottom:10px;
}
.index02left .index02phoneimg{
	display: block;
	width: 70%;
	margin-top: 0;
	border: 1px solid #dddddd;
}
.index02left p{
	width: 100%;
	margin-top: 5px;
	font-size: 13px;
	padding: 0 10px;
}
.carousel-indicators li{
	width: 20px;
	height: 3px;
}
.index03{
	width: 100%;
}
.indexheader img {
    margin-top: 10px;
    margin-bottom: 10px;
}
.indexbjsc{
	padding-top: 20px;
    padding-bottom: 20px;
}
.cpjsal1{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom:10px;
}
.insexcpimg{
	height: auto;
}
.insexcpnr h5{
	font-size: 15px;
	margin-bottom: 5px;
}
.insexcpnr p{
	font-size: 12px;
	height: 45px;
    line-height: 15px;
    margin-bottom: 5px;
}
.insexcpnr .gwc p{
	height: 28px;
	line-height: 28px;
}
.indexheader h3{
	font-size: 20px;
}
.index04{
	width: 100%;
	margin-top: 20px;
}
.Div1{
	width: 100%;
}
.Div1_main div{
	width: 86px !important;
	height: 41px !important;
}
.Div1_main div span{
	width: 86px !important;
	height: 41px !important;
}
.Div1_main_a1, .Div1_main_a1 img{
	width: 80px !important;
	height: 41px !important;
}
.zslb{
	width: 96%;
	margin-left: 2%;
	height: 55px;
	overflow: hidden;
}
.Div1_prev{
	display: none;
}
.Div1_next{
	display: none;
}
.Div1_main{
	height: 55px;
}
footer{
	width: 100%;
	height: 220px;
	margin-top: 130px;
}
.contf{
	width: 100%;
	height: 220px;
}
.contactf {
    border-radius: 20px;
    position: absolute;
    width: 80%;
    height: 210px;
    padding: 5px;
    background: url(../images/contactfbj.jpg)no-repeat top center;
    left: 10%;
    top: -75px;
}
.contactf h2 {
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 5px;
}
.footerlogo {
    width: 18px;
    display: block;
    margin: auto;
    margin-bottom: 3px;
}
.footernr {
    font-size: 12px;
    color: #999999;
    line-height: 15px;
    text-align: center;
    margin-bottom: 5px;
}
.footernr span {
    font-size: 12px;
}
.beian{
	font-size: 12px;
	padding-top: 160px;
	letter-spacing: 1px;
	line-height: 15px;
}
.index02left div {
    width: 100px;
    height: 30px;
}
.indexprogd {
    width: 90px;
    line-height: 18px;
    font-size: 14px;
}
.indexzbmore{
	width: 100px;
    height: 30px;
}
.indexmore{
	width: 100px;
    height: 30px;
}
.denglu1{
	width: 270px;
    height: 230px;
    padding: 10px;
}
.zhucetit{
	margin-top: 5px;
}
.zhucephone{
	height: 30px;
}
.zhucephone1{
	height: 28px;
}
.zcguanbi1 {
    width: 22px;
    right: -22px;
    top: -70px;
}
.zhuceinput {
    height: 30px;
    margin-top: 15px;
}
.zcan1{
	height: 30px;
	margin-top: 25px;
}
.zcan{
	height: 30px;
	margin-top: 25px;
}
.zhuce1{
	width: 270px;
    height: 330px;
    padding: 10px;
}
.zcguanbi{
	right: -22px;
    top: -114px;
}
.dengluansss a{
	color: #ffffff;
}
/*关于我们*/
.aboutusnew{
	width: 100%;
	margin-top: 5px;
}
.aboutusleft{
	width: 100%;
	border:0px solid #ffffff;
	padding:2%;
}
.flname{
	text-align: center;
}
.flname:after{
	width: 0px;
}
.aboutqh1{
	width: 48%;
	margin:0 1%;
	padding-left: 10%;
	border-bottom:0px solid #ffffff;
}
.aboutusright{
	width: 96%;
	margin-left: 2%;
	float: left;
	border:0px solid #ffffff;
}
.hezhb{
	width: 100%;
	margin-left: 0%;
}
.hezhb img{
	width: 48%;
	margin:10px 1%;
}
.bbryxx {
    width: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
}
.aboutus{
	width: 100%;
	margin-top: 0px;
}
.producttit {
    text-align: center;
    padding: 10px 0 10px 0px;
    border-bottom: 1px solid #DEDEDE;
    font-size: 22px;
    color: #000000;
    margin: 0;
    font-family: 'Lora-Regular';
    text-transform: uppercase;
}
.profla {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-right: 1%;
    padding: 5px 0px;
    margin-top: 0px;
}
.profl {
    width: 96%;
    float: left;
    margin-left: 2%;
    margin-top: 0px;
}
.profl1 {
    float: left;
    padding: 1% 1%;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    margin-right: 3%;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 30.3%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.insexcpimg{
	height: 134px;
}
.procon {
    margin-top: 20px;
}
.fenye {
    width: 96%;
    padding: 10px 0;
    margin-left: 2%;
}
.portantxq{
	margin-top: 20px;
}
.portantxqleft{
	width: 100%;
}
.flexslider .slides img{
	height: auto !important;
}
.flexslider {
    width: 96% !important;
    margin: 0 0 5px;
    margin-left: 2% !important;
    border: 1px solid #ededed !important;
}
.portantxqright {
    width: 96%;
    float: right;
    margin-right: 2%;
    font-size: 13px;
}
.portantxqrtit {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}
.pormoney {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
    border-bottom: 1px solid #E6E6E6;
    color: #1395a8;
}
.shopms {
    padding: 6px 10px;
    float: left;
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 12px;
    cursor: pointer;
}
.shopcontent p {
    font-size: 14px;
    line-height: 15px;
    margin-top: 6px;
    /* font-size: 12px; */
    color: #666666;
}
.shopcontent p span{
	font-size: 12px !important;
}
.shopcontent {
    width: 96%;
    margin-left: 2%;
    padding: 5px;
}
.shopcontent p span img{
	width: 100% !important;
	height: auto !important;
}
.shopxqname {
    font-size: 14px;
    padding-left: 2%;
    line-height: 19px;
    font-weight: normal;
    margin-top: 30px;
}
.shopcontent p img{
	width: 100% !important;
	height: auto !important;
}
.aboutus1{
	display: none;
}
.contactnr{
	width: 96%;
	margin-left: 2%;
	margin-top: 20px;
}
.contactnrleft{
	width: 100%;
	margin-bottom:20px;
}
.contactnrright{
	width: 100%;
}
.contacttit{
	margin-bottom: 10px;
	text-align: center;
}
.contact1{
	line-height: 25px;
	width: 100%;
	word-wrap: break-word; 
word-break: normal; 
	font-size: 13px;
	text-align: center;
}
.lyinp{
	width: 80%;
	margin-left: 10%;
}
.lyinp1{
	width: 80%;
	margin-left: 10%;
}
.tijiao{
	display: block;
	margin:auto;
	margin-top: 20px;
}
.contact_map{
	width: 90% !important;
	margin-left:5% !important;
	height: 230px !important;
}
.container{
	margin-top: 30px !important;
}
.jobinfo{
	width: 96%;
	margin-left:2%;
	margin-top: 20px;
}
.ZMenu-left-container {
    position: fixed !important;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    box-shadow: 0px 0px 0px rgba(0,0,0,.15);
    border-top: 1px solid #dddddd;
}
.ZMenu-left-nav-item{
	width: 20%;
	float: left;
	border-top: 0px;
	padding:0px;
}
.ZMenu-left-nav-a{
	padding: 10px 0;
}
.item-icon{
	position: initial;
	display: block;
	margin:auto;
	margin-bottom: 5px;
	width: 20px;
    height: 20px;
}
.ZMenu-left-nav-a span{
	display: block;
	text-align: center;
	font-size: 13px;
}
.ZMenu-left{
	padding:0px;
}
.ZMenu-left-nav .active:after {
    position: absolute;
    content: "";
    background-color: #1395a8;
    width: 100%;
    height: 2px;
    top: 56px;
    left: 0;
}
/*.ZMenu-left-nav-item:hover>:after{
	position: absolute;
    content: "";
    background-color: #1395a8;
    width: 100%;
    height: 2px;
    top: 55px;
    left: 0;
}*/
.ZMenu-left-nav .active {
    background-color: #dddddd;
}
.huiyuanright{
	width: 96%;
	margin-right: 2%;
	min-height: 200px;
	padding:10px;
}
.huiyuanzx {
    margin-top: 20px;
}
.zhuceinput1{
	width: 96%;
}
.huiyuanrighttit{
	font-size: 18px;
	line-height: 10px;
}
.myfilexg{
	width: 110px;
}
.ziliaoxg {
    margin-top: 20px;
}
.zwddimg{
	margin-left: 30%;
}
.zwdd a{
	line-height:20px;
	margin-top: 10px;
}

.changepass {
    margin-top: 20px;
}
.changinp{
	width: 96%;
}
.xgmm{
	width: 110px;
}
.myfilexg1{
	width: 110px;
}

.myddlb1tit p{
	height: 30px;
	overflow: hidden;
}
.dengluansss{
	margin-right: 8px;
}
.myddlb1tit p span{
	display: none;
}
.myddlb1tit .qrsc{
	top: -40px;
    right: -11px;
    overflow: initial;
}
.qrsc:after {
    top: 30px;
    right: 20px;
}
.ddimg1 {
    width: 58%;
    height: auto;
    float: initial;
   display: block;
   margin:auto;
    margin-top: 12px;
    
}
.ddms {
    width: 100%;
    float: initial;
    padding: 5px 2px;
}
.ddmstit {
	width: 100%;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

}
.ddnumber p {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-top: 22px;
    font-weight: bold;
}
.ddmoney p {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-top: 22px;
    font-weight: bold;
}
.ddmoney p.zffsnew{
	font-size: 12px;
	line-height: 10px;
}
.zffs1 {
    font-size: 12px;
    color: red;
    line-height: 10px;
}
.ddcontent{
	height: 100px;
}
.zwdd1 a{
	line-height: 15px;
}
.shopcar2{
	padding: 10px 0;
	height: 65px;

}
.shopcar2img {
    width: 20%;
    height: auto;
    float: left;
}
.shopcpname {
    width: 29%;
    float: left;
    margin-left: 5px;
}
.ddmstit1 {
    font-size: 12px;
    color: #AAAAAA;
    overflow: hidden;
    line-height: 15px;
    height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 2;
    -o-box-orient: vertical;
}
.ddnumber1 p {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-top: 0px;
    font-weight: bold;
}
.ddnumber1 p span {
    font-size: 12px;
    color: #AAAAAA;
}
.gwcjian {
    width: 15px;
    margin-right: 3px;
}
.gwcjia {
    width: 15px;
    margin-left: 3px;
}
.ddnumber1 {
    width: 18%;
    float: left;
}
.gwcmoney {
    width: 18%;
    float: left;
}
.gwcmoney p {
    margin-top: 0px;
    font-size: 12px;
}
.yichugwc{
	margin-top: 5px;
}
.gwcmoney p span{
	font-size: 12px;
}
.gwcmoney p span{
	font-size: 12px;
}
.jsgwcje {
    line-height: 65px;
    color: #AAAAAA;
    float: left;
    font-size: 14px;
}
.jsgwc button{
	margin-right: 0px;
}
.zffsnew {
    font-size: 12px;
    color: #AAAAAA;
}
.zffsxz{
	width: 65%;
}
.opt {
    width: 50%;
}
.magic-radio + label, .magic-checkbox + label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    vertical-align: middle;
}
.zfbxz1{
	display: none;
}
.zfbxz2{
	display: block;
}
.ddwuliu p {
    line-height: 100px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.ddwuliu{
	width: 18%;
	float: right;
    margin-right: 1%;
}
.ddimg{
	width: 36%;
}
.ddwuliu a{
	margin-top:15px;
}
.ddnumber{
	width: 10%;
}
.qrshtc p {
    text-align: center;
    line-height: 35px;
    font-size: 15px;
}

}







@media screen and (max-width: 375px){
.insexcpimg{
	height: 121.25px;
}
.zwddimg{
	margin-left: 27%;
}
.gwcmoney {
    width: 17%;
    float: left;
}
}
@media screen and (max-width: 360px){
.insexcpimg{
	height: 121.25px;
}
.zwddimg{
	margin-left: 26%;
}
.gwcmoney {
    width: 16%;
    float: left;
}
}
@media screen and (max-width: 320px){
.insexcpimg{
	height: 103.27px;
}
.zwddimg{
	margin-left: 22%;
}
.shopcpname {
    width: 27%;
    float: left;
    margin-left: 5px;
}
.login {
    line-height: 60px;
    font-size: 12px;
    font-weight: normal;
}
.lange {
    line-height: 60px;
    font-size: 12px;
    font-weight: normal;
}
.ZMenu-left-nav-a span {
    display: block;
    text-align: center;
    font-size: 12px;
}
.login {
    margin-right: 10px;
}
.lange {
    margin-right: 5px;
}
.phonedh{
	margin-left: 15px;
}
.ddmoney p {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-top: 12px;
    font-weight: bold;
}
.ddmoney p {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-top: 20px;
    font-weight: bold;
}
.ddnumber p {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-top: 20px;
    font-weight: bold;
}
.ddcontent {
    height: 90px;
}
.ddwuliu {
    width: 22%;
}
}