body {
	margin: auto;
	cursor: default;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

div::-webkit-scrollbar {
	width: 2px;
}

div::-webkit-scrollbar-track {
	background-color: black;
}

div::-webkit-scrollbar-thumb {
	background: #4e4e4e;
	border-radius: 5px;
}

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 0 93px;
}
.content-box{
    width: 100%;
    	box-sizing: border-box;
    	background: white;
    position: relative;
    z-index: 10;
}

.banner {
	width: 100%;
}

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

.banner .swiper-slide {
	width: 100%;
	height: 100%;
}

.banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #00CCFF;
	opacity: 1;
}

.banner .swiper-button-prev {
	width: 55px;
	height: 55px;
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	opacity: 0;
}

.banner .swiper-button-next {
	width: 55px;
	height: 55px;
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	opacity: 0;
}
.banner:hover .swiper-button-prev {
    	opacity: 1;
}
.banner:hover .swiper-button-next {
    	opacity: 1;
}
.banne {
	width: 100%;
	display: block;
	position: relative;
}

.banne1 {
	width: 100%;
	/*height: 960px;*/
	display: block;
	object-fit: cover;
	object-position: center;
}

.banne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banne3 {
	width: 100%;
	text-align: center;
}

.banne3_1 {
	width: 100%;
	font-size: 70px;
	color: white;
	font-weight: bold;
}

.banne3_2 {
	width: 100%;
	margin-top: 25px;
	font-size: 20px;
	color: white;
}

.inde-pros {
	width: 100%;
	display: flex;
}

.inde-pro {
	width: 100%;
	/*margin: 55px auto;*/
	margin: 20px auto;
	display: inline-block;
}

.inde-pr {
	width: 24.25%;
	float: left;
	margin: 0.5% 0;
	margin-right: 1%;
	display: block;
	background: red;
	position: relative;
}

.inde-pr:nth-child(4n) {
	margin-right: 0;
}
.inde-pr:after {
    bottom: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg,#000,transparent);
    content: "";
    height: 40%;
    opacity: .7;
    transition: all .25s ease;
}
.inde-pr:hover:after {
 opacity: .9;   
}
.inde-pr:hover .inde-pr2_1_1{
    display: none;
}
.inde-pr:hover .inde-pr2_1_2{
    display: block;
}
.inde-pr1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde-pr2 {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	display: inline-block;
	    background: linear-gradient(transparent,rgba(0,0,0,.5));
	position: absolute;
	left: 0;
	bottom: 0;
	    z-index: 1;
}

.inde-pr2_1 {
	width: 10px;
	float: right;
	margin-top: 6px;
}
.inde-pr2_1_1{
    width: 100%;
    display: block;
}
.inde-pr2_1_2{
    width: 100%;
    display: none;
}
.inde-pr2_2 {
	width: 92%;
	float: left;
	font-size: 20px;
	color: white;
	/*font-weight: bold;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inde-about {
	width: 100%;
	/*margin-bottom: 55px;*/
	margin-bottom: 20px;
	display: flex;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde-abou {
	width: 820px;
	margin: 150px auto;
}

.inde-abou1 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	color: white;
	font-weight: bold;
}

.inde-abou2 {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	color: white;
}

.inde-abou3 {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	font-size: 16px;
	color: white;
}

.inde-abou4 {
	border: 2px solid white;
	box-sizing: border-box;
	width: 155px;
	height: 45px;
	border-radius: 45px;
	display: block;
	margin: auto;
	margin-top: 40px;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	color: white;
}
.inde-abou5{
    width: 100%;
    display: block;
}
.nybanne {
	width: 100%;
	position: relative;
}

