@charset "UTF-8";

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 76%;
	}
}

.custom-mar-20 {
    margin-right: -10px;
    margin-left: -10px;
}


/*面包屑导航*/
.page-banner nav {
	border-bottom: 1px solid #eaeaea;
}

.breadcrumb {
	font-size: 14px;
	height: 80px;
	line-height: 80px;
	padding: .5rem 0px;
	margin-bottom: 0px;
	background: none;
}

.breadcrumb i {
	margin-right: .5rem;
	color: #000;
}

.breadcrumb li a {
	color: #312a29;
	text-transform: uppercase;
}

.breadcrumb-item.active {
	color: #312a29;
}

/*内页banner*/
.pb-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	height: 200px;
}

.pb-cover::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

.pb-cover_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pb-cover_title {
	color: #ffffff;
	font-size: 40px;
}

.p-cover_sub {
	color: #ffffff;
}

/*内页主体内容*/
.page-conent .container {
	/* box-shadow: 0px 0px 10px #e5e5e5; */
	margin: 30px auto;
	padding: 40px 20px;
}

.page-conent h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

.page-conent h4.pageContentTitle {
	margin-bottom: 30px;
	font-size: 32px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d4d4d4;
}

.page-conent.pagedetail p {
	font-size: inherit;
	line-height: 2;
	margin-bottom: 10px;
}

.page-conent .WrapCon{
    display: flex;
}

.page-conent .innerImg{
    text-align: center;
}

.page-conent .contactTitle{
     font-size:36px;
    line-height: 1.18;
    color: #055699;
    font-style: normal;
    font-weight: 800;
    text-transform: normal;
    margin-bottom: 40px;
}

/*栏目导航*/

.page-nav ul.nav {
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
}

.page-nav ul.nav .nav-item {
	margin: 0 2rem;
}

.page-nav ul.nav .nav-link {
	font-size: 18px;
	padding: 1em 2.5rem;
	color: #3c2f2f;
	border-bottom: 2px solid #fff;
}

.page-nav ul.nav .nav-link:hover,
.page-nav ul.nav .nav-link.active {
	color: #049645;
	border-bottom: 2px solid #049645;
}

.page-nav ul.nav .nav-link.active {
	font-weight: bold;
}

.product-pagenav ul.nav {
	background-color: #eeeeee;
}

.product-pagenav ul.nav .nav-link {
	border-bottom: 2px solid #eeeeee;
	/*text-transform: uppercase;*/
}

.product-pagenav ul.nav .nav-link:hover,
.product-pagenav ul.nav .nav-link.active {
	border-bottom: 2px solid #049645;
}


/*新闻资讯*/
.newslist {
	margin-top: 50px;
}

.newslist .news-inner {
	margin-bottom: 3rem;
}

.news-inner .card-body {
	background-color: #fff;
	padding: 1.2rem 2rem 1.5rem 2rem;
}

.news-inner .btn {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.25rem;
	padding: .96875rem 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	background-color: #004990;
	color: #fff;
	width: 160px;
	text-align: center;
	border-radius: 1.625rem;
}

.news-inner .btn:hover,
.news-inner .btn:focus {
	background-color: #004990;
	color: #fff;
	border: 1px solid #004990;
	box-shadow: none !important;
}


.news-inner .card-title {
	font-size: 2rem;
	min-height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: transform .3s;
}

.news-inner .card-text {
	color: #585858;
	font-size: 13px;
	margin-bottom: 60px;
	line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition: transform .3s;
}

.news-inner span.time {
	color: #585858;
	font-size: 14px;
	display: block;
	padding-bottom: 6px;
	transition: transform .3s;
}

.news-inner .col-lg-4 {
	padding: 0px 45px;
}

.news-inner .card-title {
	transition: transform .3s;
}

.news-inner .card-img {
	border-radius: 0px;
	overflow: hidden;
	padding: 0px;
	height: 300px;
	object-fit: fill;
}

.news-inner img {
	width: 100%;
	transition: transform .3s;
}

.news-inner:hover .card-title {
	color: #004990;
}

.news-inner:hover span.time,
.news-inner:hover .card-text {
	color: #adadad;
}

.news-inner:hover img {
	transform: scale(1.1);
}

/*产品列表页*/
.prolist .container {

}

