* {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

.ys {
	width: 100%;
	background: url(../img/home_ys_bg.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.ysbt {
	width: 360px;
	height: 70px;
	margin: auto;
	padding-top: 100px;
}

.ysnr {
	padding-top: 120px;
	width: 1200px;
	margin: auto;
	display: flex;
	padding-bottom: 100px;
}

.ysnr img {
	width: 628px;
	height: 485.64px;
}

.ysnr-r {
	display: flex;
	padding-left: 120px;
	flex-direction: column;
}

.r1 {
	display: flex;
	padding-bottom: 30px;
}

.r1 img {
	width: 60px;
	height: 60px;

}

.r1 div {
	margin-left: 30px;
}

.r1 div p:nth-child(1) {
	color: #266cff;
	font-size: 16px;
}

.r1 div p:nth-child(2) {
	color: #707070;
	font-size: 14px;
	margin-top: 20px;
	width: 180px;
}

.pttd {
	width: 100%;
	height: 100%;
	background: url(../img/home_ts_bg.png) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.tdnr {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding:150px 60px 60px;
}

.tdnr img {
	width: 382px;
	height: 70px;
}

.tdnr p {
	color: white;
	padding-top: 30px;
	font-size: 18px;
}

.pttd #tabs {
	width: 1200px;
	padding: 5px;
	height: 150px;
	margin: auto;
	color: #FFFFFF;
	display: flex;
}

.pttd #tabs>ul {
	display: block;
	height: 88px;
	line-height: 30px;
	padding-right: 110px;
	font-size: 14px;
	/* border-bottom: 2px saddlebrown solid; */
	/* padding-bottom: 50px; */


}

.pttd #tabs>ul li {
	cursor: pointer;
	/* 光标放上去显示小手 */
	cursor: pointer;
	list-style: none;
	margin-bottom: 60px;
	text-align: center;
	width: 200px;
	line-height: 88px;
	background-color: rgba(255, 255, 255, 0.2);

}

.pttd #tabs>ul li:hover {
	background-image: linear-gradient(180deg, #4a93ef 0%, #245ada 100%);
}

.pttd #tabs>ul li.on {
	background-image: linear-gradient(180deg, #4a93ef 0%, #245ada 100%);
}

.pttd #tabs>div {
	line-height: 25px;
	margin-top: 30px;
	width: 760px;
}

.pttd #tabs>div p {
	padding-bottom: 30px;
	/* width: 760px; */
}

.pttd #tabs>div p:nth-child(1) {
	font-size: 20px;
	/* line-height:37px; */
}

.pttd #tabs>div p:nth-child(2) {
	font-size: 14px;
}

.pttd #tabs>div p:nth-child(3) {
	font-size: 16px;
}

.pttd #tabs>div>ul {
	display: flex;
	align-content: flex-start;
	width: 740px;
}

.pttd #tabs>div>ul>li {
	text-align: center;
	width: 146px;
	/* height:48px; */
	line-height: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	margin-right: 30px;
	font-size: 12px;
}

.pttd #tabs>div>ul>li:hover {
	background-image: linear-gradient(180deg, #4a93ef 0%, #245ada 100%);
}

.pttd .hide {
	display: none;
}

.td-an {
	display: flex;
	margin: 180px 0 0 1050px;
}

.td-an a {
	width: 149px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #333;
}


.td-an a:nth-child(1) {
	background-color: white;
}

.td-an a:nth-child(2) {
	margin-left: 30px;
	color: white;
	border: 1px solid #ffffff;
}

.td-an a:hover {
	background-image: linear-gradient(180deg, #4a93ef 0%, #245ada 100%);
	color: white;
	border: 0px solid #ffffff;
}

.cpfw {
	width: 100%;
	height: 850px;
	background: url(../img/home_cp_bg.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	text-align: center;
/* 	display: flex;
	justify-content: center; */
}

.cpnr {
	padding: 100px 60px 60px;
	
}
.cpnr > img {
	display: block;
	margin: auto;
}
.cpnr p {
	padding-top: 50px;
	font-size: 18px;
	text-align: center;
}

#tabss {
	width: 1200px;
	padding: 5px;
	height: 150px;
	margin: 20px;
	/* display: flex;
	justify-content: center; */
	margin: auto;
	/* margin-top: 20px; */
}

#tabss ul {
	display: flex;
	height: 30px;
	line-height: 30px;
	/* border-bottom: 2px saddlebrown solid; */


}

#tabss ul li {
	background: #fff;
	/*cursor: pointer 光标放上去显示小手*/
	cursor: pointer;
	float: left;
	line-height: 40px;
	list-style: none;
	height: 40px;
	display: inline-block;
	width: 400px;
	text-align: center;
	color: #999;
	border-bottom: 1px solid #999;
	font-size: 18px;
}

#tabss ul li.ons {
	border-bottom: 2px solid #266cff;
	color: #266cff;

}

#tabss div {

	/* height: 120px; */
	margin-top: 30px;
	line-height: 25px;
	border-top: none;
	/* padding: 5px; */
}

.hides {
	display: none;
}

