body {
	overflow-x: hidden;
}
.layout {
	width: 82%;
	margin: 0 auto;
	/*padding: 0 50px;*/
}
.layout .layout{
    width: 100%;
}
.layout-mobile {
	padding: 0;
}

.block {
	/*margin-bottom: 30px;*/
}
.position {
	margin: 30px auto;
	padding:20px 0;
	border-bottom:1px solid #ccc;
	width: 100%;
	
}
.block .position a,
.block .position span {
	display: inline-block;
	padding-right: 10px;
	font-size: 18px;
	color: #333;
    text-transform: capitalize;
}
.block .classes {
	margin: 70px 0;
}
.block .classes ddd h3 {
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	color: #ff7e00;
}

.block .classes .about-ri h1 {
	line-height: 2;
	font-size: 40px;
	color: #233648;
	font-weight: 600;
	margin: 20px 0;
}

.block .classes .about-ri h2 {
	line-height: 1.5;
	font-size: 20px;
	color: #757575;
}

.block .about-top {
	justify-content: space-between;
}
.block .about-top>div{
	width: 48%;
}

/*.block .classes p {*/
/*	text-align: justify;*/
/*	line-height: 150%;*/
/*	margin-top: 10px;*/
/*	color: #666;*/
/*	font-size: 14px;*/
/*}*/
.block .about-top p,.block .about-bot p{
	font-size: 18px;
	margin: 20px 0;
	line-height: 1.8;
	text-indent: 2em;
	text-align: justify;
}
.block .about-bot{
    border-bottom: 1px solid #34445b;
    margin-bottom: 5px;
}
.block .about-bot p{
	margin: 50px 0;
	text-indent: 2em;
}
.block .about-top .about-le{
	position: relative;
	padding: 0 0 20px 20px;
}
.block .about-top .about-le .about-le-info{
	background-color: #233648;
	background: linear-gradient(45deg, #4b6d9c, #34445b);
	border-radius: 12px;
	border-top-right-radius: 0;
	position: absolute;
	left: 0;
	bottom: 0px;
	padding: 10px 40px;
	color:#fff;
	border: 4px solid #fff;
}
.block .about-bot-img{
	margin-top: 20px;
}
.block .about-top .about-le .about-le-info h5{
	font-size: 60px;
	line-height: 1.1;
	font-weight: 600;
}
.block .about-top .about-le .about-le-info h5 span{
	font-weight: normal;
	font-size: 18px;
}
.block .about-top .about-le .about-le-info p{
	text-align: center;
	color:#fff;
	margin: 0;
    text-indent: 0;
}

.block .classes .class-info p {
	text-align: center;
}
.block .classes .class-name ul {
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content:center;
}
.block .classes .class-name ul li {
	padding: 10px 30px;
	background-color: #303030;
	margin: 30px 20px;
	border-radius: 5px;
}
.block .classes .class-name ul .current {
	background-color: #ff7e00;
}
.block .classes .class-name ul li:hover {
	background-color: #ff7e00;
}
.block .classes .class-name ul li a{
	display: block;
	color: #fff;
	font-size: 20px;
}
.block .classes .class-content {
	margin-top: 30px;
	text-align: center;
}

.block .classes .class-content img {
	text-align: center;
	margin: 20px 0;
}

.block .class-content .news-list {
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}
.block .class-content .news-item {
	    display: block;
	    box-sizing: border-box;
	    width: 31.333333333%;
	    padding: 15px 10px;
	    margin: 15px 1%;
	    background-color: #fff;
}
.block .class-content .news-item .news-img {
	float: left;
	width: 100%;
}

.block .class-content .news-item .news-img img {
	width: 100%;
	margin: 0;
	height: 300px;
}
.block .class-content .news-item .news-info {
	float: right;
	width: 100%;
	text-align: left;
}
.block .class-content .news-item .news-info span {
	display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.block .class-content .news-item .news-info h2 {
	display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}



.block .class-content .news-item .news-info p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.block .class-content .news-item .news-info .news-btn {
	display: block;
	background-color: #303030;
	color: #fff;
	padding: 10px 0;
	margin-top: 20px;
	width: 150px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}
.block .layout .page {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 20px; 
}
.block .layout .page a {
	display: inline-block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 3px;
}
.block .layout .page a:hover {
	color: #fff;
	font-weight: 700;
	background-color: #ff7e00;
}
.block .layout .page .current {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	background-color: #ff7e00;
}

.col-l-1 {
	float: left;
	text-align: left;
	width: 50%;
}
.col-l-2 {
	float: left;
	text-align: left;
	width: 100%;
}
.col-r-1 {
	float: right;
	text-align: right;
	width: 50%;
}
.col-r-2 {
	float: right;
	text-align: right;
	width: 100%;
}
.block .class-content .form .form-item textarea ,
.block .class-content .form .form-item input {
	box-sizing: border-box; 
	width: 98%;
	line-height: 40px;
	padding: 0 5px;
	border: 1px solid #eee;
	border-radius: 5px;
}
.block .class-content .form .form-item textarea {
	min-height: 100px;
	width: 100%;
}
#submit {
	background-color: #303030;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	width: 200px;
	margin-top: 20px;
}
#submit:hover {
	background-color: #ff7e00;
}
/*.block .class-content .form .form-item {
	
}*/
.block .class-content .form .form-item img {
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.block .classes .inquiry h3 {
	text-align: center;
	margin-bottom: 30px;
	color: #666;
}
.block .classes .contact .contact-content {
	float: left;
	width: 70%;
	text-align: left;
}
.block .classes .contact .contact-content h3 {
	color: #333;
	text-align: left;
	line-height: 40px;
}
.block .classes .contact .contact-content a,
.block .classes .contact .contact-content span {
	display: inline-block;
	text-align: left;
	line-height: 30px;
	font-size: 14px;
}
.block .classes .contact .contact-img {
	float: right;
	width: 30%;
	text-align: center;
}
.block .classes .contact .contact-img img {
	width: 50%;
}
.block .classes .contact {
	background-color: #fff;
	padding: 20px 20px;
	margin-bottom: 30px;
}

.block .class-content .download-list {
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}
.download-list .download-item {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.download-list .download-item .download-img {
	width: 8%;
	float: left;
}
.download-list .download-item .download-img img {
	width: 100%;
	margin: 0;
}
.download-list .download-item .download-info {
	width: 86%;
	float: right;
	text-align: left;
}
.block .download-list .download-item .download-info span {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.download-list .download-item .download-info a {
	display: block;
	display: block;
	background-color: #303030;
	color: #fff;
	padding: 10px 0;
	margin-top: 20px;
	width: 150px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}

.block .product-list{
    overflow: hidden;
    padding: 6px;
}

.block .product-list .product-item{
    width: 23%;
    float: left;
    margin-right: 2.6%;
    box-shadow: 0 0 4px 4px rgba(0,0,0,.5);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
    background-image: linear-gradient(to right, #4b6c9b, #34445b);
    
}
.block .product-list .product-item:before{
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background:url(../images/p-ri.jpg) no-repeat bottom right;
    background-size: 30%;
    border-radius: 10px;
}

.block .product-list .product-item:nth-child(4n){
    margin-right: 0;
}
.block .product-list .product-item .product-img{
    background: #fff;
    padding: 10px 0 20px;
    clip-path: inset(0 0 0 0 round 0 0 100px 0);
    transition: all .5s;
}
.block .product-list .product-item .product-img span{
    display: block;
    text-align: center;
    font-size: 16px;
    color:#000;
    line-height: 2;
}
.block .product-list .product-item .product-info{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    transition: all 1s;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
}
.block .product-list .product-item:last-child .product-img{
    clip-path: inset(0 100% 100% 0 round 0 0 100% 0);
}
.block .product-list .product-item:last-child .product-info{
    opacity: 1;
}
.block .product-list .product-item:hover .product-img{
    clip-path: inset(0 100% 100% 0 round 0 0 100% 0);
}
.block .product-list .product-item:hover .product-info{
    opacity: 1;
    transition: opacity 0.5s ease 0.5s; 
}
.block .product-list .product-item .product-info span{
    color:#fff;
    font-size: 20px;
    line-height: 2;
}
.block .product-list .product-item:hover .product-info span{
    opacity: 1;
}
.block .product-list .product-item .product-info .product-arrow{
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
}
.block .product-list .product-item .product-info .product-arrow a{
    color: #fff;
}
.block .product-top,.block .product3-top .layout{
    justify-content: space-between;
    align-items: center;
}
.block .product3-top{
    border-bottom: 4px solid #34445b;
    position: relative;
    padding-bottom: 50px;
}
.block .product3-top:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 200%;
    z-index: -1;
    background: #f7f7f7;
    left: 0;
    bottom: 0;
}
.block .product-top .product-con-info,.block .product-top .product-con-img{
    width: 45%;
}
.block .product-con-info h4{
    font-size: 26px;
    line-height: 2;
}
.block .product-con-info p{
    font-size: 18px;
    line-height: 2;
}
#hxmc{
    font-size: 20px;
}
.small-numbers{
    font-size: 15px;
}
.product-fz{
    padding-left: 2em;
}
.product-tit h4{
    color:#233648;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin:50px auto 30px;
}
.product-tit h7{
    color:#233648;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
/*.product-gy,.product-gg,.product3-zl,.product3-cf,.product5-gg,.product5-zb,.product6-db,.product6-zl,.product3-gg{*/
/*    margin: 50px auto;*/
/*}
*/
.p-bot{
    margin-bottom: 50px;
}
.pgy-con p{
    font-size: 18px;
    line-height: 2;
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
.pgy-ul{
    justify-content: space-between;
}
.pgy-ul img{
    max-width: 30%;
}
.pys-tablink li{
    width: 16.66%;
    position: relative;
    text-align: center;
    color:#1c2d47;
    cursor: pointer;
}
.pys-tablink li.active{
    color:#fff;
}
.pys-tablink li.active:before{
    background: #1c2d47;
    z-index: 2;
}
.pys-tablink li:before{
    content: '';
    position: absolute;
    top: -4px; left: 5px; right: 5px; bottom: 4px;
    background: #eaeaea;
    transform: perspective(2em) rotateX(5deg);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: -1;
}
.pys-tablink li span{
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 3;
}
.pys-tabconitme{
    display: none;
    border: 1px solid #1c2d47;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding:50px 30px;
}
.pys-tabconitme h5{
    color:#233648;
    font-size: 26px;
    font-weight: 600;
    line-height: 2;
    margin: 20px auto;
}
.pys-tabconitme p,.pys-wldb-ul p,.product-gg p{
    color:#233648;
    font-size: 18px;
    line-height: 2;
    margin: 20px 0;
}

.pys-tabconitme h6{
    color:#233648;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    margin: 20px auto;
}
.product-gg{
    border-top: 1px solid #34445b;
    padding-top: 5px;
    margin-top: 50px;
    
}
.product-gg .product-tit{
    border-top: 4px solid #34445b;
}
.pgg-con{
    margin-top: 20px;
}
.pzy-con{
    border-top: 2px solid #ccc;
    padding-top: 20px;
}
.pzy-con p{
    color:#233648;
    font-size: 16px;
    line-height: 3;
}

.pys-wldb-ul{
    justify-content: space-between;
    margin-top: 30px;
}
.pys-wldb{
    width: 25%;
}
.pys-wldb span{
    display: block;
    text-align: center;
    color:#233648;
    font-size: 16px;
    font-weight: 600;
    line-height: 3;
}
.pys-wldb-ul ul{
    width: 73%;
    color:#233648;
    justify-content: space-between;
}
.pys-wldb-ul li{
    width: 23%;
}
.pys-wldb-ul-info{
    background: #f5f5f5;
    padding: 20px;
    position: relative;
    margin-right: 10px;
    padding-bottom: 10px;
    height: 100%;
}
.pys-wldb-ul-info:after{
    content:'';
    width: 0;
    height: 0;
    border-left: 20px solid transparent; 
    border-right: 0 solid transparent; 
    border-bottom: 20px solid #233648;
    position: absolute;
    bottom: 10px;
    right:10px;
}
.pys-wldb-ul-info:before{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    border:3px solid #bcbcbc;
    right:-10px;
    bottom: -10px;
    z-index: -1;
}
.pys-wldb-ul-info span{
    position: relative;
    font-size: 30px;
    font-weight: bold;
    display: block;
    padding-left: 10px;
}
.pys-wldb-ul-info span:before{
    content:'';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #233648;
    position: absolute;
    left: 0;
    top: 50%;
}
.pys-wldb-ul li:hover .pys-wldb-ul-info p,.pys-wldb-ul li:hover{
    color:#fff;
}
.pys-wldb-ul li:hover .pys-wldb-ul-info:after{
    border-bottom: 20px solid #fff;
}
.pys-wldb-ul li:hover .pys-wldb-ul-info{
    background: #233648;
}
.pys-wldb-ul li:hover .pys-wldb-ul-info span:before{
    background: #fff;
}

.text-cen{
    text-align: center;
}
.p2-p-info span{
    margin-right: 20px;
}
.product2-fz p{
    flex-shrink: 0;
}
.product2-fz img{
    max-width: 80%;
}
.p2ys-ul{
    justify-content: space-between;
    margin-top: 30px;
}
.p2ys-ul .p2ys-item{
    width: 23%;
    background: #f4f4f4;
    border-radius: 5px;
    border-color: #233648;
    border-style: solid;
    border-width: 1px 0 1px 3px;
    padding: 50px 30px;
    color:#233648;
}
.p2ys-ul .p2ys-item:hover{
    box-shadow: 0 0 6px 2px rgba(0,0,0,.2);
}
.p2ys-item h5{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}
.p2ys-item p{
    line-height: 2;
}
.product2-tit h4{
    color: #233648;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}
.product2-p{
    line-height: 2;
    margin: 20px 0;
    font-size: 16px;
}
.product2-cd,.product2-gg{
    margin-top: 50px;
}
.p2cd-db{
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
.p2cd-db>div{
    width: 48%;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
}
.p2cd-db>div span,.p6db-le div span{
    color:#233648;
    font-size: 18px;
    line-height: 2;
}
.product2-gg{
    justify-content: space-between;
}
.product2-gg>div{
    width: 48%;
}
.product3{
    margin-bottom: 0 !important;
}
.product3-tit{
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    margin: 30px 0;
}
.product3-p{
    font-size: 18px;
    line-height: 2;
}
.p3ys-db>div,.product3-bg>div{
    width: 50%;
}
.p3gg-ul{
    margin-top: 30px;
}
.p3gg-ul li{
    color:#233648;
    font-size: 18px;
    line-height: 2;
    border-bottom: 8px solid;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 30px;
    margin-top: 30px;
}
.p3gg-ul li span{
    font-weight: 600;
}
.product3-rz{
    background: url(../images/p3bg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 70px 0;
}
.p3rz-ul{
    justify-content: space-around;
}
.p3rz-ul li{
    margin-top: 30px;
    min-width: 23%;
}
.p3rz-ul li p{
    text-align: center;
    line-height: 2;
    margin-top: 20px;
}
.p3rz-ul li img{
    box-shadow: 3px 3px 5px 5px rgb(0 0 0 / 20%);
}
.line-tit{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.point-tit{
    padding-bottom: 30px;
    position: relative;
}
.point-tit:before{
    content: '';
    width: calc(100% - 70px);
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #233648 0%,#233648 50%,transparent 51%);
    background-size: 30px 10px;
    background-repeat:repeat-x;
}
.point-tit:after{
    content:'';
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 55px;
    height: 4px;
    background: #233648;
    transform: skewX(-315deg);
}
.product4-db{
    justify-content: space-between;
    margin: 30px auto;
}
.product4-db .p4db-le{
    width: 57%;
}
.product4-db .p4db-ri{
    width: 40%;
}
.product4-tit{
    color:#233648;
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    margin:30px auto;
}
.product4-tit:before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #233648;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.product4-md{
    margin-top: -30px;
}
.p4gg-ul li{
    background: #233648;
    font-size: 20px;
    line-height: 3.5;
    padding: 0 50px;
    margin-bottom: 30px;
    color:#fff;
    position: relative;
}
.p4gg-ul li:before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 20px;
    height: 30px;
    background: #233648;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 50%);
}
.p4gg-ul li:after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 30px;
    background: #fff;
    clip-path: polygon(0% 0%, 50% 0%, 100% 50%, 50% 100%, 0% 100%);
}
.p4gg-ul li:nth-child(2n){
    background: #e1e1e1;
    color:#233648;
}
.p4gg-ul li:nth-child(2n):before{
    background: #e1e1e1;
}
.product4-cd{
    margin: 50px auto;
}
.p5-ysitem {
    color:#233648;
    justify-content: space-between;
    background: #233648;
    margin-top: 50px;
}
.p5-ysitem>span{
    font-size: 30px;
    background: #d6d6d6;
    width: 80px;
    padding-right: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 2;
    clip-path: polygon(0% 0%, 100% 0%, 55px 100%, 0% 100%);
    border-bottom: 4px solid ;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}

.p5ys-info{
    flex:1;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    color:#233648;
    flex-flow: column;
    justify-content: center;
    border-top: 4px solid;
    clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%);
    margin-left: -20px;
    padding: 15px 0 15px 30px;
}
.p5ys-info h5{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}
.p5ys-info p{
    color:#233648;
    line-height: 1.6;
}
.p6gy-ul{
    background: #f2f2f2;
    padding: 30px;
    border-radius: 10px;
    justify-content: space-between;
}
.p6gy-ul li{
    width: 31%;
    border-right: 1px solid #ccc;
    color:#233648;
    padding: 20px;
}
.p6gy-ul li:last-child{
    border-right: none;
}
.p6gy-ul li h5{
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    padding-left: 20px;
    position: relative;
}
.p6gy-ul li h5:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #233648;
}
.p6gy-ul li p{
    border-top: none;
}
.p6ys-ul{
    margin: 50px auto;
}
.p6ys-item{
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 50px;
}
.p6ys-item .p6ys-tit{
    width: 25%;
    text-align: center;
    color:#fff;
    font-size: 20px;
    padding: 5px 0;
    line-height: 2;
    background-image: linear-gradient(to bottom, #374757,#526a80, #374757);
    clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
    position: relative;
    align-items: center;
    justify-content: center;
}
.p6ys-item .p6ys-tit:before{
    content:'';
    width: 50px;
    height: 15px;
    border-style: solid;
    border-color:#fff;
    border-width: 3px 0;
    position: absolute;
    left: -15px;
    transform: skewX(330deg) translateY(-50%);
    top: 50%;
}
.p6ys-item .p6ys-tit:after{
    content:'';
    width: 50px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: -10px;
    transform: skewX(330deg) translateY(-50%);
    top: 50%;
}
.p6ys-item .p6ys-info{
    flex: 1;
    background: #f2f2f2;
    padding: 10px 20px;
    color:#233648;
    clip-path: polygon(40px 0%, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
    margin-left: -40px;
    padding-left: 60px;
}
.p6ys-item .p6ys-info p{
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.8;
    height: calc(1.8em * 2);
}
.product6-db,.p6zl-box{
    justify-content: space-between;
    text-align: center;
}
.product6-db>div,.p6db-le>div,.p6zl-box>div{
    width: 48%;
}
.product6-p{
    text-align: left;
    color:#233648;
    line-height: 2;
}
.p6zl-box,.product6-db{
    margin: 50px auto;
}

.p7ys-ul{
    justify-content: space-between;
}
.p7ys-item{
    width: 30%;
    border: 1px dashed #333;
    padding: 20px;
    margin: 30px auto;
}
.p7ys-item span{
    display: block;
    background: #233648;
    color:#fff;
    line-height: 2;
    font-size: 26px;
    text-align: center;
}
.p7ys-tit{
    padding-left: 25px;
    position: relative;
    font-size: 22px;
    line-height: 2;
    font-weight: 600;
    color:#233648;
}
.p7ys-tit:before{
    content:'';
    width: 10px;
    height: 10px;
    background: #233648;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.product7-p{
    line-height: 2;
    margin: 30px auto;
    font-size: 16px;
}
.p7ys-yzimg{
    margin: 30px auto;
}
.p7ys-ystit{
    font-size: 18px;
    color:#000;
    font-weight: 600;
    line-height: 2;
}
.p7ys-cl{
    justify-content: space-between;
}
.p7ys-clle{
    width: 45%;
}
.p7ys-clri{
    width: 55%;
}

.number {
  font-size: 14px; /* 数字变小 */
}

.letter {
  font-size: 20px; /* 字母增大 */
  margin-left: 10px; /* 根据需要调整间距 */
}


.qydw-box{
    background:url(../images/qydw.png) no-repeat;
    background-size: 100% 100%;
    margin:0;
    padding: 30px 0;
}
.qydw-box .classes{
    margin: 0;
}
.qydw-box .position{
    margin-top: 0;
}
.classes .cont-tit h3{
    color:#34445b;
    font-weight: 600;
    font-size: 38px;
    line-height: 2;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}
.classes .cont-tit h3:before{
    content:'';
    width: 150px;
    height: 4px;
    position: absolute;
    background: #34445b;
    bottom: 0;
    left: calc(50% - 105px);
}
.classes .cont-tit h3:after{
    content:'';
    width: 50px;
    height: 4px;
    position: absolute;
    background: #34445b;
    bottom: 0;
    left: calc(50% + 55px);
}
.qydz .cont-tit h3:before,.qydz .cont-tit h3:after{
    display: none;
}
.qydz .cont-tit h5{
    text-align: center;
    font-size: 22px;
    color:#34445b;
    line-height: 1.5;
}
.classes .cont-subtit h4{
    color:#1c2d47;
    font-weight: 600;
    font-size: 34px;
    line-height: 2;
}
.classes .cont-subtit .line-point{
    position: relative;
    display: inline-block;
}
.classes .cont-subtit .line-point:before{
    content: '';
    width: 85%;
    height: 4px;
    background: #34445b;
    position: absolute;
    left: 0;
    bottom: 0;
}
.classes .cont-subtit .line-point:after{
    content: '';
    width: 10%;
    height: 4px;
    background: #34445b;
    position: absolute;
    right: 0;
    bottom: 0;
}
.classes .qydw-con{
    margin-top: 50px;
}
.classes .qydw-con p{
    font-size: 18px;
    line-height: 3;
}

.qyzl{
    margin-bottom: 0 !important;
}
.block .classes .qyzl-con{
    background: url(../images/qyzl.jpg) no-repeat;
    background-size: cover;
    padding:100px 50px 100px 50%;
    margin:50px 0;
    background-attachment: fixed;
    border-top-right-radius: 50px;
    position: relative;
}
.block .classes .qyzl-con:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1;
    left: 0;
    top: 0;
}
.block .classes .qyzl-con p{
    color:#ffff;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    z-index: 2;
}

.classes .qyzl-qyrz{
    justify-content: flex-start;
    align-items: center;
    margin:70px 0;
}
.classes .qyrz1 .qyrz-item{
    width:16.66% ;
    padding: 0 20px;
    text-align: center;
}
.classes .qyrz4{
    margin-bottom: 0;
    padding-bottom: 50px;
}
.classes .qyrz4 .qyrz-item p{
    font-size: 18px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}
.classes .qyrz4 .qyrz-item{
    width:33.33% ;
    padding: 0 20px;
    text-align: center;
}
.classes .qyzl-hbg{
    background: #f7f7f7;
}
.classes .qyrz2 .line-point{
    /*padding-top: 25px;*/
}
.classes .qyrz3 .line-point,.classes .qyrz4 .line-point{
    margin-bottom: 25px;
}


.qyhzbg{
    background:url(../images/qyhz1.jpg) no-repeat left bottom;
    background-size: 40% auto;
}
.qyhzbg .classes{
    margin-bottom: 0;
    background:url(../images/qyhz2.png) no-repeat;
    background-size: 15% auto;
    background-position: 90% 100%;
}
.classes .qyhz-con{
    padding:70px 5% 0;
    position: relative;
}
/*.classes .qyhz-con:after{*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: rgba(255,255,255,.8);*/
/*    z-index: 1;*/
/*}*/
.classes .qyhz-con p,.classes .qydz-con p{
    font-size: 18px;
    line-height: 2;
    position: relative;
    z-index: 2;
}
.classes .qydz-con{
    margin: 50px auto;
}

.classes .qydz-info{
    background: #ecf5f4;
    margin:0 10px;
    padding: 30px 50px;
}
.classes .qydz-info h3{
    background: #34445b;
    color:#fff;
    font-size: 18px;
    line-height: 2;
    padding: 10px 0;
    text-align: center;
    position: relative;
    width: calc(100% + 150px);
    left: -75px;
}
.classes .qydz-info h3:before{
    content:'';
    border-left: 25px solid transparent;
    border-right: 0 solid transparent;
    border-top: 22px solid #34445b;
    left: 0px;
    bottom: -22px;
    position: absolute;
}
.classes .qydz-info h3:after{
    content:'';
    border-right: 25px solid transparent;
    border-left: 0 solid transparent;
    border-top: 22px solid #34445b;
    right: 0px;
    bottom: -22px;
    position: absolute;
}
.classes .qydz-ul{
    justify-content: space-between;
    margin:50px auto;
}
.classes .qydz-item{
    width: 32%;
    background: #fff;
    border-radius: 10px;
    padding: 50px 50px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.classes .qydz-item:hover{
    box-shadow: 0 0 4px 4px rgba(0,0,0,.4);
}
.classes .qydz-item:before{
    content:'';
    width: 1px;
    height: 40px;
    background: #ccc;
    bottom: 0;
    left: 50%;
    position: absolute;
}
.classes .qydz-item h5{
    font-size: 18px;
    line-height: 2;
    padding-left: 20px;
    position: relative;
    font-weight: 600;
}
.classes .qydz-item h5:before{
    content:'';
    width: 6px;
    height: 6px;
    border:3px solid #34445b;
    transform: rotate(45deg)translateY(-100%);
    position: absolute;
    top: 54%;
    left: -10px;
}
.classes .qydz-item:hover  h5:before{
    border-color: #34445b;
}
.classes .qydz-item p{
    font-size: 16px;
    line-height: 2;
    text-indent: 2em;
    margin-top: 10px;
}
.classes .qydz-item span{
    text-shadow:-1px -1px 0 #ccc, 
     1px -1px 0 #ccc,   
     -1px 1px 0 #ccc, 
     1px 1px 0 #ccc;
     font-size:30px ;
     color:#fff;
     font-weight: 700;
     display: block;
     text-align: center;
}
.classes .qydz-item:hover span{
     text-shadow:-1px -1px 0 #34445b, 
     1px -1px 0 #34445b,   
     -1px 1px 0 #34445b, 
     1px 1px 0 #34445b;
}
.classes .qydz-zs{
    text-align: center;
    font-size: 28px;
    color:#34445b;
    transform: skewX(350deg);
}
.classes .qydz-btn{
    text-align: center;
    margin: 30px auto 20px;
}
.classes .qydz-btn a{
    padding: 10px;
    overflow: hidden;
    display: inline-block;
}
.classes .qydz-btn button{
    color:#fff;
    font-size: 18px;
    line-height: 2;
    border: none;
    padding: 5px 30px;
    background-color: #34445b;
    background-image: linear-gradient(to right, #4b6d9c, #34445b),linear-gradient( 
125deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 53%);
    border-radius: 8px;
    background-origin: border-box;
    background-size: 100%, 200%;
    box-shadow: 3px 3px 4px 2px rgba(0,0,0,.2);
    position: relative;
    border: 3px solid transparent;
    background-clip: padding-box, border-box;
    -webkit-animation: 4s border-glint linear backwards infinite;
    animation: 4s border-glint linear backwards infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.classes .qydz-btn button:before{
    content: " ";
    position: absolute;
    top: -50%;
    left: -120%;
    width: 200%;
    height: 200%;
    background-image: linear-gradient(
125deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 52%);
    -webkit-animation: 4s glint linear backwards infinite;
    animation: 4s glint linear backwards infinite;
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}
@-webkit-keyframes glint {
  0% {
    left: -120%;
  }
  8% {
    left: 50%;
  }
  100% {
    left: 50%;
  }
}

@keyframes glint {
  0% {
    left: -120%;
  }
  8% {
    left: 50%;
  }
  100% {
    left: 50%;
  }
}
@-webkit-keyframes border-glint {
  0% {
    background-position: 0px, -250px;
  }
  25% {
    background-position: 0px, -200px;
  }
  75% {
    background-position: 0px, 50px;
  }
  100% {
    background-position: 0px, 50px;
  }
}
@keyframes border-glint {
  0% {
    background-position: 0px, -250px;
  }
  25% {
    background-position: 0px, -200px;
  }
  75% {
    background-position: 0px, 50px;
  }
  100% {
    background-position: 0px, 50px;
  }
}

.classes .contact-tit{
    
}
.classes .contact-tit h4{
    color: #233648;
    font-weight: 600;
    font-size: 26px;
    line-height: 2;
}
.clink-ul{
    margin: 50px auto;
    overflow: hidden;
    padding-top: 3px;
    
}
.clink-item{
    border: 1px solid #ccc;
    padding: 20px;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
    float: left;
    position: relative;
}
.clink-item:hover{
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,.4);
}
.clink-item:hover :before{
    content:'';
    width: 50px;
    height: 6px;
    background: #233648;
    position: absolute;
    left: 10%;
    top: -3px;
}
.clink-item:nth-child(3n){
    margin-right: 0;
}
.clink-img{
    justify-content: space-between;
    align-items: center;
}
.clink-img p{
    width: 55%;
    flex-basis: 55%;
    font-size: 18px;
    line-height: 2;
}
.clink-img img{
    max-width: 40%;
    opacity: .6;
}
.clink-item:hover .clink-img img{
    opacity: 1;
}
.clink-info p{
    font-size: 18px;
    line-height: 2;
    padding: 10px 0 10px 50px;
    background-size: 30px auto;
}
.clink-tel{
    background: url(../images/tel.png) no-repeat left center;
    border-bottom: 1px solid #ccc;
}
.clink-email{
    background: url(../images/email.png) no-repeat left center;
}
.contact-info{
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}
.contact-info :before{
    content:'';
    width: 50px;
    height: 6px;
    background: #233648;
    position: absolute;
    left: 10%;
    top: -3px;
}
.contact-info :after{
    content:'';
    width: 50px;
    height: 6px;
    background: #233648;
    position: absolute;
    left: 10%;
    bottom: -3px;
}
.contact-info p{
    font-size: 18px;
    line-height: 2;
    padding-left: 40px;
    background-size: auto 22px;
    padding: 10px 0 10px 50px;
}
.cinfo-phone{
    background: url(../images/phone.png) no-repeat left center;
}
.cinfo-add{
    background: url(../images/add.png) no-repeat left center;
}
.cinfo-yxadd{
    background: url(../images/yxadd.png) no-repeat left center;
}
.news-top{
    justify-content: space-between;
}
.news-top .news-le,.news-top .news-ri{
    
}
.news-top .news-le{
    position: relative;
    width: 40%;
}
.news-le .lnews-info{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.6);
    color:#fff;
    padding: 30px 20px;
}
.news-le .lnews-info h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
}
.news-le .lnews-info span{
    background-image: linear-gradient(to right, #4b6d9c, #34445b);
    font-size: 20px;
    line-height: 2;
    padding: 4px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.news-top .news-ri{
    width:57%;
    flex-flow: column;
    justify-content: space-between;
}
.news-ri .rnews-con{
    justify-content: space-between;
    align-items: center;
}
.news-ri .rnews-con img{
    max-width: 34%;
}
.news-ri .rnews-con .rnews-info{
    width: 62%;
}
.rnews-con .rnews-info h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}
.rnews-con .rnews-info p{
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
}
.newsli-item{
    background: #fff;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.newsli-item:hover{
    background: url(../images/newslibg.jpg) no-repeat center center;
    background-size: cover;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,.2);
}
.newsli-item .newsli-le{
    background-image: linear-gradient(to right, #4b6d9c, #34445b);
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px;
    max-width: 15%;
}
.newsli-item .newsli-le span{
    display: block;
    font-size: 30px;
}
.newsli-item .newsli-info{
    width: 70%;
    flex-basis: 70%;
}
.newsli-item .newsli-info h5{
    color:#34445b;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.newsli-item .newsli-info p{
    font-size: 15px;
    line-height: 1.6;
}
.newsli-item .newsli-more{
    align-self: flex-end;
    max-width: 12%;
}
.news-con .news-list{
    background: url(../images/newsbg.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0;
    margin-top: 50px;
}
.news{
    margin-bottom: 0;
}
.news .classes{
    margin: 70px 0 0;
}
.list-page{
    justify-content: center;
    margin-top: 50px;
}
.list-page a{
    background: #fff;
    border: 1px solid #a1a1a1;
    color:#a1a1a1;
    margin: 0 5px;
    padding: 10px 15px;
}
.list-page a.page-num-current{
    background: #34445b;
    color:#fff;
}
.cnews-tit{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 50px;
}
.cnews-con{
    border-bottom: 1px solid #ccc;
}
.cnews-con p{
    font-size: 16px;
    line-height: 2;
}
.cnews-con p img{
    margin: 20px auto;
}
.prev-next{
    justify-content: space-between;
    margin-top: 30px;
}
.prev-next>div{
    width: 50%;
    font-size: 16px;
    line-height: 2;
}
.prev-next .prev-news{
    text-align: left;
}
.prev-next .next-news{
    text-align: right;
}

.qyrc-tit{
    font-size: 26px;
    color:#233648;
    line-height: 2;
    font-weight: 600;
}
.qyrc-top{
    position: relative;
}
.qyrc-top .qyrc-img{
    width: 75%;
}
.qyrc-top .qyrc-info{
    padding: 50px;
    position: absolute;
    top: 40%;
    left: 50%;
    background: rgba(255,255,255,.5);
    width: 50%;
}
.qyrc-info .qyrc-text{
    padding-left: 20px;
    position: relative;
    font-size: 20px;
    line-height: 2;
    color:#233648;
}
.qyrc-info .qyrc-text:before{
    content:'';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #233648;
}
.qyrc-gw,.qyrc-gw .qyrc-gwul{
    margin:50px auto;
}
.qyrc-gw .qyrc-gwitem{
    border-top: 4px solid #233648;
    border-bottom: 1px solid #233648;
    border-left: 1px solid #233648;
    border-right: 1px solid #233648;
    padding: 30px;
    position: relative;
    margin-bottom: 50px;
}
.qyrc-gw .qyrc-gwitem.bactive{
    border-bottom: 4px solid #233648;
}
.qyrc-gw .qyrc-gwhide{
    display: none;
}
.qyrc-gw .qyrc-gwitem.bactive .qyrc-gwhide{
    display: block;
}
.qyrc-gw .qyrc-gwitem .qyrc-gwarrow{
    content:'';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: none;
    right: 50px;
    top: 50px;
    z-index: 1;
    border: 1px solid #233648;
}
.qyrc-gw .qyrc-gwitem .qyrc-gwarrow.active{
    background: #233648;
}
.qyrc-gw .qyrc-gwitem .qyrc-gwarrow:before{
    content:'';
    border-style: solid;
    border-color: #233648;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    position: absolute;
    right: 19px;
    top: 17px;
    z-index: 2;
}
.qyrc-gw .qyrc-gwitem .qyrc-gwarrow.active:before{
    border-color: #fff;
    transform: rotate(225deg);
    top: 20px;
}
.qyrc-gw .qyrc-gwtit{
    color:#233648;
    font-size: 15px;
    line-height: 2;
    padding-left: 50px;
    background: url(../images/qyrcgw.png) no-repeat left center;
    background-size: auto 100%;
}
.qyrc-gw .qyrc-gwtit span{
    font-weight: 600;
    font-size: 18px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #233648;
}
.qyrc-gw .qyrc-gwinfo{
    margin-top: 30px;
}
.qyrc-gw .qyrc-gwinfo h6{
    font-size: 16px;
    font-weight: 600;
    color:#233648;
    line-height: 2;
}
.qyrc-gw .qyrc-gwinfo p{
    font-size: 15px;
    color:#233648;
    line-height: 2;
}


.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: inherit;
	color: #555;
}

.owl-theme .owl-nav [class*="owl-"] {
	background-color: inherit;
	font-size: 20px;
	color: #555;
	padding: 0;
}

.banner img {
	width: 100%;
}
.shown_products_a_left,
.shown_products_a_right {
	margin-top: 30px;
}
.shown_products_a_right {
	    float: right;
	    padding: 2px;
	    text-align: left;
	    width: 58%;
}

.shown_products_a_left {
	float: left;
	border: 0;
	padding: 2px;
	width: 40%;
}
.shown_products_a_right h1 {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

.block .shown_products_a_right h3 {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-top: 10px;
	margin: 0px;
	color: #666;
	font-weight: normal;
}

.block .shown_products_a_right h2 {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-top: 10px;
	margin: 0px;
	color: #666;
}
.shown_products_a_right h4 {
	float: left;
	margin-right: 10px;
	font-size: 12px;
	padding-top: 10px;
	margin-top: 20px;
}
.shown_products_a_right h4 a {
	background-color: #303030;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFF;
	font-weight: bold;
}
.shown_products_a .current {
	background-color: inherit;
}
.shown_products_b {
	width: 100%;
	height: auto;
	margin-top: 10px;
	float: left;
}
.shown_products_b_a {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
.op {
	float: left;
	width: 100%;
}
.shown_products_b_a h2 {
	width: 100%;
	text-indent: 20px;
	float: left;
	height: 40px;
	font-weight: bold;
	color: #FFF;
	background-color: #303030;
	line-height: 40px;
}

.shown_products_b_a .descr {
	width: 100%;
	text-indent: 20px;
	float: left;
	height: 40px;
	font-weight: bold;
	color: #FFF;
	background-color: #303030;
	line-height: 40px;
}


.opt {
	float: left;
	width: 100%;
	margin-top: 1%;
	font-size: 14px;
	word-wrap: break-word;
	white-space: normal;
	word-break: normal;
}
.opt_pt {
    float: left;
    font-size: 16px;
    margin-top: 1.5%;
    width: 100%;
    color: #666;
}
.opt h3 {
	margin-right: 10px;
	margin-top: 0;
	font-size: 14px;
	font-weight: normal;
}

.block .opt h3 a {
	float: left;
	display: inline-block;
	margin-right: 20px;
}

#proabout a {
	background-color: #ff7e00;
	color: #fff;
	margin-right: 5px;
	margin-top: 10px;
	padding: 0.5% 0.5% 0.5% 0.5%;
	float: left;
}

.plane-body {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-top: 20px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align: middle;
}

#form-group-6 {
    width: 100%;
    float: left;
}
.form-group {
    margin-bottom: 15px;
}
#form-group-11 {
    width: 48%;
    float: left;
}
#form-group-12 {
    width: 48%;
    float: right;
}
#form-group-14 {
    width: 100%;
    float: left;
}
#form-group-4 {
    width: 48%;
    float: right;
}
.form-group .form-control {
    background-color: #ccc;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    color: #333;
    font-size: 14px;
}

