* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	color: #333;
	font-size: 15px;
	font-family: "微软雅黑";
}

ul,
li {
	list-style: none;
	font-family: "微软雅黑";
}

.m-aside-right-top {
	width: 1150px;
	margin: 0 auto;
	height: 35px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
    margin-top: 5px;
	
}

.m-aside-right-top div {
	/* width: 288px; */
	height: 30px;
	line-height: 30px;
	margin: auto;
	position: absolute;
	left: 10px;
	top: 0;
	display: inline-block;
	color: #333;
	display: flex;
}


/*logo头部*/

.headTitle {
	/* background-image: url(../images/topBbm1.png); */
	background-color: #2277bb;
	background-repeat: no-repeat;
	background-position: -200px 0;
	height: 75px;
	width: 100%;
}

.headCont {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
}

.headCont .leftLogo {
	flex: 1;
}

.headCont .leftLogo img {
	width: 516px;
	height: 50px;
	margin: 12px 0;
}

.rightLanguage {
	display: flex;
	margin-top: 24px;
}

.rightLanguage p.sign {
	width: 98px;
	height: 27px;
	background: #2B9BDF;
	border: 1px solid #46B9FF;
	border-radius: 6px 6px 6px 6px;
}

.rightLanguage p.sign img {
	width: 16px;
	height: 14px;
	margin: 7px 0 6px 9px;
}

.rightLanguage p.sign span a {
	display: block;
	float: right;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 27px;
	margin-right: 24px;
}

.rightLanguage p.language {
	margin-left: 20px;
}

.rightLanguage p.language span {
	margin-right: 5px;
	color: #fff;
}

.rightLanguage p.language a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 29px;
}


/*导航条*/

.navList {
	background: url(../images/navBgm.png) no-repeat;
	height: 70px;
	width: 100%;
	position: relative;
}

.navListCont {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	/*position: absolute;
	left: 10%;*/
}

.firstPage {
	background: url(../images/navBg.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 15px;
	text-align: center;
	line-height: 53.5px;
	width: 84px;
	height: 53px;
	color: #1D6B9F;
	font-size: 16px;
	/*font-weight: bold;*/
	cursor: pointer;
}

.listItem {
	flex: 1;
	display: flex;
	margin-left: 35px;
}

.listItem>li {
	/*flex: 1;*/
	    margin-top: 9px;
    height: 60px;
    margin-right: 36px;
    z-index: 999999999;
}

.listItem>li>a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 60px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1D6B9F;
	text-align: center;
}

.listItem>li:hover {
	background: url(../images/navBg.png) no-repeat;
	/*height: 53.5px;*/
	background-size: 100% 100%;
}

.listItem>li:hover a {
	color: #1D6B9F;
}

ul.secNav {
	display: none;
}

.current {
	display: block;
}


/*.listItem>li:hover ul.secNav {
	display: block;
}*/

.listItem ul.secNav {
	width: 131px;
	/*margin-top: 5px;*/
	display: none;
	border: 1px solid #88BCDE;
}

.listItem ul.secNav>li {
	background: #a3d1ef;
	height: 40px;
	text-align: left;
	padding-left: 14px;
	line-height: 40px;
	border-bottom: 1px solid #88BCDE;
}

.listItem ul.secNav>li:last-child {
	border: none;
}

.listItem ul.secNav>li a {
	font-size: 14px;
	color: #333;
	display: inline-block;
	width: 100%;
}

