body, h1, p, a, ul, li, div, img, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
}
li {
    list-style: none;
}
a{
    text-decoration: none;
    color: #666;
}
img {
	max-width: 100%;
}
.m0 {
	margin: 0 !important;
}
.mb10 {
    margin-bottom: 0.1rem;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-right: 0.15rem;
    padding-left: 0.15rem;
}
.row {
    margin-right: -0.15rem;
    margin-left: -0.15rem;
}
a:hover, a:focus {
	text-decoration: none;
}
.mt10 {
	margin-top: 0.1rem;
}
.mt20 {
	margin-top: 0.2rem;
}
.bg-gray {
    background-color: #f7f7f7;
}
.navbar-default .navbar-nav>li>a {
	font-size: 0.12rem;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.navbar {
	margin-bottom: 0;
	font-size: 0.12rem;
}
.nav-h>li, .nav-h>li a {
    transition: all .5s;
}
.nav-h>li:hover {
    background: #305d9a;
    color: #fff;
}
.navbar .container .collapse ul li:hover>a {
    color: #fff;
}
/* 轮播样式 */
.banner-box {
	position: relative;
}
.swiper-slide, .swiper-wrapper {
    height: auto !important;
}
.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 1;
    margin: 0.15rem 0;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 0.18rem;
    background: #d9d1cc;
    margin: 0 0.07rem;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fcfbfb;
}
/* 标题样式 */
.module-title {
    padding: 0.6rem 0 0.5rem;
    text-align: center;
}
.module-title h3 {
    font-size: 0.34rem;
    color: #333;
    font-weight: normal;
}
.module-title img {
    margin: 0.3rem auto;
}
/* 定制流程 */
.process-step {
    padding-bottom: 0.9rem;
}
.process-step .step-box {
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    border: 2px solid #ffd801;
    position: relative;
    border-radius: 100%;
    text-align: center;
    padding: 0.5rem 0.1rem;
    margin: 0 auto;
    transition: transform 1s ease 0s;
}
.process-step .step-box:hover {
    transform: translate(0px,-5px);
}
.process-step h5 {
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #333;
    height: 0.26rem;
    padding: 0 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.process-step p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #666;
    margin-top: 0.13rem;
    height: 0.72rem;
    overflow: hidden;
}
.process-step .step {
    position: absolute;
    width: 0.76rem;
    height: 0.76rem;
    top: -0.25rem;
    left: 1.1rem;
    font-size: 0.4rem;
    color: #e9e9e9;
    background-color: #fff;
    border-radius: 100%;
    font-style: italic;
}
.process-step .icon {
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 100%;
    background-color: #ffd801;
    padding: 0.08rem;
    position: absolute;
    top: 1.53rem;
    left: 1.22rem;
}
.process-step .icon i.icon-process {
    display: inline-block;
    width: 0.38rem;
    height: 0.38rem;
    background: url("../images/icon-process.png") no-repeat center center;
    background-size: 0.38rem auto; 
    vertical-align: bottom;
}
.process-list .process-step:nth-child(2) .step-box {
    border-color: #ffa2ae;
}
.process-list .process-step:nth-child(2) .icon {
    background-color: #ffa2ae;
}
.process-list .process-step:nth-child(3) .step-box {
    border-color: #71e4ff;
}
.process-list .process-step:nth-child(3) .icon {
    background-color: #71e4ff;
}
.process-list .process-step:nth-child(4) .step-box {
    border-color: #8af2e7;
}
.process-list .process-step:nth-child(4) .icon {
    background-color: #8af2e7;
}
.process-list .process-step:nth-child(1):hover .step-box {
    border-color: #F9DE49;
}
.process-list .process-step:nth-child(1):hover .icon {
    background-color: #F9DE49;
}
.process-list .process-step:nth-child(2):hover .step-box {
    border-color: #F7B6BE;
}
.process-list .process-step:nth-child(2):hover .icon {
    background-color: #F7B6BE;
}
.process-list .process-step:nth-child(3):hover .step-box {
    border-color: #A4EAFB;
}
.process-list .process-step:nth-child(3):hover .icon {
    background-color: #A4EAFB;
}
.process-list .process-step:nth-child(4):hover .step-box {
    border-color: #A8F3EB;
}
.process-list .process-step:nth-child(4):hover .icon {
    background-color: #A8F3EB;
}

