* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}


ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 62.5%;
    min-height: 100%;
}

body {
    font-size: 20px;
    position: relative;
}
.mymobe {
    font-size: 14px;

}
body {
    font-family: '微软雅黑', 'Heiti SC';
}
.mypc .mar50 {
    margin-top: 50px;
}

.mymobe .mar50 {
    margin-top: 15px;
}

.mypc .mar30 {
    margin-top: 30px;
}

.mymobe .mar30 {
    margin-top: 15px;
}
.topnav {
    background: #1d1d1d;
    color: white;
    height: 80px;
}

.mymobe .topnav {
    height: 46px;
}

.topcon {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro-con{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mymobe .topcon {
    height: 46px;
}

.mymobe .logoimg {
    height: 30px;
}

.mymobe .hotline img {
    height: 20px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 3px;
}
.mypc .navbanner{
    width: 100%;
    height: 648px;
    background: url(../image/top.jpg) center top no-repeat;
    position: relative;
}
.mypc .nav1{
    width: 100%;
    height: 600px;
    background: url(../image/bg11.jpg) center top no-repeat;
}
.mymobe .nav1{
    padding: 15px 0;
    background: url(../image/bg11.jpg) center top no-repeat;
    background-size: cover;
}
.mypc .codeimg{
    margin-top: 150px;
}
.mymobe .codeimg{
    width: 40%;
    margin-top: 15px;
}
.color-white{
    color: white;
}

.linep{
    width: 180px;
    height: 4px;
    background: #fdbf12;
}
.mypc .linep{
    margin-top: 100px;
    margin-bottom: 50px;
}
.mymobe .linep{
    margin-top: 15px;
    width: 80px;
    height: 2px;
}
p{
    line-height: 1.7;
}
.mypc .p1{
    text-indent: 2em;
    font-size: 22px;
}
.mypc .nav2{
    width: 100%;
   
    background: url(../image/bg21.jpg) center top no-repeat;
    background-size: cover;
}
.mymobe .nav2{
    padding: 15px 0;
    background: url(../image/bg21.jpg) center top no-repeat;
    background-size: cover;
}
.gh{
    text-align: center;
    color: white;
}
.mypc .gh{
    margin-top:86px;
}
.mymobe .gh{
    text-align: center;
    font-size: 16px;
}
.mypc .dec-p{
    font-size: 12px;
   
}
.mypc .sleft{
    width: 515px;
    float: left;
}
.mypc .sright{
    width: 515px;
    float: right;
}
.item-con{
    background: white;
    margin-bottom: 20px;
    padding: 15px 0;
}
.mypc .item-con{
    margin: 10px;
    margin-bottom:20px;
    width: 280px;
    border-radius: 6px;
}
.item-main{
    flex: 1;
}
.mypc .pro-con{
    padding-bottom: 50px;
}
.item-main h3{
    margin-top: 0;
    position: relative;
    padding-bottom: 15px;

}
.mypc .container{
    width: 1230px;
}
.item-main h3::after{
    content: "";
    position: absolute;
    width: 76px;
    height: 3px;
    background: #fdbf12;
    left: 50%;
    margin-left: -38px;
    bottom: 0;
}
.mymobe .item-main h3{
    font-size: 15px;
}
.mypc .item-main{
    padding: 20px;
    padding-bottom: 0;
}
.mymobe .item-con{
    width: 46%;
    margin: 2%;
    border-radius: 6px;
    padding-bottom: 0;
}
.see{
    display: block;
    width: 145px;
    line-height: 35px;
    text-align: center;
    background: #fdbf12;
    color: #000 !important;
    text-decoration: none !important;
    margin-top: 15px;
    margin: 15px auto;
}
.mypc .see{
    font-size: 16px;
}
.mymobe .see{
    line-height: 27px;
    margin-top: 5px;
}
.item-con p{
    margin-bottom: 0;
    line-height: 1.5;
}
.item-main h3 img{
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
}
.swiper-pagination{
    position: relative;
    margin: 20px auto;
}
.swiper-pagination-bullet{
    width:56px;
    height:6px;
    border-radius:0;
    background:#fff;
    cursor:pointer;
    margin: 0 5px;
}
.swiper-pagination-bullet-active{
    background:#f9c500
}
.mypc .swiper-button-next {
    right: -50px;
    left: auto;
}
.mypc .swiper-button-prev {
    left: -50px;
    right: auto;
}
:root {
    --swiper-theme-color: #f9c500;
}
.foot {
    text-align: center;
    padding: 15px;
    color: white;
    background: #000;
}
.mymobe .item-con{
    font-size: 12px;
}
.mymobe .imgp{
    width: 160px;
}
.mymobe .item-main{
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.mymobe .dec-p{
	overflow: hidden;				
	text-overflow: ellipsis;	
	display: -webkit-box;			
	-webkit-line-clamp:4;			
	line-clamp: 4;					
	-webkit-box-orient: vertical;

}

.addli{
    display: block;
    width: 220px;
    line-height: 50px;
    text-align: center;
    background: #f9c500;
    color: white;
    margin: 0 auto;
    cursor: pointer;
    margin-top: -50px;
    position: relative;
    z-index: 9;
}
.mymobe .addli{
    line-height: 35px;
    margin-top: -40px;
}
.close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.form-ul li {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    border: 1px #000 solid;
    border-radius: 6px;
    padding-left: 10px;
}
.form-ul li input, .form-ul li>select {
    flex: 1;
    display: block;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    padding-left: 10px;
    background: transparent;
    border-radius: 6px;
    outline: none;
    margin-left: 10px;
}
.mymobe .modal-title{
    font-size: 16px;
    padding-bottom: 0;
}
.mymobe .modal-body{
    padding-top: 0;
}
.tj {
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fabe0e;
    background: #000;
    cursor: pointer;
    margin: 15px auto;
    border-radius: 25px;
   
}
.form-ul li>div {
    flex: 1;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
}
.modal-content,.modal-header{
    background: #fabe0e !important;
}