body {
	font-family: Microsoft Yahei;
}

.text3d {
	color: #deccff;
	text-shadow: 0px 0px 0 #8c4dff, 0.2px 0.2px 0 #8644ff, 0.4px 0.4px 0 #813cff, 0.6px 0.6px 0 #7b32ff, 0.8px 0.8px 0 #7429ff, 1px 1px 0 #6e1fff, 1.2px 1.2px 0 #6714ff, 1.4px 1.4px 0 #6009ff, 1.6px 1.6px 0 #5900fc, 1.8px 1.8px 0 #5500f0, 2px 2px 0 #5000e3, 2.2px 2.2px 0 #4b00d6, 2.4px 2.4px 0 #4700c8, 2.6px 2.6px 0 #4200ba, 2.8px 2.8px 0 #3c00ab, 3px 3px 0 #37009c, 3.2px 3.2px 0 #31008c, 3.4px 3.4px 0 #2c007b, 3.6px 3.6px 0 #26006b, 3.8px 3.8px 0 #200059, 4px 4px 0 #190047, 4.2px 4.2px 0 #130035, 4.4px 4.4px 0 #0c0022, 4.6px 4.6px 0 #05000f, 4.8px 4.8px 0 black, 5px 5px 0 black, 5.2px 5.2px 0 black, 5.4px 5.4px 0 black, 5.6px 5.6px 0 black, 5.8px 5.8px 12px rgba(0, 0, 0, 0.3), 5.8px 5.8px 12px rgba(0, 0, 0, 0.5);
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 5px;
}

#navtext .sub_nav {
	width: 100vw;
	color: #fff;
	background: #1b40cd;
	position: absolute;
	top: 100%;
	left: calc(-100% - (100vw - 640px) / 2);
	z-index: 10;
	display: none;
}

#navtext .sub_nav p {
	font-size: 2rem;
	font-style: italic;
	border-bottom: 1px solid #ffffff64
}

#navtext .sub_nav img {
	display: block;
	width: 100%;
}

/* #navtext .sub_nav img:hover {
	transform: scale(1.25);
    -ms-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);
} */

#navtext .sub_nav li::before {
	width: 0 !important;
}

#navtext .sub_nav a {
	color: #fff;
}

#navtext .sub_nav a:hover {
	text-decoration: none;
}

#navtext .sub_nav li p {
	margin: .5rem 0;
	font-size: 1.2rem;
	position: relative;
	padding-left: 25px;
	font-style: normal;
	border-bottom: 0;
}

#navtext .sub_nav li p:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 9px;
	left: 0;
}

#navtext .sub_nav li p img {
	display: inline;
	width: 20px;
	height: 20px;
}

#navtext .mnav-chevron {
	color: #fff;
	float: left;
	width: 25%;
	position: relative;

}

#navtext .mnav-chevron img {
	width: 20px;
}

#navtext a {
	position: relative;
	color: #000;
	font-weight: bold;
}

#navtext .level-1-nav>li.no-sub>a::before {
	content: "";
	display: block;
	width: 0%;
	height: 3px;
	background: #005bab;
	position: absolute;
	left: 0;
	bottom: 5px;
	transition: 0.2s;
}

#navtext .level-1-nav>li.with-sub.current>a {
	color: #1f46cf;
}

#navtext .level-1-nav>li.with-sub>a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #1b40cd;
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
	opacity: 0.0;
	transition: 0.2s;
}

#navtext .level-1-nav>li.with-sub.hover>a:before {
	opacity: 1.0;
}

#about1,
#about2,
#about3,
#about4,
#news_home {
	background-size: auto 100%;
	background-repeat: no-repeat;
}

#goTop {
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 100%;
	-moz-box-shadow: 1px 1px 5px #2046c6;
	/* 老的 Firefox */
	box-shadow: 1px 1px 5px #2046c6;
	cursor: pointer;
	display: none;
	z-index: 100;
}

#goTop:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: 1px solid #2046c6;
	border-right: 1px solid #2046c6;
	transform: rotate(-45deg);
	position: absolute;
	top: 21px;
	left: 17px;
}

