/**title**/

.jl_title p:nth-of-type(2) span {
	color: #cfa951;
}

.jl_title p:nth-of-type(2) {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: -30px;
	color: #333;
}

.jl_title p:nth-of-type(3) {
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}

.jl_title p:nth-of-type(1) {
	text-transform: upperhonor;
	font-size: 80px;
	color: #ebebeb;
	text-align: center;
	font-family: Impact !important;
	line-height: 1em;
}

/**nybanner**/

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

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

.n_banner .text {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 2;
	color: #fff;
	transform: translateY(-50%);
}

.n_banner .center {
	max-width: 1640px;
	width: 100%;
	margin: auto;
	padding: 0px 20px;
}

.n_banner .name {
	font-size: 46px;
	font-weight: bold;
}

.n_banner .subname {
	font-size: 16px;
}



/**nymb**/
.fltitle {
	background: #01297C;
	color: #fff;
	text-align: left;
	font-size: 14px;
	padding: 20px 20px;
	line-height: 1.3em;
	border-bottom: 5px #DB2404 solid;
}

.fltitle span {
	display: block;
	font-size: 40px;
	line-height: 1.5em;
}

.nymian {
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 80px 0px 0px;
	overflow: hidden;
	background: #fff;
}

.nymian .center {
	max-width: 1640px;
	margin: auto;
	padding: 0px 20px 100px;
	overflow: hidden;
}

.nymian .center .left {
	width: 340px;
	float: left;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}

.nymian .center .right {
	width: calc(100% - 340px);
	float: left;
	padding-left: 50px;
	padding-top: 0px;
}

.sort_name {
	font-size: 40px;
	color: #01297C;
}


/**fl**/