.pro-subnav .p-page-header h1 {
	text-transform: uppercase;
	font-size: 32px;
}

.pro-subnav ul {
	margin-bottom: 0;
	width: 100%;
	overflow: hidden;
}

.pro-subnav>ul {
	border-top: 1px solid #dedede;
}

.pro-subnav li {
	list-style-type: none;
	font-size: 16px;
	margin-top: -1px;
	font-weight: bold;
}

.pro-subnav li a {
	background: #fff;
	border: 1px solid #dedede;
	display: block;
	height: 60px;
	line-height: 1.5;
	padding: 17px 30px;
	position: relative;
	transition: padding 0.2s ease;
	color: #000;
}


.pro-subnav li a::before {
	content: "";
	width: 3px;
	height: 100%;
	transition: left 0.2s ease;
	position: absolute;
	top: -1px;
	left: -4px;
	z-index: 1;
	background: #049645;
}
.pro-subnav li a:hover{
    color:#049645;
}

.pro-subnav li a:hover::before {
	left: -1px;
}


.pro-subnav li a.active{
    color:#049645;
    background: #0496450d;
}

.pro-subnav li a.active::before{
    left: -1px;
}

.pro-subnav ul.submenu li a {
	height: 52px;
	padding: 14px 20px 14px 45px;
	font-size:15px;
}


.pro-subnav ul.submenu li.active a{
    color:#049645;
        background: #0496450d;
}

.pro-subnav ul.submenu li.active a::before{
   left: -1px;
}

.prolist-content {
	margin-top: 55px;
}

.prolist-content .procon {
	margin-top: 5rem;
}

.prolist-content .card {
	border-radius: 0px;
	margin-bottom: 4rem;
	padding: 1rem 0px;
}

.prolist-content .card-pic {
	width: 100%;
	height: 200px;
	overflow: hidden;
	text-align: center;
}

.prolist-content .card:hover {
	-webkit-box-shadow: 0 2px 4px 0 rgba(26, 26, 26, 0.16);
	box-shadow: 0 2px 4px 0 rgba(26, 26, 26, 0.16);
}

.prolist-content .card-body {
	text-align: center;
	padding: 1rem .75rem .8125rem;
}

.prolist-content .card-title {
	display: block;
	color: #181818;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.1875rem;
	text-transform: uppercase;
}

.prolist-content .card-pic img {
	width: auto;
	height: 100%;
}


/*产品详情页*/
.prodetail-content {}

.prodetail-content .pro-intro {}

.prodetail-content .pro-info__title h1 {
	font-size: 2.5rem;
	padding-bottom: .3125rem;
}

.prodetail-content .pro-info__title p {
	margin: 0;
	color: #454545;
	font-size: 1rem;
	line-height: 1.25rem;
	padding-bottom: .4375rem;
}

.prodetail-content .pro-pic {
	position: relative;
}

.prodetail-content .pro-pic img {
	border: 1px solid #d3d3d3;
}

.prodetail-content .pro-resources {
	max-height: 450px;
	overflow: hidden;
}


.prodetail-content .linkbtn{
    width: 180px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    background: #004990;
    border: 1px solid #004990;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    outline: 0;
    color: #fff;
    margin-top: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 3;
    font-weight: 700;
    display: inline-block;
}

.prodetail-content .pro-resources h5{
	margin-bottom:10px;
	font-size:16px;
}


.prodetail-content .pro-resources h5 a{
	color:#000;
	text-decoration: underline;
}

.prodetail-content .pro-resources h6 {
    font-weight: bold;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    font-size: 16px;
}

.prodetail-content .pro-resources p {
	line-height: 1.1;
	margin-bottom: .5rem;
}

.prodetail-content .pro-view-wrap {}

.prodetail-content .proviews_nav {
	margin-top: 3rem;
}

.proviews_nav .nav-tabs .nav-link {
	font-size: 1.2rem;
	color: #000;
	border-radius: 0px;
	background-color: #F1F2F2;
	border-top: 1px solid #E8EAF0;
	border-right: 1px solid #fff;
	padding: 1rem 4rem;
}

.proviews_nav .nav-tabs .nav-link:nth-child(3) {
	border-right: 1px solid #dee2e6;
}

