123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- .banner-section .shutter #videoBtn{
- position: absolute;
- right: 0;
- bottom: 40px;
- border: 2px solid #639BFF;
- border-radius: 43px;
- background-color: transparent;
- color: #639BFF;
- font-size: 21px;
- font-weight: 500;
- display: none;
- z-index: 9999;
- }
- .about-background{
- box-shadow: 0px 2px 17px 4px rgba(158, 158, 158, 0.15);
- background-color: #ffffff;
- padding: 60px;
- }
- .about-background .about-text-box .title-tag{
- font-size: 30px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- color: #333333;
- }
- .ys-text-align .about-img-box{
- text-align: center;
- box-shadow: 0px 2px 17px 4px rgba(158, 158, 158, 0.15);
- padding: 60px;
- min-height: 540px;
- }
- .ys-text-align .about-img-box img{
- margin-bottom: 30px;
- }
- .ys-text-align .about-img-box .span1{
- color: #E89E54;
- }
- .ys-text-align .about-img-box .span2{
- color: #59D2B4;
- }
- .ys-text-align .about-img-box .span3{
- color: #639BFF;
- }
- .ys-text-align .about-img-box .title-tag{
- font-size: 30px;
- margin-bottom: 30px;
- }
- .trademark-background{
- background-color: #ffffff;
- box-shadow: 0px 2px 17px 4px rgba(158, 158, 158, 0.15);
- }
- .trademark-background .col-md-2 img{
- padding: 10px;
- }
- .news-section .newsBack{
- box-shadow: 0px 2px 17px 4px rgba(158, 158, 158, 0.15);
- }
- .news-section .newsBack .newsImg{
- text-align: center;
- height: 98px;
- line-height: 98px;
- border: 1px #EEEEEE solid;
- }
- @media (min-width: 414px) {
- .footer-widget-area .footerOne .col-md-6{
- flex: 0 0 100%;
- max-width: 100%;
- }
- }
- @media (min-width: 576px) {
- .footer-widget-area .footerOne .col-md-6{
- flex: 0 0 50%;
- max-width: 50%;
- }
- }
- @media (min-width: 600px) {
- .hex{
- margin-top: -35px;
- }
- }
- @media (min-width: 768px) {
- .hex{
- margin-top: -35px;
- }
- .trademark-background .col-md-2{
- flex: 0 0 20%;
- max-width: 20%;
- height: 98px;
- line-height: 98px;
- text-align: center;
- border: 1px #EEEEEE solid;
- }
- }
- @media (min-width: 992px){
- .footer-widget-area .footerOne .col-md-6{
- flex: 0 0 25%;
- max-width: 25%;
- }
- }
- @media (min-width: 1200px) {
- .hex{
- margin-top: -55px;
- }
- .footer-widget-area .footerOne .col-md-6{
- flex: 0 0 14.28571428571429%;
- max-width: 14.28571428571429%;
- }
- }
- @media (max-width: 1200px) {
- .ys-text-align .about-img-box{
- padding: 50px;
- }
- .footer-widget-area .footerOne .col-md-6{
- margin-bottom: 30px;
- }
- }
- @media (max-width: 991px){
- .footer-widget-area .container .footerOne .footerWidth{
- flex: 0 0 100%;
- max-width: 100%;
- }
- .footer-widget-area .container .footerOne .footerNone{
- display: none;
- }
- .ys-text-align .maxWidth{
- flex: 0 0 50%;
- max-width: 50%;
- }
- .ys-text-align div{
- margin-bottom: 15px;
- }
- }
- @media (max-width: 768px) {
- #hexGrid {
- text-align: center;
- }
- #hexGrid .hex3{
- margin-left: 25%;
- }
- #hexGrid .offset-2 {
- margin-left: 0%;
- }
- .about-background .about-img-box{
- margin-bottom:50px;
- }
- .ys-text-align .maxWidth{
- flex: 0 0 100%;
- max-width: 100%;
- }
- .ys-text-align .about-img-box{
- min-height: auto;
- }
- .trademark-background .col-md-2{
- flex: 0 0 50%;
- max-width: 50%;
- height: 98px;
- line-height: 98px;
- text-align: center;
- border: 1px #EEEEEE solid;
- }
- }
- @media (max-width: 600px) {
- .hex{
- margin-top: -35px;
- }
- }
- @media (max-width: 576px) and (max-width: 575px){
- #hexGrid .hex3{
- margin-left: 0%;
- }
- .hex{
- margin-top: 0px;
- }
- .common-bradcrumb-section{
- padding-top: 89px;
- }
- }
- @media (max-width: 414px) {
- .common-bradcrumb-section{
- padding-top: 69px;
- }
- }
|