* {
    padding: 0;
    margin: 0;
    box-sizing: content-box;
}

body {
    font-family: frutigernext_medium,"Microsoft YaHei",Arial,Helvetica,sans-serif;
    /*font-family: "Microsoft YaHei",Arial,sans-serif;*/
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.container-fluid{
    /*padding: 0;*/
    /*width: 100%;*/
}

.row{
	/*margin:0!important;*/
}

.col-md-12{
	box-sizing:border-box!important;
	/*padding:0!important;*/
}
.floatl {
    float: left;
}

.floatr {
    float: right;
}

.clear {
    clear: both;
}

/*.xdc_inline{display: inline-block;}*/
.m_phone {
    display: inline-block;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.relative {
    position: relative;
}

.swiper-container {
    padding: 0;
}

#banner .swiper-slide {
    height: 805px;
    border-radius: 0;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 250px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #cecece;
    margin: 0 5px;
    opacity: 0.8;
    /*border: 1px solid #fff;*/
    cursor: pointer;
}

.swiper-active-switch {
    background: #e0482a;
}

.swiper-slide {
    box-shadow: none;
}
.x_btn {
    width: 170px;
    line-height: 50px;
    text-align: center;
    background-color: #e04728;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.line {
    width: 50px;
    height: 2px;
    background-color: #e04728;
    margin: 0 auto 50px auto;
}
a {
    color: #2f3a3e;
    font-size: 14px;
}

h2 {
    font-size: 2.5rem;
    color: #2e3940;
    text-align: center;
    padding: 25px 0;
}

h3 {
    font-size: 16px;
    margin-bottom: 25px;
}


.scale {
    overflow: hidden;
    cursor: pointer;
    width: 100%
}

.scale:hover img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.scale:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.g-a-co-cg{
    background-color: #e60012;
}
.g-a-co-cg:hover{
    background-color: #a9000d;
    cursor: pointer;
    color: #fff;
}
.inner{
    /*border: 1px solid #ff0;*/
}