.sitbar-nav {
	width: 100%;
	margin-bottom: 30px;
}

.aside_sitbar_nav {
	box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.09);
}

.sitbar-nav h5 {
	font-size: 20px;
	color: #ffffff;
	box-sizing: border-box;
	background: #004798;
	padding: 16px 30px;
}

.sitbar-nav h5 i {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	opacity: 0.54;
}

.sitbar-nav li {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: #FFFFFF;
}

.sitbar-nav li .enters {
	padding: 0;
}

.sitbar-nav li a:hover {
	background-color: #e9eaeb;
}

.sitbar-nav li i {
	width: 20px;
	height: 30px;
	position: absolute;
	background: url(../fonts/fllow.svg) no-repeat center center;
	background-size: 24px;
	top: 15px;
	right: 30px;
	display: none;
}

.sitbar-nav li i.active {
	display: block;
}

.sitbar-nav li:last-child {
	border: none;
}

.sitbar-nav a {
	display: block;
	line-height: 54px;
	font-size: 16px;
	color: #333;
	padding-left: 30px;
	box-sizing: border-box;
}

.sitbar-nav a.active {
	color: #004798;
}

.other-twos {
	margin-top: 30px;
}

.other-twos .videoBg h3 {
	font-size: 16px;
	color: #040f1b;
	margin: 5px 0;
}

.other-twos .videoBg .oth-p a {
	display: block;
	margin: auto;
	color: #666666;
	font-size: 12px;
	padding-left: 2px;
	line-height: normal;
}

.other-twos .videoBg .oth-p a i {
	background: url(../images/right.png) no-repeat center center;
	width: 8px;
	height: 10px;
	display: inline-block;
	margin-left: 5px;
}

.other-twos .videoBg {
	width: 45%;
	padding: 30px 0;
	text-align: center;
	overflow: hidden;
	transition: all .5s ease;
	background: #FFFFFF;
	box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.09);
}

.text-1 {
	height: 55px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.text-2 {
/*	height: 38px;*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.prosub {
	text-align: center;
	background-color: #f7f9fa;
}

.pro-contain {
	max-width: 1100px;
}

.prosubm .swiper-slide>a {
	display: inline-block;
	font-size: 0;
	padding: 18px 10px;
	position: relative;
}

.prosubm .swiper-slide>::after {
	content: '';
	width: 80px;
	height: 2px;
	background-color: #0650a6;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transform: translateY(-.5rem) scaleX(.9);
	opacity: 0;
}

.prosubm .swiper-slide>:hover::after,
.prosubm .on::after {
	opacity: 1;
	transform: translateY(0) scaleX(1);
}

.prosubm span {
	font-size: 13px;
	display: inline-block;
	line-height: 22px;
	height: 22px;
	margin-top: 10px;
	color: #333;
	padding: 0 15px;
	border-radius: 7px;
}

.prosubm .swiper-slide>:hover span,
.prosubm .on span {
	color: #004798;
	font-weight: bold;
}

.prosub h2 {
	color: #333333;
	font-size: 40px;
	letter-spacing: 2px;
}


.hprmlist {
	min-width: 1200px;
	padding: 0 10% 60px;
}

.aside_Left {
	width: 300px;
	float: left;
	margin-top: 130px;
}

.hprmlistul {
	width: calc(100% - 360px);
	float: right;
}

.hprmlista {
	float: left;
	width: 31%;
	margin-left: 1.75%;
	box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.09);
	color: #333;
	box-sizing: border-box;
	padding: 0;
	padding-bottom: 40px;
	cursor: pointer;
}

.hprmlistdesc p {
	color: #666;
	font-size: 14px;
	margin-top: 10px;
}

.hprmlistdesc span {
	margin-top: 25px;
	display: inline-block;
	font-size: 13px;
	color: #666;
	border: 1px solid #004798;
	padding: 0 42px;
	line-height: 32px;
	height: 32px;
	border-radius: 20px;
}

.hprmlistdesc h4 {
	font-size: 18px;
}

.hprmlistdesc {
	text-align: center;
	padding: 0 10%;
}

.hprmlista {
	margin-top: 130px;
}

.hprmlista .hprmlistimg img {
	/* width: 350px; */
	height: 145px;
}

.hprmlista .hprmlistimg {
	position: relative;
	margin-top: -70px;
	text-align: center;
}

.prosubm img {
	height: 40px;
	transition: all 0.3s ease;
}

.prosubm .on img,
.prosubm a:hover img {
	opacity: 1;
}


.hprmlista .hprmlistdesc {
	margin-top: 10px;
}

.hprmlista:hover .hprmlistdesc span {
	color: #fff;
	background: #004798;
}

.hprmlistdesc span,
.hprmlistimg img,
.prosubm span,
.hprmlista {
	transition: all 0.3s ease;
}

.hprmlista:hover .hprmlistimg img {
	transform: scale(1.1);
}

.hprmlista:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}