#goTop:hover {
	background-color: #2046c6;
}

#goTop:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}





.top_slider img {
	width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	border-radius: 0;
	width: 15px;
	height: 15px;
	background-color: transparent;
	border: 2px solid #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #fff !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 50px;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
	content: '';
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
	content: '';
}

.home_title h2 {
	font-size: 2.5rem;
	font-style: italic;
	font-weight: bold;
}

.home_title h3 {
	font-size: 1.2rem
}



#about1 {
	background-image: url(../img/about1.jpg);
}

#about2 {
	background-image: url(../img/about2.jpg);
}

#about3 {
	background-image: url(../img/about3.jpg);
}

#about4 {
	background-image: url(../img/about4.jpg);
}

#news_home {
	background-image: url(../img/news_cover.jpg);
}



/* #in_banner {position: relative;} */

#in_banner img {
	width: 100%;
}

#in_banner  h1 {
	position: absolute;
	/* left: 0; */
	/* right: 0; */
	/* top: 0; */
	/* bottom: 0; */
	margin: auto;
	/* height: 50px; */
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#bread_crumb {
	background-color: #e9dbdb;
}

#bread_crumb a {
	text-decoration: none;
	color: #90909a;
}

#bread_crumb a:last-child {
	color: #000;
}

#bread_crumb img,
#bread_crumb span {
	width: 10px;
	height: 10px;
	margin: auto 7.5px;
	vertical-align: baseline;
}

/* #prod_disp {
	background: url(../img/products_bg.jpg);
	background-size: 100% auto;
} */

#prod_disp .home_title {
	color: #fff;
}




#prod_disp .swiper-button-prev img,
#prod_disp .swiper-button-next img {
	width: 50px;
	height: 50px;
}

#prod_disp .swiper-button-prev {
	left: -75px;
}

#technical_features_wrapper .swiper-button-prev img,
#technical_features_wrapper .swiper-button-next img {
	width: 50px;
	height: 50px;
}

#technical_features_wrapper .swiper-button-prev {
	left: -75px;
}


#prod_disp .swiper-button-prev:after,
#technical_features_wrapper .swiper-button-prev:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #2046c6;
	border-right: 1px solid #2046c6;
	transform: rotate(-135deg);
	position: absolute;
	top: 15px;
	left: 17px;
}

#prod_disp .swiper-button-next,
#technical_features_wrapper .swiper-button-next {
	right: -75px;
}

#prod_disp .swiper-button-next:after,
#technical_features_wrapper .swiper-button-next:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #2046c6;
	border-right: 1px solid #2046c6;
	transform: rotate(45deg);
	position: absolute;
	top: 15px;
	left: 13px;
}

#prod_disp .swiper-button-prev,
#prod_disp .swiper-button-next,
#technical_features_wrapper .swiper-button-prev,
#technical_features_wrapper .swiper-button-next {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 100%;
}










#msg_form {
	background-image: url("../img/msg_form_bg2.jpg");
	background-size: auto 100%;
	background-position: center;
}

#msg_form textarea {
	height: 320px;
}

#msg_form input,
#msg_form textarea {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px #fff solid;
	background-color: transparent;
	color: #fff;
	font-style: italic;
	font-weight: bold;
}

#msg_form input::placeholder,
#msg_form textarea::placeholder {
	color: #fff !important;

}

#msg_form img {
	position: absolute;
	right: 3rem;
	height: 28px;
	bottom: 4.5rem;
}

#msg_form input[type="submit"] {
	color: #fff;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	/* bottom: 0; */
	margin: auto;
	width: 150px;
	height: 50px;
	font-size: 1.2rem;
	font-style: italic;
	/* font-weight: bold; */
	cursor: pointer;
}

#msg_form input[type="submit"]:hover {
	background-color: #fff;
	color: #005bab;
}

#msg_form .submit {
	height: 100px;
}

#home_last2 img {
	width: 100%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#home_last2 p {
	font-style: italic;
	font-size: 1.5rem;
	position: relative;
	background-color: #fff;
	color: #000;
	font-weight: bold;
}

