@charset "utf-8";

/*重置样式*/
 @import url("reset.css"); 

@import url("bootstrap.4.3.1.css");
/*@import url("bootstrap.3.3.7.css");*/

/* @import url("font-awesome.4.7.0.css"); */

/*animate 动画*/
@import url("animate.3.7.0.css");

@import url("nav.css");

/*owl*/
@import url("owl.carousel.2.3.4.css");
@import url("owl.theme.default.2.3.4.css");

/*swiper*/
@import url("swiper.5.3.1.css");

/*首页大图*/
/*@import url("bootstrap-touch-slider.css");*/

/*public*/
figure {margin-bottom: 0;}

.mr {margin-right: 75px;}
.ml {margin-left: 75px;}

.h3_txt {
    font-size: 30px; 
	font-weight: 800;
	color: #fe7c81;
/* 	
	font-family: serif; */
	position: relative;
	margin: 0 auto;
}
.h3_txt::before {
	content: url("../images/left_img.png");
	position: absolute;
	top: auto;
    bottom: 10px;
	left: 0;
    right: 420px;
}
.h3_txt::after {
	content: url("../images/right_img.png");
	position: absolute;
	top: auto;
    bottom: 10px;
	left: 420px;
    right: 0;
}
.index_vs .h3_txt::before {right: 500px;}
.index_vs .h3_txt::after {left: 500px;}
.index_children .h3_txt::before {left: 0;right: 510px;}
.index_children .h3_txt::after {left: 510px;right: 0;}
.index_reason .h3_txt::before {left: 0;right: 620px;}
.index_reason .h3_txt::after {left: 620px;right: 0;}
.index_support .h3_txt::before {left: 0;right: 520px;}
.index_support .h3_txt::after {left: 520px;right: 0;}
.index_science .h3_txt::before {left: 0;right: 520px;}
.index_science .h3_txt::after {left: 520px;right: 0;}

.h3_txt small {
	margin: 0px 30px;
    display: inline-block;
    color: #333;
    font-size: 25px;
    font-weight: 500;
}

.list_img {
	overflow: hidden;
}
.list_img img {
	transition: 2s all;
	-webkit-transition: 2s all;
}
.list_img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform:rotate(0deg)
    }
    to {
        -webkit-transform:rotate(360deg)
    }
}
@-moz-keyframes spinAround {
        from {
        -moz-transform:rotate(0deg)
    }
    to {
        -moz-transform:rotate(360deg)
    }
}
@keyframes spinAround {
    from {
        transform:rotate(0deg)
    }
    to {
        transform:rotate(360deg)
    }
}

/*public*/

/*header*/
.header {position: relative;z-index: 2;}
.header .nav_main {
	height: 90px;
	padding: 0;
	position: relative;
}
.phone .h6, .mobile_phone .h6 {margin: 0 auto;}
.phone .h6 small, .mobile_phone .h6 small {
	color: #333;
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-bottom: 0px;
}
.header .phone .h6 .span, .header .mobile_phone .h6 .span {
	color: #333;
	font-size: 20px;
	line-height: 20px;
	display: block;
}
/*header*/

/*slider*/
/*.owl-carousel img {width: 100%;}
.owl-theme .owl-nav {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: auto;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	margin: 0 auto;
	background: #fe7d81 !important;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus,
.owl-theme .owl-dots .owl-dot {outline:0;}
.owl-theme .owl-nav .owl-prev {left: 15px;right: auto;} 
.owl-theme .owl-nav .owl-next {left: auto;right: 15px;}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
	font-size: 40px;
    color: #fff;
}
.owl-theme .owl-dots .owl-dot span {    
	color: #333;
    width: 10px;
    height: 10px;
    margin: 5px 10px;
    background: #fe7d81;
    transition:0.5s ease-in-out;
}
.owl-theme .owl-dots {
	position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active:hover span {background: #fe7d81;opacity: 1;}
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span {background: #fe7d81;opacity: 0.5;}*/

