﻿@charset "utf-8";

.main {
    position: relative;
    overflow: hidden
}

 /*NEW SLICK TEST*/

/*---main---*/

.main2 {
    display: block;
    height: 100%;
    position: relative;
    list-style: none;
}

.main2 .item2 {
    display: block;
    position: relative;
    height: 730px;
    max-height: 50vw;
    width: 100%;
}

/*主視覺圖片動態*/
.main2 .item2 .zoomIn2, 
.main2 .item2 .zoomOut2{ transition:all 15s  ; height: 100%}
 
.main2 .item2 .zoomIn2{	transform:scale(1); } 
.main2 .item2.slick-active .zoomIn2{ transform:scale(1.3); }
 
.main2 .item2 .zoomOut2{ transform:scale(1.3)} 

.main2 .item2.slick-active .zoomOut2{ transform:scale(1); } 
 
@media screen and (max-width: 480px) {
    .main2 .item2.slick-active .slide-text h2 {
        font-size: 2em;
        width: 100%;
    }
}


.main2 .item2 .abox {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
     display: block;
}



.main2 .item2 .slide-text {
    left: 0;
    top: 30%;
    right: 0;
    margin: auto;
    position: absolute;
    text-align: left;
    padding: 0px 50px;
	max-width: 1400px;
}


.main2 .item2 .slide-text.top_t {
    top: 50%;
	transform: translate(0,-50%)
}



@media screen and (max-width: 680px) {
    .main2 .item2 .slide-text:first-of-type {
        top: 20%;
    }
}

.main2 .item2 .slide-text h2 {
    font-family: 微软雅黑;
    font-weight: bold;
    color: #ffffff;
    font-size: 7em;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: inline-block;
    animation-delay: 1s;
    padding: 0px;
    opacity: 0;
    transform: scale(0.4) translate(0, -400px);
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-duration: 2s;
    text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 10px;
	transition: transform 1s;
}

.main2 .item2.slick-active .slide-text h2 {
    opacity: 1;
    transform: scale(1) translate(0, 0);
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition: transform 1s;
    animation-iteration-count: 1;
    animation-name: zoomInDown
}

.main2 .item2 .slide-text p {
    font-family: 微軟正黑體, Arial;
    font-weight: bold;
    color: #ffffff;
    font-size: 4em;
    line-height: 1.25;
    letter-spacing: 1px;
    animation-delay: 2s;
    max-width: 1400px;
    padding: 0px;
    margin: 0px auto 15px;
    opacity: 0;
    transform: translate(300px, 0);
    transition-delay: 2s;
    -moz-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-duration: 2s;
    text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 10px;
	transition: transform 2s;
}

.main2 .item2.slick-active .slide-text p {
    opacity: 1;
    transform: translate(0, 0);
     transition-delay: 2s;
    -moz-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInUp;
	transition: transform 2s;
}


@media screen and (max-width: 680px) {
    .main2 .item2 .slide-text h2 {
        font-family: 微软雅黑;
        font-size: 3.5em;
    }
	.main2 .item2 .slide-text p {
		font-size: 2em;

	}
}

 
 
.main2 .item2 .slide-text a.more:hover,
.main2 .item2 .slide-text a.more:focus {
    background-color: #000 !important;
}

.main2 .slick-prev,
.main2 .slick-next {
    width: 25px;
    height: 25px;
    opacity: 0;
     z-index: 1002;
    transition: all 1s;
    border-left: 5px solid #FFF;
    border-top: 5px solid #FFF;
    transform: rotate(-45deg) translate(0,-70%);
	transform-origin: center;
}
.main2 .slick-prev:active,
.main2 .slick-next:active {  transition-duration: 0s; width: 20px; height: 20px;}

.main2 .slick-prev {
     left: 100px;
    right: auto
}

.main2 .slick-next {
     right: 100px;
    left: auto;
	transform: rotate(135deg) translate(0,50%);
}

.main2:hover .slick-prev {
    left: 30px;
    opacity: 0.51 !important;
}

.main2:hover .slick-next {
    right: 10px;
    opacity: 0.5 !important;
    ;
}

.main2 .slick-prev:before,
.main2 .slick-next:before {
    display: none !important
}

