.pc-header .menu-wrapper>.menu-item-has-children::after {
    position: absolute;
    content: '';
    top: 22px;
    right: -15px;
    height: .3rem;
    width: .3rem;
    margin-top: 5px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #fff;
    transform: rotate(
45deg
);
    -webkit-transform: rotate(
45deg
);
}


.copyright a{color: rgba(227, 235, 244, .5);}
a:focus, a:hover {
     text-decoration: none; 
}





a{color: #000;}
a:focus, a:hover {
     text-decoration: none; 
}
html {
	font-family: "century gothic";
    font-family: Century Gothic, Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}
.navbar{
	margin-bottom: 6px;
}
@media (max-width: 768px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    html {
        font-size: 20px;
    }
    .navbar-nav {
    margin-top: 10px;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
    html {
        font-size: 22px;
    }
      .navbar-nav {
    margin-top: 10px;
}
}

@media (min-width: 1200px) {
    html {
        font-size: 25px;
    }
      .navbar-nav {
    margin-top: 10px;
    margin-left: 160px;
}
}
body{background: #fff;font-family: helvetica;}



.banner-form{
    width: 100%;
    padding:12% 8%;
    background-color: #535353;
    overflow: hidden;
}
.banner-form h3{
    margin: 0;
    font-family: kenzo;
    font-size: 2.56rem;
}
.banner-form p{
    padding: 5% 10% 0 10%;
    font-size: 12px;
}
.banner-form input,.banner-form button{
    width: 100%;
    border: none;
    background-color: inherit;
}
.banner-form input{
    color: #333;
    margin-top: 4%;
    padding: 4%;
    background-color: #ffffff;
    font-size: 0.64rem;
}
.banner-form button{
    margin-top: 10%;
    padding: 5% 0;
    background-color: #0a5bac;
    font-size: 1rem;
}




.header {
    width: 100%;
    background: url("../images/banner.jpg?_t=1524794921000") no-repeat center;
    background-size: cover;
    overflow: hidden;
    box-shadow: #666 2px 2px 10px;
    padding: 180px 0;
}
.menu{
	background: #fff;
}
.menu-bar li a{
	padding:21px 1.2rem;
	color: #000;
	font-size: 0.7rem;
}
.header img {
    width: 100%;
}

.header .header-img {
    margin: 20% 0 180% 0;
}


.section-1{
	margin-top: 3%;
}
.section-2{
	padding: 1px;
	background:#f2f2f2;
}

h1{
	font-weight: bold;
	margin-top: 50px;
}
h3{
    font-size: 17px;
	margin-top: 30px;
	
}
h4{
	font-weight: 200;
	font-size: -0.1rem;line-height: 1.3em;
	color: #666;
}
.section-1 h4{
	margin-top: 5%;
	font-size: 17px;
	
}

/***********************第二节*************************/
.section-2 {
    width: 100%;
    margin-top: 3%;
}

.section-2 .section2-content {

}

.section-2 .section2-content h3{
    color: #ed4a19;
    	height: 20%;
}
.section-2 .section2-content h4{
	margin-top: 5%;

}
.section-2 .section-title2{
	height: 3rem;
}


/***********************第三节*************************/
/***********************第二节*************************/
.section-3 {
    width: 100%;
    margin-top: 2%;
    background: #fff;
}
.swiper-container{
	padding-top: 60px;
}

.swiper-slide img{
	height:auto;width: 100%;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ec491b;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}


.section-3 .section3-content {
    width: 90%;
    margin: 0 5%;
    padding:70% 5% 5%;
}
.btn-buy{
	font-size: 0.7rem;
	border: 1px solid #000000;
	width: 6rem;
	margin: 0 auto;
	border-radius: 0.2rem;
	color: #000000;
}
.btn-buy1{
	font-size: 0.7rem;
	border: 1px solid #000000;
	width: 6rem;
	margin: 0 0 0 237px;
	border-radius: 0.2rem;
	color: #000000;
}
.btn-buy:hover{
	border: 1px solid #f09417;
	color: #f09417;
}
.btn-buy:hover a{
	color: #f09417;
    text-decoration: none; 
}

.btn-buy-des{
	padding-top: 5%;font-size: 0.64rem;
	height: 3em;
}
.link-p{
	font-size: 0.8rem;
	color: #000000;
}
.footer{
    width: 100%;
    padding-top: 1%;
    background-color: #ffffff;
    color: #fff;
}
.footer h4{
	font-size: 0.7rem;
	color: #000000;
}
.footer p a{
	font-size: 0.5rem;
	color: #000000;
	font-weight: 100;
}

.right-btn{

    position: fixed;
    z-index: 999;
    border-radius: 10px;
    padding:1%;
    margin-right: 1%;
    right: 0;
    top:40%;
    
    background: #6E98E2;
    /* background: url(../images/bg_d.png) no-repeat; */
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #FFF;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    
}
.right-btn p{
    color: #ffffff;
    font-size:25px;
    font-weight: bold;
    margin-bottom: 0;
}
.pix_popup {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    /*box-shadow: 0 -3px rgba(0,0,0,0.2) inset, 0 0 4px 1px rgba(0,0,0,0.1);*/
    margin-top: -5px !important;
}
.center_text h4{
    font-size: 1rem;
}
#right-form{
    width:18rem;
    position: fixed;
    z-index: 999;
    padding: 1%;
    margin-right: 1%;
    right: 0;
    top:20%;
    display: none;
}
@media (max-width: 1124px) {
    .pix_builder_bg {
        background-attachment:scroll !important;
    }
}

.center_text { text-align: center; }
.margin_bottom { margin-bottom: 10px;display: inline-block; }
#contact_form {
    position:relative
}

.submit_btn, .submit_btn:focus, .submit_btn:hover {
    width:100%;
    height: 50px;
    background: #6E98E2;
    /* background: url(../images/bg_d.png) no-repeat; */
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #FFF;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.submit_btn:hover {
    opacity: 0.7;
}
button.submit_btn { margin-bottom: 10px; }

.case-box{
	padding: 4px;
	margin-bottom: 20px;
}
.case-box  .btn-buy{
	margin-top: 20px;
}

@media (max-width: 768px) {
    html {
        font-size: 18px;
    }
    .section-1 h1{
    	font-size: 1.4rem;
    }
    .section-2 h1{
    	font-size: 1.4rem;
    	text-align: center;
    	padding-top: 4%;
    }
    .section-3 h1{
    	font-size: 1.4rem;
    }
}



