/**nybanner**/

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



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

.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: 22px;
	max-width: 1480px;
	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: 72px;
	position: relative;
	padding-top: 0px;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin-bottom: 0px;
}

/**about**/


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

.about2 {
	background: #edfff5;
}

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

.about1 li .left {
	line-height: 1.8em;
	font-size: 18px;
	padding-right: 100px;
	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;
	font-weight: bold;
	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%;
}

.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: 120px 0px;
}

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

.about3 .center li {
	width: calc((100% - 80px)/2);
	border: 2px #fff solid;
	border-radius: 20px;
	padding: 50px 60px;
	color: #fff;
}

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

.about3 .center li .title:before {
	content: '';
	position: absolute;
	bottom: 4px;
	width: 100%;
	height: 10px;
	background: rgba(255, 255, 255, 0.2);
}

.about3 .center li .content {
	color: #fff;
	font-size: 18px;
}

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

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

.about4 .center {
	max-width: 1480px;
	margin: auto;
	padding: 01px 20px;
}

.about4 .title {
	font-size: 36px;
	color: #333;
	margin-bottom: 20px;
}

.about4 ul {}

.about4 ul li {
	width: calc((100% - 60px)/3);
	float: left;
	margin-right: 30px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

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

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

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


.about4 ul li:nth-of-type(2),
.about4 ul li:nth-of-type(5) {
	position: relative;
	top: 45px;
}


/**about5**/
.about5 .pag2main {
	top: 50%;
	transform: translateY(-50%);
}

/**about6**/
.about6 {
	overflow: hidden;
	padding: 100px 0px 50px;
}

.abtoutitle {
	font-size: 36px;
	color: #333;
}

.about6 .center {
	max-width: 1480px;
	margin: auto;
	padding: 0px 20px;
}


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

.about6 ul li {
	width: calc((100% - 120px)/5);
	float: left;
	background: #e50f27;
	border-radius: 40px;
}

.about6 ul li img {
	display: block;
	margin: 120px auto;
}

.about6 ul li p {
	font-size: 22px;
	text-align: center;
	color: #fff;
	padding-bottom: 30px;
}


/**idea**/
.idea {
	background: #e5ebf4;
	overflow: hidden;
	position: relative;
}

.idea li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.idea li .left {
	width: 58%;
	position: relative;
}

.idea li .left img {
	height: 100%;
	object-fit: contain;
}

.idea li .left .ext_aboutgy {
	position: absolute;
	bottom: 0px;
	width: 50%;
	padding: 40px;
	color: #fff;
	font-size: 36px;
	z-index: 2;
	left: 17%;
}

.idea li .right {
	width: 42%;
	padding: 40px;
}

.idea li .right .text {
	max-width: 600px;
	padding: 50px;
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
}

.idea li .right .title {
	font-size: 36px;
	font-weight: bold;
	color: #333;
}

.idea li .right .content {
	font-size: 20px;
}


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

.kjcx1 .center ul {
	margin: auto;
	max-width: 1480px;
	overflow: hidden;
}

.kjcx1 .center p {
	font-size: 36px;
	color: #333;
	max-width: 1480px;
	margin: 0px auto 20px;
	padding: 0px 20px;
}

.kjcx1 .center li {
	width: 25%;
	float: left;
	padding: 20px;
	cursor: pointer;
}

.kjcx1 .center li .ico {
	border: 2px #eee solid;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	height: 0px;
	padding-top: 90%;
}

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

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

/**kjcx2**/


.kjcx2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.kjcx2 li {
	padding: 100px 0px;
}

.kjcx2 li:nth-of-type(1) {

	background: #e8f1f3;
}

.kjcx2 li:nth-of-type(2n) .right {
	position: relative;
	left: 50%;
	text-align: right;
}

.kjcx2 li:nth-of-type(2n) .left {
	position: relative;
	left: -50%;
	padding-left: 0px;
	padding-right: 100px;
}

.kjcx2 li:nth-of-type(3) .center {
	max-width: 100%;
	padding: 0px;
}

.kjcx2 li:nth-of-type(3) {
	background: #f2f5fa;
	padding: 0px;
}

.kjcx2 li:nth-of-type(3) .right {
	border-radius: 0px 20px 20px 0px;
}

.kjcx2 li:nth-of-type(3) .left .title,
.kjcx2 li:nth-of-type(3) .left .ext_indexsummary {
	max-width: 600px;
}

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



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

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



.kjcx2 li .left .title {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 1.2em;
	margin-bottom: 20px;
}

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

.kjcx2 li .right {
	overflow: hidden;
	width: 50%;
}

.kjcx2 li .right img {
	max-width: 100%;
	border-radius: 10px;
}

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


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

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

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


/**kjcx3**/
.kjcx3 {
	background: #f2faf5;
	width: 100%;
	overflow: hidden;
	padding: 100px 20px;
}

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

.kjcx3 li {
	width: calc((100% - 80px)/2);
	float: left;
}

.kjcx3 li .ico {
	border-radius: 10px;
	height: 0px;
	padding-top: 43%;
	position: relative;
	overflow: hidden;
}

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

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

.kjcx3 li .content {
	font-size: 18px;
	color: #666;
	line-height: 1.7em;
}

.kjcx3 .title {
	font-size: 36px;
	color: #333;
	max-width: 1480px;
	padding: 0px 20px;
	margin: 0px auto 30px;
}





/**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: 100px;
	padding-top: 100px;
}
.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: 1480px;
	margin: auto;
	padding: 0px 20px 40px;
	overflow: hidden;
}

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

.nynews_list:hover {
	background-image: linear-gradient(to right, #003c96, #118abf);
}

.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: 62%;
	border-radius: 10px;
}
.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;
}




.nynews_list_c .time {
	font-size: 16px;
	color: #333;
}



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

.nynews_list:hover .nynews_list_ptitle a,
.nynews_list:hover .time {
	color: #fff;
}

.nynews_list_summary {
	color: #999;
	font-size: 15px;
	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: auto;
}

.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: 100px 0px;
}

.products .center {
	max-width: 1480px;
	padding: 0px 20px;
	margin: auto;
}

.products .center .text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.products .center .text .def2 {
	font-size: 36px;
	color: #333;
}

.products .center .text .def3 {
	font-size: 22px;
	max-width: 600px;
	color: #333;
}

.products .center ul {
	overflow: hidden;
	margin-top: 60px;
}

.products .center ul li {
	width: calc((100% - 120px)/4);
	float: left;
	margin-right: 40px;
}

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

.products .center ul li .ico {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	height: 0px;
	padding-top: 100%;
}

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

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


.products .center ul li .name {
	text-align: center;
	color: #333;
	line-height: 1.5em;
	font-size: 22px;
	padding: 20px 0px;
}

/**prlist**/
.prlist {
	position: relative;
	overflow: hidden;
	padding: 20px 0px 20px;
}

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

.pritem:nth-of-type(2n) {
	background: #f2f5fa;
}


.prlist .prname {
	font-size: 36px;
	color: #333;
	max-width: 1480px;
	margin: 0px auto 10px;
	padding: 0px 20px;
}

.prlist .prli {}

.prlist .prli {
	max-width: 1480px;
	padding: 0px 10px;
	margin: auto;
}

.prlist .prli li {
	width: 25%;
	float: left;
	padding: 10px;
}

.prlist .prli li a {
	display: block;
	width: 100%;
	position: relative;
}

.prlist .prli li .pic {
	height: 0px;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	border: 1px #eee solid;
	border-radius: 20px;
    background: #fff;
}

.prlist .prli li .pic img {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 70%;
    object-fit: contain;
    transition: all 0.5s;
    transform: translateY(-50%);
}

.prlist .prli li:hover .pic img {
	transform:translateY(-50%)scale(1.1);
}


.prlist .prli li .title {
	line-height: 2em;
	color: #999;
	padding: 0px 20px;
}


/**prsolution1**/
.prsolution1 {
	background: #f2faf5;
	padding: 80px 0px;
}

.prsolution3 {
	background: #f2f5fa;
}

.prsolution4 {
	background: #fff;
}


.prsolution1 .center {
	max-width: 1480px;
	margin: auto;
	padding: 0px 20px;
}

.prsolution1 .center .solutitle {
	font-size: 36px;
	color: #333;
	margin-bottom: 30px;
}

.prsolution1 .center ul {}

.prsolution1 .center ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.prsolution1 .center ul li .left {
	width: 50%;
}

.prsolution3 .center ul li .left {
	text-align: right;
}

.prsolution1 .center ul li .left .ico {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	display: inline-block;
}

.prsolution1 .center ul li .left img {
	transition: all 0.5s;
	max-width: 100%;
}

.prsolution1 .center ul li .right {
	width: 50%;
	padding: 0px 70px;
}

.prsolution1 .center ul li .right .title {
	font-size: 28px;
	color: #003a95;
	margin-bottom: 20px;
}

.prsolution1 .center ul li .right .ext_prgy {
	line-height: 2em;
	font-size: 18px;
	color: #333;
}

.prsolution1 .center ul li .right a {
	border: 2px #003a95 solid;
	border-radius: 30px;
	line-height: 40px;
	display: block;
	max-width: 160px;
	text-align: center;
	color: #003a95;
	margin-top: 30px;
}

/**prsolution2**/
.prsolution2 {
	overflow: hidden;
	position: relative;
	padding: 140px 0px;
}

.prsolution2 .center {
	max-width: 1480px;
	margin: auto;
	padding: 0px 20px;
}

.prsolution2 .center ul {
	display: flex;
	justify-content: space-between;
}

.prsolution2 .center li {
	width: calc((100% - 60px)/2);
	float: left;
}

.prsolution2 .center li .ico {
	display: flex;
}

.prsolution2 .center li .ico img {
    width: 150px;
    height: 150px;
}

.prsolution2 .center li .text {
	padding: 0px 20px;
	width: calc(100% - 150px);
}

.prsolution2 .center li .text .title {
	font-size: 30px;
	color: #333;
}

.prsolution2 .center li .text .ext_prgy {
	font-size: 16px;
	line-height: 1.8em;
	color: #666;
	margin-top: 10px;
}


/**recruit**/
.recruit {
	overflow: hidden;
	padding: 100px 0px;
}

.recruitxq {
	padding: 50px 0px 50px;
}

.contactzp {
	padding: 100px 0px 0px;
}

.fltitle {
	font-size: 36px;
	color: #333;
	margin-bottom: 30px;
}

.recruit .center {
	max-width: 1480px;
	margin: auto;
	padding: 0px 20px;
}

.recruit .center .main {
	overflow: hidden;
}

.recruit .center .list {
	width: calc((100% - 50px)/2);
	float: left;
	padding: 40px;
	border: 2px #eee solid;
	border-radius: 8px;
	margin-right: 50px;
	margin-bottom: 50px;
}

.recruit .center .list:nth-of-type(2n) {
	margin-right: 0px;
}

.recruit .center .list .title {
	font-size: 30px;
	color: #333;
	margin-bottom: 10px;
	transition: all 0.5s;
}

.recruit .center .list:hover .title {
	color: #003a95;
}

.recruit .center .list .ext_strength {
	font-size: 18px;
	color: #333;
	line-height: 1.8em;
}

.recruit .center .list .more {
	line-height: 40px;
	background: #fff;
	color: #003a95;
	max-width: 160px;
	text-align: center;
	transition: all 0.5s;
	border-radius: 6px;
	border: 2px #003a95 solid;
	margin-top: 20px;
}

.recruit .center .list:hover .more {
	background: #003a95;
	color: #fff;
}


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

.recruitDetails .center {
	max-width: 1480px;
	margin: auto;
	padding: 0px 20px;
}

.recruitDetails .center .date {
	color: #333;
}

.recruitDetails-title {
	font-size: 30px;
	color: #333;
}

.recruitDetails .content {}


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

.solution p {
	font-size: 36px;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}

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

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

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

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

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

.solution li .title {
	position: absolute;
	width: 70%;
	color: #fff;
	bottom: 20px;
	text-align: center;
	background: rgba(229, 15, 39, 0.6);
	left: 15%;
	line-height: 40px;
	border-radius: 30px;
}



/**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);
}


/**prDetails**/

.Details {
	overflow: hidden;
	margin: 0px 0px 0px;
	background: #f6f6f6;
	padding: 80px 20px;
}


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

.fa_wrapper {
	margin-top: 0px;
}

.fa_comm_cnt {
	overflow: hidden;
	max-width: 100%;
	padding: 0px 0px;
	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;
	border-right: 20px #f9f9f9f9 solid;
}

.fa_top {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
}

.fa_dt_r {
	width: 55%;
	float: left;
	padding: 50px;
}

.fa_big_swp {
	background: #fff;
	width: 100%;
	position: relative;
}

.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: 60%;
}

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

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