.nybanne1 {
	width: 100%;
	/*height: 600px;*/
	display: block;
	object-fit: cover;
	object-position: center;
}
.nybanne2{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.nybanne2_1{
	width: 100%;
	font-size: 60px;
	color: white;
	font-weight: bold;
}
.nybanne2_2{
	width: 100%;
	margin-top: 25px;
	font-size: 20px;
	color: white;
}
.all-box {
	width: 100%;
	display: flex;
}

.mp-titles {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0;
}

.mp-titles img {
	width: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.mp-titles div {
	/*font-size: 18px;*/
	font-size: 14px;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}

.all-bo {
	width: 100%;
	display: inline-block;
}

.pro-left {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 14%;
	float: left;
	margin-right: 30px;
}

.pro-lef {
	border-bottom: 1px solid #E0E0E0;
	box-sizing: border-box;
	width: 100%;
}

.pro-lef1 {
	width: 100%;
	box-sizing: border-box;
	/*padding: 25px 0;*/
	padding: 8px 0;
}

.pro-lef1_1 {
	width: calc(100% - 32px);
	/*font-size: 20px;*/
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro-lef1_2 {
	width: 17px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.pro-lef1_2_1 {
	width: 100%;
	display: block;
}

.pro-lef1_2_2 {
	width: 100%;
	display: none;
}

.pro-lef2 {
	width: 100%;
	display: none;
}

.pro-lef2_1 {
	width: 100%;
	margin-bottom: 15px;
}

.pro-lef2_2 {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}

.pro-lef2_2:checked {
	background: #1068AC;
}

.pro-lef2_2:checked+.pro-lef2_3 {
	color: #1068AC;
}

.pro-lef2_2:checked+.pro-lef2_3+.pro-lef2_4 {
	background: #1068AC;
	color: white;
}

.pro-lef2_3 {
	width: calc(100% - 67px);
	margin-left: 5px;
	margin-right: 5px;
	/*font-size: 18px;*/
	/*font-size: 15px;*/
	font-size: 13px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro-lef2_4 {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #E7E7E7;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
}

.pro-right {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: calc(100% - 14% - 30px);
	float: left;
}

.pro-lef.on .pro-lef1_1 {
	color: #1068AC;
}

.pro-lef.on .pro-lef1_2_1 {
	display: none;
}

.pro-lef.on .pro-lef1_2_2 {
	display: block;
}

.pro-lef.on .pro-lef2 {
	display: block;
}

.pro-seach {
	width: 100%;
	height: 55px;
	border-radius: 55px;
	box-shadow: 0 0 12px rgba(236, 236, 236, 0.75);
	display: inline-block;
}

.pro-seach1 {
	border: none;
	outline: none;
	width: calc(100% - 105px);
	height: 55px;
	border-radius: 55px;
	float: left;
	padding: 0 25px;
	box-sizing: border-box;
	font-size: 14px;
}

.pro-seach2 {
	border: none;
	outline: none;
	width: 105px;
	height: 55px;
	float: left;
	border-radius: 55px;
	background: #1068AC;
	display: block;
	font-size: 20px;
	color: white;
	font-weight: bold;
}

.pro-seajg {
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}

.pro-seajg1 {
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.pro-seajg2 {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	box-sizing: border-box;
	background: #1068AC;
	border-radius: 2px;
	color: white;
	font-size: 16px;
	float: left;
	margin-left: 10px;
}

.pro-seajg2 span {
	margin-left: 10px;
	cursor: pointer;
}

.pro-list {
	width: 100%;
	margin-top: 25px;
	display: inline-block;
}

.pro-li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	/*margin-bottom: 40px;*/
	/*margin-bottom: 25px;*/
	margin-bottom: 15px;
	box-shadow: 0 7px 4px rgba(225, 225, 225, 0.65);
	/*padding: 0 20px;*/
	/*padding: 30px 25px;*/
	/*padding:10px 25px;*/
	padding-top: 0;
	padding: 10px 1%;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	position: relative;
	transition: all .4s ease-in;
}

.pro-li:nth-child(4n) {
	margin-right: 0;
}

.pro-li1 {
	width: 100%;
	/*height: 310px;*/
	height: 288px;
	position: relative;
}

.pro-li1 img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.pro-li2 {
	width: 100%;
	box-sizing: border-box;
	/*padding-top: 15px;*/
	/*padding-top: 10px;*/
	/*padding: 15px 0;*/
}

.pro-li2_1 {
	width: 100%;
	/*font-size: 24px;*/
		/*font-size: 21px;*/
		font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro-li2_2 {
	width: 100%;
	height: 60px;
	/*margin-top: 20px;*/
	/*margin-top: 15px;*/
	margin-top: 5px;
	/*font-size: 18px;*/
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.pro-li2_3 {
	/*width: 100%;*/
	/*height: 95px;*/
	max-width: 100%;
    /*height: 75px;*/
    /*height: 55px;*/
    height: 45px;
	display: block;
	/*margin: auto;*/
	/*margin-top: 15px;*/
	margin-top: 10px;
	object-fit: cover;
	object-position: center;
}

.pro-li3 {
	width: 100%;
	/*height: 100%;*/
	    /*height: 58%;*/
	    height: 288px;
	background: rgba(16, 104, 172, 0.95);
	opacity: 0;
	    transform: scale(1.4);
    transition: all .4s ease-in;
	position: absolute;
	left: 0;
	top: 0;
}

.pro-li3_1 {
	width: 90%;
	max-height: 90%;
	/*font-size: 20px;*/
	font-size: 16px;
	color: white;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.pro-li:hover{
      /* padding: 10px 1%;
           padding-top: 0; */
}
.pro-li:hover .pro-li3 {
	opacity: 1;
	    transform: scale(1);
}

.pro-details {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 100%;
	display: inline-block;
}

.pro-deta-left {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 39%;
	float: left;
}

.pro-deta-le1 {
	border: 1px solid #ECECEC;
	box-sizing: border-box;
	width: 100%;
	/*height: 600px;*/
	height: 550px;
}

.pro-deta-le1 .swiper-container {
	width: 100%;
	height: 100%;
}

.pro-deta-le1 .swiper-slide {
	width: 100%;
	height: 100%;
}

.pro-deta-le1 .swiper-button-prev {
	width: 30px;
	height: 30px;
	background-image: url(../img/prev2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

.pro-deta-le1 .swiper-button-next {
	width: 30px;
	height: 30px;
	background-image: url(../img/next2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

.pro-deta-le1_1 {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.pro-deta-le1_1 img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.pro-deta-le2 {
	border-bottom: 1px solid #ECECEC;
	box-sizing: border-box;
	width: 100%;
}

.pro-deta-le2 .swiper-container {
	width: 100%;
	height: 100%;
}

.pro-deta-le2 .swiper-slide {
	width: 17%;
	height: 100%;
}

.pro-deta-le2 .swiper-slide .pro-deta-le2_1 {
	opacity: 0.4;
}

.pro-deta-le2 .swiper-slide-active .pro-deta-le2_1 {
	opacity: 1;
}

.pro-deta-le2_1 {
	width: 100%;
	height: 110px;
	position: relative;
}

.pro-deta-le2_1 img {
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.pro-deta-le3{
	width: 100%;
	/* margin-top: 30px; */
	margin-top: 15px;
}
.pro-deta-le3 img{
	max-width: 100%;
	/* height: 55px; */
	display: block;
	margin: auto;
}
.pro-deta-right {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 58%;
	float: left;
	margin-left: 3%;
}

.pro-deta-ri1 {
	width: 100%;
	/*font-size: 48px;*/
	font-size: 35px;
	line-height: 30px;
	color: #1068AC;
	font-weight: bold;
}

.pro-deta-ri2 {
	width: 100%;
	/*margin-top: 25PX;*/
	/*margin-top: 15px;*/
	margin-top: 14px;
	/*background: #DDEAF3;*/
	/*background: rgba(16, 104, 172, 0.2);*/
	background: #00B289;
	box-sizing: border-box;
	/*padding: 25px;*/
	padding: 15px;
	/*font-size: 18px;*/
	font-size: 16px;
	/*color: #333333;*/
	color: white;
	font-weight: bold;
}

.pro-deta-ri3 {
	width: 100%;
	/*margin-top: 25px;*/
	margin-top: 15px;
	margin-bottom: 20px;
}

.pro-deta-ri3_1 {
width: 100% !important;
    /* margin-bottom: 15px; */
    margin-bottom: 8px;
    white-space: inherit !important;
    /* font-size: 18px; */
    font-size: 15px !important;
    color: #333333 !important;
}

.pro-deta-ri3_1:last-child {
	margin-bottom: 0;
}

.pro-deta-ri3_1 img {
	width: 6px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.pro-deta-ri3_1 span {
    width: calc(100% - 16px);
	/*font-weight: bold;*/
	display: inline-block;
	vertical-align: top;
}

.pro-deta-ri4 {
	border-bottom: 1px solid #EFEFEF;
	box-sizing: border-box;
	width: 100%;
	/*padding: 25px 0;*/
	padding: 15px 0;
}
.pro-deta-ri4.on .pro-deta-ri4_6_1{
    display: none;
}
.pro-deta-ri4.on .pro-deta-ri4_6_2{
    display: block;
}
.pro-deta-ri4.on .pro-deta-ri4_2 {
    display: block;
}
.pro-deta-ri4.on .pro-deta-ri4_1 span {
    	color: #1068AC;
}
.pro-deta-ri4_1 {
	width: 100%;
}

.pro-deta-ri4_1 span {
    width: calc(100% - 25px);
	/*font-size: 20px;*/
	font-size: 15px;
	color: #333333;
	font-weight: bold;
		display: inline-block;
		vertical-align: middle;
}
.pro-deta-ri4_6{
    	width: 20px;
display: inline-block;
		vertical-align: middle;
}
.pro-deta-ri4_6_1{
    width: 100%;
    display: block;
}
.pro-deta-ri4_6_2{
    width: 100%;
    display: none;
}
.pro-deta-ri4_2 {
	width: 100%;
	margin-top: 15px;
	/*font-size: 13px;*/
	font-size: 15px;
	display: none;
}

.pro-deta-ri4_3 {
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
}

.pro-deta-ri4_3:last-child {
	margin-bottom: 0;
}

.pro-deta-ri4_3_1 {
	max-width: 40%;
	float: left;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.pro-deta-ri4_3_2 {
	max-width: 58%;
	float: left;
	margin-left: 2%;
	font-size: 18px;
	color: #333333;
}

.pro-deta-ri4_4 {
	width: 100%;
	/*font-size: 18px;*/
	color: #333333;
	/*font-size: 13px;*/
	font-size: 15px;
}
.pro-deta-ri4_4 img{
    max-width: 100%;
    display: block;
}
.pro-deta-ri4_5 {
	width: 100%;
	margin-bottom: 15px;
	/*font-size: 18px;*/
		/*font-size: 13px;*/
		font-size: 15px;
	color: #333333;
	display: inline-block;
}

.pro-deta-ri4_5:last-child {
	margin-bottom: 0;
}

.pro-deta-ri4_5 img {
	width: 19px;
	float: left;
}

.pro-deta-ri4_5 div {
	width: calc(100% - 24px);
	float: left;
	margin-left: 5px;
}

.rmpro-list{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.rmpro-tit{
	width: 100%;
	/*font-size: 28px;*/
	font-size: 23px;
	color: #1068AC;
	font-weight: bold;
}
.rmpro-li{
	width: 100%;
	margin-top: 25px;
}
.rmpro-li .swiper-father{
	width: 100%;
	height: 100%;
	position: relative;
}
.rmpro-li .swiper-container{
	width: 90%;
	height: 100%;
}
.rmpro-li .swiper-slide{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.rmpro-li .swiper-button-prev{
	width: 47px;
	height: 70px;
	background-image: url(../img/prev3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.rmpro-li .swiper-button-next{
	width: 47px;
	height: 70px;
	background-image: url(../img/next3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.rmpro-l{
	width: 100%;
	display: block;
}
.rmpro-l1{
	width: 100%;
	height: 235px;
	position: relative;
}
.rmpro-l1 img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.rmpro-l2{
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-contact{
	width: 100%;
	display: flex;
	background-image: url(../img/bg_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pro-conta{
	width: 100%;
	/*margin:60px auto;*/
	/*margin:35px auto;*/
	margin:30px auto;
}
.pro-conta1{
	width: 100%;
	text-align: center;
	/*font-size: 44px;*/
	font-size: 30px;
	color: white;
	font-weight: bold;
}
.pro-conta2{
	width: 100%;
	/*margin-top: 35px;*/
	margin-top: 20px;
	/*font-size: 24px;*/
	font-size: 20px;
	color: white;
	font-weight: bold;
}
.pro-conta3{
	width: 100%;
	display: inline-block;
	/*margin-top: 30px;*/
	margin-top: 18px;
}
.pro-conta3_1{
	width: 32%;
	float: left;
	margin-right: 2%;
}
.pro-conta3_1:nth-child(3n){
	margin-right: 0;
}
.pro-conta3_1_1{
	width: 100%;
	/*font-size: 20px;*/
	font-size: 15px;
	color: white;
	font-weight: bold;
}
.pro-conta3_1_2{
	border: none;
	outline: none;
	width: 100%;
	height: 50px;
	background: white;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 15px;
	margin-top: 15px;
	display: block;
	font-size: 14px;
	color: #333333;
}
.pro-conta3_2{
	width: 100%;
}
.pro-conta3_2_1{
	border: 1px solid #FF8888;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	height: 160px;
	border-radius: 5px;
	padding: 15px;
	margin-top: 15px;
	display: block;
	font-size: 14px;
	color: #333333;
	background: white;
	font-family: inherit;
}
.pro-conta4{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #FF6666;
}
.pro-conta4 img{
	width: 17px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.pro-conta4 div{
	display: inline-block;
	vertical-align: middle;
}
.pro-conta5{
	border: none;
	outline: none;
	width: 200px;
	height: 55px;
	display: block;
	margin: auto;
	margin-top: 10px;
	background: #FF6666;
	color: white;
	/*font-size: 20px;*/
	font-size: 15px;
	font-weight: bold;
}
.imgcover{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}
.img-tcs{
	width: 100%;
	height: 700px;
	/*background: white;*/
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.img-close{
	width: 25px;
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 1002;
}
.img-tc{
	width: 100%;
	height: 100%;
	position: relative;
}
.img-tc .swiper-container{
    	width: 100%;
	height: 100%;
}
.img-tc .swiper-slide{
    	width: 100%;
	height: 100%;
}
.img-tc .swiper-button-prev {
	width: 30px;
	height: 30px;
	background-image: url(../img/prev2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

.img-tc .swiper-button-next {
	width: 30px;
	height: 30px;
	background-image: url(../img/next2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
/*.img-tc img{*/
/*	max-width: 90%;*/
/*	max-height: 90%;*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	top: 50%;*/
/*	transform: translate(-50%,-50%);*/
/*}*/
.imgcover2{
    width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}
.img-tc1{
    max-width: 100%;
    height: 700px;
    	position: absolute;
	left: 50%;
	top: 50%;
	    transform: translate(-50%, -50%);
}
.img-close2{
        width: 15px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1002;
}
.about-top{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
	font-size: 20px;
	color: #666666;
}
.about-top img{
	max-width: 100%;
}
.about-cen{
	width: 100%;
	display: flex;
	background-image: url(../img/bg_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about-ce{
	width: 100%;
	margin:35px auto;
	font-size: 20px;
	color: white;
}
.about-down{
	width: 100%;
	display: flex;
}
.about-dow{
	width: 100%;
	margin:50px auto;
}
.about-dow1{
	width: 100%;
	text-align: center;
	font-size: 70px;
	color: #333333;
	font-weight: bold;
}
.about-dow2{
	width: 100%;
	margin-top: 40px;
}
.about-dow3{
	width: 100%;
	background: #F5F5F5;
	margin-bottom: 5px;
}
.about-dow3:last-child{
	margin-bottom: 0;
}
.about-dow3_1{
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 0 30px;
	display: inline-block;
}
.about-dow3_1_1{
	width: calc(100% - 25px);
	line-height: 60px;
	font-size: 22px;
	color: white;
	display: inline-block;
	vertical-align: middle;
}
.about-dow3_1_2{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}
.about-dow3_1_2_1{
	width: 100%;
	display: block;
}
.about-dow3_1_2_2{
	width: 100%;
	display: none;
}
.about-dow3_2{
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	font-size: 18px;
	color: #666666;
	display: none;
}
.technology-top{
	width: 100%;
	padding: 20px 0;
}
.technology-top1{
	width: 100%;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.technology-top2{
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	color: #666666;
	margin-top: 30px;
}
.technology-top2 img{
	max-width: 100%;
}
.technology-cens{
	width: 100%;
	margin-top: 45px;
	display: inline-block;
}
.technology-cen{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 45px;
	background: #F6F6F6;
}
.technology-cen:nth-child(3n){
	margin-right: 0;
}
.technology-ce1{
	width: 100%;
	box-sizing: border-box;
	padding: 25px 30px;
}
.technology-ce1_1{
	width: 60px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.technology-ce1_2{
	width: calc(100% - 75px);
	display: inline-block;
	vertical-align: middle;
}
.technology-ce1_2_1{
	width: 100%;
	font-size: 24px;
	color: white;
	font-weight: bold;
}
.technology-ce1_2_2{
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: white;
}
.technology-ce2{
	width: 100%;
	box-sizing: border-box;
	padding: 0 25px;
}
.technology-ce3{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
}
.technology-ce3_1{
	width: calc(100% - 22px);
	font-size: 16px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}
.technology-ce3_2{
	width: 17px;
	display: inline-block;
	vertical-align: middle;
}
.technology-ce3_2_1{
	width: 100%;
	display: block;
}
.technology-ce3_2_2{
	width: 100%;
	display: none;
}
.technology-ce4{
	border-top: 1px solid #E5E5E5;
	width: 100%;
	box-sizing: border-box;
	padding: 20PX 0;
	font-size: 16px;
	color: #666666;
	display: none;
}
.technology-cen.on .technology-ce3_2_1{
	display: none;
}
.technology-cen.on .technology-ce3_2_2{
	display: block;
}
.technology-cen.on .technology-ce4{
	display: block;
}
.contact-box{
	width: 100%;
	margin:40px auto;
	margin-top: 20px;
	display: flex;
}
.contact-left{
	border-right: 1px solid #EBEBEB;
	box-sizing: border-box;
	/*width: 35%;*/
	/*width: 45%;*/
	width: 38%;
	padding-right: 40px;
}
.contact-le1{
	width: 135px;
	display: block;
	margin-bottom: 20px;
}
.contact-le2{
	width: 100%;
}
.contact-le2_1{
	width: 100%;
	margin-bottom: 15px;
	font-size: 18px;
	color: #999999;
}
.contact-le2_1:last-child{
	margin-bottom: 0;
}
.contact-le2_1 span{
	color: #333333;
}
.contact-le3{
	width: 100%;
	/*margin-top: 55px;*/
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
	line-height: 35px;
}
.contact-le4{
	width: 100%;
	display: block;
	/*margin-top: 45px;*/
	margin-top: 20px;
}
.contact-right{
	box-sizing: border-box;
	/*width: 65%;*/
	/*width: 55%;*/
	width: 62%;
	padding-left: 40px;
}
.contact-ri1{
	width: 100%;
	/*font-size: 30px;*/
	font-size: 26px;
	color: #333333;
}
.contact-ri2{
	width: 100%;
	/*margin-top: 25px;*/
	margin-top: 10px;
	font-size: 16px;
	/*font-size: 14px;*/
	color: #999999;
}
.contact-ri3{
	width: 100%;
	/*margin-top: 40px;*/
	margin-top: 20px;
	display: inline-block;
}
.contact-ri3_1{
	width: 48%;
	float: left;
	margin-right: 4%;
}
.contact-ri3_1:last-child{
	margin-right: 0;
}
.contact-ri31_1{
	width: 100%;
	/*font-size: 18px;*/
	font-size: 14px;
	color: #333333;
}
.contact-ri31_1 span{
	color: #FF3333;
}
.contact-ri31_2{
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	/*height: 50px;*/
	height: 40px;
	border-radius: 5px;
	background: #F8F8F8;
	/*font-size: 18px;*/
	font-size: 14px;
	color: #333333;
	display: block;
	/*margin-top: 15px;*/
	margin-top: 10px;
	padding: 0 15px;
}
.contact-ri3_2{
	width: 100%;
}
.contact-ri31_3{
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	height: 200px;
	border-radius: 5px;
	background: #F8F8F8;
	/*font-size: 18px;*/
	font-size: 14px;
	font-family: inherit;
	color: #333333;
	display: block;
	margin-top: 15px;
	padding: 15px;
}
.contact-ri3_3{
	border: none;
	outline: none;
	width: 225px;
	height: 55px;
	background: #1068AC;
	color: white;
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: auto;
	border-radius: 5px;
}
.contact-ri4{
    width: 100%;
    	margin-top: 20px;
	font-size: 18px;
	color: #1068AC;
}
.about-detop{
    width: 100%;
    /* margin-top: 20px; */
    margin-bottom: 20px;
    display: inline-block;
}
.about-detop1{
     /* width: 50%;
     padding-left: 30px;
     padding-right: 60px; */
	 width: 100%;
	 padding: 30px 0;
	 padding-top: 15px;
     box-sizing: border-box;
   float: left;
}
.about-detop1_1{
    width: 100%;
    font-size: 34px;
    font-weight: bold;
	display: none;
}
.about-detop1_2{
    width: 100%;
    /* margin-top: 30px; */
	margin-top: 15px;
    font-size: 16px;
        color: #525252;
        line-height: 25px;
}
.about-detop1_3{
    width: 100%;
    /* margin-top: 30px; */
	/* margin-top: 15px; */
    font-size: 16px;
        color: #525252;
        line-height: 25px;
		display: inline-block;
}
.about-detop1_3 img{
	/* width: 50%; */
	width: 35%;
	margin-left: 2%;
	float: right;
}
.about-detop2{
    width: 50%;
    float: left;
}
.about-decen{
    width: 100%;
    display: flex;
    /*background: #DADCDE;*/
}
.about-dece{
    width: 100%;
       margin: 35px auto;
	   display: inline-block;
}
.about-dece1{
    width: 100%;
        color: #383E42;
    font-size: 28px;
    font-weight: 900;
}
.about-dece2{
    width: 100%;
    display: inline-block;
}
.about-dece3{
    width: 33.33333%;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 0 15px;
    float: left;
}
.about-dece3_1{
    width: 100%;
    /*color: #1A2125;*/
    color: #1068AC;
    font-size: 20px;
    font-weight: 900;
}
.about-dece3_2{
    width: 100%;
        color: #383E42;
    font-size: 16px;
}
.about-dece4{
     width:50%;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 0 15px;
    float: left;
}
.about-dece5{
	width:50%;
	float: left;
	box-sizing: border-box;
	padding-right:10%;
}
.about-dece5 img{
	max-width:100%;
	display:block;
}
.about-dece6{
	width:50%;
	float: left;
	    color: #383E42;
	    font-size: 16px;
}
.about-decenT{
     width: 100%;
    display: flex;
}
.about-deceT{
    width: 100%;
    margin: 20px auto;
    display: inline-block;
}
.about-deceT1{
     width: 50%;
     padding-right: 30px;
     padding-left: 60px;
     box-sizing: border-box;
   float: left;
}
.about-deceT1_1{
    width: 100%;
    font-size: 34px;
    font-weight: bold;
}
.about-deceT1_2{
    width: 100%;
    /* margin-top: 30px; */
    font-size: 16px;
        color: #525252;
        line-height: 25px;
}
.about-deceT2{
    width: 50%;
    float: left;
}
.technology-detop{
    width: 100%;
    /* margin-top: 20px; */
	margin-top: 15px;
	margin-bottom: 40px;
}
.technology-deto1{
    width: 100%;
        color: #383E42;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
     box-sizing: border-box;
    padding: 0 15px;
	display: none;
}
.technology-deto2{
    width: 100%;
    display: inline-block;
}
.technology-deto2_1{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 400;
    color: #383E42;
}
.technology-deto2_2{
     width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
}
.technology-deto2_2 img{
    width: 100%;
}
.technology-decens{
    width: 100%;
    margin: 40px auto;
    display: inline-block;
}
.technology-decen{
    width: 48%;
    text-align: center;
    margin-right: 4%;
    margin-bottom: 25px;
    float: left;
}
.technology-decen:nth-child(2n){
    margin-right: 0;
}
.technology-decen1{
    width: 128px;
    display: inline-block;
    vertical-align: top;
}
.technology-decen2{
    width: calc(100% - 183px);
    margin-left: 50px;
     display: inline-block;
    vertical-align: top;
    text-align: left;
}
.technology-decen2_1{
    width: 100%;
    color: #383E42;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 24px;
}
.technology-decen2_2{
    width: 100%;
        font-size: 18px;
    font-weight: 400;
    color: #383E42;
}
.bg{
    background: #DADCDE;
}
.bg .content-box{
    background: #DADCDE;
}