﻿body, html{overflow: visible !important;}
.font-weight-light {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 300 !important;
}

.font-weight-normal {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 400 !important;
}

.font-weight-medium {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 500 !important;
}

.font-weight-bold {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 900 !important;
}

@font-face {
  font-family: "Roboto";
  src: local("☺"), url(../font/Roboto-Light.ttf);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("☺"), url(../font/Roboto-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("☺"), url(../font/Roboto-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("☺"), url(../font/Roboto-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("☺"), url(../font/Roboto-Black.ttf);
  font-weight: 900;
  font-style: normal;
}

.font-weight-Light {
  font-family: "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial,
    sans-serif;
  font-weight: 300 !important;
}
.font-weight-normal {
  font-family: "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial,
    sans-serif;
  font-weight: 400 !important;
}
.font-weight-bold {
  font-family: "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial,
    sans-serif;
  font-weight: 700 !important;
}

@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Th.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Roman.otf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Md.otf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTPro";
  src: local("☺"), url(../font/HelveticaNeueLTPro-Bd.otf);
  font-weight: 700;
  font-style: normal;
}



  *{border:0; margin:0; padding:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,.ico,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,div,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0; font-family: "Roboto", "HelveticaNeueLTPro", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;}/* font-family: 'Poppins',sans-serif;  */
body,textarea,input,button,select,keygen,legend{font-size: 14px;line-height: 24px;color:#666;outline:0;font-style: normal;}
html{font-size:calc(100vw / 19.2);}

h1,h2,h3,.ico,h5,h6{font-weight:normal;}
em{font-style:normal;}
ul,li,ol{list-style:none;}

*, ::after, ::before {
	box-sizing: border-box;
}

/** 重置超链接元素 **/
a{text-decoration:none;color:#666;}
a:hover{color:#005176;}

/** 重置图片元素 **/
.fl{float:left;}
.fr{float:right;}
.l{ float:left;}
.r{ float:right;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both; overflow:hidden;}
.w1400{ width:1400px;max-width: 95%; margin:auto;}
.w1200{ width:1170px;max-width: 100%; margin:auto; }
.pd06{padding: 0 6%; box-sizing: border-box; }

.top-menu{overflow: hidden;}
.top_col {background-color: #005176;padding: 10px 0; overflow: hidden;}
.language_box{color:#4C4948;font-size:0.92em;font-weight:bold;float:right;list-style:none;position:relative;z-index:2;margin:0 10px;padding:0}
.language_box>li:first-child{float:left;margin-left:0}
.language_box>li{float:right;margin-left:10px;position:relative;line-height:16px}
.language_box>li>a{color:#4C4948;margin-top:1px}
.language{z-index:1;position:relative}
.language:before{display:inline-block}
.language_box > li.language ul{position:absolute;right:-15px;top:28px;background:#F8B500;width:312px;border:0}
.language_box > li.language ul li{width:156px;float:right;border-bottom:1px dotted #4c4849}
.language_box > li.language ul a{display:block;padding:5px;color:#4C4948;font-size:0.85em;text-align:center}
.language_box > li.language ul a:hover{background-color:#edebe8;color:#282828}
.language_box .drop{display:none;list-style:none}
.language_box img{width:15px; display: inline-block; vertical-align: middle; margin-right:5px;}
.language_box span{color: #fff; display: inline-block; font-size: 16px; line-height:15px;}
.language_box a{display: flex; align-items: center; justify-content: center;}
.top_head{padding: 2% 0; overflow: hidden;}
.top_head .w1200{display: flex; align-items: center; justify-content: space-between;}
.top_head .logo{overflow: hidden;}
.top_head .logo img{height: 66px; display: block;}
.top_head .logoright{display: flex; align-items: center; width:32%; }
.top_head .ttel{overflow: hidden;display: inline-flex;}
.top_head .ttel .itimg{margin-right:5%;}
.top_head .ttel .itimg img{max-width: 100%; display: block;}
.top_head .temail{overflow: hidden;}
.top_head .temail p{font-size: 16px; color: #fff;}
.top_head .temail p span{color: #B2B2B2;font-size: 14px;}

.top_head .search-opson{padding-right:30px;margin-top:-5px}
.top_head .search-here{float:right;width:100%;padding-right:30px;padding-top:2px;position:relative;border-bottom:solid 1px #808080}
.navbar-collapse .search-here{border-top:solid 1px #808080;margin:10px
15px 20px;padding-right:30px;padding-top:5px;position:relative;border-bottom:solid 1px #808080}
.top_head .search-here > input,.navbar-collapse .search-here>input{height:35px;width:100%;border:none;font-size:16px;font-style:italic;background:transparent}
.navbar-collapse .search-here>input{background:transparent}
.top_head .search-here>input:focus{outline:none}
.top_head .search-here > button,.navbar-collapse .search-here>button{height:35px;width:30px;padding-left:10px;position:absolute;top:2px;right:0;background:transparent;color:#808080}
.top_head .search-here i img{width: 16px; height: 16px;}

.topbox{position: relative;}

.top_bg{position: absolute;top: 0;left: 0;z-index: 999; width: 100%;}
.top_bg::after{width:100%; position: absolute; top:0; right: 0; background:rgba(76, 72, 73, 0.8); content: ""; height: 100%;}
.top_h{width: 1200px; position: relative; z-index: 1; margin: 0 auto;}
.top_h .logo{}
.top_h .logo img{display: block;height:77px;padding: 20px 0;-webkit-transition:0.5s;transition:0.5s;display: none;}
.top_h .logo img.bs{display: block;}
.dh{}
/* .dh ul{display: flex; justify-content: space-between;} */
.dh ul li{float: left; transition: all 0.3s ease-in-out; border-right: 1px solid rgba(255, 255, 255, 0.1); text-align: center;}
.dh ul li p a{display: block;line-height:60px;font-size:15px;position: relative;color: #fff;-webkit-transition:0.5s;transition:0.5s; text-transform: uppercase; border-right: 1px solid rgba(255, 255, 255, 0.1);  padding: 0 39px; box-sizing: border-box;}
.dh ul li p a i{font-size: 12px;padding-left: 5px;}
.dh ul li:hover p a{color: #fff;}
.dh ul li p a:hover{background: #005176;}
.dh ul li.on p a{color: #005176;}
.dh ul li.cur p a{color: #fff;background: #005176; }
.dh ul li{position: relative;z-index: 8;}
.dh ul li .dh_fl{position: absolute;left: 0;top:60px;min-width: 100%;display: none;}
.dh ul li .dh_fl ul{box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}
.dh ul li .dh_fl ul li{float: none;position: relative; background:rgba(76, 72, 73, 0.8);}
.dh ul li .dh_fl ul li a{padding: 0 20px;font-size: 14px;line-height: 44px;color: #fff;white-space: nowrap;display: flex;justify-content: space-between;align-items: center; -webkit-transition:0.5s;transition:0.5s;  transform: translateX(0px); box-sizing: border-box;}
.dh ul li .dh_fl ul li a i{padding-left: 20px;font-size: 12px;}
.dh ul li .dh_fl ul li:hover{background: #005176;}
.dh ul li .dh_fl ul li a:hover{color:#fff; transform: translateX(10px);}
.dh ul li .dh_fl ul li .dh_fl{left: 100%;padding-left: 5px;top: 0;}


.top_ss{margin-left: 0.2rem;}
.top_ss span.button{ display:block; width:30px; height:77px;font-size: 22px;line-height: 77px;text-align: center;color: #fff; cursor:pointer;-webkit-transition:0.5s;transition:0.5s;}
.serach{position:fixed;left: 0; right:0px;top:0px;bottom: 0;z-index:10;display: none;}
.serach2{position:absolute;left: 0; right:0px;background:rgba(0, 0, 0, 0.7); top:0px;bottom: 0;overflow:hidden;z-index:10;display: flex;align-items: center;justify-content: center;}
.serach form{position: relative;width: 100px;max-width: 85%;border-bottom: 1px solid #fff;-webkit-transition:1s;transition:1s;}
.serach.on form{width: 1440px;}
.serach form input[type='text']{font-size:16px; width:100%; height:60px; line-height:60px;padding:0 40px 0 40px; color:#fff;background: none;}
.serach form input[type='text']::-webkit-input-placeholder {color:#fff;}
.serach form input[type='text']:-moz-placeholder{color:#fff;}
.serach form input[type='text']::-moz-placeholder{color:#fff;}
.serach form input[type='text']:-ms-input-placeholder{color:#fff;}
.serach form i{position: absolute;left: 0;top:0px;height:60px;font-size: 20px;line-height: 60px;text-align: center;color: #fff;}
.serach form a{position: absolute;right: 40px;top:0px;font-size: 16px;line-height: 60px;color: #fff;}
.serach form span{position: absolute;right: 0;top:0px;width: 24px;height:60px;cursor: pointer;}
.serach form span:before{content:""; position: absolute;left: 50%;top:50%;width: 24px;height:2px;background: #fff;margin: -1px 0 0 -12px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:after{content:""; position: absolute;left: 50%;top:50%;width: 2px;height:24px;background: #fff;margin: -12px 0 0 -1px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:hover:before{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.serach form span:hover:after{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.top_yy{position: relative;z-index: 2;margin-left: 0.2rem;}
.top_yy span{padding: 0 10px;font-size: 16px;line-height: 77px;color: #fff;display: block;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.top_yy span:after{content: "";float: right;border-top: 6px solid #fff;border-left: 5px solid transparent;border-right: 5px solid transparent;margin-left: 5px;margin-top: 38px;-webkit-transition:0.5s;transition:0.5s;}
.top_yy_xl{position: absolute;left:50%;top: 77px;background: #fff;display: none;padding: 10px 0;width: 100px;margin-left: -50px;border-radius: 0 0 5px 5px;border-top: 1px solid #eee;}
.top_yy_xl a{display: block;font-size: 14px;line-height: 30px;color: #666;text-align: center;}
.top_yy_xl a:hover{color: #005176;}

.top_bg.on{background:rgba(255,255,255,1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* background:rgba(0,81,118,1); */}
.top_bg.on .top_h .logo img.bs{display: none;}
.top_bg.on .top_h .logo img.hs{display: block;}
.top_bg.on .dh ul li p a{color: #000;}
.top_bg.on .dh ul li:hover p a{color: #005176; font-weight: 600;}
.top_bg.on .top_ss span.button{color: #000;}
.top_bg.on .top_yy span{color: #000;}
.top_bg.on .top_yy span:after{border-top: 6px solid #000;}

.top_bg.on2{background:rgba(255,255,255,1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_bg.on2 .top_h .logo img.bs{display: none;}
.top_bg.on2 .top_h .logo img.hs{display: block;}
.top_bg.on2 .dh ul li p a{color: #000;}
.top_bg.on2 .dh ul li:hover p a{color: #005176; font-weight: 600;}
.top_bg.on2 .top_ss span.button{color: #000;}
.top_bg.on2 .top_yy span{color: #000;}
.top_bg.on2 .top_yy span:after{border-top: 6px solid #000;}

.top_bg.on3{top:-100px;}

.banner{ width:100%; overflow:hidden;position:relative;}
.banner ul li a{display: block;height: 100%;}
.banner ul li .img{overflow: hidden;height: 100%;}
.banner ul li .img img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.banner ul li .txt{position: absolute;left:10%;bottom:45%;}
.banner ul li .txt .ml1{font-size:40px;line-height:60px;color: #fff;letter-spacing: 2px;}
.banner ul li .txt .ml2{font-size:26px;line-height: 36px;color: #cbcbcb;margin-top:3%;}
.banner ul li .txt .ml3{font-size: 18px;line-height: 24px;color: #fff;margin-top: 20px;}
.banner ul li.swiper-slide-active .txt .ml1{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 0.5s;animation-delay: 0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml2{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1s;animation-delay: 1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml3{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1.5s;animation-delay: 1.5s; -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.bandd{ position:absolute; left:0; bottom:25px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.bandd .swiper-pagination-bullet{z-index:2;cursor:pointer;margin:0 6px!important;width:16px;height:16px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:rgba(255, 255, 255, 0.8);opacity: 1!important;}
.bandd span.swiper-pagination-bullet-active{background:#005176;}
.bandd span.swiper-pagination-bullet-active:after{content: "";position: absolute;left: -5px;top: -5px;border: 1px solid #005176;width: 26px;height: 26px;border-radius: 50%;}
.banz,.bany{ position:absolute; top:50%; width:50px; height:50px;margin-top: -25px; opacity:0;  -webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 20px;line-height:50px;text-align: center;color: #fff;background: rgba(255, 255, 255, 0.4);border-radius: 50%;}
.banz{ left:5%;}
.bany{ right:5%;}
.banner:hover .banz,.banner:hover .bany{ opacity:1;}

.i_guanggao{background: url(../img/i_guanggao.jpg) no-repeat; background-size: cover; overflow: hidden; padding:6% 0; margin-top: 2%}
.i_guanggao .igtext{overflow: hidden; width: 50%; float: right; text-align: right;}
.i_guanggao .igwz{font-size: 18px; color: #333;line-height: 30px;}
.i_guanggao .igbt{font-size:24px; color: #005176; margin:3% 0; font-weight: 600}
.moreBtn span,.moreBtn a{background:#fff;display:inline-block;border:1px #005176 solid;text-align:center;color:#005176;font-size:14px;line-height:40px;width:150px;position:relative; font-weight: 600;}
.moreBtn span:after,.moreBtn a:after{content:"";display:inline-block;width:22px;height:11px;background:url(../img/arrow-right.png) no-repeat right center;vertical-align:middle;margin-left:20px;margin-top:-3px}
.moreBtn span:hover,.moreBtn a:hover{border-color:#005176;background:#005176;color:#fff}
.moreBtn span:hover:after,.moreBtn a:hover:after{background:url(../img/arrow-right-2.png) no-repeat right center}
@media screen and (max-width:1023px){.moreBtn span,.moreBtn a{height:30px;line-height:28px;width:100px;font-size:12px}
.moreBtn span:after,.moreBtn a:after{width:16px;margin-left:10px}
}

/* .inpro{ overflow: hidden; padding:4% 0; }
.inpro ul{margin-right: -3%;}
.inpro li{width: 30.333%; margin-right: 3%; margin-bottom:4%; position: relative; transition: 0.3s all; float: left;}
.inpro li .ppimg{overflow: hidden; }
.inpro li .ppimg img{width: 100%; display: block;}
.inpro li .ppimg .img1{display: block;}
.inpro li .ppimg .img2{display: none;}
.inpro li .pbutter{background:#005176; border-radius: 8px; text-align: center; color: #fff; font-weight: 600; text-transform: uppercase; line-height:40px; width: 28%; font-size: 20px; position: absolute; right: 0; bottom: 0;  transition: 0.3s all;}
.inpro li:hover .ppimg::after{content: ""; margin: 1%; border: 1px solid #fff; position: absolute; top:0; left: 0; width:98%; height: 98%;}
.inpro li:hover .ppimg .img1{display: none;}
.inpro li:hover .ppimg .img2{display: block;}
.inpro li:hover .pbutter{background: none; text-align: center; font-size:26px; float: none; width: 100%; bottom: 90%;}
.inpro li:hover{ transform: translateX(-20px);} */


.i-about {padding:5% 0;border-bottom:21px solid #005176}
.i-tit{text-align:center;margin-bottom:8%}
.i-tit .bt{font-size:48px;color:#303030; font-weight: 600;}
.i-tit .singleh2{color:#252525}
.i-tit.black .bt span{color:#000}
.i-tit.white .bt span{color:#303030}
.i-tit .hghello{font-size:18px;color:#242424;margin-top:3%;}
/* .i-tit .hghello h1{display:inline;font-size:18px;color:#fff;margin-top:26px} */

.about-bar-list li{transition:.8s ease;-webkit-transition:.8s ease;-moz-transition:.8s ease;-ms-transition:.8s ease;-o-transition:.8s ease;cursor:default;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;padding:36px 0 0 30px;float:left;width:270px;height:150px;margin-left:30px;background:#f5f5f5;}
.about-bar-list li:first-child{margin-left:0}
.about-bar-list li .ico{text-transform:uppercase;color:#7c7c7c;font-size:16px;padding-bottom:32px;background-position:83.5% top;background-repeat:no-repeat}
.about-bar-list li p{color:#252525;font-size:40px}
.about-bar-list li:hover{transform:translate(0,-10px) rotate(0) scale(1,1) skew(0,0) rotateX(0) rotateY(0);-webkit-transform:translate(0,-10px) rotate(0) scale(1,1) skew(0,0) rotateX(0) rotateY(0);-moz-transform:translate(0,-10px) rotate(0) scale(1,1) skew(0,0) rotateX(0) rotateY(0);-ms-transform:translate(0,-10px) rotate(0) scale(1,1) skew(0,0) rotateX(0) rotateY(0);-o-transform:translate(0,-10px) rotate(0) scale(1,1) skew(0,0) rotateX(0) rotateY(0);background:#005176}
.about-bar-list li:hover .ico,.about-bar-list li:hover p{color:#fff}
.about-bar-list li.global:hover .ico{background-image:url(../img/glboal-h.png) !important}
.about-bar-list li.cl:hover .ico{background-image:url(../img/cl-h.png) !important}
.about-bar-list li.house:hover .ico{background-image:url(../img/house-h.png) !important}
.about-bar-list li.person:hover .ico{background-image:url(../img/person-h.png) !important}


.inpro{padding:4% 0;}
.inpro ul{display:flex;flex-wrap:wrap;justify-content:space-between;list-style:none;padding:0;margin:3% -15px 0}
.inpro li{width:calc(33.333% - 30px);margin:0 15px 30px;position:relative; border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);}
.ppimg{position:relative;overflow:hidden;transition:all 0.3s ease}
.img1{width:100%;height:auto;display:block;transition:transform 0.4s ease}
.img2{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 0.4s ease}
.pbutton{}
.product-preview{position:absolute;bottom:0; right:100%;width:500px;background:white;padding:20px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);opacity:0;z-index:100;pointer-events:none;transition:all 0.3s ease;display:flex;justify-content:center;align-items:center}
.product-preview img{width:100%;object-fit:contain;border-radius:8px}
.inpro li:nth-child(3n+1) .big .product-preview {
  left: 100%;
  right: auto;
}
.product-item:hover .img1{transform:scale(1.2)}
.product-item:hover .img2{opacity:1}
.product-item:hover .big{bottom:48px;opacity:1}
.pbutton:hover{background:#fff;color:#000}
/* .pbutton:hover ~ .product-preview{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:auto} */
.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:99;opacity:0;pointer-events:none;transition:opacity 0.3s ease}
.big:hover .product-preview{opacity:1;pointer-events:auto}
 
.inpro li .big{position:absolute;bottom:-40px;right:20px;background:rgba(255,255,255,0.9);color:#333;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:bold;box-shadow:0 2px 10px rgba(0,0,0,0.2);transition:all 0.3s ease;opacity:0;z-index:2 ; box-sizing: border-box;}
.inpro li .ppwz{font-size:19px;color: #303030; line-height: 30px; margin: 3%; text-align: center;}


.more2 {width:150px;line-height:40px;text-align: center;border-radius:24px;position: relative; overflow: hidden;z-index: 2; margin:2% auto; border: 1px solid #005176;}
.more2 a{z-index: 2; display: block; color: #000; position: relative; font-size: 16px;}
.more2:after {content: "";background: #005176;position: absolute;z-index: 1;left: -20%;right: -20%;top: 0;bottom: 0;transform: skewX(-45deg) scale(0, 1);transition: all 0.5s;}
.more2:hover::after {transform: skewX(-45deg) scale(1, 1);-webkit-transition: all 0.5s;transition: all 0.5s;}
.more2 a:hover{color: #fff;}
.more2:hover{ border: 1px solid #005176}


.indextext{overflow: hidden; text-align: center; margin-bottom: 3%;}
.indextext_bt{ font-size: 48px; line-height: 48px; color: #303030; font-weight: 600; margin-bottom:1%;}
.indextext_btwx{font-size: 21px; font-weight: 300; color: #242424; margin: 0 15%; }



.activity{overflow: hidden;}
.activity .cont{/* width: 100%;*/*zoom: 1;}
.activity ul{margin-right: 0.2%;}
.activity li{width: 49.8%; float: left; margin-right:0.2%; position: relative;}
.activity li .pc_img{overflow: hidden; transition: all 0.6s; -ms-transition: all 0.8s;}
.activity li .pc_img img{width: 100%; transition: all 0.6s; -ms-transition: all 0.8s;display: block;}
.activity li:hover .pc_img img{transform: scale(1.1);}
.activity li .wenzi{position: absolute; top: 0%; bottom: 0%; background: rgba(0,81,118,0.7); margin: 5%; width:50%;
	z-index: 2; box-sizing: border-box; text-align: center; padding:2%;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	transition: all .4s ease
}
.activity li .wenbg{position: absolute; left: 0%; top: 0%; right: 0%;bottom: 0%; background: rgba(0,81,118,0.7);
	z-index: 2; box-sizing: border-box; text-align: center; padding: 5%;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
	transition: all .4s ease
}
.activity li .wenzi .p1{font-size:20px;color: #ffffff;margin-bottom:5%; line-height:24px; font-weight: 600;}
.activity li .wenzi .p2{font-size: 20px;color: #ffffff;line-height: 28px;margin-bottom:5%;}
.activity li .wenzi span{font-size:14px;color: #fff; text-transform: uppercase;}
.activity li:nth-child(1) .wenzi{left: 0;}
.activity li:nth-child(2) .wenzi{right: 0;}

.inewpro{padding: 4% 0; overflow: hidden;}
.inewpro ul{margin-right:-5%;}
.inewpro li{width: 28.333%; margin-right:5%; float: left;position: relative; margin-bottom: 3%;}
.inewpro li .nnimg{overflow: hidden;}
.inewpro li .nnimg img{width: 100%; overflow: hidden; transition: 0.5s;}
.inewpro li .nntext{overflow: hidden; text-align: center;  transition: 0.5s;}
.inewpro li .nntext .npbt{font-size: 21px; color: #303030; font-weight: 600; text-decoration: underline; margin-bottom: 3%;transition: 0.5s; }
.inewpro li .nntext .npwz{font-size: 16px; color: #303030; text-decoration: underline; transition: 0.5s; }
.inewpro li .nntext .ppbutter{text-align: center; color: #fff; line-height:40px; font-size: 16px; background: #005176; overflow: hidden;  margin-bottom: 3%; transition: 0.5s; opacity: 0;}
.inewpro li:hover .nnimg img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.inewpro li:hover .nntext .ppbutter{ opacity:1;}
.inewpro li:hover .nntext .npbt{transform: translatey(10px);}
.inewpro li:hover .nntext .npwz{transform: translatex(10px);}

.home-videos{overflow: hidden;}
#videoswiper{margin-top:30px}
#videoswiper .videoswiper-pagination{text-align:center;margin-top:30px}
#videoswiper .videoswiper-pagination .swiper-pagination-bullet{background:#111111;opacity:1; margin-right: 10px; width:16px; height: 16px;}
#videoswiper .videoswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#015198}
#videoswiper .swiper-slide{background:#F7F7F7;transition:all .2s linear;border-radius:10px;overflow:hidden}
#videoswiper .swiper-slide:hover{background:#015198;color:#FFFFFF}
#videoswiper .swiper-slide .video{width:100%;aspect-ratio:3/2; height: auto;}
#videoswiper .swiper-slide .video iframe,#videoswiper .swiper-slide .video img,#videoswiper .swiper-slide .video video{width:100%;height:100%;object-fit:cover}
#videoswiper .swiper-slide p{margin:15px 20px;font-size:18px;font-weight:600;line-height:1.4; text-align: center;}


.inda_title{text-align: center;position: relative;}
.inda_title em{ text-transform: uppercase; font-style: normal;background-image: linear-gradient(#fafafa,#f5f5f5);color: transparent;-webkit-background-clip: text;font-size: 64px;line-height: 0.8em;position: absolute;top: 0;left: 0;width: 100%;text-align: center; font-weight: 600;}
.inda_title .inabt{font-size:48px;color: #222;font-weight: bold;padding: 12px 0 20px 0;position: relative;font-style: italic;}
.inda_title .inabt span{color: #015198; font-style: normal;}
.inda_title p{color: #666;position: relative;z-index: 9;}

.i_guanggao2{background: url(../img/i_guanggao2.jpg) no-repeat; overflow: hidden; padding:7% 0; background-size: cover;}
.i_guanggao2 .igtext{overflow: hidden; width:40%; float: right;}
.i_guanggao2 .igbt{font-size:42px; color: #fff; font-weight: 600; margin-bottom: 6%; line-height: 42px;}
.i_guanggao2 .igwz{font-size: 21px; color: #fff;line-height: 30px; font-weight: 300; margin-bottom: 6%;}
.moreBtn2 span,.moreBtn2 a{display:inline-block;border:1px #fff solid;text-align:center;color:#fff;font-size:14px;line-height:40px;width:150px;position:relative; font-weight: 600;}
.moreBtn2 span:after,.moreBtn2 a:after{content:"";display:inline-block;width:22px;height:11px;background:url(../img/arrow-right-2.png) no-repeat right center;vertical-align:middle;margin-left:20px;margin-top:-3px}
.moreBtn2 span:hover,.moreBtn2 a:hover{border-color:#44a737;background:#44a737;color:#fff}
.moreBtn2 span:hover:after,.moreBtn2 a:hover:after{background:url(../img/arrow-right-2.png) no-repeat right center}
@media screen and (max-width:1023px){.moreBtn2 span,.moreBtn2 a{height:30px;line-height:28px;width:100px;font-size:12px}
.moreBtn2 span:after,.moreBtn2 a:after{width:16px;margin-left:10px}
}


.indexnews{padding: 4% 0; overflow: hidden;}
.indexnews ul{margin-right:-2%;}
.indexnews li{width:23%; margin-right:2%; float: left;position: relative;}
.indexnews li .nnimg{overflow: hidden;}
.indexnews li .nnimg img{width: 100%; overflow: hidden; transition: 0.5s;}
.indexnews li .nntext{overflow: hidden; text-align: center;  transition: 0.5s;}
.indexnews li .nntext .npbt{font-size: 21px; color: #303030; font-weight: 600; margin-bottom: 3%;transition: 0.5s; }
.indexnews li .nntext .npwz{font-size: 16px; color: #303030;transition: 0.5s; }
.indexnews li .nntext .ppbutter{text-align: center; color: #fff; line-height:40px; font-size: 16px; background: #44a737; overflow: hidden;  margin-bottom: 3%; transition: 0.5s; opacity: 0;}
.indexnews li:hover .nnimg img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.indexnews li:hover .nntext .ppbutter{ opacity:1;}
.indexnews li:hover .nntext .npbt{transform: translatey(10px);}
.indexnews li:hover .nntext .npwz{transform: translatex(10px);}

.i_guanggao3{background: url(../img/i_guanggao3.jpg) no-repeat; background-size: cover; overflow: hidden;}
.i_guanggao3 .igtext{overflow: hidden; width: 50%; float: left; text-align: center; background: rgba(0, 0, 0, 0.3); padding: 6% 8%; box-sizing: border-box;}
.i_guanggao3 .igbt{font-size:32px; color: #fff; margin:3% 0; font-weight: 600; text-transform: uppercase; line-height: 36px;}
.i_guanggao3 .igwz{font-size: 18px; color: #fff;line-height: 30px; opacity: 0;  transition: 0.5s;font-weight: 300; }
.i_guanggao3 .igbutter{display: inline-block; border: 1px #fff solid;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  width: 150px;
  position: relative;transition: 0.5s;}
.i_guanggao3 .igbutter a{color: #fff;
  font-size: 16px;
  line-height: 40px;}
.i_guanggao3:hover .igwz{opacity: 1;}
.i_guanggao3:hover .igbutter{transform: translatey(30px);}

.i_guanggao3 .nbtext{overflow: hidden; margin:10% 0;}
.i_guanggao3 .nbtext .leftwz{font-size: 36px; line-height: 28px; color: #fff; width:33.33333333%; float: left; font-weight: 600; text-align: center;}
.i_guanggao3 .nbtext .leftwz span{ color:#fff; margin-bottom:30px;}

.index-data{width:64.66666667%;overflow: hidden; float: right;}
.index-data li{width:33.3%;float: left; padding: 0 3%; box-sizing: border-box;}
.index-data span{display: block;color: #00538f; text-align: center; margin: 0 auto 10% auto;}
.index-data span img{margin: auto; display: block; clear: both; height: 48px;}
.index-data .onesz{display:flex;align-items:flex-end;justify-content:flex-start;}
.index-data .data{line-height:45px;font-size:36px;color: #fff;  font-weight: 600; margin-right: 1%; position: relative;}
.index-data .data::before{content: "";display: block;width: 40px;border-top: 2px solid #E4E4E4;margin-bottom: 30px;}
.index-data small{font-size: 16px; color: #fff;}
.index-data li .intro{font-size:18px;color:#fff;margin-top:30px; line-height: 28px;}

.flogobox{overflow: hidden; margin: auto; padding:5% 0; background: #124e74;}
.flogowz{font-size: 34px; font-weight: 600; color: #fff; text-align: center; margin: 0 0 3%;}
.flogoimg img{max-width: 100%; height: 50px; margin: auto; display: block;}
.foot-code-form{height: auto;overflow: hidden;position: relative; margin: 0 auto; width: 60%;}
.foot-code-form input{display: block;width: 89.5%;line-height: 48px;border: none;outline: none;background-color: #fff;padding-left: 0.5%;padding-right: 10%;color: #999;font-size: 15px;}
.foot-code-form button{display: block;width: 10%;line-height: 48px;text-align: center;color: #fff;font-size: 15px;text-transform: uppercase;border: none;outline: none;cursor: pointer;background-color: #44a737;position: absolute;top: 0;right: 0;}


.bg{background:#ebebeb;}
.i-customer{background:#ebebeb;padding:4% 0;text-align:center}
.i-customer ul{margin-right:-2%; overflow: hidden; margin-top: 3%;}
.i-customer li{float:left;width:14.6%;margin-right:2%;margin-bottom:2%}
/* .i-customer li:nth-of-type(6n){margin-right:0} */
.i-customer .more{transition:.6s ease;-webkit-transition:.6s ease;-moz-transition:.6s ease;-ms-transition:.6s ease;-o-transition:.6s ease;display:inline-block;color:#252525;font-size:16px;margin-top:55px;cursor:pointer;padding-top:40px;background:url(../img/cus-more-arr.png) no-repeat center top}

.i-customer .more:hover{background-position-y:6px}

.zoom-pic{display:inline-block;margin-right:10px;margin-bottom:10px}
.zoom-pic img{width: 100%; display: block;}
.zoom-pic.no-mr{margin-right:0}
.more{display:inline-block;margin-top:20px;cursor:pointer;color:#007bff;text-decoration: none;}


.bottomdiv{ width:100%; height:auto; overflow: hidden; border-top: 1px solid #efefef;}
.bottomdivc{ width:100%; height:auto; float:left; padding:4% 0 2% 0; background:url(../img/huibj1.png) 67% center no-repeat; background-size:1px 100%; box-sizing:border-box;}
.bottomdivl{ width:64%; height:auto; float:left; margin-right:3%;}
.bottomdivl dl dt{ font-size:20px; line-height:28px; color:#fff; margin-bottom:15px; text-transform:uppercase;font-weight: 600;}
.bottomdivl dl dt a{color:#303030;}
dl.bdl{ width:30%; height:auto; float:left;}
dl.bdl dt,dl.bd2 dt{ width:100%; height:auto;  float:left; font-size:20px; line-height:28px; color:#fff; margin-bottom:15px;}
dl.bdl dt a{color: #242424;}
dl.bdl dt,dl.bd2 dt a{color: #303030;}
dl.bdl dd,dl.bd2 dd{ width:100%; overflow: hidden;}
.bottomdivl dl dd li{font-size:14px; line-height:22px; margin-bottom:5px;}
.bottomdivl dl dd li a{font-size:14px; line-height:22px; margin-bottom:5px; color:#242424; opacity:0.8;}
.bottomdivl dl{float: left; margin-right:3%;}
/* .bottomdivl dl:nth-child(1){width: 70%;}
.bottomdivl dl:nth-child(1) li{width:50% !important; float:left;} */
dl.bdl dd li:hover a{ opacity:1;} 
dl.bdl.bd1s{ width:30%;} 
dl.bd2{ width:80%; margin-top:25px;}
dl.bd2 dd p{width:100%; height:auto; float:left; font-size:14px; line-height:23px; margin-bottom:7px; color:#242424; opacity:0.8;} 
dl.bd2 dd p a{color: #242424;}
dl.bd2 dd p a:hover{ opacity:1; color:#242424;}
.botfx{ width:100%; height:auto; float:left; margin-top:-35px;}
.botfx a{ width:30px; height:30px; background:#005176; margin-left:5px; float:right; opacity:0.8; border-radius: 6px; display:inline-block;} 
.botfx a:hover{ background:#005176; opacity:1;} 
 
.bottomdivr{ width:32%; height:auto; float:left;}
dl.bd3{ width:100%; float:right;}
dl.bd3 dt{ width:100%;  height:auto; float:left; padding-left:5%; box-sizing:border-box; font-size:22px; line-height:28px; color:#303030; margin-bottom:15px;background:url(../img/huibj.png) left center no-repeat; background-size:3px 18px; text-transform: uppercase; font-weight: 600;}
dl.bd3 dd{ width:100%; height:auto; float:left; padding-left:5%; box-sizing:border-box;}
dl.bd3 dd p{width:100%; height:auto; float:left; font-size:16px; line-height:22px; margin-bottom:7px; color:#fff; opacity:0.5; } 
dl.bd3 dd .input{ width:49%;  float:left; height:46px; line-height:46px; background:#f4f4f4; border-radius:3px; color:#fff; outline:none; border:none; text-indent:15px; font-size:16px; margin:1% 2% 1% 0;} 
 
dl.bd3 dd .input.last{ margin:1% 0;} 
dl.bd3 dd .input.input1{ width:100%; margin:1% 0;}  
dl.bd3 dd .text{ width:100%; height:118px; float:left; line-height:26px; background:#f4f4f4; color:#fff; outline:none; border-radius:3px; border:none; padding:10px 15px; font-size:16px; margin:1% 0; box-sizing:border-box;} 
dl.bd3 dd .button{width:30%; height:auto; line-height:40px; float:left; background:#44a737; color:#fff; outline:none; border-radius:3px; border:none; cursor:pointer; font-size:16px; margin:1% 0; box-sizing:border-box; } 
dl.bd3 dd .button span{ width:auto; line-height:40px;box-sizing:border-box; border-radius:3px; box-sizing: border-box; margin: 0 auto;}  
dl.bd3 dd .button:hover{ opacity:0.9;}  
  
.bqxxdiv{ width:100%; height:auto; background:#252629; padding:18px 0; color:rgba(255,255,255,0.6); font-size:14px; line-height:24px; overflow: hidden; text-align: center;}  
.bqxxdiv a{ color:rgba(255,255,255,0.6); margin-left:5px;}  
.bqxxdiv a:hover{ color:#fff;}  
.bqxxdiv a.a{ float:right;}  

.side{position:fixed;width:78px;right:0;z-index:9999;border:1px solid #e0e0e0;background:#fff;border-bottom:0;bottom:80px}
.side ul li{width:78px;height:auto;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:30px;text-align:center;transition:all .3s;cursor:pointer; padding: 15px 0;}
.side ul li:hover{background:#005176;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:15px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 15px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../img/right_pic5.png)}
.side ul li i.bgs2{background-image:url(../img/right_pic1.png)}
.side ul li .kfdh {
  position: absolute;
  right:79px;
  top: 0px;
  width: 180px;
  text-align: left;
  padding: 15px 25px;
  line-height:23px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #eee;
  background: #FFF;
  font-size:15px;
  color: #333;
  box-sizing: border-box;
}

.side ul li:hover .kfdh {
  visibility: visible;
  opacity: 1;
}

.side ul li .weixi {
  position: absolute;
  right:79px;
  top: 0px;
  width: 150px;
  text-align: center;
  padding: 15px 25px;
  line-height:23px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #eee;
  background: #FFF;
  font-size:15px;
  color: #333;
}
.side ul li .weixi img{width: 100%; display: block; clear: both; margin: auto;}

.side ul li:hover .weixi {
  visibility: visible;
  opacity: 1;
}

.side ul li i.bgs3{background-image:url(../img/right_pic2.png)}
.side ul li i.bgs4{background-image:url(../img/right_pic1.png)}
.side ul li i.bgs5{background-image:url(../img/right_pic3.png)}
.side ul li i.bgs6{background-image:url(../img/right_pic6_on.png)}
.side ul li:hover i.bgs1{background-image:url(../img/right_pic5_on.png)}
.side ul li:hover i.bgs2{background-image:url(../img/right_pic1_on.png)}
.side ul li:hover i.bgs3{background-image:url(../img/right_pic2_on.png)}
.side ul li:hover i.bgs4{background-image:url(../img/right_pic1_on.png)}
.side ul li:hover i.bgs5{background-image:url(../img/right_pic3_on.png)}
.side ul li .sidebox{position:absolute;width:78px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#005176;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../img/wmiss.jpg);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideewm .ewBox.son2{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../img/code.png);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideetel .telBox.son{width:240px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:0;background:#512E90;}
.side ul li.sideetel .telBox dd{display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../img/right_pic8.png) 28px center no-repeat;background-color:#512E90;}
.side ul li.sideetel .telBox dd.bgs2{background:url(../img/right_pic9.png) 28px center no-repeat}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
.side ul li:hover .son2{display:block!important;animation:fadein 1s}


.bat{overflow: hidden;position: relative;}
.bat .img img{display: block;width: 100%;}
.bat .txt{position: absolute;bottom: 20%;}

.bat .txt .ml2{font-size: 48px;line-height: 48px;color: #fff;font-weight: 100;text-transform: uppercase;padding-bottom:2%;}
.bat .txt .ml1{overflow: hidden;}
.bat .txt .ml1 ul>li {
    display: inline-block;
    color: rgba(255, 255, 255, 0.35)
}

.bat .txt .ml1 ul>li>span.decoration {
    display: inline-block;
    width: 47px;
    border-bottom: 2px solid #44a737;
    vertical-align: middle;
    margin-right: 8px
}

.bat .txt .ml1 ul>li>a {
    text-transform: capitalize;
    margin: 0 4px;
    color: rgba(255, 255, 255, 0.65);
    font-size:16px;
}

.bat .txt .ml1 ul>li:last-child {
    text-transform: capitalize
}

.bat .txt .ml1 ul > li:last-child, .bat .txt .ml1 ul > li:last-child > a, .bat .txt .ml1 ul>li>a:hover {
    color: #fff
}
.bat .sp{overflow:hidden;}
.bat .sp video{display: block;width: 100%;height: 100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}

.nyaboutbig{padding: 3% 0 ;  overflow: hidden; }
.page-main{}
.page-title{text-align:center;font-size:36px;font-weight:600;color:#0b1b2b;line-height:1.4;margin-bottom: 2%;}
.page-title.white{color: #fff;}
.pagetext{font-size: 16px; line-height: 30px; color:#0b1b2b;margin-bottom: 3%;}
.about1{overflow: hidden;}
.about1 img{vertical-align: bottom;max-width: 100%; height: auto;}

@media (max-width:1280px){.page-title{font-size:30px}
}
@media (max-width:1024px){.page-title{font-size:26px}
}
@media (max-width:768px){.page-title{font-size:24px}
}

.nyworkshop{padding: 4% 0 1%; overflow: hidden;}
.nyworkshop ul{list-style:none;overflow:hidden;margin-right:-3%; margin-top: 3%;}
.nyworkshop li{width:22%;height:auto;overflow:hidden;margin-right:3%;float:left;margin-bottom:3%}
.nyworkshop li .hpic{border:1px solid #cdcdcd;height:auto;overflow:hidden; display: block; margin: auto;}
.nyworkshop li a{display:block;width:100%;overflow:hidden;transition:all 0.3s}
.nyworkshop li .hpic img{width:100%!important;overflow:hidden; display: block;}
.nyworkshop li div:hover{border:1px solid #005176}
.nyworkshop li a:hover{transform:scale(1.2,1.2);overflow:hidden}
.nyworkshop li span{display:block;text-align:center;line-height:40px;color:#222;font-size:15px}

/* 售后服务*/
.after{padding-top:50px; padding-bottom:80px; height:auto; overflow:hidden; }
.after-intro{margin: 0 auto;max-width:68%;text-align: center;}
.after-intro .hd{font-size: 28px;margin-bottom: 20px;font-weight: bold; color: #000;}
.after-intro .bd{line-height:28px;color: #666; font-size: 16px;}

.honor{padding: 4% 0 1%; overflow: hidden;}
.honor ul{list-style:none;overflow:hidden;margin-right:-3%; }
.honor li{width:22%;height:auto;overflow:hidden;margin-right:3%;float:left;margin-bottom:3%}
.honor li .hpic{border:1px solid #cdcdcd;height:auto;overflow:hidden; display: block; margin: auto;}
.honor li a{display:block;width:100%;overflow:hidden;transition:all 0.3s}
.honor li .hpic img{width:100%!important;overflow:hidden; display: block;}
.honor li div:hover{border:1px solid #005176}
.honor li a:hover{transform:scale(1.2,1.2);overflow:hidden}
.honor li span{display:block;text-align:center;line-height:40px;color:#222;font-size:15px}

.pro_view{/*display:-webkit-flex;display:flex;*/}

.pro_img{width:800px;margin:0 auto;}
.pro_img .view{width:100%;border:1px solid #E5E8EA;position:relative;text-align: center;}
.pro_img .view .swiper-container{width:100%;}
.pro_img .view .swiper-container img{width:100%;display:block;}
.pro_img .view .arrow-left,.pro_img .view .arrow-right{background:rgba(0,0,0,0.3);position:absolute;top:50%;margin-top:-25px;width:28px;height:50px;z-index:10;text-align:center;}
.pro_img .view .arrow-left{left:0;}
.pro_img .view .arrow-right{right:0;}
.pro_img .view .arrow-left i,.pro_img .view .arrow-right i{color:#fff;font-size:15px;line-height:50px;}

.pro_img .preview{width:100%;position:relative;text-align:center;overflow:hidden;box-sizing:border-box;}
.pro_img .preview .swiper-container {width:100%;text-align:center;}
.pro_img .preview .swiper-wrapper{justify-content:center;}
.pro_img .preview .swiper-slide{cursor:pointer;width:65px;padding:10px 0 0;margin:0 2px;display:inline-block;box-sizing:border-box;position:relative;}
.pro_img .preview .swiper-slide::after{display:none;content:'';width:0;height:0;line-height:0;border-width:5px;border-style:dashed;border-bottom-style:dashed;border-color:transparent;border-bottom-color:transparent;vertical-align: middle;border-bottom-style:solid;border-bottom-color:#1D4686;position:absolute;top:0px;left:50%;margin:0 0 0 -5px;}
.pro_img .preview .swiper-slide img{width:100%;border:1px solid #D9D9D9;padding:2px;box-sizing:border-box;}
.pro_img .preview .active-nav img{border:1px solid #1D4686;}

.pro_img .preview .swiper-slide.active-nav::after{display:inline-block;}


.l-a {width: 100%;padding: 3% 0; }
.ny_lx{display: flex;justify-content: space-between;}
.ny_lx .txt{width: 35%;border: 1px solid #efefef;padding: 20px; box-sizing: border-box; border-radius: 24px;background: #fff;}
.ny_lx .txt .btyw{font-size: 24px;line-height: 24px;color: #333;padding-bottom: 15px;font-weight: 100;}
.ny_lx .txt .bt{font-size: 40px;line-height: 40px;color: #333;}
.ny_lx .txt .nr{font-size: 16px;line-height: 36px;color: #666;margin-top: 20px;}
.ny_lx .txt .nr ul li{font-size: 18px;line-height: 30px;color: #333;display: flex;border-bottom: 1px solid #ddd;padding: 2.9% 0;}
.ny_lx .txt .nr ul li i,.ny_lx .txt .nr ul li em{width: 60px; font-size: 36px;line-height: 36px;color: #005176;text-align: center;}
.ny_lx .txt .nr ul li p{flex:1;width: 100%;}
.ny_lx .txt .nr ul li p span{font-weight: bold;}
.ny_lx .dt{width: 62%;border: 1px solid #efefef;overflow: hidden;border-radius: 24px}
.map{width:100%; overflow:hidden;border-radius: 24px}
.map #map_container{height:450px;font-size:15px; font-weight:normal;color:#000;}

.bots{overflow: hidden; padding:3% 0%; background: #f7fafc;}
.bots .t-center{text-align: center;padding-top:2%}
.bots .title{font-size: 32px;line-height: 1.85;}
.bots .ltitle{font-size: 14px;line-height: 25px;color:#777;margin-top: 5px;margin-bottom:0%;}
.bots .form{display: block;margin-top:2%;}
.bots .tip{font-size:16px;line-height: 22px;color:#333;}
.bots .input{display: block;width: 100%;background-color: #fff;font-size: 14px;line-height: 32px;padding:8px 2.2%;color:#999;margin:2% 0;box-sizing: border-box; border: 0;}
.bots .input:focus{box-shadow: 0 0 10px rgba(0,0,0,0.08);}
.bots .br{border-radius:14px;}
.bots .submit{line-height: 44px;height: 44px;padding:0 45px;display: inline-block;background-color: #005176;font-size: 15px;color: #fff;cursor: pointer;}
.bots .submit:hover{background-color: #005176;}
.col-sm-6{width: 50%;float: left;padding: 0 2%;box-sizing: border-box;}
.col-xs-12{padding: 0 2%;box-sizing: border-box;}




.newxbox{ overflow:hidden;}
.newxbox a{ display: flex; align-items: center; justify-content: space-between; background: #f2f4f7; border-radius: 24px;}
.newxbox .npic{width: 50%;overflow: hidden;border-radius: 24px 0 0 24px;}
.newxbox .npic img{width: 100%; height: auto; display: block; -webkit-transition: all .36s ease;
  transition: all .36s ease;}
.newxbox .ntext{ padding: 5%; box-sizing: border-box; width: 50%;}
.newxbox .ntext .ny{overflow: hidden;}
.newxbox .ntext .ny .time{font-size: 14px;letter-spacing: 1px;color: #999;line-height: 26px;font-weight: 400;}
.newxbox .ntext .ny .time1{font-size: 24px;letter-spacing: 1.5px;line-height: 34px;color: #005176;font-weight: 400;margin-bottom: 20px;-moz-transition: all .36s ease;-o-transition: all .36s ease;-webkit-transition: all .36s ease;transition: all .36s ease;margin-top: 10px; overflow:hidden;
text-overflow:ellipsis;white-space:nowrap;}
.newxbox .ntext .ny .time2{font-size:16px;letter-spacing: 1px;color: #555;line-height:28px;font-weight: 400;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical; margin-bottom: 3%;}
.newxbox .ntext .ny .read_more {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #005176;
  margin-top: 5%;
}
.newxbox a:hover .npic img{-webkit-transform: scale(1.04);transform: scale(1.04);}
.newxbox a:hover .ntext .ny .time1{color: #005176;}
.newxbox a:hover .ntext .ny .read_more{color: #005176;}

.about_x2.bgs2{overflow:hidden;}
.about_x2.bgs2 .lnny{width:68%; float:left; overflow: hidden;}
.about_x2.bgs2 .rnny{width:28%; float:right; overflow: hidden;}
.about_x2.bgs2.bgs3 .con_id{ padding-top:0;}
.about_x2.bgs2 .show_t{ text-align:center;line-height:32px; font-size:28px; color:#005176 ;margin-bottom:16px; margin-top:12px; font-weight:400;}
.about_x2.bgs2 .con_line{ text-align:center; line-height:35px; font-size:15px; border-bottom:1px solid #eee; padding-bottom:10px;}
.about_x2.bgs2 .con_line span{ margin-left:2%; margin-right:2%;}
.about_x2.bgs2 .con_line span i{ color:#222; font-style:normal;}
.about_x2.bgs2 .con_id{ line-height:34px;overflow:hidden;white-space:normal;word-break:break-all; padding:3% 0;font-size:18px; color:#444;text-align:left;}
.about_x2.bgs2 .con_id img{max-width:100%; display:block; margin:auto; border-radius: 24px;}
.about_x2.bgs2 .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}
.about_x2.bgs2 .con_id b{ display:block; padding-top:1%;padding-bottom:1%; overflow:hidden;}
.related-product{overflow:hidden;}
.related-product .title,.relatedTitle{background:#e7e7e7;height:auto;line-height:45px;}
.related-product .title span,.relatedTitle span{display:inline-block;color:#fff;background:#005176;height:45px;text-align:center;font-size:16px;font-weight:bold; padding:0 1.5%;}
.relatedNews{margin:3% 0 ;overflow:hidden}
.relatedNews_font{font-size:16px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../img/ly_li.png) no-repeat left center;padding-left:10px;color:#666}
.relatedNews_font ul li a:hover{color:#005176}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px;}

.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#005176;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}

.view-page{width:100%; position:relative; margin:0 0 4% 0; border-top:1px solid #d6d6d6; padding-top:4%;}
.view-page .prev,.view-page .back,.view-page .next{font-size:14px; width:160px; height:40px; line-height:40px; position: absolute;transition:background-color .25s ease-in-out;-moz-transition:background-color .25s ease-in-out;-webkit-transition:background-color .25s ease-in-out; }
.view-page .prev{left:0;}
.view-page .prev a{background:#fff url(../img/le.png) 20px center no-repeat; padding-left:60px; border:1px solid #e6e6e6; color: #555; line-height: 38px;}
.view-page .prev:hover a{color:#fff; background:url(../img/le-white.png) 20px center no-repeat #005176;}
.view-page a{display:block;} 
.view-page .back{left:50%; margin-left:-80px; width:160px;}
.view-page .back a{background:url(../img/back.png) 20px center no-repeat #005176;color: #fff; text-align:center; padding-left:25px; line-height: 40px;}
.view-page .back a:hover{background:url(../img/back.png) 20px center no-repeat #005176; color:#000;}
.view-page .next{right:0;}
.view-page .next a{background:#fff url(../img/ri.png) 90% center no-repeat;text-align:center; border:1px solid #e6e6e6; line-height: 38px; color: #555}
.view-page .next:hover a{color:#fff; background:url(../img/ri-white.png) 90% center no-repeat #005176;}

.page_title{font-size: 36px;letter-spacing: 1px;line-height: 60px;line-height: 36px;color: #333;font-weight: 400; margin-bottom: 2%;}
.page_title span{display: block;font-size: 14px;color: #0f3f86;letter-spacing: 0;}

.news3{ overflow:hidden; padding: 5% 0;}
.news3 ul{margin-right: -2%; }
.news3 li{width:98%; margin-right: 2%; margin-bottom:4%; float: left;}
.news3 li .nimg{width: 100%; overflow: hidden; position: relative; border-radius: 12px 12px 0 0;}
.news3 li .nimg img{width: 100%; display: block; transition: 0.5s;}
.news3 li .category {position: absolute;bottom: 0;left: 0;width: 135px;font-size: 14px;letter-spacing: 1px;color: #999;line-height: 26px;font-weight: 400;line-height: 40px;text-align: center;background-color: #333;color: #fff;}
.news3 li .ntext{background: #f2f4f7; padding: 5%; box-sizing: border-box; border-radius: 0 0 12px 12px;}
.news3 li .ntext .desc{font-size:22px;letter-spacing:1px;line-height:40px;color: #005176;font-weight: 400;color: #333;height: auto;border-bottom: 1px solid rgba(51, 51, 51, 0.1);overflow: hidden;white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}
.news3 li .ntext .time{display: block;font-size: 14px;letter-spacing: 1px;color: #999;line-height: 26px;font-weight: 400;margin-top:3%;letter-spacing: 0;}
.news3 li a:hover .category{background: #005176; color: #fff;}
.news3 li a:hover .ntext .desc{color: #005176;}
.news3 li a:hover .ntext .time{color: #005176;}
.news3 li a:hover .nimg img{transform:scale(1.1); -webkit-transform:scale(1.1);}


.product-left{width:22%;float:left;}
.tab_tit{font-size:26px;line-height:90px;color:#fff;font-weight:600;width:100%;padding:0 11.43%;background-color:#005176; border-radius: 24px 24px 0 0;}
.tab{background-color:#fff;padding:4px 0 67px;}
.menu_list{padding:5%;border: 1px solid #e7e7e7;border-radius:0 0 24px 24px;box-shadow: 0px 0px 10px 0px rgba(2, 0, 0, 0.1);}	
.menu_head{border-bottom:1px solid #e7e7e7;cursor:pointer;position:relative;margin:0px;background:url(../img/pro_left.png) center right no-repeat;padding-bottom:10px;margin-bottom:4%;font-size:18px; line-height: 50px;  font-weight: 600;}
.menu_list .current{background: url(../img/pro_down.png) center right no-repeat;}
.menu_list .current a{color:#005176;}
.menu_body{height:auto;overflow:hidden;padding:0 10px;}
.menu_body a{display:block; padding-bottom:8px;font-size:18px;color:#333; }
.menu_body a:hover,.menu_body a.on{color:#005176;}
.menu_body ul{margin-bottom:20px;margin-left:25px;}
.menu_body li{ list-style-position:inherit;list-style-type: disc;color:#999;}
.menu_body li a{color:#666;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.menu_body li a:hover{color:#005176;}
.menu_body li:hover,.menu_body li a.on{color:#005176;}

.product-right{width:76%;float:right;}
.pro_search{margin:0px 0 30px;background-color:#fff;border-radius:20px;overflow:hidden;padding: 30px 2.126%;}
.pro_search .form_box{margin-bottom:20px;width:100%;}
.pro_search .tip{min-width:135px;width:fit-content;font-size:18px;line-height:52px;color:#333;white-space:nowrap;}
.pro_search.en .tip{min-width:190px;}
.pro_search .search{max-width:calc(100% - 135px);width:100%;}
.pro_search.en .search{max-width:calc(100% - 190px);}
.pro_search .search .input{padding:0 20px;width:42.493%;height:55px;border:1px solid #ccc;border-radius:10px;overflow:hidden;font-size:18px;color:#333;margin-right:20px;}
.pro_search .search .submit{background-color:#005176;min-width:150px;width:fit-content;height:55px;padding:0 10px;border-radius:10px;overflow:hidden;}
.pro_search .search .submit .txt{font-size:18px;color:#fff;margin-left:15px;}
.pro_search .search .submit .icon .svg{width:21px;height:21px;fill:#fff;}
.pro_search .key_list{gap:25px;max-width:calc(100% - 135px);}
.pro_search.en .key_list{max-width:calc(100% - 190px);}
.pro_search .key_list .key_li{min-width:145px;width:fit-content;line-height:50px;text-align:center;padding:0 10px;border-radius:10px;background-color:#f7fafc;border:1px solid #f7fafc;font-size:18px;color:#999;display:block;transition:all 0.3s linear;}
.pro_search .key_list .key_li.cur,
.pro_search .key_list .key_li:hover{color:#005176;border-color:#005176;}
@media (max-width:750px) {
	.pro_search{padding:50px 30px;}
	.pro_search .form_box{flex-direction:column;}
	.pro_search .tip{width:100%;margin-bottom:30px;font-size:30px;line-height:1.6;}
	.pro_search .search,
	.pro_search.en .search{max-width:100%;width:100%;}
	.pro_search .search .input{width:calc(100% - 240px);height:70px;font-size:30px;}
	.pro_search .search .submit{min-width:220px;height:70px;}
	.pro_search .search .submit .icon .svg{transform:scale(1.3);}
	.pro_search .search .submit .txt{font-size:26px;}
	.pro_search .key_box{flex-direction:column;}
	.pro_search.en .key_list,
	.pro_search .key_list{max-width:100%;}
	.pro_search .key_list .key_li{font-size:26px;line-height:70px;padding:0 20px;min-width:150px;}
}

/* äº§å“åˆ—è¡¨å…±ç”¨æ ·å¼ */
.pro_list{}
.pro_list ul{margin-right: -2%;}
.pro_list li{width: 31.333%; float: left; margin-right: 2%; margin-bottom: 2%; }
.pro_list li .ppimg{overflow: hidden; border-radius: 12px; position: relative;}
.pro_list li .ppimg img{width: 100%; display: block;transition: 0.5s;}
.pro_list li .ppwz{text-align: center;
  font-size: 22px;
  transition: all 0.4s;
  margin:5%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;}
.pro_list li .info2{position: absolute; top:100%; background:rgba(83,115,115, 0.5); padding: 0 4%; box-sizing: border-box; width: 100%; z-index: 9; color:#fff;transition:all 0.4s; font-size: 16px; line-height: 28px;  text-align: left; border-radius: 0 0 12px 12px;overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    display: -webkit-box !important;}
.pro_list li:hover .info2{transform: translateY(-100%);}
.pro_list li:hover .ppimg{box-shadow: 0px 5px 15px 0px rgba(1, 14, 34, 0.5); }
.pro_list li:hover .ppimg img{ transform:scale(1.1); -webkit-transform:scale(1.1); }


#pro_detail{border-bottom:1px solid #e6e6e6;width:100%;height:75px;position:relative;z-index:2;}
#pro_detail .cont .container{overflow-y:visible;transform:translateY(-6px);}
#pro_detail .cont .container .slide{font-size:20px;color:#1a1a1a;line-height:80px;text-align:center;min-width:216px;width:auto;transition:all 0.3s linear;border-radius:10px 10px 0 0;padding:0 10px;}
#pro_detail .cont .container .slide:hover,
#pro_detail .cont .container .slide.cur{color:#fff;background-color:var(--mainbg);}
#pro_detail .cont .pn{display:none;width:10px;height:18px;}
#pro_detail .cont .pn.prev{margin-right:20px;}
#pro_detail .cont .pn.next{margin-left:20px;}
@media (max-width:750px) {
    #pro_detail .cont{display:flex;justify-content:center;align-items:center;}	
    #pro_detail .cont .container{max-width:calc(100% - 50px);overflow:hidden;transform:translateY(0);}
    #pro_detail .cont .container .slide{font-size:30px;line-height:75px;padding:0 20px;}
    #pro_detail .cont .pn{display:block;transform:scale(1.5);}
}


.nyaboutbox{width: 100%; height: auto; overflow: hidden; padding:4% 6%; box-sizing: border-box;}
.about-tit{font-size:24px;color: #005176;margin-bottom: 1%}
.ny-about{font-size:16px;color:#222;line-height:32px; overflow: hidden; float:left; width:60%; margin-right: 2%;}
.ny-about img{max-width: 100%; height: auto; display: block; margin:auto; clear:both;}
.ny-about span{font-weight: 600; color: #005176;}
.aimg{width: 30%; height: auto; overflow: hidden; float:right}
.aimg img{width: 100%;}

.inf_lc{overflow: hidden;}
.inf_lc ul{margin-right: -2%;}
.inf_lc li{padding:1%; border: 1px solid #ccc; border-radius: 8px; height: auto; overflow: hidden; background: #fff; box-sizing: border-box; width: 48%; margin: 0 2% 2% 0; float: left;}
.inf_lc li:hover{border-color: #005176;border-radius: 4px;}
.inf_lc li.bg{background: #f5f5f5;}
.inf_lc li .bts{text-align: center;float: left;width: 10%;overflow: hidden; min-height: 100px; background: #005176; padding:30px 0; box-sizing: border-box;}
.inf_lc li .bts b{font-weight: 100;display: block;line-height: 36px;overflow: hidden;font-size: 36px;text-transform: uppercase;color: #fff; }
.inf_lc li .bts span{font-weight: 100;display: block;line-height: 16px;height: 16px;overflow: hidden;font-size: 12px;text-transform: uppercase;color: #fff; }
.inf_lc li .nyzi{margin-left:3%;width: 62%;font-size: 14px;float: right;color: #555;}
.inf_lc li .nyzi b{display: block;font-weight: 100;color: #005176;line-height: 30px;font-size: 15px;}
.inf_lc li .nyzi span{display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.inf_lc li .nyzi b a, .inf_lc li .nyzi b a:hover{color: #005176;font-weight: bold;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.inf_lc li .nyzi b a:hover{color: #005176;}
.inf_lc li .fr{margin: 50px 0 0;width: 70px;height: 25px;line-height: 25px;text-align: center;color: #ffffff;background-color: #005176;}
.inf_lc li .fr:hover{background: #005176;}

.inf_lc li .pimg{width:34%; float: left;}
.inf_lc li .pimg img{width: 100%}


/* 内页人才招聘部分*/.inner_content{width:100%;background:#fff;overflow: hidden;margin: 50px 0}
.jobctit{background:#005176;line-height:70px;font-size:18px;color:#fff;margin-top:0px;}
.jobctit span{display:inline-block;width:18%;text-align:center;}
.job-content{width:100%;float:left;background:#fff;}
.job-content dl{width:100%;float:left;}
.job-content dl dt{height:62px;line-height:62px;cursor:pointer;border-bottom:1px solid #e6e6e6;font-size:16px;display:block;overflow:hidden;}
.job-content span.job_cls{width:6%;}
.job-content dl dt .down{width:11px;height:60px;background:url(../img/dl.png) no-repeat center;display:block;margin:auto;}
.job-content dl dt.cur .down{background:url(../img/dlon.png) no-repeat center;}
.job-content dl dt span{width:18.3%;float:left;text-align:center;color:#666;}
.job-content dl dd{background:#f8f8f8;padding:3%;line-height:30px;font-size:15px;overflow:hidden;}
.job-content dl dd p{color:#666;margin-top:10px;}
.job-content dl dd p span{font-weight:bold;color:#333;font-size:18px;}
.job-content dl dd .cont{width:100%;border-top:1px solid #e6e6e6;padding:1%;margin:2% 0;}
.job-content dl dd .cont li{float:left;margin-right:3%;padding-left:30px;}
.job-content dl dd .cont li:nth-child(1){background:url(../img/dianhua.png) left no-repeat;background-size:25px 25px;}
.job-content dl dd .cont li:nth-child(2){background:url(../img/dingwei.png) left no-repeat;background-size:25px 25px;}
.job-content dl dd .cont li:nth-child(3){background:url(../img/youxiang.png) left no-repeat;background-size:25px 25px;margin-right:0;}









.pro_right{width: 100%;height: auto;overflow: hidden;}
.productss{width:100%;overflow: hidden; margin-bottom: 3%;}
.productss img{max-width: none !important;}
.promore_l{width:40%;float:left;}
/*Ã¥â€ºÂ¾Ã§â€°â€¡Ã¦â€Â¾Ã¥Â¤Â§Ã©â€¢Å“Ã¦Â Â·Ã¥Â¼Â*/.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%;border:1px solid #d6d6d6;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Â°ÂÃ¥â€ºÂ¾Ã©Â¢â€žÃ¨Â§Ë†Ã¥Ë†â€”Ã¨Â¡Â¨*/.spec-preview{width:100%;height:100%;}
.spec-scroll{clear:both;margin-top:10px;width:100%;float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:32px;height:32px;cursor:pointer;margin-top:5px;}
.spec-scroll .items{float:left;position:relative;width:80%;height:51px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:66px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6;padding:2px;width:57px;height:44px;}
.spec-scroll .items ul li img:hover{border:2px solid #2a3843;padding:1px;}
.pros_right{width:56%;float:right;overflow:hidden;}
.pros_right_top{overflow:hidden;border-bottom:2px solid #e6e6e6;}
.pros_right_top .pbt{overflow:hidden;font-size:28px;color:#333;padding-bottom:10px;}
.pros_right_top .pwz{overflow:hidden;font-size:18px;color:#333;line-height:25px;padding-bottom:10px;}
.proleft{font-size:16px;line-height:25px;margin:2% 0; color:#666;}
.proleft .bt{font-size: 16px; font-weight: 600; color: #005176;}
.proleft p{font-size:14px;line-height:25px;}
.prorights{font-size:14px;line-height:30px;margin:2% 0; width: 68%; float: left; }
.prorights .bt{font-size: 16px; font-weight: 600; color: #005176;}
.prorights p{font-size:14px;line-height:25px; width: 48%; float: left; margin-right: 2%;}

.pc-cx-tel-1{width: 100%;height: auto;border-top: 2px solid #e6e6e6;padding-top: 2%;overflow:hidden;margin-top:4%;}
.pc-cx-tel-1-t1{width: 28%;height: auto;background: #333;font-size: 18px;line-height: 44px;text-align: center;float: right;margin-top: 15px;}
.pc-cx-tel-1-t1 a{display: block;color: #fff;}
.pc-cx-tel-1-t2{height: auto;padding-left: 70px;background: url(../img/head-c-r1.png) no-repeat 0px center;font-size:20px;color: #454545;float:left;line-height:30px;}
.pc-cx-tel-1-t2 p{line-height: 24px;font-size: 18px}
.proleft_btn{width:100%;float:left;margin-top:3%;}
.proleft_btn li{width:150px;float:left;margin-right:10px;}
.proleft_btn li a{width:150px;height:40px;float:left;line-height:40px;text-align:center;font-size:16px;background:#eee;display:block;color: #333722}
.proleft_btn li span{float:left;padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#333;color:#fff;}
.tabs-basic{width:100%;margin:3% 0; overflow:hidden}
/* The tabs*/.tabs-basic ul{list-style:none;text-align:left;margin:0;padding:0;border-bottom:1px solid #e6e6e6;}
.tabs-basic ul li{display:inline-block;margin-bottom:-1px;font-size:22px;text-transform:uppercase;}
.tabs-basic a{display:block;text-decoration:none;background:#eee;border:1px solid transparent;padding:10px 40px;color: #333; border-radius:8px 8px 0 0}
.tabs-basic .tab-active{color:#fff;background:#005176;}
/* The content*/.tabs-basic .tabs-content-placeholder{overflow:hidden;margin:auto;padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block;line-height:30px;font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6;line-height:24px;text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px;text-align:left;margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;margin:auto;display: block;clear: both;}
.tabs-basic table{border-collapse:collapse;border: 1px #e6e6e6 solid !important;width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important;padding-left:12px !important;word-wrap:break-word;word-break:break-all;border:1px #e6e6e6 solid !important;line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}
.hot_pro2{width:100%;float:left;margin-top:5%;}
.hot_pro2_tit{width:100%;height:45px;background:#f1f1f1;color:#333;line-height:45px;font-size:16px;padding:0 20px;font-weight:bold;border:1px solid #d6d6d6;box-sizing: border-box;}
.scrollleft2{width:100%;float:left;margin-top:20px;margin-bottom: 30px;}
.scrollleft2 li{width:200px;float:left;margin-right:20px;overflow:hidden;}
.scrollleft2 li img{width:99%;display:block;border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #005176;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block;width:100%;line-height:30px;margin-top:10px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#005176;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}
.PreveNext{border-top:1px #DEDEDE solid;margin:0px auto;width:100%;height:70px;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left; font-size: 15px;}

.hotpro{ background: #ebebeb;padding: 4% 0; text-align: center; overflow: hidden;}
.rela-pro .tit{height:52px;background:#F5F5F5;padding:12px 0 0;box-sizing:border-box;}
.rela-pro .tit .xqbt2{border-left:3px solid #1D4686;padding:0 0 0 17px;color:#333;height:28px;line-height:28px;font-size:20px;font-weight:500;}
.rela-pro .list{margin:30px 0 0;position:relative;}
.rela-pro .swiper-slide .pic{display:block;width:100%;overflow:hidden;box-sizing:border-box;border:1px solid #D4D4D4;}
.rela-pro .swiper-slide .pic img{width:100%;display:block;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;}
.rela-pro .swiper-slide p{margin-top:15px;text-align:center;}
.rela-pro .swiper-slide p a{font-size:16px;color:#3b3b3b;display:block;}
.rela-pro .swiper-slide p a:hover{color:#1D4686;}

.rela-pro .swiper-slide:hover .pic img {transform:scale(1.06);-webkit-transform:scale(1.06);}

.rela-pro .swiper-pagination{position:static;width:100%;margin:25px 0 0;}
.rela-pro .swiper-pagination-bullet {height:12px;width:12px;margin:0 4px;background:none;border:1px solid #1D4686;border-radius:50%;opacity:1;box-sizing:border-box;}
.rela-pro .swiper-pagination-bullet-active{background:#1D4686;}


.rela-pro ul{margin:0 0 0 -2%;}
.rela-pro ul li{width:23%;float:left;text-align:center;margin:15px 0 0 2%;cursor:pointer;box-sizing:border-box;}
.rela-pro ul li .pic{display:block;width:100%;overflow:hidden;box-sizing:border-box;border:1px solid #D4D4D4;}
.rela-pro ul li .pic img{width:100%;display:block;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;}
.rela-pro ul li p{margin-top:15px;}
.rela-pro ul li p a{padding:0 10px;font-size:16px;color:#3b3b3b;line-height:22px;height:44px;overflow:hidden;display:block;}
.rela-pro ul li p a:hover{color:#1D4686;}

.rela-pro ul li:hover .pic img {transform:scale(1.06);-webkit-transform:scale(1.06);}



.application{overflow: hidden;}
.application .app-item{display:flex;margin-bottom:4%}
.application .app-item>div{width:50%; overflow: hidden;}
.application .app-img{position:relative}
.application .app-img img{width:100%;height:auto;display:block}
.application .app-img .tri{position:absolute;top:0px;right:0px;width:0px;height:0px;border: 1000px solid transparent;
  border-width: 1000px 279px 1000px 1000px;
  border-right-color: #fff;}
.application .app-item:nth-of-type(2n){flex-direction:row-reverse}
.application .app-item:nth-of-type(2n) .app-img .tri{right:inherit;left:0px;border-width: 1000px 1000px 1000px 279px;
  border-left-color: #fff; border-right-color:transparent;}
.application .app-info{display:flex;flex-direction:column;justify-content:center;padding:1.8%;box-sizing:border-box;color:#555555}
.application .app-info .title{color:#222;font-size:28px;font-weight:600;text-transform:capitalize}
.application .app-info p{margin-top: 2%; font-size:15px; color: #555;}
.application .app-info li{line-height:30px}
.application .app-info .btn{display:inline-flex;align-items:center;margin-top:5%;color:#000;padding:6px 0px;border-radius:3px;transition:all .1s linear; font-size:18px;}
.application .app-info .btn em{margin-right:10px;background:#005176;color:#FFFFFF;border-radius:50%;width:20px;height:20px;font-size:12px;display:inline-flex;align-items:center;justify-content:center}
.application .app-info:hover .btn{background:#005176;color:#FFFFFF;padding:6px 14px}
.application .app-info:hover .btn em{background:#FFFFFF;color:#005176}

.about_x2.bgs2{overflow:hidden;}
.about_x2.bgs2 .lnny{width:68%; float:left; overflow: hidden;}
.about_x2.bgs2 .rnny{width:28%; float:right; overflow: hidden;}
.about_x2.bgs2.bgs3 .con_id{ padding-top:0;}
.about_x2.bgs2 .show_t{ text-align:center;line-height:32px; font-size:28px; color:#005176 ;margin-bottom:16px; margin-top:12px; font-weight:400;}
.about_x2.bgs2 .con_line{ text-align:center; line-height:35px; font-size:15px; border-bottom:1px solid #eee; padding-bottom:10px;}
.about_x2.bgs2 .con_line span{ margin-left:2%; margin-right:2%;}
.about_x2.bgs2 .con_line span i{ color:#222; font-style:normal;}
.about_x2.bgs2 .con_id{ line-height:28px;overflow:hidden;white-space:normal;word-break:break-all; padding:3% 0;font-size:16px; color:#444;text-align:left;}
.about_x2.bgs2 .con_id img{max-width:100%; display:block; margin:auto; border-radius: 24px;}
.about_x2.bgs2 .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}
.about_x2.bgs2 .con_id b{ display:block; padding-top:1%;padding-bottom:1%; overflow:hidden;}

.newslist{overflow: hidden; margin-top: 3%;}
.newslist ul{display:flex;flex-wrap:wrap;margin-right:-2%; margin-top: 2%; margin-bottom:-5%}
.newslist li{margin-bottom:5%}
/* .newslist li:last-child{margin-bottom:0px} */
.newslist li:hover .news-img a::after{opacity:1}
.newslist li:hover .news-info .title{color:#005176}
.newslist li .news-img{position:relative}
.newslist li .news-img a{border-radius:5px;overflow:hidden}
.newslist li .news-img a::after{content:"";position:absolute;left:0px;top:0px;width:100%;height:100%;background:rgba(0,0,0,.2);z-index:1;opacity:0;transition:all .1s linear}
.newslist li .news-img img{width:100%;height:100%;transition:all .1s linear;object-fit:cover; display: block;}
.newslist li .news-img video{display:block; width:100%;height:auto;-o-object-fit: cover;object-fit: cover;}
.newslist li .news-img .date{position:absolute;left:20px;top:-20px;z-index:1;width:60px;height:90px;background:#FFFFFF;border-radius:0 0 3px 3px;border-top:2px solid #005176;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2}
.newslist li .news-img .date span{font-size:14px}
.newslist li .news-img .date span:nth-child(1){line-height:1;font-size:26px;font-weight:500}
.newslist li .news-info .title{color:#000;font-size:18px;font-weight:500;line-height:1.2;margin-bottom:10px}
.newslist li .news-info .text{color:var(--introcolor)}
.newslist li .news-info .btn{display:inline-flex;align-items:center;margin-top:6%;color:#000;padding:6px 0px;border-radius:3px;transition:all .1s linear}
.newslist li .news-info .btn em{margin-right:10px;background:#005176;color:#FFFFFF;border-radius:50%;width:20px;height:20px;font-size:12px;display:inline-flex;align-items:center;justify-content:center}
.newslist li:hover .news-info .btn{background:#005176;color:#FFFFFF;padding:6px 14px}
.newslist li:hover .news-info .btn em{background:#FFFFFF;color:#005176}
.newslist.list1 li{width:31.333%;margin-right:2%}
.newslist.list1 li .news-info{padding:7% 0px}
.newslist.list1 li .news-img{width:100%;min-height:100px;background:#F3F3F3}
.newslist.list0 li{width:100%;display:flex;align-items:center}
.newslist.list0 li .news-img{width:300px}
.newslist.list0 li .news-info{flex:1;padding:0px 7%}
.line3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}

.contact_content{width:100%;background:#fff;}
.mte_pic2duct-title { font-size:36px; color:#262626; line-height:40px; padding-bottom:0; position:relative; margin-bottom:2%; letter-spacing:-1px; font-weight:600;}
.mte_pic2duct-title2 { font-size:36px; color:#262626; line-height:40px; padding-bottom:0; position:relative; margin-bottom:2%; letter-spacing:-1px; font-weight:600; text-align:center;}

.col_infos {width:48.5%; float:left;background:#fff;padding:0; margin-top:1.8%;}
.col_infos .cotit{color:#005176; font-size:28px; line-height:1.75; padding-bottom:3%;}

.cont_ico{overflow:hidden;}
.cont_ico h3{font-size:20px;line-height:1.75;color:#000;margin-bottom:16px;font-weight:normal;}
.cont_ico ul{overflow:hidden;}
.cont_ico ul li{ position:relative; padding-left:50px; font-size:18px; line-height:28px; color:#333; margin-bottom:4%; }
.cont_ico ul li .t-cell{ display:table-cell; height:36px; vertical-align:middle; }
.cont_ico ul .icons{ height:36px; width:36px; position:absolute; left:0; display:flex; background:#005176; border-radius:50%; align-items:center;}
.cont_ico ul li img{width:18px; height:18px; margin:0 auto; display:block; vertical-align:middle;}

.col_feb {width:47.5%; float:right;padding:3%; text-align:left; border-radius:10px; background:#fff; box-shadow:0px 0px 65px 0px rgb(0 0 0 / 8%); box-sizing:border-box;}
.co_onr {width:100%; overflow:hidden;}
.co_onr .febt{font-size:32px;line-height:1.2;color:#000;margin-bottom:12px;font-weight:normal;}
.co_onr p{ font-size:16px; line-height:1.5; color:#333; font-weight:300;margin-bottom:3%; overflow:hidden;}
.co_onr ul li{overflow:hidden;float:left;width:49%;}
.co_onr ul li span{display:block; font-size:16px;color:#333;margin-bottom:5px;}
.co_onr ul li i{ display:inline-block; position:relative; width:100%; font-size:14px; color:#666666; text-transform:uppercase;}
.co_onr ul li input{border:none;border:1px solid #ccc;width:100%;line-height:42px;height:42px;background:#fff;padding:0 15px;border-radius:4px;}
.co_onr ul li.mal{ margin-left:2%; margin-bottom:15px;}
.co_onr ul li.long{clear:both;width:100%;margin-bottom:15px;}
.co_onr ul li.long input{width:100%;outline:none;}
.co_onr ul li.long textarea{border:none;height:100px;width:100%;outline:none;border:1px solid #ccc;background:#fff;padding:10px 15px; border-radius:4px; 
  font-size:12px; }
.co_onr ul li.long2{margin-bottom:16px;}
.co_onr ul li.lst{line-height:45px;font-size:15px;width: 100%; padding-bottom:20px;}
.co_onr ul li.lst button{display:inline-block;float:left;width:200px;height:42px;line-height:42px;color:#fff;cursor:pointer;border:none;font-size:16px; 
  text-transform:capitalize;padding-right:0;background:#005176;  border-radius:6px;}



.i-fatt{overflow: hidden;}
.i-fatt ul{margin: 2% 0;}
.i-fatt li{margin-bottom:1%;font-size:16px; background: #fff;}
.i-fatta{display:flex;justify-content: space-between; cursor: pointer;border-bottom: 1px solid #eee;border-top: 1px solid #eee;}
.i-fattaa{font-weight:bold;border-left:4px solid #005176;line-height:60px;padding-left:20px;box-sizing:border-box;}
.i-fattab{width:60%;display:flex;justify-content: flex-end;}
.i-fattaba{display:flex;width:30%;align-items: center;}
.i-fattaba p{margin-right:5%;}
.i-fattabb{width:20px;background:#005176;position:relative;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.i-fattabb:after{content:'';width:10px;height:2px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,50%)}
.i-fattabb:before{content:'';width:2px;height:10px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-28%)}
.i-fattb{padding:3%;font-size:16px;line-height:30px;display:none;box-shadow: 0 0 20px #ccc inset;box-sizing: border-box;color: #666;}



#form_container {margin:0 auto;text-align:left;border:none;width:100%;}
#top {display:block;height:10px;margin:10px auto 0;width:650px;}
#footer {width:640px;clear:both;color:#999999;text-align:center;padding-bottom:15px;font-size:85%;}
#footer a {color:#999999;text-decoration:none;border-bottom:1px dotted #999999;}
#bottom {display:block;height:10px;margin:0 auto;width:650px;}
form.appnitro {margin:0;background-color:rgba(255,255,255,0.05); font-size: 15px;}
#form_container .form_description h1,#form_container .form_description h2,#form_container .form_description h3,#form_container .form_description h4,#form_container .form_description h5,#form_container .form_description h6 {}
#form_container .form_description .bts {
  font-size:24px;
  font-weight:500;
  margin:0 0 20px 0;
  padding:0 0 20px 0;
  border-bottom: 1px solid #4C4948;
  color:#000;
}
/**** Logo Section  *****/#form_container h1 {background-color:#dedede;margin:0;min-height:0;padding:0;text-decoration:none;text-indent:-8000px;background-repeat:no-repeat;}
#form_container h1 a {display:block;height:100%;min-height:40px;overflow:hidden;}
#form_container img {behavior:url(/readyscript/fb/css/iepngfix.htc);border:none;}
/**** Form Section ****/.appnitro {font-size:0.95em;}
.appnitro li {width:65%;}
#form_container form ul {font-size:100%;list-style-type:none;margin:0;padding:0;width:100%;}
#form_container form li {display:block;margin:0;padding:8px 5px;position:relative;}
#form_container form li:after {clear:both;content:".";display:block;height:0;visibility:hidden;}
#form_container .buttons:after {clear:both;content:".";display:block;height:0;visibility:hidden;}
#form_container .buttons {clear:both;display:block;margin-top:10px;}
#form_container html form li div {display:inline-block;}
#form_container form li div {margin:0 4px 0 0;padding:0 0 8px;}
#form_container form li span {float:left;margin:0 4px 0 0;padding:0 0 8px;}
#form_container form li div.left {display:inline;float:left;width:48%;}
#form_container form li div.right {display:inline;float:right;width:48%;}
#form_container form li div.left .medium {width:100%;}
#form_container form li div.right .medium {width:100%;}
#form_container .clear {clear:both;}
#form_container form li div label {clear:both;color:#a5a5a5;display:block;font-size:9px;line-height:9px;margin:0;padding-top:3px;}
#form_container form li span label {clear:both;color:#a5a5a5;display:block;font-size:0.9em;line-height:130%;margin:0;padding-top:5px;}
#form_container form li .datepicker {cursor:pointer!important;float:left;height:16px;margin:.1em 5px 0 0;padding:0;width:16px;}
#form_container .form_description {clear:both;margin:0 0 20px 0;}
#form_container .form_description[class] {display:block;}
#form_container .form_description h2 {font-size:24px;font-weight:500;margin:0 0 20px 0;padding:0 0 20px 0;border-bottom:1px solid #4C4948;color:#FFFFFF;}
#form_container .form_description p {line-height:145%;}
#form_container form hr {display:none;}
#form_container form li.section_break {border-top:1px dotted #4C4948;margin-top:9px;padding:20px 0 0 0;width:100%;}
#form_container form ul li.first {border-top:none !important;margin-top:0 !important;padding-top:0 !important;}
#form_container form .section_break .bts2 {font-size:130%;line-height:130%;margin:0;color:#000;text-transform:uppercase; font-size: 24px;}
#form_container form .section_break p {font-size:85%;margin:0 0 10px;}
/**** Buttons ****/#form_container input.button_text {overflow:visible;padding:0 7px;width:auto;}
#form_container .buttons input {font-size:115%;margin-right:5px;}
/**** Inputs and Labels ****/#form_container label.description {border:none;display:block;line-height:150%;padding:0 0 5px;}
#form_container span.symbol {font-size:100%;line-height:130%;}
#form_container input.text {color:#8A8A8A;font-size:100%;margin:0;padding:8px;}
#form_container input.file {color:#FFFFFF;font-size:100%;margin:0;padding:5px 0;}
#form_container textarea.textarea {font-size:100%;margin:0;width:97%;padding:8px;}
#form_container select.select {color:#8A8A8A;font-size:100%;margin:1px 0;padding:1px 0 0;}
#form_container input.currency {text-align:right;}
#form_container input.checkbox {display:block;height:13px;line-height:1.4em;margin:5px 0 0 3px;width:13px;}
#form_container input.radio {display:block;height:13px;line-height:1.4em;margin:6px 0 0 3px;width:13px;}
#form_container label.choice {display:block;font-size:100%;line-height:1.4em;margin:-1.55em 0 0 25px;padding:6px 0 5px 0;}
#form_container select.select[class] {margin:0;padding:6px 5px;}
*:first-child+html select.select[class] {margin:1px 0;}
#form_container .safari select.select {font-size:120% !important;margin-bottom:1px;}
#form_container input.small {width:25%;}
#form_container select.small {width:25%;}
#form_container input.medium {width:50%;}
#form_container select.medium {width:50%;}
#form_container input.large {width:97%;}
#form_container select.large {width:100%;}
#form_container textarea.small {height:5.5em;}
#form_container textarea.medium {height:10em;}
#form_container textarea.large {height:20em;}
/**** Errors ****/#error_message {background:#fff;border:1px dotted red;margin-bottom:1em;padding-left:0;padding-right:0;padding-top:4px;text-align:center;width:97%;}
#error_message_title {color:#DF0000;font-size:125%;margin:7px 0 5px !important;padding:0 !important;}
#error_message_desc {color:#000;font-size:100%;margin:0 0 .8em !important;}
#error_message_desc strong {background-color:#FFDFDF;color:red;padding:2px 3px;}
#form_container form li.error {background-color:#FFDFDF !important;border-bottom:1px solid #EACBCC;border-right:1px solid #EACBCC;margin:3px 0;}
#form_container form li.error label {color:#DF0000 !important;}
#form_container form p.error {clear:both;color:red;font-size:10px;font-weight:200;margin:0 0 5px !important;}
#form_container form .required {color:red !important;float:none !important;font-weight:200;}
/**** Guidelines and Error Highlight ****/#form_container form li.highlighted {background-color:#4C4948;}
#form_container form .guidelines {background:#4C4948;border:1px solid #4C4948;color:#FFFFFF;font-size:0.85em;left:100%;line-height:150%;margin:0 0 0 10px!important;padding:8px;position:absolute;top:0;visibility:hidden;width:40%;z-index:1000;}
#form_container form .guidelines small {font-size:105%;}
#form_container form li.highlighted .guidelines {visibility:visible;}
#form_container form li:hover .guidelines {visibility:visible;}
.no_guidelines .guidelines {display:none !important;}
.no_guidelines form li {width:97%;}
.no_guidelines li.section {padding-left:9px;}
/*** Success Message ****/.form_success {clear:both;margin:0;padding:90px 0pt 100px;text-align:center;}
.form_success h2 {clear:left;font-size:160%;font-weight:normal;margin:0pt 0pt 3px;}
/*** Password ****/#form_container ul.password {margin-top:60px;margin-bottom:60px;text-align:center;}
.password h2 {color:#DF0000;font-weight:bold;margin:0pt auto 10px;}
.password input.text {font-size:170% !important;width:380px;text-align:center;}
.password label {display:block;font-size:120% !important;padding-top:10px;font-weight:bold;}
#li_captcha {padding-left:5px;}
#li_captcha span {float:none;padding:0px !important;}
#li_captcha div {padding:0px !important;}
#captcha_image {padding-top:5px;padding-bottom:10px;}
#captcha_response_field {margin-bottom:10px;}
#dummy_captcha_internal {height:8px;}
/** Embedded Form **/.embed #top,.embed #bottom,.embed h1 {display:none;}
.embed #footer {text-align:left;padding-left:10px;width:99%;}
.embed #footer.success {text-align:center;}
/** Integrated Form **/.integrated * {color:#5a5a5a;}
.integrated #top,.integrated #bottom,.integrated h1 {display:none;}
.integrated #form_container {border:none;width:99%;background:none;}
.integrated #footer {text-align:left;padding-left:10px;width:99%;}
.integrated #footer.success {text-align:center;}
.integrated form.appnitro {margin:0px 0px 0;}
.integrated form .section_break h3 {border:none !important;}
.integrated #error_message h3 {border:none !important;}
/*** Calendar **********************/div.calendar {position:relative;}
.calendar table {cursor:pointer;border:1px solid #ccc;font-size:11px;color:#000;background:#fff;}
.calendar table .title,.calendar table .button {font-size:11px;}
.calendar * {font-size:11px;}
.calendar .button {text-align:center;padding:2px;}
.calendar .nav {background:#f5f5f5;}
.calendar thead .title {font-weight:bold;text-align:center;background:#dedede;color:#000;padding:2px 0 3px 0;}
.calendar thead .headrow {background:#f5f5f5;color:#a5a5a5;font-weight:bold;}
.calendar thead .daynames {background:#fff;color:#a5a5a5;font-weight:bold;}
.calendar thead .name {border-bottom:1px dotted #ccc;padding:2px;text-align:center;color:#000;}
.calendar thead .weekend {color:#666;}
.calendar thead .hilite {background-color:#a5a5a5;color:#fff;padding:1px;}
.calendar thead .active {background-color:#d12f19;color:#fff;padding:2px 0px 0px 2px;}
.calendar tbody .day {width:1.8em;color:#a5a5a5;text-align:right;padding:2px 2px 2px 2px;}
.calendar tbody .day.othermonth {font-size:80%;color:#bbb;}
.calendar tbody .day.othermonth.oweekend {color:#fbb;}
.calendar table .wn {padding:2px 2px 2px 2px;border-right:1px solid #000;background:#666;}
.calendar tbody .rowhilite td {background:#FFF1AF;}
.calendar tbody .rowhilite td.wn {background:#FFF1AF;}
.calendar tbody td.hilite {padding:1px 1px 1px 1px;background:#a5a5a5 !important;color:#fff !important;}
.calendar tbody td.active {color:#fff;background:#529214 !important;padding:2px 2px 0px 2px;}
.calendar tbody td.selected {font-weight:bold;border:1px solid #888;padding:1px 1px 1px 1px;background:#f5f5f5 !important;color:#222 !important;}
.calendar tbody td.weekend {color:#666;}
.calendar tbody td.today {font-weight:bold;color:#529214;background:#D9EFC2;}
.calendar tbody .disabled {color:#999;}
.calendar tbody .emptycell {visibility:hidden;}
.calendar tbody .emptyrow {display:none;}
.calendar tfoot .footrow {text-align:center;background:#556;color:#fff;}
.calendar tfoot .ttip {background:#222;color:#fff;font-size:10px;border-top:1px solid #dedede;padding:3px;}
.calendar tfoot .hilite {background:#aaf;border:1px solid #04f;color:#000;padding:1px;}
.calendar tfoot .active {background:#77c;padding:2px 0px 0px 2px;}
.calendar .combo {position:absolute;display:none;top:0px;left:0px;width:4em;border:1px solid #ccc;background:#f5f5f5;color:#a5a5a5;font-size:90%;z-index:100;}
.calendar .combo .label,.calendar .combo .label-IEfix {text-align:center;padding:1px;}
.calendar .combo .label-IEfix {width:4em;}
.calendar .combo .hilite {background:#a5a5a5;color:#fff;}
.calendar .combo .active {border-top:1px solid #999;border-bottom:1px solid #999;background:#dedede;font-weight:bold;}
/** Form Review **/#machform_review_table tbody tr:hover {background-color:#FFF7C0;}
.alt {background:#efefef;}
#machform_review_table td {text-align:left;border-bottom:1px solid #DEDEDE;padding:5px 10px;}
/** Ready-Market Renew **/#form_container input,#form_container textarea,#form_container select {border:1px solid #AAAAAA;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;background-color:#EFEFEF;padding:8px 5px;color:#2B2B2B!important;}
#form_container li input.file {border:none !important;background-color:transparent!important;}
#form_container li .guidelines {border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-shadow:0 0 1px rgba(0,0,0,0.15);-moz-box-shadow:0 0 1px rgba(0,0,0,0.15);-webkit-box-shadow:0 0 1px rgba(0,0,0,0.15);}
/* #form_container li p.guidelines:before {content:""; background: url(../img/lightbulb.webp); width:16px; height: 16px; position: absolute; top:0; left: 0;} */
#form_container .buttons input {background:#44a737;color: #fff !important; font-size:100%;padding:10px 25px;border:none;text-decoration:none;cursor:pointer;}
#form_container .buttons input:hover {background:#4C4948;color:#FFFFFF;text-decoration:none;}
li#li_captcha > .description {color:#44a737;}
/* Lock Inquiry Cart Textarea*/form#form_92 ul li#li_44 div textarea#element_44,form#form_93 ul li#li_44 div textarea#element_44 {pointer-events:none!important;background-color:#bfbfbf!important;color:#ca2127!important;font-weight:700!important;cursor:not-allowed!important;}