input[type="text"], input[type="password"], input[type="button"], input[type="reset"], input[type="submit"], select, textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
.form-control {
    padding: 3px 5px;
    height: 27px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #9c9b9b;
    vertical-align: middle;
    background-color: white;
    border: 1px solid #d6d4d4;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
.btn.btn-submit {
	border: 0;
	box-sizing: border-box;
	color: #fff;
	background-color: #ff7e00;
	float: right;
	font-size: 18px;
	height: auto;
	margin-top: 0;
	padding: 10px;
	text-align: center;
}
#AboutPro {
    width: 100%;
    float: left;
}
#AboutPro h3 {
    width: 33.333%;
    float: left;
    margin-right: 0;
    text-align: center;
}
#AboutPro h3 a.proli1 {
    padding-bottom: 0;
}
#AboutPro h3 a {
    padding: 5%;
    line-height: normal;
}
.content_scene_cat a {
    color: #333;
    padding-left: 1%;
    padding-right: 0.5%;
    padding-top: 0.5%;
    padding-bottom: 0%;
    float: left;
}
.proli1 {
    width: 100%;
    float: left;
}
#AboutPro h3 a img {
    max-width: 100%;
    border: solid 1px #ccc;
}

.productsTags {
	line-height: 120%;
	color: #666;
}
.form-item {
    margin-bottom:10px;
}

