﻿*{    padding: 0;    margin: 0;}.content{    box-sizing: border-box;    /* padding-top: 160px; */}.content .aBg{    position: relative;    width: 100%;    /* height: 420px; */    min-width: 1400px;    /* background: url(../images/yang/gbg.png) no-repeat; */    /* background-size: 100% 100%; */}.content .aBg img{    width: 100%;    height: 100%;}.content .aBg .tips{    position: absolute;    top: 50%;    margin-top: -75px;    height: 150px;    width: 100%;    text-align: center;}.content .aBg .txt0{    font-size: 60px;    color: #fff;    margin-bottom: 25px;}.content .aBg .txt1{    font-size: 24px;    color: #fff;}.sw_navBox{    display: flex;    justify-content: space-between;    width: 1200px;    margin: 30px auto;}.sw_navBox .leftNav{    width: 160px;    height: 390px;    box-shadow: 0 0 7px rgba(0, 0, 0, .1);}.sw_navBox .leftNav .item{    width: 99%;    height: 65px;    text-align: center;    line-height: 65px;    font-size: 16px;    color: #333;    cursor: pointer;}.sw_navBox .leftNav .item.active{    background-color: #f1f1f1;    border-right: 2px solid #0077c0;}.sw_navBox .rightCont{    width: 1010px;}.sw_navBox .rightCont .sameClass .title{    display: flex;    align-items: center;    margin: 20px 0;}.sw_navBox .rightCont .sameClass .title .blue{    display: block;    width: 7px;    height: 25px;    background-color: #0077c0;}.sw_navBox .rightCont .sameClass .title .t1{    display: block;    color: #333;    font-size: 20px;    font-weight: bold;    margin-left: 10px;}.sw_navBox .rightCont .sameClass .nr{    color: #333;    font-size: 14px;    line-height: 26px;    box-sizing: border-box;    padding-left: 20px;}.cont2 .box1{    position: relative;    display: flex;    justify-content: space-between;    height: 500px;    margin-bottom: 20px;}.cont2 .box1 .bLeft{    position: absolute;    width:300px;    background-color: #0077c0;    height: 100%;    box-sizing: border-box;    padding:80px 10px 0;    text-align: center;}.cont2 .box1 .bLeft .titles{    width: 100%;    margin: 0 auto;    text-align: center;    color: #fff;    font-size: 20px;    box-sizing: border-box;    padding-bottom: 20px;    font-weight: bold;}.cont2 .box1 .bLeft .conts{    color: #fff;    font-size: 14px;    /* font-weight: bold; */    line-height: 29px;    text-align: left;    box-sizing: border-box;    padding: 0 5px;    font-family: '微软雅黑';}.cont2 .box1 .bRight{    position: absolute;    width: 710px;    height: 100%;    background-color:#eee;}.cont2 .box1:nth-child(even) .bRight{    left: 0!important;}.cont2 .box1:nth-child(even) .bLeft{    right: 0!important;}.cont2 .box1:nth-child(odd) .bRight{    right: 0!important;}.cont2 .box1:nth-child(odd) .bLeft{    left: 0!important;}.cont2 .box1 .bRight img{    width: 100%;    height: 100%;}.sj{    position: absolute;    width: 0;    height: 0;    border-top: 20px solid transparent;    border-left:40px solid #0077c0;    border-bottom: 20px solid transparent;}.cont2 .box1:nth-child(odd) .sj{    left: 300px;    top: 230px;}.cont2 .box1:nth-child(even) .sj{    right: 300px;    top: 230px;    transform: rotate(180deg);}.cont3 .mission{    display: flex;    justify-content: space-between;    margin-left: 18px;}.cont3 .mission .mBox{    width: 48%;    margin-top: 20px;}.cont3 .mission .mBox .tips{    color: #414141;    font-size: 16px;    border-bottom: 1px solid #0077c0;    margin-bottom: 30px;}.cont3 .mission .mBox .txtBox{    width: 100%;    min-height: 170px;    background-color: #0077c0;    color: #fff;    font-size: 14px;    box-sizing: border-box;    padding: 15px 20px;    margin-top: 20px;    line-height: 26px;}.cont4 .newsBox{    display: flex;    justify-content: space-between;}.cont4 .newsBox .introd{    width: 700px;    text-align:left;    text-indent: 2em;    font-size: 14px;    color: #333333;    line-height: 28px;}.cont4 .newsBox .a1{    width: 290px;    height: 195px;    margin-top:8px;}.cont5 .imgList{    display: flex;    justify-content: space-between;    flex-wrap: wrap;    box-sizing: border-box;    padding: 30px 0;    /* box-shadow: 0 0 5px #eee; */}.cont5 .imgList img{    display:block;
	width:100%}.sign{    font-size: 14px;    color: #333333;    font-weight: bold;    margin-top: 10px;}.cont6{    display: flex;    flex-wrap: wrap;}.cont6 .media{    position: relative;    width: 24.8%;    height: 208px;    border-top: 1px solid rgba(242, 242, 242, 1);    border-right: 1px solid rgba(242, 242, 242, 1);	/* transition:0.3s linear; */    cursor: pointer;}.cont6 .media:hover .hoverBox{    display: block;}.cont6 .media:nth-child(4n){    border-right: none;}.cont6 .media:nth-child(1){    border-top: none;}.cont6 .media:nth-child(2){    border-top: none;}.cont6 .media:nth-child(3){    border-top: none;}.cont6 .media:nth-child(4){    border-top: none;}.cont6 .mImg{    display: block;    width: 70px;    height: 70px;    margin: 30px auto 0;     border: 1px solid #eee;}.cont6 .big{    display: block;    color: #999;    font-size: 20px;    text-align: center;    margin-top:20px;}.cont6 .small{    display: block;    color: #999;    font-size: 14px;    text-align: center;    margin-top: 10px;    /* font-family:'微软雅黑', sans-serif;font-weight:400; */}.cont6 .media .hoverBox{    display: none;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 208px;    background-color: #0077c0;    box-sizing: border-box;    padding: 35px 20px;    /* transition: all 0.4s; */    transition: all 1s linear;}.cont6 .media .hoverBox .m1{    display: block;    color: #fff;    font-size: 20px;    text-align: center;}.cont6 .media .hoverBox .m2{    display: block;    margin-top: 8px;    color: #fff;    font-size: 14px;    text-align: center;}.cont6 .media .hoverBox .sm{    box-sizing: border-box;    color: #fff;    font-size: 14px;    margin-top: 30px;    text-align: center;    line-height: 24px;}/* 手机端 */.mobileCont{    display: none;}.mobileCont .aBg{    position: relative;    width: 100%;    /* height: 150px; */}.mobileCont .aBg img{    width: 100%;    height: 100%;}.mobileCont .aBg .tips{    position: absolute;    top: 50%;    margin-top: -30px;    height: 70px;    width: 100%;    text-align: center;}.mobileCont .aBg .txt0{    font-size: 24px;    color: #fff;    margin-bottom: 10px;}.mobileCont .aBg .txt1{    font-size: 12px;    color: #fff;    letter-spacing: 1px;}.mobileCont .m_cont .m_se{    display: flex;    flex-wrap: wrap;    justify-content: center;    box-sizing: border-box;    padding: 10px 15px 0;}.mobileCont .m_cont .m_se .m_item{    width: 70px;    text-align: center;    color: #333333;    font-size: 14px;    margin-right: 15px;    margin-bottom: 10px;}/* .mobileCont .m_cont .m_se .m_item:nth-child(4){    margin-right: 0;} */.mobileCont .m_cont .m_se .m_item:nth-child(5){    margin-bottom: 0;}.mobileCont .m_cont .m_se .m_item:nth-child(6){    margin-bottom: 0;}.mobileCont .m_cont .m_se .m_item a{    color: #333;}.mobileCont .m_cont .m_se .m_item a.active{    border-bottom: 1px solid #0077c0;    color: #0077c0;}a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}.mobileCont {    box-sizing: border-box;}.mobileCont .m_box.box1{    padding-top: 20px;}.mobileCont .m_box{    box-sizing: border-box;    padding:15px 15px 5px;    /* padding-top:260px; */    /* margin-top:-250px; */}.mobileCont .m_box .title{    display: flex;    align-items: center;    color: #333333;    font-size: 14px;    font-weight: bold;    /* border-left: 4px solid #0077c0; */}.mobileCont .m_box .title span{    display: block;    width: 4px;    height: 15px;    background-color: #0077c0;    margin-right: 5px;}.mobileCont .m_box  p{    color: #333333;    font-size: 12px;    line-height: 24px;    margin-top: 10px;}.mobileCont .theme{    margin-bottom: 20px;}.mobileCont .theme:last-child{    margin-bottom: 5px;}.mobileCont .theme .th{    box-sizing: border-box;    padding: 10px 0;}.mobileCont .theme img{    display: block;    margin: 0 auto;    width: 22px;    height: 22px;}.mobileCont .theme span{    display: block;    margin-top: 5px;    text-align: center;    font-size: 14px;    font-weight: bold;    color: #333333;}.mobileCont .theme p{    color: #666666;    font-size: 12px;    text-align: center;    margin-top: 0;}.anmao{    height:0;    position:relative;    top:-130px;}.mobileCont .box3 .title{    margin-bottom: 10px;}.mobileCont .box3 .m_mission{    box-sizing: border-box;    padding: 0 10px;    margin-bottom: 15px;}.mobileCont .box3 .m_mission:last-child{    margin-bottom: 10px;}.mobileCont .box3 .m_mission .m_tit{    color: #414141;    font-size: 14px;    border-bottom: 1px solid #0077c0;}.mobileCont .box3 .m_mission .m_con{    display: flex;    align-items: center;    width: 100%;    min-height: 80px;    margin-top:10px;    color: #ffffff;    font-size: 12px;    box-sizing: border-box;    padding: 10px 15px;    background-color: #0077c0;    line-height: 22px;}.mobileCont .m_tips{    color: #333333;    font-size: 12px;    font-weight: bold;    box-sizing: border-box;    padding: 10px 0;}.mobileCont .m_con {    margin-bottom: 10px;}.mobileCont .m_con img{    width: 100%;}.mobileCont .m_imgList{    display: flex;    justify-content: space-between;    flex-wrap: wrap;     margin: 10px 0 0;}.mobileCont .m_imgList img{    width: 33%;    /* height: 40px; */    margin-bottom: 5px;}.box6 .cont6 {    margin: 20px 0;}.box6 .cont6 .media{    width: 49.6%;    height: 180px;    border-top:1px solid #eee}.box6 .cont6 .media:nth-child(1){    border-top: none;}.box6 .cont6 .media:nth-child(2){    border-top: none;}.box6 .cont6 .media:nth-child(2n){    border-right: none;}.box6 .cont6 .media img{    width: 50px;    height: 50px;}.box6 .cont6 .media .big{    font-size: 14px;}.box6 .cont6 .media .small{    font-size: 12px;}@media screen and (max-width: 750px) {    .content{        display: none;    }    .mobileCont{        display: block;    }}