* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'microsoft yahei';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

.head {
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav {
    display: flex;
    align-items: center;
}

.nav li {
    position: relative;
}

.nav li a {
    display: block;
    height: 70px;
    padding: 0 20px;
    color: #000;
    font-size: 17px;
    line-height: 70px;
}

.nav li a:hover {
    background-color: #1a73e8;
    color: white !important;
}

.drop {
    position: absolute;
    left: 0;
    top: 100%;
    width: 150%;
    border: 1px solid #ccc;
    display: none;
}

.drop a {
    width: 100%;
    height: 40px !important;
    line-height: 40px !important;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.nav li:hover .drop {
    display: block;
}

.bannner {
    width: 100%;
    margin-top: 70px !important;
}

.bannner img {
    width: 100%;
}

.con1out {
    width: 100%;
    padding: 50px 0;
    background-image: url(../images/bg.png);
    background-size: cover;
}

.con1 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con1left {
    width: 300px;
}

.con1left strong {
    color: #1a73e8;
    display: block;
    font-size: 30px;
    margin-bottom: 20px;
}

.con1left p {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.con1left a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1a73e8;
    color: white;
    font-size: 14px;
}

.con1right {
    width: 800px;
    display: flex;
    justify-content: space-between;
}

.con1rightitem {
    border: 1px solid #1a73e8;
    width: 31%;
    background-color: #fff;
}

.con1rightitem a img {
    width: 100%;
}

.g_div {
    padding: 15px;
}

.g_div p {
    font-size: 18px;
    margin-bottom: 20px;
}

.g_div span {
    color: #666;
    font-size: 14px;
}

.con2 {
    width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.con2left {
    width: 750px;
}

.newleftbanner {
    width: 100%;
}

.newleftbanner img {
    width: 100%;
}

.newleftbanner .swiper-slide {
    position: relative;
}

.newleftbanner .swiper-slide p {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0 10px;
    height: 40px;
    left: 0;
    bottom: 0;
    line-height: 40px;
}

.con2right {
    width: 400px;
}

.toptab {
    border-bottom: 1px solid #1a73e8;
}

.toptab span {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.sel {
    background-color: #1a73e8 !important;
    color: white !important;
}

.fy {
    padding: 15px 0;
    display: none;
}

.fy ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.fy ul li span {
    display: block;
    width: 100px;
    font-size: 14px;
}

.fy ul li a {
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
    color: #333;
}

.con3 {
    width: 1200px;
    margin: 50px auto;
}

.title strong {
    display: block;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    color: #bbbbbb;
}

.title p {
    text-align: center;
    font-size: 20px;
}

.con3 ul {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}

.con3 ul li {
    width: 23%;
    padding: 15px 0;
    /* border: 1px solid #1a73e8; */
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 5px 0px;
}

.con3 ul li strong {
    display: block;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    color: #1a73e8;
}

.con3 ul li img {
    width: 100%;
}

.con3 ul li p {
    font-size: 14px;
    padding: 10px;
    color: #333;
}

.con3 ul li .a {
    color: white;
    background-color: #1a73e8;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.con4 {
    width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.con4left {
    width: 400px;
}

.con4left .yyzx {
    width: 100%;
}

.con4left .yyzx img {
    width: 100%;
}

.con4left h3 {
    text-align: center;
    margin-bottom: 15px;
    color: #1a73e8;
}

.con4right {
    width: 750px;
}

.con4right1 {
    margin-bottom: 30px;
}

.con4right1 strong {
    color: #1a73e8;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.con4right1 ul {
    display: flex;
    justify-content: space-between;
}

.con4right1 ul li {
    width: 19%;
}

.con4right1 ul li img {
    width: 100%;
}

.con5 {
    width: 1200px;
    margin: 50px auto;
}

.con5 .wonder {
    width: 100%;
    margin-top: 30px !important;
}

.con5 .wonder img {
    width: 100%;
}

.wonder .swiper-slide {
    padding-bottom: 40px;
}

.footer {
    width: 100%;
    padding: 40px 0;
    margin-top: 50px;
    background-color: #1a73e8;
    border-bottom: 1px solid #fff;
}

.footitem {
    width: 31%;
}

.foot {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.foot p {
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

.foot3 img {
    display: block;
    margin: 0 auto;
}

.foot3 p {
    text-align: center;
    color: white;
    padding: 10px 0;
}

.link {
    width: 100%;
    padding: 15px 0;
    background-color: #1a73e8;
    color: white;
}

.linkcon {
    width: 1200px;
    margin: 0 auto;
}

.linkcon a {
    color: white;
}

.sep {
    width: 100%;
    height: 70px;
}

.insidecon {
    width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.insideconleft {
    width: 250px;
}

.insideconleft ul li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    height: 40px;
    padding-left: 20px;
    color: black;
    line-height: 40px;
}

.insideconleft ul li a:hover {
    background-color: #1a73e8 !important;
    color: white !important;
}

.insideconleft h1 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: white;
    background-color: #1a73e8;
    font-weight: normal;
    margin-bottom: 10px;
}

.slo {
    background-color: #1a73e8 !important;
    color: white !important;
}

.lidrop {
    display: none;
}

.lidrop a {
    display: block;
    padding-left: 35px;
    height: 40px;
    line-height: 40px;
    color: black;
    border-bottom: 1px solid #ccc;
}

.lidrop a:hover {
    background-color: #1a73e8 !important;
    color: white !important;
}

.insideconright {
    width: 900px;
    min-height: 300px;
    border: 1px solid #ccc;
    padding: 15px;
}

.weizhi {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.weizhi span {
    font-size: 14px;
    color: #333;
}

.weizhi a {
    font-size: 14px;
    color: #333;
}

.con {
    padding: 20px 0;
}