.hprmlist_prode img {
	max-width: 100%;
	width: 300px;
}


.hprotjma {
	padding-top: 0;
	float: left;
	width: 380px;
	background: #f0f0f0;
	padding-bottom: 60px;
	box-sizing: border-box;
	margin-right: 30px;
	cursor: pointer;
	position: relative;
	top: 0;
}

.hprotjma .hprmlistdesc {
	padding: 0 30px;
}

.hprotjma:nth-child(4n) {
	margin-right: 0;
}

.hprotj .hprmlistdesc p {
	min-height: 66px;
	line-height: 22px;
}

.hprotj .hprmlistdesc span {
	margin-top: 70px;
}

.hprotj h2 {
	color: #004798;
	font-size: 32px;
	letter-spacing: 2px;
	text-align: center;
}

.hprotj {
	padding: 60px 0;
}

.hprotj .hprmlistimg {
	text-align: center;
	overflow: hidden;
	position: relative;
	top: -50px;
}

.hprotjm {
	margin-top: 100px;
}

.hprotjma:hover {
	background: #004798;
}

.hprotjma:hover h4,
.hprotjma:hover p,
.hprotjma:hover span {
	color: #fff;
}

.hprotjma:hover .hprmlistdesc span {
	background: #fff;
	color: #004798;
	border-color: #fff;
}

.hprotjma h4,
.hprotjma p,
.hprotjma span,
.hprotjma,
.hprotjma img {
	transition: all 0.3s ease;
}


.hprodb {
	margin-top: 80px;
}



.hprodbdesc {
	padding: 60px 70px;
}

.hprodbh2 {
	font-size: 24px;
}

.hprodbp2 {
	line-height: 32px;
	margin-top: 25px;
	font-size: 16px;
}



.hprodd {
	background: #f5f9fa;
	padding: 80px 0;
	line-height: 26px;
	padding-top: 10px;
}

.hproddm {
	float: left;
	padding-left: 50px;
	position: relative;
	width: 450px;
	margin-right: 200px;
}

.hproddm:nth-child(2),
.hproddm:nth-child(4) {
	margin-right: 0;
}

.hproddh4 {
	font-size: 24px;
}

.hproddp {
	margin-top: 15px;
}

.hproddm {
	margin-top: 70px;
}



.hprodeh2,
.hprodcp2,
.hprodfp1 {
	font-size: 40px;
}



.hprode {
	padding: 100px 0;
}

.hprodeslider {
	text-align: center;
	margin-top: 50px;
}





/*.hprotjma:hover{background: #f0f0f0;}

.hprotjma:hover .hprmlistdesc span{background: #004798;color:#fff;border-color: #004798;}

.hprotjma:hover h4, .hprotjma:hover p{color:#333;}*/



.circle-progress {

	position: absolute;

	width: 32px;

	height: 32px;

	left: 0;
	top: 0;

}



.content {

	position: absolute;

	top: 0;

	width: 16px;

	height: 32px;

	margin: 0;

	padding: 0;

	overflow: hidden;

}



.left {

	left: 0;

}



.right {

	right: 0;

}



