/**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;
	margin-top: 56px;
}

.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: 1240px;
	width: 100%;
	margin: auto;
	padding: 0px 20px;
}

.n_banner .name {
	font-size: 56px;
	font-family: Frizon;
	line-height: 1.2em;
	font-weight: 700;
}

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



/**nymb**/
.fltitle {
	color: #fff;
	text-align: left;
	font-size: 14px;
	padding: 0px;
	line-height: 1.3em;
	color: #313131;
}

.fltitle span {
	display: block;
	font-size: 22px;
	line-height: 1.5em;
	text-transform: uppercase;
	font-family: Frizon;
	margin-bottom: 10px;
}

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

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

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

.nymian .center .right {
	width: calc(100% - 230px);
	float: right;
	padding-left: 50px;
	padding-top: 0px;
	border-left: 1px #E0E0E0 solid;
}

.sort_name {
	font-size: 22px;
	color: #333;
	display: block;
	font-family: Frizon;
	margin-bottom: 20px;
	border-bottom: 1px #E0E0E0 solid;
	padding-bottom: 20px;
}


/**fl**/

.fl {
	padding: 0px 0px;
}

.fl a {
	display: block;
	line-height: 50px;
	text-align: left;
	padding: 0px 20px;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 6px;
	font-size: 14px;
	color: #313131;
}

.fl a:hover,
.fl a.on {
	color: #fff;
	background: #C10116;
}

/**about**/
.nyabout {
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 80px 0px;
	overflow: hidden;
}

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

.profile {}

.profile .text {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 40px;
}

.profile .text .left {
	width: 70%;
	max-width: 800px;
	color: #333;
}

.profile .text .left img {
	display: block;
	margin-bottom: 20px;
}

.profile .text .right {
	width: auto;
	color: #C10116;
	font-size: 20px;
	text-align: left;
	display: inline-block;
}

.profile .text .right span {
	font-size: 90px;
	color: #C10116;
	display: block;
	line-height: 1em;
	font-family: Frizon;
}

.profile .content strong {
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 15px;
	display: block;
}

/**news**/

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

.nynews_center {
	overflow: hidden;

}

.nynews_list {
	width: 50%;
	float: left;
	padding: 20px;
	transition: all 0.5s;
	overflow: hidden;
	display: block;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}


.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: 100%;
	height: 0px;
	padding-top: 55%;
}

.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: 20px 0px 30px;
	border-bottom: 1px #E0E0E0 solid;
}


.nynews_list_c .time {
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
	background: #0955B1;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
}

.nynews_list_text .time {
	color: #787878;
	margin-top: 10px;
	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;
	font-family: 微软雅黑;
	font-weight: 600;
}

.nynews_list:hover .nynews_list_ptitle a {
	color: #C10116;
}

.nynews_list_summary {
	color: #666;
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.7em;
	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: #fff;
	margin-top: 15px;
	border: 1px #01297C solid;
	width: 130px;
	line-height: 40px;
	text-align: center;
	background: #01297C;
	border-radius: 4px;
}


/**.news_detail**/

.news_detail .content h1
{
    font-size: 22px;
    font-weight: bold;  
}


.Details_pag {
	overflow: hidden;
	padding: 0px 0px 0px;
}

.Details_pag .center {
	max-width: 1240px;
	margin: auto;
	padding: 60px 20px 80px;
	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: 100%;
	padding: 0px;
	float: left;
}

.news_detail h1.title {
	text-align: center;
	font-size: 36px;
	margin-bottom: 25px;
	color: #333;
	margin-top: 25px;
	font-family: 微软雅黑;
	font-weight: 700;
}

.info_title {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
	border-bottom: 1px #ddd 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: 15px;
	color: #313131;
	line-height: 2em;
	padding-top: 20px;
}

.content iframe
{
    width:100% !important;
    height:675px !important;
}


.content span
{
    text-wrap-mode: initial !important;
}


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

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


.detailpage {
	padding: 20px 20px;
	background: #eee;
	overflow: hidden;
	border-radius: 0px;
	margin-top: 40px;
}

.news_detail .content strong {
	font-family: Comfortaa-Bold;
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
}


/**support**/
.support strong {
	font-weight: normal;
	color: #333;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}
#Support {
    height: 0px;
    position: relative;
    top: -50px;
}


/**faq**/
.nyfaq {
	display: flex;
}

