
.con {
	width:75%;
	max-width: 1438px;
	margin: 0 auto;
}
.font80 {
	font-size: 80px;
}
.font60 {
	font-size:60px;
}
.font50 {
	font-size: 50px;
}
.font48 {
	font-size: 48px;
}
.font44 {
	font-size: 44px;
}
.font42 {
	font-size: 42px;
}
.font36 {
	font-size: 36px;
}
.font30 {
	font-size: 30px;
}
.font28 {
	font-size: 28px;
}
.font27 {
	font-size: 27px;
}
.font26 {
	font-size: 26px;
}
.font24 {
	font-size: 24px;
}
.font22 {
	font-size: 22px;
}
.font20 {
	font-size: 20px;
}
.font18 {
	font-size: 18px;
}
.font16 {
	font-size: 16px;
}
.font14 {
	font-size: 14px;
}
@media only screen and (max-width:1920px) {

 .font80 {
font-size: 4.16vw;
}
 .font60 {
font-size: 3.1vw;
}
 .font50 {
font-size: 2.6vw;
}
 .font48 {
font-size: 2.5vw;
}
 .font44 {
font-size: 2.3vw;
}
 .font42 {
font-size: 2.18vw;
}
 .font36 {
font-size: 1.87vw;
}
 .font30 {
font-size: 1.56vw;
}
 .font28 {
font-size: 1.45vw;
}
 .font27 {
font-size: 1.4vw;
}
 .font26 {
font-size: 1.35vw;
}
 .font24 {
font-size: 1.25vw;
}
 .font22 {
font-size: 1.14vw;
}
 .font20 {
font-size: 1.04vw;
}
 .font18 {
font-size: 0.93vw;
}
 .font16 {
font-size: 0.933vw;
}
 .font14 {
font-size: 0.73vw;
}
}
@media only screen and (max-width:1643px) {
 .font14 {
font-size: 12px;
}
}
@media only screen and (max-width:1440px) {
 .font16 {
font-size: 12px;
}
}
@media only screen and (max-width:1290px) {
 .font18 {
font-size: 12px
}
}
@media only screen and (max-width:1153px) {
 .font20 {
font-size: 12px
}
}
@media only screen and (max-width:1052px) {
 .font22 {
font-size: 12px
}
}
@media only screen and (max-width:960px) {
 .font24 {
font-size: 12px
}
}
@media only screen and (max-width:889px) {
 .font26 {
font-size: 12px
}
 .font27 {
font-size: 12px
}
}
@media only screen and (max-width:1200px) {
 .con {
width:91%;
}
}
@media only screen and (max-width:828px) {

 .con {
width:auto;
margin: 0 1em;
}
}

 @media only screen and (max-width:828px) {
.font80 {
font-size: 32px;
}
.font60 {
font-size: 30px;
}
.font50 {
font-size: 28px;
}
.font48 {
font-size: 24px;
}
.font44 {
font-size: 22px;
}
.font42 {
font-size: 22px;
}
.font36 {
font-size: 20px;
}
.font30 {
font-size: 20px;
}
.font28 {
font-size: 18px;
}
.font27 {
font-size: 18px;
}
.font26 {
font-size: 18px;
}
.font24 {
font-size: 18px;
}
.font22 {
font-size: 18px;
}
.font20 {
font-size: 14px;
}
.font18 {
font-size: 14px;
}
.font16 {
font-size: 14px;
}
.font14 {
font-size: 12px;
}
}
/*头部*/
.headerW {
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	width: 100%;
	height:80px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
}
.headerB, .headerC {
	background-color: #fff;
	-moz-box-shadow: 0 1px 3px rgba(51, 51, 51, .1);
	-webkit-box-shadow: 0 1px 3px rgba(51, 51, 51, .1);
	box-shadow: 0 1px 3px rgba(51, 51, 51, .1);
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.header {
	margin: 0 auto;
	height: 100%;
}
.header .con {
	height: 100%;
	max-width: initial;
	overflow: visible;
	width: 100%;
	display: flex;
	justify-content:space-between;
	align-items: stretch;
}
.header .logo {
	margin-left: 4.42%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .logo img {
	display: block;
	height:70px;
	width:auto;
}
.header .logo img:nth-child(2) {
display: none;
}
.headerB .header .logo img, .headerC .header .logo img {
	display: none;
}
.headerB .header .logo img:nth-child(2), .headerC .header .logo img:nth-child(2) {
display: block;
}
 @media only screen and (max-width:1920px) {
/* .headerW {height:5.67vw;}
	.header .logo img {	 height:3.75vw;} */
}
.header .links {
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header .links .tel {
	color: #fff;
	background: url(../images/tel.png) 0 center no-repeat;
	background-size: 1.5em auto;
	padding-left: 2.5em;
	margin-left: 1.8em;
	margin-right: 2.8em;
}
.headerB .links .tel, .headerC .links .tel {
	color: #fff;
	background: linear-gradient(61deg,#47ffda,#2e6aff);
    border-radius: 10px;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
	
}
.header .links .searchBoxW {
	height: 100%;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header .links .btnSearchT {
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	margin: 0 0.9em;
	color: #fff;
	width: 2.5em;
	height: 2.5em;
	background: center center no-repeat;
	background-size:60% auto;
	background-image:url(../images/search.png);
}
.headerB .links .btnSearchT, .headerC .links .btnSearchT {
	background-image: url(../images/search_2.png);
}
.searchBox {
	position: absolute;
	z-index: 10;
	right: -2em;
	top:5em;
	width: 300px;
	background-color: #fff;
	height: 3em;
	-moz-border-radius:2.1em;
	-webkit-border-radius:2.1em;
	border-radius:2.1em;
	-moz-box-shadow: 0 0.4em 1.72em rgba(0, 39, 54, .13);
	-webkit-box-shadow: 0 0.4em 1.72em rgba(0, 0, 0, .13);
	box-shadow: 0 0.4em 1.72em rgba(0, 0, 0, .13);
	display: none; font-size:16px;
}
.searchBox form {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.searchBox form .pics {
	margin-left: 1.7em;
	width: 1.227em;
	height: 1.227em;
	background: url(../images/search_3.png) center center no-repeat;
	background-size:contain;
}
.searchBox form .iw {
	flex: 1;
	margin: 0 1.2em 0 2em;
}
.searchBox form .iw .input {
	font-size: 1em;
	line-height: 3em;
	height: 3em;
	width: 100%;
	outline-width: 0;
	border: 0;
	margin: 0;
	padding: 0;
}
.searchBox form .btnSearch {
	cursor: pointer;
	padding: 0 1.8em;
	line-height:3em;
	color: #fff;
	outline-width: 0;
	border: 0;
	-moz-border-radius:2.1em;
	-webkit-border-radius:2.1em;
	border-radius:2.1em;
	background: linear-gradient(to bottom, rgba(29, 140, 196, 1) 0%, rgba(0, 102, 204, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
 @media only screen and (max-width:828px) {
 .searchBox {
margin: 0 auto;
}
 .searchBoxW {
font-size: 12px;
}
 .searchBox form .btnSearch {
font-size: 12px;
}
}
.header .c-switch-w {
	padding:0 1.6em;
	font-size: 1em;
	display: block;
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .c-switch {
	display: inline-block;
	color: #018b35;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	width: 1.25em;
	height:1.43em;
	cursor: pointer;
	position: relative;
	z-index: 0;
}
.header .c-switch i {
	position: relative;
	display: block;
	height: 0.31em;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
 .header .c-switch i:nth-child(1) {
top: 0;
}
.header .c-switch i:nth-child(3) {
bottom: 0;
}
.header .c-switch i:nth-child(2) {
margin: 0.25em 0;
}
.headerB .header .c-switch i, .headerC .header .c-switch i {
	background-color: #3ab5ec;
}
 .header .c-switch.show i:nth-child(2) {
opacity: 0;
}
.header .c-switch.show i:nth-child(1) {
 top:0.55em;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.header .c-switch.show i:nth-child(3) {
 bottom: 0.55em;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 @media only screen and (max-width:828px) {
 .header .links a.btnT {
font-size: 1.3em;
}
 .header .links .btnLanT {
font-size: 1.2em;
}
 .header .c-switch.show::after {
left: -30%;
top: -30%;
width: 160%;
height: 160%;
}
 .header .c-switch-w {
padding:0 1em;
}
}
 @media only screen and (max-width:828px) {
.wrapT {
padding-top: 4.1em;
}
.headerW {
height: auto;
transition: all 0s;
}
.header {
width: 100%;
height: 100%;
justify-content: space-between;
}
.header .con {
width: auto;
margin: 0;
}
.header .logo {
margin-left: 1em;
}
.header .logo img {
display: block;
width: auto;
height: 1.4em;
}
.header .links {
flex: 1;
width: 100%;
 font-size: 12px;
display: flex;
justify-content: flex-end;
align-items: center;
}
.header .links .searchBoxW {
margin-right: 0.3em;
}
.header .links .btnSearchT {
margin: 0 0em 0 0.4em;
}
.header .c-switch .iconfont {
font-size: 3.6vw;
}
.header .links .tel {
margin-left: 1em;
margin-right: 1em;
padding-left: 1.7em;
}
}
/*头部导航*/
.navW {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 1em;
}
.nav {
	height: 100%;
	margin-right: 1.75em;
}
.nav>ul {
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.nav>ul>li {
	height: 100%;
	position: relative;
	z-index: 100;
	cursor: pointer;
	padding: 0 1.75em;
}
@media only screen and (max-width:1160px) {
 .nav>ul>li {
padding: 0 1em;
}
}
@media only screen and (max-width:1010px) {
 .header .logo img {
height: 32px;
}
 .nav>ul>li {
padding: 0 0.8em;
}
 .header .links .tel {
margin-left: 0.8em;
 margin-right: 0.8em; display:none
}
 .nav {
margin-right: 1em;
}
 .header .links .btnSearchT {
margin: 0 0.4em;
}
 .header .c-switch-w {
padding: 0 1em;
}
}
@media only screen and (max-width:920px) {
 .header .logo img {
height: 60px;
}
 .nav>ul>li {
padding: 0 0.6em;
}
}
@media only screen and (max-width:828px) {
 .nav>ul>li {
padding: 0 2vw;
}
}
.nav>ul>li>a, .nav>ul>li>span {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #fff;/* transition: all 0.5s;
 -webkit-transition:all 0.5s; */
}



.nav>ul>li a.cur,.nav>ul>li a:hover {
	font-weight: bold; color:#3ab5ec!important;
}



.nav>ul:hover>li.cur {
	font-weight: normal;
}
.nav>ul:hover>li.hover.cur {
	font-weight: bold;
}
 .nav>ul>li.cur>a::after, .nav>ul>li.hover>a::after {
position: absolute;
z-index: 10;
content: "";
display: block;
 height: 0.3em;
left: 50%;
margin-left: -0.9em;
 right: auto;
bottom: -0.28em;
background-color:#3ab5ec;
 width: 1.8em;
}
.nav>ul:hover>li.cur>a::after {
display: none;
}
.nav>ul:hover>li.hover.cur>a::after {
display: block;
}
.headerB .nav>ul>li>a, .headerB .nav>ul>li>span, .headerC .nav>ul>li>a, .headerC .nav>ul>li>span {
	color: #333;
}
.nav>ul>li.hover>a {
}
/* .nav>ul>li.hover>a { color: #058d7f;} */

.nav>ul>li.hover>a {
}
/* .nav>ul>li.hover>a { color: #058d7f;} */


/* .headerC .nav>ul>li:hover>a,.headerB .nav>ul>li:hover>a { color: #058d7f;} */





.nav .sub_nav {
	display: none;
	position: absolute;
	top: 100%;
	margin-top: 1px;
	left: 50%;
	margin-left: -6.2em;
	width: 12.4em;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	border-top:2px solid #4596e4;
	-moz-box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	padding: 0.5em 0;
}
.nav .sub_nav li {
	line-height: 3em;
	height: 3em;
	overflow: hidden;
	border-top:1px solid #4da2f1;
}
.nav .sub_nav li:first-child {
	border-top: 0;
}
.nav .sub_nav li a {
	color: #666;
	padding:0 0.5em;
	display: block;
	position: relative;
	z-index: 0; font-weight:normal
}
.nav .sub_nav li a:hover {
	font-weight: bold;
	color: #000;
}
.nav li.liW .sub_nav {
	left: 0;
	margin-left: auto;
	padding:0;
	width: auto;
	right: 0;
}
.nav li.liW .sub_nav .con {
	padding: 2em 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.nav li.liW .sub_nav .con .picb {
	width: 16.8%;
	margin-right: 8.3%;
}
.nav li.liW .sub_nav .con .pic {
	position: relative;
	z-index: 0;
	width: 100%;
	padding-top: 79.5%;
	background-color: #fff;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	border-radius:0.5em;
}
.nav li.liW .sub_nav .con .pic img {
	position: absolute;
	left: 22%;
	top: 22%;
	width: 56%;
	height: 56%;
	object-fit: contain;
}
.nav li.liW .sub_nav .con .txtb {
	width: 74.9%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.nav li.liW .sub_nav .con .tab {
	margin-right: 3.4%;
}
.nav li.liW .sub_nav .con .tab .item {
	margin-bottom: 0.8em;
	width: 10.2em;
	background-color: #fff;
	border: 1px solid #cccccc;
	line-height: 2.4em;
	-moz-border-radius:1.2em;
	-webkit-border-radius:1.2em;
	border-radius:1.2em;
}
.nav li.liW .sub_nav .con .tab .item.cur {
	font-weight: bold;
	color: #fff;
	background-color: #007437;
	border:1px solid #007437;
}
.nav li.liW .sub_nav .con .list {
	flex: 1;
	text-align: left;
	width: 100%;
}
.nav li.liW .sub_nav .con .list dl {
	margin-bottom: 3.5%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.nav li.liW .sub_nav .con .list dt {
	font-weight: bold;
	color: #333;
	margin-right: 6%;
}
.nav li.liW .sub_nav .con .list dd {
	flex: 1;
	color: #666;
	margin-top: 0.2em;
	line-height: 1.2;
}
.nav li.liW .sub_nav .con .list dd a {
	color: #666;
	margin:0 2.5em 0.5em 0;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
}
.nav li.liW .sub_nav .con .list dd a span {
	display: block;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
}
.nav li.liW .sub_nav .con .list dd a:hover {
	position: relative;
	z-index: 0;
	color: #007437;
}
.nav li.liW .sub_nav .con .list dd a:hover span {
	transform: translate(1em, 0);
	-ms-transform: translate(1em, 0); /* IE 9 */
	-webkit-transform: translate(1em, 0); /* Safari and Chrome */
}
 .nav li.liW .sub_nav .con .list dd a:hover::before {
content: "";
display: block;
 position: absolute;
left: 0;
top: 0;
height: 1.2em;
width: 1px;
background-color: #007437;
}
.nav li.liW .sub_nav .con .conNZ {
	flex: 1;
}
.nav li.liW .sub_nav .con .conN {
	display: none;
}
.nav li.liW .sub_nav .con .conN.show {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.sub_nav_list {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.sub_nav_list a {
	color: #666;
	margin:0 3.5em 0.5em 0;
	display: inline-block;
}
.sub_nav_list a span {
	display: block;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
}
.sub_nav_list a:hover {
	position: relative;
	z-index: 0;
	color: #007437;
	font-weight: bold;
}
.sub_nav_list a:hover span {
	transform: translate(1em, 0);
	-ms-transform: translate(1em, 0); /* IE 9 */
	-webkit-transform: translate(1em, 0); /* Safari and Chrome */
}
.sub_nav_list a:hover::before {
content: "";
display: block;
 position: absolute;
left: 0;
top: 0.25em;
height: 1.2em;
width: 1px;
background-color: #007437;
}




/*产品二级*/

.nav ul li:hover .categories{ display:block}
.categories {
    margin: 0;
    padding: 0 10px;
    position: absolute;
    height: auto;
    left: 50%;
    margin-left: -26.5em;
    width:53em;
    border-top: 1px solid white;
    background: #fff;
    -webkit-box-shadow: 0px 6px 23px -7px rgba(0, 0, 0, .3);
    box-shadow: 0px 6px 23px -7px rgba(0, 0, 0, .3); display:none



}
.chaopinlie {
    float: none;
display:inline-block;
padding: 0 10px;
    vertical-align:top;
    width: 170px;
    margin: 10px; text-align:left;float:left; border-right:1px solid #f1f1f1; height:60px;
    
   
}

.chaopinlie:nth-child(4n) { border:none}
.chaopindi:hover{background: #f1f4f8;}
#topnav li ul li a {font-family: Microsoft YaHei;text-decoration: none;}
.topnav_t {padding-top: 10px;line-height:25px;font-size: 16px;color: #333333; display:inline-block; font-weight:normal}
.topnav_t img{ float:left; margin-right:5px; width:25px;}

.topnav_e {
    font-size: 12px;
    color: #666666;
    width:100%;
    line-height:25px; font-weight:normal
}










.popupNav {
	display: none;
	position: fixed;
	z-index: 400;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.popupCon {
	overflow: hidden;
	position: relative;
	z-index: 0;
	height: 100vh;
	width: 100%;
	margin: 0 auto 0 0;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
.popupCon .navM {
	flex: 1;
	display: block;
}
.navM {
	top: 0;
	margin-top: 109px;
	margin-bottom:2em;
	overflow-y: auto;
	line-height: 1.5;
	text-align: left;
	overflow-y: auto;
	position: relative;
	z-index: 0;
	background-color: #303543
}
 @media only screen and (max-width: 1920px) {
 .navM {
margin-top: 3.87vw;
margin-bottom: 0;
}
}
.navM .con {
	position: relative;
	z-index: 0;
	width: 89.6%;
}
.navM .con>ul {
	font-size: 1em;
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top: 10%;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.navM .con>ul>li {
	padding: 0 1em;
}
.navM .title {
	font-weight: bold;
	font-size:1.33em;
}
.navM .title a {
	color: #fff;
}
.navM .title a:hover {
	color: rgba(255, 255, 255, 0.8);
}
.navM a {
	color: #eaeaea;
}
.navM .con>ul>li li {
	line-height: 2;
}
.navM a:hover {
	color: #fff;
}
.navM li .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 1em;
}
.navM li .sub_nav_z {
	margin-top: 0.2em;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.navM li .sub_nav_z .sub_nav_s {
	width: 49%;
	margin-right: 1%;
}
.navM li .sub_nav_z .sub_nav_s .title {
	font-size: 1em;
}
 @media only screen and (max-width:828px) {
 .navW .nav {
display: none !important;
}
 .navM {
margin-top: 2.8em;
 padding: 0 0.6em 0;
 overflow-y: auto;
 font-size: 14px;
 line-height: 3.2;
 text-align: left;
 overflow-y: auto;
}
 .navM .con>ul {
display: block;
width: 100%;
font-size: 16px;
}
 .navM .con>ul>li {
padding: 0;
}
 .navM li {
text-transform: uppercase;
 border-top: 1px solid rgba(255, 255, 255, 0.5);
 position: relative;
z-index: 0;
}
 .navM li:first-child {
border-top: 0;
}
 .navM .title {
font-size: 1.1em;
}
 .navM li .sub_nav_z {
height: 0;
overflow: hidden;
}
 .navM ul ul {
position: static;
 height: 0;
 overflow: hidden;
 transition: height 2s;
font-size: 12px;
line-height: 3.4em;
}
 .navM ul ul li {
border-top:0;
}
 .navM ul ul li a {
font-size: 14px;
 text-indent: 1em;
border-top:0;
}
 .navM a {
display: block;
}
 .navM li .title {
display: flex;
justify-content: space-between;
align-items: center;
 padding: 0;
}
 .navM li .arrow {
display: block;
 height:1em;
 width: 1em;
 background: url(../images/arr.svg) center center no-repeat;
 background-size:1em auto;
}
 .navM li dd {
padding-left: 1.5em;
}
 .navM li.show .arrow {
 transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
}
 .navM ul .sub_nav_s .sub_nav {
height: auto;
}
 .navM li.show>.sub_nav {
padding: 0.9em 0;
 height: auto;
border-top: 1px solid rgba(255, 255, 255, 0.3);
}
 .navM li.show ul .sub_nav_p {
padding-left: 2em;
display: flex;
justify-content: flex-start;
 align-items: stretch;
flex-wrap: wrap;
text-align: center;
line-height: 1.2;
padding-bottom: 1.2em;
}
 .navM li.show ul .sub_nav_p a {
text-indent: 0;
}
 .navM li.show ul .sub_nav_p li {
padding-top: 1em;
width: 32%;
margin-right: 2%;
}
 .navM li.show ul .sub_nav_p li:nth-child(2n) {
margin-right: 0;
}
 .navM li.show ul .sub_nav_p .pic {
display: block;
position: relative;
z-index: 0;
 padding-top:70%;
width: 70%;
margin: 0 auto 0.5em;
}
 .navM li.show ul .sub_nav_p .pic img {
position: absolute;
 width: 100%;
height: 100%;
left: 0;
top: 0;
object-fit: contain;
}
}
.banner_de {
	position: relative;
	z-index: 0;
}
.banner_de img {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 886px;
	object-fit: cover;
}
.banner_de .txtb {
	position: absolute;
	z-index: 1;
	left: 5.2%;
	top: 6.7vw;
	bottom: 6.7vw;
	right: 0;
	right: 5.2%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_de .txtb .txt {
	width: 51%;
	margin: 0 auto 0 0;
	text-align: left;
	font-weight: lighter;
	color: rgba(255, 255, 255, 0.9);
}
.banner_de .txtb .txt .name {
	font-size: 72px;
	line-height: 1.3;
}
.banner_de .txtb .txt .intro {
	margin-top: 0.7em;
	line-height: 1.5;
	font-size: 24px;
	max-height: 4.5em;
	overflow: hidden;
}
 @media only screen and (max-width:1920px) {
 .banner_de img {
height: auto;
}
 .banner_de .txtb .txt .name {
font-size: 3.75vw;
}
 .banner_de .txtb .txt .intro {
font-size: 1.25vw;
}
}
/*banner*/
.topPicBox {
	position: relative;
	z-index: 0;
	height: 26vw;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topPicBox img {
	position: absolute;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	left: 0;
	top: 0;
}
.topPicBox .txtb {
	position: relative;
	z-index: 1;
	width: 100%;
	color: #fff;
}
.topPicBox .txtb .name {
	margin-top: 1.2%;
	font-weight: bold;
}
@media only screen and (max-width:828px) {
 .topPicBox {
height: 52vw;
}
}
.posiBox {
	background-color: #f9fbff;
	border-bottom: 1px solid #e1e4f3;
}
.posiBox .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.posiBox .subNav {
	width: 100%;
	line-height: 4em;
}
.posiBox .subNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
}
.posiBox .subNav li {
	margin:0 1.2em;
	color: #71789f;
}
.posiBox .subNav a {
	display: block;
	padding: 0 1.2em;
	color: #71789f;
}
.posiBox .subNav a:hover {
	color: #3ab5ec;
	text-decoration: none;
}
.posiBox .subNav li.cur {
	position: relative;
	z-index: 0;
	color: #3ab5ec;
}
.posiBox .subNav li.cur a {
	font-weight: bold;
	color: #3ab5ec;
}
.posiBox .subNav li.cur::after {
position: absolute;
display: block;
content: "";
left: 50%;
margin-left: -0.9em;
bottom: -0.09em;
height: 0.18em;
width: 1.8em;
background-color: #3ab5ec;
}
.position {
	background-color: #f8f8f8;
	text-transform: uppercase;
	text-align: left;
	color: #666;
	padding: 1em 0 1em;
	line-height: 2em;
}
.position .con {
	position: relative;
	z-index: 0;
}
.position .icon {
	margin-right: 0.5em;
	width: 1.14em;
	height: 1.14em;
	background: url(../images/home_blue.png) center center no-repeat;
	background-size:contain;
}
.position a {
	display: inline-block;
	color: #555;
}
.position a:hover {
	color: #007437;
}
.position span {
	display: inline-block;
}
.position .arrow {
	display: inline-block;
	margin: 0 0.5em;
	font-family: "宋体";
}
 @media only screen and (max-width:828px) {
.posiBox .con {
display: block;
}
.posiBox .subNav {
border-top:1px solid #ccc;
margin-top: 0;
}
.posiBox .subNav li {
margin:0 0.25em;
}
.posiBox .subNav a {
padding: 0 0.5em;
}
}
.iTit {
}
.iTit .name {
	color: #1a1d3c;
	padding-top: 0.3em;
	background: url(../images/dot.png) center 0 no-repeat;
	background-size:auto 0.33em;
}
.iTit .nameL {
	color: #1a1d3c;
	padding-top: 0.3em;
	text-align: left;
}
.iTit .nameL span {
	display: inline-block;
	padding-right: 0.7em;
	background: url(../images/dot.png) right 0 no-repeat;
}
.iTit .intro {
	margin-top: 0.2em;
	color: #71789f;
	font-weight: lighter;
}
.contactBox {
	background: #e4f1fc url(../images/contact_bg.jpg) center bottom no-repeat;
	background-size:100% auto;
	color: #fff;
	padding:3em 0 6.2em;
}
.contactBox .conT {
	width: 65.4%;
	margin: 0 auto 0 0;
	text-align: left;
}
.contactBox .tit {
	line-height: 1.2;
	font-weight: bold;
}
.contactBox .form {
	flex-wrap: wrap;
	margin-top: 1em;
	justify-content: space-between;
	align-items: flex-start;
}
.contactBox .form form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.contactBox .form form dl {
	margin-top: 0.5em;
	color: #646b97;
	width: 32.2%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(255, 228, 243, 0.8);
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	border-radius:0.5em;
	line-height: 3.7em;
}
.contactBox .form form dl.dl_2 {
	width: 66%;
}
.contactBox .form form dl.dl_3 {
	width: 100%;
}
.contactBox .form form dt {
	margin-left: 1.7em;
	margin-right: 0.2em;
}
.contactBox .form form dd {
	flex: 1;
	margin-right: 1.7em;
}
.contactBox .form dd .input {
	width: 100%;
	border: 0;
	outline-width: 0;
	line-height: 3.7em;
	height: 3.7em;
	font-size: 1em;
	background-color: transparent;
	color: #333;
}
.contactBox .form dd .tW {
	padding: 1.2em 0 0.8em;
}
.contactBox .form dd .textarea {
	display: block;
	width: 100%;
	border: 0;
	outline-width: 0;
	line-height: 1.4em;
	height: 5.6em;
	font-size: 1em;
	background-color: transparent;
	color: #333;
}
.contactBox textarea::-webkit-input-placeholder, .contactBox input::-webkit-input-placeholder {
color: #fff;
}
.contactBox textarea::-moz-placeholder, .contactBox input::-moz-placeholder {
color: #fff;
}
.contactBox textarea:-ms-input-placeholder, .contactBox input:-ms-input-placeholder {
color: #fff;
}
.contactBox .btnW {
	margin-top: 1.3em;
	width: 100%;
	text-align: center;
}
.contactBox .btnBlue2 {
	padding: 0;
	max-width: 19em;
	width: 100%;
	margin: 0 auto;
}








@media only screen and (max-width:828px) {
.contactBox .form form dl {
width: 100%;
}
.contactBox .form form dl.dl_2 {
width: 100%;
}
.contactBox .form form dl.dl_3 {
width: 100%;
}
}
/*底部*/
.footer {
	position: relative;
	z-index: 0;
	color: #a6a9bd;
	text-align: left;
	width: 100%;
	background: #2d3045;
}
.footer .fInfo {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 3em 0 0;
}
.footer .fnav {
	width: 48%;
	flex-wrap: wrap;
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
}
.footer .fnav dl {
	margin-right: 0.6em;
}
.footer .fnav dl:last-child {
	margin-right: 0;
}
.footer .fnav dl dt {
	font-weight: bold;
	color: #dde0ed;
}
.footer .fnav dl dt a {
	color: #dde0ed;
}
.footer .fnav dl dt a:hover {
	color: #fff;
}
.footer .fnav dl dd {
	margin-top: 0.7em;
	line-height: 2.1em;
}
.footer a {
	color: #a6a9bd;
}
.footer a:hover {
	color: rgba(255, 255, 255);
}
.footer .add {
	margin: 0 1em;
}
.footer .add dl dt {
	font-weight: bold;
	color: #dde0ed;
}
.footer .add dd {
	margin-top: 0.9em;
	line-height: 1.6;
}
.footer .ewm {
	text-align: center; color:#FFFFFF; overflow:hidden
}
.footer .ewm img {
	display: block;
	margin: 1.3em auto 0;
	width: 7.5em;
	height: auto;transition: all 0.5s;
}



.footer .ewm:hover img {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}




.footer .footerBot {
	margin-top: 2em;
	border-top:1px solid rgba(255, 255, 255, 0.15);
	padding: 1em 0 1em;
	color: #a6a9bd;
	text-align: center; clear:both
}
.footer .footerBot span {
	margin: 0 .3%;
	display: inline-block;
}
 @media only screen and (max-width:828px) {
 .footer .fInfo {
padding-top: 2em;
display: block;
}
 .footer .fnav {
display:; width:100%
}
 .footer .add {
text-align: center;
}
 .footer .ewm {
margin-bottom: 2em; float:left; width:50%;margin-top: 2em;
}
}
.page {
	margin-top: 2.6em;
	text-align: center;
	color: #646b97;
	line-height: 2.6;
}
@media only screen and (max-width:828px) {
 .page {
margin-top: 3em;
font-size: 12px;
}
}
.page a, .page .page-num-current {
	border: 1px solid #e1e4f3;
	display: inline-block;
	color: #646b97;
	padding: 0.1em 0 0;
	width: 2.7em;
	margin: 0.4em 0.35em 0;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	border-radius:0.3em;
}
.page a:hover {
	border: 1px solid #3ab5ec;
	color: #3ab5ec;
}
.page .page-num-current {
	font-weight: bold;
	border: 1px solid #3ab5ec;
	background-color: #3ab5ec;
	color: #fff;
}
.page a.page-num-current {
	color:#FFFFFF
}
.page .dot {
	display: inline-block;
	padding: 0 0.55em;
}
.page .prev {
	font-weight: bold;
	display: inline-block;
	font-family: "宋体";
}
.page .next {
	font-weight: bold;
	display: inline-block;
	font-family: "宋体";
}
.btn {
	display: inline-block;
	cursor: pointer;
	color: #fff;
	line-height: 3.2;
	padding: 0.05em 1.7em 0 1.8em;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-border-radius:0.35em;
	-webkit-border-radius:0.35em;
	border-radius:0.35em;
	border: 1px solid #fff;
	line-height: 2.4;
}
.btn::after {
content: "";
display: inline-block;
width: 1em;
height: 1em;
background: url(../images/arrow.png) center center no-repeat;
background-size:contain;
margin-left: 0.25em;
position: relative;
top: 0.18em;
transition: all 0.5s;
-webkit-transition:all 0.5s;
}
.btn:hover {
	color: #fff;
}
.btn:hover::after {
 transform: translate(0.2em, 0);
 -ms-transform: translate(0.2em, 0); /* IE 9 */
 -webkit-transform: translate(0.2em, 0); /* Safari and Chrome */
}
.btnBlue {
	display: inline-block;
	cursor: pointer;
	color: #fff;
	line-height: 2.6;
	padding: 0.05em 1.7em 0 1.8em;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-border-radius:0.35em;
	-webkit-border-radius:0.35em;
	border-radius:0.35em;
	border: 1px solid #3ab5ec;
	background-color: #3ab5ec;
	line-height: 2.4;
}
.btnBlue::after {
content: "";
display: inline-block;
width: 1em;
height: 1em;
background: url(../images/arrow.png) center center no-repeat;
background-size:contain;
margin-left: 0.25em;
position: relative;
top: 0.18em;
transition: all 0.5s;
-webkit-transition:all 0.5s;
}
.btnBlue:hover::after {
 transform: translate(0.2em, 0);
 -ms-transform: translate(0.2em, 0); /* IE 9 */
 -webkit-transform: translate(0.2em, 0); /* Safari and Chrome */
}
.btnBlue2 {
	display: inline-block;
	cursor: pointer;
	color: #fff;
	line-height: 2.6;
	padding: 0.05em 1.7em 0 1.8em;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-border-radius:0.35em;
	-webkit-border-radius:0.35em;
	border-radius:0.35em;
	border: 1px solid #3ab5ec;
	background-color: #3ab5ec;
	line-height: 2.4;
}

.btnBlue2:hover {


	border: 1px solid #2d3045;
	background-color: #2d3045;

}




.btnGray {
	display: inline-block;
	cursor: pointer;
	color: #5e627c;
	line-height: 2.75;
	padding: 0.05em 1em 0 1em;
	background-color: #fff;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-border-radius:0.35em;
	-webkit-border-radius:0.35em;
	border-radius:0.35em;
	border: 1px solid #e1e4f3;
}
.btnGray:hover {
	background: linear-gradient(61deg,#47ffda,#2e6aff);
    border-color: #fff;
    color: #fff;
}
.btnTran {
	display: inline-block;
	cursor: pointer;
	color: #9599b7;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-border-radius:0.35em;
	-webkit-border-radius:0.35em;
	border-radius:0.35em;
	line-height: 2.4;
}
.btnTran::after {
content: "";
display: inline-block;
width: 0.75em;
height: 0.75em;
background: url(../images/arrow_4.png) center center no-repeat;
background-size:contain;
margin-left: 0.25em;
position: relative;
top: 0.02em;
transition: all 0.5s;
-webkit-transition:all 0.5s;
}
.btnTran:hover {
	color: #9599b7;
}
.btnTran:hover::after {
 transform: translate(0.2em, 0);
 -ms-transform: translate(0.2em, 0); /* IE 9 */
 -webkit-transform: translate(0.2em, 0); /* Safari and Chrome */
}
.pageTurn {
	margin-top: 2.4em;
	padding-top: 1.4em;
	border-top:1px solid #d4d6e2;
	text-align: left;
	line-height: 2.8em;
}
.pageTurn li {
	height: 2.8em;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.pageTurn b {
	font-weight: bold;
	color: #3ab5ec;
}
.pageTurn a {
	font-weight: lighter;
}
.btnNPW {
	position: absolute;
	right: 12.5%;
	bottom:9em;
	z-index: 1000;
	height: 2.8em;
	width:8em;
	text-align: center;
}
.btnNext, .btnPrev {
	position: relative;
	cursor: pointer;
	display: inline-block;
	width: 2.8em;
	height: 2.8em;
	margin:0 0.4em;
	border: 1px solid #fff;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.btnPrev {
	left: 5.2%;
	right: auto;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.btnNext:hover, .btnPrev:hover {
	border: 1px solid #8bd0ff;
	background-color: transparent;
}
.btnPrev::before, .btnNext::before {
 content: "";
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:  url(../images/arrow.png) center center no-repeat;
 background-size: 31% auto;
}
.swiper-button-disabled, .swiper-button-disabled:hover {
	background: transparent;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.partBox {
	padding:4.1em 0 8.4em;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5f2fe+0,ffffff+100 */
background: linear-gradient(to bottom, rgba(229, 242, 254, 1) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.partBox .tit {
	color: #1a1d3c;
}
.partBox .tit2 {
	color: #646b97;
	margin-top: 0.2em;
}
.partBox .item {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 2px;
}
.partBox .item .pic {
	width: 18.8%;
	margin: 1.5% 1.5% 0 0;
	background-color: #fff;
	padding: 1.2% 0;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	border-radius:0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	-moz-box-shadow: 0 0 0.2em rgba(0, 0, 0, .0.05);
	-webkit-box-shadow: 0 0 0.2em rgba(0, 0, 0, .05);
	box-shadow: 0 0 0.2em rgba(0, 0, 0, .05);
	position: relative;
	z-index: 0; overflow:hidden
}
.partBox .item .pic::before {
content: "";
display: block;
 position: absolute;
z-index: -1;
 border: 1px solid #e1e4f3;
left: 0;
right: 0;
top: 0;
bottom: 0;
 -moz-border-radius:0.5em;
-webkit-border-radius:0.5em;
border-radius:0.5em;
}
.partBox .item .pic:nth-child(5n) {
margin-right: 0;
}
.partBox .item .pic img {
	display: block;
	max-width: 90%;
	max-height: 5.5em;
	object-fit: contain;transition: all 0.5s;
}

.partBox .item .pic:hover img {
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}








.swiper-part-w {
	position: relative;
	z-index: 0;
}
.swiper-part-w {
	margin-top: 0.6em;
}
.swiper-part-w .btnNext, .swiper-part-w .btnPrev {
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border: 1px solid #f2f3fa;
	background-color: #fff;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
}
.swiper-part-w .btnNext::before, .swiper-part-w .btnPrev::before {
 background-image: url(../images/arrow_2.png);
}
.swiper-part-w .btnNext {
	right: -4.8em;
	left: auto;
}
.swiper-part-w .btnPrev {
	left: -4.8em;
	right: auto;
}
.swiper-part-w .btnNext:hover, .swiper-part-w .btnPrev:hover {
	background-color: #fff;
	border: 1px solid #91d3ff;
}
.swiper-part-w .btnNext:hover::before, .swiper-part-w .btnPrev:hover::before {
 background-image: url(../images/arrow_3.png);
}
.deveBox {
	margin: 0 auto 0;
	padding: 2.2em 0 3.5em;
}
.deveBox .tit {
	color: #1a1d3c;
}
.deveBox .tit2 {
	color: #646b97;
	margin-top: 0.2em;
}
.deveBox .deveCon {
	margin-top: 2em;
	border: 1px solid #dcebfe;
	background-color: #f2fbff;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	border-radius:0.5em;
	overflow: hidden;
}
.deveBox .tab {
	border-bottom: 1px solid #dcebfe;
}
.deveBox .tab ul {
	display: flex;
	justify-content: space-around;
	align-items: stretch;
}
.deveBox .tab ul li {
	cursor: pointer;
	flex: 1;
	padding: 0.9em 0 0.9em;
	border-right:1px solid #dcebfe;
}
.deveBox .tab ul li:last-child {
	border-right: 0;
}
.deveBox .tab ul li.cur {
	font-weight: bold;
	background-color: #3ab5ec;
	color: #fff;
}
.deveBox .conD {
	display: none;
}
.deveBox .conD:first-child {
	display: block;
}
.deveBox .conC {
	display: flex;
	justify-content: space-between;
	align-items:center;
	color: #1a1d3c;
}
.deveBox .conC .txtb {
	margin-left: 7.3%;
	width: 32%;
	text-align: left;
}
.deveBox .conC .txtb .name {
	color: #1a1d3c;
}
.deveBox .conC .txtb .name2 {
	margin-top: 1.5em;
	color: #1a1d3c;
	font-weight: bold;
}
.deveBox .conC .txtb .intro {
	color: #717890;
	line-height: 1.75em;
}
.deveBox .conC .picb {
	width: 58.7%;
}
.deveBox .conC .picb .pic {
	padding-top:57.7%;
	position: relative;
	z-index: 0; overflow:hidden
}
.deveBox .conC .picb .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;transition: all 0.5s;
}


.deveBox .conC .picb .pic:hover img  {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}







 @media only screen and (max-width:828px) {
 .deveBox .conC {
display: block;
}
 .deveBox .conC .txtb {
margin-left:auto;
width:auto;
padding: 2em;
}
 .deveBox .conC .picb {
width: 100%;
}
}









.deveBox .conCS {
	display: flex;
	justify-content: space-between;
	align-items:center;
	color: #1a1d3c;
	padding: 3.1em 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eff6ff+100 */
 background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(239, 246, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.deveBox .conCS .txtb {
	margin-left: 5.7%;
	width: 55%;
	text-align: left;
}
.deveBox .conCS .txtb .name {
	color: #1a1d3c;
}
.deveBox .conCS .txtb ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.deveBox .conCS .txtb li {
	width: 44.6%;
}
.deveBox .conCS .txtb .name2 {
	margin-top: 1.2em;
	color: #1a1d3c;
	font-weight: bold;
}
.deveBox .conCS .txtb .intro {
	color: #717890;
	line-height: 1.75em;
}
.deveBox .conCS .txtb .nameD {
	margin-top: 0.8em;
	color: #1a1d3c;
}
.deveBox .conCS .txtb .nameD2 {
	display: inline-block;
	margin-top: 0.2em;
	font-weight: bold;
	color: #3ab5ec;
}
.deveBox .conCS .txtb .introD {
	color: #717890;
	line-height: 1.5em;
	margin-top: 0.7em;
}
.deveBox .conCS .txtb .introD2 {
	color: #717890;
	line-height: 1.5em;
}
.deveBox .conCS .txtb .btnW .btnGray {
	margin: 1.1em 2.3em 0 0;
	padding: 0 3em;
}
.deveBox .conCS .picb {
	width: 26.5%;
	margin-right: 5.9%;
}
.deveBox .conCS .picb .pic {
	padding-top: 89.2%;
	position: relative;
	z-index: 0; overflow:hidden
}
.deveBox .conCS .picb .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;transition: all 0.5s;
}


.deveBox .conCS .picb .pic:hover img {
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}






 @media only screen and (max-width:828px) {
 .deveBox .conCS {
padding: 1em 0;
}
 .deveBox .conCS {
display: block;
}
 .deveBox .conCS .txtb {
margin-left:auto;
width:auto;
padding:0 2em 2em;
}
 .deveBox .conCS .picb {
width: 80%;
margin: 0 auto;
}
 .deveBox .conCS .txtb li {
width: 100%;
}
 .deveBox .conCS .txtb .btnW .btnGray {
margin:  1.1em 0.9em 0 0;
padding: 0 2.3em;
}
 .floatBox {
display:none
}
}
.videoBox {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}
.videoBox video {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	object-fit: cover;
}
.videoBox .videoPic {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.videoBox .btnPlay {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin-top: -2.4em;
	margin-left: -2.4em;
	width: 4.8em;
	padding-top: 4.8em;
	height: 0;
	cursor: pointer;
	background: url(../images/play.png) center center no-repeat;
	background-size:contain;
}
.videoBox.curPlay .videoPic {
	display: none;
}
.videoBox.curPlay .btnPlay {
	display: none;
}
.videoBox.curPlay:hover .btnPlay {
	display: block;
	background-image: url(../images/stop.png)
}
.videoBox.pausePlay .videoPic {
	display: block;
}
.videoBox.pausePlay .btnPlay {
	display: block;
}
.floatBox {
	position: fixed;
	z-index: 1000;
	right: 0.3em;
	top:30%;
}
.floatBox .btnF {
	display: block;
	position: relative;
	z-index: 0;
	width: 4em;
	height: 4em;
	cursor: pointer;
	margin-top: 0.3em;
	background-color: #fff;
	border: 1px solid #e1e4f3;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	border-radius:0.5em;
}
.floatBox .btnF .btnC {
	width: 100%;
	height: 100%;
	display: flex;
	cursor: pointer;
	justify-content: center;
	align-items: center; overflow:hidden
}
.floatBox .btnF .btnC img {
	width: 2em;
	height: 2em;
	display: block;transition: all 0.5s;
}


.floatBox .btnF .btnC:hover img {
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}




.floatBox .btnF .btnP {
	display: none;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-right: 0.2em;
	margin-top: -3.9em;
	background-color: #fff;
}
.floatBox .btnF:hover .btnP {
	display: block;
	padding: 0.4em;
}
.floatBox .btnF .btnP img {
	width: 7em;
	height: 7em;
	display: block;
	background-color: #fff;
	border: 1px solid #e1e4f3;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	border-radius:0.5em;
}




.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    display: none; background-color:rgba(0,0,0,.5)
}

.popupbox {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 300px;background-color: rgba(255, 255, 255, 1);border-radius: 10px;
}

.popup-img {
    width: 200px;
    height: 200px; margin-top:30px;

}



.popupbox .close {
position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 10px;
    cursor: pointer;
}


.zixun {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;

}

textarea, input, select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

/* 产品申请试用 */
.cp_try{ display: none; position: fixed; top:0; left:0; width:100%; height:100%; z-index:100; background-color: rgba(0,0,0,0.24);}
.cp_try_wh{ position: absolute; left:50%; top:50%; background-color: #fff; width:1028px; padding:20px 0; transform: translate(-50%,-50%);}
.cp_try_wh .Timu{ text-align: center; padding:0 30px; border-bottom: solid 1px #e5e5e5;}
.cp_try_wh .Timu span{ cursor: pointer; padding:0 0 15px; line-height:30px; margin:0 40px; font-size:26px; color: #333333; display: inline-block; vertical-align: middle; border-bottom: solid 2px #fff; transition: all .5s; }
.cp_try_wh .Timu span:hover,
.cp_try_wh .Timu span.active{ border-bottom-color: #3ab5ec; color: #3ab5ec;}
.Try-left{ padding:40px; background-color: #f4f5f7;}
.cp_try_wh .tab-con{ padding:30px 30px 0;}
.cp_try_wh .Try-box{ display: none;}
.cp_try_wh .Try-box .Try-left{ margin-right:30px; float: left;}
.cp_try_wh .Try-box .tishi{ padding:20px 0; text-align: center; font-size:22px; color: #333333;}
.cp_try_wh .hotline{  padding-left:10px; border-left: solid 4px #3ab5ec;}
.cp_try_wh .hotline .til{ font-size:14px; line-height:25px;color: #333333;}
.cp_try_wh .hotline .oin{ font-size:30px; color: #3ab5ec;}
.cp_try_wh .Try-Rith{ float: right; width:65%;}
.cp_try_wh .Try-Rith .oit{ font-size:24px; font-weight:bold; color: #3ab5ec;}
.cp_try_wh .Try-Rith .wenan{ padding:15px 0; font-size:14px; color: #333333; line-height:25px;}
.cp_try_wh .Try-Rith .input-box{ display: flex; margin-bottom:15px;}
.cp_try_wh .Try-Rith .input-box .text{ margin-right:20px; width:320px; border:solid 1px #ececec; border-radius:6px;}
.cp_try_wh .Try-Rith .input-box .text select,
.cp_try_wh .Try-Rith .input-box .text input{ font-size: 14px; padding:0 20px; width:100%; color: #6e6e6e; line-height:40px; height: 40px;}
.cp_try_wh .Try-Rith .input-box .point{ padding-left:20px; position: relative; font-size:12px; color: #6e6e6e; line-height:40px;}
.cp_try_wh .Try-Rith .input-box .point i{ position: absolute; left:0; top:50%; margin-top:-5px; font-size:18px; line-height:20px; color: #c00000;}
.cp_try_wh .Try-Rith .input-box .point span{ display: inline-block; vertical-align: middle; height:40px;}
.cp_try_wh .Try-Rith .input-box .text input::-webkit-input-placeholder{color: rgba(110,110,110,0.5);}
.cp_try_wh .Try-Rith .input-box .text input::-moz-input-placeholder{color: rgba(110,110,110,0.5);}
.cp_try_wh .Try-Rith .input-box .text input::-ms-input-placeholder{color: rgba(110,110,110,0.5);}
.cp_try_wh .Try-Rith .but_a{ padding-top:10px;}
.cp_try_wh .Try-Rith .but_a button{ display: inline-block; width:200px; line-height:40px; color: #fff; background-color: #3ab5ec; text-align: center; border-radius:6px; border:none;}
.cp_try_wh .close{ cursor: pointer; position: absolute; right:20px; top:20px; width:27px; height:27px; background: url(../images/close2.png) no-repeat center; background-size: contain;}

.inner_try {display: block;position: relative;background-color: transparent; clear:both; overflow:hidden}
.inner_try .cp_try_wh {position: relative;top:0;left:0;margin:0 auto;transform:none;}
@media(max-width:1028px){
.cp_try_wh{ width:96%; padding:20px 0;}
.cp_try_wh .Timu span{ font-size:26px;}
.cp_try_wh .hotline .oin{ font-size:20px;}
.cp_try_wh .tab-con{ padding:20px 20px 0;}
.cp_try_wh .Try-box .tishi{ font-size:18px;}
.cp_try_wh .Try-box .Try-left{ padding:20px;}
.cp_try_wh .Try-box .Try-left .pic{ text-align: center;}
.cp_try_wh .Try-box .Try-left .pic img{ max-width:190px;}
.cp_try_wh .Try-Rith .oit{ font-size:20px;}
.cp_try_wh .Try-Rith .wenan{ padding:10px 0;}
.cp_try_wh .Try-Rith .but_a button{ height:40px; line-height:40px; width:150px; font-size:15px;}
.cp_try_wh .Try-Rith .input-box .point,
.cp_try_wh .Try-Rith .input-box .point span,
.cp_try_wh .Try-Rith .input-box .text input{ line-height:40px; height:40px;}
}
@media(max-width:768px){
.cp_try_wh .Try-box .Try-left{ margin-right:10px;}
.cp_try_wh .Try-box .Try-left .pic img{ max-width:100px;}
.cp_try_wh .Try-Rith{ width:70%;}
.cp_try_wh .Try-Rith .input-box .text{ width:230px;}
}

@media(max-width:640px){
.cp_try_wh .close{ width:20px; height:20px; background-size: contain;}
.cp_try_wh .Timu span{ margin:0 10px; font-size:18px; padding-bottom:5px;}
.cp_try_wh .Try-box .Try-left{ display: none;}
.cp_try_wh .Try-Rith{ width:100%;}
.cp_try_wh .Try-Rith .wenan{ padding:5px 0;}
.cp_try_wh .Try-Rith .oit{ font-size:18px;}
.cp_try_wh .Try-Rith .input-box{ display: block; margin-bottom:5px;}
.cp_try_wh .Try-Rith .input-box .text{ width: 100%; margin-bottom:5px; border-color: #ccc;}
.cp_try_wh .Try-Rith .input-box .text input{ line-height:40px; height:40px;}
.cp_try_wh .Try-Rith .input-box .point,
.cp_try_wh .Try-Rith .input-box .point span{ line-height:25px; height: auto;}
.cp_try_wh .Try-Rith .input-box .point i{ top:9px; margin-top:0; line-height:15px;}
.cp_try_wh .Try-Rith .but_a{ padding-top:0;}
}