.circle {

	position: absolute;

	margin: 0;

	width: 30px;

	height: 30px;

	border-radius: 50%;

	border: 1px solid #a5e8fd;

	transform: rotate(135deg);

}



.left-circle {

	left: 0;

	border-top-color: #3469aa;

	border-left-color: #3469aa;

	/* animation: circle-left 5s linear infinite;*/

}



.right-circle {

	right: 0;

	border-bottom-color: #3469aa;

	border-right-color: #3469aa;

}

.circle-progress span {
	position: absolute;
	width: 100%;
	font-size: 12px;
	color: #a5e8fd;
	font-family: Arial, " sans-serif";
	line-height: 32px;
	text-align: center;
	left: 0;
	top: 0;
}



.aos-animate .right-circle {
	animation: circle-right 1.6s linear forwards;
}

.aos-animate .left-circle {
	animation: circle-left 1.6s linear forwards;
}

.aos-animate .circle-progress span {
	color: #3469aa;
}

@keyframes circle-right {

	0% {

		transform: rotate(135deg);

	}

	50%,

	100% {

		transform: rotate(315deg);

	}

}



@keyframes circle-left {

	0%,

	50% {

		transform: rotate(135deg);

	}

	100% {

		transform: rotate(315deg);

	}

}



.hprodc {
	background: url(../images/hprodc.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 220px;
	padding-bottom: 80px;
	background-attachment: fixed;
}

.hprodcp3 {
	font-size: 20px;
}

.hprodcp2 {
	margin-top: 20px;
}

.hprodcp3 {
	font-size: 18px;
	margin-top: 25px;
}

.hprodfp2 {
	font-size: 18px;
	margin-top: 15px;
}



.hprodf {
	background: #f5f9fa;
	padding-top: 100px;
}

.hprodfa {
	width: 49%;
	position: relative;
	overflow: hidden;
}

.hprodfa img {
	width: 100%;
	vertical-align: top;
	transition: all 0.5s ease;
}

.hprodfspan {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	z-index: 5;
	left: 0;
	bottom: 30px;
	z-index: 5;
}

.hprodfspan span {
	position: relative;
	padding-right: 45px;
	display: inline-block;
	line-height: 30px;
}

.hprodfspan span:before {
	position: absolute;
	width: 30px;
	height: 30px;
	content: '';
	right: 0;
	background: url(../images/jtyuan.png) center no-repeat;
	background-size: 100% auto;
	transition: all 0.3s ease;
}

.hprodfa:hover .hprodfspan span:before {
	right: -10px;
}

.hprodfa:before {
	z-index: 3;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	right: 0;
	top: 0;
	background: linear-gradient(rgba(33, 100, 177, 0.1), rgba(8, 74, 150, 0.4));
	opacity: 0;
	transition: all 0.5s ease;
}

.hprodfa:hover:before {
	opacity: 1;
}

.hprodfa:hover img {
	transform: scale(1.03);
}



.hprodfm {
	margin-top: 45px;
}

.hprodjj p.text-2 {
	display: none;
}

.hprodjj .hprmlistdesc {
	margin-top: -20px;
}





.hprodik {
	background: #f5f9fa;
	padding: 100px 0;
}

.hprodikh2 {
	font-size: 20px;
	padding-left: 45px;
	position: relative;
}

.hprodikp {
	color: #999;
	margin-top: 12px;
	padding-left: 45px;
}

.ii1 {
	background: url(../images/shouhou.svg) left center no-repeat;
	height: 30px;
	width: 50px;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	display: block;
}

.ii2 {
	background: url(../fonts/manuals.svg) left center no-repeat;
	height: 30px;
	width: 50px;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	display: block;
}

.ii3 {
	background: url(../fonts/zaixiankefu.svg) left center no-repeat;
	height: 30px;
	width: 50px;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	display: block;
}

.hprodikm2 {
	margin-left: 205px;
}





.wel-case .flex-viewport {
	overflow: visible !important;
}

.wel-case .slide {
	overflow: hidden;
	position: relative;
	float: left;
	width: 32%;
	margin-right: 25px;
}

.wel-case .slide img {
	width: auto;
	height: 300px;
	vertical-align: top;
}

.wel-case .slide .bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #fff;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
}

