@charset "utf-8";
/*  引用字体包*/
@font-face {
	font-family: 'GILROY';
	src: url(../fonts/GILROY.OTF);
}

* {margin: 0;padding: 0;}
body {margin: 0;padding: 0;height: 100%;font-size: 14px; font-family:"GILROY";color: #333;line-height: 24px;}
dd,dl,dt,li,ol,ul {margin: 0;padding: 0;list-style: none;}
em,i {font-style: normal;text-decoration: none;}
i {vertical-align: middle;}
h3,h4,h5 {margin: 0;padding: 0;}
.fl {float: left;}
.fr {float: right;}
.clear {clear: both;font-size: 0; height:0;}
a {text-decoration: none;transition: all .2s linear 0s;	color: #666;}
:focus {outline: 0;}
img {border: 0;}
.wrap {	width:96%;max-width:1360px;margin: auto;}
.font50{ font-size:50px;}
.font32{ font-size:32px;}
.font24{ font-size:24px;}
.font20{ font-size:20px;}
.font18{ font-size:18px;}
.font16{ font-size:16px;}
.font2v{ font-size:2vw;}
.font3v{ font-size:3vw;}
.font4v{ font-size:4vw;}

.flex {	display: flex;justify-content: space-between;}
.flexzuo{	display: flex;justify-content:flex-start;}
.flex-wrap {display: flex;flex-wrap: wrap;}

:root {
    --c:#0093d0;
    --jc:#ff0101;
    --tc:#ff0101;
    --bw:clamp(769px,90%,1600px);
  	--bc:#666;
  	--br:5px;
    --cc: #000;
}


/*headtop*/
/* Dropdown menu */
.main-nav__navigation-box {	margin: 0;padding: 0;list-style: none;display: -moz-flex;display: -ms-flex;	display: -o-flex;display: -webkit-box;display: flex;-webkit-box-align: center;
	align-items: center;position: initial !important;}
.main-nav__navigation-box,.main-nav__navigation-box ul {margin: 0;padding: 0;list-style: none;}
.main-nav__navigation-box>li+li {position: relative; margin:0 10px;}
.main-nav__navigation-box>li>a {position: relative;	display: inline-block;color: #000;font-size:15px;line-height:36px;	text-transform: capitalize;	-webkit-transition: all 500ms ease;	transition: all 500ms ease;	z-index: 1; font-weight:800; padding:0 10px;}
.main-nav__navigation-box>li:hover>a,.main-nav__navigation-box>li.current>a,.main-nav__navigation-box>li.current-menu-item>a {color: #fff;}
.main-nav__navigation-box>li:hover>a:before,.main-nav__navigation-box>li.current>a:before,.main-nav__navigation-box>li.current-menu-item>a:before { color: var(--c);}
.main-nav__navigation-box>li a::after {content: ''; position: absolute;left: 0%;bottom: 0px;width: 100%;height: 0%;background:var(--c);opacity: 1;z-index:-1;transition: all .3s ease; border-radius:10px;}
.main-nav__navigation-box>li:hover a::after {height: 100%}
.main-nav__navigation-box>li ul a::after{background:rgba(0,0,0,.5);}
.dropdown-btn {display: none;}
.main-nav__navigation-box dl{position:relative;width: 140px;height: 30px;}

.main-nav__navigation-box dl a img{ margin-right:10px; margin-bottom:-5px;}
.main-nav__navigation-box>li ul {position: absolute;width: 100%;min-width: 280px;line-height: 40px;-webkit-transform-origin: top;transform-origin: top;visibility: hidden;opacity: 0;
	z-index: 991;-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;}
.main-nav__navigation-box>li ul>li {position: relative;}
.main-nav__navigation-box>li ul>li+li {}
.main-nav__navigation-box>li ul>a {font-size: 14px;word-break: break-all;padding-top: 0px;padding-left: 20px;padding-right: 20px;-webkit-transition: all 500ms ease;transition: all 500ms ease;text-transform: capitalize;display: block;}
.main-nav__navigation-box>li ul>a:hover{ background:var(--c);}
.main-nav__navigation-box li ul .topnav {
	font-size: 16px;
	background: #666;
	min-width: 60px;
	height: 40px;
	margin: 10px 0px;
	word-break: break-all;
	color: #fff;
	line-height: 40px;
	padding: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-transform: capitalize;
}

.main-nav__navigation-box li ul .topnav:hover {	background: #666;color: #fff;font-weight: 400;}
.main-nav__navigation-box li ul a:hover {color: var(--c);}

/* 手机站底部 */
.qedge-com-footer1 {display: none;}
.qedge-com-footer-links1 .content .qedge-com-accordion-menu1 .title {font-size: 14px;line-height: 24px;	position: relative;	font-weight: 400;margin-bottom: 0;padding: 8px 0;}
.qedge-com-accordion-menu1 .accordion-header {display: block;position: relative;color: #666;}
.qedge-com-footer-links1 .content .qedge-com-accordion-menu1 {border-bottom: 1px solid #d7d7d7;}
.qedge-com-accordion-menu1 .accordion-header::before {background-color: black;content: " ";	display: block;	width: 1px;	position: absolute;	top: 50%;	margin-top: -4px;	right: 4px;	height: 9px;	-webkit-transition: opacity linear 0.15s;transition: opacity linear 0.15s;}
.qedge-com-accordion-menu1 .accordion-header::after {background-color: black;content: " ";display: block;height: 1px;position: absolute;top: 50%;right: 0px;width: 9px;}
.qedge-com-accordion-menu1 .accordion-header::after{}
.qedge-com-accordion-menu1 .accordion-body {
	background-color: #F5F5F5;
	font-size: 1.2em;
	-webkit-transition: height ease-in 0.15s;
	transition: height ease-in 0.15s;
	height: auto!important;
	display: none;
	overflow: hidden;
}

.qedge-com-footer-links1 .content .qedge-com-accordion-menu1 ul {padding: 0;font-size: 12px;line-height: 22px;}
.qedge-com-footer-links1 .content .qedge-com-accordion-menu1 ul li a,.qedge-com-footer-links1 .content .qedge-com-accordion-menu1 ul li span {display: block;padding: 6px 20px;}
.content li+li {margin-top: .25em;}
.qedge-com-footer-links1 .content .qedge-com-accordion-menu1 ul li {display: block;}
.qedge-com-footer-links1 .content ul li a {color: #666666;font-weight: 400;font-size: 12px;line-height: 22px;text-decoration: none;}
.qedge-com-accordion-menu1 .accordion-header.active::after {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.qedge-com-accordion-menu1 .accordion-header.active::before {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.sjzdbwz {font-size: 14px;line-height: 24px;color: #666;display: none;text-align: left;	padding: 0 10px 20px;}
.sjzdbwz p {text-align: left !important;}

@media(max-width:750px) {
	.qedge-com-footer1 {display: block;}
	.sjzdbwz {display: block;}
}


/* Second level menu */
.main-nav__navigation-box li ul { border-radius:10px; overflow:hidden;top:120%;left: 0;-webkit-transform: translateY(0px);transform: translateY(0px);visibility: hidden;opacity: 0;z-index: -999;transition: all 500ms ease;}
.main-nav__navigation-box li:hover ul {top: 100%;-webkit-transform: translateY(0);transform: translateY(0);visibility: visible;opacity: 1;box-shadow: 0 10px 20px rgba(0, 0, 0, .1);z-index: 9999;}




/* 导航 */
.headtopp{ line-height:34px;border-bottom:1px solid #eee;}
.headtoppp {max-width: 1500px; margin:0 auto; text-align:right;}
.headtoppp span{ float:left;}
.headtop {width: 100%;display: block; top: 0px; position: fixed;z-index: 9999;  background:rgba(255,255,255,0.8); transition: all .5s linear 0s;}
.headtop .topbox {height:80px;max-width:1360px;width:96%;z-index: 666;top: 0;left: 0;right: 0;	transition: all 0.3s; margin:0 auto;}
.headtop .topbox .logo {padding-right: 0;width:220px;display: flex;align-items: center;}
.headtop .topbox .logo img {width:auto; height:40px;}
.headtop .topbox .nav {width: 890px;height: 41px;padding-top: 16px;float: left;}
.headtop .topbox .nav a {color: #333;line-height: 40px;height: 40px;font-size: 16px;font-weight: 600;border-bottom: 1px solid rgba(255, 255, 255, 0);text-decoration: none;	padding-right: 50px;}
.headtop .topbox .nav a:hover {	color: #1e52a4;}
.headtop .topbox .nav a.active {color: #1e52a4 !important;}
.headtop .topbox .toptel {padding-right: 50px;color: #fff;line-height: 80px;}
.headtop .topbox .toptel img {margin-right: 10px;position: relative;top: 3px;}
.headtop .topbox .nav .neiyea {	color: #eee;}
.headtop:hover {background: ;}
.headtop_logo_on{display:none;}
.headtop:hover .headtop_logo{display:none;}
.headtop:hover .headtop_logo_on{display:block;}
.baidi .headtop_logo_on{display:block;}
.baidi .headtop_logo{display:none;}
.headtop .main-nav__navigation-box li:hover  a {color: #fff;}
.headtop:hover .main-nav__navigation-box>li.current>a {color: #fff;}
.headtop .current a::after {height: 100%}
.headtop .topbox .logo {line-height:80px;}

.baidi {background: #fff;border-bottom: 6px solid var(--c);}
.baidi .main-nav__navigation-box li .neiyea {color: #333 !important;}
#menuClick{font-size:25PX; color:#FFF;  width:40PX;-webkit-box-align: center;align-items: center; display: flex;}
#menuClick:hover{ cursor: pointer;}
#menuClick .icon{ margin-right:10px;}
.baidi #menuClick .icon path{fill:#333 !important;}
.baidi #menuClick{ color:#333 !important;}
.headtop:hover #menuClick{ color:#333 !important;}
.headtop:hover #menuClick .icon path{fill:#333 !important;}
.baidi .main-nav__navigation-box .current .neiyea {  }



/*nav*/
#openlc { position: fixed; right: 0; top: 0; z-index: 999; height: 70px; padding: 5px 0; }
.lcbody { display: inline-block; margin: 20px; width: 30px; height: 30px; position: relative; transform: translateZ(0px) rotate(0deg); transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99); }
.lcitem { position: absolute; left: 0; top: 0; transform: translateZ(0px) rotate(0deg); transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s; -webkit-transform: translateZ(0px) rotate(0deg); -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s; width: 30px; height: 30px; }
.lcitem .rect { width: 30px; height: 1px; background: #999999; position: absolute; left: 0; top: 14px; transition: transform 0.2s ease 0.2s; -webkit-transition: -webkit-transform 0.2s ease 0.2s; }
.lcitem .rect.top { transform: translate3d(0px, -8px, 0px); -webkit-transform: translate3d(0px, -8px, 0px); }
.lcitem .rect.bottom { transform: translate3d(0px, 68px, 0px); -webkit-transform: translate3d(0px, 8px, 0px); }
#leftcontrol { width: 260px; height: 100%; right: -260px; transition: all 0.25s; background: #202122; position: fixed; overflow-y: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; z-index: 999; }
#leftcontrol ul#nav { padding-top: 13px; }
#leftcontrol ul li { display: block; min-height: 44px; border-top: 1px solid #272727; font-size: 1rem; width: 100%; }
#leftcontrol ul li a { display: block; color: #777777; padding: 0 25px; height: 44px; line-height: 44px; }
#leftcontrol ul li a span { display: inline-block; }
#leftcontrol ul li a span.circle { width: 8px; height: 8px; border: #474747 1px solid; border-radius: 5px; margin-right: 20px; }
#leftcontrol ul li .subnav { display: none; }
#leftcontrol ul.subnav li a i { margin-right: 20px; font-size: 1.5rem; color: #3e3e3e; }
#leftcontrol ul.subnav li a { background: #19191A; color: #7e7e7e; }
#leftcontrol ul li a span.more { width: 12px; height: 12px; position: relative; float: right; top: 16px; }
#leftcontrol ul li a span.more span { background: #474747; position: absolute; }
#leftcontrol ul li a span.more span.h { width: 12px; height: 2px; transform: translate3d(0, 5px, 0); -webkit-transform: translate3d(0, 5px, 0); }
#leftcontrol ul li a span.more span.v { transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0); -webkit-transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0); }
#leftcontrol ul li.active a span.more span.v { transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0); -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0); }
#leftcontrol ul li.active a span.circle { border-color: var(--c); background-color: var(--c); }
#leftcontrol ul li.active a.hassub { background: #222324; color: #FFF; }
#leftcontrol ul li.onnav a { background: #111; color: #ccc; }
#leftcontrol ul li.onnav a span.circle { border-color: var(--c); background-color: var(--c); }
#leftcontrol ul li.noNav { display: none; }
.pageOn #openlc { background: #202122; }
.pageOn #leftcontrol { right: 0; top: 0; }
.pageOn .lcbody { transform: translateZ(0px) rotate(90deg); -webkit-transform: translateZ(0px) rotate(90deg); }
.pageOn .lcitem { transform: translateZ(0px) rotate(45deg); transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s; -webkit-transform: translateZ(0px) rotate(45deg); -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s; }
.pageOn .lcitem .rect { transition: transform 0.2s ease 0s; transform: translate3d(0px, 0px, 0px); -webkit-transition: -webkit-transform 0.2s ease 0s; -webkit-transform: translate3d(0px, 0px, 0px); }
.pageOn .lcitem.bottom { transform: translateZ(0px) rotate(-45deg); -webkit-transform: translateZ(0px) rotate(-45deg); }
#body { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 996; display: none; }
.pageOn #body { display: block; }


   /*  input:invalid { border-color: red; }
     input:valid { border-color: green; }*/
.contactField, input{ font-size:14px; color:#ccc; background:none;border:solid 1px #eee; }
.contactField:focus, input:focus{ border:solid 0px #797979;}
.contactTextarea{ font-size:12px; border:solid 1px #cacaca; color:#666;}
.contactTextarea:focus{ border:solid 0px var(--c);}
.contactSubmitButton{ line-height:19px!important; display:block!important;color:#fff; height:46px!important;background:var(--c); margin-right:4px; width:100%;border:0;}
.contact-form{ margin-bottom:20px;}
/*.contactField{ padding-bottom:5px; font-size:12px;}
.contactField span{ float:right; opacity:0.2;}*/
.contactTextField{ padding-bottom:5px; font-size:12px;}
.contactTextField span{ float:right; opacity:0.2;}
.contactMessageTextarea{ padding-bottom:5px; font-size:12px;}
.contactMessageTextarea span{ float:right; opacity:0.2;}
/*Field Styles*/
.formFieldWrap{}
.fullField{width:100%;line-height: 50px;height: 50px;}
.formCodeWrap{display:flex;}
.formCodeWrap input {flex:1; margin-right: 10px; padding:15px;}
.formCodeWrap img {height:50px;}
#contactNameField{ text-transform:capitalize;}
.contactField, input{ box-sizing:border-box; display:inline-block}
.contactTextarea{ min-width:100%; display:block; box-sizing:border-box;border:solid 0px #666; background: #f6f6f6; border:solid 1px #eee;font-size:14px; }
.buttonWrap{ line-height:20px;  min-width:43%; display:inline-block; cursor:pointer;}
.formSubmitButtonErrorsWrap a{ width:25%; text-align:center; padding:8px 10px!important;}
.formValidationError .red-notification p{ background-image:none!important; display:block!important; padding-left:0px!important; text-align:center!important;}
.contactField, input{ padding-left:10px; padding-right:10px; margin-bottom:15px;background: #f6f6f6;}
a#CodeA img{ height:50px; display:block; margin-bottom:10px;}
.contactTextarea{ margin-bottom:10px; padding-left:12px; padding-right:12px; padding-top:9px; padding-bottom:9px; line-height:18px; height:100px;}

.formFieldWrap:nth-child(1){ width:49%; margin-top:10px;}
.formFieldWrap:nth-child(2){ width:49%; margin-top:10px;}
.formFieldWrap:nth-child(3){ width:49%; margin-top:10px;}
.formFieldWrap:nth-child(4){ width:49%; margin-top:10px;}
.formFieldWrap:nth-child(5){ width:49%; margin-top:10px;}
.formFieldWrap:nth-child(6){ width:49%; margin-top:10px;}
.formSubmitButtonErrorsWrap{ width:28%; margin-top:10px;}

/* 底部留言 

*/
.footForm .formFieldWrap{ width:100%; margin:10PX 0;}
.footForm .formFieldWrap input{ background:#fff; margin-bottom:0PX; color:#666;}
.footForm .contactTextarea{ background:#fff;}


/* 右侧客服 */
.side{position:fixed;width:50px;right:0;top:50%;z-index:100;}
.side ul li{width:50px;height:50px;float:left;position:relative; margin-bottom:1px;color:#333; font-size:14px; line-height:38px; text-align:center;transition:all 0.3s; cursor:pointer; background:rgba(0,0,0,.2);}
.side ul li:hover{background:#e12524; color:#fff;}
.side ul li:hover a{ color:#fff;}
.side ul li i{height:50px; margin-bottom:1px; display:block; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:auto 25px;transition:all 0.3s;}
.side ul li i.bgs1{ background-image:url(../images/right_pic5.png);}
.side ul li i.bgs2{ background-image:url(../images/right_pic7.png);}
.side ul li i.bgs3{ background-image:url(../images/right_pic3.png);}
.side ul li i.bgs4{ background-image:url(../images/right_pic1.png);}
.side ul li i.bgs5{ background-image:url(../images/lx002.png);}
.side ul li i.bgs6{ background-image:url(../images/right_pic5.png);}
.side ul li:hover i.bgs1{background-image:url(../images/right_pic5_on.png);}
.side ul li:hover i.bgs2{background-image:url(../images/right_pic7_on.png);}
.side ul li:hover i.bgs3{background-image:url(../images/right_pic3_on.png);}
.side ul li:hover i.bgs4{background-image:url(../images/right_pic1_on.png);}
.side ul li:hover i.bgs5{background-image:url(../images/lx002_on.png);}
.side ul li:hover i.bgs6{background-image:url(../images/right_pic5_on.png);}
.side ul li .sidebox{position:absolute;width:50px;height:50px;top:0;right:0;transition:all 0.3s;overflow:hidden;}
.side ul li.sidetop{color:#fff;}
.side ul li.sidetop:hover{opacity:0.8;filter:Alpha(opacity=80);}
.side ul li.sideewm .ewBox {width: 148px;display: none;color: #363636;text-align: center;padding-top: 148px; position: absolute; left: -170px; top: 0px; background-image: url('../images/qrcode.jpg');
  background-repeat: no-repeat; background-position: center center; border:1px solid #e0e0e0;}
.side ul li.sideewhats .whatsBox { width: 240px; display: none; color: #fff; text-align: left; position: absolute; left: -240px; top:0px; background:#e12524;}
.side ul li.sideewhats .whatsBox dd{ display:block; height:78px; overflow:hidden; padding-left:82px; line-height:24px; }
.side ul li.sideewhats .whatsBox dd span{ display:block; line-height:28px; height:28px; overflow:hidden; margin-top:10px; }
.side ul li.sideewhats .whatsBox dd.bgs1{ background:url(../images/right_pic8.png) 28px center no-repeat; background-color:#ff3300;}
.side ul li.sideewhats .whatsBox dd.bgs2{ background:url(../images/right_pic9.png) 28px center no-repeat;}
.side ul li.sideetel .telBox { width: 240px; display: none; color: #fff; text-align: left; position: absolute; left: -240px; top:0px; background:#e12524;}
.side ul li.sideetel .telBox dd{ display:block; height:78px; overflow:hidden; padding-left:82px; line-height:24px; }
.side ul li.sideetel .telBox dd span{ display:block; line-height:28px; height:28px; overflow:hidden; margin-top:10px; }
.side ul li.sideetel .telBox dd.bgs1{ background:url(../images/right_pic8.png) 28px center no-repeat; background-color:#ff3300;}
.side ul li.sideetel .telBox dd.bgs2{ background:url(../images/right_pic9.png) 28px center no-repeat;}
.side ul li.sideeemail .mailBox { width: 260px; display: none; color: #fff; text-align: left; position: absolute; left: -260px; top:0px; background:#e12524;}
.side ul li.sideeemail .mailBox dd{ display:block; height:78px; overflow:hidden; padding-left:72px; line-height:24px; }
.side ul li.sideeemail .mailBox dd span{ display:block; line-height:28px; height:28px; overflow:hidden; margin-top:10px; }
.side ul li.sideeemail .mailBox dd.bgs5{ background:url(../images/lx002_on.png) 8px center no-repeat; background-color:#ff3300;}



@media screen and (max-width:1200px){
	.side{display:none;}
}


/* 首页banner */
.swiper { width:100%;height: 100%; margin:0 AUTO; }
.swiper-slide {background-position: center; background-size: cover;}
.swiper-slide img {	transition: all 2s ease 1.4s;transform: translateX(0); display: block; width: 100%; filter:brightness(1);}
.swiper-container-fade .swiper-slide::after{content: '';  position: absolute;left: 0;top: 0;   bottom: 0;right: 0;  opacity: .5;  z-index: 0;}
.swiper .swiper-slide .ind_ban_tex {position: absolute;text-align: left; width:96%; max-width:1360px;top: 45%;left: 50%;transform: translate(-50%, -50%);z-index: 5;display: block;}
.swiper .swiper-slide .ind_ban_tex .ind_ban_con {width: 100%;display: block;}
.swiper .swiper-slide .ind_ban_tex .ind_ban_tex_title {overflow: hidden;position: relative;margin-left: auto;margin-right: auto;margin-bottom: 20px;}
.swiper .swiper-slide .ind_ban_tex .ind_ban_tex_info {margin-bottom: 0px;margin-left: 0;max-width: 45vw;margin-right: auto;text-align: left;}
.swiper .swiper-slide .ind_ban_con .ind_ban_tex_en {font-size: 2vw;line-height: 1.2;color: #ffffff;text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);transform: translateY(30px);opacity: 0;margin-bottom: 10px;}
.swiper .swiper-slide.swiper-slide-active .ind_ban_con .ind_ban_tex_en {transition: all 2s ease 0.5s;transform: translateX(0);opacity: 1;}
.swiper .swiper-slide .ind_ban_tex .b_line {width: 80px;margin: 0px 0px 20px;height: 6px;background: #fff;transform: translateY(30px);opacity: 0;}
.swiper .swiper-slide.swiper-slide-active .ind_ban_tex .b_line {transition: all 2s ease 1.2s;transform: translateX(0);opacity: 1;}
.swiper .swiper-slide .ind_ban_tex .ind_ban_tex_title .t_big {color: #ffffff;font-size: 4vw;font-weight: bold;text-align: left;text-transform: capitalize;line-height: 1.2;transform: translateY(30px);opacity: 0; }
.swiper .swiper-slide.swiper-slide-active .ind_ban_tex_title .t_big {transition: all 2s ease 0.8s;transform: translateX(0);opacity: 1; margin:0;text-transform: uppercase;}
.swiper .swiper-slide .ind_ban_tex .ind_ban_tex_info p {color: #ffffff;	font-size: 2vw;line-height: 1;	text-align: left;text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);	transform: translateY(30px);opacity: 0;white-space: pre-line;}
.swiper .swiper-slide.swiper-slide-active .ind_ban_tex .ind_ban_tex_info p {transition: all 2s ease 1.4s;transform: translateX(0);opacity: 1;line-height: 1.2;}
.swiper .swiper-pagination-bullets {bottom: 5% !important;}
.swiper .swiper-pagination-bullet {width: 12px;	height: 12px;border-radius: 10px;background-color: rgba(255, 255, 255, 1);margin: 0 8px;opacity: 1;transition: all 0.4s ease;}
.swiper .swiper-pagination-bullet-active {width: 53px;background:var(--c);}
.swiper .swiper-slide .an {	width: 200px;background-image: linear-gradient( 90deg, #2a5cbf 0%, #019eed 100%);border: solid 2px #148ecc;	height: 52px;line-height: 52px;	text-align: center;	border-radius: 6px;color: #fff;	margin-top: 3%;	font-size: 16px;transform: translateY(30px);opacity: 0;}
.swiper .swiper-slide.swiper-slide-active .an {transition: all 3s ease 1.4s;transform: translateX(0);opacity: 1;}



/* 按钮效果 */
.ianniu{display: flex; position: relative; overflow: hidden;text-align: left;  box-sizing: border-box;  width: 180px;  padding: 0;  background_radio: 1;border_radio: 1;
    font_radio: 1;radius_radio: 1; height: 54px;align-items: center;justify-content: space-around; box-shadow: 0 0 15px rgb(170 105 79 / 40%); display-radio: flex;background-color:var(--c);border-radius: 30px; color:#fff;}
.ianniu::before {content: '';display: block;position: absolute;left: -100%;width: 100%;height: 100%;background: rgba(0,0,0,0.1);transition: all .6s ease;}
.ianniu:hover::before {left: 0;}
.ianniu span {display: block;position: relative;z-index: 1;outline: 0;margin: 0px;overflow: hidden;transition: all .6s ease;left: 0;}
.ianniu:hover span {left: 10px}
.ianniu i {display: block;width: 24px;height: 24px;border-radius: 50%;border: 1px solid #fff;position: relative;}
.ianniu i::before {content: '';display: block;width: 5px;height: 5px;border-radius: 50%;background: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
    transition: all 0.6s ease;}
.ianniu i::after {content: '';display: block;width: 35px;height: 1px;background: #fff; top: 50%;right: 12px;position: absolute;transform: translateY(-50%);transition: all 0.6s;}
.ianniu:hover i::before {content: '';display: block;width: 10px;height: 10px}
.ianniu:hover i::after {width: 0px}
.ianniu::after {content: "";position: absolute;width: 0;height: 100%; transition: all .3s; z-index: 0; opacity: 0; top: 0; left: 0px}
.ianniu:hover::after {opacity: 1}



/* 一影介绍 */
.iabout {width:96%;max-width:1360px; margin:0 auto;color: #333;font-size: 16px;line-height: 35px; margin-top:100px; margin-bottom:60px;}
.iabout .xian{ width:24px; height:6px; display:block; background:#126eec; margin-bottom:20px;}
.iabout h5 { width:100px; height:5px; background:var(--c);}
.iabout h2 {margin-bottom: 20px;margin-top: 20px;font-size:32px;display:block; text-transform: uppercase;color: #333;}
.iabout .more{}
.iabout .iaboutn {margin:50px 0px; font-size:18px;}
.iabout .iaboutn .iaboutnl ul{ margin-top:5%;}
.iabout .iaboutn .iaboutnl ul li{max-width:23.5%;}
.iabout .iaboutn .iaboutnl ul li img{width:calc(100% - 10px); border-radius:10px; border:5px solid #fff;box-shadow: 3px 0 10px var(--bc);}
.iabout .iaboutn .iaboutnr{ min-width:40%; margin-left:3%;}
.iabout .iaboutn .iaboutnr img{ width:calc(100% - 10px); border-radius:20px;box-shadow: 3px 0 10px var(--bc);border:5px solid #fff;}
.iaboutx { margin:0 auto; margin-bottom:50px;background:url(../images/about_bg.jpg) center no-repeat;background-attachment: fixed; background-size:100% auto;border-radius:0px; overflow:hidden;}
.iaboutx .ourbox .ourli {width:33.3%;	color: #fff;font-weight: bold; padding:100px 0; text-align:center;}
.iaboutx .ourbox .ourli .our_p1 {font-size: 20px;}
.iaboutx .ourbox .ourli .our_p1 .counter {font-size:60px;font-weight: bold; color:#fff;}
.iaboutx.ourbox .ourli .our_p2 {font-size: 16px;margin-bottom: 10px;}
.ourbox .ourli .our_p2 span {display: block;font-size: 22px;font-weight: bold;}


@media screen and (max-width:750px) {
	.iabout .iaboutn {width: 90%;font-size: 14px;}
	.iabout {padding: 30px 3% 30px 3%;min-height: auto;margin-top:0px; background:none;margin-bottom:0px;}
	.iabout h2 {margin-bottom: 10px;font-size: 24px;line-height: 1.6;}
	.iabout h5 {font-size: 16px;line-height: 1.5;}
	.ourboxl h2 {margin-bottom: 10px;line-height: 1.5;}
	.ourboxl {width: 94%;padding: 20px 3% 25px;	margin-bottom: 0;}
	.ourbox {padding: 0px;	width: 100%;}
	.ourbox .ourli .our_p1 .counter {font-size: 45px;}
	.iabout .iaboutn {width: 100%;overflow: hidden;	text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;}
	.iabout a {margin-bottom:30px;margin-top:0px;}
	.ourboxl {font-size: 16px;line-height: 1.5;}
	.ourbox .ourli .our_p2 {margin-bottom: 20px;}
	.iaboutx .ourbox {padding:10px 0px; display:block;}
	.iaboutx .ourbox .ourli{ width:50%; float:left;}
	
	.iabout .iaboutn .iaboutnl ul{ padding: 0 10px;}
	.iabout .iaboutn .iaboutnr{padding: 20px 10px; margin-left:0px;}
	.iaboutx{ background-size:cover;padding: 0 20px; margin-bottom:0px; padding-top:20px;}
	.iaboutx .ourbox .ourli{ padding:30px 0;}
}


/*产品*/
.iproduct {margin:0 auto;color: #777;font-size: 16px;line-height: 35px; margin-top:100px; margin-bottom:60px;  width:96%;max-width:1360px;text-align: center;}
.iproduct h5 { width:100px; height:5px; background:var(--c); margin:0 auto;}
.iproduct h2 {margin-bottom: 20px;margin-top: 20px;font-size:32px;display:block; color: #333;text-transform: uppercase; text-align:center;}
.iproduct .iproduct_cont {display: flex;display: -ms-flexbox;	justify-content: space-between;	-ms-flex-pack: justify;	padding-left:20px;padding-right:20px;box-sizing: border-box;}
.iproduct .iproduct_cont .tit{  font-size:18px; padding-top:10px; color:#333;}
.iproduct .slideBox {overflow: hidden;	zoom: 1;padding:50px 0px 10px 0px;	position: relative;}
.iproduct .sPrev,.iproduct .sNext {position: absolute;right:calc(50% + 36px);z-index: 99;bottom:0px;display: block;width: 28px;height: 28px; border-radius:16px;background:url(../images/l.png) center center no-repeat; background-size:contain;}
.iproduct .sNext {	left: auto;	right:calc(50% - 64px);background: url(../images/r.png) center center no-repeat;z-index: 99;background-size:contain;}
.iproduct .parBd {	width: 100%;box-sizing: border-box;}
.iproduct .slideBox{margin: 0 -8px; padding:50px 0; }
.iproduct .parBd ul {overflow: hidden;	zoom: 1;}
.iproduct .parBd ul li {width: 25%;position: relative; text-align:center;}
.iproduct .iproduct_l{padding-bottom: 15px;}
.iproduct .parBd ul li .pic {text-align: center;}
.iproduct .parBd ul li .pic img {width: 100%;max-width: 730px;	height: auto;	display: block;	}
.iproduct .parBd ul li{box-sizing: border-box;}

.iproduct .parHd { margin-bottom:-20px; padding-top:30px;}
.iproduct .parHd a {padding: 12px 20px;color: #fff; cursor: pointer;line-height: 50px;margin:5px;font-size:16px;text-align: center;border-radius: 12px;transition: all .3s linear 0s;background:var(--c)}


.iproduct .iproduct_l{width: 100%; background:#fff; transition: all .6s ease; border-radius:15px; overflow:hidden; position:relative;background:url(../images/listbg.jpg) center center no-repeat;background-size:100% 100%;}
.iproduct .iproduct_l a{ z-index:1; position:relative;}
.iproduct .iproduct_l img {width:94%;transition: all .2s linear 0s; margin:3%; border-radius:12px;}
.iproduct .iproduct_l:hover .tit{ color:#fff;}
.iproduct .iproduct_l:before {position: absolute;right: -100px;bottom: -100px;content: "";display: block;width: 60px;height: 60px;background: var(--c);color: #fff;font-size: 48px;line-height: 1;text-align: right;padding: 20px;border-radius: 50%;z-index: 0;transition-property: all;transition-duration: 1s;transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);}
.iproduct .parBd ul li:hover  .iproduct_l:before { position: absolute; right: 0px;bottom: 0px; content: ""; display: block; width: 100%; height: 100%; background:var(--c);color: #fff;font-size: 48px;line-height: 1;text-align: right;padding: 20px; border-radius: 0px; z-index: 0;}

@media(max-width: 1780px) {.iproduct {padding: 50px;}}
@media(max-width: 1585px) {.iproduct {padding: 30px 25px;}}
@media(max-width: 991px) {
	.iproduct {padding-left: 10px;padding-right: 10px;}
	.iproduct .iproduct_l .tit{font-size: 16px;}
	.iproduct .iproduct_l .cnt{font-size: 16px;}
	.iproduct .parBd ul li{width:33.33333%;}
}

@media screen and (max-width:750px) {
	.iproduct {padding: 10% 3%;margin-top:0px;margin-bottom:0px;}
	.iproduct h2 {	width: 100%;margin-bottom: 0;font-size: 24px;line-height: 1.5;}
	.iproduct .parBd ul li {width: 50%;}
	.iproduct .iproduct_l img {width: 100%;}
	.iproduct .iproduct_cont {padding-top: 10px;}
	.iproduct .iproduct_cont .iproduct_l {width: 100%;background: #fff;}
	.iproduct h5 {font-size: 16px;}
	.iproduct .parHd ul li {font-size: 18px;}
	
	.iproduct .parHd{ display:none;}
}


/*合作客户*/
.ilink {margin:0 auto;color: #666;font-size: 16px; background: url(../images/listbg.jpg) center no-repeat; background-attachment: fixed; background-size:100% auto;}
.ilinkc{ margin:0 auto; max-width:90%; padding:100px 0; width:96%;}
.ilinkc .ilinkcl{ width:25%;position: sticky;top: 180px;float:left;}
.ilinkc .ilinkcl h5 { width:100px; height:5px; background:var(--jc); margin-bottom:30px;}
.ilinkc .ilinkcl h2 {margin-bottom: 20px;font-size:40px;display:block; text-transform: uppercase; color:#333;line-height: 35px;}
.ilinkc .ilinkcl .more{ margin-top:30px;}
.ilinkc .ilinkcr{width:65%;margin: 0 0 0 auto; float:right;}
.ilinkc .ilinkcr ul {}
.ilinkc .ilinkcr ul li{ width:35%; float:left; padding:0px; margin:0 5% 0 0px; background:rgba(255,255,255,.5); padding:5%; border-radius:10px; overflow:hidden;transition: all 0.6s;}
.ilinkc .ilinkcr ul li:nth-child(even){ margin-top:7%;}
.ilinkc .ilinkcr ul li .ilinkcro{ width:20%;}
.ilinkc .ilinkcr ul li .ilinkcrt{transition: all 0.6s;width:80%;}
.ilinkc .ilinkcr ul li .ilinkcrt h2{ margin:20px 0 10px 0;}
.ilinkc .ilinkcr ul li:hover .ilinkcrt{ transform: translateY(-10px);}
.ilinkc .ilinkcr ul li:hover .ilinkcrt img {animation: flipInY 1s;}
.ilinkc .ilinkcr ul dl img{ width:60%;padding:10%; margin:0px;}



@media screen and (max-width:750px) {
.ilinkc h2 {font-size:24px;}
.ilinkc ul dl{ width:50%;}
.ilink{ background-size:cover;padding: 0 20px; margin-bottom:0px; padding-top:20px;}
.ilinkc{ padding:50px 0;}
.ilinkc .ilinkcl{ width:100%; position:relative; top:0;}
.ilinkc .ilinkcr{ width:100%;}
.ilinkc .ilinkcr ul li{width:90%; margin-top:7%;}

}


/*新闻*/
.inewsbg{ background:#f6f6f6; padding:80px 0;}
.inews {margin:0 auto;color: #333;font-size: 16px;line-height: 30px; width:96%;max-width:1360px; }
.inews .inews_txt{ text-align:center; padding-bottom:30px; display:block; color:#777}
.inews h5 { width:100px; height:5px; background:var(--c); margin-bottom:50px; margin:0 auto;}
.inews h2 {margin-bottom: 20px;margin-top: 20px;font-size:32px;display:block;text-transform: uppercase;color: #333; text-align:center;}
.inews .inews_cont {display: -ms-flexbox; justify-content: space-between;	-ms-flex-pack: justify;	box-sizing: border-box;}
.inews ul li{ width:24%; padding:1%; background:rgba(255,255,255,.5);}
.inews .slideBox ul .tit{ font-size:16px; line-height:35px; font-weight:bold; margin:10px auto;}
.inews .slideBox ul .cnt{ margin:10px auto; color:#333;}
.inews .slideBox ul .cnt2{ padding:10px 0; margin:0 auto;display:block; line-height:30px; font-size:14px;color:#999;}
.inews .slideBox .inews_cont:hover .cnt2{color:var(--c);}
.inews .more .ianniu {margin:50px auto 0;}

@media(max-width: 991px) {
	.inews {padding-left: 10px;padding-right: 10px;}
	.inews .inews_l .tit{font-size: 16px;}
	.inews .inews_l .cnt{font-size: 16px;}
	.inews .parBd ul li{width:33.33333%;}
}
.inews .parBd ul li{box-sizing: border-box;}
.inews .inews_l img{box-sizing: border-box;	border: 0;border-bottom: 1px solid #ccc;}
.inews .inews_l{width: 100%;}
.inews .inews_l svg{ margin-top:10px;}
.inews .inews_l img {width: 100%;}
@media screen and (max-width: 1680px) {
	.inews .inews_l img {width: 100%;}
}

@media screen and (max-width: 1400px) {
	.inews .inews_l img {width: 280px;}
	.inews .inews_l img {width: 100%;}
}

@media screen and (max-width:750px) {
	.inews {padding:0 3%;}
	.inews .slideBox ul{display:block;}
	.inews h2 {	width: 100%;margin-bottom: 0;font-size: 22px;line-height: 1.5;}
	.inews .parBd ul li {width:100%;}
	.inews .inews_l img {width: 100%;}
	.inews .inews_cont {padding-top: 10px;}
	.inews .inews_cont .inews_l {width: 100%;background: #fff;}
	.inews h5 {font-size: 16px;}
	.inews .parHd ul li {font-size: 18px;}
}

/*底部*/
.foot {background:url(../images/foot.jpg) top center no-repeat; color:#ccc;}
.foot a{color:#ccc;}
.foot a:hover{color:#fff;}
.footer { width:96%;max-width:1360px; margin:0 auto;padding-top:3%;font-size:16px;}
.footer .ilianxi {max-width:30%;}
.footer .ilianxi span{font-weight:bold; display:block;font-size:18px; line-height:50px; }

.footer .ilianxi p:nth-child(2){background:url(../images/lx03.png) left 5px no-repeat; background-size:25px auto;}
.footer .ilianxi p:nth-child(3){background:url(../images/lx01.png) left 5px no-repeat; background-size:25px auto;}
.footer .ilianxi p:nth-child(4){background:url(../images/lx04.png) left 5px no-repeat; background-size:25px auto;}
.footer .ilianxi p:nth-child(5){background:url(../images/lx02.png) left 5px no-repeat;background-size:25px auto;}
.footer .ilianxi p{line-height: 34px; padding-left:40px;}
.footer li a {line-height:30px;display: block;font-size: 14px;}
.footer li span a{ font-size:18px; line-height:50px; font-weight:bold;}
.footer li a:hover {	font-weight: 700;}
.footer li.weixin{ text-align:center;}
.footer li.weixin img{ max-width:150px;}
.footer .footp_span {margin-top:40px; padding: 20px 0 10px 0;	font-size: 16px; border-top:1px solid #ccc;}
.footer .footp_span li dt{ font-size:24px; line-height:44px; font-weight:400;}
.footer .footp_span li dt img{ width:150px; margin-bottom:-8px; border-right:2px solid #ccc; padding-right:20px; margin-right:20px;}
.footer .footp_span a{color: #666; display: inline;}

.footer img {max-width: 100%}

@media(max-width:1280px) {
	.footer li span a {	font-size: 18px;margin-bottom: 10px;}
	.footer .footp_span {margin-top: 30px;}
}

@media(max-width: 991px) {
	.footer {padding-left: 10px;padding-right: 10px;}
	.footer .flex li:nth-child(1) {	margin-right: 2% !important;}
}

@media screen and (max-width:750px) {
	.footer .flex{ display:none;}
	.footer li:nth-child(1) {}
	.footer li:nth-child(2) {display: none;}
	.footer li:nth-child(3) {display: none;}
	.footer li:nth-child(4) {display: none;}
	.footer li:nth-child(5) {display: none;}
	.footer li:nth-child(6) {display: none;}
	.footer {padding:10px;}
	.footer .footp_span {line-height: 25px;	margin-top: 30px; display:block !important;}
	.footer .footp_span span {text-align: left;	float: left;}
	.yiyingdsj h2{font-size: 24px;line-height: 1.5;}
	.yiyingdsj h5{font-size: 16px;}
	.yiyingdsj{padding-top: 30px;padding-bottom: 30px;}
	.footer .footp_span li dt{ line-height:50px;}
	.footer .footp_span li dt img{display:block;}
	
}

/*内页banner*/

.ban {width: 100%;position:relative; margin-top:80px;}
.ban img {width: 100%;}
.ban .ban_info{ color:#fff;position: absolute;left: 14%; top: 50%;transform: translate(0, -50%) scale(1);}
.ban .ban_info span{ font-size:60px;font-weight:bold; max-width:660px;display: inline-block; line-height:1;}
.ban .ban_info span hr{ display:block; margin-bottom:30px;}
.ban .ban_info dd{display: block; max-width: 180px; line-height: 40px; background: var(--c);text-align: center; margin-top:20px;color: #fff;font-weight: bold;}


/*面包屑*/

.location {	box-sizing: border-box;	width: 100%;border-bottom: 1px solid #e4e4e4; text-align:right; line-height:55px;}
.location .wrap{}
.location li img {float: left;transition: all .5s;}
.location li span {	float: left;}
.location span { margin:0 5px;}
.location li span h3 {font-size: 18px;padding:0px 20px;}
.location li:hover img {transform: scale(0.85);}
.location li:hover span {color: var(--c);font-weight: bold;}
.location li:hover span h3 { border-bottom:1px solid var(--c);font-weight: bold;color: var(--c);}
.location .active span {font-weight: bold;color: var(--c);}
.location .active span h3 {border-bottom:1px solid var(--c);font-weight: bold;color: var(--c);}
.location .cpmd a {margin-right: 110px;font-size: 16px;color: #333;}
.location .cpmd a:hover {font-weight: 700;}

@media screen and (max-width:750px) {
    .location {margin-top:0px;}
	.location li span {padding-top: 0px;float: none;padding-left: 2px;display: block;}
	.location.fuchuang2 .wrap{width: 100%;}
	.location{padding:0px 10px !important;text-align:left;}
	.cpbanner{padding: 0 10px;box-sizing: border-box;}
	.location li {max-width: 25%;text-align: center; display:none;}
	.location li span h3 {font-size: 10px;line-height: 30px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.location .cpmd a {	margin-right: 15px;}
}


/*内页产品*/
.prolist{padding:60px 0; min-height:300px;}
.prolist ul li {width: 24.5%;position: relative; text-align:center; margin-bottom:30px;}
.prolist .product_cont {display: flex;display: -ms-flexbox;	justify-content: space-between;	-ms-flex-pack: justify;	padding-left:20px;padding-right:20px;box-sizing: border-box;}
.prolist .product_cont .tit{  font-size:18px; padding:10px 0; color:#333;}
.prolist .product_l{width: 100%; background:#fff; transition: all .6s ease; border-radius:15px; overflow:hidden; position:relative;background:url(../images/listbg.jpg) center center no-repeat;background-size:100% 100%;}
.prolist .product_l a{ z-index:1; position:relative;}
.prolist .product_l img {width:94%;transition: all .2s linear 0s; margin:3%; border-radius:12px;}
.prolist .product_l:hover .tit{ color:#fff;}
.prolist .product_l:before {position: absolute;right: -100px;bottom: -100px;content: "";display: block;width: 60px;height: 60px;background: #f00;color: #fff;font-size: 48px;line-height: 1;text-align: right;padding: 20px;border-radius: 50%;z-index: 0;transition-property: all;transition-duration: 1s;transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);}
.prolist  ul li:hover  .product_l:before { position: absolute; right: 0px;bottom: 0px; content: ""; display: block; width: 100%; height: 100%; background:#f00;color: #fff;font-size: 48px;line-height: 1;text-align: right;padding: 20px; border-radius: 0px; z-index: 0;}


.pro_c {margin: 40px 0;}
.pro_c .img {text-align: center;border: 0px dashed #ccc;border-radius: 15px; padding:5px; margin:0 auto; max-width:600px;background:url(../images/listbg.jpg) center center no-repeat;background-size:100% 100%; position:sticky; top:160px;}
.pro_c .img img {width:100%; border-radius: 10px;cursor: pointer;margin: 0 auto;}
.pro_c .img .swiper-pagination {background: rgba(0, 0, 0, .5);color: #fff;width: auto;left: 50%;margin-left: -25px;	padding: 0 10px;border-radius: 24px;line-height: 24px;height: 24px;	font-size: 12px;}
.pro_c .text {margin-bottom: 20px; width:calc(100% - 700px);}
.pro_c .text .ximg{display: flex;justify-content: space-between; margin-top:50px;}
.pro_c .text .ximg img{ border:1px solid #CCC; margin:5px;}
.pro_c .text .tit h1 {font-size:24px;display:block;padding:10px 0;;font-weight: bold;}
.pro_c .des {margin-top: 20px;line-height: 30px;color: #777777;text-align: center;}

.pro_c .text span{ display:inline-block; margin:20px 0 5px 0; font-size:20px; font-weight:bold;}
.pro_c .text table{ line-height:45px; text-align:center;background:#f8f8f8;}
.pro_c .text table tr:nth-child(2n-1){ background:#ebebec;}
.pro_c .text table tr:nth-child(2n-1) td:nth-child(1){ background:#dfdfe1;}

.pro_c .text .keywords{ margin-top:30px; line-height:40px;}
.pro_c .text .keywords a{ margin-right:15px;}
.pro_c .text .category{ line-height:40px; padding-bottom:10px;}
.pro_c .text .tel{ line-height:40px; background:url(../images/lx001.png) left center no-repeat;background-size:30px auto; padding-left:40px;}
.pro_c .text .mail{ line-height:40px;border-bottom:1px dashed #ddd;background:url(../images/lxhei03.png) left center no-repeat; background-size:30px auto;padding-left:40px;}
.pro_c .text .prolianjie{border-bottom:1px dashed #ddd;}
.pro_c .text .prolianjie a{ display:inline-block;margin:20px; margin-left:0px; padding:10px 30px;  border-radius:10px; color:#fff; font-weight:bold;}
.pro_c .text .prolianjie a svg{ margin-top:20px;}
.pro_c .text .prolianjie a:nth-child(1){ background:var(--c);}
.pro_c .text .prolianjie a:nth-child(2){ background:#56cabc;}

.content table{ line-height:40px; text-align:center;background:#f8f8f8; margin-top:10px;}
.content table tr td:nth-child(1){ font-weight:bold;}
.content table tr:nth-child(2n-1){ background:#ebebec;}
.content table tr:nth-child(2n-1) td:nth-child(1){ background:#dfdfe1;}


@media screen and (max-width: 750px) {
    .prolist .flexzuo{ display:block;}
    .prolist ul li{ width:100%;}
	.pro_c .img{padding:0; position:relative; top:0; max-width:360px;}
	.pro_c video { width:100% !important}
	.job_nrbg {padding-top:0px;}
	.pro_c {margin-bottom: 40px; display:block;}
	.pro_c .text {margin-bottom: 20px; margin-top:40px;width:100%;}
	.pro_c .img img {width: 100%;}
	}


/*内页新闻*/
.newlist_con { }
.newlist .newslist span {display: block;	font-size: 14px;color: #666;line-height: 29px;max-height: 60px;	margin-bottom: 10px;overflow: hidden;border-bottom: 0px solid #999;width:94%; margin:0 auto;}
.newlist .newslist {margin: 1.35%;	border: 1px solid #f6f6f6;	padding-bottom: 10px;	transition: all .3s linear 0s;}
.newlist .newslist img {	width: 100%;transition: all .3s linear 0s;	overflow: hidden;}
.newlist .newslist p.title {	height: 65px;line-height: 65px; width:94%; margin:0 auto;background:none;	transition: all .3s linear 0s; font-weight: bold;font-size: 18px;text-align: left;overflow: hidden;}
.newlist .newslist .newslistl{ width:30%;}
.newlist .newslist .newslistl img{ width:100%;}
.newlist .newslist .newslistr{ width:70%;}
.newlist .newslist a {background:none;}
.newlist .newslist a:hover {box-shadow: 0 0 0px rgba(0, 0, 0, 0);}
.newlist .newslist:hover p.title {color: var(--c);}
.newlist .newslist:hover img {transform: scale(1);}
.newslist {	padding-bottom: 30px;}
.newlist .newslist  p.title2{background: url(../images/jiantou.png) right center no-repeat;width:94%; line-height:50px; margin:20px auto; margin-bottom:0px;  padding:1px 0px;display:block; border-top: 1px solid #ddd;line-height:50px;}
.newlist .newslist:hover  p.title2{color:var(--c);}


@media screen and (max-width:750px) {
	.newlist .newslist p.title {height: 30px;line-height: 30px;transition: all .3s linear 0s;font-size: 16px;text-align: left;font-weight: 700;}
	.cpxqy1 {font-size: 14px;line-height: 1.5;}
	.newlist .newslist a{ display:block;}
	.newlist_con{ display:blick;}
	.newlist .newslist,.newlist .newslist .newslistl,.newlist .newslist .newslistr{ width:100%;}
	.newlist .newslist .newslistl img{ margin-bottom:20px;}
}



/*内页定制*/
.customized{ margin-top:50px; position:relative;  }
.customized .ianniu{ margin:0 auto;}

.customized .customized_a{ line-height:2em;background:url(../images/customizedbg.jpg) right bottom no-repeat;}
.customized .customized_a span{ display:block; font-size:24px; margin-top:40px;}
.customized_b{padding:50px 0px; }
.customized_b h5{ width:100px; height:5px; background:#e6002d;margin-bottom:30px;}
.customized_b h2 {margin-bottom: 20px;margin-top: 20px;font-size:16px;display:block; font-weight: 300;}
.customized_b h2 strong{margin-bottom:10px;margin-top: 20px;font-size:32px;display:block; font-weight: bold;}
.customized_b ul { margin:80px 0; text-align:center;}
.customized_b ul li span{ background:#f5f5f5; border-radius:50%; width:120px; height:120px;  display:block; margin:0 auto; margin-bottom:20px;}
.customized_b ul li span img{width:82px; margin-top:20px;}
.customized_b ul li dl{ line-height:3em;}
.customized_b ul li .nei{ margin-top:40px; padding:0px; border-radius:0; background:#FFF;} 


@media screen and (max-width: 750px) {
    .customized .customized_a{ margin-top:30px; background:none;}
.customized_b ul{ display:block;}
.customized_b ul li .nei{ display:none;}
.customized_b ul li span img{ margin:0 auto;}
.customized_b ul li span{ background:none; display:none;}
.customized_b ul li dl{ line-height:1.5em; margin-top:1em;}
	}


.list_item {position: relative;	padding: 33px 0;transition: all .2s linear 0s;}
.list_item .news_con {position: absolute;width: 659px;padding: 0 30px;}
.list_item .name {padding: 15px 0 5px;font-weight: normal;margin-bottom: 10px;font-size: 18px;color: #343434;}
.list_item .news_con .des {	overflow: hidden;height: 72px;font-size: 14px;	line-height: 22px;	color: #999999;	text-align: left;}
.list_item .news_con .xian {position: absolute;	top: 16px;	height: 16px;	width: 4px;	background: #999;transition: all .2s linear 0s;}
.list_item .news_others {position: relative;overflow: hidden;width: 160px;padding: 0 40px;height: 126px;}
.list_item .news_others .inform {position: absolute;width: 100%;top: 10px;}
.list_item .news_others .date {margin-bottom: 10px;font-size: 40px;	line-height: 1;	opacity: 0.7;color: #999;display: block;padding-bottom: 5px;}
.list_item .news_others .year {margin-bottom: 5px;font-size: 14px;opacity: 0.6;color: #999;}
.list_item .news_others .more {	display: block;	width: 42px;height: 20px;opacity: 0;transform: translateX(-20px);border-bottom: 2px solid #128f5d;padding-bottom: 8px;font-size: 12px;transition: all .2s linear 0s;}

.list_item .news_xian {display: block;width: 1px;height: 192px;	background: #e3e3e4;position: absolute;	left: 210px;margin-left: -0.5px;top: 0;z-index: 0;}
.odd .list_item {padding-left: 50%;}
.odd .list_item .news_con {left: 0;}
.odd .list_item .news_con .xian {right: -2px;}
.even .list_item .news_con {right: 0;}
.even .list_item .news_con .xian {left: -2px;}
.list_item:hover {box-shadow: 0 0 20px #ddd;}
.list_item:hover .news_con .xian {height: 80%;background: #128f5d;}
.list_item:hover .news_con .name {color: #128f5d;font-weight: normal;}
.list_item:hover .news_others .date,.list_item:hover .news_others .year {opacity: 1;color: #128f5d;}
.list_item:hover .news_others .more {opacity: 1;transform: translateX(0);color: #128f5d;}
.list_item:hover .news_others .img {opacity: 1;}



.news_nr p.news_oth {color: #666;padding-bottom: 10px;margin-bottom: 30px; line-height:40px;}
.news_nrbg {background: #f6f6f6;padding-top: 60px;}
.news_nr {width: 96%;max-width: 1400px;margin: 0 auto;box-sizing: border-box;}
.news_nr img {width: 100%;max-width: 1400px;}
.news_nr h1 {text-align: left;color: #333;}

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

.job_nrbg {padding-top: 60px;}
.job_nr {width: 100%;max-width: 1400px;margin: 0 auto;box-sizing: border-box;}
.job_nr p.job_oth {color: #666;}
.job_nr span{ font-size:16px; font-weight:500;}
.job_nr img {width: 100%;max-width: 1400px;}
.job_nr h1 {text-align: left;color: #333;margin-bottom: 30px;}
.job_nrbg .content p{ margin:0px;}


.summary {position: relative;background: #fafafa;margin: 20px 10px 0;padding: 40px 20px 20px;color: #6c7480;font-style: italic;line-height: 150%;border: 1px solid #eee;border-radius: 5px;}
.summary span {position: absolute;left: -1px;top: 15px;padding: 0 0 0 20px;font-size: 1.2em;font-style: normal;color: #c2c6cc;border-left: 4px solid #c2c6cc;}

.taglist .list {display: none;border-bottom: 1px solid #f5f5f5;	height: 50px;line-height: 50px;	padding: 0 10px;}
.taglist .list span {margin-right: 20px;}
.taglist .list a {display: block;color: #777;background: url(../images/jt1.jpg) right center no-repeat;}
.tag {border-bottom: 1px dashed #ccc;padding-bottom: 16px;margin-top: 50px;	font-size: 14px;color: #29282d;margin-bottom: 30px;}
.tag a {display: inline-block;height: 25px;	line-height: 25px;padding: 0 10px;	border: 1px solid #999;	margin-left: 6px;color: #29282d;border-radius: 3px;}

.pagebox {height: 36px;	text-align: center;}
.pagebox #pagesize {display: inline-block;}
.pagebox #pagesize li {	float: left; width:auto;}
.pagenav {overflow: hidden;margin-top: 30px; padding-bottom:30px;}
.pagenav p {font-size: 14px;color: #777;}
.pagenav p.prev {}
.pagenav p.newsnext {}
.pagenav p.newsprev {}


.interested {width: 100%; max-width:1400PX;margin: 0 auto;box-sizing: border-box;}
.interested h5 {font-size: 18px;color: #777;font-weight: 550;padding-top: 50px;}
.interested h2 {margin-bottom: 30px;line-height: 80px;font-size: 50px;color: #111;}
.interested .tit {height: 48px;line-height: 48px;font-size: 20px;color: #202020;font-weight: 400;	margin-bottom: 10px; position:relative;}
.interested .tit span{ background:#FFF; z-index:11;position:relative; padding:0 20px;}
.interested .tit em{height:24px; background: #eba000; display:block; position:absolute; width:100%; top:12px; z-index:0;}
.interested .list {border-bottom: 1px dashed #ddd;height: 50px;line-height: 50px;padding-right: 5px;padding-left: 20px;}
.interested .list span {float: right;color: #CCC;}
.interested .list a {display: block;color: #777;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.interested .newslist span {display: block;font-size: 14px;color: #666;line-height: 30px;	height: 60px;margin-bottom: 10px;overflow: hidden;}
.interested .newslist {width: 23%;float: left;margin-bottom: 50px;transition: all .3s linear 0s;}
.interested .list span {float: right;color: #CCC;}
.interested .list a {display: block;color: #777;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.interested_con {display: flex;flex-wrap: wrap;	justify-content:start;}
.interested .newslist span {	display: block;font-size: 14px;	color: #666;line-height:24px;height: 48px;	margin-bottom: 10px;overflow: hidden;padding: 0 15px; border-bottom:0;}
.interested .newslist {width: 31%;margin: 1.16%;transition: all .3s linear 0s;}
.interested_con .newslist p.title{ height:auto; line-height:30px; padding:15px; font-size:18px; text-align:left; background:none;}
.interested_con .newslist em{ padding:0 15px; margin-bottom:20px; display:block;} 
.interested .newslist a{padding-bottom:20px; display:block;}
.interested .newslist a:hover{ background:#f8f8f8; color:var(--c);}
.interested .newslist a img{width:100%;}


.interested .inprolist{ width:21%;background:url(../images/listbg.jpg) center center no-repeat;background-size:100% 100%; padding:1%; margin:1%; border-radius:15px;}
.interested .inprolist a img{ width:100%;border-radius:10px;}
.interested .inprolist a .title{ line-height:30px; padding:10px; font-size:18px; text-align: center;}




@media screen and (max-width: 750px) {
.cpwrap{margin-top:0px;}
.cpwrap .protop .protopl,.cpwrap .protop .protopr{ width:100%;}
.cpwrap .protop span{position:initial; width:90%;}
.cpwrap .protop .protopr h2{    margin-left: 20px; padding-top: 20px;}
.cpwrap .protop .protopr h5{    margin-left: 20px; }
.cpwrap .protop{margin-bottom:30px;}
.cpwrap .prolist{ width:98%;}
.casewrap .prolist{width:98%;}
.casewrap{padding-top:0px;}

.interested_con {display: block;}
.interested .newslist{ width:100%; margin:0;}
.interested .inprolist{ width:46%;}
.interested .inprolist a .title{ font-size:14px;}
 }


.photolist{margin-top:80px;}
.photolist h5 { width:100px; height:5px; background:var(--c); margin-bottom:50px;}
.photolist h2 {margin-bottom: 20px;margin-top: 20px;font-size:32px;display:block; font-weight: 300;}
.photolist .photo {margin-bottom: 28px; width:23%; padding:1%; display:block; float:left;}
.photolist .photo img {width: 100%;}
@media screen and (max-width: 750px) {
.photolist .photo { width:100%;}
.photolist h2{font-size:18px;}
	}

.zxly {padding-left: 5px;margin-bottom: 30px;line-height: 40px;font-size: 15px;}
.zxly span {font-weight: bold;font-size: 16px;}
.gbk {padding-top: 100px;}
.lxwm {margin-top:80px;padding: 0 10px;box-sizing: border-box; margin-bottom:100px; width:96%;}
.lxwm h5 { width:100px; height:3px; background:var(--c); margin-bottom:30px;}
.lxwm h2 {margin-bottom: 20px;margin-top: 20px;font-size:32px;display:block; font-weight: 300; color:#333;}
.lxwm .text ul{margin:50px 0; font-size:16px; line-height:40px;}
.lxwm .text ul dl img{  padding:20px  0px;}
.lxwm .text p{ margin-left:15px; line-height:2; font-size:18px;}
.lxwm .text p img{ margin-right:10px;}

@media screen and (max-width: 750px) {
.lxwm .text ul{display: block;}
.lxwm .contactForm{ min-height:350px;}
.lxwm .text ul dl img{ padding:0px;}
.lxwm .text ul dl{ margin-bottom:50px; width:100%;}

	}



.business{ margin:100px auto;}
.business h3{ font-size:24px; line-height:60px; color:#eba000;background:#fff;}
.business .sn_title{ width:48%; min-height:500px;background:#eee;}
.business .sn_title p{  display:block;line-height:40px;}
.business .sn_title p span{background:#ddd; display:block; font-size:18px; padding-left:20px;line-height:50px; }
.business .sn_title p em{ padding-left:20px; }

.business .sn_text{width:48%;}



.fix-right-v2 {
	position: fixed;
	right: 20px;
	bottom: 100px;
	width: 38px;
	height: 38px;
	z-index: 1001;
}

.fix-right-v2 table {
	width: 100%;
	height: 100%;
}

.fix-right-v2 table,
.fix-right-v2 td {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	height: 38px;
}

.fix-right-v2 li {
	position: relative;
}

.fix-right-v2 a {
	display: block;
	width: 38px;
	font-size: 0;
	background-image: url(../images/sidebar_spriteV2.png);
	overflow: hidden;
	cursor: pointer;
	transition: none;
}

.fix-right-v2 .download a {
	height: 38px;
	background-position: -38px -176px;
}

.fix-right-v2 .download:hover a {
	background-position: 0 -176px;
}

.fix-right-v2 .download img {
	width: 90px;
	height: 90px;
}

.fix-right-v2 li span {
	position: absolute;
	right: 58px;
	top: 0;
	visibility: hidden;
	padding: 0 14px;
	opacity: 0;
	color: #fff;
	font-size: 12px;
	background: #128f5d;
	transition: .3s all ease-in;
	-webkit-transition: .3s all ease-in;
	-moz-transition: .3s all ease-in;
	-o-transition: .3s all ease-in;
	white-space: nowrap;
}

.fix-right-v2 li .popup-qr {
	top: -30px;
	padding: 8px;
	background: #fff;
}

.fix-right-v2 li span i {
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	margin: -5px -10px 0 0;
	font-size: 0;
	border: 5px solid;
	border-color: transparent transparent transparent #128f5d;
	overflow: hidden;
}

.fix-right-v2 li .popup-qr i {
	border-color: transparent transparent transparent #fff;
}

.fix-right-v2 .feedback a,
.fix-right-v2 .feedback span {
	height: 38px;
	line-height: 38px;
}

.fix-right-v2 .feedback a {
	background-position: -38px -252px;
}

.fix-right-v2 .feedback:hover a {
	background-position: 0 -252px;
}

.fix-right-v2 li:hover span {
	right: 38px;
	opacity: 1;
	visibility: visible;
}

.fix-right-v2 .gotop {
	position: absolute;
	bottom: 38px;
}

.fix-right-v2 .gotop a,
.fix-right-v2 .gotop span {
	height: 38px;
	line-height: 38px;
}

.fix-right-v2 .gotop a {
	background-position: -38px -290px;
}

.fix-right-v2 .gotop:hover a {
	background-position: 0 -290px;
}

/**/
#dituContentn {
	width: 100%;
	height: 300px;
}

.companywab {
	background: url(../images/ba.png) no-repeat left center;
	padding-left: 25px;
}

.c_wrap_r .parHd ul li {
	
}

/*大于1200px*/
@media screen and (min-device-width: 1200px) {
	.headweb {
		display: none;
	}

	.footweb {
		display: none;
	}
}

@media screen and (min-width: 750px) and (max-width:1200px) {
	.lxwm {
		padding: 0;
	}

	.lxwm h5 {
		margin-top: 20px;
	}

	.lxwm h2 {
		margin-bottom: 0;
	}

	.c_wrap_r .parHd ul li {
		padding: 5% !important;
	}

	.wrap {
		width: 96%;
		margin: auto;
	}

	.headweb {
		display: none;
	}

	.footweb {
		display: none;
	}

	.citys {
		display: none;
	}

	/*banner*/
	.swiper-container {
		width: 100%;
		height: 100%;
	}

	/*内页*/
	.c_wrap_l {
		display: none;
	}

	.c_wrap_r {
		width: 100%;
		float: none;
		padding: 20px 0;
	}

	.c_wrap_r .about {
		width: 100%;
	}

	.c_wrap_r .prolist {
		width: 46%;
		margin: 0 0%;
		margin-bottom: 20px;
		float: left;
	}

	.c_wrap_r .prolist img {
		width: 100%;
	}

	.pro_c {
		margin-bottom: 40px;
		padding: 0 6%;
	}

	.pro_c .text {
		margin-bottom: 20px;
	}

	.pro_c .img img {
		width: 100%;
	}

	.pagenav {
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.pagenav p {
		font-size: 14px;
	}

	.interested {
		padding-bottom: 20px;
	}

	.content img {
		width: 100%;
	}

	.tag {
		margin-top: 30px;
		margin-bottom: 30px;
	}


	.newswep {
		display: block;
	}

	.newswep .newli {
		border-bottom: 1px solid #ccc;
		padding: 8px 0px;
		margin-bottom: 20px;
	}

	.newswep .newli .newlitit {
		display: block;
		font-size: 18px;
		color: #000;
		line-height: 18px;
	}

	.newswep .newli .newlidate {
		font-size: 14px;
		color: #969696;
		margin: 5px 0px;
	}

	.newswep .newli .newlicon {
		font-size: 14px;
		color: #969696;
		margin-bottom: 5px;
	}

	.newswep .newli .newlia {
		color: #5f5f5f;
		font-size: 16px;
		text-align: right;
	}

	.ny_lxwm .t {
		font-size: 24px;
		color: #333;
		font-weight: bold;
		line-height: 50px;
	}

	.ny_lxwm li {
		float: left;
		width: -webkit-fill-available;
		padding-left: 10px;
		width: 25%;
	}

	.lxtjyc {
		display: none;
	}

	/*头部*/
	.nav {
		min-width: inherit !important;
	}

	.nav .wrap1>ul {
		width: 100%;
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
		-ms-flex-pack: justify;
	}

	.nav ul li {
		width: inherit;
	}

	/* .nav ul li.active > a, .nav ul li:hover{background: #ad1722;}
	.nava:hover{background: #ad1722;}
	.sub-menu li:hover a, .sub-menu li.on a{background: #ad1722;} */



}

@media screen and (min-width: 750px) and (max-width:820px) {
	.header .wrap .phone .phimg {
		display: none;
	}

	.headtop .fr {
		padding-left: 10px;
	}
}
@media(max-width:1200px) {
	.ny_lxwm li{
		padding-left: 0;
	}
}
@media(max-width:991px) {
	.ny_lxwm {
		flex-wrap: wrap;
		justify-content: center;
	}
	.ny_lxwm li{
		width: 50%;
	}
}
@media(max-width:750px){
	.lb-dataContainer::-webkit-scrollbar {
	  display: none; /* Chrome Safari */
	}
	.lxwm .wrap li{
		margin-top: 0;
	}
	.lb-dataContainer{
	  scrollbar-width: none; /* firefox */
	  -ms-overflow-style: none; /* IE 10+ */
	  overflow-x: hidden;
	  overflow-y: auto;
	}
}
/* 改 */
.location3 {
	padding: 0 15px;
}

.wrap.c_wrap {

	box-sizing: border-box;
}

@media(max-width: 1200px) {
	.location3 {
		padding: 0;
	}
}

@media screen and (min-width: 750px) and (max-width: 1200px) {
	.wrap.c_wrap {
		padding: 15px;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 750px) and (max-width: 1200px) {
	.interested .prolist {
		width: 46%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 750px) {
	.interested .prolist {
		width: 48%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 750px) {
	.lxwm h5 {
		margin-top: 20px;
	}

	.lxwm h2 {
		margin-bottom: 0;
		font-size: 36px;
	}

	.lxwm {
		padding: 0;margin-bottom:30px !important;
	}
}

@media screen and (max-width: 750px) {
	.ny_lxwm .li5 {
		padding-top: 0 !important;
	}

	.gbk {
		padding-top: 0 !important;
	}
}

@media(max-width: 1600px) {
	.cpxqy_04 .cpzx1 {
		margin-left: -530px;
		top: 381px;
	}

	.cpxqy_04 .cpzx2 {
		margin-left: -648px;
		top: 500px;
	}

	.cpxqy_04 .cpyx1 {
		margin-left: 120px;
		top: 320px;
	}

	.cpxqy_04 .cpyx2 {
		margin-left: 170px;
		top: 390px;
	}

	.cpxqy_04 .cpyx3 {
		margin-left: 180px;
		top: 525px;
	}

	.cpxqy_04 img {
		max-width: 400px;
	}
}

@media(max-width: 1460px) {
	.cpxqy_04 li {
		font-size: 16px;
		padding-bottom: 40px;
	}

	.cpxqy_04 .zuoxian {
		padding-right: 30px;
		background-size: 100% 50%;
	}

	.cpxqy_04 .youxian {
		padding-left: 30px;
		background-size: 100% 50%;
	}

	.cpxqy_04 .cpzx1 {
		margin-left: -406px;
		top: 350px;
	}

	.cpxqy_04 .cpzx2 {
		margin-left: -520px;
		top: 470px;
	}

	.cpxqy_04 .cpyx1 {
		margin-left: 70px;
		top: 300px;
	}

	.cpxqy_04 .cpyx2 {
		margin-left: 125px;
		top: 403px;
	}

	.cpxqy_04 .cpyx3 {
		margin-left: 140px;
		top: 490px;
	}

	.cpxqy_04 img {
		max-width: 300px;
	}
}

@media(max-width: 1180px) {
	.cpxqy_04 img {
		margin-bottom: 10px;
	}

	.cpxqy_04 li {
		position: static;
		margin-left: 0 !important;
		background: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 15px !important;
		font-size: 18px;
		max-width: 100%;
		width: 90%;
		margin: 0 auto !important;
	}

	.cpxqy_04 li:before {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		background-color: #fff;
		border-radius: 50%;
		margin-right: 10px;
	}
}

@media screen and (max-width: 750px) {
	.cpxqy_04 li {
		display: block;
	}
}

@media(max-width: 1600px) {
	.cpdier_04 .cpzx1 {
		margin-left: -620px;
		top: 290px;
	}

	.cpdier_04 .cpzx2 {
		margin-left: -640px;
		top: 450px;
	}

	.cpdier_04 .cpyx1 {
		margin-left: 115px;
		top: 270px;
	}

	.cpdier_04 .cpyx2 {
		margin-left: 120px;
		top: 500px;
	}

	.cpdier_04 img {
		max-width: 400px;
	}
}

@media(max-width: 1460px) {
	.cpdier_04 li {
		font-size: 16px;
		padding-bottom: 40px;
	}

	.cpdier_04 .zuoxian {
		padding-right: 30px;
		background-size: 100% 50%;
	}

	.cpdier_04 .youxian {
		padding-left: 30px;
		background-size: 100% 50%;
	}

	.cpdier_04 .cpzx1 {
		margin-left: -485px;
		top: 320px;
	}

	.cpdier_04 .cpzx2 {
		margin-left: -580px;
		top: 420px;
	}

	.cpdier_04 .cpyx1 {
		margin-left: 83px;
		top: 280px;
	}

	.cpdier_04 .cpyx2 {
		margin-left: 95px;
		top: 450px;
	}

	.cpdier_04 img {
		max-width: 300px;
	}
}

@media(max-width: 1280px) {
	.cpdier_04 img {
		margin-bottom: 10px;
	}

	.cpdier_04 li {
		position: static;
		margin-left: 0 !important;
		background: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 15px !important;
		font-size: 18px;
		max-width: 100%;
		width: 90%;
		margin: 0 auto !important;
	}
}

@media screen and (max-width: 750px) {
	.cpdier_04 li {
		display: block;
	}

	.cpdier_04 li {
		font-size: 16px;
		width: 100%;
	}

	.cpdier_04 li:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 10px;
		height: 10px;
		background: #fff;
		margin-right: 10px;
		border-radius: 50%;
	}
}

.cpdier_01 {
	background: #f8f8f8 url(../images/cpp_02.jpg) center no-repeat;
	background-size: contain;
}

.cpdier_02 {
	background: #000 url(../images/cpp_03.jpg) center no-repeat;
	min-height: 41.66666vw;
	background-size: 100% auto;
	/* padding-top: 5.20833vw; */
	padding-top: 100px;
}

@media(max-width:1280px) {
	.cpdier_01 {
		padding: 40px 0;
		line-height: 1.2;
	}

	.cpdier_01 br {
		height: 5px;
	}

	.cpdier_01 span {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.cpdier .lansezi {
		margin-bottom: 0;
	}

	.cpdier_01 .lansezi b {
		font-size: 100px;
		line-height: .8;
	}

	.cpdier_02 span {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.cpdier_03 {
		padding: 40px 10px;
	}

	.cpdier_03 span {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.cpdier_03 ul {
		margin-top: 30px;
	}

	.cpdier_04 {
		padding: 40px 15px;
	}

	.cpdier_04 span {
		font-size: 24px;
		margin-bottom: 15px;
	}
}

@media(max-width:991px) {
	.cpdier_03 ul dl {
		width: 50%;
	}

	.cpdier_03 ul dl:nth-child(5) {
		display: none;
	}
}

@media(max-width:750px) {
	.cpdier_01 {
		padding: 30px 0;
	}

	.cpdier .lansezi {
		margin-top: -75px;
	}

	.cpdier_01 span {
		margin-bottom: 10px;
		font-size: 24px;
	}

	.cpdier_01 .lansezi b {
		font-size: 60px;
	}

	.cpdier_02 span {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.cpdier_02 {
		font-size: 16px;
	}

	.cpdier_02 {
		min-height: 82vw;
		background-size: 140% auto;
	}

	.cpdier_03 ul {
		flex-wrap: wrap;
	}
}

/*小于750px*/
@media screen and (max-width: 750px) {
	.obj-b2 {
		padding-top: 5px;
	}

	.obj-b2 a,
	.obj-d2 a,
	.obj-f2 a {
		line-height: 1.2;
	}

	.gbk h4 {
		font-size: 16px !important;
		margin-bottom: 20px !important;
		margin-top: 10px;
	}

	.gbk iframe {
		min-height: 420px !important;
	}

	.lxwm h2 {
		font-size: 24px;
		line-height: 1.5;
	}

	.lxwm .wrap li {
		margin-left: 0;
		width: 125px;
		line-height: 40px;
	}

	.ny_lxwm li {
		margin-top: 25px !important;
		width: 100%;
	}

	.c_wrap_r .parHd ul li {
		padding: 5% !important;
	}

	

	/* 产品详情小屏幕 */
	.cpxqy_01 span {font-size: 24px;margin-bottom: 0;}
	.cpxqy_01 {	padding: 30px 10px;}
	.cpxqy_01 img {	margin-top: 10px;margin-bottom: 20px;}
	.cpxqy_02 {	padding-top: 20px;}
	.cpxqy_02 span {font-size: 24px;margin-bottom: 10px;}
	.cpxqy_02 img {margin-top: 15px;}
	.cpxqy_03 {	padding: 30px 0;}
	.cpxqy_03 span {font-size: 24px;margin-bottom: 0;}
	.cpxqy_03 ul {margin-top: 20px;	}
	.cpxqy_04 {	padding: 30px 0;}
	.cpxqy_04 span {font-size: 24px;margin-bottom: 10px;}
	.cpxqy_04 img {	margin-top: 15px;}
	.interested .prolist p.title {height: 65px;line-height: 30px;transition: all .3s linear 0s;	font-size: 16px;text-align: left;}
	.news_nrbg {background: #fff;padding-top: 40px;}


	/* .interested .prolist2 {} */

	.news_nr h1 {text-align: left;color: #333;font-size: 16px;}
	.service-dialog {display: none;}
	.wrap {	width: 96%;	margin: auto;}
	.headtop {display: none;}
	.header {display: none;}
	.nav {display: none;}
	.headweb {	display: block;	position: relative;	top: 80px;	z-index: 1000;}
	.link {display: none;}
	.footweb {display: none;}
	.citys {display: none;}

	/*banner*/
	.swiper-container {	width: 100%;height: 100%;}
	.swiper-button-next-banner:after,.swiper-button-prev-banner:after {	font-size: 5vw;	}
	.footlogo {display: none;}

	/* .fixnav {} */



	/*header*/
	.headerw {width: 100%;height: 80px;	position: relative;}
	.header_fixed {	position: fixed;z-index: 666;top: 0;left: 0;right: 0;padding: 17px 0;background: #FFF;box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, .15);}
	.logo_area {height: 46px;}
	.logo_area img {height: 46px}

	/*foot*/
	.foot {	width: 100%;height:auto;}
	.foot ul {padding-top: 5px;}
	.foot li p {color: #FFF;}
	.foot_box {	width: 100%;height: 65px;}
	.foot_back {width: 100%;height: 100%;background: url(../images/back.png) 44px 36px no-repeat rgba(0, 0, 0, 0.8);background-size: 84%;position: fixed;top: 0;z-index: 999999;display: none;}
	.foot_back a {right: 20vw;width: 66vw;height: 12vw;display: block;position: absolute;top: 109vw;border-radius: 50px;text-align: center;	line-height: 12vw;font-size: 4vw;}

	/*内页*/
	.about h2{ font-size:24px !important;}
	.c_wrap_l {	display: none;}
	.c_wrap_r {	width: 100%;float: none;padding: 20px 0 0;}
	.c_wrap_r .about {	width: 100%;margin-top:0;}
	.c_wrap_r .prolist {width: 100%;margin: 0 0%;margin-bottom: 20px;float: left;}
	.c_wrap_r .prolist img {width: 100%;}

	.pagenav {margin-top: 20px;	margin-bottom: 0;}
	.pagenav p {font-size: 14px;width: 100%;text-align:left !important;}
	.pagenav p.newsprev {text-align: left;}
	.news_nr p.news_oth {margin-bottom: 0;}
	.interested h5 {font-size: 16px;padding-top: 0;}
	.interested h2 {line-height: 1.5;font-size: 24px;margin-bottom: 10px;}

	.interested {padding-bottom: 20px; width:96%; margin:0 auto;}
	.content img {width: 100% !important;}
	.tag {margin-top: 30px;	margin-bottom: 30px;}
	.newswep {display: block;}
	.newswep .newli {border-bottom: 1px solid #ccc;	padding: 8px 0px;margin-bottom: 20px;}
	.newswep .newli .newlitit {display: block;font-size: 18px;color: #000;line-height: 18px;}
	.newswep .newli .newlidate {font-size: 14px;color: #969696;	margin: 5px 0px;}
	.newswep .newli .newlicon {	font-size: 14px;color: #969696;margin-bottom: 5px;height: 48px;	overflow: hidden;}
	.newswep .newli .newlia {color: #5f5f5f;font-size: 16px;text-align: right;}
    .cpdier_03{	padding: 30px 10px;}
    .ban{ margin-top:0;}
    .ban .ban_info span{ display:none;}
}