.image-additional  .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    padding: 0; 
    background: inherit; 
    color: #666;
}
@-webkit-keyframes hover {
  to {
    translate: 0px 12px;
  }
}

@keyframes hover {
  to {
    translate: 0px 12px;
  }
}
.hands {
  --cards: 10;
  --curvature: 70deg;
  counter-reset: cards;
  width: 100%;
  display: flex;
  justify-content: center;
  transform-style: preserve-3d;
  padding-top: 38%;
}
.hands li {
  --hue: calc(360deg / var(--cards) * var(--index));
  --curve: calc(var(--curvature) * ((var(--index) - (var(--cards) - 1) / 2) / var(--cards)));
  counter-increment: cards;
  flex: 0 0 auto;
  max-width: 15%;
  aspect-ratio: 2/3;
  transform-origin: 50% 315%;
  transform: rotate(var(--curve));
  transition: all 0.3s;
  position: absolute;
  cursor: pointer;
  transform-style: preserve-3d;
  top: 10%;
}
.hands li img,.hands li p{
  transition: all 0.3s, translate 0s;
  pointer-events: none;
}
.hands li:hover {
  -webkit-animation: hover 1s ease-in-out infinite alternate forwards;
          animation: hover 1s ease-in-out infinite alternate forwards;
}
.hands li:hover img {
  transform: translateY(-42.5%) rotate(calc(var(--curve) * -1)) scale(1.2);
  transition-duration: 0.2s, 0s;
  translate: 0px 0px 1px;
}
.hands li p{
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
    opacity: 1;
    color:#233648;
}
.hands li:hover p {
  transform: translateY(100%) rotate(calc(var(--curve) * -1)) scale(1.2);
  transition-duration: 0.2s, 0s;
  translate: 0px 0px 1px;
  position: relative;
    z-index: 99999;
    opacity: 0;
    text-align: center;
}
.hands:has(li:nth-child(1)) {
  --cards: 1;
}
.hands > *:nth-child(1) {
  --index: 0;
}
.hands:has(li:nth-child(2)) {
  --cards: 2;
}
.hands > *:nth-child(2) {
  --index: 1;
}
.hands:has(li:nth-child(3)) {
  --cards: 3;
}
.hands > *:nth-child(3) {
  --index: 2;
}
.hands:has(li:nth-child(4)) {
  --cards: 4;
}
.hands > *:nth-child(4) {
  --index: 3;
}
.hands:has(li:nth-child(5)) {
  --cards: 5;
}
.hands > *:nth-child(5) {
  --index: 4;
}
.hands:has(li:nth-child(6)) {
  --cards: 6;
}
.hands > *:nth-child(6) {
  --index: 5;
}
.hands:has(li:nth-child(7)) {
  --cards: 7;
}
.hands > *:nth-child(7) {
  --index: 6;
}
.hands:has(li:nth-child(8)) {
  --cards: 8;
}
.hands > *:nth-child(8) {
  --index: 7;
}
.hands:has(li:nth-child(9)) {
  --cards: 9;
}
.hands > *:nth-child(9) {
  --index: 8;
}
.hands:has(li:nth-child(10)) {
  --cards: 10;
}
.hands > *:nth-child(10) {
  --index: 9;
}
.hands:has(li:nth-child(11)) {
  --cards: 11;
}
.hands > *:nth-child(11) {
  --index: 10;
}
.hands:has(li:nth-child(12)) {
  --cards: 12;
}
.hands > *:nth-child(12) {
  --index: 11;
}
.hands:has(li:nth-child(13)) {
  --cards: 13;
}
.hands > *:nth-child(13) {
  --index: 12;
}
.hands:has(li:nth-child(14)) {
  --cards: 14;
}
.hands > *:nth-child(14) {
  --index: 13;
}
.hands:has(li:nth-child(15)) {
  --cards: 15;
}
.hands > *:nth-child(15) {
  --index: 14;
}
.hands:has(li:nth-child(16)) {
  --cards: 16;
}
.hands > *:nth-child(16) {
  --index: 15;
}
.hands:has(li:nth-child(17)) {
  --cards: 17;
}
.hands > *:nth-child(17) {
  --index: 16;
}
.hands:has(li:nth-child(18)) {
  --cards: 18;
}
.hands > *:nth-child(18) {
  --index: 17;
}
.hands:has(li:nth-child(19)) {
  --cards: 19;
}
.hands > *:nth-child(19) {
  --index: 18;
}
.hands:has(li:nth-child(20)) {
  --cards: 20;
}
.hands > *:nth-child(20) {
  --index: 19;
}
.hands:has(li:nth-child(21)) {
  --cards: 21;
}
.hands > *:nth-child(21) {
  --index: 20;
}
.hands:has(li:nth-child(22)) {
  --cards: 22;
}
.hands > *:nth-child(22) {
  --index: 21;
}
.hands:has(li:nth-child(23)) {
  --cards: 23;
}
.hands > *:nth-child(23) {
  --index: 22;
}
.hands:has(li:nth-child(24)) {
  --cards: 24;
}
.hands > *:nth-child(24) {
  --index: 23;
}
.hands:has(li:nth-child(25)) {
  --cards: 25;
}
.hands > *:nth-child(25) {
  --index: 24;
}
.hands:has(li:nth-child(26)) {
  --cards: 26;
}
.hands > *:nth-child(26) {
  --index: 25;
}
.hands:has(li:nth-child(27)) {
  --cards: 27;
}
.hands > *:nth-child(27) {
  --index: 26;
}
.hands:has(li:nth-child(28)) {
  --cards: 28;
}
.hands > *:nth-child(28) {
  --index: 27;
}
.hands:has(li:nth-child(29)) {
  --cards: 29;
}
.hands > *:nth-child(29) {
  --index: 28;
}
.hands:has(li:nth-child(30)) {
  --cards: 30;
}
.hands > *:nth-child(30) {
  --index: 29;
}
.hands:has(li:nth-child(31)) {
  --cards: 31;
}
.hands > *:nth-child(31) {
  --index: 30;
}
.hands:has(li:nth-child(32)) {
  --cards: 32;
}
.hands > *:nth-child(32) {
  --index: 31;
}