.wel-case .slide .font-bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #000;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	transition-property: opacity;
	transition-duration: .3s;
	transition-delay: .2s;
}

.wel-case .slide .con {
	position: absolute;
	bottom: -70%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: block;
	padding: 9% 50px 0;
	transition: bottom .3s;
	box-sizing: border-box;
}

.wel-case .slide .tit {
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
}

.wel-case .slide .en {
	font-size: 16px;
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	line-height: 24px;
	min-height: 24px;
}

.wel-case .slide .font {
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	margin-top: 18px;
}

.wel-case .slide .more {
	margin-top: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .3);
	background: url(../images/wel02.png) no-repeat center;
}

.wel-case .slide:hover .con {
	bottom: 0
}

.wel-case .slide:hover .font-bg {
	opacity: .3;
	filter: alpha(opacity=30)
}

.wel-case {
	margin-top: 30px;
}

.flex-control-nav {
	text-align: center;
	margin-top: 30px;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
}

.flex-control-nav li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.flex-control-nav li a {
	width: 12px;
	height: 12px;
	background: url(../images/btn01.png) no-repeat center;
	background-size: auto;
	background-size: 100% 100%;
	transition: background .3s;
	box-shadow: none;
}

.flex-control-nav li.swiper-pagination-bullet-active {
	background: none;
}

.flex-control-nav li.swiper-pagination-bullet-active a {
	background: url(../images/btn01_h.png) no-repeat center;
	background-size: auto;
	background-size: 100% 100%;
	box-shadow: none;
}

.casebtn {
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 6;
	top: 50%;
	margin-top: -25px;
}

.casebtn i,
.casebtn:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.casebtn i {
	display: block;
	cursor: pointer;
}

.casebtn:before {
	background: #000;
	opacity: 0.2;
	content: '';
	transition: all 0.3s ease;
}

.casebtnl {
	left: 100px;
}

.casebtnr {
	right: 100px;
}

.casebtnl i {
	background: url(../images/prev.png) center no-repeat;
}

.casebtnr i {
	background: url(../images/next.png) center no-repeat;
}

.casebtn:hover:before {
	background: #004ea1;
	opacity: 1;
}

.tjmc {
	padding-top: 20px;
}








/*1207*/
.hsolod {
	background: #fff;
}

.hsolob {
	background: #f3f3f4;
}

.hsoloc {
	background: #F5F5F5;
}

.hsoloa {
	padding: 60px 0 20px;
}

.hsolob,
.hsoloc,
.hsolod {
	padding: 60px 0;
}

.hsoloa_text_div {
	max-width: 700px;
	margin: auto;
	text-align: center;
}

.hsoloa_text_div p {
	font-size: 18px;
	line-height: 30px;
	color: #000;
}

.hpubh5 {
	width: 1400px;
	text-align: left;
	margin: auto;
}

.hpubh5 span {
	color: #666;
	display: block;
	text-transform: uppercase;
}

.hpubh5 em {
	font-size: 32px;
	line-height: 34px;
	color: #004798;
}

.hsoloam {
	width: 1400px;
	margin: 0 auto;
	min-width: 1200px;
}

.hsoloam a {
	float: left;
	width: 49%;
	height: 260px;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.hsoloamimg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
}

.hsoloam a:nth-child(2) {
	margin-left: 2%;
}

.hsoloampp1 {
	font-size: 22px;
}

.hsoloampp2 {
	font-size: 12px;
	opacity: 0.6;
}

.hsoloampp3 {
	font-size: 26px;
}

.hsoloampp4 {
	display: inline-block;
	background: url(../images/jt11.png) left center no-repeat;
	width: 37px;
	height: 23px;
	background-size: 26px;
	margin-top: 30px;
	position: relative;
	left: 0;
	transition: all 0.3s ease;
}

