@charset "utf-8";

body{ font-family:'Noto Sans TC',"微軟正黑體", "新細明體", "Arial Unicode MS"}

.container-fluid{ max-width:1400px;}

.footer{
	color:#fff;
	background-color:#f0647b;
	text-align:center;
	padding:24px 0;
}
.footer a{ color:#fc0}
.img-100 {
    max-width: 100%;
    vertical-align: bottom;
}
.share{margin:8px 0;}
.share img{margin:0 2px;}

.backtop{
	position:fixed;
	z-index:999;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-64px;
	margin-left:-64px;
	padding:5px;
	background-color:rgba(000,000,000,0.5);
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:4px;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop:hover{ background-color:#f99062;}


.title_line{
	width:48px;
	height:4px;
	background-color:#f0647b;
	margin:30px auto;
}


/*==========header css==========*/

.header_logo{position:fixed; z-index:891; top:20px; left:-30px;overflow: hidden;}
.header_logo img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:195px; height:auto;}
@media (min-width:640px){
	.header_logo{left:15px;}
	.header_logo  img{ width:240px;}
}
@media (min-width:992px){
	.header_logo { top:19px; left:15px; z-index:950;}
	.header_logo  img{ width:320px;}
}
@media (min-width:1400px){
	.header_logo { left:calc(50% - 740px);}
	.header_logo  img{ width:320px;}
}

header{
	overflow: hidden;
}
header .header_logo{
	display:inline!important;
	list-style:none!important;
}
header .header_logo li{
	display:inline!important;
	list-style:none!important;
}
header .header_logo .header_img_1 img{
	width: 40px!important;
	height: 40px!important;
	margin: 0 5px;
}

@media (min-width:480px){
	header .header_logo .header_img_1 img{
		width: 50px!important;
		height: 50px!important;
		margin: 0 10px;
	}
	.header_logo {
		top: 10px;
	}
}
@media (min-width:992px){
	header .header_logo .header_img_1 img{
		margin: 0;
	}
}
@media (min-width:1200px){
	header .header_logo .header_img_1 img{
		width: 60px!important;
		height: 60px!important;
		margin: 0 5px;
	}
}
/*========================================================
                          共同背景
=========================================================*/
.wrapper__bg {
    position: fixed;
    left: 0;
	bottom:0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/*========================================================
                           右側浮動
=========================================================*/
.sidebar{
	position: fixed;
    z-index: 9999;
    right: 25px;
    bottom: 10%;
}
.sidebar ul{
    padding: 0px;
}
.sidebar li {
    list-style: none;
    padding-bottom: 25px;
    cursor: pointer;
}
.sidebar li img{width:65px;}
.sidebar li img:hover{ opacity:0.7;}
/*==========nav css==========*/

.menu_header{ position:fixed; z-index:900; top:0; left:0; width:240px; height:100%; background-color:#f0647b; -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s; overflow-y: auto;}

.menu_header img{ margin:12px 0;}

.menu_close{ left:100%; margin-left:0px;}
.menu_open{ left:100%; margin-left:-240px;}

.menu_header .container-fluid{ padding:0; position:relative; max-width:1400px;}


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; height:88px; background:#fff; border-bottom:0px solid #f0647b; overflow-y:visible;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}


.menu_ul{list-style:none; padding:0;}
.menu_ul li{ border-bottom:1px dotted #f99062;}

.menu_ul li a{ color:#fff; display:block; font-size:1.1rem; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;  padding:15px;}
.menu_ul li a:hover, .menu_ul li a:focus{ text-decoration:none; background-color:#f99062;}

.menu_ul li a span{ display:block; font-size:0.8rem;}

.menu_ul li a img{ display:none;}

@media (min-width:992px){
	.menu_ul{ text-align:center; border-radius:4px; height:34px; float:right; margin-top:0px;}
	.menu_ul li{ float:left; border:none; position:relative;}
	.menu_ul li a{ color:#555; font-size:1rem; width:auto; text-align:center; padding:10px 5px 15px 5px;}
	.menu_ul li a:hover, .menu_ul li a:focus{ color:#f0647b; background-color:transparent;}
	.menu_ul .mobile_home{ display:none;}
	
	.menu_ul li a img{ display:block; margin:5px auto; -webkit-transition: all 0.2s; /* Safari */ transition: all 0.2s;  }
	.menu_ul li a:hover img{ transform:rotate(15deg);}
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:1rem; width:auto; text-align:center; padding:10px 20px 15px 20px;}
}
@media (min-width:1400px){
	.menu_ul li a{padding:10px 40px 15px 40px;}
}


.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:899; top:0; left:0; width:100%; height:100%;}

.mobile_header{ background-color:#fff; position:fixed; z-index:890; height:72px; width:100%; border-bottom:0px solid #0d3c84;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}

.iconbar{float:right; width:48px; height:36px; margin:15px 15px 0 15px; border:2px solid #525269; border-radius:4px; cursor:pointer; background-position:center; background-repeat:no-repeat;-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}

.iconbar_open{background-image:url(../img/iconbar.png);}
.iconbar_close{background-image:url(../img/iconbar2.png); border-color:#f0647b;}

.menu_title{ margin:3px 15px; padding-top:15px; padding-bottom:16px; color:#fff; font-family:Verdana, Geneva, sans-serif;}

@media (min-width:992px){
	.mobile_hide{ display:none;}
	.mobile_header{ display:none;}
	.iconbar_close{ display:none;}
	.menu_title{ display:none;}
}

.menu_ul .mobile_language{ color:#fff; margin:10px 15px; border:none;}
.menu_ul .mobile_language a{ display:inline-block; padding:10px 16px; font-size:0.9rem; border:1px solid #fff; border-radius:5px;}
.menu_ul .mobile_language a:hover,
.menu_ul .mobile_language a.active{ background-color:#fff; color:#2a2b83;}
@media (min-width:992px){
	.menu_ul .mobile_language{ display:none;}
}

.search_nav{ display:none;}
@media (min-width:992px){
	.search_nav{ position:absolute; padding:0; list-style:none; top:2px; left:100%; width:400px; margin-left:-430px; text-align:right; display:block;}
	.search_nav li{ display:inline-block; font-size:0.8rem; margin-left:15px;}
	.search_nav li a{ color:#2a2b83;}
	.search_nav li a:hover{ color:#946cad; text-decoration:none;}
}
@media (min-width:1200px){
	.search_nav{ margin-left:-445px;}
}

.menu_ul .sub_nav{ display:none;}
@media (min-width:992px){
	.menu_ul .sub_nav{ position:absolute; top:88px; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_ul .sub_nav a{ background-image:none; padding:15px 15px; margin:0; border-top:0px dotted #ccc; background-color:#333; color:#ccc; width:200px; margin-left:0; font-size:0.9rem; text-align:left; }
	.menu_ul .sub_nav a:hover{background-color:#555; color:#fff; border-bottom:none;}
}
@media (min-width:1600px){
	.menu_ul .sub_nav a{width:220px; margin-left:0; padding:15px 30px;}
}

@media (min-width:992px){
	.nav_item:hover .sub_nav_item{ display:block;}
}


.fadeInRight{
  -webkit-animation: fadeInRight 0.4s; /* Safari 4+ */
  -moz-animation:    fadeInRight 0.4s; /* Fx 5+ */
  -o-animation:      fadeInRight 0.4s; /* Opera 12+ */
  animation:         fadeInRight 0.4s; /* IE 10+, Fx 29+ */
}



/*==========main css==========*/


.nav_divide{ display:none;}
@media (min-width:992px){
	.nav_divide{width:1rem; color:#555; margin-top:30px; display:inline-block;}
}
@media (min-width:1200px){
	.nav_divide{margin-top:30px;}
}




.top_blank{ height:72px;}
@media (min-width:992px){
	.top_blank{ height:88px;}
}



.carousel-fade .carousel-inner .carousel-item {
	height: 320px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-property: opacity;
	-webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
	
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-caption{ top:50px; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}
.carousel-caption h2{ animation-duration:1s; font-weight:900;font-size: 1.8rem;}
.carousel-caption h2 span{ font-size:0.9rem; display:block;margin-bottom: 10px;}
.carousel-caption p{ margin:15px 0; animation-delay:0.4s; animation-duration:1s;font-size:1.3rem;}


.carousel-caption .title_line{ margin:20px auto; animation-delay:0.6s;  animation-duration:1s; display:none;}
.top_banner_more{ margin:40px 0; animation-delay:0.8s;  animation-duration:1s; display:none;}
.top_banner_more a{ padding:10px 40px; background-color:#f0647b; color:#fff; text-shadow:none; border-radius:30px; -webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}
.top_banner_more a:hover{ background-color:#f99062; text-decoration:none;}
.top_banner_more a i{ margin-right:10px;}

@media (max-width:767.98px){
	.carousel-caption p:not(.-br) br {
		display: none;
	}
}

@media (min-width:992px){
	.carousel-fade .carousel-inner .carousel-item { height:640px;}
	.carousel-caption h2{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption p{ font-size:1.4rem;}
	.carousel-caption{ top:200px; text-align:left; width:640px;}
	
	.carousel-caption .title_line{ margin:20px 0; display:block;}
	.top_banner_more{ display:block;}
}
@media (min-width:1400px){
	.carousel-fade .carousel-inner .carousel-item { height:800px;}
	.carousel-caption{ top:280px;}
	.carousel-caption h2{ font-size:3.6rem;}
}




.view_lg{ display:none;}
@media (min-width:992px){
	.view_sm{ display:none;}
	.view_lg{ display:block;}
}






.prev-alt{ background-color:#f0647b; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:0%; padding:14px 15px 16px 15px; transform:translate(0,-50%); opacity:0.75;}
.prev-alt:hover{ opacity:1;}
.next-alt{ background-color:#f0647b; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:100%; padding:14px 15px 16px 15px; transform:translate(-100%,-50%); opacity:0.75;}
.next-alt:hover{ opacity:1;}


.top_title{ text-align:center; color:#555;}
.top_title span{ display: block; font-size: 1.4rem;}
@media (min-width:992px){
	.top_title{ text-align:center; color:#555; font-size: 4rem;}
	.top_title span{ font-size: 1.8rem; line-height: 3rem;}
}
.top_title_icon{ text-align:center;}

.top_block1{ padding:80px 0; color:#777; background-image:url(../img/top_bg1.jpg); background-size: cover; background-position:top center;}

.top_block1 .top_title{ color:#f0647b;}
.top_block1 .top_title span{ color:#555; }

.top_service_con{ margin:15px 0;}
.top_service_pic{ height:300px; background-position:center; background-size:cover; border-radius:15px;}
.top_service_text{ padding:15px; text-align:center;}

@media (min-width:992px){
	.top_service_con2{ margin-top:60px;}
	.top_service_pic{ height:240px;}
}
@media (min-width:1400px){
	.top_service_pic{ height:300px;}
}

.top_block2{ color:#777;text-align: center;}
.top_block2 .container-fluid{ max-width:1400px; height:100%; position:relative;}

.top_block2 .aboutUS-1 {	
	background: url(../img/top_news_pic1.png) no-repeat center center;
	/*background-size: cover;*/
}

.all_bg{
	background: url(../img/all_bg.jpg) no-repeat center top;
    background-size: cover;
}

.all-wrap > div {
	max-width: 1400px;
	padding: 0 20px;
    padding-top: 60px;
} 
.top_block2 {
	color:#777;
	position: relative;
	z-index: 99;
    overflow: hidden;
}
.service_box{
	z-index: 999;
	padding: 90px 0;
}
.aboutUs-2 {
    position: relative;
    overflow: hidden;
}

.about-img{
	padding-top: 30px;
	padding-bottom: 30px;
}

.top_block2 .service-1 {	
	background: url(../img/top_news_pic1.png) no-repeat center center;
}
.block2_title{
	text-align: center;
}
.block2_title h2 {
	font-weight: bold;
	color: #b14a37;
	padding: 10px 0;
}
.block2_title h4 {
	font-family: 'Satisfy', cursive;
	letter-spacing:1px;
	margin: 0 0 2rem 0;
	color: #999;
	
}

.block2_box{
	background: #ffffff94;
	padding: 30px;
	border: 1px solid #e28e9c;
	height: 100%;
}
.block2_box a{
	text-decoration:none;
}
.block2_box img{
	padding: 20px;
}

.block2_list{
	color: #555;
}
@media (min-width: 992px) {
	.block2_box{
		height: 385px;
	}
	.block2_list {
		height: 144px; 
	}
}
@media (min-width: 1200px) {
	.block2_list {
		height: 90px; 
	}
}

.flower-detail {
    position: absolute;
    left: 77px;
    bottom: 78px;
    z-index: 1;
    width: 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-animation: flower-detail 5s ease-in-out infinite alternate;
    animation: flower-detail 5s ease-in-out infinite alternate;
}
.flower-detail_2 {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1;
    width: 100%;
	-webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-animation: flower-detail_2 5s ease-in-out infinite alternate;
    animation: flower-detail_2 5s ease-in-out infinite alternate;
	text-align: right;
}
.flower-detail_3 {
    position: absolute;
    left: 77px;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-animation: flower-detail 5s ease-in-out infinite alternate;
    animation: flower-detail 5s ease-in-out infinite alternate;
}
.block_img img{
	width: 80%;
	transform: rotate(271deg);
}
.block_img_2 img{
	width: 40%;
}
@keyframes flower-detail{
    0% {
		transform:translateY(40px)
	}
	50% {
		transform:translateY(0)
	}
	to {
		transform:translateY(40px)
	}
}
@keyframes flower-detail_2{
    0% {
		transform:translateY(0px)
	}
	50% {
		transform:translateY(40px)
	}
	to {
		transform:translateY(0px)
	}
}


/*  尺寸設定 */

@media (max-width: 991px) {
.block2_title{
	text-align: center;
	padding-bottom: 30px;
}
	.service-3{
		text-align: center;
	}
}

@media (min-width: 640px) {
	.service-detail-des-list dl {
		width: 47%;
		margin: 0 2% 40px 0;
	}
	.flower-detail {
		bottom: 50px;
		left: 335px;
	}
	.block_img img{
		width: 50%;
    	transform: rotate(280deg);
	}
}


@media (min-width: 992px) {
	
	.service-detail-des-list dl {
		width: 47%;
		margin: 0 2% 40px 0;
	}
	.top_block2 {
		padding-top: 160px;
		padding-bottom: 160px;
	}
	.flower-detail {
		bottom: -47px;
		left: 0;
	}
	.flower-detail_3 {
		bottom: -47px;
		left: 0;
	}
	.block_img img{
		width: 40%;
		transform: rotate(1deg);
	}
	.block_img_2 img{
		width: 20%;
	}
}
@media (min-width: 1200px) {
   
}

.top_news_slick_nav .prev-alt{top:0%; transform:translate(0,-100%);}
.top_news_slick_nav .next-alt{top:0%; transform:translate(-100%,-100%);}

.top_news_more{ margin:40px 0;text-align: center;}
.top_news_more a{ padding:10px 40px; background-color:#f0647b; color:#fff; text-shadow:none; border-radius:30px; -webkit-transition: background 0.2s;  transition: background 0.2s;}
.top_news_more a:hover{ background-color:#f99062; text-decoration:none;}
.top_news_more a i{ margin-right:10px;}
@media (min-width:992px){
	/*.top_block2{ padding: 0px 15px 60px;padding-top: 90px; }*/
	.top_block2 .container-fluid{ padding:0px;}
	.top_block2 .top_title{ position:absolute; top:0; left:60%; text-align:left; padding-left: 30px;}
	
	.top_news_slick{ width:60%; height:480px; padding:0; margin:0; background-color:#333;}
	.top_news_pic{ width:100%; height:480px; padding:0; margin:0;}
	
	.top_news_slick_nav{ position:absolute; top:211px; left:60%; width:40%; height:240px;}
	
	.top_news_slick_nav .prev-alt{top:100%; transform:translate(-200%,-100%);}
	.top_news_slick_nav .next-alt{top:100%; left:0%; transform:translate(-100%,-100%);}

}
@media (min-width:1400px){
	.top_block2 .top_title{ padding-left: 60px;}
}






.top_block3{ padding: 60px 0; color:#777; background: #fff;text-align: center;}
.block3_title{position: relative;display: inline-block;}
.top_block3 h2{ padding-bottom: 5px; color:#eb6da5; font-weight: bold;}
.top_block3 h4{ padding-bottom: 40px;color:#eb6da5; font-family: 'Satisfy', cursive;}
.block3_info ul{list-style-type:none;padding: 0; color: #78a3bd;letter-spacing: 0.05em;line-height: 2.5em;}
.block3_info ul li{margin: 10px 0;}
.block3_info ul li span{color:#eb6da5;}

.heart-detail_1 {position: absolute;right: -130px;top: -10px;z-index: 1;-webkit-animation: heart-detail 5s ease-in-out infinite alternate;
    animation: heart-detail 5s ease-in-out infinite alternate;}
.heart-detail_2 {position: absolute;right: 146px;top: 43px;z-index: 1;-webkit-animation: heart-detail_2 5s ease-in-out infinite alternate;
    animation: heart-detail_2 5s ease-in-out infinite alternate;}
@media (min-width:992px){.top_block3{ padding: 90px;}.heart-detail_1 {right: -165px;top: 17px;}.heart-detail_2 {right: 257px;top: 144px;}}
@keyframes heart-detail{
    0% {
		transform:translateY(40px)
	}
	50% {
		transform:translateY(0)
	}
	to {
		transform:translateY(40px)
	}
}
@keyframes heart-detail_2{
    0% {
		transform:translateY(0px)
	}
	50% {
		transform:translateY(20px)
	}
	to {
		transform:translateY(0px)
	}
}


.top_block4{ color:#777; background-image: url(../img/top_bg2.jpg);overflow: hidden;}
.top_block4 .block4_test{ color:#eb6da5;padding: 120px 0;text-align: center;}
.top_block4 img{ width: 100%;}
@media (min-width:992px){.top_block4 .block4_test{ padding: 60px;}}

.news-detail-link {
    border-top: 2px dashed #adadad;
    border-bottom: 2px dashed #adadad;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: #ededed;
	margin-top: 60px;
}
.news-detail-link h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
.news-detail-link a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
    margin-left: 10px;
}
.news-detail-link a:hover {
    text-decoration: none;
}

.top_block5{ color:#777; background-image: url(../img/top_bg3.jpg);overflow: hidden;padding: 60px 0;}
.top_block5 .block5_test{ color:#eb6da5;margin-top: 20px;}
.top_block5 img{ width: 100%;}
@media (min-width:992px){.top_block5{padding: 120px 0;}.top_block5 .block5_test{ margin-top: 0; padding: 127px;}}





/*.top_block5{ color:#777; background: #efefef;overflow: hidden;text-align: center;}
*/
.top_block6{
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 120px 0;
	background-image:url(../img/top_bg11.png); background-size: cover; background-position:top center;
    /*background-color: #f8f8f8d4;*/
	overflow: hidden;
}
.process-tag{
    position: absolute;
    top: -80px;
}
.index-title-box{
	text-align: center;
	padding-bottom: 30px;
}

.index-process-all-box{
    width: 1660px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.index-process-title-box{
    position: relative;
}
.index-process-title-icon{
    display: inline-block;
    display: none;
    position: absolute;
    top: 20px;
    left: calc(50% - 100px);
    transform: rotateZ(15deg);
}
.index-teams-all-box .index-process-title-icon{
    left: calc(50% - 120px);
}
.index-process-flow-title-box{
    font-family: "Noto Sans TC";
}
.index-process-qa-title-box{
    font-family: "Oswald";
}

.index-process-flow-info-box{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 60px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.index-process-flow-info{
    width: calc(100% / 5);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 10px;
    border-right: 1px solid #000;
    position: relative;
    text-align: center;
}
.index-process-flow-info:last-child{
    border-right: none;
}
.index-process-flow-info-step{
    font-family: "Roboto";
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 36px;
    color: #000;
    box-sizing: border-box;
    padding-left: 0.06em;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100px;
    text-align: center;
}
.index-process-flow-info-step::after{
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-color: #323c53;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index-process-flow-info-icon{
    width: 50px;
    height: 50px; 
    display: block;
    margin: 20px auto;
    position: relative;
}
.index-process-flow-info-icon img{
    width: 100%;
    height: 100%;
}
.index-process-flow-info-name{
    font-family: "Noto Sans TC";
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.4;
    color: #000;
    display: inline-block;
}
.index-process-flow-info-name a{
    color: #000;
	text-decoration:none;
}
.index-process-flow-info:hover a span{
    color: #f0647b;
}
.index-process-flow-info::after{
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    color: #bd9b60;
    line-height: 1;
    position: absolute;
    right: -12px;
    top: calc(50% - 12px - 5px);
    /* background-color: #E1DCD9; */
    box-sizing: border-box;
    padding: 5px 0;
    display: none;
}
.index-process-flow-info:last-child::after{
    display: none;
}
@media only screen and (max-width: 1200px){
    .top_block6{
        padding: 80px 0;
    }
    .index-process-all-box{
        width: 1000px;
    }
    .index-process-flow-info{
        padding: 0 10px;
    }
    .index-process-flow-info-text{
        padding: 10px 10px;
    }
}
@media only screen and (max-width: 1000px){
    .top_block6{
        padding: 60px 0;
    }
    .index-process-all-box{
        width: 750px;
    }
    .index-process-flow-info-name{
        font-size: 16px;
    }
    .index-process-flow-info-text{
        font-size: 14px;
    }

    .index-process-title-icon{
        width: 15px;
    }
    .index-process-title-icon{
        left: calc(50% - 78px);
        top: 12px;
    }
    .index-teams-all-box .index-process-title-icon{
        left: calc(50% - 90px);
    }
    .process-tag{
        top: -55px;
    }
}
@media only screen and (max-width: 768px){
    .top_block6{
        padding-bottom: 40px;
    }
    .index-process-all-box{
        width: 550px;
        padding-top: 20px;
    }
    .index-process-flow-info-box{
        padding: 30px 0;
        display: block;
        border-bottom: none;
    }
    .index-process-flow-info{
        width: 100%;
        display: block;
        padding: 20px 0;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    .index-process-flow-info-text{
        padding: 10px 0;
    }
    .index-process-flow-info::after{
        top: calc(100% - 13px);
        right: calc(50% - 14px);
        padding: 5px 5px;
        transform: rotateZ(90deg);
        font-size: 18px;
    }

    
    .index-process-title-icon{
        width: 10px;
    }
    .index-process-title-icon{
        left: calc(50% - 53px);
        top: 7px;
    }
    .index-teams-all-box .index-process-title-icon{
        left: calc(50% - 60px);
    }
}
@media only screen and (max-width: 550px){
    .top_block6{
        padding-bottom: 20px;
    }
    .index-process-all-box{
        width: calc(100% - 40px);
        padding-top: 10px;
    }
    .index-process-flow-info-box {
        padding: 10px 0;
    }
    .index-process-flow-info-step{
        font-size: 16px;
        width: 70px;
        line-height: 24px;
    }
    .index-process-flow-info-icon{
        width: 50px;
        height: 50px;
    }
    .index-process-flow-info-text{
        padding: 5px 0;
        line-height: 1.2;
    }
    .process-tag{
        top: -46px;
    }
    
}


.top_contact_block{ padding:32px 0; background-color:#ededed; }

.top_contact_text{ text-align:center;}
@media (min-width:992px){ .top_contact_text{ text-align:left;}}
.top_contact_text ul{ list-style:none; padding:0; font-size:0.95rem; margin-top:10px; color:#555;}
.site_map{ display:none;}
@media (min-width:992px){.site_map{ display:block;}}
.site_map_con h5 a{color:#f0647b; font-size:1.1rem;}
.site_map_con ul{ list-style:none; padding:0; font-size:0.95rem;}
.site_map_con ul li a{color:#555;}

.site_map_con h5 a:hover,
.site_map_con ul li a:hover{ color:#f99062; text-decoration:none;}


.guide{ margin-top:32px; margin-bottom:32px;}
.guide a{ color:#fff; background-color:#f0647b; padding:12px 16px; border-radius: 8px; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.guide a:hover{ text-decoration:none; background-color:#f99062; color:#fff;}
@media (min-width:768px){.guide{ display:none;}}



.alert_block{ position:fixed; left:0; top:0; z-index:9998; width:100%; height:100%; background-color:rgba(050,050,050,0.7);-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition: margin 5s, opacity 0.3s;}
.alert_block .alert_con{ position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); min-width:300px; z-index:9999; font-size:1.1rem; color:#fff; background-color:#db5426; padding:30px 50px; border-radius:15px; max-width:880px;-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition: margin 5s, opacity 0.3s;}

.alert_block .alert_con ul{ padding:0; list-style:none; text-align:right;}
.alert_block .alert_con ul li{ display:inline-block; margin:20px 0 0 10px;}
.alert_block .alert_con ul li a{ background-color:#fff; font-size:1.1rem; color:#333; border-radius:6px; padding:6px 40px; font-weight:bold; text-align:center;-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.alert_block .alert_con ul li a:hover{ text-decoration:none; background-color:#ccc;}

.alert_block .alert_con ul li:last-child a{ background-color:#3e3a39; color:#fff; padding:6px 40px;}
.alert_block .alert_con ul li:last-child a:hover{ background-color:#777;}

.alert_block .alert_con_times{ height:0; position:relative;}
.alert_block .alert_con_times img{ position:absolute; left:100%; top:0; margin-top:-45px; margin-left:25px; width:40px; height:auto; cursor:pointer;}


.page_banner{ background-position:center; background-size:cover; height:240px; position:relative;}

.page_banner h1{padding-top: 72px;}
.page_banner h1 span{ color:#f0647b;}
.page_banner h6{ text-align:center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:#fff; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}

@media (max-width:639.98px){
	.page_banner h1{ font-size: 1.6rem;}
}
@media (min-width:992px){
	.page_banner{height:400px;}	
	.page_banner h1{ font-size: 4rem; padding-top: 150px;}
}

.page_bread{ background-image:url(../img/breadcrumbs.jpg);    background-position: center;background-size: cover;margin:0; font-size:0.9rem; display:table; width:100%; position:relative;padding-top: 60px;padding: 0;text-align: center;}
.page_bread .container-fluid{}
.page_bread .breadcrumb { background:none; float: none; text-align:left;display: block;   padding:15px 0 0 0;}
.page_bread  h2{ font-size: 1.2rem;}
.page_bread  h2 span{ color: #7454E1;}
.page_bread .breadcrumb li{ border-radius:0; color:#555;display:inline;}
.page_bread .breadcrumb li::before{ color:#555;}
.page_bread .breadcrumb a{ color:#555;}
.page_bread .breadcrumb a:hover{color:#FC6; text-decoration:none;}

.h2_title{padding-bottom: 20px;}


.service_list1,.service_list2,.service_list3,.service_list4{position: relative;}

.about_block1{padding: 80px 0; color:#777; background-image:url(../img/page_about_bg.jpg); background-position:center; background-size:cover; position: relative;overflow-x: hidden;}
.about_block1 .container-fluid{ height: 100%; position: relative;}
@media (min-width:992px){
	.about_block1{ padding: 0; height: 800px; }
	.page_about_text{position: absolute; top: 50%; width: 50%; left: 15px; transform: translateY(-50%);}
	.page_about_text h1{ font-size: 4rem; margin-bottom: 30px;}
}

.about_block2{padding: 80px 0; color:#777; background-image:url(../img/page_about_bg2.jpg); background-position:center; background-size:cover;position: relative;overflow-x: hidden;}
.about_block2 .container-fluid{ height: 100%; position: relative;}
.page_about_text2 h5{ color: #df5c5b;font-weight: bold;}
@media (min-width:992px){
	.about_block2{ padding: 0; height: 800px; }
	.page_about_text2{position: absolute; top: 43%; width: 50%; right: 0px; transform: translateY(-50%);}
	.page_about_text2 h1{ font-size: 4rem; margin-bottom: 30px;}
}

.block{margin-bottom: 60px;}

.service_block1{ padding: 60px 0; color:#777; background-image:url(../img/top_bg3.jpg); position: relative;overflow: hidden;}
.page_service {text-align: center!important;padding: 15px 5px;margin: 10px 0;color: #fff;}
.service_block1 i{ padding-right: 10px;}
.service_block1 .service-1 {	
	background: url(../img/top_news_pic1.png) no-repeat center center;
	height: 425px;
}
@media (min-width:992px){
	.service_block1{ padding: 120px 0;}
}

.service_block1 .service-3{z-index: 99;}
.service_block1 .service-3 img{max-width: 100%;}
.service-detail-list ul{list-style: none;padding: 0;}
.service-detail-list ul li{padding: 10px 0;}
.service_box_2{z-index: 99;}
.service_block1 > div{z-index: 99;}

.service_list1{
	text-align: left;
}
.service_list_box{
	position: relative;
	padding: 60px 0;
	border-bottom: 1px dashed #b4b4b4;
}

.service_list1 dl {
	height: 100%;
}
.service_list1 dl dt{
	padding-bottom: 20px;
}
.service_list1 dl dt img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	border: 10px solid #fff;
	-webkit-box-shadow: 0 0 15px #adadad;
	-moz-box-shadow: 0 0 15px #adadad;
	box-shadow: 0 0 15px #adadad;
	background: #fff;
	max-width: 100%;
}

@media (max-width:467.98px){
	.service_list1 dl dt img {
		width: 50%;
	}
}
.service_list1 dl dd h2 {
	color: #f0647b;
	font-weight: bold;
	padding-top: 20px;
    padding-bottom: 30px;
	font-size: 26px;
}
.service_list1 dl dd ul {
    list-style: none;
    padding: 0;
}
.service_list1 dl dd ul li{
    margin: 5px 0;
}
@media (min-width:992px){
	.service_list1 dl dt{
		padding-bottom: 0px;
	}
}


.service_block2{ padding: 80px 0; color:#777; background-color: #fff; background-image:url(../img/top_bg4.jpg); background-position:center; background-size:cover; background-attachment: fixed; position: relative;}
.service_block2 h1{ text-align: center;}
.service_block2 i{ padding-right: 10px;}
.service_block2 .test_line{border-width: 3px;border-style: dashed;border-color: #f0647b;padding: 10px;color: #3f3f3f;background: #fff8f8;}
.page_info_text h6 {margin: 15px 0;color: #f0647b;}
.page_info_text h6 span {font-size: 0.9rem;color: #fff;background-color: #f0647b;padding: 4px 15px;margin-right: 10px;}

.service_target_con{ margin: 15px 0; }
.service_target_con h6{  text-align: center;}
/*.service_target_icon {  margin:0 auto 15px auto; border:4px solid #e28e9c; border-radius: 50%;}
.service_target_icon img {padding: 20px; width: 120px;height: 120px;}*/
.service_target_icon{  position: relative;margin:0 auto 15px auto; border:4px solid #e28e9c; border-radius: 50%; /*padding: 30px;*/ width: 180px;height: 180px;}
.service_target_icon img{ width: 60%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 9; }

@media (min-width:992px){
	.service_block2 h1{ font-size: 4rem; }

	.service_target_con2{ padding-top: 60px; }
}


.process {
  padding-bottom: 40px;
}
.process .articleBox {
  margin-bottom: 50px;
}
.process .processBox {
  padding: 80px;
  border: 1px solid #dcdcdc;
}
@media (max-width: 960px) {
  .process .processBox {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .process .processBox {
    padding: 20px 40px;
  }
}
@media (max-width: 480px) {
  .process .processBox {
    padding: 20px 10px;
  }
}
.process .processList {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.process .processList > li {
  padding: 5px;
  width: 20%;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .process .processList > li {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .process .processList > li {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .process .processList > li {
    width: 50%;
  }
}
.process .processList > li:nth-of-type(1) .step {
  color: #f3828d;
}
.process .processList > li:nth-of-type(1) .processInfo:before, .process .processList > li:nth-of-type(1) .processInfo:after {
  background-color: #f3828d;
}
.process .processList > li:nth-of-type(2) .step {
  color: #f07884;
}
.process .processList > li:nth-of-type(2) .processInfo:before, .process .processList > li:nth-of-type(2) .processInfo:after {
  background-color: #f07884;
}
.process .processList > li:nth-of-type(3) .step {
  color: #ee727e;
}
.process .processList > li:nth-of-type(3) .processInfo:before, .process .processList > li:nth-of-type(3) .processInfo:after {
  background-color: #ee727e;
}
.process .processList > li:nth-of-type(4) .step {
  color: #ea6672;
}
.process .processList > li:nth-of-type(4) .processInfo:before, .process .processList > li:nth-of-type(4) .processInfo:after {
  background-color: #ea6672;
}
.process .processList > li:nth-of-type(5) .step {
  color: #e85e6b;
}
.process .processList > li:nth-of-type(5) .processInfo:before, .process .processList > li:nth-of-type(5) .processInfo:after {
  background-color: #e85e6b;
}

.process .processList .item {
  text-align: center;
}
.process .processList .step {
  position: relative;
  font-size: 19px;
}
.process .processList .processInfo {
  position: relative;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .process .processList .processInfo {
    height: 80px;
  }
}
.process .processList .processInfo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) skewX(25deg);
  width: 100%;
  height: 50%;
}
.process .processList .processInfo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) skewX(-25deg);
  width: 100%;
  height: 50%;
}
.process .processList .enTitle {
  position: relative;
  font-size: 26px;
  color: #fff;
  line-height: 1;
}
@media (max-width: 1180px) {
  .process .processList .enTitle {
    font-size: 20px;
  }
}
.process .processList .title {
  position: relative;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  padding: 0 20px;
}
@media (max-width: 1180px) {
  .process .processList .title {
    font-size: 14px;
  }
}
.process .note {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #cd1c1c;
}




.service_block3{ padding: 80px 0; color:#777; background-image:url(../img/top_bg4.jpg); background-position:center; background-size:cover; position: relative; background-attachment: fixed;}
.service_block3 .container-fluid{ max-width: 1200px;}
.service_block3 h1{ text-align: center; color:#555; }
.service_block3 i{ padding-right: 10px;}
.service_block3 span{ color: #FF0004;}
.service_block3 h4{ border-left: 8px solid #f0647b; padding-left: 10px;margin-top: 20px;}
.service_block3 .block3_test{padding-top: 20px; }
.service_target_icon_2{  position: relative;margin:0 auto 15px auto; border:4px solid #e28e9c; border-radius: 50%; /*padding: 30px;*/ width: 200px;height: 200px;}
.service_target_icon_2 img{ width: 95%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 9; }
@media (min-width:992px){
.service_target_icon_2{  width: 250px;height: 250px;}
}

.service_table thead{ border: 1px solid #cecece;}
.service_table thead th{ border: 1px solid #cecece;}
.service_table thead tr th{ background-color: #f0647b; color: #fff;}
.service_table table td{ border: 1px solid #cecece!important;}

.service_block3 .test_line{border-width: 3px;border-style: dashed;border-color: #cececece;padding: 10px;color: #777;background: #0000000d;}
@media (min-width:992px){
	.service_block3 h1{ font-size: 4rem; }
	.service_block3 .block3_test{padding-top: 0px; }
}

.service_block4{ padding: 80px 0; color:#777; background-image:url(../img/top_bg4.jpg); background-position:center; background-size:cover; position: relative; background-attachment: fixed;}
.service_block4 .container-fluid{ max-width: 1200px;}

.service_block4 h1{ text-align: center; color:#555; }
.service_block4 i {padding-right: 10px}
.service_block4 img{ max-width: 100%;}


@media (min-width:992px){
	.service_block4 h1{ font-size: 4rem; }
}

.service_block5{ padding: 80px 0; color:#777; text-align: center; background: #f8f8f8; /*background-image:url(../img/top_bg4.jpg);*/ background-position:center; background-size:cover; position: relative;background-attachment: fixed;}
.service_block5 h1{ color:#555; }
.product_text{padding-top: 10px;}

.product_category{ margin: 15px 0; }
.product_category a{ display: block; padding: 15px; color: #f0647b; border: 1px solid #f0647b; border-radius: 30px; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.product_category a:hover,
.product_category a.active{ text-decoration: none; background-color: #f0647b; color: #fff;}


.product_con{ margin: 15px 0; }
.product_pic{/*border: 1px solid #c9c9c9*/;padding: 10px;}

.service_detail_block{ padding: 80px 0; color:#777; background-image:url(../img/top_bg1.jpg); background-position:center; background-size:cover; position: relative;}


.product_detail_title{ color: #555; border-bottom: 1px solid #ccc; margin-bottom: 15px; padding-bottom: 15px;}
.product_detail_pic{}
.product_detail_text{ padding:15px 0; background-color:#fff;}

.product_sub_title{ border-left:8px solid #f0647b; padding-left:10px;}

@media (min-width:992px){
	.product_detail_pic{ width:360px; height:360px; float:left}
	.product_detail_title{margin-left:380px;}
	.product_detail_text{ margin-left:380px; min-height:240px;}
}


.page_anchor{ position: absolute; top: -88px;}


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

@media (min-width:992px){
	.service_block5 h1{ font-size: 4rem; }
}

.teams_block2{padding: 60px 0; color:#777;background-image:url(../img/top_bg3.jpg);overflow: hidden;}
@media (min-width:992px){
	.teams_block2{ padding: 120px 0;}
}

.info_block{ padding: 60px 0; color:#777; background-image: url(../img/top_bg3.jpg); /*background-position:center; background-size:cover;*/}
@media (min-width:992px){
	.info_block{ padding: 120px 0;}
}

.info_category_row{ margin-bottom: 30px; }
.info_category_row .col-lg-3{ margin: 15px 0; }
.info_category_con{ text-align:center;}
.info_category_con a{ padding:15px; display:block; border:1px solid #f0647b; color:#f0647b; border-radius:30px; -webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */ transition: all 0.3s;}
.info_category_con a:hover,
.info_category_con a.active{ background-color:#f0647b; color:#fff; text-decoration:none;}

.page_info_pic_2{ /*height:460px; border-radius: 15px; background-position:center; background-size:cover;*/}
.page_info_pic_2 img{ width: 100%;}
.page_info_pic{ height:240px; border-radius: 15px; background-position:center; background-size:cover;}
.page_info_date{ height:80px; width:80px; text-align:center; color:#fff; background-color:#f0647b; font-size:2.6rem; line-height:2.2rem; padding-top:10px;}
.page_info_text h3{ padding: 20px 0;color: #f0647b;font-weight: bold;}
.page_info_text h4{ padding-bottom: 20px;}
.page_info_text ul{ list-style:none;padding: 0; }
.page_info_text ul li{ margin: 5px 0; }
.page_info_text ul li i{ padding: 0 10px 0 0;color: #f0647b; }

.page_info_con{ margin: 15px 0;position:relative;}
.page_info_con a{ position:absolute; z-index:5; top:0; left:0; width:100%; height:100%; background-color:#fff; opacity:0; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.page_info_con a:hover{ opacity:0.3;}
/*.page_info_con:hover h4{ color:#f0647b;}*/



.suply_detail_block{ padding: 60px 0; color:#777; background-image: url(../img/top_bg3.jpg);}
.suply_detail_intro{padding: 30px 0;}
.suply_detail_intro img {
    width: 100%;
    vertical-align: bottom;
    border: 7px solid #efefef;
    margin: 10px 0;
}
@media (min-width:992px){
	.suply_detail_block{ padding: 120px 0;}
}



.info_detail_block{ padding:60px 0; color:#777; background-image:url(../img/top_bg3.jpg);}
.info_detail_block .container-fluid{ max-width:1200px;}
.info_detail_block .info_detail_title{ color:#555; font-size: 1.6rem; border-bottom:1px solid #ccc; margin-bottom:15px; padding-bottom:15px;}
@media (min-width:768px){ .info_detail_block .info_detail_title{ font-size: 2.5rem;}}
@media (min-width:992px){ .info_detail_block{ padding:120px 0;}

.info_detail_block .page_news_badge{}

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

.info_category_row{ margin-bottom: 30px; }
.info_category_row .col-lg-3{ margin: 15px 0; }
.info_category_con{ text-align:center;}
.info_category_con a{ padding:15px; display:block; border:1px solid #f0647b; color:#f0647b; border-radius:30px; -webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */ transition: all 0.3s;}
.info_category_con a:hover,
.info_category_con a.active{ background-color:#f0647b; color:#fff; text-decoration:none;}


.news_block1{ padding: 80px 0; color:#777; background-image:url(../img/top_bg1.jpg); background-position:center; background-size:cover;}

.page_news_con{ position:relative; color:#777; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px;}
.page_news_pic{ height:240px; border-radius: 15px; background-position:center; background-size:cover;}
.page_news_text h4{ color:#555;}
.page_news_date{ margin:15px 0; color:#555; font-size: 0.9rem; font-weight: 900;}
.page_news_date span{ font-size: 3rem; display: block; line-height: 3.4rem;}

.page_news_badge{ float: right; color: #f0647b; padding: 15px; border: 1px solid #f0647b; border-radius: 10px; margin-top: 8px;}

@media (min-width:992px){
	.page_news_pic{ width:320px; height:280px; float:left;}
	.page_news_text{ margin-left:340px;}
}
@media (min-width:1200px){
	.page_news_pic{ width:480px; height:280px; float:left;}
	.page_news_text{ margin-left:520px;}
	
	.news_block1 .top_title{ font-size:4rem;}
}


.pagination .page-item .page-link{ color:#f0647b;}
.pagination .page-item.active .page-link{ background-color:#f0647b; border-color:#f0647b; color:#fff;}
.pagination { justify-content: center;}



.news_detail_block{ padding:80px 0; color:#777; background-image:url(../img/top_bg1.jpg); background-position:center; background-size:cover;}
.news_detail_block .container-fluid{ max-width:1200px;}
.news_detail_block .news_detail_title{ color:#555; font-size: 1.6rem; border-bottom:1px solid #ccc; margin-bottom:15px; padding-bottom:15px;}
@media (min-width:768px){ .news_detail_block .news_detail_title{ font-size: 2.5rem;}}

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

.back_btn{ margin:30px 0;}
.back_btn a{ padding:10px 40px;  background-color:#f0647b; color:#fff; border-radius:30px; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.back_btn a:hover{ background-color:#f99062; text-decoration:none;}

.page_news_date_ul{ padding:0; list-style:none;}
.page_news_date_ul li{ display:inline-block; margin-right:10px;}

.news_share_line a{ color:#f0647b; font-size:1.6rem; float:left; margin-bottom:-12px;}


.page_news_link{ margin:30px 0;}
.page_news_link a{ color:#f0647b;}


.contact_block{ padding:80px 0; color:#777; line-height:1.8rem; background-image:url(../img/top_bg1.jpg); background-position:center; background-size:cover;}

.contact_block h1{ color:#555; border-bottom:1px solid #ccc; margin-bottom:15px; padding-bottom:15px;}

.page_contact_info{ padding:0;}
.page_contact_info ul{ padding: 0; list-style:none;}
.page_contact_info ul li{ position: relative; padding:8px 0 8px 40px;}
.page_contact_info ul li i{ width: 32px; height: 32px; padding: 6px 0 0 0; position: absolute; top:6px; left:0; border:1px solid #f0647b; border-radius: 50%; color:#f0647b; text-align:center;  }

.page_contact_info iframe{ border-radius: 15px; }

.page_contact_form{ padding:0;}
.form-control {background-color: #ededed;}
.top_block5 .top_block5-btn{text-align: center;}
.top_block5 .btn-primary {color: #fff;background-color: #f0647b;border-color: #f0647b;padding: 10px 40px;}
.top_block5 .btn-primary:hover {color: #fff;background-color: #f99062!important;border-color: #f99062!important;}


.contact_block form{}
.contact_block form .form-group textarea{padding:25px; background-color:#fafafa;}
.contact_block form .form-group input{ padding:25px; background-color:#fafafa;}
.contact_block form .form-group select{ padding:0 22px; background-color:#fafafa; height:52px;}
.contact_block form .form-group button{ background-color:#f0647b; border-color:#f0647b; color:#fff; padding:15px 0; width:118px; text-align:center; }
.contact_block form .form-group button[type="reset"]{background-color:#ccc; border-color:#ccc; color:#555;}

@media (min-width:992px){ 
	.contact_block h1{ font-size:4rem;}
}


/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 15px;
	border: 1px solid #c0bebe;
}
.table1 tr:nth-child(2n+1) {
	background-color: #ededed;
}
.table1 th {
	background-color: #f480a8;
	color: #fff;
	/*font-size: 1.1rem;*/
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
	border-right: 1px solid #fff;
	white-space: nowrap;
}
.table1 th:last-of-type {
	border-right: 1px solid #c0bebe;
}
.table1 td {
	padding: 5px 5px !important;
	border: 1px solid #c0bebe;
	text-align: center;
	vertical-align: middle;
}
.table1 tr.c {
	background-color: #d0e6f4;
	vertical-align: middle;
	text-align: center;
}
.table1 td.c {
	background-color: #456aad;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.table1 td.b {
	background-color: #d0e6f4;
	vertical-align: middle;
	text-align: center;
}
.table1 tr.subtitle td {
	background-color: #c8dae7;
	font-weight: bold;
}
.table1 td.left {
	text-align: left;
}
.table1 td a {
	font-weight: bold;
	text-decoration: underline;
	color: #6684bb;
}
.table1 td a:hover {
	text-decoration: none;
	color: #000;
}
.table1 td img {
	max-width: 100px;
	max-height: 40px;
}
.table2 td:nth-of-type(2) {
	text-align: center;
}
.table-text {
	color: #D40101;
	text-align: right;
}
@media (min-width: 1200px) {
.table-text {
	display: none;
}
}


@media (min-width: 1200px){
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
}
@media (min-width: 640px){
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
}