.nyfaq .faqleft {
	width: 250px;
}

.faqleft .Select {
	font-size:18px;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #333;
	font-family: Frizon;
}


.columnfl {
	margin-top: 20px;
}

.columnfl li {
	display: block;
	line-height: 50px;
	text-align: left;
	padding: 10px 0px 10px 20px;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 6px;
	font-size: 14px;
	color: #313131;
	position: relative;
}




.columnfl li .navyj {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #313131;
	font-weight: normal;
	padding-right: 20px;
}

.columnfl li:hover .navyj {
	color: #C10116;
}


.yjdown {
	background: url(../images/xl.png) no-repeat center center;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	background-size: 12px !important;
}

.columnfl li .yjdown.xz {
	background: url(../images/hxl.png) no-repeat center center;
}

.columnfl li .nav_ej {
	display: none;
	padding-left: 10px;
	position: relative;
}


.columnfl li .nav_ej .ejlink {
	display: block;
	line-height:36px;
	color: #333;
	font-weight: normal;
	font-size: 14px;
	padding-right: 20px;
}
.columnfl li .nav_ej .ejlink:hover
{
	color:#C10116;
}


.ejdown {
	background: url(../images/xl.png) no-repeat center center;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	background-size: 12px !important;
}
.jt.xz
{
	background: url(../images/hxl.png) no-repeat center center;
}


.columnfl li .nav_sj {
	display: none;
	padding-left: 10px;
}


.columnfl li .nav_sj a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	padding-right: 20px;
}
.columnfl li .nav_sj a:hover
{
	color:#C10116;
}

.nyfaq .faqright {
	width: calc(100% - 250px);
	padding-left: 30px;
}

.nyfaq .faqright .Select {
	font-size: 20px;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #333;
	font-family: Frizon;
	margin-bottom: 20px;
}

.faqlist {
	background: #fff;
	padding: 10px 20px;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 10px;
}

.faq {
	line-height: 50px;
	display: flex;
	position: relative;
	cursor: pointer;
}

.faq .expand {
	position: absolute;
	right: 0px;
	background: url(../images/sq.png) no-repeat center;
	height: 50px;
	width: 20px;
}

.faq .expand.jtRote {
	background: url(../images/zk.png) no-repeat center;
}

.faq .title {
	color: #333;
}

.faq_neirong {
	display: none;
	margin-top: 10px;
	padding-bottom: 30px;
}

.faq_neirong .content {
	padding-top: 0px;
	font-size: 14px;
	color: #787878;
}
.faq_neirong .content table td
{
    border:1px #eee solid;
    padding:5px;
}
.faq_neirong .content table
{
    width:100%;
}


/**downloadright**/