.fl {
	background: #fff;
	padding: 0px 0px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.fl .center {
	display: flex;
}

.fl a {
	line-height: 80px;
	text-align: left;
	padding: 0px 2vw;
	position: relative;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fl a img {
	margin-right: 10px;
}


.fl a:before {
	content: '';
	width: 1px;
	height: 20px;
	background: #ddd;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
}

.fl a:nth-last-of-type(1):before {
	display: none;
}


.fl a:hover,
.fl a.on {
	color: #001B6F;
}


/**pag_title**/
.pag_title {
	font-size: 20px;
	color: #001B6F;
	margin-bottom: 30px;
	position: relative;
	line-height: 1.5em;
	text-align: center;
}

.pag_title span {
	display: block;
	font-size: 36px;
	color: #313131;
	line-height: 1.2em;
	max-width: 1400px;
	margin: auto;
}


/**about**/


.nyabout {
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 80px 0px;
	overflow: hidden;
	background: #fff;
}

.nyabout .center {
	max-width: 1640px;
	margin: auto;
	padding: 0px 20px;
}

.profile {
	display: block;
}

.profile .title {
	position: relative;
	line-height: 1.5em;
	text-align: left;
	display: block;
	font-size: 40px;
	color: #313131;
	line-height: 1.5em;
}

.profile .title span {
	display: block;
	font-size: 20px;
	color: #001B6F;
	line-height: 1.5em;
}

.aboutpic {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top:30px;
	padding-bottom: 50px;
}

.aboutpic li .pics {
	height: 0px;
	padding-top: 60%;
	position: relative;
	border-radius: 26px;
	overflow: hidden;
}

.aboutpic li .pics img {
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
	position: absolute;
	height: 100%;
	transition: all 0.5s;
	background-size: cover !important;
	top: 0px;
}


.aboutpic li:hover .pics img {
	transform: scale(1.1);
}


.aboutpic .piclist {
	background: rgba(0, 0, 0, 0.05);
	bottom: 0px !important;
	top: initial !important;
	height: 6px;
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
	left: 0px;
}

.aboutpic .piclist .swiper-pagination-progressbar-fill {
	background: #001B6F;
	border-radius: 3px;
	overflow: hidden;
}


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

.workshop .center {
	max-width:100%;
	margin:auto;
}

.workshop a {
	padding: 15px;
	background: #fff;
	overflow: hidden;
	display: block;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

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

.workshop .ico {
	position: relative;
	overflow: hidden;
	padding-top:65%;
	width: 100%;
	background: #fff;
}

.workshop .title {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	color: #666;
}

.workshoppic li
{
    opacity:0.5;
	transform:scale(0.9);
	transition:all 0.5s;
}
.workshoppic li.swiper-slide-active
{
    opacity:1;
	transform:scale(1);
}

.workshoppic li .title 
{
	opacity:0;
}
.workshoppic li.swiper-slide-active .title 
{
	opacity:1;
}

.workshopRight
{
    width: 28%;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    height: 100%;
    cursor: pointer;
}
.workshopLeft
{
    width: 28%;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    height: 100%;
    cursor: pointer;
}
.workshoppic
{
	overflow: hidden;
	padding: 20px 0px;
}



#profile,#culture,#honor,#environment,#workshop,#messages,#Support
{
	height:0px;
	position: relative;
	top:-100px;
}



/**culture**/
.culture {
	background: #f6f6f6;
	width: 100%;
	padding: 100px 0px;
	overflow: hidden;
}

.pag_def2 {
	text-align: center;
	line-height: 1.7em;
}

.culture .center {
	max-width: 1640px;
	margin: auto;
	padding: 0px 20px;
}

.culture .center ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.culture .center ul li {
	width: calc((100% - 60px)/4);
	background: #fff;
	padding: 40px;
	transition: all 0.5s;
	text-align: center;
}

.culture .center ul li:hover {
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.culture .center ul li .ico {
	background: #f6f6f6;
	border-radius: 100%;
	width: 120px;
	transition: all 0.5s;
	margin: auto;
	transition: all 0.5s;
}

.culture .center ul li:hover .ico {
	background: #001B6F
}


.culture .center ul li .ico img {
	width: 100%;
}

.culture .center ul li:hover .ico img {
	filter: brightness(0%) invert(100%);
}


.culture .center ul li .title {
	font-size: 20px;
	color: #333;
	margin: 20px 0px 10px;
}

.culture .center ul li .ext_aboutgy {}


/**honor**/

.honor {
	background: #ffff;
	width: 100%;
	overflow: hidden;
	padding: 100px 0px 80px;
}

.honor .center {
	max-width: 1640px;
	margin: auto;
	padding: 0px 20px;
}

.honorpic {
	overflow: hidden;
	margin-top: 50px;
}

.honor li {
	text-align: center;
	background: url(../images/honor.png) no-repeat bottom center;
	background-size: 100% auto;
	color: #333;
	padding-bottom: 80px;
}

.honor li .ico {
	display: flex;
	justify-content: center;
	padding-top: 100%;
	height: 0px;
	position: relative;
}

.honor li .ico img {
	max-width: 100%;
	position: absolute;
	top: 0px;
	height: 100%;
	transition: all 0.5s;
}

.honor li:hover .ico img {
	transform: scale(1.05);
}

/**environment**/

.aboutlist
{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
    height: 540px;
    overflow: hidden;
    margin-top:40px;
}
.swiper-abpagination
{
    text-align:center;
}


.swiper-abpagination .swiper-pagination-bullet-active
{
    background: #CC0011;
}


.aboutlist li
{
flex-shrink: 0;
    width: 100%;
    height: calc((100%) / 2);
    position: relative;
    transition-property: transform;
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 10px;  
}
.environment {
	width: 100%;
	overflow: hidden;
	padding: 100px 0px 80px;
}

.environment .center {
	max-width: 1640px;
	margin: auto;
	padding: 0px 20px;
}




.environment .center ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px;
	background: #fff;
}

.environment .center ul li .ico {
	height: 0px;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
}

.environment .center ul li .ico img {
	width: 100%;
	background-size: cover;
	height: 100%;
	position: absolute;
	top: 0px;
	left:0px;
	transition: all 0.5s;
}

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


/**philosophy**/

.philosophy {}

.philosophy_text {
	text-align: center;
	line-height: 2em;
	padding: 0px 20px;
}


.philosophy ul {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.philosophy ul li {
	display: flex;
	background: #fff;
	align-items: center;
}

.philosophy ul li:nth-of-type(2n) {
	flex-direction: row-reverse;
}


.philosophy ul li .ico {
	width: 50%;
	position: relative;
	overflow: hidden;
	padding-top: 25%;
	background: #fff;
}

.philosophy ul li .ico img {
	width: 100%;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	object-fit: cover;
	height: 100%;
}

.philosophy ul li:hover .ico img {
	transform: translate(-50%, -50%) scale(1.1);
}


.philosophy ul li .text {
	text-align: center;
	width: 50%;
}

.philosophy ul li .title {
	font-size: 26px;
	color: #01297C;
	margin-bottom: 15px;
}

.philosophy ul li .aboutgy {
	line-height: 2em;
	font-size: 20px;
	color: #313131;
}


/**zxnews**/
.zxnews {
	overflow: hidden;
	width: 28%;
	background: #f8f8f8;
	padding: 20px 0px;
}
.zxnews .pag_title
{
	padding: 0px 2vw;
	text-align: left;
	margin-bottom: 10px;
}

.zxnews ul {
	max-width: 100%;
	margin: auto;
	display: block;
	padding: 0px 2vw;
}

.zxnews ul li {
	width: 100%;
	padding: 20px 0px;
	border-radius: 0px;
	border-top: 1px #ddd solid;
}

.zxnews ul li .title {
	display: flex;
	align-items: flex-end;
	color: #333;
}

.zxnews ul li .title p {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	width: calc(100% - 100px);
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.zxnews ul li:hover .title {
	color: #00237D;
}


.zxnews ul li .summary {
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/**news**/

.nynews {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 0px;
}

.nynews_center {
	overflow: hidden;
}

.nynews_list {
	width: 100%;
	float: left;
	padding: 40px 0px;
	transition: all 0.5s;
	background: #fff;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border-bottom: 1px #eee solid;
}


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

.nynews_list_img {
	overflow: hidden;
	position: relative;
	float: left;
	width: 26%;
	height: 0px;
	padding-top: 16%;
	border-radius: 0px;
}

.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: 60%;
	float: left;
	display: block;
	height: 100%;
	padding-left: 60px;
}


.nynews_list .time {
	font-size: 32px;
	color: #313131;
	display: inline-block;
	width: 14%;
	text-align: right;
	padding-right: 20px;
}

.nynews_list .time span {
	color: #999;
	display: block;
	margin-top: 5px;
	font-size: 14px;
}

.nynews_list_ptitle a {
	font-size: 20px;
	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:hover .nynews_list_ptitle a {
	color: #001B6F;
}

.nynews_list_summary {
	color: #787878;
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: auto;
}

.nynews_list_text .more {
	display: block;
	font-size: 14px;
	color: #001B6F;
	margin-top: 30px;
	border: 1px #01297C solid;
	width: 130px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 4px;
}


/**.news_detail**/


.Details_pag {
	overflow: hidden;
	padding: 80px 0px 80px;
	background: #fff;
	width: 100%;
}

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



.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);
}

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


.news_detail {
	overflow: hidden;
	width: 72%;
	background: #fff;
	float: left;
	padding-right: 50px;
}


.news_detail h1.title {
	text-align: left;
	font-size: 30px;
	margin-bottom: 25px;
	color: #333;
	font-weight: normal;
}

.info_title {
	display: flex;
	justify-content: flex-start;
	padding-bottom: 10px;
	border-bottom: 1px #eee solid;
}

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

.content {
	font-size: 16px;
	color: #333;
	line-height: 2em;
	padding-top: 20px;
}

.content img {
	max-width: 100%;
	height: auto !important;
}


.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: #00237D;
}

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


.detailpage {
	padding: 20px;
	background: #f6f6f6;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 30px;
}




/**productsfl**/

.mfl
{
    display:none;
}

.nypr
{background: #fff;width: 100%;padding: 60px 0px 60px;}

.nypr .center
{max-width: 1640px;margin: auto;padding: 0px 20px;display: flex;}

.nypr .left
{
	width: 365px;
}
.nypr .left .name
{
	display: block;
	font-size: 22px;
	color: #001B6F;
	margin-bottom: 10px;
	margin-top: 20px;
}
.nypr .left .flej
{
	background: #f6f6f6;
	padding: 20px;
	border-radius: 10px;
}
.nypr .left .flej a
{
	display: block;
	line-height: 2em;
	color: #787878;
	font-size: 15px;
	transition: all 0.5s;
}
.nypr .left .flej a:hover
{
	color: #001B6F;	
}

.nypr .right
{
	width: calc(100% - 300px);
	padding-left: 60px;
	padding-top: 30px;
}


/**products**/


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

.products-title {
	max-width: 1150px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 40px;
}

.products-title p {
	text-align: center;
	font-size: 16px;
	line-height: 1.8em;
}

.products-title p span {
	display: block;
	text-align: center;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #1574b2;
	line-height: 1.8em;
}

.indexpr_main {
	overflow: hidden;
	margin: 0px auto 0px;
	position: relative;
	max-width: 1640px;
	padding: 0px 0px;
}

.products .indexpr_main {
	padding: 0px;
}


.indexpr_main li {
	width: calc((100% - 60px)/3);
	float: left;
	margin-right: 30px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	background: #fff;
	margin-bottom: 30px;
}

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

.indexpr_main li .pr_img img {
	width: 100%;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)scale(1);
	object-fit: cover;
	height: 100%;
}

.indexpr_main li:hover .pr_img img {
	transform: translate(-50%, -50%)scale(1.1);
}

.indexpr_main li .pr_img {
	position: relative;
	overflow: hidden;
	padding-top: 100%;
	width: 100%;
	background: #fff;
	border: 1px #eee solid;
}

.indexpr_main li .title {
	text-align: center;
	line-height: 60px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	padding: 0px 20px;
	transition: all 0.5s;
	font-size:16px;
	font-weight: normal;
}

.indexpr_main li:hover .title {
	color: #00237D;
}

/**nyservice**/
.nyservice {
	width: 100%;
	background: #fff;
	padding: 100px 0px;
}

.nyservice .center {
	max-width: 1640px;
	margin: auto;
	padding: 0px 20px 0px;
	overflow: hidden;
}

.nyservice .main {
	text-align: center;
}

.nyservice .center ul {
	display: flex;
	width: 100%;
	margin: 40px auto 0px;
	justify-content: space-between;
	max-width: 1200px;
	position: relative;
}

.nyservice .center ul:before {
	content: '';
	height: 1px;
	border-bottom: 1px #eee dashed;
	position: absolute;
	width: 100%;
	top: 100px;
}

.nyservice .center ul li {
	position: relative;
	z-index: 2;
}

.nyservice .center ul li img {
	background: #F8F8F8;
	border-radius: 100%;
}

.nyservice .center ul li p {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}

/**contact**/

.contact {
	background: #001B6F;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.contact_main {
	width: 35%;
	float: left;
	padding: 50px;
	color: #fff;
	line-height: 2em;
}
.contact_main a
{
	color: #fff;
}
.contact_main .title {
	color: #fff;
	font-size: 24px;
	line-height: 2em;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact_main .tel {
	color: #01297C;
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 2em;
	font-family: 'Roboto';
}

.contact_main span {
	color: #F8F8F8 !important;
}

.contact .dt {
	width: 65%;
	float: left;
}

.contact .dt img {
	width: 100%;
}

#wrap {
	margin-top: 0px;
	border: 0px #fff solid;
	position: relative;
	z-index: 0;
	margin-top: -150px;
	max-width: 1400px;
	margin: auto;
}

#wrap .amap-controls {
	display: none;
}

#messages {
	height: 0px;
	position: relative;
	top: -100px;
}

.messages {
	padding: 80px 0px;
	display: block;
	width: 100%;
	overflow: hidden;
	background: #F8F8F8;






















	6f6;
}

.Details .messages {
	padding: 60px 20px 0px;
}

.messages form {
	overflow: hidden;
	max-width: 1640px;
	margin: auto;
	padding: 0px 20px;
}


.messagestext {
	font-size: 28px;
	margin-bottom: 10px;
	text-align: center;
}

.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: 50px;
	border-radius: 0px;
	border: 1px #eee solid;
	padding: 0px 20px;
	width: calc((100% - 40px)/3);
	background: none;
	color: #666;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 4px;
	font-size: 14px;
	border-bottom: 1px #eee solid;
}

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

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

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