.main2 .slick-prev:hover , .main2 .slick-next:hover{
	opacity: 1 !important
}

@media (max-width: 1400px) {

    .main2 .item2 .slide-text h2 {
        font-size: 5em;
    }

    .main2 .item2 .slide-text p {
        font-size: 2.5em;

    }
}

@media (max-width: 1024px) {

    .main2 .item2 .slide-text h2 {
        font-size: 3.5em;
    }

    .main2 .item2 .slide-text p {
        font-size: 2em;

    }
}

@media (max-width: 767px) {
    .main2 .item2 .slide-text a.more {
        font-size: 1.4em;
    }
}



@media screen and (max-width: 500px) {

    .main2 .item2 .slide-text h2 {
        font-size: 3em;
    }

    .main2 .item2 .slide-text p {
        font-size: 1.5em;
    }

    .main2 .item2 .slide-text a.more {
        background-position: calc(100% - 6px) center;
        background-size: auto 70%;
        font-size: 1.4em;
        padding: 7px 12px;
    }
}

@media screen and (max-width: 480px) {

	.main2 .item2 .slide-text a.more {
		padding: 7px 20px;
	}
}

@media screen and (max-width: 420px) {
 	
	.slide-text > h1 { font-size: 2.6em; display: block;}
	.main2 .slick-prev, .main2 .slick-next{ display: none;}
	.main2 .item2 .slide-text{ padding: 0 20px}
 
}





.pdbox {
    padding: 80px 0; display: block; 
}

@media screen and (max-width: 768px) {
    .pdbox {
        padding: 60px 0;
    }
}

@media screen and (max-width: 480px) {
    .pdbox {
        padding: 40px 0;
    }
}

 


.row-10 {
    margin: 0 -18px
}
.data_g{ display: block; position: relative; background: #ececec}
 
.pdl_50{ box-sizing: border-box; padding: 0 50px;  position: relative;}

section  h2.tit {
    font-size: 6em;
    /*font-family: 微软雅黑;*/
    font-weight: bold;
    padding-left: 50px;
    background-position: left 0.5em;
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-image: url(../images/DOT-G2.svg);
	display: block;
	margin-bottom: 15px;
	color: #343538;
	position: relative;
	z-index: 2;
	line-height: 1.33
}

section  h3.g_tit{
	font-size: 3.5em;
	color: #22a255;
	display: block;
	line-height: 1.5;
	margin-bottom: 10px;
	position: relative;
	z-index: 2
}

section  h3.g_tit big{	font-size: 128%; display: inline-block;}
section  h3.g_tit small{	font-size: 85.7%;}

.data_g p{ font-size: 2.5em; line-height: 1.5; margin-bottom: 1em; position: relative; z-index: 2; color: #343538;}

section  h2.tit .more_btn{
	color: #343538;
	font-size: 30px;
	line-height: 50px;
	float: right;
	padding-right: 60px;
	position: relative;
}

section  h2.tit .more_btn:hover, section  h2.tit .more_btn:focus{
	color: #309b6f
}

section  h2.tit .more_btn:after{
	content: '';
	display: block;
	width: 50px; height: 50px;
	border-radius: 50%;
	background:#343538 url(../images/btn-more-rw.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	right: 0; top: 0;
	transition: all 0.5s
}
section  h2.tit .more_btn:hover:after, section  h2.tit .more_btn:focus:after{
	background:#309b6f url(../images/btn-more-rw.svg) center no-repeat;
	background-size: contain;
	right: -5px
	
}


ul.radio_img{
	display: flex;
	flex-flow:row ;
	justify-content:Space-between ;
	list-style: none;
	position: relative; z-index: 2
}

ul.radio_img li{
	width: 20.7%; padding-bottom: 20.7%;
	background: #000;
	height: 0;
 	border-radius: 50%;
	position: relative;
	overflow: hidden
}
ul.radio_img li:after{ 
	content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-position: center; background-size: cover;
	opacity: 0.5; z-index: 1; transition: all 0.5s}

ul.radio_img li:hover:after{ transform: scale(1.1); opacity: 0.7}

ul.radio_img li.bg_1:after{	background-image: url(../images/ab-h-1.webp)}
ul.radio_img li.bg_2:after{	background-image: url(../images/ab-h-2.webp)}
ul.radio_img li.bg_3:after{	background-image: url(../images/ab-h-3.webp)}
ul.radio_img li.bg_4:after{	background-image: url(../images/ab-h-4.webp)}


ul.radio_img li div{ position: absolute; width: 100%; text-align: center; color: #fff; top: 50%; transform: translate(0,-50%); z-index: 2}

ul.radio_img li strong{ display: block; font-size: 3em; font-family: 微软雅黑;  font-weight: bold; margin-bottom:0.6em;}
ul.radio_img li span{ font-size: 2.4em; font-weight: bold; padding-top: 0.7em; border-top: 0.2em #fff solid; display: inline-block;}

#about .container{ position: relative}

#about .ab_img{ position: absolute; right: 0; top:0; transform: translate(35%,-14.2%); max-width: 35%; height: auto !important}

#service{ position: relative;}

#service.pdbox{ padding-bottom:30px }

#service:before{
	content: '';
	display: block;
	width: 94%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background: #fff;
	left: 0; top: 0;
	border-radius: 120px 0 120px 0
}

#service .service_list{
	display: flex;
    flex-flow: row;
	flex-wrap: wrap;
    justify-content: Space-between;
    list-style: none;
    position: relative;
	margin-top: 30px;
}

#service .service_list a{ display: block; width: 23%; margin-bottom: 50px;}
#service .service_list  .space{ display: block; height: 1px ;width: 100%;}
#service .service_list a i{
	display: block; border-radius: 2.6vw 0  ; padding-bottom: 100%; background: #000; overflow: hidden;
	position: relative; background-size: cover;
}
#service .service_list a strong{
	color: #343538; display: block; font-size: 2.4em; padding:0.5em 1em 0.6em 0 ; box-sizing: content-box;	border-bottom: 1px solid #343538; background: url(../images/link-ico-go-b.svg) calc(100% - 5px) center no-repeat;	background-size: 0.7em auto !important; transition: all 0.5s; line-height: 1.4;
}

