@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Basic Sans";
  src: url("../fonts/Basic Sans Heavy SF Bold.ttf");
}


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*/}

.warp{ max-width:1860px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{ max-width:1440px; 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;} 

/*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: #1d2088; box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy a:active{ color:#fff;  background: #1d2088; box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy span.current{  margin:2px 2px;padding:8px 12px; color:#fff;  font-size:1.4em;  background: #1d2088;box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
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;}
#hamburger { width: 24px; height: 14px;	position:absolute;	top: 45px;	right: 25px;	z-index: 999;display: none !important;}
#hamburger:before, #hamburger:after, #hamburger span { background:#1d2088; 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{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.header .warp{ display: flex; align-items: center; justify-content: space-between;}
.header .head1{ padding: 10px 0; color: #fff; background: url(../images/head-bg.jpg) center center no-repeat; }
.header .head1 .ht{ display: flex; align-items: center;}
.header .head1 .ht p{ padding-left: 10px; font-size: 1.6em; font-weight: bold;}
.header .head1 .hls{ display: flex; align-content: center;}
.header .head1 .hls a{ display: inline-block; color: #fff; line-height: 20px;}
.header .head1 .hls a:last-child{ padding-left: 12px; border-left: 1px solid #fff; margin-left: 12px;}
.header .logo{ padding: 10px 0;}
.header .mune{ display:flex;}
.header a{ color: #333; font-size: 1.6em; text-transform: uppercase; line-height: 24px; font-weight: bold;}
.header a:hover{ text-decoration: underline;}
.header .mune .m-dot{ margin: 0 0 0 80px;} 
.header .mune .m-dot a{ padding: 28px 0; display: inline-block;}

/*footer*/
.footer a{ color: #fff;  transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.footer .fo1{ background:#1d2088; padding: 25px 0;}
.footer .fo1 .warp{  display: flex; justify-content: center; }
.footer .fo1 input{ 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: none; padding: 12px 16px; width: 100%;}
.footer .fo1 input::-webkit-input-placeholder{ color:#888;}
.footer .fo1 input:-moz-placeholder{ color:#888;}
.footer .fo1 input::-moz-placeholder{ color:#888;}
.footer .fo1 input:-ms-input-placeholder{ color:#888;}
.footer .fo1 .tit,.footer .fo1 form{ display: flex; align-content: center; align-items: center;}
.footer .fo1 .tit h3{ font-size: 1.8em; color: #fff; text-transform: uppercase; font-family: "Basic Sans";  margin-left: 15px;}
.footer .fo1 form{ width: 480px; margin-left: 50px; border-radius: 5px; overflow: hidden; }
.footer .fo1 form .ftxt{ width: 350px;}
.footer .fo1 form .fbtn{ font-size: 1.6em; color: #fff; background: #000200; width: 130px; font-family: "Basic Sans"; text-transform: uppercase;} 
.footer .fo2{ padding: 60px 0 50px 0; background: #15151a;}
.footer .fo2 .warp{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.footer .fo2 .fc{  width: 26%;}
.footer .fo2 .fct{ display: flex; margin-top: 10px;}
.footer .fo2 .fct h3{ font-size: 1.6em; color: #b3b3b3; line-height: 24px; padding-right: 5px; font-weight: bold;}
.footer .fo2 .fct p,.footer .fo2 .fct a{ font-size: 1.6em; color: #888; line-height: 24px;}
.footer .fo2 .fct:nth-child(2) h3,.footer .fo2 .fct:nth-child(2) p{ text-transform: uppercase; font-weight: bold;}
.footer .fo2 .fct:nth-child(2){ margin: 30px 0;}
.footer .fo2 .fmenu{  display: flex;}
.footer .fo2 .fmenu .fm{ padding-left: 180px;}
.footer .fo2 .fmenu .fm h3{ font-size: 1.4em; color: #888; line-height: 1.5; text-transform: uppercase; margin-bottom: 20px;}
.footer .fo2 .fmenu .fm p a{ font-size: 1.6em; color: #888; line-height: 2; font-weight: bold; text-transform: uppercase;}
.footer .fo2 .fmenu .fm p a:hover{ color: #fff;}
.footer .fo2 .fs{ width: 100%; text-align: right;}
.footer .fo2 .fs a{ padding: 8px; background: #fff; border-radius: 50%; display: inline-block; margin-left: 20px;}
.footer .fo2 .fs a:hover{ transform: scale(1.1);}
.footer .fo3{ background: #000; padding: 20px 0px; text-align: center; }
.footer .fo3 p{ font-size:1.4em; color: #888; line-height: 1.5;}
.footer .fo3 p a{ font-size:1em; color: #888;}

.bottomlist{ background:#333; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:400;}
.bottomlist ul{ width:100%;}
.bottomlist ul li{ width:33.33%; float:left; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:5px;}
.bottomlist>ul>li>a>div{ font-size:1.6em; color:#fff;}
.bottomlist ul li img{ width:40px; height:40px;}


/*banner*/
.banner .txt{ transition:ease 2.5s all;-moz-transition: ease 2.5s all; -webkit-transition:ease 2.5s all; -o-transition: ease 2.5s all; }
.banner .swiper-slide{ position: relative; display: flex;  background-size: cover !important; height: 800px; overflow: hidden;}
.banner .ban1{ align-items: center; background: url(../images/banner01.jpg) center center no-repeat; background-size: cover !important;}
.banner .ban2{ justify-content: center;  background: url(../images/banner02.jpg) center center no-repeat; background-size: cover !important;}
.banner .ban1 .txt{ padding: 0% 0 0% 14%;}
.banner .ban2 .txt{ text-align: center; padding: 4% 0 0 0%; width: 100%;}
.banner .txt{ transform: scale(0); max-width: 50%;}
.banner .txt img{ max-width: 100%;}
.banner .swiper-slide-active .txt{ transform: scale(1);}
.banner .swiper-pagination-bullet{ width: 50px; height: 3px;  opacity: 1; background: #fff; border-radius: 5px;}
.banner .swiper-pagination-bullet-active{ background: #1d2088;}
.banner .swiper-pagination { bottom: 20px;}
/*ip*/
.ip .txt,.ip .ipd,.ip .ipd span,.ip .txt:after{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.ip{ padding: 60px 0;}
.ip .warp{ display: flex; justify-content: space-between;}
.ip .ipd{ width: calc(25% - 6px); background-size: cover !important; height: 600px; position: relative;  background-position: center 10% !important;}
.ip .ipd1{ background: url(../images/ip1.jpg) center center no-repeat;}
.ip .ipd2{ background: url(../images/ip2.jpg) center center no-repeat;}
.ip .ipd3{ background: url(../images/ip3.jpg) center center no-repeat;}
.ip .ipd4{ background: url(../images/ip4.jpg) center center no-repeat;}
.ip .txt{ padding: 50px; width: 100%; position: absolute; bottom: 0; color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  	background-image:linear-gradient(0deg,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%);}
.ip .txt h3{ font-size: 1.6em; text-transform: uppercase; line-height: 1.5;}
.ip .txt h4{ font-size: 4.8em; text-transform: uppercase; line-height: 0.9; font-family: "Basic Sans"; border-bottom: 1px solid #fff; padding-bottom: 12px; display: inline-block;}
.ip .txt span{ margin-top: 15px; font-size: 1.4em; color: #333;  padding: 12px 30px; background: #d1d1d1; display: inline-block; text-transform: uppercase;}
.ip .txt:after{ position: absolute; bottom: 0; left:20%; width: 80%; content: ""; height: 40px; background: url(../images/ip-line.png); background-position: left center; background-size: auto 100%;}
.ip .ipd:hover{ background-position: center -200% !important;}
.ip .ipd:hover .txt{ bottom: auto; top:0; background-image:linear-gradient(180deg,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%);}
.ip .ipd:hover .txt span{ background: #c20a19; color: #fff;}
.ip .ipd:hover .txt:after{ left: 0; background-position: right center; top:0; bottom: auto;}
/*ipn*/
.ipn .ipd .txt span,.ipn .ipd img{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.ipn{ padding: 70px 0; background: #eee;}
.ipn .tits{ padding-bottom: 16px; border-bottom: 2px solid #000;}
.ipn .ipnd{ margin-top: 50px; display: flex; text-align: center; justify-content: space-between;}
.ipn .ipnd .ipd{ width: calc(20% - 10px); }
.ipn .ipd img{ width:100%;}
.ipn .ipd .txt h3{ font-size: 2.4em; color: #333; font-family: "Basic Sans";}
.ipn .ipd .txt h4{ font-size: 1.4em; color: #333; line-height: 1.5;}
.ipn .ipd .txt span{ font-size: 1.4em; padding: 10px 50px; border-radius: 10px; display: inline-block; margin-top: 16px; background: #333; color: #fff; }
.ipn .ipd:hover .txt span{ background-image:linear-gradient(90deg,#1d2088 90%,#d6001c 90%,#d6001c 100%);}
.ipn .ipd:hover img{ transform: scale(1.1);}
/*iab*/
.iab .iabd h3{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.iab{ padding: 80px 0 70px 0; background: url(../images/iab-bg.jpg) bottom left no-repeat; background-size: 100% auto;}
.iab .tits h3{ margin-bottom: 30px;}
.iab .tits p{ font-size: 1.4em; color: #000; line-height: 1.5; max-width: 820px;}
.iab .iabds{ margin-top: -45px; display: flex; padding: 90px 0;}
.iab .iabd{ cursor: pointer; height: 220px; padding: 20px; border-left: 4px solid #000; width: 20%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.iab .iabd h3{ font-family: "Basic Sans"; display: flex; align-content: flex-start; color: #333;}
.iab .iabd h3 span{ font-size: 10em; font-family: "Basic Sans"; }
.iab .iabd h3 sup{ font-size: 2.4em;}
.iab .iabd p{ font-size: 1.6em; text-transform: uppercase;  line-height: 1.5;}
.iab .iabd:nth-child(1){ transform: translateY(90px);}
.iab .iabd:nth-child(2){ transform: translateY(45px);}
.iab .iabd:nth-child(4){ transform: translateY(-45px);}
.iab .iabd:nth-child(5){ transform: translateY(-90px);}
.iab .iabd:hover h3{ color: #d6001c;}
/*cline*/
.cline{ color: #fff; padding: 90px 0; background: #1d2088;}
.cline .warp{ display: flex; align-items: center; justify-content: space-between;}
.cline .tits{ width: 40%;}
.cline .tits h3{ color: #fff; margin-bottom: 20px;}
.cline .tits p{ font-size: 1.4em; color: #fff; text-transform: uppercase; line-height: 1.5;}
.cline .tel h3{ font-size: 3.6em; font-family: "Basic Sans"; border-bottom: 1px solid #6163ac; line-height: 1.2;}
.cline .al{ padding: 12px 14px; background: #fc6501; border-radius: 10px;}
/*inews*/
.inews .box .txt .t span,.inews .box .img img{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.inews{ padding: 80px 0 90px 0;}
.inews .tits{ border-bottom: 2px solid #000; margin-bottom: 50px;  padding-bottom: 16px;}
.inews .boxs{ display: flex; justify-content: space-between;}
.inews .boxs .box{ width: calc(33.33% - 20px);}
.inews .box .img{ overflow: hidden;}
.inews .box .img img{ width: 100%;}
.inews .box .txt .date{ align-content: center; padding: 8px 20px; display: flex; width: fit-content; background: #e0e0ef; margin: 20px 0 30px 0;}
.inews .box .txt .date p{ font-size: 1.4em; color: #333; line-height: 24px; padding-left: 5px;}
.inews .box .txt .t h3{ font-size: 1.8em; color: #333;  line-height: 24px; height: 24px; margin-bottom: 20px;  font-family: "Basic Sans";  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; text-transform: uppercase;}
.inews .box .txt .t p{ font-size: 1.4em; color: #333; line-height: 20px; height: 60px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;}
.inews .box .txt .t span{ font-size: 1.4em; padding: 10px 50px; border-radius: 10px; display: inline-block; margin-top: 16px; background: #333; color: #fff; }
.inews .box:hover .txt .t span{ background-image:linear-gradient(90deg,#1d2088 90%,#d6001c 90%,#d6001c 100%);}
.inews .box:hover .img img{ transform: scale(1.1);}

/*tits*/
.tits h3{ font-size: 4.8em; color: #333; line-height: 1; font-family: "Basic Sans"; text-transform: uppercase;} 

/*banners*/
.banners{ align-items: center; display: flex; justify-content:center; height: 500px; background-size: cover !important; }
.banners .txt{  text-align: center;}
.banners .txt h3{ font-size: 4.8em; color: #fff; text-transform: uppercase; font-family: "Basic Sans";}
.banners .txt span{ margin-top: 20px; width: 100px; height: 1px; background: #fff; display: inline-block;}
.about{ background: url(../images/banners/about-banner.jpg) center center no-repeat;}
.news{ background: url(../images/banners/news-banner.jpg) center center no-repeat;}
.pro{ background-position: center left; }
.contact{ background: url(../images/banners/contact-banner.jpg) center center no-repeat;}

/*news*/
.news-t .box .txt .t span,.news-t .box .img img{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.news-t{ padding: 40px 0 80px 0;}
.news-t .boxs{ display: flex; flex-wrap: wrap;}
.news-t .boxs .box{ width: calc(33.33% - 20px); margin: 40px 10px;}
.news-t .box .img{ overflow: hidden;}
.news-t .box .img img{ width: 100%;}
.news-t .box .txt .date{ align-content: center; padding: 8px 20px; display: flex; width: fit-content; background: #e0e0ef; margin: 20px 0 30px 0;}
.news-t .box .txt .date p{ font-size: 1.4em; color: #333; line-height: 24px; padding-left: 5px;}
.news-t .box .txt .t h3{ font-size: 1.8em; color: #333;  line-height: 24px; height: 24px; margin-bottom: 20px;  font-family: "Basic Sans";  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1; text-transform: uppercase;}
.news-t .box .txt .t p{ font-size: 1.4em; color: #333; line-height: 20px; height: 60px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:3;}
.news-t .box .txt .t span{ font-size: 1.4em; padding: 10px 50px; border-radius: 10px; display: inline-block; margin-top: 16px; background: #333; color: #fff; }
.news-t .box:hover .txt .t span{ background-image:linear-gradient(90deg,#1d2088 90%,#d6001c 90%,#d6001c 100%);}
.news-t .box:hover .img img{ transform: scale(1.1);}

/*newsshow*/
.newsshow .btn a{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.newsshow{ padding:80px 0; background: #eee;}
.newsshow .boxs{ background:#fff; }
.newsshow .tit{ padding:40px; text-align:center; border-bottom: 1px solid #eee;}
.newsshow .tit h3{ font-size:1.8em; color:#333333;  line-height:24px; margin-bottom:20px;}
.newsshow .tit .dot{ background:#727171; 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; }
.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:#1d2088 !important; color:#fff !important;}

/*product*/
.plist a{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.plist{ padding: 50px 0; border-bottom: 1px solid #e5e5e5; text-align: center; }
.plist a{ margin: 5px 20px; padding: 10px; min-width: 180px; font-size: 1.4em; background: #efefef; line-height: 1.5; display: inline-block; border-radius: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.plist a:hover,.plist a.lock{ background: #1d2088; color: #fff;}
.product-t .pd .txt span,.product-t .pd img{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.product-t{ padding: 30px 0 100px 0;}
.product-t .pds{ display: flex; text-align: center; flex-wrap: wrap;}
.product-t .pds .pd{ width: calc(20% - 10px); margin:30px 5px;}
.product-t .pds .pd .img{ overflow: hidden;}
.product-t .pds .pd img{ width:100%;}
.product-t .pds .pd .txt h3{ font-size: 2.4em; color: #333; font-family: "Basic Sans";}
.product-t .pds .pd .txt h4{ font-size: 1.4em; color: #333; line-height: 1.5;}
.product-t .pds .pd .txt span{ font-size: 1.4em; padding: 10px 50px; border-radius: 10px; display: inline-block; margin-top: 16px; background: #333; color: #fff; }
.product-t .pds .pd:hover .txt span{ background-image:linear-gradient(90deg,#1d2088 90%,#d6001c 90%,#d6001c 100%);}
.product-t .pds .pd:hover img{ transform: scale(1.1);}

/*productshow*/
.productshow .btns a,.productshow .more a{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.productshow{ padding: 40px 0 70px 0;}
.productshow .warp2{ display: flex; flex-wrap: wrap;}
.productshow .pro-imgs{ width: 60%; display: flex; overflow: hidden; justify-content: center;}
.productshow .pro-imgs>*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.productshow .pro-imgs .gallery-top{ border: 1px solid #e5e5e5; width:calc(100% - 180px); text-align: center;}
.productshow .pro-imgs .gallery-top .swiper-slide img{  max-width: 100%;}
.productshow .pro-imgs .gallery-thumbs{ padding: 40px 0; width: 150px; margin-left: 30px;  height: 500px;}
.productshow .pro-imgs .gallery-thumbs .p-bottom{ right: 0; bottom: 0; top:auto;  transform: rotate(180deg);}
.productshow .pro-imgs .gallery-thumbs .p-top{left: 0; top:22px; }
.productshow .pro-imgs .gallery-thumbs .p-bottom,.productshow .pro-imgs .gallery-thumbs .p-top{ width: 100%; height: 40px; background-size:auto 80%  !important;  background-color: #fff; background-image: url(../images/ps-arrow.png); }
.productshow .pro-imgs .gallery-thumbs .swiper-slide{   border: 1px solid #e5e5e5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;}
.productshow .pro-imgs .gallery-thumbs img{ max-height: 100%; max-width: 100%;}
.productshow .pro-imgs .gallery-thumbs .swiper-slide-thumb-active{ border: 2px solid #bababa;}
.productshow .pro-t{ width: 40%; padding-left: 6%;}
.productshow .pro-t .tit{ border-bottom: 1px solid #d2d2d2; padding-bottom: 24px;}
.productshow .pro-t .tit h3{ font-size: 4.8em; color: #333;  font-family: "Basic Sans"; margin-bottom: 8px;}
.productshow .pro-t .tit p{ font-size: 1.4em; text-transform: uppercase;}
.productshow .pro-t .t{ padding-top: 30px; min-height: 200px;}
.productshow .pro-t .t p{ font-size: 1.4em; color: #333; line-height: 2;}
.productshow .more{ display: flex; padding-bottom: 20px; border-bottom: 1px solid #d2d2d2;}
.productshow .more a{ margin-right: 20px; padding: 10px; text-align: center;  text-transform: uppercase; font-size: 1.4em; color: #fff; background: #333; line-height: 20px; border-radius: 10px; min-width: 40%; display: inline-block;}
.productshow .more .al{ background: #fc6501;}
.productshow .more .al img{ height: 20px;}
.productshow .more a:last-child:hover{ background: #1d2088;}
.productshow .pro-txts{ margin-top: 60px; width: 100%;}
.productshow .pro-txts .tit{ border-bottom: 1px solid #000; margin-bottom: 25px; padding: 0 15px 15px 15px;}
.productshow .pro-txts .tit h4{ font-size: 1.8em; color: #333; line-height: 1.2; text-transform: uppercase; font-weight: bold;}
.productshow .pro-txts .t tr td{ padding: 12px 20px; font-size: 1.4em; color: #333; line-height: 1.5;  border-bottom: 3px solid #fff; background: #ddd;}
.productshow .pro-txts .t tr td:nth-child(2n-1){ background: #c6c6c6;}
.productshow .btns{ display: flex; justify-content: space-between; width: 100%; margin-top: 50px;}
.productshow .btns a{ display: flex; align-items: center; background: #f4f4f4; padding: 12px 40px; border-radius: 5px;}
.productshow .btns a>*{ padding: 0 10px;}
.productshow .btns a span{ width: 70px; height: 7px;  background: url(../images/arrow.png) center center no-repeat; background-size: contain;}
.productshow .btns a p{ font-size: 1.6em; color: #555; line-height: 1.5;}
.productshow .btns .next .type{ order: -1;}
.productshow .btns .next span{ order: 2; transform:rotate(180deg);}
.productshow .btns a:hover{ background: #1d2088;}
.productshow .btns a:hover p{ color: #fff;}

/*about*/
.abds .abd h3{ transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.about-t{ padding: 100px 0 140px 0;}
.about-t .warp2{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.ab-txts{ width: 70%;}
.ab-txts .tits>span{ width: 60px; height: 2px; background: #1d2088; display: inline-block; margin:35px 0 30px 0;}
.ab-txts .tits h4{ font-size: 2.4em; font-weight: bold; line-height: 1.2; text-transform: uppercase; max-width: 400px; margin-bottom: 30px;}
.ab-txts .tits h4 span{ font-size: 1em; color: #1d2088;}
.ab-txts .txt p{ font-size: 1.4em; line-height: 1.5; color: #000;}
.ab-txts .txt img{ margin-top: 30px; width: 100%;}
.abds{ width: 24%;}
.abds .abd{ cursor: pointer;  padding-bottom: 40px; margin-bottom: 30px; border-bottom: 1px solid #dcdcdc;}
.abds .abd h3{ font-family: "Basic Sans"; display: flex; align-content: flex-start; color: #333;}
.abds .abd h3 span{ font-size: 7.2em; font-family: "Basic Sans"; }
.abds .abd h3 sup{ font-size: 2.4em;}
.abds .abd p{ margin-top: 10px; font-size: 1.6em; text-transform: uppercase;  line-height: 1.5; max-width: 180px;}
.abds .abd:hover h3{ color: #d6001c;}

/*contact*/
.contact-t .c1{ padding: 60px 20px;}
.contact-t .c1 .txts{ display: flex; justify-content: space-between; margin-top: 40px;}
.contact-t .c1 .txts .dot{  display: flex; flex-wrap: wrap; align-items: center; align-content:center;}
.contact-t .c1 .txts .dot .d:nth-child(1){ width: 100%;}
.contact-t .c1 .txts .dot .d{ margin:0 100px 30px 0; display: flex; align-content: center; align-items: center;}
.contact-t .c1 .txts .dot .d img{ margin-right: 12px;}
.contact-t .c1 .txts .dot .d h3{ font-size: 1.8em; font-weight: bold; text-transform: uppercase; color: #333; line-height: 1.2;}
.contact-t .c1 .txts .dot .d p{ font-size: 1.6em; line-height: 1.2;}
.feedback .fc-btn{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.feedback{ padding: 50px 20px 80px 20px; border-top:1px solid #d2d2d2; margin-top: 50px;}
.feedback .warp{  display: flex; justify-content: space-between; padding:0;}
.feedback .tits{ width: 320px; padding: 0 20px;}
.feedback .tits h3{ margin-bottom: 20px; text-transform: none;}
.feedback .tits p{ font-size: 1.4em; color: #333; line-height: 1.5;}
.feedback form{ width: calc(100% - 320px);}
.feedback input,.feedback textarea{ font-size: 1.6em; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#000;  border: none; padding: 4px 4px;  border-bottom: 1px solid #aaa; }
.feedback .dot{ width: 100%; margin-bottom: 20px; overflow: hidden; display: flex; justify-content: space-between;}
.feedback .dot input { width: calc(50% - 60px); }
.feedback textarea{ width: 100%;}
.feedback input::-webkit-input-placeholder,.feedback textarea::-webkit-input-placeholder { color:#888;font-family: "Arial"}
.feedback input:-moz-placeholder,.feedback textarea:-moz-placeholder { color:#888; font-family: "Arial"}
.feedback input::-moz-placeholder,.feedback textarea::-moz-placeholder { color:#888;font-family: "Arial"}
.feedback input:-ms-input-placeholder,.feedback textarea:-ms-input-placeholder { color:#888; font-family: "Arial"}
.feedback .btn{ margin: 40px 0 0 auto;  text-align: right; }
.feedback .fc-btn{ border:none; padding:10px 30px;  font-size:1.4em; color:#fff; line-height:24px; cursor:pointer; background: #1d2088; border-radius: 5px; font-style: normal;}
.feedback .fc-btn:hover{ background: #000;}

/*map*/
.content-window-card { position: relative; box-shadow: none; bottom: 0; left: 0; width: auto; padding: 0;}
.content-window-card p { height: 2rem;}
.custom-info {border: solid 1px silver;}
div.info-top { position: relative; background: none repeat scroll 0 0 #F9F9F9; border-bottom: 1px solid #CCC; border-radius: 5px 5px 0 0;}
div.info-top div { display: inline-block; color: #333333; font-size: 14px; font-weight: bold; line-height: 1.5; padding: 12px 10px;}
div.info-top img { position: absolute; top: 10px; right: 10px; transition-duration: 0.25s;}
div.info-top img:hover { box-shadow: 0px 0px 5px #000;}
div.info-middle { font-size: 12px; padding: 10px 6px; line-height: 20px;}
div.info-bottom {height: 0px; width: 100%; clear: both; text-align: center;}
div.info-bottom img { position: relative;  z-index: 104;}
#map span { margin-left: 5px; font-size: 11px;}
.info-middle img { float: left; margin-right: 6px;}
#container{ height:510px;}
