@charset "utf-8";
:root {
  --h-height:100px;
  --hscroll-height:86px;
}
@media screen and (max-width: 1210px) {
:root {
  --h-height:70px;
  --hscroll-height:70px;
}
}
.header { position: fixed; left: 0; top: 0; width: 100%; height:var(--h-height); z-index:20; transition: all 0.3s; background:url(../images/tbg.png) repeat-x; background-size:auto 100%;}
.header_block{ height:var(--hscroll-height);}
.header .logo img { margin:18px 0; height:64px; transition: all 0.3s; }
.header .logo img.wlogo{ display:block; transition: all 0.3s;}
.header .logo img.blogo{ display:none; transition: all 0.3s;}
.header.scroll { height:var(--hscroll-height); background:#fff; box-shadow:0px 2px 5px #eee;}
.header.scroll .logo img { margin:15px 0; height:56px; }
.header.scroll .logo img.wlogo{ display:none;}
.header.scroll .logo img.blogo{ display:block;}
.header:hover{ background:#fff;}
.header:hover .logo img.wlogo{ display:none;}
.header:hover .logo img.blogo{ display:block;}

.header .headerNav { float: left; display:flex;}
.header .headerNav li { margin:0 1vw; font-size:18px; line-height:var(--h-height); z-index: 2; transition: all 0.3s;}

.header .headerNav li:after { content: ""; display: block; position: absolute; left: 0; right: 0; transition: all 0.3s; }
.header .headerNav li>a { color: #fff; position:relative;}
.header .headerNav li>a:before{ position:absolute; width:4px; height:4px; border-radius:50%; left:-1vw; top:50%; margin-top:-2px; content:""; background:#fff;}
.header .headerNav li:first-child a:before { display:none;}
.header .headerNav li:hover:after { width: 100%; }
.header.scroll .headerNav li { line-height:var(--hscroll-height); }
.header.scroll .headerNav li>a { color: #111; }
.header.scroll .headerNav li>a:before{ background:#222;}
.header:hover .headerNav li>a { color: #111; }
.header:hover .headerNav li>a:before{ background:#222;}
.header .headerNav li:hover.down>a{ background:url(../images/bg1.jpg) center bottom repeat-x; display:block; color:var(--main-color);}


.header .headerTel { float:right; font-size:18px; color: #fff; line-height:var(--h-height); background: url(../images/phone1.png) no-repeat center left 20px; padding-left:45px; transition: all 0.3s; position:relative;}
.header .headerTel:before{ content:""; position:absolute; left:0; top:50%; transform: translateY(-50%); width:1px; height:22px; background:#fff;}
.header .headerTel a { color: #fff;}
.header:hover .headerTel { line-height:var(--h-height); background: url(../images/phone2.png) no-repeat center left 20px;}
.header:hover .headerTel:before{ background:#999;}
.header:hover .headerTel a{ color: #333;}
.header.scroll .headerTel { line-height:var(--hscroll-height); background: url(../images/phone2.png) no-repeat center left 20px;}
.header.scroll .headerTel:before{ background:#999;}
.header.scroll .headerTel a{ color: #333;}

@media screen and (min-width:1660px) {
.header .headerEmail { float:right; margin-left:20px; font-size:18px; color:#fff; line-height:var(--h-height); background: url(../images/email.png) no-repeat center left; padding:0 25px; transition: all 0.3s; position:relative;}
.header .headerEmail:before{ content:""; position:absolute; right:0; top:50%; transform: translateY(-50%); width:1px; height:22px; background:#fff;}
.header .headerEmail a { color: #fff;}
.header:hover .headerEmail { line-height:var(--h-height); background: url(../images/email2.png) no-repeat center left;}
.header:hover .headerEmail:before{ background:#999;}
.header:hover .headerEmail a{ color: #333;}
.header.scroll .headerEmail { line-height:var(--hscroll-height); background: url(../images/email2.png) no-repeat center left;}
.header.scroll .headerEmail:before{ background:#999;}
.header.scroll .headerEmail a{ color: #333;}
}
@media screen and (max-width: 1660px) {
.header .headerEmail{ display:none;}
}
.header .headerSea {float:right; position: relative; margin-left:10px;}
.header .headerSea .ssbtn {display: block; width:42px; height:var(--h-height); background: url(../images/search.png) no-repeat center; transition: all 0.3s;}
.header:hover .headerSea .ssbtn{ height:var(--h-height); background: url(../images/searchs.png) no-repeat center;}
.header.scroll .headerSea .ssbtn{ height:var(--hscroll-height); background: url(../images/searchs.png) no-repeat center;}
.header .headerSea .ssform {position:absolute;right:-10px; top:100%;background-color: #fff;width: 270px;padding: 10px;display: none;z-index: 10;}
.header .headerSea .ssform input {float: left;padding: 6px 12px;background-color: #f0f0f0;border: 1px #ccc solid;font-size: 14px;line-height: 24px;border-right: 0;width: 185px; outline:none;}
.header .headerSea .ssform button {float: right;width: 65px;height: 38px;line-height: 38px;border: 0;font-size: 16px;text-align: center;cursor: pointer;padding: 0;background-color:var(--main-color); color: #fff;}

.header .sonNav { position: absolute; left:0; top: 100%; width:100%; display:none; background:#fff; box-sizing: border-box; border-top:1px #ddd solid; border-bottom:1px #ddd solid;}
.header .sonNav .symain{ position:relative;}
@media screen and (min-width: 1210px) {
.sonNav1_lt{ float:left; width:50%;}
.sonNav1_lt:before{ background:#dddedf; width:1px; height:100%; position:absolute; left:45%; top:0; content:"";}
.sonNav1_lt p{ float:left; width:40%; margin-right:10%;}
.sonNav1_lt p a{ display:block;}
.sonNav1_rig{ position:absolute; height:100%; width:50%; top:0; right:0; overflow:hidden;}
.sonNav1_rig img{ position:absolute; object-fit: cover; display:block; width:100%; height:100%; transition: all 0.3s;}
.sonNav1_rig:hover img{ transform: scale(1.1);}

}
@media screen and (max-width: 1210px) {
.sonNav1_rig{ display:none;}
}
.sonNav1_lt{ margin:15px 0 30px; position:relative; text-align:left;}

.sonNav1_lt p{ display:block; line-height:2.5;}
.sonNav1_lt p em{ display:block; font-size:var(--title-size-32); color:var(--main-color);}
.sonNav1_lt p a{ color:#333; font-size:var(--title-size-20); border-bottom:1px #e4e4e4 solid;}
.sonNav1_lt p a:hover{ color:var(--main-color);}


.sonNav .symain{ text-align:center;}
.sonNav .symain .sonNavs{ text-align:left;}
@media screen and (min-width: 1210px) {
.sonNav .symain .sonNavs > a{ width: calc(16.66% - 20px); float:left; margin-right:24px; margin-top:4%; margin-bottom:2%; background:url(../images/bg2.png) left bottom no-repeat; padding-bottom:20px;}
.sonNav .symain .sonNavs > a:last-child{ margin-right:0;}
.sonNav_img{ height:140px; position:relative; overflow:hidden;}
.sonNav_img img{ position:absolute; object-fit: cover; display:block; width:100%; height:100%; transition: all 0.3s;}
.sonNav .symain .sonNavs > a:hover .sonNav_img img{transform: scale(1.1);}
.sonNav .symain .sonNavs > a p{ font-size:var(--title-size-16); color:#333; line-height:22px; height:66px; overflow:hidden;}
.sonNav .symain .sonNavs > a p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden;}
.sonNav .symain > a.menumore{ border:1px var(--main-color) solid; display:inline-block; font-size:var(--title-size-18); padding:12px 40px; border-radius:30px; line-height:1.2;}
.sonNav .symain > a.menumore:hover{ background:var(--main-color); color:#fff;}
.sonNav .symain .sonNavs > a em{ font-size:var(--title-size-28);}
}
@media screen and (max-width: 1210px) {
.sonNav .symain .sonNavs > a{ width: calc(50% - 20px); float:left; margin-right:20px;}
.sonNav .symain .sonNavs > a:nth-child(2n+0){ margin-right:0;}
.sonNav_img{ display:none;}
.sonNav .symain .sonNavs > a p{ display:none;}
.sonNav .symain > a.menumore{ display:none;}
.sonNav .symain .sonNavs > a em{ font-size:var(--title-size-18);}
}
.sonNav .symain .sonNavs > a em{ display:block; line-height:2; color:var(--main-color);}

.sonNavy{ position:relative; margin:5% 0;}
@media screen and (min-width: 1210px) {
.sonNavy:before{ background:#dddedf; width:1px; height:100%; position:absolute; left:50%; top:0; content:"";}
.sonNav2_lt{ float:left; width:45%;}
.sonNav2_lt img{ display:block; float:left; margin:0 25px 25px 0;}
.sonNav2_rig{ float:right; width:50%;}
.sonNav2_rig a{ width:27%; float:left;}
.sonNav2_rig a div{ background:var(--main-color); padding:15px; border-radius:50%; display:inline-table;}
.sonNav2_rig a div img{ display:block;}
.sonNav2_rig a span{ line-height:2; display:block; font-family:"GOTHIC"; font-size:var(--title-size-16); font-weight:100;}
.sonNav2_rig a em{ line-height:1;}
}
@media screen and (max-width: 1210px) {
.sonNav2_lt{ display:none;}
.sonNav2_rig a div,.sonNav2_rig a span{ display:none;}
.sonNav2_rig a em{ line-height:2.5;}
}
.sonNav2_lt{ text-align:left;}
.sonNav2_lt i{ font-size:var(--title-size-36); color:var(--main-color); font-family:"GOTHICB"; line-height:1.5; display:block;}
.sonNav2_lt span{ display:block; color:#333; font-size:var(--title-size-24); line-height:1.5; padding:10px 0;}
.sonNav2_lt p{ font-size:var(--title-size-18); color:#333; line-height:1.5;}
.sonNav2_lt > a{ background-color:var(--main-color); background-image:url(../images/ico00.png); background-position:left 25px center; background-repeat:no-repeat; display:inline-block;}
.sonNav2_lt > a{ line-height:1; color:#fff; border-radius:30px; font-size:var(--title-size-16); padding:15px 35px 15px 50px;}
.sonNav2_rig{ text-align:left; padding:3% 0;}
.sonNav2_rig a{ margin:0 3%; display:block; text-align:center; color:#333;}
.sonNav2_rig a em{ display:block; font-size:var(--title-size-24);}



.header .navBtn { width: 30px; height: 30px; font-size:0; display: none; cursor: pointer; position:absolute; right:0px; top:50%; transform: translateY(-50%);}
.header .navBtn.active .nav__icon { background: rgba(17, 99, 201, 0); }
.header .navBtn.active .nav__icon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.header .navBtn.active .nav__icon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.header .nav__icon { display: inline-block; position: relative; width: 100%; height: 3px; background-color: #1163c9; margin-top: 13.5px;}
.header .nav__icon:before, .header .nav__icon:after { content: ''; display: block; width: 100%; height: 3px; background-color: #1163c9; border-radius: 1px; position: absolute; transition-duration: 300ms; }
.header .nav__icon:before { margin-top: -10px; }
.header .nav__icon:after { margin-top: 10px; }
@media screen and (max-width:1440px) {
  .header .headerNav li {margin:0 1vw;}
}
@media screen and (max-width: 1210px) {
  .header { height:70px; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .header .logo img { margin-top:12px; height:46px;}
  .header .fr { float: none; position: fixed; right: 100%; top:70px; width: 100%; min-height: 100%; background: #fff; transition: 0.25s ease-in-out; z-index: 9; }
  .header .fr.active { transform: translate(100%, 0); -webkit-transform: translate(100%, 0); }
  .header .fr,.header.scroll .fr { top:60px; padding:3% 4% 0;}
  
  .header .headerTel { float: none; margin: 0 auto; color: #1163c9; background: url(../images/phone2.png) no-repeat center left;}
  .header .headerTel a { color: #1163c9; }
  .header .headerTel,.header.scroll .headerTel{ line-height:60px;}
  
  .header .headerEmail { float: none; margin: 0 auto; color: #1163c9; background: url(../images/email2.png) no-repeat center left;}
  .header .headerEmail a { color: #1163c9; }
  .header .headerEmail,.header.scroll .headerEmail{ line-height:60px;}
  
  .header .headerNav { float: none; height: auto; display:block;}
  .header .headerNav li { position: relative; float: none; margin-left: 0; width: 100%; border-bottom: 1px solid #ccc; }
  .header .headerNav li:after { display: none; }
  .header .headerNav li > a { display: block; height: 100%; font-size: 16px; color: #333; line-height: 60px; }
  .header .headerNav li.active > a, .header .headerNav li:hover > a { color: #1163c9; }
  .header .headerNav li.down:after { display: block; position: absolute; width: 16px; height: 16px; left: auto; right:10px; top: 0; margin-top: 22px; background: url(../images/navdown.png) no-repeat center; background-size: 100% 100%; transition: all 0.2s; }
  .header .headerNav li.on:after { transform: rotate(90deg); }
  .header .sonNav { position: relative; padding: 10px 0; width: 100%; margin-left: 0; box-shadow: none; left: 0; border-top: 1px dashed #ccc; }
  .header .sonNav div { width: 100%; border-top:none;}
  .header .sonNav div a { display: block; font-size: 14px; color: #666; line-height:2.5; text-align: left; padding-left:15px; position:relative;}
  .header .sonNav div a:after{ content:""; position:absolute; left:0; top:50%; width:10px; height:1px; background:#aaa}
  .header .navBtn { display: block;  right:50px;}
  
  .header .headerSea { float: none; position: relative; width:100%; margin:0 auto;}
  .header .headerSea .ssbtn {display: none;}
  .header .headerSea .ssform { display:block; z-index: 10; position:relative; left:0; top:0; width:100%; padding:15px 0;}
  .header .headerSea .ssform input {float: left; padding: 6px 12px;background:#f0f0f0;font-size: 14px;line-height: 24px;border-right: 0; width:calc(100% - 65px); box-sizing: border-box; outline:none;}
  .header .headerSea .ssform button {float: right; width: 65px;height: 38px;line-height: 38px;border: 0;font-size: 16px;text-align: center;cursor: pointer;padding: 0;background-color: #009bde;color: #fff;}
  
  .header .nav__icon { background-color: #fff;}
  .header .nav__icon:before, .header .nav__icon:after { background-color: #fff;}
  .header.scroll .nav__icon { background-color: #1163c9;}
  .header.scroll .nav__icon:before, .header.scroll .nav__icon:after { background-color: #1163c9; }
  .header:hover .nav__icon { background-color: #1163c9;}
  .header:hover .nav__icon:before, .header:hover .nav__icon:after { background-color: #1163c9; }
  
}
@media screen and (max-width:640px) {
  .header { height:60px;}
  .header .logo img { margin-top:10px; height: 40px;}
  .header.scroll { height:60px; background:#fff;}
  .header.scroll .logo img { margin-top:10px; height: 40px; }
  .header.active { background: #fff; }
  .header .navBtn { display: block;  right:25px;}
}