.Details2 .fa_Imgmax {
	height: 600px;
	padding: 50px;
	background: #eee;
}

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

.fa-angle-left:before {
	width: 30px;
	height: 90px;
	display: block;
	font-size: 20px;
	color: #999;
	text-align: center;
	line-height: 90px;
	background: none;
	cursor: pointer;
}

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

.fa-angle-right:before {
	content: "\f105";
	width: 30px;
	height: 90px;
	display: block;
	font-size: 20px;
	color: #999;
	text-align: center;
	line-height: 90px;
	background: none;
	cursor: pointer;
}

.fa-angle-right:hover:before {
	color: #bdd81b;
	background: none;
}

.fa-angle-left:hover:before {
	color: #bdd81b;
	background: none;
}

.fa_content {
	width: 100%;
	overflow: hidden;
	max-width: 1640px;
	margin: 30px auto 0px;
	border: 0px #f6f6f6 solid;
	padding: 40px;
	background: #fff;
}

.Details_mbx_c {
	max-width: 1400px;
	overflow: hidden;
}

.pr_list {
	width: 120px;
	height: 40px;
	background: url(../images/fh.png)#f3f3f3 no-repeat 20px center;
	display: block;
	line-height: 40px;
	padding-left: 44px;
	border-radius: 20px;
	margin-right: 0px;
	float: right;
}