#home_last2 p img {
	display: inline;
	width: 15px;
	height: 15px;
	vertical-align: baseline;
}

/* #home_last2 p:before {
	content: "";

	display: block;

	width: 10px;

	height: 10px;

	border-top: 1px solid #2046c6;

	border-right: 1px solid #2046c6;

	transform: rotate(45deg);

	position: absolute;

	top: 44%;
	
	left: 32%;
	
}
 */

#home_last2 a {
	text-decoration: none;
	display: block;
	overflow: hidden;
}


#home_last2 a:hover>img {
	transform: scale(1.25);
	-ms-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-o-transform: scale(1.25);
}

footer {
	background: url(../img/foot_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

footer ul {
	list-style: none;
}

/* footer #foot-nav {height: 320px;} */





footer #foot-nav li {
	font-weight: bold;
	margin-bottom: .7rem;
}

footer #foot-nav li,
footer #foot-nav li {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

footer #foot-nav>ul>li:hover {
	font-size: 17.5px;
}

/* footer #foot-nav .sub a:hover {font-size: 13.5px;} */

footer #foot-nav .sub {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	left: 3rem;
	top: 4px;
	display: none;
}

footer #foot-nav .sub a {
	/* margin-right: 10px; */
	margin-bottom: 5px;
	display: block;
}

footer #foot-nav>ul>li:hover .sub {
	display: block;
}


/* footer table th {
	width: 30%;
} */

footer table th,
footer table td {
	padding-bottom: 7.5px;
	vertical-align: top;
}

#top-nav .logo {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	width: 100%;
}


#top-nav {
	top: 0px;
	left: 0px;
	right: 0;
	z-index: 1000;
	background-color: #fff;
}


/* #top-nav li {border-right: 1px solid #000} */

/* #top-nav li:last-child {border-right: none;} */


#top-nav li:before {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background: #ccc;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
}

#top-nav li:first-child:before {
	width: 0;
}
















.inner-img-width-100 img {
	width: 100%
}

/* 让容器内全部img宽均为100% */










/*.inner-content为前台c页面内容容器 .ke-content为后台编辑器内容容器*/

.inner-content {
	letter-spacing: 0.5px;
	line-height: 200%;
}

.history_table {
	width: 90%;
	margin: auto;

}

.history_table img {
	width: auto;
}

.history_table th {

	font-size: 3rem;
	color: #1f46cf;
	font-style: italic;
	width: 28%;
}

.product-category,
.news-catalog,
.news-content {
	border-top: 5px solid #005bab;
}

/* .news-content #product-content p {text-indent: 2rem;} */

/* .news-content #product-content p[style] {text-indent: 0;} */


.news-catalog .single_news {
	border-bottom: 1px solid #e7e5f2;
}

.news-catalog img {
	width: 100%;
}

.news-catalog h2 a,
.news-content h1 {
	color: #005bab;
	text-decoration: none;
	line-height: 1.5;
	font-style: italic;
}

.news-content h1 {
	font-size: 1.5rem;
}

.news-catalog h2 a {
	font-size: 1.5rem;
}

.news-catalog .news-date,
.news-content .news-date {
	margin-bottom: .25rem;
	color: #727272;
	font-size: .85rem;
}

.news-content .news-date {
	font-size: inherit;
}

.news-catalog a {
	color: #000;
	text-decoration: underline;
}

.news-catalog p.detail:before {
	width: 9px;
	height: 9px;
	top: 9px;
	left: 2px;
}

.news-catalog .news-summary a {
	text-decoration: none;
}

.product-category p {
	letter-spacing: 1px;
	line-height: 200%;
}

.product-category a {
	text-decoration: none;
	font-size: 1.2rem;
	color: #000;
}

.product-category h1,
.product-category h2 {
	font-style: italic;
	font-weight: bold;
	color: #005bab;
}

.product-category .thumb img {
	width: 100%;
}

.product-category .catelog img {
	width: 100%;
}

