@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "ZurichBT-UltraBlackExtended";
  src: url("../fonts/ZurichBT-UltraBlackExtended.woff2") format("woff2"),
       url("../fonts/ZurichBT-UltraBlackExtended.woff") format("woff"),
       url("../fonts/ZurichBT-UltraBlackExtended.ttf") format("truetype"),
       url("../fonts/ZurichBT-UltraBlackExtended.eot") format("embedded-opentype"),
       url("../fonts/ZurichBT-UltraBlackExtended.svg") format("svg");
}
@font-face {
  font-family: "mriam";
  src: url("../fonts/mriam.woff2") format("woff2"),
       url("../fonts/mriam.woff") format("woff"),
       url("../fonts/mriam.ttf") format("truetype"),
       url("../fonts/mriam.eot") format("embedded-opentype"),
       url("../fonts/mriam.svg") format("svg");
}
@font-face {
  font-family: "ZurichBT-ExtraBlack";
  src: url("../fonts/ZurichBT-ExtraBlack.woff2") format("woff2"),
       url("../fonts/ZurichBT-ExtraBlack.woff") format("woff"),
       url("../fonts/ZurichBT-ExtraBlack.ttf") format("truetype"),
       url("../fonts/ZurichBT-ExtraBlack.eot") format("embedded-opentype"),
       url("../fonts/ZurichBT-ExtraBlack.svg") format("svg");
}

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:1780px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{ max-width:1700px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp3{ max-width:1500px; 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:right;line-height:4rem; padding-top:20px;}
div.fy a { margin:2px 2px;padding:4px 8px;color:#666;font-size:1.4em; display:inline; border:1px solid #bbb;}
div.fy a:hover{ background-color:#b91419;color:#FFF; border:1px solid #b91419;}
div.fy a:active{ background-color:#b91419;color:#FFF; border:1px solid #b91419;}
div.fy span.current{ margin:2px 2px;padding:4px 8px;background-color:#b91419;color:#FFF; font-size:1.4em; border:1px solid #b91419;}
div.fy span.disabled{ margin:2px 2px;padding:4px 8px; color:#aaaaaa; border:1px solid #ccc; font-size:1.4em;}

/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger {width: 24px; height: 14px;	position:absolute;	top: 28px;	right: 25px;	z-index: 999;display: none;}
#hamburger:before, #hamburger:after, #hamburger span { background:#dc0116; 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;}
.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 {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: 800px;	height:600px;}

/*header*/
.header .mune>a:after,.header .mune>a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header{ background-color:#eceef1; overflow:hidden;}
.header .wrap{ max-width:1780px; padding:0 20px;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.header .logo{ float:left; overflow: hidden; padding:25px 0;}
.header .mune{float:right; border-bottom:1px solid #e60012; margin:50px 0 30px 0; }
.header .mune>*{ float:left;}
.header .mune>a{ font-size:1.6em; color:#3b3c40;padding-bottom:20px; margin-right:70px; position:relative;}
.header .mune>a:hover,#m1 .m1,#m2 .m2,#m3 .m3,#m4 .m4,#m5 .m5,#m6 .m6,#m7 .m7{ color:#e60012 !important; font-weight:bold !important;}
.header .mune>a:after{ position:absolute; bottom:-3px; width:50%; left:0; right:0; background:#e60012; content:""; height:5px;  margin:0 auto; opacity:0;}
.header .mune>a:hover:after,#m1 .m1:after,#m2 .m2:after,#m3 .m3:after,#m4 .m4:after,#m5 .m5:after,#m6 .m6:after,#m7 .m7:after{ opacity:1 !important;}
.header .mune .dot a{ float:left; border-radius:50%; border:1px solid #cfd1d4; font-size:1.6em; color:#3b3c40; margin-left:12px; width:30px; height:30px; text-align:center; display:inline-block;  margin-top:-8px; padding:6px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*footer*/
.footer a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ background:#000; overflow:hidden; }
.footer .fo1{ background:#242529; padding:110px 0 60px 0; overflow:hidden;}
.footer .fo1 .warp>*{ float:left;}
.footer .fo1 .left{ width:35%;}
.footer .fo1 .left img{ max-width:95%;}
.footer .fo1 .right{ width:65%;}
.footer .fo1 .right .mune{ width:108%; margin-left:-4%; overflow:hidden; padding-bottom:25px;}
.footer .fo1 .right .mune a{ font-size:1.6em; color:#a7a7a7; line-height:20px; width:14.28%; text-align:center; float:left; display:inline-block; border-right:1px solid #66676a; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer .fo1 .right .mune a:last-child{ border-right:none;}
.footer .fo1 .right .mune a:hover{ color:#fff;}
.footer .fo1 .right .txts{border-top:1px solid #525254; padding-top:25px; overflow:hidden;}
.footer .fo1 .right .txts .left{ float:left;}
.footer .fo1 .right .txts .left p{ font-size:1.4em; color:#818181; line-height:26px;}
.footer .fo1 .right .txts .right{ float:right; text-align:right;}
.footer .fo1 .right .txts .right .share{ display:inline-block;}
.footer .fo1 .right .txts .right img{ margin:0 15px;}
.footer .fo1 .share>*{	float: left;	cursor: pointer; background-position: center center ; margin: 0 4px; border:1px solid #7a7a79; border-radius:50%; width:40px; height:40px; display:inline-block; margin-right:10px; padding:9px 7px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#share-sina { background:url(../images/fs3.png) center center no-repeat; }
#share-qrcode { background:url(../images/fs1.png) center center no-repeat; }
#share-qq { background: url(../images/fs2.png) center center no-repeat; }
.footer .fo2{ background:#000; overflow:hidden; padding:12px 0;}
.footer .fo2 .left{ float:left;}
.footer .fo2 .right{ float:right;}
.footer .fo2 .left{ font-size:1.4em; line-height:20px; color:#fff;}
.footer .fo2 .left span{ padding-left:10px; font-size:1em; opacity:0.5;}
.footer .fo2 .right{ font-size:1.4em; color:rgba(255,255,255,0.5); line-height:20px;}
.footer .fo2 .right a{ font-size:1em; color:rgba(255,255,255,0.5);}
.footer .fo2 .right a:hover{ text-decoration:underline;}
.footer .fo2 .right span{ margin-left:25px;}
.footer .fo2 .right span img{ margin-bottom:-2px;}

.bottomlist{ background:#dc0116; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:110;}
.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 a{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.banner .swiper-slide{ background-size:cover !important; height:900px;}
.banner .txt{ color:#fff; display:table; width:100%; height:900px;}
.banner .txt .t{ display:table-cell; vertical-align:middle;}
.banner .txt h3{ text-transform:uppercase; font-size:5.6em; font-weight:bold; font-family: "ZurichBT-UltraBlackExtended";}
.banner .txt h4{ font-size:5.2em; font-weight:lighter; padding-bottom:8px; margin:18px 0 20px 0; position:relative; }
.banner .txt h4:after{ position:absolute; bottom:0; left:0; width:26px; height:2px; content:""; background:#b91419;}
.banner .txt p{ font-size:1.6em; color:rgba(255,255,255,0.45); line-height:26px;}
.banner .txt a{ display:inline-block; margin-top:25px; background:#8d1823; border-radius:10px; padding:5px 12px; font-size:1.8em; color:#fff; margin-bottom:5%;}
.banner .txt a:hover{ box-shadow:0 2px 6px rgba(255,255,255,0.5);}
.banner .txt img{ max-width:50%; display:block;}
/*tits*/
.tits{  text-align:center; width:fit-content; margin:0 auto; overflow:hidden;}
.tits>*{ display:inline-block; float:left;}
.tits h3{ text-transform:uppercase; font-size:4em; color:#202020; opacity:0.6;}
.tits h4 { font-size:3.6em; color:#555; font-weight:bold; position:relative; opacity:1; padding-left: 16px;  margin-left: 10px;}
.tits h4:after{ position:absolute; top:18px; left:0; width:5px; height:5px; border-radius:50%; border-radius:50%; content:""; background:#202020; opacity:0.6;}
/*iab*/
.iab{ background:#eceef1; overflow:hidden;}
.iab .tits{padding:70px 0 60px 0;}
.iab .txts{ display:table; width:100%; vertical-align:middle;}
.iab .left,.iab .right{ display:table-cell; vertical-align:top;}
.iab .left{ width:45%;}
.iab .right{ width:55%; border-left:1px solid #cfd0d2; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top:60px; position:relative;}
.iab .left .txt{ max-width:770px; padding:25px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float:right; margin-right:10%;}
.iab .left .txt h3{ font-size:3.6em; color:#dd0012; font-weight:bold; padding:35px 0 5px 0;}
.iab .left .txt h4{ font-size:2.6em; color:#333; margin-bottom:15px;}
.iab .left .txt p{ max-width:620px; font-size:1.4em; color:#000; line-height:24px;}
.iab .left .txt img{  max-width:100%;}
.iab .right .dot{  float:left; width:50%; border-top:1px solid #cfd0d2; height:50%; border-left:1px solid #cfd0d2; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-left:-1px; padding:30px 60px; height:320px;}
.iab .right .dot h3{ font-size:1.6em; color:#010101; opacity:0.39; line-height:24px; text-transform:uppercase;}
.iab .right .dot h4{ font-size:2em; color:#333;}
.iab .right .dot h5{ padding:15% 0; text-align:center; font-family: "mriam"; font-size:11em; color:#dc0116;}
.iab .right .dot h5>*{ display:inline-block;}
.iab .right .dot h5 span{ font-size:1em; line-height:110px;}
.iab .right .dot h5 p{ display:inline-block; font-size:30px;}
.iab .right .dot:nth-child(3) h5 p{ font-size:40px;}
.iab .right .dot:nth-child(3) h5>*{ float:left;}
.iab .right .dot:nth-child(3) h5{ margin:0 auto; width:fit-content;}
.iab .right:after{ position:absolute; top:0; left:calc(50% - 2px); width:1px; height:60px; content:""; background:#cfd0d2;}
/*is*/
.is{ background:url(../images/is-bg.jpg) center center no-repeat; background-size:cover; padding:65px 0 105px 0;}
.is1{ background:url(../images/is-bg-1.jpg) center center no-repeat; background-size:cover; }
.is2{ background:url(../images/is-bg-2.jpg) center center no-repeat; background-size:cover; }
.is .tits h3{ color:#fff;}
.is .tits h4{ color:#fff;}
.is .tits h4:after{ background:rgba(255,255,255,0.6);}
.is .txts{ overflow:hidden; margin-top:80px;}
.is .txts>*{ float:left; width:50%;}
.is .txts .left h3{ font-size:2.8em; font-weight:bold; color:#fff; margin-bottom:10px;}
.is .txts .left h4{ font-size:3.2em; color:#fff; text-transform:uppercase; margin-bottom:24px;}
.is .txts .left h4 span{ color:#dd0000; font-size:1em;}
.is .txts .left p{ font-size:1.6em; color:rgba(255,255,255,0.6); max-width:470px; line-height:20px;}
.is .txts .right{ padding-top:30px;}
.is .txts .right .box{ max-width:520px; float:right; margin-right:70px;}
.is .txts .right .box .img img{ width:100%;}
.is .txts .right .box .txt{ background:url(../images/isb.jpg) center center no-repeat; background-size:cover; height:290px; padding:30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.is1 .txts .right .box .txt{ background:url(../images/isb-1.jpg) center center no-repeat; background-size:cover;}
.is2 .txts .right .box .txt{ background:url(../images/isb-2.jpg) center center no-repeat; background-size:cover;}
.is .txts .right .box .txt h3{ font-size:2.8em; font-weight:bold; color:#d40000; margin-bottom:20px;}
.is .txts .right .box .txt p{ font-size:1.8em; color:#555; line-height:28px;}
/*ip*/
.ip .boxs .gallery-top .left .txts .t1 a,.ip .boxs .gallery-thumbs *{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.ip{ padding:70px 0 75px 0; background:#eceef1;}
.ip .boxs{ margin-top:60px; position:relative;}
.ip .boxs .gallery-top{ border-bottom:1px solid #cbcccd;}
.ip .boxs .gallery-top .left{ width:57%; float:left; }
.ip .boxs .gallery-top .left .txts{ display:table; width:100%; border-bottom:1px solid #cbcccd; max-width:1040px; float:right;}
.ip .boxs .gallery-top .left .txts>*{ display:table-cell; width:50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align:middle;}
.ip .boxs .gallery-top .left .txts .t1{ border-right:1px solid #cbcccd; padding:110px 30px 50px 30px; background:#eceef1;}
.ip .boxs .gallery-top .left .txts .t1 h3{ font-size:2.4em; color:#dd1427; font-weight:bold; margin-bottom:5px;}
.ip .boxs .gallery-top .left .txts .t1 h4{ font-size:1.6em; color:#7f7f7f; line-height:24px; margin-bottom:30px;}
.ip .boxs .gallery-top .left .txts .t1 p{ font-size:1.4em; color:#555; line-height:26px; margin-bottom:25px;}
.ip .boxs .gallery-top .left .txts .t1 a{ font-size:1.4em; color:#161616; line-height:24px; display:inline-block; padding:5px 15px; border:1px solid #d9d9d9;}
.ip .boxs .gallery-top .left .txts .t1 a:hover{ background:#e60012; border:1px solid #e60012; color:#fff;}
.ip .boxs .gallery-top .left .txts .t2{ background:#f2f4f6;}
.ip .boxs .gallery-top .left .txts .t2 .t{ width:fit-content; margin:0 auto;}
.ip .boxs .gallery-top .left .txts .t2 .t h3{ font-size:4em; color:#707070; font-weight:bold; margin-bottom:35px;}
.ip .boxs .gallery-top .left .txts .t2 .t h3 span{ font-size:1.4em; color:#dd1427; font-family: "ZurichBT-ExtraBlack"; margin-right:5px;}
.ip .boxs .gallery-top .left .txts .t2 .t p{ font-size:1.4em; color:#555; line-height:30px; position:relative; text-indent:1em;}
.ip .boxs .gallery-top .left .txts .t2 .t p:after{ position:absolute; top:12px; width:5px; height:5px; background:#e60012; content:""; left:0;}
.ip .boxs .gallery-top .right{ padding:20px 0; text-align:right; width:43%; float:right; border-left:1px solid #cbcccd;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .boxs .gallery-top .right img{ max-width:100%;}
.ip .boxs .gallery-top .swiper-pagination{ width:57%; position:absolute; left:0; bottom:0; background:#000; color:#fff; text-align:left; padding:30px 4%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .boxs .gallery-top .swiper-pagination .swiper-pagination-current{ font-size:1.4em; color:#eceef2; font-weight:bold;}
.ip .boxs .gallery-top .swiper-pagination .swiper-pagination-total{ color:#b2b2b2; font-size:1.4em;font-weight:bold;}
.ip .boxs .dots{ width:57%; position:absolute; bottom:90px; left:0; text-align:center; padding-left:20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .boxs .dots .gallery-thumbs{ max-width:1040px; float:right; width:100%;}
.ip .boxs .dots .gallery-thumbs p{ font-size:1.4em; color:#000; line-height:24px; margin-top:8px;}
.ip .boxs .gallery-thumbs .img{ position:relative; width:fit-content; margin:0 auto; padding:5px;}
.ip .boxs .gallery-thumbs .img img{ max-width:100%;}
.ip .boxs .gallery-thumbs .img .b{ position:absolute; top:0; left:0; opacity:0; padding:5px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ip .boxs .gallery-thumbs .swiper-notification{ background:#151c21;}
.ip .boxs .gallery-thumbs .swiper-slide-thumb-active .img{ background:#e60012;}
.ip .boxs .gallery-thumbs .swiper-slide-thumb-active .a{ opacity:0;}
.ip .boxs .gallery-thumbs .swiper-slide-thumb-active .b{ opacity:1;}
.ip .boxs .gallery-thumbs .swiper-slide-thumb-active p{ font-weight:bold;}
.ip .boxs .gallery-top:after,.ip .boxs .gallery-top:before{ position:absolute; bottom:37px; left:7%; content:""; z-index:2;}
.ip .boxs .gallery-top:after{ background:#afb2b3; height:1px; width:44%;}
.ip .boxs .gallery-top:before{ background:#fff; height:2px; width:6%; z-index:3;}
/*inews*/
.inews .txts .warp .right .swiper-slide *{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.inews{ background:#eceef1;}
.inews .txts{ padding-bottom:100px; margin-top:60px; background:url(../images/inews-bg.jpg) left top no-repeat; background-size:38% auto; overflow:hidden;}
.inews .txts .warp>*{ float:left;}
.inews .txts .warp .left{ width:42%;}
.inews .txts .warp .left .txt{ max-width:360px; color:#fff; padding-top:12%;}
.inews .txts .warp .left .txt h3{ color:#ededed; max-width:210px; font-size:4em; line-height:38px; margin-bottom:10px;}
.inews .txts .warp .left .txt h3 span{ color:#e60012; font-weight:bold; font-size:1em;}
.inews .txts .warp .left .txt h4{ font-size:2.6em; font-weight:bold; margin-bottom:25px;}
.inews .txts .warp .left .txt p{ font-size:1.4em; color:#ededed; line-height:26px;}
.inews .txts .warp .right{ width:58%;}
.inews .txts .warp .right .swiper-slide a{ display:table; width:100%;}
.inews .txts .warp .right .swiper-slide a>*{ display:table-cell; vertical-align:middle;}
.inews .txts .warp .right .swiper-slide{ padding:30px 0 20px 0; position:relative;}
.inews .txts .warp .right .swiper-slide:after,.inews .txts .warp .right .swiper-slide:before{ position:absolute; left:0; content:""; background:#e60012;}
.inews .txts .warp .right .swiper-slide:after{ width:100%; top:2px; height:1px;}
.inews .txts .warp .right .swiper-slide:before{ width:15%; height:5px; top:0;}
.inews .txts .warp .right .swiper-slide a .txt{ width:310px; padding-right:10px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.inews .txts .warp .right .swiper-slide a .t{padding:15px;}
.inews .txts .warp .right .swiper-slide a .img{ width:calc(100% - 310px); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-size:cover; }
.inews .txts .warp .right .swiper-slide a .txt .date{ overflow:hidden; margin-bottom:20px;}
.inews .txts .warp .right .swiper-slide a .txt .date>*{ float:left;}
.inews .txts .warp .right .swiper-slide a .txt .date span{ width:18px; height:16px; margin-right:4px; background:url(../images/date.png) top center no-repeat;}
.inews .txts .warp .right .swiper-slide a .txt h4{ font-size:1.4em; line-height:16px; color:#000; opacity:0.6;}
.inews .txts .warp .right .swiper-slide a .txt h3{ font-size:2em; color:#333; line-height:24px; font-weight:bold; margin-bottom:12px; -webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; height:24px; }
.inews .txts .warp .right .swiper-slide a .txt p{ font-size:1.4em; color:#555; line-height:24px; -webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; height:72px; }
.inews .txts .warp .right .swiper-slide a .txt .t>span{ margin-top:20%; display:inline-block; font-size:1.6em; color:#161616; opacity:0.7; border:1px solid #d9d9d9; padding:5px 15px;}
.inews .txts .warp .right .inews-slider{ padding-bottom:50px;}
.inews .txts .warp .right .swiper-slide:hover .txt .t{ background:#e60012;}
.inews .txts .warp .right .swiper-slide:hover .txt h3,.inews .txts .warp .right .swiper-slide:hover .txt h4{ color:#fff;}
.inews .txts .warp .right .swiper-slide:hover .txt .t span{ color:#fff; }
.inews .txts .warp .right .swiper-slide:hover .txt .date span{background:url(../images/date.png) bottom center no-repeat;}
.inews .txts .warp .right .swiper-slide:hover .txt p{ color:#ededed;}
.inews .txts .warp .right .swiper-pagination{ text-align:right;}
.inews .txts .warp .right .swiper-pagination-bullet { border-radius:0;  width: 20px;  height: 20px; text-align: center; line-height: 20px; font-size: 16px; color:#777;  opacity: 1;  border:1px solid #adaeb1; background: transparent;}
.inews .txts .warp .right .swiper-pagination-bullet-active { color:#fff; background: #e60012; border:1px solid #e60012;}

/*banners*/
.banners{ height:830px; background-size:cover !important;}
.about{ background:url(../images/banners/about-banner.jpg) center center no-repeat;}
.product{ background:url(../images/banners/product-banner.jpg) center center no-repeat;}
.news{ background:url(../images/banners/news-banner.jpg) center center no-repeat;}
.network{ background:url(../images/banners/network-banner.jpg) center center no-repeat;}
.service{ background:url(../images/banners/service-banner.jpg) center center no-repeat;}
.contact{ background:url(../images/banners/contact-banner.jpg) center center no-repeat;}
.banners .txt{ padding-top:15%; max-width:50%;}
.banners .txt h3{ font-size:5.6em; font-weight:bold; margin-bottom:20px; color:#fff;}
.banners .txt h4{ font-size:1.6em; color:#fff; line-height:26px;}
.banners .txt>span{ display:inline-block; margin-top:15px; width:26px; height:2px; background:#b91419;}
.network .txt{ float:right; width:510px;}
.news .txt{ width:580px;}
.news .txt h3 span{ display:inline-block; width:12px; height:12px; border-radius:50%; margin:0 20px; background:#fff; margin-bottom: 12px;}
.service .txt{ width:620px;}
.contact .txt{ float:right; width:530px;}
.about .txt{ float:right; width:560px;}
/*insiderbox*/
.insiderbox .top-boxs{ margin-top:-180px; position:relative; z-index:2;}
.insiderbox .top-boxs>h3{ font-size:3.6em; color:#fff; margin-bottom:25px;}
.insiderbox .top-boxs .t-box{ background:#fff; box-shadow:0 5px 16px rgba(157,157,157,0.14);}
.insiderbox .top-boxs .t-box .tit{ padding:40px 0 25px 0; margin:0 35px; position:relative;}
.insiderbox .top-boxs .t-box .tit p{ font-size:1.8em; color:#5f5f5f;}
.insiderbox .top-boxs .t-box .tit p img{ padding:0 5px 0 10px;}
.insiderbox .top-boxs .t-box .tit:after{ position:absolute; bottom:0; left:0; width:100%; height:2px; content:""; background-image:linear-gradient(90deg,#fff 0%,#d5d5d5 50%,#fff 100%);}
/*tits2*/
.tits2{ padding:70px 70px 65px 70px; overflow:hidden;}
.tits2 *{ float:left; line-height:40px;}
.tits2 h3{  font-size:3.6em; color:#b91419; font-weight:bold; text-transform:uppercase;}
.tits2 span{ font-size:3em; color:#757575; margin:0 30px 0 35px;}
.tits2 h4{ font-size:2.4em; color:#353535; font-weight:bold;}

/*network*/
.network-t{ background:#f4f4f4; background-size:cover !important; padding-bottom:140px;}
.network-t .txts{ text-align:center; padding:0 20px 60px 20px;}
.network-t .txts img{ max-width:100%;}

/*news*/
.news-t .news-list .dot *{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.news-t .top-boxs>h3{ text-align:right;}
.news-t .boxs{ overflow:hidden; padding-bottom:60px; max-width:1350px; margin:0 auto;}
.news-t .boxs .box{ float:left; width:calc(33.33% - 24px); margin:0 12px; overflow:hidden;}
.news-t .boxs .box img{ width:100%;}
.news-t .boxs .box .txt{ position:relative;}
.news-t .boxs .box .txt .t{ text-align:center; position:absolute; top:0; left:0; width:fit-content; right:0; bottom:0; margin:auto; height:fit-content;}
.news-t .boxs .box .txt .t h3{ font-size:1.8em; color:#7f7d7d; line-height:24px; margin-bottom:12px;}
.news-t .boxs .box .txt .t span{ display:inline-block; width:80px; height:5px; background:#b91419;}
.news-t .news-list{ padding:85px 0;}
.news-t .news-list .dot{ margin-bottom:25px;}
.news-t .news-list .dot a{ display:table; width:100%;}
.news-t .news-list .dot a>*{ display:table-cell; vertical-align:middle;}
.news-t .news-list .dot a .date{ width:130px; padding-right:10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.news-t .news-list .dot a .date .d{ padding:40px 10px; color:#fff; background:#959595; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.news-t .news-list .dot a .date .d h3{ font-size:4em; font-weight:bold; margin-bottom:5px;}
.news-t .news-list .dot a .date .d h4{ font-weight:bold; font-size:1.4em;}
.news-t .news-list .dot a .txt{ padding:15px 40px; background:url(../images/news/news-arrow.png) 92% center no-repeat #efefef; -webkit-filter:grayscale(100%);	-moz-filter:grayscale(100%);	-ms-filter:grayscale(100%);	-o-filter:grayscale(100%);	filter:grayscale(100%); position:relative;}
.news-t .news-list .dot a .txt h3{ font-size:2.4em; font-weight:bold; color:#717171; line-height:24px; margin-bottom:20px; width:80%; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1; height:24px; }
.news-t .news-list .dot a .txt:after{  position:absolute; top:60px; left:40px; width:calc(100% - 40px); height:2px; content:""; background-image:linear-gradient(90deg,#969696 0%,transparent 20%,transparent 100%);}
.news-t .news-list .dot a .txt h4{ font-size:1.4em; color:#919191; line-height:22px; font-weight:bold; width:80%; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2; height:44px;}
.news-t .news-list .dot:hover .txt{ background:url(../images/news/news-arrow.png) 92% center no-repeat #fff; -webkit-filter:grayscale(0%);	-moz-filter:grayscale(0%);	-ms-filter:grayscale(0%);	-o-filter:grayscale(0%);	filter:grayscale(0%); box-shadow:5px 5px 16px rgba(74,71,71,0.29);}
.news-t .news-list .dot:hover .txt h3{ color:#c60b0b;}
.news-t .news-list .dot:hover .date .d{ background:#3e3e3e;}

/*newsshow*/
.newsshow{ padding:0 0 80px 0;}
.newsshow .n-boxs .tit{ padding:40px; text-align:center;}
.newsshow .n-boxs .tit h3{ font-size:2em; color:#333333; margin-bottom:10px; line-height:24px; }
.newsshow .n-boxs .tit .dot{ padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.newsshow .n-boxs .tit .dot h4{ color:#666; font-size:1.4em; display:inline-block; }
.newsshow .n-boxs .txt{ padding:20px 40px; line-height:24px; color:#666666; }
.newsshow .n-boxs .txt *{ font-size:14px; line-height:24px;}
.newsshow .n-boxs .txt p{ font-size:14px; text-indent:2em;}
.newsshow .n-boxs .txt img{ max-width:95%; margin:0 auto; padding:5px 0;}
.newsshow .n-boxs .btn{ padding:40px;}
.newsshow .n-boxs .btn a{ display:block; background:#fff; font-size:1.4em; color:#333333; line-height:24px; padding:8px 20px; margin-top:10px;}
.newsshow .n-boxs .btn a:hover{ background:#b91419 !important; color:#fff !important;}

/*service*/
.service-t .top-boxs>h3{ text-align:right;}
.service-t .top-boxs .dots{ padding:0 35px 85px 35px; overflow:hidden;}
.service-t .top-boxs .dots .dot{ width:calc(33.33% - 60px); margin:0 30px; float:left; background:#eee;}
.service-t .top-boxs .dots .dot .t1{ overflow:hidden; padding:40px 25px;}
.service-t .top-boxs .dots .dot .t1>*{ float:left; width:50%;}
.service-t .top-boxs .dots .dot .t1 .img{ text-align:right;}
.service-t .top-boxs .dots .dot .t1 .img img{ max-width:95%;}
.service-t .top-boxs .dots .dot .t1 .t h3{ font-size:2.5em; color:#b91419; font-weight:bold; margin-bottom:12px;}
.service-t .top-boxs .dots .dot .t1 .t h4{ font-size:2.4em; color:#b91419; font-weight:bold; text-transform:uppercase;}
.service-t .top-boxs .dots .dot .imgs{ position:relative;}
.service-t .top-boxs .dots .dot .imgs img{ width:100%;}
.service-t .top-boxs .dots .dot .imgs h3{ position:absolute; top:-26px; left:30px; font-size:4.8em; font-weight:900; -webkit-text-stroke: 1px #fff;  -webkit-text-fill-color: transparent; text-transform:uppercase; max-width:50%;}
.service-t .top-boxs .dots .dot .t2{ padding:30px; height:210px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.service-t .top-boxs .dots .dot .t2 p{ font-size:1.4em; color:#353535; line-height:18px; padding:10px 0;}
.service-t .s3{ padding:0 0 50px 0;}
.service-t .s3 .txts div{ display:table; width:100%;}
.service-t .s3 .txts .tl{ border-bottom:4px solid #e60012;}
.service-t .s3 .txts .tl p{ border-left:3px solid #e60012; font-size:1.6em; color:#010101; line-height:24px;padding:4px 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.service-t .s3 .txts .tr{ border-bottom:1px dashed #4c4c4c;}
.service-t .s3 .txts .tr p:first-child{ text-align:left; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; height:24px;}
.service-t .s3 .txts .tr a{ font-size:1em; background:#444; color:#fff; padding:4px 10px; display:inline-block; margin:0 auto; text-align:center;}
.service-t .s3 .txts .tr a:hover{ background:#e60012;}
.service-t .s3 .txts div p{ padding:12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center;  display:table-cell; font-size:1.4em; color:#010101;}
.service-t .s3 .txts div p:first-child{ width:55%; border:none;}
.service-t .s3 .txts div p{ width:15%;}
.service-t .s3 .tits2 { padding: 70px 70px 40px 70px;}

/*contact*/
/*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: 31px; padding: 0 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:550px;}

.contact-t .top-boxs>h3{ text-align:right;}
.contact-t .top-boxs .txts{ max-width:1350px; padding:0 20px 30px 20px; margin:0 auto 150px auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-t .top-boxs .tits2{ padding:70px 70px 30px 70px;}
.contact-t .top-boxs .txts h3{ font-size:1.4em; color:#333; line-height:24px;}
.contact-t .top-boxs .txts form{ margin-top:50px; overflow:hidden;}
.contact-t .top-boxs .txts form .boxs>*{ float:left;}
.contact-t .top-boxs .txts form .box1{ width:40%;}
.contact-t .top-boxs .txts form .box1 .fc-input{ width:370px;}
.contact-t .top-boxs .txts form .fc-input{ margin-bottom:18px;}
.contact-t .top-boxs .txts form .box2{ width:60%;}
.contact-t .top-boxs .txts form .fc1{ background:url(../images/contact/cf1.png) 12px 8px no-repeat;}
.contact-t .top-boxs .txts form .fc2{ background:url(../images/contact/cf2.png) 12px 8px no-repeat;}
.contact-t .top-boxs .txts form .fc3{ background:url(../images/contact/cf3.png) 12px 8px no-repeat;}
.contact-t .top-boxs .txts form .fc4{ background:url(../images/contact/cf4.png) 12px 8px no-repeat;}
.contact-t .top-boxs .txts form .fc5{ background:url(../images/contact/cf5.png) 12px 8px no-repeat;}
.contact-t .top-boxs .txts form .fc6{ background:url(../images/contact/cf6.png) 12px 8px no-repeat;}

.contact-t input,.contact-t textarea{font-family: "Microsoft Yahei";  border:none; outline:none;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background:#fff; padding:10px 15px 10px 60px; font-size:1.8em; line-height:24px; color:#514e4e; width:100%;  border:2px solid #d2d2d2; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact-t .fc-input:after,.contact-t textarea:after{ position:absolute; top:4px; left:55px;  width:2px; height:35px; content:""; background:#a6a6a6;}
.contact-t .fc-input::-webkit-input-placeholder{ color:#555;}
.contact-t .fc-input:-moz-placeholder{ color:#555;}
.contact-t .fc-input::-moz-placeholder{ color:#555;}
.contact-t .fc-input:-ms-input-placeholder {  color:#555;}
.contact-t .btn{ text-align:right;}
.contact-t .btn .fc-btn{ border:none; width:fit-content; padding:8px 24px; font-size:1.8em; color:#fff; line-height:24px; cursor:pointer; background:#e60012; margin-top:25px; font-weight:bold; transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.contact-t .btn .fc-btn:hover{ box-shadow:0 -5px 5px rgba(0,0,0,0.2);}
.c-map{ position:relative;}
.c-map .c-txt{ top:-80px; width:430px; z-index:200; position:absolute; background:url(../images/contact/cmt.jpg) center bottom no-repeat #e60012; background-size:contain; color:#fff; height:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:3% 3%;}
.c-map .c-txt h3{ font-size:2.6em; line-height:28px; margin-bottom:25px;}
.c-map .c-txt .box{ border-bottom:1px dashed #fff; padding:20px 0;}
.c-map .c-txt .box h4{ font-size:2.2em; margin-bottom:5px;}
.c-map .c-txt .box p{ font-size:1.5em; line-height:24px;}

/*about*/
.ab2 .dots .dot img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
#m2 .tits2{ padding:0;}
.about-t{ margin-bottom:70px;}
.about-t .txts{ padding:70px 20px 75px 20px; max-width:1350px; margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow:hidden;}
.about-t .txts>*{ float:left;}
.about-t .txts .txt{ width:calc(100% - 350px);}
.about-t .txts .txt .tits2{ margin-bottom:35px;}
.about-t .txts .txt p{ text-indent:2em; font-size:1.4em; color:#333; line-height:24px; max-width:95%;}
.about-t .txts .img{ width:350px;}
.about-t .txts .img img{ width:100%;}

.ab2{ background:url(../images/about/ab2-bg.jpg) center center no-repeat; background-size:cover; padding:70px 0 90px 0;}
.ab2 .tits2,.ab3 .tits2{ max-width:1350px; margin:0 auto;}
.ab2 .tits2 p,.ab3 .tits2 p{ display:block; margin-top:25px; line-height:24px; font-size:1.4em; color:#333; width:100%;}
.ab2 .dots{ margin-top:75px; overflow:hidden;}
.ab2 .dots .dot{ float:left; width:25%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center; position:relative;}
.ab2 .dots .dot:after,.ab2 .dots .dot:last-child:before{ position:absolute; top:0; left:0; width:1px; height:100%; content:""; background-image:linear-gradient(1800deg,transparent 0%,#d00000 20%,#d00000 80%,transparent 100%);}
.ab2 .dots .dot:last-child:before{ right:0; left:auto;}
.ab2 .dots .dot h3{ font-size:1.6em;  color:#a9a9a9; line-height:28px; padding:6px 0 12px 0;}
.ab2 .dots .dot p{ font-size:1.6em; color:#000; line-height:24px;}
.ab2 .dots .dot:hover img{ transform:rotateY(360deg);}
.ab3{ padding:100px 0 140px 0;}
.ab3 .boxs{ margin-top:75px;}
.ab3 .honor-slider{ padding:0 120px;}
.ab3 .honor-slider:after,.ab3 .honor-slider:before{ position:absolute; top:0; width:120px; height:100%; content:""; background:#fff; z-index:2;}
.ab3 .honor-slider:after{ left:0;}
.ab3 .honor-slider:before{ right:0;}
.ab3 .honor-slider .swiper-button-prev{ background-image:url(../images/about/hp.png);}
.ab3 .honor-slider .swiper-button-next{ background-image:url(../images/about/hn.png);}
.ab3 .honor-slider .swiper-button-prev,.ab3 .honor-slider .swiper-button-next{ background-size:50px 50px; width:50px; height:50px;}
.ab3 .honor-slider img{ width:100%;}

/*product*/
.product-t .top-boxs .txts .dots a,.product-t .p-boxs .box .txt .t,.product-t .p-boxs .box .img img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.product-t .top-boxs{ margin-bottom:90px;}
.product-t .top-boxs .txts{ display:table; width:100%;}
.product-t .top-boxs .txts>*{ display:table-cell; vertical-align:middle;}
.product-t .top-boxs .txts .imgs{ text-align:center; width:50%; background:url(../images/product/p-l.jpg) left top no-repeat; background-size:auto;}
.product-t .top-boxs .txts .txt .t{ width:fit-content; margin:0 auto 20% auto;}
.product-t .top-boxs .txts .txt .t h3{ font-size:4em; color:#707070; font-weight:bold; margin-bottom:35px;}
.product-t .top-boxs .txts .txt .t h3 span{ font-size:1.75em; color:#dd1427; font-family: "ZurichBT-ExtraBlack"; margin-right:5px;}
.product-t .top-boxs .txts .txt .t p{ font-size:1.4em; color:#555; line-height:30px; position:relative; text-indent:1em;}
.product-t .top-boxs .txts .txt .t p:after{ position:absolute; top:12px; width:5px; height:5px; background:#e60012; content:""; left:0;}
.product-t .top-boxs .txts .dots{ width:120px; background-image:linear-gradient(180deg,transparent 0%,#f4f4f4 100%); padding:0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.product-t .top-boxs .txts .dots div{ border-bottom:1px solid #f3f3f3; padding:15px 0;}
.product-t .top-boxs .txts .dots a{ display:block; text-align:center; font-size:1.4em; color:#898989; line-height:24px; padding:8px;}
.product-t .top-boxs .txts .dots .lock,.product-t .top-boxs .txts .dots a:hover{ background:#dd1427; color:#fff; font-weight:bold; font-size:1.6em; width:120%; margin-left:-40%;}
.product-t .p-boxs{ overflow:hidden; padding-bottom:60px;}
.product-t .p-boxs .box{ width:calc(25% - 30px); margin:30px 15px; float:left;}
.product-t .p-boxs .box .img{ background:#000;}
.product-t .p-boxs .box .img img{ width:100%; opacity:0.8}
.product-t .p-boxs .box .txt{ overflow:hidden;}
.product-t .p-boxs .box .txt .t{ background:#030000; display:table; width:200%; margin-left:-100%;}
.product-t .p-boxs .box .txt .t>*{ display:table-cell; color:#fff; text-align:center; vertical-align:middle;}
.product-t .p-boxs .box .txt span{ background:#c50004; border-top-right-radius:10px; border-bottom-right-radius:10px; font-size:2.4em; text-decoration:underline; padding:15px 10px; width:50%; margin-left:-100%;}
.product-t .p-boxs .box .txt span img{ margin:0 0 2px 10px;}
.product-t .p-boxs .box .txt p{ font-size:2.4em; font-weight:bold;}
.product-t .p-boxs .box:hover .txt .t{width:100%; margin-left:-0%;}
.product-t .p-boxs .box:hover .img img{ opacity:1;}

/*productshow*/
.productshow .top-boxs .txts .imgs{ width:calc(100% - 120px); background:#fff;}
.productshow .p-boxs table{  margin:0 auto; max-width:1000px; text-align:center;}
.productshow .p-boxs table tr td{ border:1px solid #ddd; font-size:1.6em; line-height:24px; padding:12px; vertical-align: middle;}
.productshow .p-boxs table tr:first-child{ background:#000 !important; color:#fff; font-weight:bold;}
.productshow .p-boxs table tr:nth-child(2n-1){ background:#f4f4f4;}