/* banner  2019年7月23日 */
.banner {
	clear: both;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 797px;
	overflow: hidden;
}

.banner .hd {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.banner .hd li {
	display: inline-block;
	*display: line;
	*zoom: 1;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/baner_box01.png) no-repeat center center;
	text-indent: -999px;
	overflow: hidden;
}

.banner .hd li.cur {
	background: url(../images/baner_box02.png) no-repeat center center;
}

.banner .bd,
.banner .bd ul {
	height: 550px;
}

.banner .bd li {
	position: relative;
	width: 100%;

}

.banner .bd li img {
	width: 100%;
}

.banner .bd li a {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -975px;
	width: 1940px;

}

.banner .prev,
.banner .next {
	position: absolute;
	z-index: 999;
	top: 50%;
	margin-top: -30px;
	width: 58px;
	height: 58px;
	cursor: pointer;
	opacity: 0;
	transition: all 1s;
}

.banner .prev {
	left: 2%;
	background: url(../images/banner_prev.png) no-repeat;
}

.banner .prev:hover {
	background: url(../images/banner_prev02.png) no-repeat;
}

.banner .next {
	right: 2%;
	background: url(../images/banner_next.png) no-repeat;
}

.banner .next:hover {
	background: url(../images/banner_next02.png) no-repeat;
}

.banner:hover .prev,
.banner:hover .next {
	opacity: 1;
}

/* banner End */

/* 长期信赖  2019年7月23日 */
.Partner {
	padding: 60px 0;
	overflow: hidden;
	background-color: #fff;
}

.Partner-Group {
	margin-top: 30px;
}

.Partner-Group .item {
	border: 1px #e6e6e6 solid;
	float: left;
	width: 238px;
	height: 120px;
	margin-left: -1px;
	margin-top: -1px;
	overflow: hidden;
}

.Partner-Group .item a {
	display: block;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 120px;
}

.Partner-Group .item:hover a {
	color: #ff9808;
	font-weight: bold;
}

.Partner-Group .item:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 9;
}

.Partner-Group .item img {
	display: block;
	width: 238px;
	height: 120px;
	transition: .8s all;
}

.Partner-Group .item:hover img {
	transform: scale(1.1);
}

/* 长期信赖 End */

/* 内容标题  2019年7月23日 */
.Titles {
	text-align: center;

}

.Titles h3 {
	font-weight: bold;

	font-size: 32px;

}



.Titles p {
	font-size: 16px;
	color: #999;
	margin-top: 15px;
}

/* 内容标题 End */

/* 见证成长  2019年7月23日 */
.Certificate {
	padding: 60px 0;
	overflow: hidden;
	background-color: #f5f5f5;
}

.Certificate-Con {
	margin-top: 30px;
	position: relative;
}

.Certificate-Group .item {
	width: 298px;
	float: left;
	border: 1px #e6e6e6 solid;
	overflow: hidden;
	background-color: #fff;
}

.Certificate-Group .item span {
	width: 298px;
	height: 303px;
	display: block;
	overflow: hidden;
}

.Certificate-Group .item span img {
	width: 298px;
	height: 303px;
	display: block;
	transition: .8s all;
}

.Certificate-Group .item:hover span img {
	transform: scale(1.05);
}