.product-category .catelog img,
.product-category .catelog .label {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.product-category .catelog .label {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	/* background-image: url(../img/blue_transparent.png); */
	background-color: #005babc7;
	left: 0;
	font-size: 1.2rem;
	color: #fff;
	text-decoration: underline;
	opacity: 1.0;
	padding: 10px 0 10px 40px;
}

.product-category .catelog .label:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 20px;
	left: 20px;
}

.product-category .catelog:hover .label {
	opacity: 0.0;
}

.product-category .catelog:hover img {
	transform: scale(1.25);
	-ms-transform: scale(1.25);
	/* IE 9 */
	-moz-transform: scale(1.25);
	/* Firefox */
	-webkit-transform: scale(1.25);
	/* Safari 和 Chrome */
	-o-transform: scale(1.25);
	/* Opera */
}

.product-category .catelog .wrapper {
	overflow: hidden;

	position: relative;
}



p.detail {
	position: relative;
}

p.detail:hover {
	text-decoration: underline;
	cursor: pointer;
}

p.detail:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #005bab;
	border-right: 1px solid #005bab;
	position: absolute;
	top: 10px;
	left: 0;
	transform: rotate(45deg);
}

p.detail.opened::before {
	transform: rotate(-45deg);
	top: 12px;
}

p.detail.closed::before {
	transform: rotate(135deg);
	top: 7px;
}

#products-nav a {
	color: #000;
}

#products-nav a:hover {
	text-decoration: underline;
}

#products-nav>li {
	border-bottom: 1px solid #b6cbdf;
}

#products-nav li.current {
	background-color: #005bab;
}

#products-nav li.current>a {
	color: #fff;
}

#products-nav>li>a {
	font-weight: bold;
	position: relative;
	display: inline-block;
	max-width: 12rem;
}

#products-nav>li:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #005bab;
	border-right: 1px solid #005bab;
	transform: rotate(45deg);
	position: absolute;
	top: 22px;
	right: 20px;
}

#products-nav>li.current:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

#products-nav>li.opened:after {
	transform: rotate(-45deg);
	top: 26px;
}

#products-nav>li.closed:after {
	transform: rotate(135deg);
}

#products-nav>li.opened:after,
#products-nav>li.closed:after {
	cursor: pointer;
}


#products-nav ul {
	background-color: #e4e5f7;
}

footer {
	font-size: 15px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #e6dddd;
	text-decoration: none;
}

footer h5 {
	line-height: 1.5;
}

.foot_nav {
	float: left;
}

.foot_nav>li {
	font-weight: bold;
	padding-bottom: 1rem;
	font-size: 20px;
}

.foot_nav ul {
	padding-inline-start: 0;
	font-weight: normal;
	padding: 1rem 0;
	font-size: 12px;
}

img.inner-chevron {
	width: 12px !important;
	height: 12px !important;
	margin-right: 5px;
	vertical-align: baseline;
}

footer {
	letter-spacing: 1.2px;
}

footer h2 {
	font-size: 28px;
	margin-bottom: 0.5rem;
	font-weight: bold;
}

footer h3 {
	font-size: 20px;
	font-weight: bold;
}

footer h4 {
	font-size: 10px;
}

#logo_foot {
	width: 150px;
	margin-bottom: 1rem;
}

#foot_slogan {
	width: 70%;
}

#leave-msg {
	color: #1f46cf;
	background-color: #fff;
	font-size: 1.2rem;
	width: 150px;
	text-decoration: none;
}

#leave-msg:hover {
	background-color: #3b64f5;
	color: #fff;

}

#logo_foot,
#foot_slogan,
#leave-msg {
	display: block;
}

#cr_icp_pol {
	background-color: #000;
	font-size: 12px;
}

/* h2.content-title { */
/* font-size: 1.8rem; */
/* margin-bottom: 1.5rem; */
/* position: relative; */
/* color: #2046c6; */
/* font-weight: bold; */
/* } */

h2.content-title {

	margin-bottom: 1.5rem;
	position: relative;
	color: #005bab;
	font-weight: bold;
	font-style: italic;
}

h2.content-title:after {
	content: "";
	display: block;
	width: 20%;
	height: 1px;
	background: #00ab95;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
}

h3.content-title {
	font-size: 12px;
}

