﻿*{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    box-sizing: border-box;
}


a{color:#333;text-decoration:none;cursor: pointer;}
a:hover{color:#197de8;text-decoration:none}
a:active{color:#323232;text-decoration:none}
a:visited {color:#323232;text-decoration:none}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle;max-width: 100%;}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
header{position: fixed;top: 0;width: 100%;z-index: 999;}
button, input:not([type="radio"]):not([type="checkbox"]), select {
    vertical-align: middle;
}
html{
    font-size:12px;
}
i{
    font-style: inherit;
}
.clearfix,.content_gy{
    
    zoom: 1;
}


.clearfix:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

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












html, body {
    position: relative;
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}






.title_gy{
    text-align: center;
    padding-bottom: 40px;
}
.title_gy .title1{
    font-size: 24px;
    color: #383636;
    line-height: 45px;
}
.title_gy .title2{
    font-size: 26px;
    line-height: 40px;
    color: #454749;
}


.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;

    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.dialog{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 99;
}
.dialog.active{
    display: flex;
}
.dialog .content{
    background: #fff;
    padding: 20px;
}
.dialog .content .pic {
    width: 100%;
}
.dialog .content .pic img{
    width: 100%;
    height: 100%;
}
.dialog .content .btn{
    text-align: center;
}
.dialog .content .btn span{
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #EA691E;
    cursor: pointer;
    border-radius: 20px;
    margin-top: 20px;
}


.index{
    
}