* {
	list-style: none;
	outline: none !important;
}
ul, p {
	margin: 0;
	padding: 0;
}
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 appearance: none;
 margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
 input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 -webkit-transition: background-color 5000s ease-in-out 0s;
 transition: background-color 5000s ease-in-out 0s;
}



::-moz-selection {
 text-shadow: none;
 color: #fff;
 background: #232323;
}
::selection {
	text-shadow: none;
	color: #fff;
	background: #232323;
}



::-webkit-input-placeholder {
 color: #7f7f7f !important;
 opacity: 1 !important;
}



::-moz-placeholder {
 color: #7f7f7f !important;
 opacity: 1 !important;
}



:-ms-input-placeholder {
 color: #7f7f7f !important;
 opacity: 1 !important;
}



::placeholder {
 color: #7f7f7f !important;
 opacity: 1 !important;
}
iframe {
	width: 100%;
	height: 347px;
	border: 0px;
	overflow: hidden;
}
button:focus, input:focus, select:focus, textarea:focus {
	outline: none !important;
}
.form-control {
	box-shadow: none;
	outline: none;
	border: 0px;
	border-radius: 0px;
	height: 52px;
	padding: 0px 20px;
}
.form-control:hover, .form-control:focus, .form-control:active {
	box-shadow: none;
	outline: none;
	border: 0px;
}
textarea.form-control {
	height: 250px;
	padding: 30px 20px;
}
.btn, .btn:hover, .btn:focus, .btn:active {
	box-shadow: none;
	outline: none;
	border: 0px;
	border-radius: 0px;
}
button, button[type=submit], input[type=submit] {
	border: none;
	background-color: transparent;
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #232323;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}
a:hover, a:active, a:focus {
	color: #ff1800;
	text-decoration: none;
	outline: none !important;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}
input, select, textarea {
	text-decoration: none;
	outline: none !important;
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
	padding: 0px 20px;
	color: #232323;
	position: relative;
	margin-bottom: 30px;
}
select {
	margin-bottom: 0;
	width: 100%;
}
input:hover, input:focus, input:active {
	text-decoration: none;
	outline: none !important;
	border: 1px solid #fff;;
	box-shadow: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0;
	padding: 0;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}
h1, h2, h3, h4, h5, h6 {
	color: #232323;
}
p {
	color: #7f7f7f;
	line-height: 1.6;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 14px;
}
body {
	overflow-x: hidden !important;
	font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun', "Quicksand", sans-serif;
	background-color: #fff;
}
/* ************************

 *

 * 1.2: Paddings

 *

 * ********************* */
.psize {
	font-size: 24px;
}

@media only screen and (min-width: 0px) and (max-width: 1400px) {
.psize {
	font-size: 20px;
}
.pe-7s-menu {
	font-size: 26px;
}
}
.pl-120 {
	padding-left: 120px;
}

@media only screen and (min-width: 0px) and (max-width: 1400px) {
.pl-120 {
	padding-left: 15px;
}
}
.pr-120 {
	padding-right: 120px;
}

@media only screen and (min-width: 0px) and (max-width: 1400px) {
.pr-120 {
	padding-right: 15px;
}
}
.pr-0 {
	padding-right: 0;
}
.pb-10 {
	padding-bottom: 10px;
}
.pt-40 {
	padding-top: 40px;
}

@media only screen and (max-width: 991px) {
.pt-40 {
	padding-top: 20px;
}
}
.pb-40 {
	padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
.pb-40 {
	padding-bottom: 20px;
}
}
.pt-50 {
	padding-top: 50px;
}

@media only screen and (max-width: 991px) {
.pt-50 {
	padding-top: 30px;
}
}
.pb-50 {
	padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
.pb-50 {
	padding-bottom: 30px;
}
}
.pb-60 {
	padding-bottom: 60px;
}

@media only screen and (max-width: 991px) {
.pb-60 {
	padding-bottom: 40px;
}
}
.pb-70 {
	padding-bottom: 70px;
}

@media only screen and (max-width: 575px) {
.pb-70 {
	padding-bottom: 50px;
}
}
.pt-80 {
	padding-top: 80px;
}

@media only screen and (max-width: 991px) {
.pt-80 {
	padding-top: 60px;
}
}
.pb-80 {
	padding-bottom: 80px;
}

@media only screen and (max-width: 991px) {
.pb-80 {
	padding-bottom: 60px;
}
}

@media only screen and (max-width: 575px) {
.pb-80 {
	padding-bottom: 40px;
}
}
.pt-88 {
	padding-top: 88px;
}

@media only screen and (max-width: 991px) {
.pt-88 {
	padding-top: 60px;
}
}

@media only screen and (max-width: 479px) {
.pt-88 {
	padding-top: 40px;
}
}
.pb-90 {
	padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
.pb-90 {
	padding-bottom: 70px;
}
}

@media only screen and (max-width: 479px) {
.pb-90 {
	padding-bottom: 50px;
}
}
.pb-100 {
	padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
.pb-100 {
	padding-bottom: 80px;
}
}

@media only screen and (max-width: 479px) {
.pb-100 {
	padding-bottom: 60px;
}
}
.pt-120 {
	padding-top: 120px;
}

@media only screen and (max-width: 991px) {
.pt-120 {
	padding-top: 100px;
}
}

@media only screen and (max-width: 575px) {
.pt-120 {
	padding-top: 80px;
}
}
.pb-120 {
	padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
.pb-120 {
	padding-bottom: 100px;
}
}

@media only screen and (max-width: 575px) {
.pb-120 {
	padding-bottom: 80px;
}
}
.pt-107 {
	padding-top: 107px;
}
/* ************************

 *

 * 1.3: Common

 *

 * ********************* */

.btn.btn-primary {
	position: relative;
	padding: 0;
	background-color: transparent;
	color: #232323;
	font-size: 16px;
	font-weight: 500;
	z-index: 9;
}
.btn.btn-primary:before {
	content: "3";
	position: absolute;
	bottom: 3px;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #FF9F9F;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: -1;
}
.btn.btn-primary:hover:before {
	height: 8px;
	background-color: #FF7171;
}
.btn.btn-primary:focus, .btn.btn-primary:not(:disabled), .btn.btn-primary:not(.disabled):active, .btn.btn-primary:active, .btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	outline: none !important;
	box-shadow: none;
	background-color: transparent;
	color: #232323;
	cursor: pointer;
}
.btn.btn-comment {
	font-size: 22px;
	font-weight: 700;
	font-family: "Spectral", serif;
	padding: 0;
	margin: 30px 0px;
	position: relative;
}
.btn.btn-comment:after {
	content: "4";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	margin-left: 6px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.btn.btn-comment.collapsed:after {
	content: "5";
}
.btn.btn-instagram {
	padding: 16px 10px;
	text-align: center;
	background-color: #ffeeee;
	color: #232323;
	font-weight: 500;
	font-size: 16px;
}
.btn.btn-instagram:hover {
	background-color: #FF7171;
	color: #ffffff;
}
.br50p, .post-meta-info .meta li.meta-author img, .post-default .post-data .meta li.meta-author img, .banner-slide .banner-slide-image {
	border-radius: 50%;
}
.section-title {
	margin-bottom: 32px;
}
.section-title h2 {
	display: inline;
	font-size: 36px;
	color: #232323;
	font-weight: 700;
	background-image: -webkit-linear-gradient(bottom, #FFDFDF 25%, transparent 0%);
	background-image: linear-gradient(0deg, #FFDFDF 25%, transparent 0%);
	line-height: 1.55;
	background-position: center bottom 8px;
}

@media only screen and (max-width: 575px) {
.section-title h2 {
	font-size: 30px;
	line-height: 1.4;
}
}
.post-pagination {
	padding-top: 30px;
	padding-bottom: 30px;
}
.post-pagination span, .post-pagination a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	color: #7f7f7f;
	cursor: pointer;
	margin: 0px 5px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	font-family: "Spectral", serif;
	font-weight: 700;
	font-size: 20px;
}
.post-pagination span.current, .post-pagination span:hover, .post-pagination a.current, .post-pagination a:hover {
	color: #ffffff;
	background-color: #FF7171;
}
/* ************************

 *

 * 1.4: Animation

 *

 * ********************* */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes dotline-move {
 40% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
 opacity: 0.8;
}
 100% {
 -webkit-transform: translateX(300px);
 transform: translateX(300px);
 opacity: 0;
}
}
 @keyframes dotline-move {
 40% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
 opacity: 0.8;
}
 100% {
 -webkit-transform: translateX(300px);
 transform: translateX(300px);
 opacity: 0;
}
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -40px, 0);
 transform: translate3d(0, -40px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -40px, 0);
 transform: translate3d(0, -40px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 40px, 0);
 transform: translate3d(0, 40px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 40px, 0);
 transform: translate3d(0, 40px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.spin {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 1s linear infinite;
}
 @-webkit-keyframes bounce {
 0% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 100% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
}
 @keyframes bounce {
 0% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 100% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
}
.bounce {
	-webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
	animation: bounce 1s ease-in-out 0s infinite alternate;
}
 @-webkit-keyframes bounce2 {
 0% {
 -webkit-transform: translateY(3px);
 transform: translateY(3px);
}
 50% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
 100% {
 -webkit-transform: translateY(3px);
 transform: translateY(3px);
}
}
 @keyframes bounce2 {
 0% {
 -webkit-transform: translateY(3px);
 transform: translateY(3px);
}
 50% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
 100% {
 -webkit-transform: translateY(3px);
 transform: translateY(3px);
}
}
 @-webkit-keyframes rotate2d {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes rotate2d {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.rotate2d {
	-webkit-animation: rotate2d 2s linear infinite;
	animation: rotate2d 1s linear infinite;
}
 @-webkit-keyframes rotate-2d {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
 @keyframes rotate-2d {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
.rotate-2d {
	-webkit-animation: rotate-2d 2s linear infinite;
	animation: rotate-2d 1s linear infinite;
}
 @-webkit-keyframes rotate3d {
 0% {
 -webkit-transform: rotateY(0deg);
 transform: rotateY(0deg);
}
 100% {
 -webkit-transform: rotateY(360deg);
 transform: rotateY(360deg);
}
}
 @keyframes rotate3d {
 0% {
 -webkit-transform: rotateY(0deg);
 transform: rotateY(0deg);
}
 100% {
 -webkit-transform: rotateY(360deg);
 transform: rotateY(360deg);
}
}
.rotate3d {
	-webkit-animation: rotate3d 2s linear infinite;
	animation: rotate3d 1s linear infinite;
}
 @-webkit-keyframes sk-rotateplane {
 0% {
 -webkit-transform: perspective(120px);
}
 50% {
 -webkit-transform: perspective(120px) rotateY(180deg);
}
 100% {
 -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
}
}
 @keyframes sk-rotateplane {
 0% {
 transform: perspective(120px) rotateX(0deg) rotateY(0deg);
 -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
 50% {
 transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
 -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
 100% {
 transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
 -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
 @-webkit-keyframes sk-bounce {
 0%, 100% {
 -webkit-transform: scale(0);
}
 50% {
 -webkit-transform: scale(1);
}
}
 @keyframes sk-bounce {
 0%, 100% {
 transform: scale(0);
 -webkit-transform: scale(0);
}
 50% {
 transform: scale(1);
 -webkit-transform: scale(1);
}
}
 @-webkit-keyframes sk-stretchdelay {
 0%, 40%, 100% {
 -webkit-transform: scaleY(0.4);
}
 20% {
 -webkit-transform: scaleY(1);
}
}
 @keyframes sk-stretchdelay {
 0%, 40%, 100% {
 transform: scaleY(0.4);
 -webkit-transform: scaleY(0.4);
}
 20% {
 transform: scaleY(1);
 -webkit-transform: scaleY(1);
}
}
 @-webkit-keyframes sk-cubemove {
 25% {
 -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
 50% {
 -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
 75% {
 -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
 100% {
 -webkit-transform: rotate(-360deg);
}
}
 @keyframes sk-cubemove {
 25% {
 transform: translateX(42px) rotate(-90deg) scale(0.5);
 -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
 50% {
 transform: translateX(42px) translateY(42px) rotate(-179deg);
 -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
}
 50.1% {
 transform: translateX(42px) translateY(42px) rotate(-180deg);
 -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
 75% {
 transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
 -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
 100% {
 transform: rotate(-360deg);
 -webkit-transform: rotate(-360deg);
}
}
 @-webkit-keyframes sk-scaleout {
 0% {
 -webkit-transform: scale(0);
}
 100% {
 -webkit-transform: scale(1);
 opacity: 0;
}
}
 @keyframes sk-scaleout {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
 @-webkit-keyframes sk-rotate {
 100% {
 -webkit-transform: rotate(360deg);
}
}
 @keyframes sk-rotate {
 100% {
 transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
}
}
 @-webkit-keyframes sk-bouncedelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
}
}
 @keyframes sk-bouncedelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-webkit-keyframes sk-circleBounceDelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes sk-circleBounceDelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-webkit-keyframes sk-cubeGridScaleDelay {
 0%, 70%, 100% {
 -webkit-transform: scale3D(1, 1, 1);
 transform: scale3D(1, 1, 1);
}
 35% {
 -webkit-transform: scale3D(0, 0, 1);
 transform: scale3D(0, 0, 1);
}
}
 @keyframes sk-cubeGridScaleDelay {
 0%, 70%, 100% {
 -webkit-transform: scale3D(1, 1, 1);
 transform: scale3D(1, 1, 1);
}
 35% {
 -webkit-transform: scale3D(0, 0, 1);
 transform: scale3D(0, 0, 1);
}
}
 @-webkit-keyframes fade {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0.5;
}
 100% {
 opacity: 0;
}
}
 @keyframes fade {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0.5;
}
 100% {
 opacity: 0;
}
}
/* ************************

 *

 * 2.1: Search Box

 *

 * ********************* */    

.nav-search-box {
	position: fixed;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
	background-color: #ffffff;
	z-index: 9999;
}
.nav-search-box.show {
	bottom: 0;
}
.nav-search-box form {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 800px;
	padding: 0px 15px;
}

@media only screen and (max-width: 991px) {
.nav-search-box form {
	width: 600px;
}
}

@media only screen and (max-width: 767px) {
.nav-search-box form {
	width: 400px;
}
}

@media only screen and (max-width: 479px) {
.nav-search-box form {
	width: 280px;
}
}
.nav-search-box form .b-line {
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #232323;
}
.nav-search-box form .b-line-under {
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #f1f1f1;
}
.nav-search-box form .form-control {
	height: 50px;
	border: 0px;
	border-radius: 0px;
	padding: 0;
	font-size: 18px;
}
.nav-search-box form .form-control:focus + .b-line {
	width: 100%;
	z-index: 9;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.nav-search-box form .btn {
	color: #7f7f7f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	height: 48px;
}
.nav-search-box form .btn i {
	font-size: 20px;
}
/* ************************

 *

 * 2.2: Navbar

 *

 * ********************* */ 

.header {
	min-height: 107px;
}
.header .header-fixed {
	padding: 20px 0px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	z-index: 9999;
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}
.header .header-fixed.is-sticky {
	padding: 5px 0px;
	background-color: #fff;
}

@media only screen and (max-width: 991px) {
.header .logo {
	margin-left: 30px;
}
	
	.header .header-fixed{padding: 10px 0px;}	
	.header {
	min-height: 87px;
}	
}

@media only screen and (max-width: 575px) {

	
	
.header .logo {
	margin-left: 0;
}
}

@media only screen and (max-width: 991px) {
.nav-menu {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	width: 100%;
	padding: 0px 15px 0px 45px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: -99;
}
}

@media only screen and (max-width: 575px) {
.nav-menu {
	padding: 0px 0px 0px 15px;
}
}
.nav-menu.show {
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

@media only screen and (max-width: 991px) {
.nav-menu.show {
	margin-top: 0;
}
}
.nav-menu li {
	position: relative;
}
.nav-menu li:hover > a {
	color: #FF7171;
}
.nav-menu li.current-menu-item a {
	color: #FF7171;
}
.nav-menu li.menu-item-has-children {
	padding-right: 30px;
	position: relative;
}

@media only screen and (max-width: 991px) {
.nav-menu li.menu-item-has-children {
	position: static;
}
}
.nav-menu li.menu-item-has-children:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}
.nav-menu li.menu-item-has-children > a {
	position: relative;
}
.nav-menu li.menu-item-has-children > a:after {
	content: "6";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	margin-left: -23px;
	font-family: FontAwesome;
}
.nav-menu li a {
	color: #333;
	display: block;
	font-size: 16px;
}
.nav-menu li .sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 185px;
	height: auto;
	box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.04);
	background-color: #fff;
	padding: 25px 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	z-index: 9;
	margin-top: -10px;
}

@media only screen and (max-width: 991px) {
.nav-menu li .sub-menu {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 0;
}
}

@media only screen and (max-width: 991px) {
.nav-menu li .sub-menu.show {
	left: 0;
	opacity: 1;
	visibility: visible;
}
}
.nav-menu li .sub-menu li.sub-menu-close {
	display: none;
}

@media only screen and (max-width: 991px) {
.nav-menu li .sub-menu li.sub-menu-close {
	display: block;
	font-size: 20px;
	font-family: "Spectral", serif;
	padding: 5px 30px;
	padding-bottom: 15px;
	cursor: pointer;
	color: #FF7171;
}
}
.nav-menu li .sub-menu li a {
	font-size: 16px;
	padding: 8px 30px;
}
.nav-menu > li {
	margin-right: 30px;
	padding: 20px 0px;
}

@media only screen and (max-width: 991px) {
.nav-menu > li {
	padding: 15px 0px;
}
}

@media only screen and (max-width: 991px) {
.nav-menu > li:first-child {
	margin-top: 15px;
}
}

@media only screen and (max-width: 991px) {
.nav-menu > li:last-child {
	margin-bottom: 15px;
}
}
.nav-menu > li.menu-item-has-children {
	padding-right: 15px;
	position: relative;
}

@media only screen and (max-width: 991px) {
.nav-menu > li.menu-item-has-children {
	position: static;
}
}
.nav-menu > li.menu-item-has-children > a {
	position: relative;
}
.nav-menu > li.menu-item-has-children > a:after {
	content: "\f107";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	margin-left: 5px;
	font-family: FontAwesome;
}

@media only screen and (max-width: 991px) {
.nav-menu > li.menu-item-has-children > a:after {
	content: "\f107";
}
}
.nav-menu > li > a {
	font-weight: 500;
	font-size: 16px;
}

@media only screen and (max-width: 1150px) {
.nav-menu > li > a {
	font-size: 14px;
}
	
	
	.nav-menu > li.menu-item-has-children{ margin-right:10px;}
	
}
.nav-menu > li > .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
}

@media only screen and (max-width: 991px) {
.nav-menu > li > .sub-menu {
	top: 0;
	left: 100%;
}
}
.mobile-nav-menu li {
	/*padding: 20px 0px;*/
	cursor: pointer;
	position: relative;
}
.mobile-nav-menu li.nav-menu-toggle {
	display: none;
	margin-right: 30px;
}
.mobile-nav-menu li.nav-toggle,.mobile-nav-menu .search-toggle-open,.mobile-nav-menu .search-toggle-close{ padding: 20px 0;}
.mobile-nav-menu .am-icon-bars:before{font-size: 24px;}
.mobile-nav-menu li.nav-toggle{ display: none;}
@media only screen and (max-width: 991px) {
.mobile-nav-menu li.nav-menu-toggle,.mobile-nav-menu li.nav-toggle {
	display: block;
	
}
}

@media only screen and (max-width: 575px) {
.mobile-nav-menu li.nav-menu-toggle {
	margin-right: 0;
}
}
.mobile-nav-menu li.search-toggle-open, .mobile-nav-menu li.search-toggle-close {
	width: 18px;
}

@media only screen and (max-width: 991px) {
.mobile-nav-menu li.search-toggle-open, .mobile-nav-menu li.search-toggle-close {
	margin-right: 20px;
}
}
.mobile-nav-menu li.hide {
	display: none;
}
.mobile-nav-menu li svg {
	height: 15px;
}
.am-offcanvas-bar{ background-color: #fff;}
.am-avg-sm-1>li{ padding: 0;}

/* slide */
.pcContain, .mobileContain {
	position: relative;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.slide_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}
.slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}
.slide_nav {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	top: 46%;
	left: 0%;
	z-index: 99;
	font-size: 20px;
	text-align: center;
	background: #ff1800;
	filter: alpha(opacity=50);
	opacity: 0.5;
	font-size: 30px;
	color: #fff;
}
.slide_nav.next {
	left: auto;
	right: 0;
}
.slide_nav:hover, .slide_nav:active {
	filter: alpha(opacity=100);
	opacity: 1;
}
.mobileContain {
	display: none;
}

@media only screen and (max-width: 991px) {
.slide_nav {
	width: 35px;
	height: 35px;
	line-height: 35px;
	top: 48%;
	font-size: 20px;
}
}

@media only screen and (max-width:640px) {
.slide_nav {
	width: 25px;
	height: 25px;
	line-height: 25px;
	top: 49%;
	font-size: 14px;
}
.mobileContain {
	display: block;
}
.pcContain {
	display: none;
}
}
/*  slide  end */
	
/* main */
.porwarp .pro1 {
	background: #fff7f7 url(../../images/index_pro1.jpg) center center no-repeat;
	height: 549px;
	min-height: 549px;
	position: relative;
	background-size: cover;
}
.porwarp .pro2:first-child {
	background: #fff7f7 url(../../images/index_pro2.jpg) center center no-repeat;
	height: 259px;
	min-height: 259px;
	margin-bottom: 30px;
	position: relative;
	background-size: cover;
}
.porwarp .pro2:last-child {
	background: #f3f6ff url(../../images/index_pro3.jpg) center center no-repeat;
	height: 259px;
	min-height: 259px;
	position: relative;
	background-size: cover;
}
.porwarp .proinfo h5 {
	font-size: 24px;
	font-weight: 300;
}
.porwarp .proinfo {
	width: 226px;
	position: absolute;
}
.porwarp .pro1 .proinfo {
	top: 180px;
	left: 60px;
}
.porwarp .pro2 .proinfo {
	top: 35px;
	right: 60px;
}
.porwarp .proinfo p {
	font-size: 16px;
	line-height: 30px;
	padding: 18px 0;
}
.porwarp .proinfo a {
	border: 1px solid #333;
	width: 85px;
	height: 35px;
	line-height: 33px;
	font-size: 15px;
	display: block;
	text-align: center;
	border-radius: 3px;
}
.porwarp .pro2 .proinfo p {
	padding: 12px 0;
}

@media only screen and (max-width: 991.98px) and (min-width: 640px) {
.porwarp .pro1 {
	min-height: 430px;
	height: 430px;
}
.porwarp .pro2:first-child, .porwarp .pro2:last-child {
	min-height: 200px;
	height: 200px;
}
.porwarp .proinfo h5 {
	font-size: 16px;
	font-weight: 300;
}
.porwarp .proinfo p {
	font-size: 14px;
	line-height: 26px;
	padding: 15px 0;
}
.porwarp .proinfo {
	width: 166px
}
.porwarp .pro1 .proinfo {
	top: 130px;
	left: 30px;
}
.porwarp .pro2 .proinfo {
	top: 30px;
	right: 10px;
}
.porwarp .proinfo a {
	border: 1px solid #333;
	width: 65px;
	height: 30px;
	line-height: 28px;
	font-size: 13px;
	display: block;
	text-align: center;
	border-radius: 3px;
}
}

@media only screen and (max-width:800px) {
.porwarp .pro1 {
	margin-bottom: 30px;
}
.porwarp .pro1 {
	min-height: 32rem;
	height:32rem;
}
.porwarp .proinfo {
	width: 176px
}
.porwarp .pro1 .proinfo {
	top: 50px;
	left: 30px;
}
.porwarp .pro2 .proinfo {
	width: 206px
}
.porwarp .pro2 .proinfo {
	top: 30px;
	right: 20px;
}
.porwarp .proinfo h5 {
	font-size: 18px;
	font-weight: 300;
}
.porwarp .proinfo p {
	font-size: 15px;
	line-height: 26px;
	padding: 15px 0;
}
.porwarp .col-lg-6 {
	max-width: 100%;
	flex: 0 0 100%;
	-ms-flex: 0 0 100%
}
}

@media only screen and (max-width:640px) {
	.porwarp .pro1 {
	min-height: 28rem;
	height:28rem;
}
.porwarp .pro2:first-child, .porwarp .pro2:last-child {
	min-height: 220px;
	height: 220px;
}
}
.abouttop {
	background-color: #f3f6ff
}
.abouttop .column {
	text-align: center;
	padding: 10px 0;
}
.abouttop .column b {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	display: block;
}
.abouttop .column i{ font-style: normal;}
.about {
	position: relative;
	top: -70px;
	position: relative;
	height: 33.5rem;
}
.about .about_left {
	width: 60%;
	background: url(../../images/index_about.jpg) center center no-repeat;
	background-size: cover;
	min-height: 446px;
	height: 446px;
	position: absolute;
	z-index: 9;
}
.about .about_right {
	width: 55%;
	background-color: #fff;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 66px;
	min-height: 382px;
	height: 382px;
	padding: 60px 0 0 60px;
}
.about .about_right h1 {
	font-size: 26px;
}
.about .about_right p {
	font-size: 16px;
	line-height: 32px;
	color: #555;
	width: 80%;
	padding: 35px 0;
}
.about .about_right a {
	border: 1px solid #333;
	width: 125px;
	height: 40px;
	line-height: 38px;
	font-size: 16px;
	display: block;
	text-align: center;
	border-radius: 3px;
}

@media only screen and (max-width: 991.98px) and (min-width: 640px) {
.about .about_left {
	min-height: 306px;
}
.about .about_right {
	min-height: 306px;
	padding: 30px 0 0 30px;
}
.about .about_right h1 {
	font-size: 18px;
}
.about .about_right p {
	font-size: 12px;
	line-height: 32px;
	color: #555;
	width: 100%;
	padding: 15px 0;
}
.about .about_right a {
	border: 1px solid #333;
	width: 90px;
	height: 30px;
	line-height: 28px;
	font-size: 12px;
	display: block;
	text-align: center;
	border-radius: 3px;
}
}

@media only screen and (max-width:800px) {
.about .about_left {
	width: 100%;
	position: relative;
	min-height: 200px;
	height: 200px;
	overflow: hidden;
}
.about .about_right {
	width: 100%;
	position: relative;
	top: 0;
	padding: 20px 0;
	min-height: 290px;
	height: 290px;
}
.about .about_right h1 {
	font-size: 18px;
	text-align: center;
}
.about .about_right p {
	font-size: 16px;
	line-height: 32px;
	color: #555;
	width: 100%;
	padding: 15px 10px;
}
.about .about_right a {
	border: 1px solid #333;
	width: 110px;
	height: 35px;
	line-height: 33px;
	font-size: 14px;
	display: block;
	text-align: center;
	border-radius: 3px;
	margin: 0 auto;
}
.about {
	position: relative;
	top: -40px;
	position: relative;
	height: 34.5rem;
}
.col-md-3 {
	width: 50%;
}
}
@media only screen and (max-width:640px) {
	.about {
	position: relative;
	top: -40px;
	position: relative;
	height: 38.5rem;
}	
	
}
.partner {
	background-color: #fff7f7;
}
.partner .title-right a, .more a {
	background-color: #ff1800;
	color: #fff;
}
.title-left {
	font-size: 30px;
}
.title-left span {
	font-size: 16px;
	color: #999;
	display: block;
	line-height: 30px;
}
.title-left h2:after {
	content: '';
	background: url(../../images/title_bm.jpg) no-repeat;
	height: 2px;
	width: 115px;
	display: block;
}
.title-right {
	text-align: right;
}
.title-right a {
	padding: 8px 25px;
	border-radius: 40px;
	background-color: #fff7f7;
	display: block;
	float: right;
	margin: 28px 20px 0 0;
}


.slick .pro-img{ position: relative;}
.slick .pro-img p{ position: absolute; z-index: 9; text-align: center; padding: 65px 15px 0; color: #fff; width: 100%;display: none;}
.slick .pro-img p i:before,.slick .pro-img p i{ display: block; font-size: 24px; margin-top: 10px; }
.slick .pro-img a:before{background: rgba(0,0,0, .8); content: ""; position: absolute; z-index: 8; display: none; width: 100%; height: 100%; }
.slick .slick-slide:hover a:before,.slick .slick-slide:hover p{ display: block;}
.slick .slick-slide,.slick .slick-slide:hover,.slick .pro-img a{-webkit-transition: 0.2s ease;	transition: 0.2s ease;}
.news .info {
	padding: 20px;
}
.news .info h3 {
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
	border-bottom: 1px solid #eee;
	padding-bottom: 1rem;
}
.news .info .mate {
	text-align: center;
	padding: 1rem 0;
	font-size: 14px;
	color: #999;
	line-height: 16px;
}
.news .info .mate span {
	padding: 0 8px;
}
.news .info .mate i {
	padding-right: 5px;
}
.news .info .desc {
	text-align: center;
}
.footbox {
	background-color: #414962;
	color: #999ca7;
}
.footbox .pcFooter b {
	color: #fff;
	display: block;
	margin-bottom: 15px;
}
.footbox .pcFooter a {
	color: #999ca7;
	font-size: 14px;
}
.footbox .pcFooter .foot-column-r i, .footbox .mobileFooter p i {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 2px;
}
.footbox .pcFooter .foot-column-r p:last-child i, .footbox .mobileFooter p:last-child i {
	padding-left: 0;
}
.footbox .pcFooter .foot-column-r p {
	color: #999ca7;
	line-height: 30px;
}
.footbox .pcFooter .links {
	padding: 15px 0;
	line-height: 30px;
	border-top: 1px solid #545c72;
	border-bottom: 1px solid #545c72;
	font-size: 14px;
}
.footbox .pcFooter .copyright {
	text-align: center;
	line-height: 60px;
	font-size: 14px;
}
.footbox .mobileFooter {
	display: none;
	text-align: center;
}
.footbox .mobileFooter h1 {
	font-size: 18px;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}
.footbox .mobileFooter p {
	color: #999ca7;
	line-height: 30px;
}
.footbox .mobileFooter p.wx {
	padding: 15px 0;
	line-height: 30px;
	border-top: 1px solid #545c72;
	border-bottom: 1px solid #545c72;
	margin: 15px 0;
}
.footbox .mobileFooter p.wx span {
	display: block;
}
.footbox .mobileFooter .copyright {
	padding-bottom: 15px;
}
.max640 {
	display: none;
}
.more a {
	width: 110px;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width:800px) {
.title-left {
	text-align: center;
}
.title-left h2:after {
	margin: 10px auto 0;
}
.partner .title-right {
	display: none;
}
.max640 {
	display: block;
}
.news .title-right {
	width: 308px;
	margin: 0 auto 25px;
}
.news .title-right a {
	margin: 0 10px;
}
.news img {
	width: 100%;
}
.footbox .pcFooter {
	display: none;
}
.footbox .mobileFooter {
	display: block
}
}

@media only screen and (max-width: 991px) and (min-width: 640px) {
.news .col-xl-4:last-child {
	display: none;
}
}

.porwarp .proinfo a:hover,.about .about_right a:hover{ background-color: #ff1800; color: #fff; border: 1px solid #ff1800;}
/*  list  */
.single-page-header {
	background-size: cover;
	padding:10rem 0 8rem;
	text-align: center;
	color:#FFFFFF;
	position: relative;
	background-position: 50% 50%;
	}
.single-page-header:before {
		background: rgba(0, 0, 0, 0.0);
		position: absolute;
		content: '';
		top:0;
		right:0;
		left:0;
		bottom:0;
}
.single-page-header h2{ color: #fff}

@media only screen and (max-width: 991px) {
	.single-page-header {padding:5rem 0 3rem;}
}
@media only screen and (max-width: 640px) {
	.single-page-header {padding:3rem 0 2rem;}
}
.am-breadcrumb,.am-breadcrumb a,.am-breadcrumb>li [class*=am-icon-]:before{ color: #f7f7f7;}
.am-breadcrumb>.am-active{ color: #ff1800}
.con-menu{ text-align: center;}
.con-menu ul{ display: table;margin:0 auto;height:40px;text-align: center;padding:0;}
.con-menu li{ float: left;margin:0 10px;line-height: 50px;font-size: 18px; padding:0 25px; background-color: #fff7f7; border-radius: 10px;}
.con-menu li.left_nav_cur{ background-color: #ff1800}
.con-menu li.left_nav_cur a{ color: #fff;}

.am-menu-stack .am-menu-nav>li>a{ background-color:#fff7f7; border-top: 1px solid #f9e9e9; border-bottom: 1px solid #f9e9e9;}
.am-menu-stack .am-menu-nav>.am-open>a, .am-menu-stack .am-menu-nav>li>a:focus, .am-menu-stack .am-menu-nav>li>a:hover{
	color: #ff1800;
	background-color: #fff7f7;
}

@media only screen and (max-width: 991px) {
	.con-menu li{ font-size: 14px; line-height: 40px; padding: 0 15px; margin: 0 8px;}
}

.about_news .news_list_box{ padding: 3rem 0; border-top: 1px solid #eee;}
.about_news .news_list_box p{ padding: 2rem 0;}
.about_news .news_list_box .date span{ padding-left: 5px; font-size: 13px; color: #999;}
.about_news .news_list_box a:hover h5 {  color: #eb0000;  text-indent: 5px;}

@media only screen and (max-width:992px){
	.about_news .news_list_box .col-lg-3 { margin-bottom: 2rem;}
	
}

.content .article{ font-size: 16px; line-height: 200%;}
.content .article img{  max-width: 800px;width: 100%; margin: 0px  auto 10px; display: block;}
.content .article p{ margin-bottom: 10px;}
.content .article h1{ background-color: #fff7f7; text-align: center;padding: 3rem 0; color: #333; font-weight: 300; font-size: 28px; margin-bottom: 30px;}
.content .article h1 span{ font-size:14px; color: #ccc; font-weight: normal; padding-top: 15px; display: block;}
.content .article h1 span i{ padding-right: 5px;}
.content .article b.tl{ font-size: 24px;}
.content .article .delimeter{
	margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid #eee;
}
.content .article .form-box img{ width: 80px; display: inline;}
.content .article .form-box .am-btn-default{ background-color: #eee; display: block; line-height: 40px;}
/*·ÖÒ³*/
.pageUD{ border-top: 1px solid #eee; margin-top: 30px; padding-top: 30px; text-align:  right;color:#ccc}
.pageUD .col-lg-4{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pageUD a{ color:#ccc;}
.pageUD a.back{ color:#eb0000; }
.pageUD a i:before{ font-size: 18px; padding-right: 5px;}
.pages{text-align:center; vertical-align:middle; line-height:36px; padding:40px 0 0px; font-size:14px;}
.pages .pages_red{ font-weight:bold; color:#eb0000;}
.pages a{height:32px; line-height:32px; display:inline-block; border:1px solid #e6e6e6; padding:0 12px; vertical-align:middle; margin-right:5px;}
.pages a:hover{background:#ff1800; text-decoration:none; border:1px solid #ff1800; color:#fff;}
.pages a.pages_cur{ border:1px solid #1006794; background:#ff1800; color:#fff;}
.pages_val{ height:22px; line-height:22px; border:1px solid #cfcfcf; vertical-align:middle; width:30px; text-align:center; color:#333; font-family:Verdana, Geneva, sans-serif;}
.pages_btn{ height:24px; line-height:24px; border:none; background:#b91313; cursor:pointer; color:#fff; font-family:Verdana, Geneva, sans-serif; padding:0 4px; vertical-align:middle;}

@media only screen and (max-width: 991px){
.pageUD .col-lg-4{ margin-bottom: 1.5rem;}
	.pageUD .col-lg-4:last-child{ margin-bottom: 0;}
}
@media only screen and (max-width: 640px){
.content .article h1{ font-size: 18px; line-height: 150%;}
	.content .article h1 span{ font-size:13px;}
}

.content .products_art{ margin-bottom:20px; position: relative; }
.content .products_art .product_name{ line-height: 55px; height: 55px; text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }
.content .products_art .product_img img{ border: 1px solid #eee;}
.products_art a:before{ background: rgba(0,0,0,.75); width: 100%; height: 100%; position: absolute; left: 0; top:0; z-index: 999;-webkit-box-shadow:0px 5px 10px #eee;-moz-box-shadow:0px 5px 10px #deee;box-shadow:0px 5px 10px #eee; border-radius: 10px;}

.navcontact{ padding: 15px 10px 15px 25px;}
.navcontact p{ line-height: 24px; padding: 5px 0;}

