*{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none; 
    list-style-type: none;
}
html,body{
    width: 100%;
    height: auto;
}
header{
    width: 100%;
    height: 80px;
}
.head{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.head-left{
    width: 23%;
    height: 40px;
    margin: 20px 0;
}
.head-left img{
    width: auto;
    height: 100%;
}
.head-center{
    width: 55%;
    height: 40px;
    margin: 20px 0;
}
.head-center a{
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color .3s;
}
.head-center div{
    color: #58687a;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    cursor: pointer;
    line-height: 40px;
}
.head-center span{
    min-width: 64px;
    margin-right: 40px;
    color: #58687a;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    cursor: pointer;
}
.select{
    padding-bottom: 5px;
    border-bottom: 2px solid #007CB7;
    color: #172738!important;
    font-weight: 500!important;
}
.head-right{
    width: 22%;
    height: 40px;
    margin: 20px 0;
    line-height: 40px;
    color: #007CB7;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.head-right img{
    width: 20px;
    height: auto;
    margin-right: 10px;
}
section{
    width: 100%;
    height: auto;
}
.base{
    width: 100%;
    height: auto;
}
.base:last-child{
    padding-bottom: 50px;
}
.center{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.title{
    padding: 30px 0;
}
.title span{
    font-size: 24px;
    color: #000000;
}
.title p{
    font-size: 12px;
    color: #000000;
}
.content{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    padding-bottom: 60px;
}
.content .left{
    width: 50%;
    height: auto;
    text-align: right;
}
.content .left img{
    width: 400px;
    height: auto;
}
.content .right{
    width: 55%;
    text-align: left;
    background-image: url(../images/cpdybj.png);
    background-size: 106% 109%;
    background-repeat: no-repeat;
}
.content .rightG{
    width: 50%;
    height: auto;
    text-align: center;
}
.content .rightG img{
    width: 500px;
    height: auto;
}
.content .leftG{
    width: 55%;
    text-align: left;
    background-image: url(../images/cpbj.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.content .leftG p{
    line-height: 34px;
    text-align: justify;
    color: #333333;
    margin: 0 15%;
    margin-top: 70px;
    font-size: 18px;
    text-indent: 36px;
}
.right-title{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 0;
    margin-top: 60px;
    margin-left: 10%;
}
/* .right-title::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 18px;
    background: #007CB7;
    vertical-align: middle;
    margin-right: 10px;
} */
.right-word{
    /* text-indent:2em; */
    line-height: 25px;
    /* 换行时右对齐 */
    text-align: justify;
    color: #ffffff;
    margin: 0 10%;
    margin-top: 10px;
}
.right-word::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    -ms-border-radius: 50% 50%;
    -o-border-radius: 50% 50%;
}
.zdjk{
    width: 100%;
    height: auto;
}
.cpyst{
    width: 50%;
    height: 268px;
    float: left;
}
.cpyst img{
    width: 100%;
    height: 100%;
}
.cpysz{
    width: 50%;
    height: 268px;
    background-color: #E4F1F9;
    float: left;
}
.cpysz .cpysz_title{
    color: #0985B9;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding: 35px 35px 0;
}
.cpysz .cpysz_english{
    color: #A9C4CD;
    text-align: left;
    font-size: 16px;
    padding: 5px 35px 0px;
}
.cpysz .cpysz_word{
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    /* 换行时右对齐 */
    text-align: justify;
    letter-spacing: 1px;
    padding: 20px 35px;
}
.cpgnz{
    width: 50%;
    height: 350px;
    background-image: url(../images/macbook.png);
    background-size: 100% 100%;
}
 /*上下页按钮*/
 .cpgnz #leftBtn {
    /*样式隐藏*/
	display: none;
	position: absolute;
	left: 50px;
	height: 50px;
	top:calc(50%);
}
.cpgnz #rightBtn {
	display: none;
	position: absolute;
	height: 50px;
	right: 50px;
	top:calc(50%);
}
.cpgnz .points{
    position: absolute;
    bottom: 15px;
    left: calc(31%);
}
/* 按钮的样式 */
.cpgnz .points span{
	display:  block;
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 15px;
	border-radius: 25px;
	/* 设置圆角 */
}
.cpgnz .normal{
    background-color: #E7E6E6;
}
   /* 设置高亮样式 即被点击时 */
.cpgnz .shover{
	background-color: #44A6D5;
}
.cpgny{
    width: 50%;
    text-align: left;
    font-size: 18px;
}
.cpgny ul{
    width: 100%;
    height: 100%;
}
.cpgny li{
    width: 55%;
}
.cpgny .select{
    height: 20%;
    background-color: #44A6D5;
    color: #ffffff !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    margin-bottom: 3%;
}
.cpgny .unselect{
    background-color: #F5FAFD;
    height: 13%;
    color: #333333;
}
#word{
    font-size: 16px;
    padding-top: 5px;
}
footer{
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    font-size: 13px;
}