.process-list .process-step:nth-child(1) i.icon-process {
    background-position: 0 0;
}
.process-list .process-step:nth-child(2) i.icon-process {
    background-position: 0 -0.38rem;
}
.process-list .process-step:nth-child(3) i.icon-process {
    background-position: 0 -0.76rem;
}
.process-list .process-step:nth-child(4) i.icon-process {
    background-position: 0 -1.14rem;
}
/* 定制类型 */
.type-list {
    cursor: pointer;
}
.media {
    background-color: #fff;
    padding: 0.3rem;
    margin-bottom: 0.8rem;
}
.media-left, .media>.pull-left {
    width: 0.84rem;
    height: 0.84rem;
}
.media-body {
    padding-left: 0.4rem;
}
.media-body h4 {
    margin-bottom: 0.08rem;
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #333;
    height: 0.26rem;
    overflow: hidden;
}
.media-body p {
    color: #666;
    font-size: 0.16rem;
    line-height: 0.24rem;
    height: 0.48rem;
    overflow: hidden;
}
/* 我们的优势 */
.adv-item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 0.75rem;
}
.adv-box {
    border: 1px solid #efefef;
    height: 4.1rem;
    border-bottom: 3px solid #ffd556;
    border-radius: 3px;
}
.adv-box:hover {
    box-shadow: 0 0 10px #ccc;
}
.adv-list .adv-item:nth-child(2) .adv-box {
    border-bottom-color: #9dcdfb;
}
.adv-list .adv-item:nth-child(3) .adv-box {
    border-bottom-color: #9ff1e2;
}
.adv-list .adv-item:nth-child(4) .adv-box {
    border-bottom-color: #d3f4a8;
}
.adv-item span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: #ffd556;
    border-radius: 100%;
    margin: 0.6rem 0 0.25rem;
    padding: 0.2rem 0.15rem 0.1rem;
}
.adv-item h5 {
    font-size: 0.2rem;
    line-height: 0.4rem;
    font-weight: normal;
    color: #333;
    padding: 0 0.2rem;
    height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.adv-item p {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.28rem;
    padding: 0 0.2rem;
    margin-top: 0.1rem;
    height: 1.12rem;
    overflow: hidden;
}
.adv-list .adv-item:nth-child(2) span {
    background-color: #9dcdfb;
}
.adv-list .adv-item:nth-child(3) span {
    background-color: #9ff1e2;
}
.adv-list .adv-item:nth-child(4) span {
    background-color: #d3f4a8;
}
i.icon-adv {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    background: url("../images/icon-adv.png") no-repeat center center;
    background-size: 0.9rem auto;
}
.adv-list .adv-item:nth-child(1) i.icon-adv {
    background-position: 0 0;
}
.adv-list .adv-item:nth-child(2) i.icon-adv {
    background-position: 0 -0.9rem;
}
.adv-list .adv-item:nth-child(3) i.icon-adv {
    background-position: 0 -1.8rem;
}
.adv-list .adv-item:nth-child(4) i.icon-adv {
    background-position: 0 -2.7rem;
}
/* 支付方式 */
.deliver-item {
    cursor: pointer;
}
.media:hover {
    box-shadow: 0 0 10px #ccc;
}
.deliver-item .media-left {
    width: 1.1rem;
    height: 1.25rem;
}
.deliver-item .media {
    padding: 0.3rem 0.1rem;
}
.deliver-item .media-body {
    padding-right: 0.15rem;
}
.deliver-item .media-body p {
    line-height: 0.22rem;
    height: 0.88rem;
}
/* 底部 */
.footermeau {
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
}
.left_meau {
    border-right: 1px #ddd solid;
}
.left_meau h4 {
    color: #305d9a;
    margin-bottom: 0.2rem;
}
.left_meau p {
    margin: 0 0 0.1rem;
    font-size: 0.12rem;
}
.left_meau a:link, .left_meau a:active, .left_meau a:visited {
    color: #666;
}
.right_con_img .teltphone {
    margin-top: 0.4rem;
}
.right_con_img .teltphone li {
    list-style: initial;
}
.right_con_img .teltphone li p {
    font-size: 0.22rem;
    color: #305d9a;
}
.copyright {
    background: #305d9a;
    padding: 0.05rem 0;
}
.copyright p {
    color: #fff;
    font-size: 0.12rem;
    line-height: 0.16rem;
    text-align: center;
}
.copyright p a {
    color: #fff;
    margin: 0 0.02rem;
}
.copyright p a:hover {
    text-decoration: underline;
}

.copyright a:link, .copyright a:visited, .copyright a:active, .copyright a:hover {
    color: #fff;
}