#service .service_list a:hover strong, #service .service_list a:focus strong{
	color: #309b6f; background: url(../images/link-ico-go-over.svg) right center no-repeat;	 border-bottom: 1px solid #309b6f;
}

#service .service_list a i:after{ 
	content: ''; display: block; width: 100%; height: 100%; position: absolute; background-position: center;
	background-size: cover; transition: all 0.5s;}

#service .service_list a i:before{
	content: '';
	display: block; width: 40px; height: 40px; opacity: 0; background: url(../images/page-ico-search-w.svg) center no-repeat; background-size: contain; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
	z-index: 2; transition: all 0.5s;
}
#service .service_list a:hover i:before, #service .service_list a:focus i:before{
	opacity: 1; width: 30px; height: 30px;
}


#service .service_list a:hover i:after, #service .service_list a:focus i:after{ opacity: 0.5; transform: scale(1.1)}

#service .service_list a i.bg_1:after{ background-image: url(../images/sv-h-1.webp)}
#service .service_list a i.bg_2:after{ background-image: url(../images/sv-h-2.webp)}
#service .service_list a i.bg_3:after{ background-image: url(../images/sv-h-3.webp)}
#service .service_list a i.bg_4:after{ background-image: url(../images/sv-h-4.webp)}
#service .service_list a i.bg_5:after{ background-image: url(../images/sv-h-5.webp)}
#service .service_list a i.bg_6:after{ background-image: url(../images/sv-h-6.webp)}

.max_big{ 
	margin: 0 auto; width: 90%; max-width: 1600px; background: #fff; position: relative; padding: 50px; 
	box-sizing: border-box;}

#honors .max_big:before, #honors .max_big:after{
	content: ''; display: block; width: 14px; height: 331px; background: url(../images/dbl-lab-h.svg) left top no-repeat; background-size: contain !important;
	position: absolute; left: 0; top: 0;
}
#honors .max_big:after{background: url(../images/dbl-lab-h-2.svg) right bottom no-repeat; right: 0; bottom: 0; left: auto; top: auto;
	
}

