@charset "utf-8";
/* CSS Document */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite, code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; outline-style:none;/*FF*/font-size:10px;  font-family: "Arial","Microsoft Yahei";  list-style:none;}
body { line-height:1; }
a{ margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;text-decoration:none; color:#333; cursor:pointer;outline:0;}
a:hover,a:focus{ text-decoration:none;  outline-style:none;/*FF*/ }
table { border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}
/*css为clearfix，清除浮动*/
.clearfix::before,.clearfix::after{content:""; height:0; line-height:0; display: block;visibility: hidden; clear:both;}
.clearfix:after{clear:both;} 
.clearfix{*zoom:1;/*IE/7/6*/}

body{min-width: 1200px;}
.warp{ max-width:1200px; min-width: 1200px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.clear{ overflow:hidden;}
.clear2{ clear:both;}

h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.play{transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;} 

/*all-img*/
.xxl,icu1{ display:block;}
.xl,.l,.m,.icu2{ display:none;}

/*parts*/
div.fy {text-align:center;line-height:4rem; padding-top:20px;}
div.fy a { margin:2px 2px;padding:8px 12px;color:#666;font-size:1.4em; display:inline; background: #fff;  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy a:hover{color:#fff;  background: #1959b5; border: 1px solid #1959b5;}
div.fy a:active{ color:#fff;  background: #1959b5; border: 1px solid #1959b5;}
div.fy span.current{  margin:2px 2px;padding:8px 12px; color:#fff;  font-size:1.4em;  background: #1959b5;border: 1px solid #1959b5;}
div.fy span.disabled{  margin:2px 2px;padding:8px 12px; color:#666; font-size:1.4em; background: #fff;  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}


/*手机导航*/
.m-header{ width:100%; background:#fff;}
#m1 #hamburger{position:fixed;}
#hamburger {width: 24px; height: 14px;	position:absolute;	top: 25px;	right: 25px;	z-index: 999;display: none !important;}
#hamburger:before, #hamburger:after, #hamburger span { background:#fff; content: ''; display: block;    width: 20px;  height: 2px;}
#hamburger span {	margin: 4px 0 0 0;}
#hamburger:after {	margin: 4px 0 0 0;}
#hamburger.hb-fixed {	position: fixed;}
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {	-webkit-transition: none 0.3s ease 0.3s;	transition: none 0.3s ease 0.3s;	-webkit-transition-property: transform, top, bottom, left, opacity, margin;	transition-property: transform, top, bottom, left, opacity, margin;}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {top: 20px;}
html.mm-opening #hamburger span {	left: -50px;	opacity: 0;}
html.mm-opening #hamburger:before {	transform: rotate( 45deg );	margin: 7.5px 0 0 0;}
html.mm-opening #hamburger:after {	transform: rotate( -45deg );margin: -7.5px 0 0 0;}
/*弹出input*/
.overCurtain {position: fixed; top:20px; right:40px; height:40px; width:40px;display:none; opacity:1; z-index:1000; cursor:pointer;}
.hide-center {background-color:#444;  position:fixed; z-index:999; display:none; width:100%; height:100%; top:0; left: 0;}
.hide-center .boxs{ display:table; width:100%; height:100%;}
.hide-center .box{ display:table-cell; vertical-align:middle; padding:0 20px;}
.field__input{ float:left; width:100%; border:none; outline:none; height:60px; padding:20px 160px; font-size:3.2em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center; border-bottom:1px solid #ccc; background-color: transparent;}
.m-btn{ float:left;border:none; outline:none; background-color: transparent; padding:19.5px; height:60px; font-size:1.6em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:140px; position:absolute; right:40px; text-transform:uppercase;}
.s-close { width:40px; height:40px; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all; font-size:0px; margin-top:20px;	display:block;}
.s-close::before,.s-close::after {	content:'';	width:40px;	height:2px;	background:#FFF;	display:block; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;}
.s-close::before {	-webkit-transform:rotate(45deg);	transform:rotate(45deg);}
.s-close::after {	-webkit-transform:translateY(-2px) rotate(-45deg);	transform:translateY(-2px) rotate(-45deg);}
.s-close:hover:before{transform:rotate(90deg);}
.s-close:hover:after{ transform:rotate(0deg);}

.overCurtain2 .s-close{ float: right; top:20px; right: 20px; position: absolute;}
.overCurtain2 {position: fixed; top: 0;    bottom: 0;    left: 0;    right: 0;width:100%;display:none; background-color:#000; opacity:0.7; z-index:999;}
.hide-center2 {position:fixed;right:0;left:0;	bottom:0;	top:20%;margin:auto;	display:none;	z-index:1000;	width: 100%;   max-width: fit-content;	}

/*header*/
.header,.header .mune a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header .warp{ margin: 50px auto; border-radius: 30px; padding: 20px 30px;  overflow: hidden; background: rgba(255,255,255,0.5); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.header{ position: absolute; top:0; left: 0; width: 100%; z-index: 2;}
.header .logo{  float:left; }
.header .mune{ padding: 5px 0; float:right; overflow: hidden; }
.header .mune>*,.header .m-list{ float:left; }
.header .m-list>a{ display: inline-block;  font-size:1.6em; color:#333; padding:0 30px; line-height:22px; position: relative;}
.header .m-list:hover>a,#m1 .m1,#m2 .m2,#m3 .m3,#m4 .m4,#m5 .m5,#m6 .m6,#m7 .m7{ color: #185cc1 !important; }

/*footer*/
.footer a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer .fo1{ padding: 65px 0 50px 0; background:url(../images/footer-bg.jpg) right center no-repeat #2c435d; background-size: contain; overflow:hidden; }
.footer .fo1 .warp>*{ float:left; }
.footer .fo1 .img{ width: 30%; padding-top: 40px;}
.footer .fo1 .txt{width: 50%;}
.footer .fo1 .txt h3{ font-size: 2.4em; color: #fff; font-weight: bold; margin-bottom: 15px;}
.footer .fo1 .txt p{ font-size: 1.4em; color: #a4a9b2; line-height: 2;}
.footer .fo1 .two{ text-align: center; width: 20%;}
.footer .fo1 .two p{ margin-top: 6px; font-size: 1.4em; color: #a4a9b2; line-height: 2;}

.footer .fo2{ overflow: hidden; padding: 6px 0; background: #112d4e;}
.footer .fo2 p{ float:left; font-size: 1.4em; color: #888; line-height: 1.5;}
.footer .fo2 p:last-child{ float:right;}
.footer .fo2 p a{ font-size: 1em; color: #888;}
.footer .fo2 p a:hover{ text-decoration: underline;}


/*banner*/
.banner *{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.banner{ width: 100%; }
.banner .swiper-slide{height: 800px; background-size: cover !important;}
.banner .txt{  padding:14% 0 0 0%; }
.banner .txt img{max-width: 40%;}
.banner .swiper-pagination-bullet{ opacity: 0.8; background: #fff; width: 14px; height: 14px;}
.banner .swiper-pagination-bullet-active{ opacity: 1; background: #dcb601;}
/*tits*/
.tits{ text-align: center; padding-top: 40px;}
.tits h3{ font-size: 2.4em; color: #1959b5; font-weight: bold;}
.tits h4{ text-transform: uppercase;  font-size: 10.6em; color: #333333; opacity: 0.08;  margin-top: -65px; font-weight: bold;}
.tits span{ display: inline-block; width: 20px; height: 2px; background: #888; margin-top: -10px;}

/*ip*/
.ip .boxs .box *{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.ip{ padding: 80px 0;}
.ip .boxs{ overflow: hidden; width: calc(100% + 20px); margin: 30px 0 0 -10px;}
.ip .boxs .box{ text-align: center; float:left; width: calc(25% - 20px); margin: 10px 10px;}
.ip .boxs .box .img{ overflow: hidden; border: 1px solid #e5e5e5;}
.ip .boxs .box .img img{ width: 100%;}
.ip .boxs .box p{ margin-top: 20px; font-size: 1.4em; color: #333; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.ip .boxs .box:hover .img{ border: 1px solid #1959b5;}
.ip .boxs .box:hover img{ transform: scale(1.05);}

/*iab*/
.iab .txt a{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.iab{ padding: 90px 0 200px 0; background: url(../images/iab-bg.jpg) center bottom no-repeat; background-size: cover !important;}
.iab .txt{ width: 30%; padding-left: 20px;}
.iab .txt h3{ font-size: 2.4em; color: #fff; width: 180px; border-bottom: 1px solid rgba(255,255,255,0.32); padding-bottom: 18px; margin-bottom: 50px;}
.iab .txt p{ font-size: 1.4em; color: #fff; line-height: 2;}
.iab .txt a{ font-size: 1.4em; color: #fff; display: inline-block; background: #d3b422; border-radius: 10px; padding: 10px 45px; margin-top: 60px;}
.iab .txt a:hover{ box-shadow: 4px 4px 0 #978011;}

/*inews*/
.inews .dots .gallery-thumbs .swiper-pagination-bullet,.inews .dots .gallery-top .swiper-slide a{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.inews{ padding: 80px 0; background: url(../images/inews-bg.jpg) center center no-repeat; background-size: cover !important;}
.inews .tits{ text-align:left;}
.inews .dots .gallery-top{ float:left; width: 40%; padding-top: 5%;}
.inews .dots .gallery-top .swiper-slide h3{ font-size: 1.4em; color: #555; line-height: 1.5; font-style: italic;}
.inews .dots .gallery-top .swiper-slide h4{ font-size: 2.4em; color: #333; line-height: 28px; height: 28px; font-weight: bold; margin-bottom: 20px;  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.inews .dots .gallery-top .swiper-slide p{ font-size: 1.4em; color: #555; line-height: 24px; height: 96px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:4;}
.inews .dots .gallery-top .swiper-slide a{ display: inline-block; margin-top: 60px; padding: 6px 40px; background: #195ab6; font-size: 1.4em; color: #fff;line-height: 1.5; border-radius: 10px; margin-bottom: 5px;}
.inews .dots .gallery-top .swiper-slide a:hover{ box-shadow: 4px 4px 0  #063c89;}
.inews .dots .gallery-thumbs{ padding-bottom: 100px; margin-top: -10%; float:right; width: 55%;}
.inews .dots .gallery-thumbs img{ width: 100%;}
.inews .dots .gallery-thumbs .swiper-slide{  transform: scale(0.7); border-radius: 30px; overflow: hidden;}
.inews .dots .gallery-thumbs .swiper-slide.swiper-slide-active{transform: scale(0.9) !important; z-index: 2 !important; }
.inews .dots .gallery-thumbs .swiper-pagination-bullet{ margin: 0 10px; transform: scale(0.5); width: 40px; height: 40px; box-shadow: 0 0 10px rgba(0,0,0,0.5); background-image:linear-gradient(135deg,#74c6ef 0%,#0376ea 100%); opacity: 0;}
.inews .dots .gallery-thumbs .swiper-pagination-bullet.swiper-pagination-bullet-active{ transform: scale(1); opacity: 1;}
.inews .dots .gallery-thumbs .swiper-pagination-bullet:hover{ transform: scale(1); opacity: 1;}
.inews .dots .gallery-thumbs .swiper-pagination{ width: auto; margin: 0 auto; background: #e8e8e8; border-radius: 40px; left: auto; right: 0;}

/*banners*/
.banners{ height: 500px; background-size: cover !important;}
.about{ background: url(../images/banner/about-banner.jpg) center center no-repeat;}
.contact{ background: url(../images/banner/contact-banner.jpg) center center no-repeat;}
.news{ background: url(../images/banner/news-banner.jpg) center center no-repeat;}
.partner{ background: url(../images/banner/partner-banner.jpg) center center no-repeat;}
.product{ background: url(../images/banner/product-banner.jpg) center center no-repeat;}

/*about*/
.about-t .ab1{ padding: 80px 0; background: url(../images/about-s.jpg) left center no-repeat; background-size: contain !important;}
.about-t .ab1 .tit{ overflow: hidden;}
.about-t .ab1 .tit h3{ float:left; font-size: 2.4em; color: #fff; font-weight: bold;}
.about-t .ab1 .tit h4{ font-size: 10.6em; color: rgba(0,0,0,0.08); font-weight: bold; float:right; } 
.about-t .ab1 .txts{ overflow: hidden;}
.about-t .ab1 .txts .img{ float:left; width:55%;}
.about-t .ab1 .txts .img img{ width: 100%;}
.about-t .ab1 .txts .txt{ padding-top: 30px; float:left; width: 45%; padding-left: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.about-t .ab1 .txts .txt p{ font-size: 1.4em; color: #333; line-height: 1.5; text-indent: 2em;}
.about-t .ab1 .dots{ overflow: hidden; margin-top: 40px;}
.about-t .ab1 .dots .dot{ float:left; margin-right: 120px;}
.about-t .ab1 .dots .dot .t *{ display: inline-block;}
.about-t .ab1 .dots .dot .t h3{ font-size: 4em; font-weight: bold; color: #fff;}
.about-t .ab1 .dots .dot .t h4{ font-size: 1.4em; color: #fff;}
.about-t .ab1 .dots .dot p{ font-size: 1.4em; color: #fff; line-height: 1.5; margin-top: 10px;}
.about-t .ab1 .dots .dot:nth-child(3) *,.about-t .ab1 .dots .dot:nth-child(4) *{color: #185cc1 !important;}
.about-t .ab2{ padding: 90px 0 30px 0; background: #eaeaea;}
.about-t .ab2 img{ width: 100%;}
.about-t .ab2 .ab2-slider{ padding-bottom: 60px;}

/*p-list*/
.p-list a{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.p-list{ background: #e5e5e5; overflow: hidden;}
.p-list a{ display: inline-block; float:left; font-size: 1.6em; color: #333; line-height: 1.5; padding: 16px 30px;}
.p-list a:hover,.p-list a.lock,.c1 .c1,.c2 .c2{ background: #5280c2; color: #fff;}
/*product*/
.product-t .boxs .box *{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.product-t{ padding: 60px 0;}
.product-t .tits{ margin-bottom: 40px;}
.product-t .boxs{ overflow: hidden; width: calc(100% + 20px); margin: 30px 0 0 -10px;}
.product-t .boxs .box{ text-align: center; float:left; width: calc(25% - 20px); margin: 10px 10px;}
.product-t .boxs .box .img{ overflow: hidden; border: 1px solid #e5e5e5;}
.product-t .boxs .box .img img{ width: 100%;}
.product-t .boxs .box p{ margin-top: 20px; font-size: 1.4em; color: #333; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.product-t .boxs .box:hover .img{ border: 1px solid #1959b5;}
.product-t .boxs .box:hover img{ transform: scale(1.05);}

/*productshow*/
.productshow{ padding: 60px 0;}
.productshow .img,.productshow .txt{ margin: 20px 0; text-align: center;}
.productshow .img img,.productshow .txt img{ max-width:100% }
.productshow .btns{ overflow: hidden; margin-top: 60px;}
.productshow .btns a{  padding: 12px 30px; font-size: 1.6em; color: #333; line-height: 1.5; border-bottom: 1px solid #d0d0d0; display: inline-block; float:left; max-width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.productshow .btns a:last-child{ float:right;}
.productshow .btns a:hover{ border-bottom: 1px solid #185cc1;}

/*partner*/
.partner-t{ padding: 60px 0; background: #f3f3f3;}
.partner-t .dots{ margin-top: 60px; overflow: hidden;}
.partner-t .dots .dot{ float:left; width: calc(25% - 20px); margin: 10px;}
.partner-t .dots .dot img{ width: 100%;}

/*news*/
.news-t .dots .dot,.news-t .dots .dot *{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.news-t{ padding: 60px 0;}
.news-t .dots{ margin: 40px 0;}
.news-t .dots .dot{ padding: 30px 0; overflow: hidden; border-bottom: 1px solid #ccc;}
.news-t .dots .dot .img{ float:left; width: 360px; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.news-t .dots .dot .img img{ width: 100%;}
.news-t .dots .dot .txt{ width: calc(100% - 360px); padding: 12px 0; overflow: hidden;}
.news-t .dots .dot .txt .t{ float:left; width: calc(100% - 160px); padding: 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.news-t .dots .dot .txt .t h3{ font-size: 2.4em; color: #333; line-height: 28px; height: 28px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; margin-bottom: 16px;}
.news-t .dots .dot .txt .t p{ font-size: 1.4em; color: #888; line-height: 24px; height: 48px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.news-t .dots .dot .txt .t span{ margin-top: 40px; display: inline-block; font-size: 1.4em; color: #888; line-height: 1.5;}
.news-t .dots .dot .txt .t span img{ margin: 0 10px -4px 0;}
.news-t .dots .dot .txt .date{ text-align: right; float:right;  width: 160px;}
.news-t .dots .dot .txt .date h3{ font-size: 3em; color: #e7e7e7; line-height: 1.2;}
.news-t .dots .dot .txt .date h4{ font-size: 1.4em; color: #e7e7e7; line-height: 1.2;}
.news-t .dots .dot:hover{ border-bottom: 3px solid #1959b5;}
.news-t .dots .dot:hover .t h3,.news-t .dots .dot:hover .date h3,.news-t .dots .dot:hover .date h4{ color: #1959b5;}
.news-t .dots .dot:hover .t h3{ font-weight: bold;}

/*newsshow*/
.newsshow{ padding:80px 0;}
.newsshow .boxs{ background:#f5f5f5; }

.newsshow .tit{ padding:40px; text-align:center;}
.newsshow .tit h3{ font-size:1.8em; color:#333333;  line-height:24px; margin-bottom:20px;}
.newsshow .tit .dot{ background:#666; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.newsshow .tit .dot h4{ color:#fff; font-size:1.4em; display:inline-block; padding:14px 15px;}
.newsshow .txt{ padding:20px 40px; line-height:24px; color:#666666; }
.newsshow .txt *{ font-size:14px; line-height:24px;}
.newsshow .txt p{ font-size:14px; text-indent:2em;}
.newsshow .txt img{ max-width:100%; margin:0 auto; padding:0px 0;}
.newsshow .btn{ padding:40px;}
.newsshow .btn a{ display:block; background:#fff; font-size:1.4em; color:#333333; line-height:24px; padding:12px 20px; margin-top:10px;}
.newsshow .btn a:hover{ background:#000 !important; color:#fff !important;}

/*feedback*/
.feedback{ padding: 60px 0;}
.feedback .form p{ text-align: center; font-size: 1.4em; line-height: 1.5; margin:10px 0 60px 0; color: #333;}
.feedback .btn .fc-btn{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.feedback .dot{  width: calc(100% + 40px); margin-left: -20px;}
.feedback .dot .fc-input{ float:left; width: calc(33.33% - 40px); margin: 10px 20px;}
.feedback  input,.feedback  textarea{ padding: 8px 16px; background: #fff; font-size: 1.4em; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#000;  border: 1px solid #ddd;}
.feedback  .fc-input{ width: 100%; }
.feedback  textarea{  width:100%; margin:15px 0; font-family: "Arial","Microsoft Yahei";}
.feedback  .fc-input::-webkit-input-placeholder,.feedback  textarea::-webkit-input-placeholder { color:#333;}
.feedback  .fc-input:-moz-placeholder,.feedback  textarea:-moz-placeholder { color:#333;}
.feedback  .fc-input::-moz-placeholder,.feedback  textarea::-moz-placeholder { color:#333;}
.feedback  .fc-input:-ms-input-placeholder,.feedback  textarea:-ms-input-placeholder { color:#333;}
.feedback  .btn{ text-align: center;}
.feedback  .btn .fc-btn{ border-radius: 10px; font-size: 1.6em; color: #fff;  border: none; position: relative;  margin:10px 0 0 0;   padding:12px 20px; text-transform: uppercase;  line-height:1.5; cursor:pointer; background:#1959b5; width: 180px;}
.feedback  .btn .fc-btn:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.6); background:#000; color: #fff;}

/*contact*/
.contact-t { padding: 60px 0;}
.contact-t .tits p{ text-align: center; font-size: 1.4em; line-height: 1.5; margin:10px 0 60px 0; color: #333;}
.contact-t .all-boxs{ margin-top: 60px; box-shadow: 0 0 32px rgb(0,0,0,0.17); border-radius: 50px; overflow: hidden; }
.contact-t .all-boxs .txts{ width: 100%; display: table; background: #216bc2; border-radius: 50px; margin-bottom: 30px;}
.contact-t .all-boxs .txts>*{ height: 260px; vertical-align: middle; display: table-cell; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 20px 60px;}
.contact-t .all-boxs .txts .txt{ border-radius: 50px; background: #fff; width: 45%; box-shadow: 0 0 32px rgb(0,0,0,0.17);}
.contact-t .all-boxs .txts .txt h3{ font-size: 2.4em; color: #1959b5; font-weight: bold; line-height: 1.2;}
.contact-t .all-boxs .txts .txt h4{ font-size: 1.4em; color: #333; line-height: 1.2; text-transform: uppercase; margin-bottom: 20px;}
.contact-t .all-boxs .txts .txt p{ font-size: 1.4em; color: #333; line-height: 1.5;}
.contact-t .all-boxs .txts .dot .d { display: table; border-bottom: 1px dashed #4d89ce; padding: 8px 0; width: 350px;}
.contact-t .all-boxs .txts .dot .d *{ text-align: left; display:  table-cell; vertical-align: middle; }
.contact-t .all-boxs .txts .dot .d span{ width: 40px;}
.contact-t .all-boxs .txts .dot .d p{ font-size: 1.4em; color: #fff; line-height: 1.5; padding: 0 8px;}

.contact-t #container-shop{ border-radius: 30px; width: 100%; height: 440px;}
.contact-t .store_name_sx{ width: 300px;}
.contact-t .store_name_sx h3{ font-size: 1.6em; font-weight: bold; margin-bottom: 6px; border-bottom: 1px solid #ccc; padding-bottom: 12px;}
.contact-t .store_name_sx div p{ display: block; font-size: 1.4em; color: #333; line-height: 28px; }
.contact-t .maps{ padding: 0 40px 40px 40px; position: relative; width: 100%;}
.contact-t .maps .demo{ background: #fff; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-t .maps .demo h2{ font-size: 3em; color: #fff; line-height: 1.5; margin:0px  0 50px 0; background: #0facc5; text-align: center; padding: 10px;}
.contact-t .maps .demo .dot{ background: #d8d8d8; border-radius: 5px; display: inline-block; margin: 0 16px 0 0px; padding: 0 12px;}
.contact-t .maps .demo h3{  font-size: 1.4em; color: #333; line-height: 36px;}
.contact-t .maps .demo h3 span{ display: inline-block; }
.contact-t .maps .demo h3 span img{ margin: 0 6px -7px 0; -webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);}
.contact-t .maps .demo p{ font-size: 1.4em; color: #616161; line-height: 24px; padding: 0 24px;}
.contact-t .maps .dot:hover{ background: #5280c2;}
.contact-t .maps .dot:hover h3{ color: #fff; }
.contact-t .maps .dot:hover h3 span img{ filter: invert(100%);}
.contact-t .s-online{ text-align: center; margin-top: 80px;}
.contact-t .s-online>h3{ font-size: 4em; margin-bottom: 40px;}
.contact-t .s-online .dots{ overflow: hidden; padding: 0 80px;}
.contact-t .s-online .dots .dot{ width: 33.33%; float:left; padding: 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-t .s-online .dots .dot img{ max-width: 60%; margin-bottom: 40px;}
.contact-t .s-online .dots .dot h3{ font-size: 2.4em; color: #000; }




