.proviews_nav .nav-tabs .nav-item.show .nav-link,
.proviews_nav .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #049645 #dee2e6 #fff;
	border-top-width: 2px;
}

.prodetail-content .tab-content {
	border: 1px solid #e8eaf0;
	border-top: none;
	padding: 40px 40px;
	min-height: 400px;
}

/*blog*/
.bloglist .card-pic {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.bloglist .card-pic img {
	max-width: 100%;
	transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
	width: 200px;
	-o-object-fit: cover;
	object-fit: cover;

}

.bloglist a .card-title{
    color:#000;
}


.bloglist a:hover .card-title{
    color:#049645;
}

.bloglist .card-pic:hover img {
	transform: scale3d(1.1, 1.1, 1.1);
}


/*常见问题*/
.faqs-list {}

.faqs-list h2,
.faqs-list .btn-link {
	color: #000;
	text-decoration: none !important;
}

.faqs-list .card-header {
	background-color: #f1f1f1;
}

/*联系我们*/
.pc-title p {
	margin-bottom: 0rem;
	line-height: 1.8;
}

.contact_map {
	overflow: hidden;
	background: #f1f1f1;
}

.contact_map .amap-container {
	height: 100% !important;
}

.contact_map,
.contact_form_wrapper {
	margin-top: 2rem;
}

.contact_form_wrapper .leave_comment .form-group {
	margin-bottom: 20px;
	padding: 0 0 0 20px;
}

.contact_form_wrapper .leave_comment .form-group input,
.contact_form_wrapper .leave_comment .form-group textarea {
	background: transparent;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	height: 46px;
	padding: 0 20px;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	width: 100%;
	color: #333146;
	font-size: 14px;
	font-weight: 400;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact_form_wrapper .leave_comment .form-group textarea {
	height: 170px;
	padding-top: 15px;
}

.contact_form_wrapper .leave_comment .submit-btn button {
	width: 200px;
	height: 60px;
	padding: 0 40px;
	font-size: 14px;
	font-weight: 500;
	background: #004990;
	border: 1px solid #004990;
	border-radius: 30px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	z-index: 1;
	outline: 0;
	color: #fff;
	margin-top: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 1.2rem;
	line-height: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
}



.teamlist {
	margin-bottom:80px;
}

.teamlist .col-xl-4{
	margin-bottom:40px;
}


/*----------------------------------------*/
/*  06. Services
/*----------------------------------------*/
.tp-services {
	padding: 42px 20px 45px 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tp-services {
		padding: 27px 20px 30px 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tp-services {
		padding: 12px 25px 12px 25px;
	}
}

@media (max-width: 767px) {
	.tp-services {
		text-align: center;
	}
}

.tp-services-icon {
	width: 75px;
	margin-right: 25px;
	float: left;
	margin-top: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tp-services-icon {
		float: inherit;
		margin-right: 0px;
		margin-bottom: 25px;
	}
}

.tp-services-icon i {
	font-size: 48px;
	line-height: 1;
}

.tp-services-text-link {
	display: inline-flex;
	align-items: center;
}

.tp-services-text-link a {
	font-size: 16px;
	font-weight: 500;
}

.tp-services-text-link a:hover {
	color: #01AF63;
	padding-left: 5px;
}

.tp-services-text-link i {
	font-size: 16px;
	transform: translateY(2px);
	display: inline-block;
	margin-right: 2px;
	line-height: 1;
}

.tp-services:hover .tp-services-icon i {
	animation-name: wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.tp-services-area.pt-130 {
		padding-top: 60px;
	}
}

.tp-services-text a {
	overflow: hidden;
	display: block;
}

.tp-services-text-title {
	font-size: 21px;
}

@media (max-width: 767px) {
	.tp-services-text-title {
		font-size: 22px;
	}
}

.tp-service-two-title {
	font-size: 24px;
	color: #09150f;
}

.tp-service-two-title:hover {
	color: #01AF63;
}

.tp-service-two-img {
	position: relative;
}

.tp-service-two-img-box {
	box-shadow: 0px 0px 24px 0px rgba(30, 33, 62, 0.19);
	display: inline-block;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	border-radius: 50%;
	border: 10px solid #ffffff;
	position: relative;
	overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tp-service-two-img-box {
		height: inherit;
		width: inherit;
	}
}

.tp-service-two-img img {
	object-fit: cover;
}

.tp-service-two-content span {
	font-size: 16px;
	color: #626664;
	font-weight: 500;
	display: block;
}

.tp-service-two:hover .tp-service-two-img-box:before {
	transform: scale(1);
}

.tp-service-two:hover img {
	transform: scale3d(1.1, 1.1, 1.1);
}

.tp-service-two-icon-wrapper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	z-index: 1;
}

.tp-service-two-icon-wrapper ul {
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 3;
}

.tp-service-two-icon-wrapper ul li {
	margin-bottom: 9px;
	list-style: none;
}

.tp-service-two-icon-wrapper ul li:last-child {
	margin-bottom: 0px;
}

.tp-service-two-icon-wrapper ul li a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #ffffff;
	background: #01AF63;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 5px;
}

.tp-service-two-icon-wrapper ul li a:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0%;
	background: #075f33;
	z-index: -1;
	transform: rotate(90deg);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.tp-service-two-icon-wrapper ul li a:hover:before {
	width: 100%;
}

.tp-service-two-icon-wrapper ul li a:hover i {
	transform: rotate(360deg);
}

.tp-service-two-icon {
	display: inline-block;
}

.tp-service-two-icon .share-icon {
	height: 60px;
	width: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	background: #01AF63;
	color: #ffffff;
	border-radius: 50%;
}

.tp-service-two-icon .share-icon:hover {
	color: #09150f;
	background: #ffffff;
}

.tp-service-two-icon:hover ul {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	height: inherit;
	overflow: inherit;
	margin-bottom: 13px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.tp-service-two-icon:hover ul {
		margin-bottom: 5px;
	}
}



/*新闻详情*/
.page-detail .index-latest {
	background-color: #fdfaf6;
}

.page-detail .index-newslist {
	background: none;
	padding: 0px;
}

.page-detail .index-newslist .screen-title h2 {
	text-align: center;
	padding: 3rem 0px;
}

.news_show {
	padding-top: 70px;
}

.news_show h1 {
	font-size: 1.8rem;
	color: #000;
	text-align: center;
}
.news_show p.time {
    text-align: center;
}
.news_show p {
	font-size: 1rem;
	color: #049645;
}

.news_show>span {
	border-bottom: 1px solid #ddd;
	display: block;
	padding-bottom: 0.625rem;
	margin-bottom: 3rem;
	margin-top: 2%;
	font-size: 1rem;
	text-align: left;
}

.news_show .new_content {
	border-top: 1px solid #ebe6e0;
	background-color: #fff;
	font-size: 1.125rem;
	line-height: 2.25rem;
	padding: 3.125rem 0px;
}
.news_show .new_content table{
    width:100%!important;
}

.news_show p {
	font-size: 1.125rem;
	line-height: 2.25rem;
}

.news_show .prenext {
	margin-top: 3.75rem;
	text-align: center;
	overflow: hidden;
}


.news_show .prenext p {
	font-weight: bold;
}

.news_show .prenext a {
	display: inline-block;
	margin: 0 auto;
	cursor: pointer;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 20px;
	min-width: 100px;
	font-size: 15px;
	color: #666;
}

.news_show .prenext a span {
	font-size: 18px;
	margin-right: 10px;
}

.news_show .prenext a em {
	font-style: normal;
	font-size: 18px;
}

.news_show .prenext a:hover {
	background: #00498E;
	border-color: #00498E;
	color: #fff;
}

.news_show .prenext a:hover span {
	color: #fff;
}

.news_show .prenext .pre {
	float: left;
}

.news_show .prenext .next {
	float: right;
}

.news_show .tags {
	font-weight: 500;
	clear: both;
	text-align: left;
	margin-top: 20px;
}

.news_show .tags a {
	color: #666;
	margin-left: 15px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 4px 10px;
	font-weight: normal;
	font-size: 14px;
}

.news_show .tags a:hover {
	background: #000000;
	border-color: #000000;
	color: #fff;
}


/*分页*/
.pager {
	margin-top: 4rem;
	text-align: center;
	margin-bottom:6rem;
}

.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: bottom
}