#honors .honors_slick{
	display: block; list-style: none;
	position: relative;
}
 
#honors .honors_slick li .pdl_50.like_mark{
	padding-right: 8vw; position: relative;}

#honors .honors_slick:after{
	content: '';
    display: block;
    width: 11vw;
    height: 11vw;
    position: absolute;
	right: -35px;
    top: 30%;
    transform: translateY(-50%);
    background: url(../images/true-mark.svg) center no-repeat;
    background-size: contain;
}

#honors .honors_slick .slick-prev, #honors .honors_slick .slick-next{
	width:50px; height: 50px; border-radius: 50%; background-color:#343538; background-position: center; background-size: contain;  top:20px;  z-index: 10}
#honors .honors_slick .slick-prev:before, #honors .honors_slick .slick-next:before{ display: none}

#honors .honors_slick .slick-prev:hover, #honors .honors_slick .slick-next:hover, #honors .honors_slick .slick-prev:active, #honors .honors_slick .slick-next:active {
	background-color: #22a255
}
#honors .honors_slick .slick-prev{
	background-image: url(../images/btn-prev.svg);left: auto; right:60px;}

#honors .honors_slick .slick-next{
	background-image: url(../images/btn-next.svg); left: auto; right:0;}

#honors .mq_img_bg{ height: 20vw; max-height: 300px; min-height:150px; background-position: left top; background-repeat: repeat-x; background-size: auto 100%; animation: mq_img 200s linear infinite; width: clac(100% - 20px); margin-left: 10px; margin-right: 10px}

@-webkit-keyframes mq_img {
  0% { background-position:  0 top;  }
  50% { background-position:  1000% top;  }
  100% { background-position:  0 top;  }
   }

@keyframes mq_img {
  0% { background-position:  0 top;  }
  50% { background-position:  1000% top;  }
  100% { background-position:  0 top;  }
 }

@-webkit-keyframes mq_img2 {
  0% { background-position:  0 top;  }
  50% { background-position:  2000% top;  }
  100% { background-position:  0 top;  }
   }

@keyframes mq_img2 {
  0% { background-position:  0 top;  }
  50% { background-position:  2000% top;  }
  100% { background-position:  0 top;  }
 }

#honors .tit{ padding-right: 70px}

#contact{ background: url(../images/h-call-bg.webp) center no-repeat; background-size: cover; color: #fff; }

#contact .contact_boxs{
	display: flex;
    flex-flow: row;
	flex-wrap: wrap;
    justify-content: Space-between;
	list-style: none;
	box-sizing: border-box;
	padding: 0 30px;
    background-attachment: fixed;}

#contact .contact_boxs li{ 
	display: block; box-sizing: border-box; padding: 80px 40px;  width: calc(50% - 30px); background: rgba(0,0,0,0.7); 
	position: relative; text-align: center; transition: all 0.3s;}
#contact .contact_boxs li:hover{ backdrop-filter: blur(5px);}

#contact .contact_boxs li:before{ 
	content: ''; display: block; position: absolute; width: calc(100% + 20px); height: calc(100% + 20px); border: 1px solid #fff; opacity:0.7; left: -10px; top: -10px; }

#contact .contact_boxs li:hover:before, #contact .contact_boxs li:focus:before{animation: line_out 1s linear infinite; -moz-animation: line_out 1s linear infinite;}

/*框線動畫*/
@-webkit-keyframes line_out {
  0% { opacity: 1; width: 100%; height: 100%; left: 0; top: 0}
   100% { opacity: 0; width: calc(100% + 30px); height: calc(100% + 30px); left: -15px; top: -15px}
   }

@keyframes line_out {
  0% { opacity: 1; width: 100%; height: 100%; left: 0; top: 0}
   100% { opacity: 0; width: calc(100% + 30px); height: calc(100% + 30px); left: -15px; top: -15px}
 }

#contact .contact_boxs li strong{ font-size:6em; font-family: 微软雅黑; font-weight: bold; display: block; margin-bottom:0.666em  }

#contact .contact_boxs li p{ color:#fff; font-size: 2em; line-height: 2; display: block;}
#contact .contact_boxs li p span{ display: inline-block;}
#contact .contact_boxs li a{ display: inline-block; color: #fff;}