.hsoloamp {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 0 8%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.hsoloampp5{
	font-size: 16px;
	line-height: 24px;
	padding-top: 6px;
}
.hsoloam a:hover .hsoloamimg {
	transform: scale(1.03);
}

.hsoloam a:hover .hsoloampp4 {
	left: 10px;
}

.wel-caseh1 {
	margin-top: 0;
}

.tjmch1 {
	padding-top: 0;
	width: 84%;
	margin: 40px auto 0;
}

.hsolocmdesc i {
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	right: 30px;
	bottom: 26px;
}

.hsolocmdesc i:before,
.hsolocmdesc i:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease;
	background-size: cover;
}

.hsolocmdesc i:after {
	opacity: 0;
}

.hsolocmdesc .hsicon1:before {
	background-image: url(../images/hsolicons1.png);
}

.hsolocmdesc .hsicon2:before {
	background-image: url(../images/hsolicons2.png);
}

.hsolocmdesc .hsicon3:before {
	background-image: url(../images/hsolicons3.png);
}

.hsolocmdesc .hsicon4:before {
	background-image: url(../images/hsolicons4.png);
}

.hsolocmdesc .hsicon5:before {
	background-image: url(../images/hsolicons5.png);
}

.hsolocmdesc .hsicon6:before {
	background-image: url(../images/hsolicons6.png);
}

.hsolocmdesc .hsicon7:before {
	background-image: url(../images/hsolicons7.png);
}

.hsolocmdesc .hsicon8:before {
	background-image: url(../images/hsolicons8.png);
}

.hsolocmdesc .hsicon1:after {
	background-image: url(../images/hsolicons1.png);
}

.hsolocmdesc .hsicon2:after {
	background-image: url(../images/hsolicons2.png);
}

.hsolocmdesc .hsicon3:after {
	background-image: url(../images/hsolicons3.png);
}

.hsolocmdesc .hsicon4:after {
	background-image: url(../images/hsolicons4.png);
}

.hsolocmdesc .hsicon5:after {
	background-image: url(../images/hsolicons5.png);
}

.hsolocmdesc .hsicon6:after {
	background-image: url(../images/hsolicons6.png);
}

.hsolocmdesc .hsicon7:after {
	background-image: url(../images/hsolicons7.png);
}

.hsolocmdesc .hsicon8:after {
	background-image: url(../images/hsolicons8.png);
}

.hsolocm {
	width: 1400px;
	margin: auto;
}