.listItem ul.secNav>li:hover {
	background-image: linear-gradient(0deg, 
		#8dc6eb 0%, 
		#ffffff 100%), 
	linear-gradient(
		#c1e1ff, 
		#c1e1ff);
}

.search {
	width: 273px;
	height: 31px;
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	display: flex;
	margin-top: 20px;
}

.search p.input {
	flex: 1;
	height: 31px;
}

.search p.input input {
	border: none;
	height: 30px;
	line-height: 30px;
	margin-left: 2px;
	width: 95%;
	outline: none;
}

.search p.line {
	width: 1px;
	height: 12px;
	background: #2C95DA;
	border: 1px solid #2881CE;
	margin-top: 10px;
}

.search p.searchIcon img {
	width: 14px;
	height: 17px;
	margin-left: 10px;
	margin-top: 9px;
	margin-right: 8px;
}

/*遮罩层*/
body{
	position: relative;
}
.Model_all{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 9999999;
	background: rgba(0,0,0,0.5);
	display: none;
}
/*弹出层*/
.open_modal{
	width: 1200px;
	height: 430px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 60px;
	transform: translateX(-50%);
	background: url(../images/danchuBanner.png) no-repeat;
	background-size: 100% 100%;
	z-index: 99999999999;
	display: none;
}
.flaseIcon{
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
}
.model_title{
	margin-left: 438px;
	margin-top: 33px;
		font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #00477a;
}
.model_list{
	margin-left: 150px;
	margin-right:149px ;
}
.model_list{
	display: flex;
	margin-top: 30px;
}
p.m_big_title{
	display: flex;
	align-items: center;
}
p.m_big_title span{
	display: block;
}
.m_dian{
	width: 7px;
	height: 7px;
	background-color: #009bff ;
	border-radius: 50%;
	margin-right: 6px;
}
.m_tip{
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #000000;
}
.m_listAll{
	margin-top:27px;
	display: flex;
}
.m_listAll li{
	display: flex;
	align-items: center;
}
.m_listAll li:hover span{
	color: #009bff;
	cursor: pointer;
}
.m_listAll li span{
	display: block;
}
.m_sDian{
	width: 6px;
	height: 6px;
	background-color: #009bff;
	margin-right: 6px;
}
.m_item{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #000000;
}
.m_line{
	width: 0px;
	height: 199px;
	background-color: #ffffff;
	border: solid 1px #dcdcdc;
	margin-top: 8px;
	margin-left: 50px;
	margin-right: 50px;
}
/*内容区*/
.cont_wraps {
	background: -webkit-gradient(linear,0 0,0 20%,from(#9cbbd8),to(#f9f7f4));
	background-repeat: no-repeat;
	padding-top: 18px;
	
}
.contanerAll {
	width: 1200px;
	margin: 0 auto;
	padding-top: 11px;
	padding-bottom: 50px;
	
}


/*轮播图和tab切换*/

.banner {
	width: 570px;
	/*height: 312px;*/
	overflow: hidden;
}

.swiper-container {
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 10px;
    overflow: hidden;
}

.swiper-slide>div {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-slide>div img {
	width: 100%;
	height: 312px;
	border-radius: 10px;
	
}
/*尾页选择*/
.choosePage{
	
	height: 76px;

	border-top:  solid 1px #97bbd3;
	background: #eaeff4;
}
.pages{
	margin-right: 170px;
	margin-left: 170px;
	display: flex;
		justify-content: center;
}
.choosePage .pageNum{
	flex: 1;
	margin: 27px 12px 0;
}
.choosePage .pageNum ul{
	display: flex;
}
.shouYe{
	margin-top: 32px;
	display: flex;
}
.shouYe p{
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #272727;
}
.shouYe p.lineBlack{
	width: 2px;
    height: 14px;
    background: #333;
    margin: 0 5px;
    margin-top: 3px;
}
.pageNum ul li{
	/*flex: 1;*/
		width: 31px;
	height: 26px;
	background-color: #ffffff;
	border: solid 1px #949494;
	text-align: center;
	line-height: 28px;
	margin-right: 8px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	cursor: pointer;
}
.pageNum ul li:last-child{
	margin-right: 0;
}
.pageNum ul li.dian{
	border: none;
	background: none;
}
.hoverNone li:hover p span.words{
	color:#399bda;
}
.hoverNone li:hover p span.squeryDian{
	background: #D0D0D0;
}

.btmtxt {
	width: 100%;
	height: 48px;
	position: absolute;
	left: 0;
	bottom: 0;
	/* background: rgba(0, 0, 0, 0.68); */
	display: flex;
	align-items: center;
}

.btmtxt_p {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
	margin-left: 28px;
	width: 288px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	/* display: flex;
            align-items: center;
            justify-content: end; */
	width: auto;
	right: 22px;
	left: unset;
}

.swiper-pagination-bullet {
	background: #5d5d5d;
	width: 10px;
	height: 10px;
	opacity: unset;
}

.swiper-pagination-bullet-active {
	background: #c3e2f8;
}


/* 多个轮播图 */

.column {
	width: 1061px;
	overflow: hidden;
	margin: 50px auto;
}

.swiper-container1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.column_box {
	text-align: center;
	font-size: 0;
}

.column .column_box img {
	width: 158px;
	height: 158px;
}

.column_p {
	margin-top: 28px;
}

.column_p1 {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: 540;
	line-height: 1;
	letter-spacing: 0px;
	color: #000000;
}

.column_p2 {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #7d7d7d;
	line-height: 1;
	margin-top: 6px;
}

.swiper-button-next1,
.swiper-button-prev1 {
	display: inline-block
}

.swiper-button-next1 img,
.swiper-button-prev1 img {
	width: 25px;
	height: 50px;
}

.swiper-button-next1 {
	position: absolute;
	left: 0;
	top: 54px;
	z-index: 9999;
}

.swiper-button-prev1 {
	position: absolute;
	top: 54px;
	right: 0;
	z-index: 9999;
}

.cont_fir {
	display: flex;
}

.leftBanner {
	width: 569px;
}

.rightTab {
	width: 610px;
	margin-left: 20px;
}


/*tab切换*/

.main {
	width: 100%;
	/* background-color: green; */
}

.btn {
	width: 100%;
	display: flex;
	justify-content: space-around;
	position: relative;
	height: 42px;
}

.spanList {
	font-family: "微软雅黑";
	font-size: 0.30rem;
	color: #3f3f3f;
	text-align: center;
	line-height: 1.2rem;
	display: inline-block;
	position: relative;
	letter-spacing: 0.005rem;
	font-weight: 400;
	background: url(../images/namebgm2.png) no-repeat;
	width: 145px;
	height: 42px;
	background-size: 100% 100%;
	line-height: 46px;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	top: 0;
}
.spanList:hover{
	font-size: 17px;
}
.spanLists {
	background: url(../images/nameBg.png) no-repeat;
	background-size: 100% 100%;
	width: 199px;
	height: 42px;
	line-height: 47px;
	text-align: center;
	font-weight: bold;
	color: #2E86C1;
	font-size: 18px;
	margin-left: 15px;
}
.active:hover{
	font-size: 16px;
}
.active {
	font-family: PingFang-SC-Bold;
	font-size: 0.48rem;
	font-weight: 600;
	color: #3f3f3f;
	text-align: center;
	line-height: 1.2rem;
	letter-spacing: 0.005rem;
	display: block;
	width: 170px;
	height: 42px;
	background: url(../images/nameBg.png) no-repeat;
	background-size: 100% 100%;
	font-size: 16px;
	font-weight: bold;
	color: #2E86C1;
	line-height: 47px;
}

.active::after {
	position: absolute;
	left: 0.48rem;
	top: 1rem;
	content: "";
	width: 0.8rem;
	height: 0.08rem;
}

.context {
	width: 610px;
	height: 310px;
	border: solid 1px #d0d0d0;
	background-color: #fff;
	    border-radius: 10px;
}

.con {
	display: none;
	margin-top: 0.8rem;
}

.con ul {
	margin-top:20px ;
}

.con ul li p.itemCont {
	width: 450px;
	overflow: hidden;
	white-space: nowrap;
	text-emphasis: inherit;
	line-height: 30px;
	font-size: 14px;
	display: flex;
	cursor: pointer;
}

.con ul li p.itemCont a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 430px;
}
.con ul li p span.dian {
	display: block;
	margin-top: 13px;
	margin-right: 5px;
	width: 3px;
	height: 3px;
	background: #333;
}

.con ul li {
	display: flex;
	margin: 10px 10px 10px 29px;
	display: flex;
	height: 25px;
	line-height: 25px;
}


.con ul li p.time {
	line-height: 30px;
	font-size: 14px;
	color: #9B9B9B;
}
.con ul li:hover p {
	color: #2E86C1;
}

.cont_sec {
	margin-top: 15px;
}

.cont_sec ul {
	display: flex;
}

.cont_sec ul li {
	width: 292px;
	height: 88px;
	margin-right: 16px;
	display: flex;
	cursor: pointer;
	/* position: relative; */
}
.cont_sec ul li:hover{
	background: url(../images/middleFirst.png) no-repeat;
	background-size: 110% 110% !important;
	background-position: center;
      transition:all 0.5s ;
      z-index: 9999;
}
.cont_sec ul li p.mengBan{
	opacity: 0.4;
}
.cont_sec ul li:hover p.mengBan{
	display: none;
}
.cont_sec ul li p.imgIcon {
	margin: 36px 0 29px;
}

.cont_sec ul li p.imgIcon img {
	width: 19px;
	height: 19px;
}

.cont_sec ul li p.names {
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-left: -15px;
	font-weight: bold;
	margin-top: 15px;
}

.cont_sec ul li:last-child {
	margin-right: 0;
}

.cont_sec ul li.item1 {
	background: url(../images/middleFirst.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.cont_sec ul li.item2 {
	background: url(../images/middleSec.png) no-repeat;
	background-size: 100% 100%;
	
}
.cont_sec ul li.item2 p:nth-child(2),.cont_sec ul li.item3 p:nth-child(2),.cont_sec ul li.item1 p:nth-child(2){
	line-height: 60px;
	margin-left: 15px;
}


.cont_sec ul li.item3 {
	background: url(../images/middleThird.png) no-repeat;
	background-size: 100% 100%;
}

.cont_sec ul li.item4 {
	background: url(../images/middleFour.png) no-repeat;
	background-size: 100% 100%;
}


/*第三部分*/

.cont_third {
	display: flex;
	margin-top: 20px;
}

.leftTel,
.rigthPingt {
	width: 600px;
}

.leftTel .contList {
	height: 520px;
	background: url(../images/bgm1.png) no-repeat;
	background-size: 100% 100%;
}

.rigthPingt .contList {
	height: 520px;
	margin-left: 20px;
	background: url(../images/bgm2.png) no-repeat;
	background-size: 100% 100%;
}

.titleIcon {
	background: url(../images/bmg4.png) no-repeat;
	background-size: 100% 100%;
	width: 199px;
	height: 51px;
	display: flex;
	margin-left: 20px;
}

.titleIcon span {
	line-height: 51px;
	font-weight: bold;
	color: #2E86C1;
	font-size: 18px;
	text-align: center;
	display: block;
	margin-left: 15px;
}

.titleIcon img {
	height: 23px;
	max-width: 26px;
	margin-left: 25px;
	margin-top: 15px;
}

.leftTel .contList {

	border-right: 1px solid #d0d0d0;
    border-radius: 10px;
}

.leftTel .contList>div {
	/* width: 210px; */
	margin-left: 61px;
	/*margin-top: 20px;*/
}

.leftTel .contList ul {
	border-bottom: 1px solid #D2D2D2;
	margin-bottom: 30px;
}

.leftTel .contList ul:last-child {
	border: none;
}

.leftTel .contList ul li {
	/*display: flex;*/
	margin-top: 30px;
}

.leftTel .contList ul li p.tips {
	font-size: 12px;
	color: #399BDA;
	font-weight: bold;
	display: flex;
}

.leftTel .contList ul li p.tips span {
	display: block;
	width: 3px;
	height: 3px;
	background: #E4E4E4;
	border-radius: 50%;
	    margin-top: 10px;

	margin-right: 5px;
}

.leftTel .contList ul li:last-child {
	padding-bottom: 30px;
}

.leftTel .contList ul li p.tipCont:first-child {
	margin-top: 30px;
}

.leftTel .contList ul li p.tipCont {
	margin-top: 3px;
	text-decoration: none;
	font-size: 12px;
	margin-left: 8px;
}

.leftTel .rightList {
	margin-left: 20px;
}
.listLine{
	border: 1px dotted #ddd;
	margin: 25px 0;
}
.rigthPingt .contList {
	display: flex;
	border-top: 1px solid #d0d0d0;
    border-radius: 10px;
}

.rigthPingt .contList>div {
	margin-top: 46px;
	/*width: 200px;*/
}

.rigthPingt .contList .leftList {
	margin-left: 30px;
}

.rigthPingt .contList .titleName img {
	width: 7px;
	height: 7px;
}

 .contList .titleName span {
	font-size: 16px;
	font-weight: bold;
	color: #399BDA;
	/*padding-left: 15px;*/
}
.rigthPingt .contList ul {
	padding-left: 15px;
	width: 485px;
	margin-top: 20px;
}
#wb1 li:hover a{
	color: #399bda;
}
.rigthPingt .contList ul li {
	display: flex;
	height: 47px;
	/*justify-content: center;*/
	align-content: center;
	border-bottom: 1px dotted #e4e1e1;
	font-family: "微软雅黑";
    line-height: 23px;
    font-size: 12px;
    align-items: center;
}
.rigthPingt .titleName{
	padding-left: 15px;
}
.rigthPingt .contList ul li:hover{
	cursor: pointer;
	color: #399bda;
} 
.rigthPingt .contList ul li p.imgIcon img {
	width: 16px;
	height: 16px;
	margin-top: 3px;
}

.rigthPingt .contList ul li p.word {
	margin-left: 10px;
}

.middleLine {
	width: 0px;
	height: 302px;
	background: #ECF3F9;
	border: 1px solid #D2D2D2;
	margin-top: 82px;
	    margin-left: 27px;
    margin-right: 27px;
	opacity: 0.7;
}

.leftList,
.rightList {
	/*width: 200px;*/
}


/*第四部分*/

.cont_four {
	background: url(../images/bgg04.png) no-repeat;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	background-size: 100% 100%;
}

.jieShao {
	display: flex;
	margin-top: 71px;
}

.leftComImg img {
	width: 419px;
	height: 410px;
	margin-left: 60px;
}

.rightJianJ {
	margin-left: 55px;
}

.rightJianJ .comName {
	display: flex;
	align-content: center;
}

.comName .boldName {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #626262;
}

.comName .line {
	width: 390px;
	height: 5px;
	background: #ECF3F9;
	margin: 8px 10px;
}

.comName .Eng {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C4C4C4;
}

.contNeiR {
	margin-top: 38px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #626262;
	margin-right: 70px;
	line-height: 30px;
}


.more {
	width: 67px;
	height: 24px;
	margin-top: 30px;
	
}

.more img {
	width: 100%;
	height: 100%;
}

.imgList {
	margin-top: 42px;
}

.imgList ul {
	display: flex;
}

.imgList ul li {
	margin-right: 22px;
	width: 185px;
	height: 156px;
	position: relative;
}

.imgList ul li:last-child {
	margin-right: 0;
}

.imgList ul li.img1 {
	background: url(../images/jieshao1.png) no-repeat;
	background-size: 100% 100%;
}
.imgList ul li.img1:hover{
	background: url(../images/qingchu1.png) no-repeat;
	background-size:100% 100% ;
}
.imgList ul li.img2 {
	background: url(../images/jieshao2.png) no-repeat;
	background-size: 100% 100%;
}
.imgList ul li.img2:hover{
	background: url(../images/qingchu2.png) no-repeat;
	background-size:100% 100% ;
}
.imgList ul li.img3 {
	background: url(../images/jieshao3.png) no-repeat;
	background-size: 100% 100%;
}
.imgList ul li.img3:hover{
	background: url(../images/qingchu3.png) no-repeat;
	background-size:100% 100% ;
}
.imgList ul li p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: absolute;
	bottom: 11px;
	left: 57px;
}

.team {
	width: 1084px;
	margin: 60px auto 0;
	background: url(../images/navBgm.png) no-repeat;
	height: 56px;
	background-size: 100% 100%;
	display: flex;
	align-content: center;
}

.team .leftName {
	display: flex;
	align-content: center;
	flex: 1;
}

.team .leftName img {
	width: 18px;
	height: 18px;
	margin: 20px 0 22px 22px;
}

.team .leftName span {
	line-height: 56px;
}

.team .leftName span.word {
	margin-left: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #3873A0;
}

.team .leftName span.eng {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #338CC7;
	margin-left: 4px;
}

.team .rightMore {
	line-height: 56px;
	margin-right: 34px;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 400;
	color: #3873A0;
}


/*人物轮播图*/

.peopleList {
	width: 1084px;
	margin: 30px auto 40px;
	display: flex;
}

.peopleList>div>img {
	width: 25px;
	height: 50px;
	margin-top: 60px;
}

.peopleList ul {
	display: flex;
	margin: 0 30px;
	flex: 1;
}

.peopleList ul li {
	flex: 1;
}

.peopleList ul li p.img {
	width: 158px;
	height: 158px;
	margin-left: 42px;
}

.peopleList ul p.img img {
	width: 100%;
	height: 100%;
}

.peopleList ul li p.words {
	margin-top: 28px;
}

.peopleList ul li p span {
	display: block;
	text-align: center;
}

.peopleList ul li p span.name {
	font-size: 18px;
	color: #000;
}

.peopleList ul li p span.zhiwei {
	font-size: 14px;
	color: #999;
}


/*第五部分*/

.tabListT {
	width: 100%;
	display: flex;
	/*background: url(../images/bgm4.png) no-repeat;*/
	background: url(../images/bgg04.png) no-repeat;
	height: 530px;
	background-size: 100% 100%;
}

.rightTabs {
	width: 800px;
}

.tabListT .leftWord {
	/*margin-left: 272px;*/
	margin-left: 37px;
	margin-top: 38px;
	width: 432px;
	height: 463px;
	background: #CCAC57;
	position: relative;
	background: url(../images/bannerLeft.png) no-repeat;
	background-size: 100% 100%;
}
.downLoads{
	/*float: right;*/
	margin-left: 274px;
	width: 158px;
	height: 45px;
	background-color: #ccac57;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*.tabListT .leftWord::after {
	content: '';
	width: 22px;
	height: 58px;
	background: #B5DAFF;
	position: absolute;
	right: -22px;
	top: 0;
}*/

.tabListT .leftWord img {
	width: 25px;
	/*margin-top: 26px;*/
	margin-left: 20px;
}

.tabListT .leftWord span {
	line-height: 58px;
	margin-left: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.btnSec {
	display: flex;
	margin-top: 50px;
	margin-left: 32px;
	margin-right: 53px;
}

.btnSec p {
	flex: 1;
	text-align: center;
	height: 40px;
	cursor: pointer;
	font-size: 18px;
	/*display: block;*/
}
.btnSec p:hover{
	font-size: 18px;
	color: #2290d1;
}
.btnSec p span {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.btnSec .activeSec:hover{
	font-size: 18px;
	color: #2290d1;
}
.btnSec .activeSec {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	/*color: #FFFFFF;*/
	color: #2290d1;
	background: url(../images/downIcon.png) no-repeat;
	background-position-y: 28px;
	background-position-x: 43px;
}

.btnSec p img {
	margin-top: 10px;
}

.contextSec {
	margin-top: 36px;
    margin-left: 67px;
    margin-right: 53px;
}
.conSec,
.conSec1{
display: none;
}
.conSec ul li,
.conSec1 ul li  {
	margin-bottom: 15px;
	display: flex;
	height: 25px;
	line-height: 25px;
}
.conSec ul li:hover,
.conSec1 ul li:hover{
	color: #399bda;
	cursor: pointer;
} 
.conSec ul li p,
.conSec1 ul li p {
	font-size: 14px;
}

.conSec ul li p.itemCont,
.conSec1 ul li p.itemCont {
	flex: 1;
	display: flex;
}

.conSec ul li p.time {
	margin-right: 40px;
	color: #999;
}
.conSec1 ul li p.time {
	margin-right: 10px;
	color: #999;
}
.conSec ul li p span.dian
 {
	background: #F8D4D4;
	    margin-right: 7px;
    display: block;
    margin-top: 10px;
	width: 4px;
	height: 4px;
}
.conSec1 ul li p span.dian{
	background: #333;
	    margin-right: 7px;
    display: block;
    margin-top: 10px;
	width: 4px;
	height: 4px;
}
.cont_Six {
	margin-top: 30px;
	background: #fff;
	padding: 20px ;
	border-radius: 10px;
}

.topNameList {
	display: flex;
}

.topNameList .leftName {
	flex: 1;
	display: flex;
}

.topNameList .leftName p.line {
	width: 5px;
	height: 17px;
	background: #2290D1;
	margin-top: 4px;
}

.topNameList .leftName p.names {
	margin-left: 10px;
}

.topNameList .leftName p.names span {
	display: block;
}

.topNameList .leftName p span.bigNme {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2290D1;
}

.topNameList .leftName p span.EngName {
	font-size: 14px;
	font-family: Calibri;
	font-weight: bold;
	color: #383838;
	opacity: 0.41;
}

.topNameList .rightChoose {
	display: flex;
}

.topNameList .rightChoose p {
	text-align: center;
	line-height: 27px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}


.topNameList .rightChoose p.tips2 {
	width: 118px;
	height: 27px;
	background: url(../images/tips2.png);
	background-size: 100% 100%;
	margin-left: -1px;
}
.topNameList .rightChoose p.tips1 {
	width: 118px;
	height: 27px;
	background: url(../images/tips1.png);
	background-size: 100% 100%;
}
.topNameList .rightChoose p.tips1:hover{
	font-size: 14px;
}
.topNameList .rightChoose p:hover{
	font-size: 15px;
}
.cont_Six .cont_wrap {
	margin-top: 27px;
	display: flex;
}
.cont_Six .cont_wrap .leftImgs {
	width: 570px;
	/*height: 312px;*/
	overflow: hidden;
}
.cont_Six .cont_wrap .contextSec {
	width: 625px;
	margin-left: 30px;
	margin-top: 0px;
}

.cont_Six .cont_wrap .contextSec p .dian {
	color: #333;
}

.footerBgm {
	background: url(../images/footerBgm.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.footerFirst {
	width: 1200px;
	margin: 40px auto 0;
}

.topLogo {
	display: flex;
}

.footerFirst .logoImg {
	flex: 1;
}

.footerFirst .logoImg img {
	width: 304px;
	height: 51px;
}

.footerFirst select {
	width: 238px;
	height: 39px;
	font-size: 14px;
	padding-left: 15px;
	border: 1px solid #eee;
	outline: none;
}

.footerFirst .line {
	width: 1200px;
	background: #fff;
	border: 0.5px solid #fff;
	margin-top: 31px;
}

.footerFirst .navsList {
	margin-top: 48px;
	display: flex;
}

.footerFirst .navsList ul {
	flex: 1;
}

.footerFirst .navsList ul p {
	color: #2274AD;
	font-size: 14px;
	    margin-left: -13px;
}

.footerFirst .navsList ul p span.dian {
	margin-right: 15px;
}

.footerFirst .navsList ul li {
	margin-left: 10px;
	margin-top: 15px;
	font-size: 14px;
}

.footerFirst .address {
	display: flex;
	margin-top: 40px;
}

.footerFirst .address ul {
	flex: 1;
	display: flex;
}

.footerFirst .address ul li {
	/*flex: 1;*/
	display: flex;
	margin-right: 10px;
	margin-top: 17px;
}

.footerFirst .address ul li:last-child {
	margin-right: 0;
}

.footerFirst .address ul li p img {
	width: 24px;
	height: 24px;
}

.footerFirst .address ul li p.iconName {
	line-height: 24px;
	margin-left: 8px;
}

.erweim {
	width: 84px;
	height: 63px;
}

.erweim img {
	width: 100%;
	height: 100%;
}

.deepFooter {
	background: url(../images/deepFooter.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.deepNav {
	width: 1200px;
	margin: 32px auto;
}

.deepLian img {
	width: 739px;
	height: 35px;
}

.neiRong {
	margin-top: 36px;
	display: flex;
}

.neiRong .left {
	flex: 1;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #757575;
	line-height: 30px;
}

.neiRong .rightWod {
	line-height: 30px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #757575;
}