*{
    margin: 0;
    padding: 0
}
#header{
    width: 100%;
    height: 50px;
    background: #e6e6e6
}
.header{
    width: 100%;
    /* background: #0099CC	 */
}
.header-one{
    width: 100%;
    height: 12px;
    background: #0099CC	
}
.header-two{
    width: 1100px;
    height: 38px;
    margin: auto 
}
.left{
    float: left;
}
.left-ul{

}
.left-li{
    float: left;
    list-style: none;
    line-height: 35px;
    margin-right: 10px;
    font-size: 14px;
    color: #0099CC	;
}
.right{
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}
/* .right-ul{

}
.right-li{
    float: left;
    list-style: none;
    line-height: 35px;
    margin-left: 20px;
    font-size: 14px;
    color: #0099CC	;
} */


#header2{
    width: 100%;
    height: 80px;
    padding-top: 10px;
    margin-bottom: 40px
}
.header2{
    width: 1100px;
    height: 100%;
    margin: auto;
    border-bottom: 1px solid #e7e7e7
}
.header2-logo{
    width: 256px;
    float: left;
}
.header2-logo img{
    width: 500px;
}
.header2-ul{
    float: right;
    list-style: none;
    color: #777777;
}
.header2-li{
    color: #777777;
    float: left;
    line-height: 80px;
    margin-left: 50px;
}
.header2-li:hover a{
    color: #0099CC;
}
.header2-li a{
	text-decoration: none;
    color: #777777;
}
#footer{
    width: 100%;
    height: 100px;
    background: #0099CC;
    color: #ffffff;
	text-align: center;
}

.footer p{
    font-size: 15px;
	font-style: normal;
	margin-top: 10px;
}

#banner{
	
    width: 100%;
    height: 350px;
}
.banner{
	position: relative;
    width: 1100px;
    height: 100%;
    margin: auto
}
.banner img{
    width: 100%;
    height: 100%;
}

#con{
    width: 100%;
    height: 500px;
    
}
.con{
    width: 1100px;
    height: 100%;
    margin: auto;
}
.con-left{
    width: 600px;
    height: 100%;
    float: left;
}
.tou{
    width: 100%;
    height: 53px;
    line-height: 60px;
    border-bottom: 4px solid #0099CC	;
}
.tou-1{
    font-size: 23px;
}
.con-left-1{
    width: 70%;
    float: left;
}
.con-left-1 p{
    color: #494949;
    font-size: 15px;
    margin-top: 20px;
    color: #494949;
}
.con-left-1 li{
    color: #494949;
    font-size: 15px;
    margin-top: 20px;
    color: #494949;
	list-style-type:none;
}
.con-left-1:hover a{
    color: #0099CC;
}
.con-left-1 a{
	text-decoration: none;
    color: #494949;
}
.con-left-2{
    float: right;
    width: 30%;
    margin-top: 20px;
}
.con-left-2 p{
    color: #494949;
    font-size: 17px;
    float: right;
}

.con-right{
    width: 480px;
    height: 100%;
    float: right;
}
.con-right p{
    height: 50px;
    width: 81%;
    margin: 20px auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    color: #4b4b4b;
}
.con-right li{
    height: 50px;
    width: 81%;
    margin: 20px auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    color: #4b4b4b;
	list-style-type:none;
}
.con-right:hover a{
    color: #0099CC;
}
.con-right a{
	text-decoration: none;
    color: #4b4b4b;
}

#zt{
    width: 100%;
    height: 300px;
    background: #ffffff;
}

.zt{
    width: 1100px;
    height: 100%;
    margin: auto;
}

.zt-left{
    width: 600px;
    height: 100%;
    float: left;
}
.zt-left p{
    font-size: 23px;
    line-height: 70px;
}
.zt-right{
    width: 480px;
    height: 100%;
    float: right;
}
.zt-right p{
    font-size: 23px;
    line-height: 70px;
}
.zt-right ul{}
.zt-right li{
    display: flex;
    list-style: none;
    line-height: 36px;
    color: #4b4b4b;
}
.zt-left img{
    width: 105%;
}

.n-banner {
    width: 100%;
    height: 400px;
    background: url('../img/yydt-p.jpg') center;
}

.news {
    width: 1100px;
    height: auto;
    margin: auto;
    background: #ffffff;
    position: relative;
    top: -50px;
}

.news-title {
    width: 90%;
    height: 100px;
    line-height: 100px;
    margin: auto;
    font-size: 20px;
    color: #333;
    padding-bottom: 30px;
}

.n-r-bit {
    width: 90%;
    border-bottom: 2px solid #f3f0ed;
    padding-bottom: 8px;
    margin: auto;
}

.n-r-bit p {
    font-size: 24px;
    color: #263768;
}

.n-r-bit span {
    font-size: 14px;
    font-family: Arial;
    color: #cccccc;
    text-transform: uppercase;
}

.n-news {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 50px;
}

.n-news li {
    width: 100%;
    list-style: none;
    clear: both;
    line-height: 50px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    color: #333;
    cursor: pointer;
    transition: 0.3s;
}

.n-news li:hover {
    transform: translateX(-20px);
}

.n-n_01 {
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
}

.n-n_02 {
    width: 15%;
    text-align: center;
    display: inline-block;
    font-size: 19px;
}

.n-content {
    width: 90%;
    margin: auto;
}

.n-content h3 {
    width: 100%;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    color: #333333;
    padding-top: 40px;
}

.n-content span {
    display: block;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
}

.n-content p {
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-top: 0px;
    text-indent: 40px;
}

.n-content img {
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

.zj-con {
    width: 90%;
    margin: auto;
}
.zj-con ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.zj-con li {
    width: 23%;
    float: left;
    list-style: none;
    margin-right: 1%;
    margin-left: 1%;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 32.2%;
    transition: 0.3s;
}

.zj-con li:hover {
    transform: translateY(-20px);
}

.zj-con li img {
    width: 100%;
    border-radius: 10px;
    position: absolute;
    height: 100%;
}

.zj-con li .txt {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    line-height: 22px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    text-align: center;
}

.job-list {
    margin: 60px;
}


.job-list table tr:nth-child(odd) {
    background-color: #FFF;
}

.job-list table tr th {
    height: 46px;
    background-color: #0168b3;
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    border-bottom: 5px solid #fff;
    border-right: 10px solid #fff;
}

.job-list table tr td {
    height: 70px;
    padding: 0 10px 0 10px;
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    letter-spacing: 0px;
    color: #424242;
}

.team-ul {}
.team-li {}

.team-li-left {
    width: 40%;
}
.team-li-left img{
    width: 90%;
}
.team-li-right {}
.team-li-right a {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    background: #0099CC;
    color: #fff;
    text-align: center;
}


.gk {
    display: flex;
    justify-content: space-between;
}
.gk li {
    width: 60px;
    height: 60px;
    border: 1px solid #cccccc;
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.gk img {
    width: 40px;
}

.gk li a {
    display: flex;
    text-decoration: none;
    justify-content: center;
    flex-direction: column;
    font-size: 10px;
    color: black
    ;
}

.gk li a span {
    text-align: center;
}

.button {
    background-color: #00aaff;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}