.downloadright
{

}
.download_c
{
	padding: 30px;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
}
.downloadmain
{
	
}
.downloadmain li
{
	display: flex;
	padding: 15px 20px;
	border-radius: 4px;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.downloadmain li:hover
{
	background:#fcf2f3;
}

.downloadmain li .title
{
	font-size: 14px;
	color: #333;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.downloadmain li .en
{width: 100px;border-radius: 3px;opacity: 1;background: url(../images/xl.png)#FFFFFF no-repeat 90% 50%;box-sizing: border-box;border: 1px solid #E0E0E0;font-size: 12px;padding: 5px 10px;margin-left: auto;margin-right: 0px;background-size: 10px;}
.downloadLink
{
	width: 100px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: right;
}
.downloadLink a
{
	margin-left: 10px;
}

/**faqsearc**/
.faqsearc {
	border-radius: 40px;
	overflow: hidden;
	margin-bottom: 30px;
}

.faqsearc input {
	width: 90%;
	line-height: 50px;
	border: none !important;
	box-shadow: none !important;
	padding: 0px 20px;
	background: #eee !important;
	font-family: Comfortaa-Regular;
}

.faqsearc form {
	display: flex;
	width: 100%;
}

.faqsearc button {
	border: none;
	width: 10%;
	display: flex;
    outline: 0;
	background: #eee !important;
	justify-content: flex-end;
	align-items: center;
	padding-right: 30px;
}

.faqsearc button .fa {
	background: none;
}

/**products**/

.products {
	width: 100%;
	overflow: hidden;
	padding-bottom: 80px;
}

.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: 60px auto 0px;
	position: relative;
	max-width: 1240px;
	padding: 0px 0px;
}

.indexpr_main li {
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	padding: 0px 0px;
	padding: 20px;
}

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

.indexpr_main li:hover .pr_img {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.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: contain;
	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: 108%;
	width: 100%;
	background: #fff;
	border-radius: 10px;
}

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


/**prflinndex**/
.prflinndex {}

.prflinndex li {
	min-height: 690px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	display: flex;
	align-items: center;
}

.prflinndex li a {
	margin: auto;
	width: 100%;
	max-width: 1240px;
	padding: 0px 20px;
	color: #fff;
}
.prflinndex li a img
{
    display:none;
    width:100%;
}


.prflinndex li a .name {
	font-size: 56px;
	font-family: 微软雅黑;
	line-height: 1.2em;
	font-weight: 700;
}

.prflinndex li a .more {
	display: inline-block;
	width: 160px;
	line-height: 50px;
	background: #C10116;
	text-align: center;
	border: 1px #C10116 solid;
	border-radius: 6px;
	margin-top: 40px;
	transition: all 0.5s;
}

.prflinndex li a .more:hover {
	background: none;
	border: 1px #fff solid;
}



/**contact**/
.prompt {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	color: #999;
	font-size: 16px;
}


.contact {
	background: #fff;
	display: block;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	padding: 40px;
	line-height: 2em;
	font-size: 15px;
}

.contact h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height: 1.8em;
}


.contact_main {
	width: 50%;
	float: left;
	padding: 50px;
	color: #333;
	line-height: 2em;
}

.contact_main .title {
	color: #01297C;
	font-size: 26px;
	line-height: 2em;
}

.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: 50%;
	float: left;
}


#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: 40px;
	background-size: cover;
	display: block;
	max-width: 1240px;
	justify-content: space-between;
	margin: auto;
	background: #fff;
	margin-top: 40px;
	border-radius: 10px;
}

.messages form {
	background: #fff;
	padding: 0px;
	overflow: hidden;
	margin-top: 10px;
}


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

.cn_title {
	line-height: 1.5em;
	font-size: 22px;
	color: #333;
	display: block;
	font-family: Frizon;
	margin-bottom: 10px;
}

.cn_title span {
	display: block;
	color: #999;
	font-size: 16px;
	line-height: 1.5em;
}

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

.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-top: 20px;
	height: 260px;
	background: none;
	background: #fff;
	color: #333;
	overflow: hidden;
	font-size: 14px;
	border-radius: 4px;
	font-family: Comfortaa-Regular;
}

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



/**prDetails**/

.Details {
	overflow: hidden;
	margin: 0px 0px 0px;
	padding-top: 180px;
}


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

.fa_wrapper {
	margin-top: 0px;
}

.fa_comm_cnt {
	overflow: hidden;
	max-width: 1200px;
	margin: auto;
}

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

.fa_comm_r .title {
	font-size: 48px;
	font-family: Frizon;
	line-height: 1.2em;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
}


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

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

.fa_top {
	display: flex;
	justify-content: center;
}

.fa_dt_r {
	width: 50%;
	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 {
	border: 0px #eee solid;
	height: 800px;
	padding: 0px;
	background: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

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


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

.thumbnail .fa_Imgmax {
	width: 100%;
	height: auto;
	border: 2px #eee solid;
	height: 0px;
	padding-top: 90%;
	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 #C10116 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;
}

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


.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: 22px;
	color: #01297C;
	line-height: 60px;
	border-bottom: 1px #eee solid;
}

.fa_content {
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
}

.fa_content h1 {
	font-size:32px;
	font-family: 微软雅黑;
	line-height: 1.3em;
	margin-bottom: 30px;
}

.fa_content img {
	margin: 20px 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;
}

.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: #DB2404;
	font-family: arial;
}

.fa_dt_r .button img {}

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

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

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

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


/**Details_md**/

.Details_md {
	background: #fff;
	width: 100%;
	height:56px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
	position: fixed;
	top:56px;
	z-index: 2;
}

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

.Details_mdc .mctitle {
	line-height: 56px;
	color: #333;
	font-size: 20px;
	font-family: Frizon;
}

.Details_mdc .md {
	display: flex;
	justify-content: flex-end;
}

.Details_mdc .md a {
	line-height: 56px;
	margin-left: 2vw;
	display: block;
	color: #333;
}

