/**nybanner**/

.n_banner {
	width: 100%;
	position: relative;
	left: 0%;
	margin-left: 0px;
	overflow: hidden;
	z-index: 1;
	background: #000;
	border-radius: 14px;
}

.Detailsbn {
	margin-top: 100px;
}

.Detailsbn .banner_text p {
	text-align: right;
	max-width: 1040px;
}

.Detailsbn .banner_text p span {
	display: inline-block;
	font-weight: 100;
	font-size: 60px;
	position: relative;
	padding: 20px;
}

.Detailsbn .banner_text p span:before {
	content: '';
	background: rgba(255, 255, 255, 0.2);
	height: 20px;
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	margin-top: -10px;
}

.xqbanner
{
 max-height:500px;   
}

.n_banner img {
	width: 100%;
	margin: 0 auto;
	transition: all 0.5s;
	opacity: 0.8;
}

.banner_text {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.banner_text p {
	font-size: 18px;
	max-width: 1440px;
	margin: auto;
	padding: 0px 20px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.5em;
	font-family: arial;
}

.banner_text p span {
	display: block;
	font-size: 36px;
	position: relative;
	padding-top: 0px;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin-bottom: 0px;
}


/**mbx**/
.mbx
{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-top: -100px;
}
.mbx_list
{
    max-width: 1440px;
    margin: auto;
    color: #fff;
    padding: 0px 40px;
    background: url(../images/mbx.png) no-repeat 20px center;
    
}
.mbx_list a
{
    line-height: 100px;
    color: #fff;
    margin: 0px 5px;
}

/**fl**/

.fl_title
{
	max-width: 1400px;
	margin: auto;
	border-bottom: 1px #eee solid;
	display: flex;
	justify-content: center;
}
.fl_list a
{
	line-height: 88px;
	display: block;
	padding: 0px 15px;
	font-size: 16px;
	color: #333;
	margin: 0px 0px;
	position: relative;
}
.fl_list a:before
{
	content:'';
	width: 0;
	position: absolute;
	bottom: 0px;
	height: 4px;
	background: #004ea2;
	left: 50%;
	transition: all 0.5s;
}
.fl_list a:hover:before,.fl_list a.on:before
{
	width:100%;
	left:0px;
}
.fl_list a:hover,.fl_list a.on
{
	color:#004ea2;
}


/**reservation**/
.reservation
{
    width: 100%;
    overflow: hidden;   
}

.reservation a
{
    display: block;
    padding: 8% 20px;
    background-size: cover !important;
}

.reservation .title
{
    font-size: 50px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}
.reservation .ext_aboutgy
{
    font-size: 24px;
    text-align: center;
    color: #333;
}
.reservation .more
{
    display: block;
    max-width: 120px;
    background: #004ea2;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    border-radius: 4px;
    transition: all 0.5s;
    margin: 60px auto 0px;
}
.reservation .more:hover
{
    border-radius: 40px;
    background: #1e5ee9;	
}


/**about**/


.about1 {
	width: 100%;
	overflow: hidden;
	padding: 100px 0px;
}

.about1 li {
	display: flex;
	max-width: 1440px;
	margin: auto;
	justify-content: center;
	align-items: center;
	padding: 0px 20px;
}

.about1 li .left {
	line-height: 2em;
	font-size: 16px;
	padding-right: 40px;
	width: 50%;
}

.about2 li .left {
	line-height: 1.8em;
	font-size: 18px;
	padding-left: 100px;
	width: 50%;
	padding-right: 0px;
}



.about1 li .left .title {
	font-size: 36px;
	color: #333;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.about1 li .left .content {
	font-size: 24px;
}

.about1 li .right {
	border-radius: 10px;
	overflow: hidden;
	width: 50%;
	margin-left: 40px;
}

.about1 li .right img {
	width: 100%;
}

.about1 li .left .content ul {
	display: flex;
	margin-top: 10%;
}


.about1 li .left .content ul li {
	width: 50%;
	display: block;
	padding: 0px;
}

.about1 li .left .content ul li p {
	font-size: 72px;
	font-family: 'bahnschrift';
	line-height: 1em;
	position: relative;
}

.about1 li .left .content ul li em {
	font-style: normal;
	font-size: 24px;
	position: absolute;
	top: 0px;
	line-height: 1em;
}



/**about3**/
.about3 {
	background: url(../images/abbg.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	padding: 100px 0px;
}
.about3 .whtitle
{
    font-size: 36px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center; 
}


.about3 .center {
	max-width: 1440px;
	margin: auto;
	padding: 0px 20px;
	display: flex;
	justify-content: space-between;
}

.about3 .center li {
	width: calc((100% - 80px)/2);
	border: 1px rgba(255,255,255,0.3) solid;
	border-radius: 20px;
	padding: 30px 30px;
	color: #fff;
	margin-right: 40px;
}
.about3 .center li:nth-of-type(3n)
{
	margin-right: 0px;
}


.about3 .center li .title {
	display: inline-block;
	font-size: 24px;
	position: relative;
}


.about3 .center li .content {
	color: #fff;
	font-size: 15px;
	padding-top: 10px;
}

.about3 .center li .content .shuzhi {
	font-size: 72px;
	font-family: 'bahnschrift';
	line-height: 1em;
	position: relative;
	margin-top: 30px;
}

/**about4**/
.about4 {
	width: 100%;
	padding: 80px 0px;
	overflow: hidden;
}

.about4 .center {
    max-width: 1440px;
    margin: auto;
    padding: 1px 20px;
    overflow: hidden;
}

.about4 .title {
    font-size: 36px;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
}


.about4 ul li {
    width: calc((100% - 120px)/4);
    float: left;
    margin-right: 40px;
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px #eee solid;
    padding: 15px;
    border-radius: 10px;
}

.about4 ul li:nth-of-type(4n) {
	margin-right: 0px;
}

.about4 ul li img {
	width: 100%;
	transition: all 0.5s;
}

.about4 ul li:hover img {
	transform: scale(1.05);
}




/**case**/
.case {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 60px 0px;
}

.case .center ul {
	margin: auto;
	max-width: 1440px;
	overflow: hidden;
}

.case .center p {
	font-size: 16px;
	color: #666;
	max-width: 1480px;
	margin: 10px auto 10px;
	padding: 0px 20px;
	text-align: center;
}
.case .center li:hover p
{
	color:#004ea2;
}


.case .center li {
	width: calc(100% / 5);
	float: left;
	padding: 20px;
	cursor: pointer;
}
.case .center li:hover .ico
{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}


.case .center li .ico {
	border: 1px #dfdfdf solid;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	height: 0px;
	padding-top: 60%;
	display: block;
	transition: all 0.5s;
}

.case .center li .ico img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	object-fit: contain;
	transition: all 0.5s;
}

.case .center li:hover .ico img {
	transform: scale(1.1);
}

/**CaseDetails**/
.CaseDetails .center
{
    display: flex;
    max-width: 1400px;
    margin: auto;
}

.CaseDetails
{
    overflow: hidden;
    width: 100%;
    padding: 60px 20px;
}
.CaseDetails .news_detail
{
    width: 75%;
    padding-right: 50px;
}
.CaseDetails .morecase
{
    width: 25%;
    height: auto;
}
.CaseDetails .morecase .main
{
    background: #eee;
    display: block;
    padding: 30px;
}

.moretitle
{
	font-size: 22px;
	color: #333;
	display: inline-block;
	border-bottom: 3px #004ea2 solid;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.CaseDetails .morecase a
{
	display: flex;
	padding: 6px 0px;
}
.CaseDetails .morecase a .title
{
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 1;
	width: calc(100% - 20px);
	color: #666;
}
.CaseDetails .morecase a .title:hover
{
	color: #004ea2;	
}

.CaseDetails .morecase a span
{
	width: 20px;
    font-family: 宋体;
	text-align: right;
}
.CaseDetails .news_detail .content .title
{
	color: #004ea2;
	font-size: 20px;
	border-left: 3px #004ea2 solid;
	line-height: 1em;
	margin-bottom: 15px;
	padding-left: 10px;
}


/**news**/

.sortnews
{
	display: flex;
	margin: 0px auto 30px;
	max-width: 1480px;
	padding: 0px 20px;
	justify-content: space-between;
	align-items: center;
}
.sortnews p
{
	font-size: 36px;
	font-weight: bold;
	color: #009944;
}
.newsindex2 .sortnews p
{
	color: #0093d7;
}
.newsindex3 .sortnews p
{
	color: #e50f27;
}
.newsindex4 .sortnews p
{
	color: #003a95;
}
.sortnews a
{
	line-height: 38px;
	height: 40px;
	background: #fff;
	border: 2px #003a95 solid;
	display: block;
	width: 120px;
	text-align: center;
	border-radius: 30px;
	color: #003a95;
}
.sortnews a:hover
{
	color: #fff;
	background:#003a95;
}


.nynews {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
	padding-top: 60px;
}
.newsindex
{
	background: #f3f3f3;
	padding: 60px 0px 30px;
}
.newsindex2,.newsindex4
{
	padding: 60px 0px 30px;
}

.contact-nynews {
	padding-top: 50px;
}


.nynews .sort {
	font-size: 36px;
	color: #333;
	max-width: 1480px;
	margin: 0px auto 40px;
	padding: 0px 20px;
}

.nynews_center {
	max-width: 1440px;
	margin: auto;
	padding: 0px 20px 0px;
	overflow: hidden;
}

.nynews_list {
	width: calc((100% - 80px)/3);
	float: left;
	padding: 0px;
	transition: all 0.5s;
	margin-right: 40px;
	margin-bottom: 40px;
	border-radius: 10px;
}


.nynews_list:nth-of-type(3n) {
	margin-right: 0px !important;
}

.nynews_list_c {
	display: block;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
}

.nynews_list_img {
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
	height: 0px;
	padding-top: 60%;
}
.swiper-news .nynews_list_img
{
    padding-top: 50%;
}


.nynews_list_img a {
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	background-size: cover !important;
}

.nynews_list:hover .nynews_list_img a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(1.1);
}

.nynews_list_text {
	width: 100%;
	float: left;
	display: block;
	height: 100%;
	padding: 25px;
	background: #f6f6f6;
	transition: all 0.5s;
}
.nynews_list:hover .nynews_list_text
{
    background: #004ea2;
}
.nynews_list:hover .nynews_list_ptitle a,.nynews_list:hover .nynews_list_summary
{
	color:#fff;
}


.nynews_list_c .time {
	font-size: 16px;
	position: absolute;
	bottom: 20px;
	display: inline-block;
	border: 1px #fff solid;
	padding: 2px 10px;
	border-radius: 30px;
	color: #fff;
	right: 20px;
}



.nynews_list_ptitle a {
	font-size: 18px;
	color: #222;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: all 0.5s;
}


.nynews_list_summary {
	color: #999;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 52px;
	transition: all 0.5s;
}

.swiperlist span
{
	width: 12px;
	height: 12px;
	margin-right: 10px;
}
.swiperlist
{
	margin-top:20px
}
.swiperlist span.swiper-pagination-bullet-active
{
background:#000;
}

/**products**/
.products
{
    overflow: hidden;
    width: 100%;
    padding: 80px   0px;
}
.products .two
{
    overflow: hidden;
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    display: flex; 
}

.products ul li .ico
{
    height: 0px;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}
.products ul li .ico:before
{
    content: '';
    width: 100%;
    height: 0px;
    position: absolute;
    z-index: 2;
    background-image: linear-gradient( rgba(0,0,0,0),rgba(0,78,162,1));
    bottom: 0;
    left: 0px;
    transition: all 0.5s;
    opacity: 1;
}
.products ul li:hover .ico:before
{
    height: 60%;	
}

.products ul li .ico img
{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.products ul li:hover .ico img
{
transform: scale(1.1);
}


.products ul li .text
{
    position: absolute;
    bottom: 0px;
    padding: 30px;
    z-index: 2;
}
.products  li .title
{
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.products ul li .ext_prgy
{
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    font-size: 14px;
    -webkit-line-clamp:2;
    opacity: 0.8;
    color: #fff;
    line-height: 1.8em;
}
.products ul li
{
    width: calc((100% - 20px)/3);
    float: left;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}


.products ul li:nth-of-type(3n)
{margin-right: 0px;}

.products .two li
{
    width: calc((100% - 20px)/4);
    float: left;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
.products .two li:nth-of-type(1)
{
    width: calc((100% - 0px)/2);  
}

.products .two li:nth-of-type(3n)
{
	margin-right: 0px;
}
.products .two li:nth-of-type(2) .ico,.products .two li:nth-of-type(3) .ico
{
    padding-top:132%; 
}


.products ul
{
    overflow: hidden;
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
}



/**solution**/
.solution {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 60px 20px;
	max-width: 1440px;
	margin: auto;
}

.solution li a
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.solution li {
	width: calc((100% - 80px)/3);
	align-items: center;
	float: left;
	border-radius: 20px;
	margin: 20px 40px 20px 0px;
	position: relative;
	transition: all 0.5s;
	overflow: hidden;
}
.solution li:hover
{
background:#004ea2 !important;
}


.solution li:nth-of-type(3n)
{
	margin-right: 0px;
}
.solution li .icon {
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: auto;
	transition: all 0.5s;
	background: #000;
}
.solution li .icon:before
{
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 2;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    bottom: 0;
    left: 0px;
    transition: all 0.5s;
    opacity: 1;
}

.solution li:hover .icon 
{
    transform: scale(1.1);
}
.solution li .icon img
{
  transition: all 0.5s;
  width: 100%;
  opacity: 1;
}
.solution li .ico img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}



.solution li .title {
	color: #fff;
	font-size: 22px;
	padding: 30px 0px;
	transition: all 0.5s;
	position: absolute;
	bottom: 0px;
	text-align: center;
	z-index: 2;
	width: 100%;
}



/**quality**/
.quality {
	overflow: hidden;
	width: 100%;
	position: relative;
	background: #fff;
	padding: 100px 0px;
}

.quality p {
	font-size: 36px;
	color: #333;
	text-align: left;
	max-width: 1480px;
	margin: 0px auto 30px;
	padding: 0px 20px;
}

.quality ul {
	margin: auto;
	max-width: 1480px;
	padding: 0px 10px;
	overflow: hidden;
}

.quality li {
	width: 50%;
	float: left;
	padding: 0px 10px;
	position: relative;
}

.quality li .ico {
	height: 0px;
	padding-top: 56%;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
}

.quality li .ico img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.quality li .ico:hover img {
	transform: scale(1.1);
}


/**prcontact**/

.prcontact {
	background: url(../images/prbg.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0px;
	text-align: center;
}

.prcontact li .title {
	font-size: 36px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

.prcontact li .ext_prgy {
	font-size: 26px;
	color: #fff;
	max-width: 900px;
	margin: auto;
	padding: 0px 20px;
	text-align: center;
}

.prcontact li a {
	display: inline-block;
	background: #fff;
	color: #333;
	margin: 30px auto 0px;
	padding: 10px 30px;
	border-radius: 4px;
	font-size: 18px;
	transition: all 0.5s;
}

.prcontact li a:hover {
	color: #fff;
	background: #003a95;
}



/**.news_detail**/


.Details_pag {
	overflow: hidden;
	padding: 80px 0px 80px;
	background: #fff;
}
.Details_pag .mbx
{
	background: #f0f0f0;
	padding: 30px 0px;
}

.Details_pag .mbx .mbx_list
{
	max-width: 1480px;
	margin: auto;
	padding: 0px 20px;
}

.Details_pag .xqtext{
	display: flex;
	margin: 40px 0px;
}
.Details_pag .xqtext .left{
	width: 60%;
	padding-right: 50px;
}
.Details_pag .xqtext2 .left{
	width: 60%;
	padding-right: 0px;
	padding-left: 50px;
}

.Details_pag .xqtext .right{
	width: 40%;
}



.Details_pag .center {
	max-width: 1440px;
	margin: auto;
	padding: 0px 20px;
}



.Details_pag .right .rmdt {
	font-size: 22px;
	color: #333;
	line-height: 60px;
	border-bottom: 1px #eee solid;
	margin-bottom: 20px;
}


.Details_pag .right a {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	justify-content: center;
	align-items: center;
}

.Details_pag .right .ico {
	overflow: hidden;
	position: relative;
	float: right;
	width: 35%;
	height: 0px;
	padding-top: 22%;
}

.Details_pag .right .text {
	width: 65%;
	padding-left: 15px;
}

.Details_pag .right .text .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}



.Details_pag .right .text .time {
	color: #999;
}

.Details_pag .right a:hover .title {
	color: #24a5d5;
}


.Details_pag .right .ico img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate(-50%, -50%)scale(1);
	transition: all 0.5s;
}

.Details_pag .right a:hover .ico img {
	transform: translate(-50%, -50%)scale(1.1);
}

ul.caselist {
	width: 100%;
	overflow: hidden;
}

ul.caselist li {
	width: calc((100% - 40px)/3);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

ul.caselist p {
	text-align: center;
}


ul.caselist li:nth-of-type(3n) {
	margin-right: 0px;
}

ul.caselist li .pic {
	height: 0px;
	display: block;
	padding-top: 60%;
	overflow: hidden;
	position: relative;
	max-width: 100%;
	margin: 0px auto 10px;
}

ul.caselist li img {
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	background-size: cover !important;
}

.news_detail_center .color {
	color: #24a5d5;
	font-size: 18px;
	display: block;
	margin-bottom: 20px;
}


.news_detail {
	overflow: hidden;
	width: 100%;
	background: #fff;
}

.news_detail h1.title {
	text-align: left;
	font-size: 30px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}
.news_detail .Solutiontitle
{
	font-size: 24px;
    margin-bottom:20px;
	color: #004ea2;  
}


.info_title {border-bottom: 1px #eee solid;display: flex;width: 100%;padding-bottom: 20px;}

.news_detail h3.title_bar {
	line-height: 30px;
	text-align: left;
	font-weight: normal;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	margin-right: 20px;
}

.content {
	font-size: 16px;
	color: #333;
	line-height: 2em;
	padding-top: 20px;
}
.content p,.content span
{
    text-wrap: initial !important;
font-family: 微软雅黑 !important;
}


.content img {
	max-width: 100%;
}

.detailpage {
	line-height: 26px;
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding-top: 20px;
	font-size: 16px;
	color: #999999;
	display: flex;
}

.detailpage .page_left {
	width: calc(100% - 140px);
	padding-right: 30px;
}

.detailpage .page_right {
	width: 140px;
	display: block;
	line-height: 50px;
	border: 1px #eee solid;
	text-align: center;
	padding: 0px;
	border-radius: 0px;
	font-size: 14px;
}

.detailpage .page_right:hover {
	background: #cfa951;
	color: #fff;
	border: 1px #cfa951 solid;
}

.precontent {
	width: 100%;
	float: left;
	line-height: 25px;
	font-size: 14px;
}

.nextcontent {
	width: 100%;
	float: left;
	text-align: left;
	line-height: 25px;
	font-size: 14px;
}

.page span {
	color: #999999;
}

.page a {
	color: #999999;
}

.page a:hover {
	color: #cfa951;
}

.news_detail_center {
	max-width: 100%;
	overflow: hidden;
}


.newscontact
{background: #f6f6f6;border-radius: 20px;overflow: hidden;width: 100%;padding: 30px;}

.newscontact ul
{
	display: flex;
	width: 100%;
	max-width: 80%;
	justify-content: space-between;
	margin: auto;
	align-items: center;
}
.newscontact ul li
{
	display: flex;
}
.newscontact ul li p
{
	font-size: 24px;
	color: #333;
	margin: 0px 20px;
}
.newscontact ul li p span
{
	text-align: center;
	display: block;
	font-size: 16px;
	margin-top: 4px;
}

/**contact**/

.contacttext
{
    padding: 80px 0px;
    width: 100%;
    overflow: hidden;
}
.contacttext .center
{
    max-width: 1400px;
    margin: auto;
}
.contacttext .center ul
{
	overflow: hidden;
	border-radius: 30px;
	border: 1px #eee solid;
}
.contacttext .center li:nth-of-type(2),.contacttext .center li:nth-of-type(3)
{
	background: #f6f6f6;
}

.contacttext .center li
{
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 3vw 4vw;
    color: #666;
}
.contacttext .center li .title
{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.contacttext .center li .tel
{
    background: url(../images/rx.png) no-repeat left center;
    padding-left: 55px;
    margin-bottom: 20px;
}
.contacttext .center li strong
{
    display: block;
    font-size: 18px;
}
.contacttext .center li .add
{
    background: url(../images/add.png) no-repeat left center;
    padding-left: 55px;
    margin-bottom: 20px;
}
.contacttext .center li .ywtel
{
    background: url(../images/yw.png) no-repeat left center;
    padding-left: 55px;
    margin-bottom: 20px;
}



.messages {
	padding: 100px 0px;
	display: block;
	max-width: 100%;
	justify-content: space-between;
	margin: auto;
	background: #f2f5fa;
}

.messages .center {
	max-width: 1400px;
	margin: auto;
	padding: 0px 20px;
}



.messagestext {
	font-size: 30px;
	margin-bottom: 10px;
	color: #222;
	text-align: center;
}

.messagestext span {
	display: block;
	color: #999;
	font-size: 16px;
	margin-top: 5px;
}

.messages .left a {
	display: block;
	width: 200px;
	line-height: 50px;
	background: url(../images/kf.png)#e5732a no-repeat 45px center;
	text-align: left;
	font-size: 16px;
	color: #fff;
	padding-left: 85px;
	margin-top: 30px;
}

.messages input {
	line-height: 42px;
	width: calc((100% - 60px)/3);
	margin-top: 30px;
	color: #666;
	background: #fff;
	font-size: 14px;
	padding: 0px 20px;
	border: 1px #eee solid;
	border-radius: 4px;
}

.messages-list {
	display: flex;
	justify-content: space-between;
}

.messages textarea {
	display: block;
	line-height: 1.8em;
	border-radius: 0px;
	padding: 10px 20px;
	width: 100%;
	margin-top: 30px;
	height: 120px;
	background: none;
	background: #fff;
	color: #333;
	border-radius: 4px;
	overflow: hidden;
	font-size: 14px;
	border: 1px #eee solid;
}

.messages button {
	width: 100%;
	line-height: 42px;
	background: #003a95;
	border: none !important;
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
	outline: 0;
	max-width: 180px;
	margin: 30px auto 0px;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
	display: block;
	border-radius: 40px;
}


/**PrDetails**/
.PrDetails
{
    padding: 80px 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.PrDetails .center
{
    display: block;
}
.PrDetailsTitle
{
    text-align: center;
    margin: auto;
    max-width: 1440px;
    padding: 0px 20px;
    margin-bottom: 60px;
}

.PrDetails .center .h1
{
    
}
.PrDetails .content
{
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
}
.Prtext
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}
.Prtext:nth-last-of-type(1)
{
	margin-bottom: 0px;
}

.Prtext-Left
{
    width: calc(50% - 20px);
    margin-right: 20px;
}
.Prtext-Right
{
    width: calc(50% - 20px);
    margin-left: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.Prtext-Right img
{
    width: 100%;
}

.Prtext-Right.Right-c img
{
	width: auto;
	margin-right: 0px;
	display: block;
	margin-left: auto;
}

.ContentTitle
{
    font-size: 30px;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 4px;
    position: relative;
}
ul.advantages
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
ul.advantages li
{
    width: calc((100% - 90px)/4);
    background: #e4e7f0;
    border-radius: 60px;
    padding: 15px 50px;
}
ul.advantages li p:nth-of-type(1)
{
    display: block;
    color: #2060ea;
    font-size: 22px;
}

.ContentTitle:before
{
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 3px;
	z-index: -1;
	background-image: linear-gradient(to right, #6d96f1,#f1f5fe,#fff);
}


.ContentTitle em
{
    font-size: 18px;
    color: #1e5ee9;
    text-transform: capitalize;
    margin-left: 5px;
}
.PrDetails .titlimg
{
    display: block;
    margin: auto;
}
.PrDetails h1.title
{
    color: #333;
    font-size: 36px;
    display: inline-block;
    margin-top: -40px;
    position: relative;
}
.PrDetails h1.title:before
{
	content:'';
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 7px;
	background: #1e5ee9;
	z-index: -1;
}

.PrDetails .content .border
{
	border-radius: 10px;
	overflow: hidden;
}
.PrDetails .content .border
{
	width:100%;
}

.PrDetails .list
{
	margin-top: 20px;
}

.PrDetails .list p
{
	position: relative;
	overflow: hidden;
	padding-left: 10px;
}
.PrDetails .list p:before
{content:'';width: 5px;height: 5px;background: #1e5ee9;position: absolute;left: 0px;top: 50%;margin-top: -2px;border-radius: 10px;}


ul.gn
{
    display: flex;
    flex-wrap: wrap;  
}
ul.gn li
{
    width: calc((100% - 40px) / 3);
    padding: 30px;
    border: 1px #eee solid;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 20px;
}
ul.gn li:nth-of-type(3n)
{
    margin-right:0px; 
}

ul.gn li p:nth-of-type(1)
{
    font-weight: bold;
}


/**izl-rmenu**/

.fh_index {
	background: url(../images/kf_03.png)#003a95 no-repeat center;
	margin-bottom: 2px;
	display: block;
	height: 56px;
	width: 56px;
	right: 0px;
	background-size: 26px;
	position: absolute;
	transition: all 0.5s;
	border-radius: 0px;
}

.fh_index:hover {
	background: url(../images/kf_03.png)#009944 no-repeat 20px center;
	background-size: 26px;
	width: 150px;
	right: 0px;
	position: absolute;
}


.fh_index p {
	color: #fff;
	line-height: 56px;
	width: 150px;
	padding-left: 60px;
	position: absolute;
	font-size: 14px;
}


.izl-rmenu {
	margin-right: 0;
	height: auto;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -120px;
	z-index: 999999999;
}

.izl-rmenu .consult {
	background: url(../images/kf_05.png)#003a95 no-repeat center;
	margin-bottom: 2px;
	display: block;
	height: 56px;
	width: 56px;
	background-size: 26px;
	float: left;
	position: absolute;
	right: 0px;
	cursor: pointer;
	top: 58px;
	transition: all 0.5s;
	border-radius: 0px;
}

.izl-rmenu .consult:hover {
	background: url(../images/kf_05.png)#009944 no-repeat 20px center;
	background-size: 26px;
	width: 200px;
}

.izl-rmenu .consult:hover .phone {
	display: block;
}


.izl-rmenu .consult .phone {
	font-size: 16px;
	color: #fff;
	line-height: 56px;
	width: 200px;
	padding-left: 56px;
	position: absolute;
	font-family: bahnschrift;
}


.izl-rmenu .consult2 {
	background: url(/img/fd4.png)#b0b1b2 no-repeat;
	margin-bottom: 2px;
	display: block;
	height: 56px;
	width: 56px;
	position: absolute;
	right: 0px;
	top: 174px;
	transition: all 0.5s;
}

.izl-rmenu .consult2 p {
	color: #fff;
	line-height: 56px;
	width: 156px;
	padding-left: 60px;
	position: absolute;
	font-size: 16px;
}


.izl-rmenu .consult2:hover {
	width: 180px;
	background: url(/img/fd4.png)#009944 no-repeat;
}


.izl-rmenu .cart {
	background: url(../images/kf_07.png)#003a95 no-repeat center;
	display: block;
	height: 56px;
	line-height: 16px;
	color: #003a95;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	margin-bottom: 2px;
	background-size: 28px;
	cursor: pointer;
	position: absolute;
	width: 56px;
	right: 0px;
	top: 116px;
	overflow: hidden;
	transition: all 0.5s;
	border-radius: 0px;
}

.izl-rmenu .cart:hover {
	background: url(../images/kf_07.png)#009944 no-repeat center;
	background-size: 28px;
	overflow: initial;
}


.izl-rmenu .cart .pic {
	position: absolute;
	left: -140px;
	top: -27px;
	width: 110px;
	height: 110px;
	opacity: 0;
	transition: all 0.5s;
	background-size: 100%;
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding: 5px;
	background: #fff;
}

.izl-rmenu .cart .pic img {
	max-width: 100%;
}

.izl-rmenu .cart:hover .pic {
	opacity: 1;
	left: -120px;
}

.izl-rmenu .btn_top {
	background: url(../images/kf_09.png)#003a95 no-repeat center;
	display: block;
	height: 56px;
	width: 56px;
	background-size: 26px;
	position: absolute;
	right: 0px;
	top: 174px;
	transition: all 0.5s;
	border-radius: 0px;
}

.izl-rmenu .btn_top p {
	color: #fff;
	line-height: 56px;
	width: 150px;
	padding-left: 60px;
	position: absolute;
	font-size: 14px;
}


.izl-rmenu .btn_top:hover {
	background: url(../images/kf_09.png)#009944 no-repeat 20px center;
	background-size: 26px;
	width: 150px;
}