.jjfa {
	background: url(../img/home_jj_bg.png) center no-repeat;
	background-size: auto 100%;
	width: 100%;
	height:100%;
	color: white;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top:120px;
	padding-bottom: 50px;
}

.jjfa>img {
	width: 800px;
	height: 66px;
}

.jjfa>p {
	margin-top: 50px;
	font-size: 18px;
}

.jjfa>div {
	display: flex;
	width: 1100px;
	flex-direction: row;
	justify-content: space-between;
	/* align-items:center; */
	/* flex-direction:column; */
}

.jjfa>div>div {
	width: 240px;
	height: 290px;
	background-color: rgba(255, 255, 255, 0.2);
	margin-top: 50px;
	/* display: flex; */
	/* float: left; */
}

.jjfa>div>div>div {
	padding-top: 30px;
	padding-left: 30px;
}

.jjfa>div>div:hover {
	background-image: linear-gradient(180deg, #4a93ef 0%, #245ada 100%);
}

.jjfa>div>div>div>img {
	width: 52px;
	height: 52px;
}

.jjfa>div>div>div>p {
	margin-top: 10px;
}

.jjfa>div>div>p:nth-child(2) {
	font-size: 18px;
}

.jjfa>div>div>div>p:nth-child(3) {
	font-size: 14px;
	width: 190px;
	/* height: 290px; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 30px;
}

.jjfa>div>div>a {
	width: 100px;
	height: 30px;
	background-color: white;
	line-height: 30px;
	color: #266CFF;
	font-size: 14px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
	display: none;
}

.jjfa>div>div:hover>a {
	display: block;
}

.ckgd {
	margin-top: 60px;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #FFFFFF;
	color: white;
	text-align: center;
	font-size: 14px;
}

.ckgd:hover {
	background-color: #266CFF;
	border: 1px solid #266CFF;
}

.gjrz {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: #F8F8F8;
	padding-top: 100px;
}


.hzhb {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	padding-top: 100px;
}

.hzhb-tu {
	margin-top: 60px;
}

.hzhb-tu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1200px;
}

.hzhb-tu img {
	width: 100%;
	height: 100%;

}

/* .hzhb-tu ul li img:hover {
	box-shadow: 0px 0px 2px 3px #000;
} */

/* 产品服务 */

.container {
	position: relative;
	margin: auto;
	color: #999999;
  }

  
  .container input {
	display: none;
  }
  
  .nav {
	position: relative;
	overflow: hidden;
	width: 1200px;
	margin: auto; 
	font-size: 16px;
  }
  
  .nav li {
	width: 400px;
	float: left;
	text-align: center;
	background: #ddd;
	list-style: none;
  }
  
  .nav li label {
	display: block;
	width: 400px;
	line-height: 36px;
	font-size: 16px;
	cursor: pointer;
  }
  
  .content {
	position: relative;
	overflow: hidden;
	width: 1200px;
	height: auto;
	box-sizing: border-box;
	margin: auto;
  }
  
  .content1,
  .content2,
  .content3{
	display: none;
	width: 100%;
	height: 100%;
  }
  
  .nav1:checked ~ .nav li {	
	color: #999999;
  }
  .nav1:checked ~ .nav li:first-child {
	background: #266CFF;
	color: #fff;
  }
  
  .nav2:checked ~ .nav li {
	background: #ddd;
	color: #999999;
  }
  .nav2:checked ~ .nav li:nth-child(2) {
	background: #266CFF;
	color: #fff;
  }
  .nav3:checked ~ .nav li {
	background: #ddd;
	color: #999999;
  }
  .nav3:checked ~ .nav li:nth-child(3) {
	background: #266CFF;
	color: #fff;
  }
  .nav1:checked ~ .content > div {
	display: none;
  }
  .nav1:checked ~ .content > div:first-child {
	display: block;
  }
  
  .nav2:checked ~ .content > div {
	display: none;
  }
  .nav2:checked ~ .content > div:nth-child(2){
	display: block;
  }
  .nav3:checked ~ .content > div {
	display: none;
  }
  .nav3:checked ~ .content > div:nth-child(3) {
	display: block;
  }
  
  .nav li.active {
	background: #266CFF;
	color: #fff;
  }
  
  .content .default {
	display: block;
  }
  .content .ato-content  .ato-list ul li div img{
	  width: 100%;
	  height: 200px;
	  margin-top: 0px;
  }
  .content .ato-content  .ato-list ul li div{
	  margin-top: 0px;
  }
  .content .ato-content  .ato-list ul li > p{
	display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding: 0;
	margin: 0 20px;
  }
  .content .ato-content  .ato-list ul li a{
	display: inline-block;
	text-align: center; 
	line-height: 38px; 
	width: 149px;
	height: 38px;
	margin: auto;
	color: #266cff;
	margin-top: 20px;
	border: 1px solid #266cff;
	
  }
  .content .ato-content  .ato-list ul li{
	  height: 420px;
  }
  .content .ato-content  .ato-list ul li:hover a{
	background-color: #266cff;
	color: white;
  }