.pr_list:hover {
	background: url(../images/fh2.png)#0d56a5 no-repeat 20px center;
	color: #fff;
}

.Details_mbx {
	overflow: hidden;
}

.Details_mbxc {
	max-width: 1340px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: auto;
	align-items: center;
	padding: 0px 20px;
}

.Details_mbxc .mbx_list {
	width: auto;
	color: #999;
	background: url(../images/mbx.png) no-repeat left center;
}

.Details_mbxc .mbx_list a {
	color: #999;
}

.upanddown {
	width: 100%;
	float: left;
	text-align: center;
	background: #f6f6f6;
}

.upanddown .up {
	float: left;
}

.upanddown .up i {
	margin-right: 10px;
}

.upanddown .dow {
	float: right;
}

.upanddown .dow i {
	margin-left: 10px;
}

.upanddown a {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	padding: 0px 20px;
	text-align: center;
	color: #999;
	border-radius: 30px;
	min-width: 150px;
	margin-left: 0px;
	background: #eeeeee;
}

.upanddown a:hover {
	background: #0d56a5;
	color: #fff;
}

.hot_c {
	width: 50%;
	float: left;
}

.fa_pro_tit {
	font-size: 30px;
	color: #003a95;
	text-align: left;
	font-weight: bold;
}

.pr_pages a {
	line-height: 50px;
	font-size: 14px;
	color: #999;
	width: calc((100% - 20px)/3);
	text-align: center;
	display: block;
	flex-basis: auto;
	background: #f6f6f6;
	margin-right: 10px;
	height: p;
	padding: 0px 0px;
}

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

