@charset 'utf-8';

.con_contactus {
	/* background: #f7f7f7; */
	/* padding: 60px 0; */
}

.text-center {
	text-align: center
}

input[type=submit] {
	transition: all .3s !important
}

input,
textarea {
	outline: none
}

.col-md-4,
.col-sm-6,
.col-md-8,
.col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.col-sm-6,
	.col-sm-12 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-6 {
		width: 50%
	}
}

@media (min-width: 992px) {
	.col-md-4,
	.col-md-8 {
		float: left
	}
	.col-md-8 {
		width: 66.666666666667%
	}
	.col-md-4 {
		width: 33.333333333333%
	}
}

.paddTop15 {
	padding-top: 15px
}

.paddBottom30 {
	padding-bottom: 30px
}

.paddBottom65 {
	padding-bottom: 65px
}

.paddBottom90 {
	padding: 30px;
}

@media (max-width: 960px) {
	.paddBottom90 {
		padding: 0;
	}
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none
}

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: #ddd
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em
}

.wp-block-post-comments .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

:where(.wp-block-post-comments input[type=submit]) {
	border: none
}

@supports (position: sticky) {}

@supports (-webkit-overflow-scrolling:touch) {}

:where(.wp-block-file__button) {
	border-radius: 2em;
	padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {}

.wp-block-image :where(.has-border-color) {
	border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
	border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
	border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
	border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
	border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
	border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
	border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
	border-left-style: solid
}

ul {
	box-sizing: border-box
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
	text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
	text-decoration: none
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
	padding: .5em 1em
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	font-style: normal;
	font-weight: 100;
	line-height: .68;
	margin: .05em .1em 0 0;
	text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: .1em
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
	font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
	font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
	font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
	line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
	font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
	letter-spacing: inherit
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
	margin-bottom: 1em;
	padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
	font-size: 1.125em;
	text-align: right
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: .375em .625em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: .125em .5em
}

:where(pre.wp-block-verse) {
	font-family: inherit
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
	border-style: solid
}

html :where([style*=border-top-color]) {
	border-top-style: solid
}

html :where([style*=border-right-color]) {
	border-right-style: solid
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

html :where([style*=border-left-color]) {
	border-left-style: solid
}

html :where([style*=border-width]) {
	border-style: solid
}

html :where([style*=border-top-width]) {
	border-top-style: solid
}

html :where([style*=border-right-width]) {
	border-right-style: solid
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

html :where([style*=border-left-width]) {
	border-left-style: solid
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width: 600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px
	}
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

input,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

textarea {
	overflow: auto
}

body {
	color: #000;
	background: #fff;
	font-style: normal
}

i {
	font-style: italic
}

img {
	height: auto;
	max-width: 100%
}


textarea {
	padding-left: 3px;
	width: 100%
}

a {
	color: #4169e1
}

a:focus,
a:hover {
	color: #191970
}

a:focus {
	outline: thin dotted
}

a:hover {
	outline: 0
}

::selection {
	color: #fff;
	background: #0274be
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body:not(.logged-in) {
	position: relative
}

.top_liand{font-size:16px;color:#666;line-height:1.8}
.auto_liand{margin:50px 0;}
.auto_liand ul{display:flex;justify-content: space-between;flex-wrap: wrap;}
.auto_liand ul li{/* width:20%; */text-align: center;transition: transform 0.5s ease;padding:30px;}
.auto_liand ul li img{max-width:100%;}
.auto_liand ul li h3{font-size: 20px;color: #000;margin: 20px 0 15px;font-weight: bold;}
.auto_liand ul li p{font-size: 16px;color: #666;}
.auto_liand ul li:hover {box-shadow:0 0 15px 0 #ddd;}
.auto_liand ul li:hover h3{color:#e2141e}
.auto_liand ul li:hover p{color:#e2141e}
.xinfan{transition: transform 0.5s ease;}
.auto_liand ul li:hover .xinfan{transform: scale(0.8) rotateY(360deg);}
.bott_liand{padding:20px;background:#f8f8f8;}
.bott_liand h3{font-size:20px;color: #000;margin-bottom: 5px;}
.bott_liand p{font-size:16px;color:#666;}
.img_cawa{overflow:hidden;}
.bott_liand img{max-width:100%;transition: transform 0.5s ease;}
.bott_liand img:hover{transform: scale(1.1);}
.tuoxie{margin-top:30px;}
@media(max-width: 991px) {
	.responsiveMargin {
		margin-top: 30px
	}
	
	
	.auto_liand ul li {
   width: 48%;
    text-align: center;
    transition: transform 0.5s ease;
    padding: 15px;
}

.bott_liand p {
    font-size: 14px;
    color: #666;
}


.bott_liand h3 {
    font-size: 17px;
    color: #000;
    margin-bottom: 15px;
}

.auto_liand ul li h3 {
    font-size: 16px;
    color: #000;
    margin: 20px 0 15px;
    font-weight: bold;
}

.auto_liand ul li p {
    font-size: 14px;
    color: #666;
}
}

@media(max-width: 479px) {
	.MTcontactPageForm {
		padding: 30px 10px
	}

	.MTnameField,
	.MTemailField {
		margin-bottom: 30px
	}
}

@media (max-width:960px) {
	.con_contactus {
		padding: 0 15px;
	}
	.MTcontactPageForm .FormTitle h2 {
	    font-size: 20px;
	}
	
	.top_liand {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
}