/*导航按钮*/
.nav_btn span {
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #1f46cf;
	position: absolute;
	left: 0px;
	top: 0;
	/* -webkit-transition:background-color 0.3s ease-out 0.1s;
    transition:background-color 0.3s ease-out 0.1s; */
}

.nav_btn span:after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #1f46cf;
	position: absolute;
	top: 8px;
	left: 0px;
	/* -webkit-transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
    transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
    transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
    transition:transform 0.3s ease-out,top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out; */
	transition: .2s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.nav_btn span:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #1f46cf;
	position: absolute;
	top: -8px;
	left: 0px;
	/* -webkit-transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
    transition:top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out;
    transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
    transition:transform 0.3s ease-out,top 0.5s ease 0.4s,-webkit-transform 0.3s ease-out; */
	transition: .2s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.nav_btn.click span {
	background-color: transparent;
}

.nav_btn.click span:before {
	/* -webkit-transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
    transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s; */
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
}

.nav_btn.click span:after {
	/* -webkit-transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
    transition: top 0.5s ease, -webkit-transform 0.3s ease-out 0.4s;
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s; */
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px;
}

#contact {
	font-size: .9rem
}

#contact th {
	/* width: 25%; */
	vertical-align: top;
	padding-left: 30px;
	position: relative;
}

/* #contact th::before {
    content: url(/img/location.svg);
    width: 20px;
    height: 20px;
	display: inline-block;
} */

/* #contact td {
	width: 75%;
} */

#contact th,
#contact td {
	border-top: none;
	padding-top: .25rem;
	padding-bottom: .25rem;
	/* padding-left: 0; */
}

#contact table img {
	width: 20px;
	height: 20px;
	position: absolute;
    left: 5px;
    top: 0.5rem;
    /* transform: translateY(-50%); */
}

#contact p {
	margin-bottom: 0;
	/* display: inline; */
}


table.product_specs {
	font-size: .9rem;
	width: 75%;
	margin: 2rem auto;
}

/* table.product_specs td, table.product_specs th {text-align: center;} */

.product_specs td,
.product_specs th {
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	text-align: center;
	vertical-align: middle;
}

.pages a {
	text-decoration: none;
	vertical-align: middle;
	position: relative;
	color: #005bab;
	margin: .75rem;
	display: inline-block;
}

.pages .this {
	font-size: 1.5rem;
	font-weight: bold;
}

a.first-page:before {
	content: "";
	display: block;
	height: 16px;
	border-right: 2px solid #005bab;
	position: absolute;
	top: 5px;
	left: -12px;
}

a.first-page:after,
a.previous-page:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #005bab;
	border-right: 2px solid #005bab;
	position: absolute;
	top: 8px;
	left: -8px;
	transform: rotate(-135deg);
}

a.last-page:before {
	content: "";
	display: block;
	height: 16px;
	border-right: 2px solid #005bab;
	position: absolute;
	top: 5px;
	left: 20px;
}

a.last-page:after,
a.next-page:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #005bab;
	border-right: 2px solid #005bab;
	position: absolute;
	top: 8px;
	left: 8px;
	transform: rotate(45deg);
}





@media screen and (min-width: 992px) {
	#navtext .level-1-nav>li.no-sub:hover>a::before {
		width: 100%;
	}

	#navtext .level-1-nav>li.no-sub.current>a::before {
		width: 100%;
	}

	#in_banner .phone {
		display: none;
	}

	#msg_form {
		margin: auto 5rem;
	}
}

@media (min-width: 1000px) and (max-width: 1199px) {
	#navtext .level-1-nav>li {
		padding: 0 10px;
	}

	#navtext .sub_nav {
		left: calc(-100% - (100vw - 550px) / 2);
	}
}