#contact .contact_boxs li a.btn_call{ font-size: 5em; font-weight: bold; margin-bottom: 0.7em; position: relative}

#contact .contact_boxs li a.btn_call:hover, #contact .contact_boxs li a.btn_call:focus{ color: #ffff00;}

#contact .contact_boxs li a.btn_call:before{ 
	content: ""; display: inline-block; width: 0.6em; height: 1.1em; margin-right: 0.4em; margin-top: -0.1em; vertical-align: middle; background: url(../images/ico_call.svg) center no-repeat; transition: all 0.3s}

#contact .contact_boxs li a.btn_call:hover:before, #contact .contact_boxs li a.btn_call:focus:before{
	transform: rotate(-15deg); 
}


#contact .contact_boxs li a.btn_mail{ 
	width: 73%; padding: 16px; border-radius: 30px; border: 1px solid #fff; position: relative; font-size: 2em; margin-bottom: 30px; font-weight: bold;}

#contact .contact_boxs li a.btn_mail:after{ 
	content: ''; display: block; width: 36px; height: 36px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); 
	background: url(../images/ico_go.svg) no-repeat center; background-size: contain; transition: all 0.3s;}

#contact .contact_boxs li a.btn_mail:hover, #contact .contact_boxs li a.btn_mail:focus{ background-color: rgba(48,155,111,0.5)}

#contact .contact_boxs li a.btn_mail:hover:after, #contact .contact_boxs li a.btn_mail:focus:after{  right: 16px;}


@media screen and (max-width: 1700px) {
	#service .container{ padding-right: 5vw}
	#honors .max_big:before, #honors .max_big:after{  height: 20vw;}
	.data_g p{ font-size: 2.2em}
	section h2.tit{ padding-right: 50px;}

 }
@media screen and (max-width: 1500px) {
	#service .container{ padding-right: 8vw}
	#honors .max_big:before, #honors .max_big:after{  height: 23vw;}
	.honors_slick li a > .pdl_50{ padding-left: 0}
    section  h2.tit {  background-position: 13px 0.5em}

}

@media screen and (max-width: 1200px) {
	#service .service_list a{ width: 25%; font-size: 90%}
	#service .container { padding-right: 2vw; }
    section  h2.tit { font-size: 5em ; padding-right: 30px   }
	.data_g p{ font-size: 2em;}
	section  h2.tit .more_btn{
		font-size: 25px;
		line-height: 40px;
		padding-right: 50px; }
	
	section  h2.tit .more_btn:after{ width: 40px; height: 40px; }
	section  h3.g_tit{	font-size: 2.8em;}
	ul.radio_img li{ width: 22%; padding-bottom: 22%;}
	ul.radio_img li span{ font-size: 2.2em;	}
	#honors .honors_slick  li > .pdl_50{ padding-left: 0; }
	#contact .contact_boxs li strong{font-size: 3.5vw;	}
	#contact .contact_boxs li a.btn_call {font-size: 3.2vw;}
}

@media screen and (max-width: 1100px) {
	#service .container { padding-right: 5vw; }
	#service:before{ border-radius: 7vw 0 7vw}
	.data_g p{ font-size: 1.8em;}

}