.banner_img {
	width: 100%;
	height: 100%;
}
.banner_img img {width: 100%;}
.banner_img .swiper-button-prev, .banner_img .swiper-button-next {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color:#fff;
	background: #e03940;
	border-radius: 100%;
	outline: 0;
}
.banner_img .swiper-button-prev {left: 180px;}
.banner_img .swiper-button-next {right: 180px;}
.banner_img .swiper-button-prev:after {
	content: "\f104";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 25px;
	line-height: 25px;
	text-rendering: auto;
}
.banner_img .swiper-button-next:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 25px;
	line-height: 25px;
	text-rendering: auto;
}
.banner_img .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color:#fff;
	background: #e03940;
	opacity: 0.6;
	outline: 0;
}
.banner_img .swiper-pagination-bullet-active {
	color:#fff;
	opacity: 1;
	background: #e03940;
}

/*slider*/

/*index_service*/
.index_service {background: #ffffff;}
.service_list {
	padding: 20px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.service_list .figure_img {margin: 0px 35px;}
.service_list .figure_img img {
	display: block; 
	margin: 0 auto;
	/*width: 100%;*/
}
.service_list .figure_img:hover img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.service_list .figure_img .figcaption_text p {
/* 	color: #ff7c7f;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px; */
	text-align: center;
	white-space: pre-line;
	margin: 5px auto 0;
}
/*index_service*/

/*index_service_banner*/
.index_service_banner {padding: 0;}
.index_service_banner img {width: 100%;}
/*index_service_banner*/

/*index_txt*/
.index_txt {
	/*background: #f2f2f4;
	background: #f5f5f5;*/
	padding: 0px 0 20px;
	background: url(../images/bg2.jpg) no-repeat;
	background-position: center;
	/*background-size: cover;*/
	height: 330px;
	display: flex;
    align-items: flex-end;
}
.index_txt .txt_list {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.txt_list .figure_img {margin: 0 15px;}
.txt_list .figure_img .div_img {margin-right: 5px;}
.txt_list .figure_img:hover .div_img img {
    -webkit-animation:spinAround 2s linear infinite;
    -moz-animation:spinAround 2s linear infinite;
    animation:spinAround 2s linear infinite;
}
.txt_list .figure_img .figcaption_text span {
/* 	color: #333;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 500;
	line-height: 20px; */
}
/*index_txt*/

/*index_vs*/
.index_vs {padding: 30px 0;}
.index_vs .vs_list {
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
	margin: 13px auto 0;
}
.index_vs .vs_list .figure_img {
	margin: 0 80px;
}
.index_vs .vs_list img {
	display: block;
	margin: 0 auto;
}
/*index_vs*/

/*index_children*/
.index_children {
	background: #f5f5f5;
	padding: 30px 0;
}
.index_children .figure_img {margin: 1px auto 0;}
.index_children .figure_img img {
	display: block;
	margin: 0 auto;
}
/*index_children*/

/*index_reason*/
.index_reason {padding: 40px 0;}
.index_reason .figure_img {margin: -12px auto 0;}
.index_reason .figure_img img {
	display: block;
	margin: 0 auto;
}
/*index_reason*/

/*index_support*/
.index_support {
	background: #f5f5f5;
	padding: 40px 0 30px;
}
.index_support .support_list {margin: 30px auto 0;}
.index_support .support_list .figure_img {padding: 0;}
.index_support .support_list .figure_img img {
	display: block;
	margin: 0 auto;
}
.index_support .support_list .figure_img:hover img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.index_support .support_list .figcaption_text {
	text-align: center;
	margin: 15px auto 0;
}
.index_support .support_list .figcaption_text p {
/* 	color: #333;
	font-size: 15px;
	line-height: -1px;
	font-weight: 500; */
	white-space: pre-line;
}
/*index_support*/

/*index_science*/
.index_science {margin: 30px auto 0;}
.index_science .figure_img {margin: 30px auto;}
.index_science .figure_img img {
	display: block;
	margin: 0 auto;
}
/*index_science*/

/*index_why*/
.index_why {
	background: #f5f5f5;
	padding: 40px 0 1px;
}
.index_why .why_list {margin: 30px auto 10px;}
.index_why .why_list .center_text {
	display: flex;
	justify-content: center;
	padding: 0;
}
.index_why .why_list .text h3 {
/* 	color: #827d7b;
	font-size: 20px; */
/* 	line-height: 25px;
	font-weight: 600; */
	margin: 0px auto 10px;
}
.index_why .why_list .text p {
/* 	color: #827d7b;
	font-size: 14px;
	font-weight: 500; */
/* 	line-height: 20px; */
	white-space: pre-line;
	margin: 0px auto;
}
/*index_why*/

/*index_process*/
.index_process {
	padding: 30px 0;
	background: #f5f5f5;
}
.index_process .process_list {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
	margin: 20px auto -10px;
}
.index_process .process_list .figure_img {margin: 0 31px;}
.index_process .process_list .figure_img img {
	display: block;
	margin: 0 auto;
	/*width: 100%;*/
}
.index_process .process_list .figure_img:hover img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
/*index_process*/

/*index_news*/
.index_news {padding-top: 30px;}
.index_news .h3_txt .span {
	font-size: 15px;
	color: #fe7c81;
	font-weight: 500;
	font-family:"GriffonLight Italic";
	text-transform: capitalize;
	display: block;
	margin: 5px auto 0;
}
.index_news .h3_txt::before, .index_news .h3_txt::after {bottom: 25px;}
.index_news .news_list {margin: 30px auto 10px;}
.index_news .news_list .h5 {
	font-size: 25px;
	line-height: 20px;
    color: #fe7c81;
    font-family: serif;
    font-weight: 600;
    margin: 3px auto 0;
    border-bottom: 3px solid #aa153f;
}
.index_news .news_list .h5 span {
	font-size: 13px;
    color: #fe7c81;
    font-weight: 400;
    display: block;
    margin: 5px auto 0;
    text-transform: capitalize;
    font-family:"GriffonLight Italic";
}
.index_news .news_list .news_text .p10 {padding: 10px 0 0;}
.index_news .news_list .news_text .figure_img {
	padding: 5px;
	border: 1px solid #eee;
}
.index_news .news_list .news_text .ul {margin: 0 auto;}
.index_news .news_list .news_text .ul li {
	padding-left: 15px;
	margin: 2px auto;
	position: relative;
}
.index_news .news_list .news_text .ul li::before {
    content: url(../images/news_bg.jpg);
    position: absolute;
    left: 0;
    bottom: -2px;
}
.index_news .news_list .news_text .ul li a {
	font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .5s;
}
.index_news .news_list .news_text .ul li:hover a {color: #fe7c81;}
.index_news .news_list .news_text .ul_3 {margin: 0 auto;}
.index_news .news_list .news_text .ul_3 li {
	margin: 10px auto;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.index_news .news_list .news_text .ul_3 li small {
	font-size: 15px;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
}
.index_news .news_list .news_text .ul_3 li .small_1 {background: #b22c54;}
.index_news .news_list .news_text .ul_3 li .small_2 {background: #787878;float: left;}
.index_news .news_list .news_text .ul_3 li span {
/* 	font-size: 15px;
	color: #333;
	font-weight: 500; */
}
.index_news .news_list .news_text .ul_3 li .des {margin: 5px auto 0;}
.index_news .news_list .news_text .ul_3 li p {
/* 	font-size: 14px;
	color: #666;
	font-weight: 400;
	line-height: 15px; */
	margin: 0 auto;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    word-break: break-all;
}
/*index_news*/

/*footer_ico*/
.footer_ico .footer_ico_list {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
	margin: 6px auto;
}
.footer_ico .footer_ico_list .figure_img {
	padding: 0;
	margin: 0 15px;
}
.footer_ico .footer_ico_list .figure_img img {
	display: block;
	margin: 0 auto;
}
.footer_ico .footer_ico_list .figure_img:nth-child(5) img {width: 60px; height: 60px;}
/*.footer_ico .footer_ico_list .figure_img:hover img {
    -webkit-animation:spinAround 2s linear infinite;
    -moz-animation:spinAround 2s linear infinite;
    animation:spinAround 2s linear infinite;
}*/
.footer_ico .footer_ico_list .figure_img .figcaption_text {
	text-align: center;
	margin: 10px auto 0;
}
.footer_ico .footer_ico_list .figure_img a {
/* 	color: #333; */
/* 	font-size: 13px;
	font-weight: 600; */
	line-height: 15px;
}
/*footer_ico*/

/*footer_nav*/
.footer_nav {background: #fc6586;}
.footer_nav .ul_nav {padding: 5px 0 0;}
.footer_nav .ul_nav {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	margin: 0 auto;
}
.footer_nav .ul_nav li {
	margin: 0 35px;
	padding-bottom: 5px;
	text-align: center;
	position: relative;
}
.footer_nav .ul_nav li:first-child a {letter-spacing: 5px;}
.footer_nav .ul_nav li:first-child a span {letter-spacing: 1px;}
.footer_nav .ul_nav li a {
	background:transparent;
	color:#fff;
	font-size: 16px;
	font-family:"GriffonLight Italic";
	position:relative;
	padding: 0px;
	font-weight:400;
	line-height:20px;
	text-transform:capitalize;
	text-decoration: none;
	transition: .5s;
}
.footer_nav .ul_nav li:hover a {color: #333;}
.footer_nav .ul_nav li a span {
	display: block;
	font-weight: 100;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	text-transform: capitalize;
	transition: .5s;
}
.footer_nav .ul_nav li:hover a span {color: #333;}
/*footer_nav*/

/*footer*/
.footer {
	padding-top: 20px;
	padding-bottom: 5px;
}
.footer .footer_img_list {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid #cbc5c5;
    padding-bottom: 4px;
	position: relative;
	padding-left: 100px;
}
.footer .footer_img_list .footer_img:nth-child(3) {margin-left: 40px;}
.footer .footer_img_list .footer_img:nth-child(4) {
	position: absolute;
    right: 107px;
    top: 0;
}
.footer .footer_img_list .footer_img:nth-child(4) img {width:80%;}
.footer .footer_img_list .footer_img img {
	display: block;
	margin: 0 auto;
}
.footer .footer_img_list .footer_img .div_img {
	display: flex;
    justify-content: center;
    align-items: center;
}
.footer .footer_img_list .footer_img .footer_text_h3 {display: flex;}
.footer .footer_img_list .footer_img .h3 {
	margin: 0 auto;
}
.footer .footer_img_list .footer_img .h3 span {
/* 	font-weight: 400;
	font-size: 15px; */
/* 	color: #333; */
	display: block;
    margin: 10px auto;
}
.footer .footer_txt_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
    align-items: center;
}
.footer .footer_txt_list .footer_text {padding: 0;}
.footer .footer_txt_list .footer_text .figcaption_text {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0 0;
}
.footer .footer_txt_list .footer_text .span {
/* 	font-weight: 500;
	font-size: 16px; */
/* 	line-height: 20px;
	color: #333; */
}
.footer .footer_txt_list .footer_text .p {
/* 	font-weight: 400;
	font-size: 1px;
	line-height: 15px; */
	white-space: pre-line;
	/* color: #666; */
	margin: 5px auto 0;
}
.link_nav {
	background: #aaa;
	padding-top: 15px;
	padding-bottom: 15px;
}
.link_nav .c_desc .text {margin-left: 54px;}
.link_nav .ul_link {
	margin: 0px auto;
	flex-wrap: wrap;
}
.link_nav .ul_link li {padding: 0 10px;}
.link_nav .ul_link li:first-child {
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	padding: 0;
}
.link_nav .ul_link li a {
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}
.link_nav .ul_link li a:hover {color: #fff;}
.link_nav .ul_link li a {
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}
.link_nav .link_nav_txt {margin-top: 5px;}
.link_nav .link_nav_txt .p {
/* 	font-weight: 500;
	font-size: 18px;
	line-height: 15px;
	color: #fff; */
	margin: 0px auto;
}
.bottom_copyright .h6 {
	margin: 7px auto 0px;
	align-items: center;
	flex-wrap: wrap;
}
.bottom_copyright .h6 .span {padding: 0 10px;}
.bottom_copyright .h6 .a {
/* 	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #333; */
}
.bottom_copyright .h6 .a img {padding-right: 5px;}
/*footer*/

.index_news .container {
	width:960px;
}

.footer_nav .container {
	width:960px;
}

.footer .newContainer {
	width:950px;
}

@Media screen and (max-width: 768px){
.banner_img{height: auto;}
}