body{
    font-family:"Microsoft YaHei";
    min-width: 1200px;
}
p{
    margin: 0;
}

a{
    color: #00a629;
}
a:hover{
    color: #00a629;
    text-decoration: none;
}
a:link{
    text-decoration: none;
}

.main{
    padding-bottom: 140px;
    padding-top: 65px;
}
header {
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: sticky;
    z-index: 9999;
    top: 0;
    height: 80px;

}

header .logo{
    float:left;
    margin-top: 9px;
}

header .nav {
    width: 100%;
    height: 80px;
    background: #fff;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

header .nav .cialisnavList {

    /*height: 100%;
    display: flex;*/
    float:left;

    margin-bottom: 0;
}

header .nav .cialisnavList .item {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    text-align: center;
    width: 140px;
}

header .nav .cialisnavList .item a {
    color: #333;
}

header .nav .cialisnavList .item .go-buy-btn{

}

header .nav .cialisnavList .item .go-buy-tip{
    font-size: 14px;
    line-height: 18px;
}
header .go-buy{
    float:left;
    height: 80px;
    line-height: 80px;
    position: relative;
    display: flex;
    align-items: center;
}

header .go-buy .go-buy-box-hiden{
    display: inline-flex;
    border-radius: 28px;
    overflow: hidden;
}

header .go-buy .buy-btn{
    width: 160px;
    height: 56px;
    line-height: 56px;
    background: #00a629;
    border-radius: 28px;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 16px;
}


header .go-buy .buy-btn:after,header .go-buy .buy-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #00a629;
    z-index:-2;
    border-radius: 28px;
}

header .go-buy .buy-btn:hover{
    z-index:2;
    background:transparent;

}

header .go-buy .buy-btn:before {
    transition: .2s;
    background: #0bbf37;
    z-index:-1;

}

header .go-buy .buy-btn:hover:after,header .go-buy .buy-btn:hover:before {
    width: 100%;

}





header .go-buy .buy-btn:hover,header .go-buy .buy-btn:link{
    text-decoration: none;
}

header .go-buy .buy-tip{
    display: inline-block;
    width: 23px;
    line-height: 16px;
    background: #fff7e4;
    font-size: 13px;
    border-radius: 23px;
    color: #f3a110;
    position: absolute;
    top: 50%;
    left: 130px;
    z-index: 1;
    margin-top: -20px;
    padding: 6px 10px 5px 35px;
    transform: translate(0, -7%);
    white-space: nowrap;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    border: 1.5px dashed #ffc600;
}

.banner img{
    width: 100%;
}

.bread{
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.breadcrumb{
    background-color: #fff;
}
.breadcrumb li a{
    color: #333;
}
.breadcrumb .active{

    color: #00a629;
}

.model_title{
    text-align: center;


}
.model_title .text{
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
.model_title .text .title{
    font-size: 30px;
    /*font-weight: bold;*/
    margin: 0;
    position: relative;
    z-index: 1;
    color: #333;
}
.model_title .text .title a{
    color: #333;
}
.model_title .line{
    width: 150px;
    height: 4px;
    background: #00a629;
    margin: 0 auto;

}

.model_title .sub{
    margin-top: 10px;
    font-size: 20px;
    color: #00a629;
}


footer{
    /*margin-top: 160px;*/
    position: relative;
    background: #fff;
    z-index: 3;
}
footer ul{
    margin: 0;
    padding: 0;
}
footer ul li{
    list-style: none;
    display: inline-block;
}
footer .separate{

    height: 30px;
    background: #00A629;
    margin-bottom: 59px;
}

footer .tent{
    width: 808px;
    margin: 0 auto;
    text-align: center;
}
footer .fot-tips{
    width: 540px;
    height: 56px;
    line-height: 54px;
    border: 1px solid #00A629;
    border-radius: 10px;
    text-align: center;
    color: #00A629;
    font-size: 16px;
    margin: 0 auto;
}
.footer-nav{
    margin-top: 45px;
    height: 30px;
}
.footer-nav li{
    border-bottom: 1px solid #00A629;
    padding-right: 10px;
    padding-left:10px;
    margin-left:15px;
}
.footer-nav li a{
    color: #333;
    font-size: 14px;
}
.footer-nav li a:hover,.footer-nav li a:link{
    text-decoration: none;
}
footer .copyright{
    text-align: center;
    margin-top: 69px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #999;
}
.footer-logo{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-35%);

}



.footer-nav li{
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
.footer-nav li:hover{

    padding-bottom: 8px!important;
    /*transform: translate(0px, -5px);
    display: inline-block;
    margin-bottom: 5px;*/
}

.footer-nav li:hover,.footer-nav li a{
    transform: translate(0px, -5px);
    display: inline-block;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background:none;
    border:none;
}

header .dropdown-menu{
    /*background: rgba(0,0,0,0.2);
    color: #fff;*/
    background: rgba(255,255,255,1);
    color: #333;
    top: 65%;
    border: none;
}

header .dropdown-menu-item{
    line-height: 40px;
    padding-left: 15px;
    font-size: 16px;
}

header .logo img{
    width: 200px;
}

.page-body{

    margin-top: 80px;

}

.watermark{
    position: absolute;
    font-size: 50px;
    opacity: 0.08;
    font-weight: bold;
    color: #333333;
    font-style: italic;
    z-index: 0;
}

.watermark-upper{
    top: -40px;
    right: -56px;
}

.watermark-lower{
    right: -135px;
    bottom: -46px;
}


.tips-main{
    border-radius: 10px!important;

}
.info-tips-skin{
    text-align: center;
    /*width: 200px;*/
    /*padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;*/
    padding: 20px 25px;

}
.info-tips-skin .error{
    color: #ff3a3a;
}
.info-tips-skin .success{
    color: #00a629;
}
.info-tips-skin .iconfont{
    font-size: 50px;
}

.info-tips-skin .text{
    font-size: 18px;
    margin-bottom: 8px;
    padding-right: 10px;
    padding-left: 10px;
}

.info-tips-skin .success-text{
    color: #00a629;
}
.info-tips-skin .error-text{
    color: #ff3a3a;
}

.info-tips-skin .sub-text{
    color: #333;
    font-size: 14px;
}
.info-tips-skin .btn-box{



}
.info-tips-skin .btn-box a{

    line-height: 30px;
    background-color: #f8ba01;
    display: inline-block;
    width: 100%;
    color: #fff;
}


.model-scroll .target-ls{
    transform: translate(-15px, 0px);opacity: 0
}


.model-scroll .text{
    transform: translate(0px, -25px);opacity: 0
}
.dropdown-a-hover{
    display: inline-block;
    line-height: 40px;
}
.dropdown-a-hover:hover + .dropdown-menu{
    display: block;
}

.dropdown-menu:hover{
    display: block;
}

.page-header{
    border: none;
}

.swiper-wrapper{
    height: unset!important;
}