.pr_pages a:nth-last-of-type(1) {
	margin-right: 0px;
}

.ext_Specification {
	font-size: 16px;
	color: #666;
	line-height: 2em;
	text-align: left;
	margin: 20px 0px;
}

.ext_Specification p {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}

.ext_Specification p:before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0px;
	top: 15px;
	background: #00824a;
	border-radius: 100%;
}

.zx {
	margin-top: 40px;
}

.zx a {
	padding-left: 0px;
	font-size: 22px;
	display: block;
	width: 100%;
}

.zx .zxzx {
	background: #003a95;
	color: #fff;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	border: 2px #00824a solid;
	transition: all 0.5s;
	max-width: 250px;
}

.zx a.zxzx:hover {
	background: none;
	border: 2px #00824a solid;
	color: #00824a;
}

.zx a i {
	display: block;
	font-style: normal;
	font-size: 16px;
	color: #999;
	font-weight: normal;
	margin-bottom: 5px;
	background-size: 20px;
}

.zx a span {
	font-size: 30px;
	color: #003a95;
	font-weight: 100;
	font-family: CenturyGothic !important;
}

.pr_pages {
	display: flex;
	width: 80%;
}

.ext_use {
	font-size: 16px;
	color: #666;
	padding: 30px 0px;
	line-height: 1.8em;
	border-bottom: 1px #ddd solid;
}