.Certificate-Group .item p {
	font-size: 16px;
	color: #666;
	padding: 10px 10px 20px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.Certificate-Con i {
	width: 60px;
	height: 60px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

.Certificate-Con i img {
	width: 60px;
	height: 60px;
	display: block;
}

.Certificate-Con i.prev {
	left: -100px;
}

.Certificate-Con i.next {
	right: -100px;
}

/* 见证成长 End */

.Product {
	padding: 0 0 60px 0;
	overflow: hidden;
	background-color: #fff;
}


.Product-Nav {
	text-align: center;
}

.Product-Nav ul {

	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow-y: hidden;
}

.Product-Nav ul li {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	width: 130px;
	border: 1px #365a90 solid;

	float: left;
	margin: 0 10px;
}


.Product-Nav ul li a {
	display: block;
	color: #365a90;
}

.Product-Nav ul li.cur {
	background-color: #365a90;

}

.Product-Nav ul li.cur a {
	color: #fff;
}

.Product-Box {
	margin-top: 40px;
}

.Product-Group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ckdg {
	margin: 20px auto;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #1c4482;
	color: #1c4482;
	display: block;
	text-align: center;
	border-radius: 20px;

}

.indexbusinbox {
	position: relative;
	overflow: hidden;
}

.indexbusinlist:nth-of-type(1) {
	width: 760px;
}

.indexbusinlist {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.indexbusinlist {
	width: calc((100% - 760px) / 4);
	height: 688px;
	position: relative;
	overflow: hidden;
}

.indexbusinlist .img {
	height: 688px
}

.indexbusinlist .topbox .title {
	color: #fff;
	font-size: 22px;

	line-height: 30px;
	margin-bottom: 160px;
	margin-top: 20px;
}

.lf {
	float: left;
}

.indexbusinlist.cur .topbox {
	display: none;
}

.indexbusinlist .topbox {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;

	position: absolute;
	background: rgba(4, 45, 106, 0.5);
	top: 0;
	left: 0;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s;
}

.indexbusinlist.cur .botbox {
	bottom: 0;
}

.indexbusinlist .botbox {
	width: 80%;
	padding: 56px 76px 84px 88px;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;

	left: 0;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s;
}

.indexbusinlist .botbox .title {
	color: #fff;
	font-size: 40px;

	line-height: 50px;
}

.indexbusinlist .botbox .text {
	color: #fff;
	line-height: 30px;
	margin-top: 24px;
	/* height: 102px; */
	/* margin: 24px 0 61px; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp: 4; */
	font-size: 14px;
}




.Product-Group .item {
	width: 395px;
	height: 395px;
	overflow: hidden;
	border: 1px #d9d9d9 solid;
	position: relative;
	margin-bottom: 10px
}

.Product-Group .item:hover .text {
	background: rgba(28, 68, 130, 0.7);
	display: flex;
	z-index: 9999;
}

.Product-Group .item .pic {
	width: 397px;
	height: 397px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Product-Group .item .pic img {
	width: 100%;

}


.Product-Group .item .text {
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	color: #fff
}

.Product-Group .item .text h3 {
	font-weight: normal;
	font-size: 24px;
}

.Product-Group .item .text h3 a {
	color: #fff;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
}

.Product-Group .item .text p {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-top: 10px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.Product-Group .item .text h4 {
	font-weight: normal;
	overflow: hidden;
	margin-top: 35px;
}

.Product-Group .item .text h4 a.More {
	display: block;

	width: 105px;
	height: 30px;
	line-height: 30px;

	color: #fff;
	font-size: 14px;

	text-align: center;
}

.Product-Group .item:hover .text h4 a.More {
	background-color: #ff9808;
	color: #fff;
	border: 1px #ff9808 solid;
}

.Product-Group .item .text h4 a.lxwm {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: url(../images/lxzxIcon.png) no-repeat center center;
	margin-left: 20px;
}

/* 产品中心 End */

/* 合资企业  2019年7月23日 */
.Joint {
	padding: 60px 0;
	overflow: hidden;
	background: url(../images/Joint_Bg.jpg) center center;
}

.Joint-Con {
	margin-top: 40px;
}

.Joint-Con dl {
	width: 598px;
	position: relative;
	float: left;
	
}

.Joint-Con dl dt {
	width: 598px;
	height: 420px;
	overflow: hidden;
}

.Joint-Con dl dt img {
	display: block;
	width: 598px;
	height: 420px;
	transition: .8s all;
}

.Joint-Con dl:hover dt img {
	transform: scale(1.1);
}

.Joint-Con dl dd {
	height: 45px;
	line-height: 45px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 94%;
	padding: 0 3%;
	color: #fff;
	font-size: 17px;
}

.Joint-Con ul {
	width: 593px;
	float: right;
	margin-top: -8px;
	
}

.Joint-Con ul li {
	float: left;
	width: 292px;
	position: relative;
	margin-left: 9px;
	margin-top: 8px;
}

.Joint-Con ul li:nth-child(2n+1) {
	margin-left: 0;
}

.Joint-Con ul li span {
	width: 292px;
	height: 206px;
	overflow: hidden;
	display: block;
}

.Joint-Con ul li span img {
	width: 292px;
	height: 206px;
	display: block;
	transition: .8s all;
}

.Joint-Con ul li:hover span img {
	transform: scale(1.1);
}

.Joint-Con ul li p {
	font-size: 15px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 5%;
	width: 90%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	bottom: 0;
}

/* 合资企业 End */

/* 走进奥戈恩  2019年7月23日 */
.About {
	padding: 60px 0;
	overflow: hidden;
	background: url(../images/gywmbj.jpg)
}


.About-Left {
	width: 660px;
	height: 353px;
	position: relative;

	background: url(../images/wmbj.jpg) no-repeat center right;
}

.About-Group {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;

	height: 353px;
}

.About-Group ul li {
	width: 660px;
	float: left;
	height: 408px;
	overflow: hidden;
}


.About-Left i {
	width: 46px;
	height: 46px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 9;
}

.About-Left i img {
	width: 46px;
	height: 92px;
	display: block;
}

.About-Left i:hover img {
	position: relative;
	top: -46px;
}

.About-Left i.prev {
	right: 0;
}

.About-Left i.next {
	right: -46px;
}

.About-Right {
	width: 460px;
	height: 353px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.About-Right h3 {
	font-weight: blod;
	font-size: 24px;
	color: #194280
}

.About-Right h3 span {
	display: block;
	font-size: 18px;
	color: #090b0a
}

.About-Right h3 a {
	display: block;
	color: #ff9808;
}

.About-Right p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-top: 30px;
}

.About-Right i {
	width: 1px;
	height: 50px;
	background-color: #ff9808;
	display: block;
	margin: 60px 0;
}

.About-Right a.More {
	font-size: 14px;
	color: #194280;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px #194280 solid;
	display: block;
	border-radius: 20px;
	margin-top: 30px;
}
}

.About-Right a.More b {
	width: 3px;
	height: 6px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-left: 10px;
	background: url(../images/sjx.png) no-repeat center;
}

/* 走进奥戈恩 End */

/* 资讯频道  2019年7月23日 */
.News {
	padding: 60px 0;
	overflow: hidden;
	
}

.News-Con {
	margin-top: 30px;
	overflow: hidden;
}

.News-Title {
	overflow: hidden;
	border-bottom: 1px #e6e6e6 solid;
}

.News-Title ul {
	float: left;
}

.News-Title ul li {
	float: left;
	font-size: 16px;
	padding-bottom: 10px;
	margin-left: 40px;
	position: relative;
}

.News-Title ul li:after {
	content: "";
	width: 1px;
	height: 18px;
	background-color: #e6e6e6;
	display: block;
	position: absolute;
	left: -20px;
	top: 2px;
}

.News-Title ul li:first-child:after {
	display: none;
}

.News-Title ul li:first-child {
	margin-left: 0;
}

.News-Title ul li a {
	color: #333;
}

.News-Title ul li.cur {
	border-bottom: 2px #ff9808 solid;
}

.News-Title ul li.cur a {
	color: #ff9808;
}

.News-Title a.More {
	float: right;
	font-size: 14px;
	color: #999;
	display: block;
}

.News-Left {
	float: left;
	width: 660px;
	
}

.News-Box {
	margin-top: 30px;
}

.News-Group .item {
	overflow: hidden;
	border-top: 1px #e6e6e6 solid;
	padding-top: 20px;
	margin-top: 20px;
}

.News-Group .item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	border-bottom: 1px #f0eded dashed;
}

.News-Group .item .pic {
	width: 240px;
	height: 169px;
	overflow: hidden;
	float: left;
}

.News-Group .item .pic img {
	display: block;
	width: 240px;
	height: 169px;
	transition: .8s all;
}

.News-Group .item:hover .pic img {
	transform: scale(1.1);
}

.News-Group .item .text {
	width: 400px;
	float: right;
}

.News-Group .item .text h3 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.News-Group .item:hover .text h3 {
	color: #ff9808;
}

.News-Group .item .text p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-top: 10px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.News-Group .item .text span {
	display: block;
	font-size: 14px;
	color: #999;
	background: url(../images/News_Icon.png) no-repeat center right;
	margin-top: 20px;
}.News-Group .list{display: flex;justify-content: space-between;align-items: center;width: 100%;flex-wrap: wrap;}
.News-Group .list .items {width: 49%; border-bottom: 1px #f0eded dashed;padding: 29px 0;}
.News-Group .list .items a{display: flex;flex-direction: column;justify-content: center;align-items: flex-start;} 
.News-Group .list .items a div{ margin-top: 10px;display: flex;justify-content: space-between;align-items: center;width: 100%;}
.News-Group .list .items a:hover .titlet{color: #ff9808;}
.Questions {
	float: right;
	width: 460px;
	
}

.Questions h2 {
	overflow: hidden;
	font-weight: normal;
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 10px;
}

.Questions h2 a {
	display: block;
	overflow: hidden;
}

.Questions h2 span {
	font-size: 16px;
	color: #333;
	display: block;
	float: left;
}

.Questions h2 em {
	display: block;
	float: right;
	font-size: 14px;
	color: #999;
}

.Questions-Con {
	margin-top: 30px;
}

.Questions-Con .tempWrap {
	height: 382px !important;
}

.Questions-Con ul li {
	border-top: 1px #e6e6e6 solid;
	padding-top: 26px;
	margin-top: 26px;
}

.Questions-Con ul li a {
	display: block;
	background: url(../images/QuestionsIcon.png) no-repeat center left;
	padding-left: 54px;
}

.Questions-Con ul li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.Questions-Con ul li h3 {
	font-weight: normal;
	font-size: 18px;
	color: #333;
}

.Questions-Con ul li:hover h3 {
	color: #ff9808;
}

.Questions-Con ul li p {
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	line-height: 25px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 资讯频道 End */



/* 搜索  2019年7月24日 */
.SearchFor {
	height: 55px;
	line-height: 55px;
	background-color: #fff;
	border-bottom: 1px #e6e6e6 solid;
}

.SearchFor .keyword {
	font-size: 15px;
	color: #333;
	height: 55px;
	width: 770px;
}

.SearchFor .keyword span {
	float: left;
	height: 55px;
	line-height: 55px;
	color: #333;
}

.SearchFor .keyword p {
	float: left;
	height: 55px;
	line-height: 55px;
}

.SearchFor .keyword p a {
	float: left;
	height: 55px;
	line-height: 55px;
	color: #999;
	font-size: 15px;
	padding: 0 8px;
}

.SearchFor .keyword p a:hover {
	color: #ff9808;
}

.SearchFor form {
	border-left: 1px #e6e6e6 solid;
	height: 55px;
}

.SearchFor .inp {
	width: 270px;
	height: 55px;
	overflow: hidden;
	position: relative;
}

.SearchFor .inp input {
	float: left;
	border: none;
	height: 55px;
	line-height: 55px;
	width: 171px;
	font-size: 15px;
	color: #999;
	background: none;
	outline: none;
	padding: 0 20px;
}

.SearchFor .inp button {
	display: block;
	cursor: pointer;
	background: no-repeat;
	border: none;
	position: absolute;
	outline: none;
	right: 0;
	top: 0;
	height: 55px;
	padding: 0;
}

.SearchFor .inp button i {
	display: block;
	width: 59px;
	height: 55px;
	background: url(../images/SearchIcon.jpg) no-repeat right center;
}

/* 搜索 End */

/* 解决方案  2019年7月24日 */
.Solution {
	padding: 60px 0;
	overflow: hidden;
	background: url(../images/Joint_Bg.jpg) center center;
}

.Solution-Con {
	margin-top: 35px;
	position: relative;
}

.Solution-Group ul li {
	width: 595px;
	float: left;
	margin-right: 10px;
	position: relative;
}

.Solution-Group ul li span {
	width: 595px;
	height: 372px;
	overflow: hidden;
	display: block;
}

.Solution-Group ul li span img {
	display: block;
	width: 595px;
	height: 372px;
	transition: .8s all;
}

.Solution-Group ul li:hover span img {
	transform: scale(1.1);
}

.Solution-Group ul li .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	height: 78px;
	overflow: hidden;
}

.Solution-Group ul li:hover .text {
	background-color: #ff9808;
}

.Solution-Group ul li .text h3 {
	width: 120px;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	float: left;
	padding-top: 13px;
	line-height: 25px;
	background: url(../images/Solution_Box.png) no-repeat center right;
	height: 65px;
}

.Solution-Group ul li .text h3 a {
	display: block;
	width: 65px;
	margin: 0 auto;
	color: #fff;
}

.Solution-Group ul li .text p {
	float: right;
	width: 475px;
	overflow: hidden;
}

.Solution-Group ul li .text p a {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	height: 25px;
	width: 18%;
	display: block;
	text-align: center;
	float: left;
	padding: 0 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.Solution-Con i {
	width: 60px;
	height: 60px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

.Solution-Con i img {
	width: 60px;
	height: 60px;
	display: block;
}

.Solution-Con i.prev {
	left: -100px;
}

.Solution-Con i.next {
	right: -100px;
}

/* 解决方案 End */

.zxly{width: 100%;height: 378px; background: url(../images/jy.jpg)  no-repeat center center ;color: #fff;}
.zxly .Titles p{color: #fff;width: 850px;margin: 0 auto;margin-top: 20px;line-height: 30px;}
.zxly .lyxx{display: flex;justify-content: space-between;align-items: center;width: 800px;margin: 20px auto 0 auto;}
.zxly .lyxx input{border: none;height: 50px;line-height: 50px;padding-left: 20px;width: 300px;font-size: 18px;}
.zxly .lyxx  button{border: none;height: 50px;line-height: 50px; text-align: center;background: #ff9808;color: #fff;width: 150px;cursor: pointer;}
/*   2019年7月24日 */
.Technical {
	padding: 60px 0;
	overflow: hidden;
	background: url(../images/Technical_Bg.jpg) no-repeat center center;
	height: 616px;
}

.Technical-Con {
	margin-top: 30px;
	position: relative;
}

.Technical-Con ul {
	position: relative;
	z-index: 9;
	top: 55px;
}

.Technical-Con ul li {
	width: 230px;
	text-align: right;
	margin-top: 70px;
	
}

.Technical-Con ul li:first-child {
	margin-top: 0;
}

.Technical-Con ul li h3 {
	font-size: 20px;
	color: #ff9808;
}

.Technical-Con ul li h3 em {
	display: block;
	font-size: 20px;
	color: #333;
	margin: 5px 0 20px;
}

.Technical-Con ul li p {
	font-size: 14px;
	color: #333;
	line-height: 25px;
}

.Technical-Con ul.ul02 li {
	text-align: left;
}

.Technical-Con span.img {
	width: 880px;
	height: 524px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -440px;
	top: 0;
}

.Technical-Con span.img img {
	width: 880px;
	height: 524px;
	display: block;
}

.slzx {
	background: #f9f9f9;
	padding: 0 0 50px 0;
}

.Titles {
	padding: 50px 0;
}

.slzx-Nav .clearfix {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.slzx-Nav .clearfix .nav {
	width: 25%;
	cursor: pointer;
	height: 90px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #194280;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-right: 1px solid #fff;
}

.slzx-Nav .clearfix .nav:last-child {
	border-right: none
}

.slzx-Nav .clearfix .nav.cur {
	background: #ff9808
}

.slzx-Nav .clearfix .nav img {
	margin-right: 10px
}

.slzx-Box .slzx-Group {
	background: #fff;
	overflow: hidden;
}

.slzx-Box .slzx-Group .text {
	float: left;
	width: 450px;
	padding: 30px 0 0 30px;
}

.slzx-Box .slzx-Group .text .title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 20px;
}



.slzx-Box .slzx-Group .text .title .sz {
	font-size: 45px;
	color: #cadeff;
	font-weight: bold;
	margin-right: 20px
}

.slzx-Box .slzx-Group .text .title .wz {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px
}

.slzx-Box .slzx-Group .text .title .wz span {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

.slzx-Box .slzx-Group .imgs {
	float: right;
	width: 674px;
	height: 477px;
	overflow: hidden;
}

.slzx-Box .slzx-Group .text .lits {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.slzx-Box .slzx-Group .text .lits .item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	width: 100%;
	margin-top: 20px;

}

.slzx-Box .slzx-Group .text .lits .item span {
	display: block;
	width: 20px;
	height: 20px;
	background: #ff9808;
	border-radius: 100%;
	margin-top: 5px;
}

.slzx-Box .slzx-Group .text .lits .item div {
	width: 420px;
	line-height: 30px;
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e8f1ff;
}

.youshi-Con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding-top: 80px;
	cursor: pointer;
}

.youshi-Con .youshi-Group {
	width: 24%;
	background: #f1f6fe;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: 350px;
}

.youshi-Con .youshi-Group .imgs {
	margin-top: -60px;
	width: 110px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #194280;
	border-radius: 100%;
}

.youshi-Con .youshi-Group .text {
	font-size: 24px;
	padding: 20px 0;
}

.youshi-Con .youshi-Group .lits {
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 30px;
}

.youshi-Con .youshi-Group.cur .imgs {
	background: #ff9808;
}

.youshi-Con .youshi-Group.cur .text {
	color: #ff9808;
}

.ad {
	width: 100%;
	height: 234px;
	background: url(../images/ad.jpg) no-repeat center;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 50px 0 0;
}

.zxdh {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	margin-right: 10%;
}

.zxdh img {
	margin-right: 10px;
}

.zxdh span {
	display: block;
	font-size: 32px;
}

.picScroll-left {
	position: relative;
}

.picScroll-left .hd {
	position: absolute;
	top: 250px;
	z-index: 999;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ryzz .picScroll-left .hd{
   	top: 150px; 
}


.picScroll-left .hd .prev {
	margin-left: -50px;

	cursor: pointer;

}

.picScroll-left .hd .next {

	margin-right: -50px;
	cursor: pointer;

}

.picScroll-left .bd {
	padding: 10px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	width: 376px;
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	background: #f9f9f9;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}

.picScroll-left .bd ul li .pic img {
	width: 376px;

	display: block;
}

.picScroll-left .bd ul li .title {
	margin: 30px 0;
	font-size: 24px;
	position: relative;
}

.picScroll-left .bd ul li .desc {
	width: 90%;
	margin: 0 auto;
	line-height: 30px;
	font-size: 16px;
	text-align: left;
}

.picScroll-left .bd ul li .ckxqo {
	width: 120px;
	line-height: 40px;
	border: 1px solid #194280;
	border-radius: 20px;
	color: #194280;
	display: block;
	margin: 30px auto;
}

.picScroll-left .bd ul li .ckxqo:hover {
	border: 1px solid #ff9808;
	color: #ff9808;
}

.ryzz {
	background: #1e4685;
	margin-top: 50px;
}

.ryzz .Titles,
.ryzz .Titles p {
	color: #fff;
}


.picScrolls {
	position: relative;
}

.picScrolls .hd {
	position: absolute;
	top: 100px;
	z-index: 999;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.picScrolls .hd .prev {
	margin-left: -50px;

	cursor: pointer;

}

.picScrolls .hd .next {

	margin-right: -50px;
	cursor: pointer;

}

.picScrolls .bd {
	padding: 10px;
}

.picScrolls .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScrolls .bd ul li {
	width: 376px;
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	background: #f9f9f9;
}

.picScrolls .bd ul li .pic {
	text-align: center;
}

.picScrolls .bd ul li .pic img {
	width: 376px;

	display: block;
}

.ryzz {
	padding-bottom: 50px;
}