.pagination li {
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 4px
}

.pagination a {
	color: #333;
	padding: 8px 12px;
	line-height: 18px;
	display: block;
	font-size: 20px;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.pagination .disabled a:link,
.pagination .disabled a:visited,
.pagination .disabled a:hover {
	cursor: not-allowed;
	pointer-events: none;
	color: #ddd
}

.pagination .active {
	pointer-events: none
}

.pagination .active,
.pagination a:hover {
	background: #cfa972;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.pagination-group {
	border-right: solid 1px #ddd;
	border-radius: 4px
}

.pagination-group li {
	float: left;
	border-right: 0;
	border-radius: 0
}

.pagination-group li:not(:first-child):not(:last-child) {
	border-radius: 0
}

.pagination-group li:first-child {
	border-radius: 4px 0 0 4px
}

.pagination-group li:last-child {
	border-radius: 0 4px 4px 0
}

.pagination-group .active,
.pagination-group a:hover {
	background: #00498E;
	border-radius: 0;
	color: #fff;
}

.pagination-big a {
	padding: 10px 16px;
	font-size: 16px
}

.pagination-small a {
	padding: 5px 10px;
	font-size: 12px
}

.pagination.border-main .active a,
.pagination.border-sub .active a,
.pagination.border-dot .active a,
.pagination.border-black .active a,
.pagination.border-gray .active a,
.pagination.border-red .active a,
.pagination.border-yellow .active a,
.pagination.border-blue .active a,
.pagination.border-green .active a {
	color: #fff
}



/*----------------------------------------*/
/*  Inquiry
/*----------------------------------------*/
.tp-contact-info {
  display: flex; }
  .tp-contact-info-icon {
    min-width: 60px; }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
      .tp-contact-info-icon {
        min-width: 35px; } }
    .tp-contact-info-icon i {
      font-size: 42px;
      color: #01AF63;
      line-height: 1;
      transform: translateY(4px); }
      @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
        .tp-contact-info-icon i {
          font-size: 24px; } }
  .tp-contact-info-text p,
  .tp-contact-info-text a {
    font-size: 16px;
    color: #626664;
    line-height: 27px;
    display: block;
    margin-bottom: 0px; }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
      .tp-contact-info-text p br,
      .tp-contact-info-text a br {
        display: none; } }