@media (max-width: 991.98px) {
	#navtext {
		background-color: #1f45cc;
		top: 65px;
		position: absolute;
		left: 100%;
		z-index: 10;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
		overflow: hidden;
		display: none;
	}

	#navtext>ul {
		padding-bottom: 20rem;
	}

	#navtext a {
		color: #fff;
		font-size: 1.2rem;
	}

	#navtext .with-sub>a {
		width: 75%;
		float: left;
		position: relative;
	}

	#navtext .level-1-nav>li.with-sub.current>a {
		color: #fff;
	}

	#navtext>ul>li {
		border-bottom: 1px solid #5d5ce8;
	}

	#navtext .level-1-nav>li {
		padding: 0;
	}

	#navtext ul li.with-sub .mnav-chevron:after {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		right: 30%;
	}

	#navtext ul li.with-sub .mnav-chevron.closed:after {
		transform: rotate(135deg);
		top: 25px;
	}

	#navtext ul li.with-sub .mnav-chevron.opened:after {
		transform: rotate(-45deg);
		top: 30px;
	}



	#navtext .sub_nav {
		position: static;
		width: 100%;
		float: left;
		display: none;
		overflow: hidden;
		background-color: #363465;
	}

	#navtext .sub_nav li p {
		font-size: 1rem;
		padding-left: 15px;
	}

	#navtext .sub_nav li p:before {
		width: 7px;
		height: 7px;
	}
}



@media (max-width: 575.98px) {

	#prod_disp .bx-wrapper .bx-prev,
	#technical_features_wrapper .bx-wrapper .bx-prev {
		margin-left: 100px;
	}

	#prod_disp .bx-wrapper .bx-next,
	#technical_features_wrapper .bx-wrapper .bx-next {
		margin-right: 100px;
	}


	#top-nav li:before {
		width: 0;
	}


	.text3d {
		font-size: 3rem;
	}


	/* #top-nav {background-color: #000; } */


	.news-catalog h2 a,
	.news-content h1 {
		font-size: 1.5rem;
	}




	h2 {
		font-size: 2rem
	}

	.inner-content img {
		width: 100%;
	}

	footer #foot-nav p.sub a {
		display: inline;
	}

	footer #foot-nav p {
		margin-bottom: 1rem;
	}

	footer table th {
		width: 40%;
	}
}


@media (max-width: 374.98px) {

	/* footer h5 {font-size: 2rem;} */
	footer .logo {
		width: 75%;
		height: 75%;
		margin: 5px 0;
	}

	.text3d {
		font-size: 2.5rem;
	}

}



@media (min-width: 576px) and (max-width: 768px) {
	#in_banner div.text-center {
		font-size: 4rem;
		height: 100px;
	}
}

@media (min-width: 768px) {

	.history_table p {
		padding: 1rem;
		vertical-align: top;
		margin-bottom: 0;
	}

	/* .top_slider .swiper-wrapper.phone {display: none;} */
}

@media (max-width: 768px) {
	.home_title h2 {
		font-size: 2rem;
	}

	.home_title h3 {
		font-size: 1rem;
	}

	.product-category h1 {
		font-size: 1.5rem;
	}

	.product-category p {
		font-size: 1rem;
	}

	.product-category .catelog .label {
		height: 30px;
		font-size: 0.7rem;
		padding: 7px 0px 7px 20px;
		background-color: #005bab;
	}

	.product-category .catelog .label::before {
		top: 13px;
		left: 7px;
		width: 5px;
		height: 5px;
	}

	h2.content-title:after {
		width: 50%;
	}

	.history_table img {
		width: 100%;
		margin-bottom: 10px;
		height: auto;
	}

	.history_table th {
		font-size: 1.5rem;
	}

	.history_table {
		width: 100%;
	}

	#in_banner .desk {
		display: none;
	}





	#home_last2 p:before {
		left: 26%;
	}


	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 20px;
	}

	#home_last2 p {
		font-size: 1.2rem;
	}

	footer h2 {
		font-size: 20px;
	}

	#product-content img {
		width: 100%;
		height: auto;
	}


	#goTop {
		right: 20px;
		bottom: 20px;
	}

	footer {
		background-size: auto 100%;
	}

}

@media (max-width: 767.98px) {

	#foot_nav1 {
		padding-left: 0;
	}

	/* .top_slider .swiper-wrapper.desk {display: none;} */

	#msg_form img {
		right: 1.5rem;
		bottom: 2.5rem;
		height: 26px;
	}
}