/**prDetails**/

.Details {
	overflow: hidden;
	width: 100%;
}


.fa_Prodt {
	margin: 0px auto 0px;
	max-width: 1640px;
	padding-left: 60px;
	padding-top: 20px;
}

.fa_wrapper {
	margin-top: 0px;
	overflow: hidden;
	background: #fff;
}

.fa_comm_cnt {
	overflow: hidden;
	max-width: 100%;
	margin: auto;
}

.fa_comm_r {
	width: 100%;
	overflow: hidden;
}

.fa_top_l {
	width: 45%;
	float: left;
	position: relative;
	overflow: hidden;
	margin: auto;
	padding-right: 0px;
	z-index: 1;
}

.big-picture {
	border: 1px #ddd solid;
	width: 100%;
	overflow: hidden;
}

.fa_top {
	display: flex;
	justify-content: center;
	background: #ffffff;
	padding: 0px;
	border-radius: 0px;
}

.fa_dt_r {
	width: 55%;
	float: left;
	padding-left: 2vw;
	padding-top: 20px;
}

.fa_big_swp {
	background: #fff;
	width: 100%;
	position: relative;
	border: 1px #eee solid;
}

.fa_mohide {
	position: relative;
	bottom: 0px;
	z-index: 9;
	padding: 20px 60px;
	background: #eee;
	overflow: hidden;
}