.ext_tel p {
	padding-top: 30px;
	font-size: 16px;
	color: #666;
}

.ext_tel span {
	display: block;
	color: #0d56a5;
	background: url(../images/kf.png) no-repeat left;
	font-size: 30px;
	padding-left: 45px;
	font-family: arial !important;
	font-weight: bold;
	background-size: 36px;
}

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

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


.fa_tab_content table td {
	padding: 10px;
	border: 1px #ddd solid !important;
}
.fa_tab_content table td,.fa_tab_content table td p,.fa_tab_content table td span
{
    font-size: 16px !important; 
}

.fa_tab_content table tr:nth-child(odd) {
	background: #ecf5f8;
}

.fa_tab_content table {
	width: 100%;
}


.xz_list {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 20px 0px;
	background: #f6f6f6;
	padding: 20px;
}

.xz_list span {
	display: block;
	line-height: 32px;
}

.xz_list a {
	color: #fff;
	background: #3ba598;
	display: block;
	border-radius: 4px;
	padding: 0px 30px;
	line-height: 32px;
}

.fa_tab_content p {
	line-height: 2em;
	font-size: 16px;
	color: #222;
}

.fa_tab_content .content {
	display: none;
}

.fa_tab_content .content.cur {
	display: block;
}

.fa_active {
	display: block;
	width: auto;
	height: auto;
	font-size: 22px;
	color: #fff;
	padding: 0px 0px;
	cursor: pointer;
	border-bottom: 1px #eee solid;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

.fa_active em {
	display: block;
	font-style: initial;
	font-size: 20px;
}

.mbx a {
	font-size: 15px;
	color: #999;
	padding: 0px 5px;
}

.mbx p {
	line-height: 60px;
}

.mbx {
	color: #fff;
	line-height: 80px;
}

.mbx_list {
	background: url(../images/mbx.png) no-repeat left center;
	padding-left: 20px;
	width: 100%;
	text-align: left;
	color: #999;
}

.fa_active i {
	width: auto;
	font-style: initial;
	float: left;
	display: block;
	line-height: 60px;
	padding: 0px;
	border-bottom: 2px rgba(255, 255, 255, 0) solid;
	color: #666;
}

.fa_active i.cur {
	border-bottom: 2px #003a95 solid;
	color: #003a95;
}

.fa_tab_tit {
	background: #fff;
	margin-bottom: 20px;
}

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

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





/**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: 100px 0px 0px;
	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: 1480px;
	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;
	padding: 50px 0px 0px;
}

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

.info_title {
}

.news_detail h3.title_bar {
	line-height: 30px;
	text-align: left;
	font-weight: normal;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	padding-bottom: 10px;
}

.content {
	font-size: 16px;
	color: #333;
	line-height: 2em;
	padding-top: 20px;
}
.content p,.content span
{
    text-wrap: initial !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**/

.contact-add {
	padding: 100px 0px;
}

.contact-add .center {
	max-width: 1480px;
	margin: auto;
	display: flex;
	padding: 0px 20px;
}

.contact-add .center ul {
	width: calc(100% / 3);
	float: left;
}

.contact-add .center ul li {
	min-height: 360px;
}

.contact-add .center ul li.text {
	padding: 60px 30px 0px;
	line-height: 1.7em;
	color: #666;
}

.contact-add .center ul li .title {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
	border-left: 4px #009944 solid;
	line-height: 1em;
	padding-left: 8px;
}

.contact-add .center ul li .title em {
	display: block;
	font-style: initial;
	font-size: 14px;
	color: #999;
	line-height: 1em;
	margin-top: 10px;
}

.contact-add .center ul li img {
	max-width: 100%;
}

.contacttext {
	background: url(../images/contact.jpg) repeat-x;
	background-size: cover;
	padding: 80px 20px 80px;
}

.contacttext .center {
	max-width: 1440px;
	margin: auto;
	padding: 60px;
	background: #fff;
	border-radius: 20px;
}

.contacttext .center .title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 3px #009944 solid;
	padding-bottom: 4px;
}

.contacttext .center .tel {
	overflow: hidden;
	margin-bottom: 70px;
}

.contacttext .center .tel li {
	width: 33.33%;
	float: left;
	font-size: 24px;
}

.contacttext .center .sales {
	overflow: hidden;
}