.hsolocm a {
	float: left;
	margin-right: 1.3%;
	width: 24%;
	background: #fff;
	margin-top: 45px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.hsolocm a:nth-child(-n+4) {
	margin-top: 30px;
}

.hsolocm a:nth-child(4n) {
	margin-right: 0;
}
.hsolocmimg{
	height: 200px;
	overflow: hidden;
}
.hsolocmimg img {
/*	max-width: 100%;*/
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hsolocmdesc h6 {
	font-size: 22px;
	color: #333;
}

.hsolocmdesc {
	padding: 30px 35px;
	position: relative;
}

.hsolocmdesc span {
	position: relative;
	display: block;
	width: 25px;
	vertical-align: top;
	margin-top: 25px;
	left: -10px;
	opacity: 0;
	transition: all 0.3s ease;
	height: 17px;
	background: url(../images/hsolocmspan.png) no-repeat center center;
	background-size: auto 100%;
}

.hsolocm a:hover span {
	left: 3px;
	opacity: 1;
}

.hsolocm a:hover i:before {
	opacity: 0;
}

.hsolocm a:hover i:after {
	opacity: 1;
}

.hsolocm a:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.hsolodsub {
	width: 1200px;
	text-align: center;
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
}

.hsolodsub a {
	width: 200px;
	height: 150px;
	display: inline-block;
	margin: 0 25px;
	font-size: 14px;
	color: #333;
	transition: all 0.3s ease;
}

.hsolodsub p {
	padding-top: 33px;
}

.hsolodsub span {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

.hsolodsub a:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.hsolodsub a:hover span {
	color: #446fbf;
}

.tjmch1 {
	margin-top: 45px;
}


/* user_to_Model */
.user_to_Model {
	width: 1300px;
	margin: auto;
	height: 490px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

}

.user_to_Model .Model_txt {
	width: 580px;
	height: 125px;
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.user_to_Model .Model_txt a {
	font-size: 32px;
	line-height: 34px;
	color: #ffffff;
	background: url(../images/entr-right.png) no-repeat right center;
	background-size: 32px;
	width: 200px;
	text-align: left;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
}

.user_to_Model .Model_txt a:hover {
	width: 220px;
}

.user_to_Model .Model_txt::before,
.user_to_Model .Model_txt::after {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 33px;
	display: block;

}

.user_to_Model .Model_txt::before {
	background-color: #0a689d;
	opacity: 0.3;
	position: absolute;
	z-index: -2;
}

.user_to_Model .Model_txt::after {
	width: 505px;
	height: 82px;
	background-color: #096aa2;
	opacity: 0.6;
	position: absolute;
	z-index: -1;
}











@media screen and (max-width:1500px) {
	.aside_Left {
		width: 260px;
	}

	.hprmlistul {
		width: calc(100% - 300px);
	}

	.hprmlist {
		min-width: auto;
		padding: 0px 5% 60px;
	}

	.wel-case .slide {
		height: 300px;
	}

	.hsoloam,
	.hsolocm,
	.hpubh5,
	.user_to_Model,
	.hsolodsub {
		width: 1100px;
	}

	.hsoloam {
		min-width: 1100px;
	}
}

@media screen and (min-width:2000px) {
	.wel-case .slide .con {
		bottom: -68%;
	}
}

.user_phone_prosub {
	display: none;
}

@media screen and (max-width:968px) {

	.hsolob,
	.hsoloc,
	.hsolod,
	.hsoloa {
		padding: 30px 0;
	}
	.hsoloc{
		padding-bottom: 0;
	}
    .hsoloa{
        padding-bottom: 0;
    }
	.hsoloam,
	.hsolocm,
	.hpubh5,
	.user_to_Model,
	.hsolodsub {
		width: 90%;
	}

	.hsoloam {
		min-width: 90%;
	}

	.hpubh5 em {
		font-size: 22px;
	}

	.hsolocm {
		padding-top: 5x;
	}

	.hsolocm a,
	.hsolocm a:nth-child(-n+4) {
		margin-top: 7px;
	}

	.hsolocm a {
		margin-right: 2%;
		width: 49%;
	}

	.hsolocm a:nth-child(2n) {
		margin-right: 0;
	}

	.hsolocmdesc {
		padding: 20px;
	}

	.hsolocmdesc h6 {
		font-size: 16px;
	}

	.prosubm a {
		min-width: 90px;
	}

	.aside_Left,
	.hsolocmdesc span {
		display: none;
	}

	.hsolocmdesc i {
		width: 40px;
		height: 40px;
		right: 15px;
		bottom: 10px;
	}

	.hprmlist {
		padding: 0;
		width: 100%;
	}

	.hprmlist .out_ul_div {
		padding: 0 5%;
	}

	.hprmlistul {
		float: none;
		width: 100%;
		padding: 16px 0;
	}

	.hprmlista {
		width: 49%;
		float: left;
		margin-right: 2%;
		margin-left: 0;
		overflow: hidden;
		display: block;
		margin-top: 8px;
		padding: 20px 0;
	}

	.hprmlista:nth-child(2n) {
		margin-right: 0;
	}

	.hprmlista .hprmlistimg {
		margin-top: 0;
	}

	.hprmlista .hprmlistimg img {
		width: 150px;
		height: auto;
	}

	.hprmlistdesc span {
		padding: 0 20px;
	}

	.proe {
		padding: 30px 0;
		margin-top: 20px;
	}

	.proe .w12 {
		width: 80%;
		min-width: 100%;
	}

	.proep1,
	.hsoloampp3 {
		font-size: 20px;
		line-height: 24px;
	}

	.proep2 {
		font-size: 14px;
	}

	.proep6 {
		margin-top: 16px;
	}

	.proep3 {
		padding: 30px;
		text-align: left;
		border-radius: 0;
	}

	.proep3msgl {
		width: 100%;
	}

	.proep3msglp2 {
		text-align: left;
	}

	.proep3msgr {
		text-transform: lowercase;
		padding-top: 36px;
		float: left;
		font-size: 14px;
	}

	.hprotj {
		padding: 30px 0;
	}

	.hprotj h2 {
		font-size: 24px;
	}

	.wel-case {
		margin-top: 0;
		padding-bottom: 60px;
	}

	.wel-case .slide .font-bg {
		opacity: .3;
		filter: alpha(opacity=30);
	}

	.wel-case .slide .con {
	    position: static;
		bottom: 0 !important;
		height: auto;
		padding: 25px 30px !important;
		background: #fff;
	}
	
	.wel-case .slide {
        height: auto;
    }

	.wel-case .slide .con p {
        text-align: justify;
        font-size: 16px;
        color: #333;
        font-weight: normal;
    }

	.casebtn {
		width: 40px;
		height: 40px;
		outline: none;
		bottom: 0;
		top: auto;
	}

	.casebtnl {
		left: auto !important;
		right: 90px;
	}

	.casebtnr {
		right: 30px !important;
	}

	.casebtnl i,
	.casebtnr i {
		background-size: 14px;
	}

	.text-1 {
		height: 44px;
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		/* text-align: justify; */
		font-size: 14px !important;
	}

	.hprmlistdesc span {
		font-size: 12px;
		color: #fff;
		border: 1px solid #004798;
		padding: 0 20px;
		line-height: 28px;
		height: 28px;
		background: #004798;
		margin-top: 18px;
	}

	.out_ul_div .out_li>a {
		font-size: 16px;
		color: #666;
		display: block;
		padding: 10px 0;
		border-bottom: 1px #ececec solid;
	}

	.out_ul_div .out_li>a.hasCh::after {
		content: '';
		width: 16px;
		height: 10px;
		background: url(../images/xiala_up.svg) no-repeat center center;
		background-size: 22px;
		float: right;
		margin: 7px 5px 0 0;
	}
	
	.out_ul_div .out_li>a.hasCh.rotate::after{
		content: '';
		width: 16px;
		height: 10px;
		background: url(../fonts/xiala_lan.svg) no-repeat center center;
		background-size: 24px;
		float: right;
		margin: 7px 5px 0 0;
	}

	.user_to_Model {
		height: 130px;
	}

	.user_to_Model .Model_txt {
		width: 70%;
		height: 60%;
	}

	.user_to_Model .Model_txt a {
		font-size: 22px;
		background-size: 22px;
		width: 125px;
	}

	.user_to_Model .Model_txt::after {
		width: 70%;
		height: 60px;
	}

	.hsoloampp4 {
		background-size: 22px;
		margin-top: 10px;
	}

	.hsoloam a {
		float: none;
		width: 100%;
		height: 170px;
		display: block;
	}

	.hsoloam a:nth-child(2) {
		margin-left: 0;
		margin-top: 16px;
	}

	.user_phone_prosub {
		display: block;
		margin-top: 20px;
	}
	.hsolodsub_toph{
		display: none;
	}
	.casebtn:before,.casebtn:hover:before{
		background: transparent;
	}
	.casebtnl i {
	    background: transparent url(../fonts/phone-prev.svg) center no-repeat;
		background-size: 40px;
	}
	.casebtnr i {
	    background: url(../fonts/phone-next.svg) center no-repeat;
		background-size: 40px;
	}
	.flex-control-nav {
	    margin-top: 0;
	}
	.wel-case .slide img {
        width: 100% !important;
        height: auto !important;
    }
	.wel-case .slide .font-bg{
	    display: none;
	}
	.tjmc{
	    width: 90%;
	    margin: auto;
	}
	.tjmc.tjmch1{
	    width: 90% !important;
	}
	
	
	
	
}