.Details_mdc .md a:hover {
	color: #C10116;
}

#features,
#description,
#specifications {
	height: 0px;
	position: relative;
	top: -160px;
}



/**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;
	font-size: 14px;
}

.mbx a {
	color: #fff;
}

.Details_pag .mbx a,
.Details_pag .mbx {
	color: #999;
}

.Details_pag .mbx {
	background: url(../images/cur2.png) no-repeat left center;
	background-size: 16px;
}

.artist .mbx {
	color: #999;
	margin-top: 0px;
	background: url(../images/cur2.png) no-repeat 20px center;
	background-size: 16px;
	padding: 0px 20px;
	font-size: 14px;
	max-width: 1240px;
	padding-left: 40px;
	margin: 0px auto 20px;
}

.artist .mbx a,
.artist .mbx {
	color: #999;
}


/**caselist**/
.caselist {
	overflow: hidden;
	width: 100%;
	padding: 0px 20px;
}

.caselist li {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	margin-bottom: 60px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 40px;
}

.caselist li:before {
	content: '';
	width: 55%;
	background: #fff;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 300px;
}


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

.caselist li:nth-of-type(2n):before {
	left: 0px;
}

.caselist li:nth-of-type(2n) .text .tags {
	text-align: left;
}


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

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

.caselist li .text {
	padding: 0px;
	width: 50%;
	position: relative;
	z-index: 2;
	padding-left: 60px;
}

.caselist li .text .tags {
	width: 100%;
	font-size: 60px;
	color: #ddd;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 280px;
	line-height: 1.2em;
}

.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.2em;
	font-size: 36px;
	color: #313131;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-family: Frizon;
	padding-right: 60px;
}

.caselist li:hover .title {
	color: #C10116;
}


.caselist li .ext_casegy {
	text-align: left;
	line-height: 1.7em;
	font-size: 16px;
	color: #313131;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 15px;
	padding-right: 60px;
}

.caselist li .more {
	display: inline-block;
	text-decoration: underline;
	color: #333;
	margin-top: 30px;
}

.caselist li:hover .more {
	color: #C10116;
}


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

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

.artist .center .left {
	width: 70%;
	padding-right: 80px;
}

.artist .center .left .title {
	font-size: 40px;
	color: #333;
	display: block;
	font-family: Frizon;
	margin-bottom: 20px;
	border-bottom: 0px #E0E0E0 solid;
	padding-bottom: 20px;
}

.artist .center .left .date {
	color: #999;
}

.artist .center .left .summary {
	color: #333;
	border-bottom: 5px #333 solid;
	padding-bottom: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.artist .center .left .content {}

.artist .center .right {
	width: 30%;
}

.artist .center .right .popular {
	font-family: Frizon;
	font-size: 24px;
	color: #333;
}

.artist .center .right ul {
	margin-top: 20px;
}

.artist .center .right ul li {
	border-bottom: 1px #ddd solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.artist .center .right ul li a {
	display: flex;
}

.artist .center .right ul li a .pr_img {
	width: 40%;
	padding-top: 25%;
	position: relative;
	overflow: hidden;
}

.artist .center .right ul li a .pr_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.5s;
}

.artist .center .right ul li:hover .pr_img img {
	transform: scale(1.1);
}


.artist .center .right ul li .title {
	color: #999;
	width: 70%;
	font-size: 14px;
	padding-left: 15px;
	line-height: 1.2em;
}

.artist .center .right ul li .title span {
	display: block;
	font-family: Frizon;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 10px;
}

.artist .center .right ul li:hover .title span {
	color: #C10116;
}

.artist .content img {
	border-radius: 20px;
}

.artist .content strong {
	font-family: Comfortaa-Bold;
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
}

/**kefu**/

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

.fh_index {
	background: url(../images/kf_03.png)#C10116 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)#C10116 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/yx.png)#C10116 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/yx.png)#C10116 no-repeat 20px center;
	background-size: 26px;
	width: 280px;
}

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


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

.izl-rmenu .consult2 {
	background: url(/img/fd4.png)#C10116 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)#C10116 no-repeat;
}


.izl-rmenu .cart {
	background: url(../images/kf_07.png)#C10116 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)#C10116 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)#C10116 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)#C10116 no-repeat 20px center;
	background-size: 26px;
	width: 150px;
}


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