.contacttext .center .sales li {
	font-size: 24px;
	width: 25%;
	float: left;
	padding: 0px 0px;
	position: relative;
	line-height: 60px;
}

.contacttext .center .sales li:nth-of-type(1),
.contacttext .center .sales li:nth-of-type(2),
.contacttext .center .sales li:nth-of-type(3),
.contacttext .center .sales li:nth-of-type(4) {
	border-bottom: 1px #eee solid;
}

.contacttext .center .sales li:before {
	content: '';
	position: absolute;
	right: 12%;
	height: 100%;
	background: #eee;
	width: 1px;
}

.contacttext .center .sales li:nth-of-type(4):before {
	display: none;
}

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

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



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

.messagestext span {
	display: block;
	color: #222;
	font-size: 16px;
}

.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 0px 0px;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
	display: block;
	border-radius: 4px;
}




/**video**/
.video {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 80px;
	padding-top: 30px;
}

.videolist {
	padding-top: 80px;
}

.in-video {
	width: 100%;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.in-video li a:before {
	content: '';
	width: 84px;
	background: url(../images/video.png) no-repeat;
	height: 84px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-top: -42px;
	margin-left: -42px;
}


.in-video .left {
	width: 60%;
	border-radius: 30px;
	overflow: hidden;
}

.in-video .left .ico {
	height: 0px;
	padding-top: 60%;
	overflow: hidden;
	position: relative;
}

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

.in-video .left:hover .ico img {
	transform: scale(1.1);
}

.in-video .left .title {
	position: absolute;
	bottom: 0px;
	padding: 40px;
	font-size: 22px;
	color: #fff;
}

.in-video .right {
	width: 40%;
}

.in-video .right p {
	max-width: 430px;
	margin: auto;
	line-height: 1.8em;
}

.in-video .right p span {
	display: block;
	font-size: 36px;
	color: #000;
	margin-bottom: 25px;
	line-height: 1.7em;
}

.in-video .right a {
	display: block;
	width: 160px;
	line-height: 40px;
	border: 2px #003a95 solid;
	border-radius: 30px;
	color: #003a95;
	text-align: center;
	margin-top: 10%;
}

.in-video .right a:hover {
	color: #fff;
	background: #003a95;
}

.video .center {
	max-width: 1480px;
	margin: auto;
	overflow: hidden;
}

.video .center .list {
	width: calc(100% / 3);
	float: left;
	padding: 20px;
}

.video .center .list .ico {
	border-radius: 10px;
	overflow: hidden;
	height: 0px;
	padding-top: 60%;
	position: relative;
}

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

.video .center .list:hover .ico img {
	transform: scale(1.1);
}

.video .center .list .title {
	font-size: 22px;
	color: #333;
	line-height: 1.8em;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.video .center .list .time {
	color: #333;
}

.video .fltitle {
	max-width: 1480px;
	margin: auto;
	padding: 0px 20px;
	margin-top: 30px;
}

.qzmore {
	max-width: 1480px;
	margin: auto;
	padding: 0px 20px;
	overflow: hidden;
}
.viedemore
{
	margin: 30px auto 0px;
}

.qzmore a {
	font-size: 22px;
	margin-top: 60px;
	color: #000;
}

.qzmore a img {
	width: 16px;
	margin-left: 10px;
	margin-top: -2px;
}

/**search-result**/

.search-result {
	padding: 160px 0px 60px;
	width: 100%;
	overflow: hidden;
	background: #f9f9f9;
}
.search-mian
{
	overflow: hidden;
	margin-bottom: 20px;
}
.search-result .center
{
    max-width: 1480px;
    margin: auto;
}

.search-result .search-mian li
{
    width: calc(100% / 4);
    float: left;
    padding: 20px;
}
.search-result .center li .ico
{
    height: 0px;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    border-radius: 20px;
}
.search-result .center li .ico img
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
transition: all 0.5s;	
}
.search-result .search-mian li:hover .ico img
{
transform: scale(1.1);	
}

.search-result .center li .search-title
{
    display: block;
    width: 100%;
    line-height: 1.7em;
    padding: 10px 0px;
    font-size: 16px;
}



/**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: -273px;
	top: -27px;
	width: 273px;
	height: 151px;
	opacity: 0;
	transition: all 0.5s;
	background-size: 100%;
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding: 30px;
	background: #fff;
}

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

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

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