.tp-contact-info-title {
  font-size: 24px;
  color: #09150f; }

.tp-contact-form-field input,
.tp-contact-form-field select,
.tp-contact-form-field textarea {
  color: #7f8080;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 70px;
  background: #ffffff;
  font-weight: 400;
  border: 1px solid #dfe0e5;
  outline: none;
  padding: 0px 20px;
  width: 100%;
  border-radius: 4px; }
  .tp-contact-form-field input::-moz-placeholder, .tp-contact-form-field input::placeholder,
  .tp-contact-form-field select::-moz-placeholder,
  .tp-contact-form-field select::placeholder,
  .tp-contact-form-field textarea::-moz-placeholder,
  .tp-contact-form-field textarea::placeholder {
    color: #7f8080;
    font-weight: 400;
    font-size: 16px;
    opacity: 1; }

.tp-contact-form-field textarea {
  height: 200px;
  padding: 20px; }

.tp-contact-form-field.select-field-arrow::after {
  color: #7f8080; }

@media (max-width: 767px) {
  .tp-contact-area h2 br {
    display: none; } }

.tp-contact-map iframe {
  width: 100%;
  height: 600px; }

.tp-contact-form-field .theme-btn {
    width: 180px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    background: #004990;
    border: 1px solid #004990;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    outline: 0;
    color: #fff;
    margin-top: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 3;
    font-weight: 700;
    display: inline-block;
}

.tp-contact-form-title{
    font-size:24px;
    margin-bottom:20px;
}



@media only screen and (max-width: 2560px) {}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1660px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width:1360px) {}

@media only screen and (max-width:1280px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 960px) {}

@media only screen and (max-width: 768px) {
    .pro-subnav{
        display: none;
    }
    .page-conent .container {
        margin: 20px auto;
        padding:20px 20px;
    }
    .prodetail-content .pro-info__title h1 {
        font-size: 1.4rem;
        font-weight: bold;
    }
    .prodetail-content .pro-resources{
        margin-top:30px;
    }
    .proviews_nav .nav-tabs .nav-link {
        font-size: 1rem;
        padding: 1rem 2rem;
    }
    
}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 375px) {}