@media screen and (max-width: 990px) {
	#service .service_list a{ width: 29%; font-size: 75%}
	#service .container { padding-right: 6vw; }
    section  h2.tit { font-size: 4em ; padding-right: 0 }
	.data_g p{ font-size: 1.7em;}
	section  h2.tit .more_btn{
		font-size: 20px;
		line-height: 30px;
		padding-right: 40px; }
 	section  h2.tit .more_btn:after{ width: 30px; height: 30px; }
	section  h3.g_tit{	font-size: 2.2em;}
	ul.radio_img li{ width: 23%; padding-bottom: 23%;}
	ul.radio_img li{ font-size: 1vw}
	#service .service_list a { margin-bottom: 20px}
	#contact .contact_boxs li { padding: 35px 4vw; padding-bottom: 25px}
  	#contact .contact_boxs li a.btn_mail { width: auto; padding: 16px 20px; padding-right: 70px;}
	#contact .contact_boxs li p{ margin-bottom: 0;	}
	#contact .contact_boxs li strong{ margin-bottom: 1em;}
	
} 
@media screen and (max-width: 768px) {
    section  h2.tit { font-size: 3em; padding-left: 35px; background-size: auto 0.5em; background-position: 8px 0.5em;  }
 
	.data_g p{ font-size: 1.6em; color: #343538;}
	section  h2.tit .more_btn{
		font-size: 15px;
		line-height: 20px;
		padding-right: 25px; }
	
	.pdl_50{ padding: 0 35px}
	section  h2.tit .more_btn:after{ width: 20px; height: 20px; }
	ul.radio_img li span{ font-size:2em; }
	
	#service .service_list a {width: 31%;font-size: 72%;}
	#service .service_list.pdl_50{ padding-right: 0}
	
    #honors .honors_slick:after {
        width: 14vw;
        height: 14vw;
        right: -30px;
        top: 35%;
    }
	.max_big{ padding: 40px}
	#contact .contact_boxs li{width: calc(100% - 20px)}
	#contact .contact_boxs li:first-child{ margin-bottom: 40px; }
	#contact .contact_boxs li strong, #contact .contact_boxs li a.btn_call {font-size: 4.5vw; }
	#contact .contact_boxs li p{ font-size: 1.7em}
}

@media screen and (max-width: 600px) {
	ul.radio_img{flex-wrap:wrap; justify-content:center }
	ul.radio_img li{ width: 40%; padding-bottom: 40%; margin: 0 5% 5% 5%}
	ul.radio_img li { font-size: 1.5vw; }
	#service .service_list a { width: 47%;}
	#service .service_list .space{ display: none}
	.max_big{ padding: 35px	}
	#honors .max_big:before, #honors .max_big:after { height: 28vw;}
    #honors .honors_slick:after { right: -7px; opacity: 0.3; top: 20px; }
	#honors .tit {padding-right: 0px;}
	#honors .honors_slick li > .pdl_50, #honors .honors_slick li .pdl_50.like_mark{ padding-right: 0;	}
    section h2.tit { font-size: 2.8em;}
	#honors .honors_slick .slick-prev, #honors .honors_slick .slick-next{
		top: auto; bottom: -60px; right: auto; left: 50%;
	}
	#honors .honors_slick .slick-prev{ transform: translateX(-60px)}
	#honors .honors_slick .slick-next{ transform: translateX(10px)}
	#service .service_list.pdl_50 { margin-top: 20px; }
}

@media screen and (max-width: 420px) {
	ul.radio_img li {
        width: 46%;
        padding-bottom: 46%;
        margin: 0 0 5% 0;
    }
	ul.radio_img {
		justify-content: Space-between;}
	.max_big{ padding: 30px 20px	}
	section h2.tit { background-position: 0px 0.5em; }
	#honors{ margin-bottom: 30px}
	#honors .max_big:before, #honors .max_big:after { height: 44vw; }
	#service .service_list a strong{ font-size: 2em; }
    section h2.tit { padding-left: 20px; background-size: auto 0.4em; font-size: 2.5em }
    .pdl_50 { padding: 0 20px; }	
	#contact .contact_boxs li p{ font-size: 1.5em}
	#contact .contact_boxs li strong{ font-size: 2.3em}
	#contact .contact_boxs li a.btn_call { font-size: 2.2em; }
	#contact .contact_boxs li a.btn_mail{ font-size: 1.7em; padding: 11px 20px; padding-right: 50px; margin-bottom: 20px;}
	#contact .contact_boxs li a.btn_mail:after { width: 26px; height: 26px; right: 12px;  }
	#contact .contact_boxs li a.btn_mail:hover:after, #contact .contact_boxs li a.btn_mail:focus:after{  right: 9px;}
	#honors .mq_img_bg{ animation: mq_img2 200s linear infinite; }
	section h3.g_tit{ font-size: 2em}
	section h3.g_tit big{ font-size: 110%}
	.data_g p{ font-size: 1.5em}
	#honors h3.g_tit {font-size: 1.7em !important}


}
@media screen and (max-width: 380px) {
   section  h2.tit {
        font-size: 2.5em;
 
    }
}
 
 