#thumbs {
	overflow: hidden;
}


.fa_mohide .swiper-slide {
	border: 2px #fff solid;
	cursor: pointer;
}

.fa_mohide .swiper-slide.swiper-slide-thumb-active {
	border: 2px #0d4da1 solid;
}

.fa_mohide .fa_Img {
	height: 90px;
}

.fa_mohide .fa_Img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	object-fit: cover;
	height: 100%;
	transform: translate(-50%, -50%);
}

.fa_big_swp .swiper-slide {
	position: relative;
	height: auto;
	overflow: hidden;
	margin-right: 0px !important;
}

.fa_big_swp .swiper-slide img {
	position: relative;
	width: 100%;
	object-fit: contain;
	height: 100%;
}

.fa_Imgmax {
	height: auto;
	padding: 0px;
	background: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fa_Imgmax img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}


.thumbnail .fa_Imgmax img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.thumbnail .fa_Imgmax {
	width: 100%;
	height: auto;
	border: 2px #eee solid;
	height: 0px;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.thumbnail {
	margin: 20px auto 0px;
	width: calc(100% - 0px);
	position: relative;
	overflow: hidden;
	padding: 0px 30px;
}

.thumbnail .swiper-slide-thumb-active .fa_Imgmax {
	border: 2px #01297C solid;
}

.swiper-thumbnail {
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.thumbnail-PrLeft {
	width: 25px;
	height: 100%;
	position: absolute;
	left: 0px;
	background: url(../images/prLeft.png) no-repeat left center;
	cursor: pointer;
	z-index: 2;
	background-size: 8px;
	top: 0px;
	margin-top: 0px;
}

.thumbnail-PrRight {
	width: 25px;
	height: 100%;
	position: absolute;
	right: 0px;
	background: url(../images/prRight.png) no-repeat right center;
	cursor: pointer;
	z-index: 2;
	background-size: 8px;
	top: 0px;
	margin-top: 0px;
}


.fa_btn_r {
	width: 30px;
	float: left;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
}

.mySwiper .swiper-wrapper {
	display: block;
}

.mySwiper .swiper-wrapper li {
	float: left;
	margin-top: 0px !important;
	margin-bottom: 30px !important;
}

.fa_tab_tit {
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	border-bottom: 2px #00237D solid;
	background: url(../images/xq.jpg) no-repeat;
	background-size: contain;
	padding-left: 20px;
}

.fa_content {
	overflow: hidden;
	width: 100%;
	background: #fff;
	margin-top: 0;
	padding: 40px 0px;
	border-radius: 0px;
}

.ext_Specification p {
	padding: 0px;
	line-height: 2em;
	margin-top: 20px;
}

.ext_Specification .sortname {
	font-size: 20px;
	color: #DB2404;
}

.ext_Specification .title {
	font-size: 30px;
	color: #01297C;
	font-weight: bold;
}
.ext_Specification .series 
{
	font-size: 20px;
	color: #DB2404;	
}


.fa_dt_r .button {
	display: flex;
	margin-top: 30px;
}

.fa_dt_r .tel {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0px;
	background: #CC0011;
	color: #fff;
	font-family: arial;
	border: 2px #CC0011 solid;
}

.fa_dt_r .button img {
	margin-right: 5px;
}

.fa_dt_r a {
	display: inline-block;
	line-height: 50px;
	background: #001B6F;
	color: #fff;
	padding: 0px 0px;
	width: 100%;
	max-width: 190px;
	text-align: center;
	margin-left: 10px;
	border-radius: 4px;
	border: 2px #001B6F solid;
}

.fa_dt_r a:hover {
	background: #CC0011;
	color: #fff;
	border: 2px #CC0011 solid;
}

.fa_content .indexpr_main li {
	border: 1px #eee solid;
}

.fa_content .indexpr_main {
	margin-top: 30px
}


.Details .indexpr_main li {
	border-radius: 0px;
}




.swiper-products {
	margin-top: 40px;
}




/**case**/
.case .fa_top_l {
	width: 100%;
}

.case .fa_Imgmax {
	height: auto;
	max-height: 80vh;
}

.case .thumbnail {
	padding: 0px;
	width: 80%;
}

.case .big-picture {
	border: 0px #eee solid;
	width: 100%;
	margin: auto;
	position: relative;
	padding: 0px 10%;
}

.case .swiper-big {
	width: 100%;
	overflow: hidden;
}


.case .swiper-PrLeft {
	width: 60px;
	height: 60px;
	background: #f6f6f6;
	border-radius: 100%;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -30px;
}

.case .swiper-PrRight {
	width: 60px;
	height: 60px;
	background: #f6f6f6;
	border-radius: 100%;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -30px;
}

.case .swiper-PrRight:hover,
.case .swiper-PrLeft:hover {
	background: #00237D;
}

.case .swiper-PrLeft img,
.case .swiper-PrRight img {
	height: 18px;
}

.case .swiper-PrRight:hover img,
.case .swiper-PrLeft:hover img {
	filter: brightness(0%) invert(100%);
}


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



/**search-result**/

.search-result {
	padding: 0px 0px 0px;
	width: 100%;
	overflow: hidden;
}


/**mbx**/
.mbx {
	color: #fff;
	margin-top: 20px;
	background: url(../images/cur.png) no-repeat left center;
	background-size: 16px;
	padding-left: 24px;
}

.mbx a {
	color: #fff;
}


/**partner**/
.partner ul {
	overflow: hidden;
}

.partner ul li {
	width: calc(100% / 6);
	float: left;
}

.partner ul li .ico {
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.partner ul li .ico img {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s;
}

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


/**caselist**/
.caselist {
	overflow: hidden;
}

.caselist li {
	width: calc((100% - 60px) / 3);
	float: left;
	margin-right: 30px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	background: #fff;
	margin-bottom: 30px;
}

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


.caselist li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.caselist li .ico {
	position: relative;
	overflow: hidden;
	padding-top: 60%;
	width: 100%;
	background: #fff;
}

.caselist li .text {
	padding: 30px;
}


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

.caselist li:hover .ico img {
	transform: translate(-50%, -50%) scale(1.1);
}


.caselist li .title {
	text-align: left;
	line-height: 1.8em;
	font-size: 18px;
	color: #313131;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.caselist li .ext_casegy {
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
	color: #787878;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 5px;
}


/**kefu**/

.izl-rmenu {
	margin-right: 0;
	position: fixed;
	right: 0px;
	bottom: 10%;
	z-index: 999999999;
	height: 220px;
}

.fh_index {
	background: url(../images/kf_03.png)#00237D 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: 4px;
}

.fh_index:hover {
	background: url(../images/kf_03.png)#00237D 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 .consult {
	background: url(../images/kf_05.png)#00237D 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: 4px;
}

.izl-rmenu .consult:hover {
	background: url(../images/kf_05.png)#00237D 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)#00237D 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)#00237D no-repeat;
}


.izl-rmenu .cart {
	background: url(../images/kf_07.png)#00237D no-repeat center;
	display: block;
	height: 56px;
	line-height: 16px;
	color: #0a7310;
	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: 4px;
}

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


.izl-rmenu .cart .pic {
	position: absolute;
	left: -161px;
	top: -27px;
	width: 141px;
	height: 141px;
	opacity: 0;
	transition: all 0.5s;
	background-size: 100%;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

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

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

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

.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)#00237D no-repeat 20px center;
	background-size: 26px;
	width: 150px;
}

.index_ab ul li:nth-last-of-type(1) {
	border-right: 0px #ddd solid;
}