@charset "utf-8";

.hoverable { position: relative; overflow:hidden; z-index: 0; transition: all 0.3s ease; }
.hoverable:hover { transform:translateY(-5px);  }
.anim { transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; z-index: -1; }
.anim:before {  position: relative; content: ""; display: block; margin-top: 100%; }
.anim:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.hoverable .anim { animation: anim-out .75s; }
.hoverable .anim:after { animation: anim-out-pseudo .75s; }
.hoverable .anim, .hoverable .anim:after { animation-iteration-count: infinite; animation-duration: 1.3s; }
@keyframes anim-in { 0%{width:0}100%{width:100%}}
@keyframes anim-in-pseudo { 0%{background:rgba(0,0,0,0.25)}100%{background:transparent} }
@keyframes anim-out { 0%{width:0}100%{width:100%} }
@keyframes anim-out-pseudo { 0%{background:rgba(0,0,0,0.25)}100%{background:transparent} }

.imore { position:relative; }
.imore::after { content: " ";  position: absolute; bottom: -10px;  left: 0; width:0;  height: 1px; background: #4361ee;  z-index: 2; transition: all 0.3s ease; }
.imore:hover::after { width: 100%;  }

/*--------------------------------------------------------------------------导航--------------------------------------------------------------------------*/
.header { width:100%;  box-sizing: content-box; position: fixed; z-index:99; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.05); }
.header { width:100%; background:#fff; box-shadow: 0 0 20px rgba(0,0,0,.1); position: fixed; top:0;  z-index: 99; transition: all 0.3s ease; }
.header .htop {  height: 50px; line-height: 50px;  background:#242b33; color:#93979b; font-size: 16px; overflow: hidden; }
.header .htop .hct i { display:inline-block; font-size: 18px;  color:#4361ee; margin:-4px 10px 0 20px; }
.header .htop a { color:#93979b; font-size: 16px;  }
.header .htop a:hover { color:#fff; }
.header .hinfo { box-sizing: border-box;  margin:0 6%;  }
.header .hinfo .logo { max-height:36px;  position: relative;  }
.header .hinfo .logo a {  display: inline-block;  margin:32px 0 0; }
.header .hinfo .logo img { max-height: 60px;  }
.header .hinfo .nav ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.header .hinfo .nav ul li {   text-align: right; position: relative; margin:0 0 0 4vw; }
.header .hinfo .nav ul li>a { line-height: 100px;  color:#222; font-size: 20px; }
.header .hinfo .nav ul li>a>i { display: inline-block; color:#222; font-size: 14px; margin-left:10px;  }
.header .hinfo .nav ul li>a span { position: relative; display: inline-block; }
.header .hinfo .nav ul li>a span::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:0;  height: 2px; background: #4361ee;  z-index: 2; transition: all 0.3s ease;}
.header .hinfo .nav ul li>a:hover span::after { width:100%; }
.header .hinfo .nav ul li .cont i { display: inline-block; color:#4361ee; font-size: 20px;  margin-right: 10px;  }
.header .hinfo .nav ul li .cont { line-height:100px; color:#222;  }
.header .hinfo .nav ul li .subnav { width:160px; background:#fff; box-shadow: 0 0 20px rgba(0,0,0,.1); position: absolute; top: 120px;  left: 0;  z-index: 99;  opacity: 0; visibility: hidden; transition: all .3s ease; }
.header .hinfo .nav ul li .subnav  a  { display: block;  width:100%; line-height: 50px;  text-align: center; color:#222;   }
.header .hinfo .nav ul li .subnav  a:hover { background:#4361ee; color:#fff;}
.header .hinfo .nav ul li:hover .subnav {opacity: 1; visibility: visible; top: 100px; }
.header .hinfo .albb a { line-height: 100px;  }
.header .hinfo .albb i { color:#ff6003; font-size: 32px;  }

.sc-mask { width: 100%; height: 100%; background: rgba(0,0,0,0.75); position: fixed; left: 0; top: 0; z-index: 998; display: none; }
.sc_pop {  width:50%; position: fixed; left: 50%; top: 50%; transform: translate(-50%,0%); z-index: 999; opacity: 0; transition: ease 1s; visibility: hidden; }
.sc_pop.active { visibility: visible; opacity: 1; transform: translate(-50%,-50%);}
.sc_pop .input_text { float: left; box-sizing: border-box; width:80%; height: 60px; line-height: 60px;  padding: 0 20px; background: #fff; border: none; font-size: 16px; color:#666; }
.sc_pop .input_text::placeholder { color:#999; }
.sc_pop .scbtn {   float: left; box-sizing: border-box;  border:none;  width: 20%; height: 60px; line-height: 60px; text-align: center; color: #fff; background: #4361ee; font-size: 18px; }

.hdiv { width:100%; height: 100px; }
.mhdiv { width:100%; height:60px; display: none; }
.pc-cc { display: block!important; } 
.m-cc { display: none!important; }
#logotop {position:fixed; top:0; width:100%; z-index: 99; display: none;}

/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/

.ibg { width:100%;  }
.iban-swp { height:100%; }
.iban-swp .picbox {  width: 100%;  overflow: hidden; }
.iban-swp .bg { width: 100%; position: relative; display: table;  background-position: center; background-repeat: no-repeat; background-size: contain; transition: ease 1s; }
/*.iban-swp .bg:before { width:100%; height: 50%; content: ""; left: 0; top: 0; opacity: 0.3; position: absolute; background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)); z-index: -1;}*/
.iban-swp .bg .mid { display: table-cell; vertical-align: middle; }
.iban-swp .bg .txt { width: 36%; color:#fff;  }
.iban-swp .bg .txt h1 { font-size: 36px; line-height: 160%; padding-bottom: 30px; margin-bottom: 30px; position: relative; }
.iban-swp .bg .txt h1::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:60px;  height: 2px; background: #4361ee;  z-index: 2; }
.iban-swp .bg .txt a.more { display: inline-block; box-sizing: border-box;  width:200px; height: 50px; line-height: 50px; padding:0 20px 0 30px; text-align: center; background: #4361ee; color:#fff; margin:40px 0 0; }
.iban-swp .sp-pn { position: absolute; top: 50%; z-index: 9; margin-top:-30px; cursor: pointer; width:60px; height: 60px; background:rgba(0,0,0,0.5); text-align: center;  color:#fff; 
transition: all 0.3s ease-in-out; display: none; }
.iban-swp .sp-pn:hover { background: #4361ee; }
.iban-swp .iban-prev  {left: 40px; }
.iban-swp .iban-next { right: 40px; }
.iban-swp .sp-pn i {display:inline-block; line-height:60px; font-size: 20px; }
.iban-swp .swiper-pagination { width:100%; bottom:30px!important; }
.iban-swp .swiper-pagination-bullet { width:10px; height: 10px; background:rgba(255,255,255,0.5); opacity: 1!important; margin:0 10px!important; border-radius:10px!important;   }
.iban-swp .swiper-pagination-bullet-active { width:40px; background:rgba(255,255,255,1); }

.iabo  { padding:80px 0; }
.iabo .iteml { box-sizing: border-box;   width:calc(50% - 60px); }
.iabo .iteml  h1 { font-size: 40px; font-weight: bold; color:#222;  margin-bottom: 30px;  }
.iabo .iteml .info p { margin:20px 0; }
.iabo .iteml .info a.imore {  display:inline-block;  font-size:20px;  color:#222; margin:30px 0;  }
.iabo .iteml .info a.imore i { display:inline-block;  font-size: 20px;  color:#4361ee;  margin-left:20px; }
.iabo .iteml .inum { width: 100%;  margin:40px 0 0; }
.iabo .iteml .inum ul {   display: flex; flex-wrap: wrap; justify-content: space-between; }
.iabo .iteml .inum ul li { text-align: center;  }
.iabo .iteml .inum ul li span { font-family:"Montserrat"; font-size: 48px; color:#4361ee;  }
.iabo .iteml .inum ul li i { display: inline-block; vertical-align: top; font-size: 24px; margin-left:10px;  font-style: normal; }
.iabo .iteml .inum ul li em { margin-left:10px;}
.iabo .iteml .inum ul li p { margin:10px 0 0; }
.iabo .itemr { box-sizing: border-box;   width:50%;   position: relative; }
.iabo .itemr .ivideo  { width:100%;  position: relative; overflow: hidden;  }
.iabo .itemr .ivideo video { max-width:100%; }
.iabo .itemr .pics { margin:40px 0 0;  }
.iabo .itemr .pics .sp-pn { position: absolute; top: calc(50% - 25px); z-index: 9;  cursor: pointer; width:50px; height: 50px;  line-height: 50px;   background:#4361ee; text-align: center;  color:#fff; border-radius: 50px; transition: all .36s ease; }
.iabo .itemr .pics .focus-prev  {left: 20px;   }
.iabo .itemr .pics .focus-next {right: 20px; }

.icate { background-image: url("../images/icatebg.jpg"); background-position: top left; background-size: contain; background-repeat: no-repeat;   position: relative;  }
.icate .iteml { box-sizing: border-box;  width:40%; padding:0 6%;   }
.icate .iteml h1 { font-size: 40px; font-weight: bold; color:#fff;  margin: 80px 0 30px; }
.icate .iteml .info { color:#fff; }
.icate .iteml .info p { margin:20px 0; }
.icate .iteml  a.imore {  display:inline-block;  font-size:20px;  color:#fff;  position: absolute; left:6%;  bottom:80px; z-index: 9; }
.icate .iteml  a.imore i { display:inline-block;  font-size: 20px;  color:#fff;  margin-left:20px; }
.icate .iteml  a.imore::after  { background:#fff; }
.icate .itemr { box-sizing: border-box;  width:60%;  padding:3%;  background: #f4f4f8;  }
.icate .itemr ul  {   display: flex; flex-wrap: wrap; justify-content: space-between; }
.icate .itemr ul li { width: 28%;  margin:2.5%;  background: #fff;  text-align: center; position: relative; }
.icate .itemr ul li .img img { width: 100%;  opacity:0;  }
.icate .itemr ul li .txt {width:100%; height: 100%;  position:absolute;  top:0; left:0; z-index: 9; display: table; }
.icate .itemr ul li .txt .mid { display: table-cell;  vertical-align: middle; }
.icate .itemr ul li .txt i { display:inline-block;  font-size: 80px;  color:#4361ee;  }
.icate .itemr ul li .txt p { font-size: 24px;  color:#222; margin:10px  0 0;  }
.icate .itemr ul li:hover { background: #4361ee;  }
.icate .itemr ul li:hover .txt i, .icate .itemr ul li:hover .txt p { color:#fff; }
.icate .itemr ul li:hover .img img { opacity:0.1;   }

.icom .iteml  { box-sizing: border-box;  padding:80px 6%;  background-image: url("../images/icombg.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat;   position: relative;  }
.icom .iteml .itit h1 { font-size: 40px; font-weight: bold; color:#fff;  margin: 0 0 30px; position: relative; }
.icom .iteml .itit .info { color:#fff;  margin: 20px 0; }
.icom .iteml .isc-hor  { padding: 20px 0 50px;  }
.icom .iteml .isc-hor p { color:#fff; padding:20px 0 0;  }
.icom .iteml .swiper-pagination { width:100%; bottom:0!important; text-align: left; }
.icom .iteml .swiper-pagination-bullet { width:10px; height: 10px; background:rgba(255,255,255,0.5); opacity: 1!important; margin:0 20px 0 0!important; border-radius:10px!important;   }
.icom .iteml .swiper-pagination-bullet-active { width:40px; background:rgba(255,255,255,1); }
.icom .itemr .box { box-sizing: border-box;  width:50%; padding: 80px 6%; color:#fff;  }
.icom .itemr .box .info { position: relative;  }
.icom .itemr .box .info p { color:#fff; }
.icom .itemr .box  img { margin:6% 0 0; }
.icom .itemr .box.boxl { background:#7209b7; }
.icom .itemr .box.boxr { background:#4895ef; }
.icom .itemr .box h1 { font-size: 40px; font-weight: bold; color:#fff;  margin: 0 0 30px;  }
.icom .itemr .box h1 a.imore {  font-size: 20px;  font-weight: normal; color:#fff;  margin:15px 0 0;  }
.icom .itemr .box h1 a.imore i { display:inline-block;  font-size: 20px;   margin-left:20px; }
.icom .itemr .box h1 a.imore::after { background: #fff; }
.icom .itemr .box i.iiconfont { font-size: 130px;  position:absolute; right:0; bottom:0; z-index: 1;  color:#fff; opacity: 0.15;  }
.icom .itemr .box.boxr i.iiconfont { font-size: 110px;  }

.inews { padding:80px 6%; }
.inews .itit h1 { font-size: 40px; font-weight: bold; color:#222;  margin: 0 0 30px; position: relative; }
.inews .itit h1 em { font-weight:normal;  font-size: 18px;  margin-left:30px; color:#666; }
.inews .itit h1 a.imore {  font-weight: normal; display:inline-block;  font-size:20px;  color:#222; position: absolute; bottom:0; right: 0; }
.inews .itit h1 a.imore i { display:inline-block;  font-size: 20px;  color:#4361ee;  margin-left:20px; }
.inewslist .pic { width:calc(50% - 40px); overflow: hidden; }
.inewslist .pic a { display: block; overflow: hidden; position: relative; color:#fff; }
.inewslist .pic a:before { content: ""; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.7; transition: all 0.3s; position: absolute; background: linear-gradient(transparent 50%, #000); z-index: 1;}
.inewslist .pic a h1 { display: inline-block; width:72%; position: absolute; left:6%; bottom:6%; z-index: 9;  font-size: 18px; }
.inewslist .pic a h1 em { display: block; font-weight: normal; line-height: 200%; } 
.inewslist .pic a img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: all 0.5s ease-in-out; }
.inewslist .pic a:hover img {  transform:scale(1.1);  }
.inewslist .swiper-pagination { width:20%; text-align: right; left: auto; right:6%; bottom:6%; }
.inewslist .swiper-pagination-bullet { width:10px; height: 10px; border-radius: 10px; background:#fff; opacity: 0.5; margin:0 0 0 20px!important; }
.inewslist .swiper-pagination-bullet-active { width: 30px;  border-radius: 10px; background:#fff;  opacity: 1;  }
.inewslist .list { width:50%; }
.inewslist .list ul li { background: #f4f4f8; padding: 15px 30px; line-height: 200%; margin:20px 0 0; position: relative; }
.inewslist .list ul li::after { content: " ";  position: absolute; top: 0;  left: 0; width:3px;  height: 0; background: #4361ee;  z-index: 2; transition: all 0.3s ease;}
.inewslist .list ul li:hover::after { height: 100%; }
.inewslist .list ul li .img { max-width: 220px; overflow: hidden; }
.inewslist .list ul li .img img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: all 0.5s ease-in-out; }
.inewslist .list ul li:hover .img img { transform:scale(1.1);  }
.inewslist .list ul li .txt .info { width:calc(100% - 120px);}
.inewslist .list ul li .txt .info h2 {  font-size: 18px; font-weight: normal;  }
.inewslist .list ul li .txt .info p { font-size: 16px; color:#999; }
.inewslist .list ul li .txt .date { color: #999; }
.inewslist .list ul li:first-child { padding:0 0 0 30px; margin:0 0 20px 0; }
.inewslist .list ul li:first-child .txt .info { width: calc(100% - 250px); }
.inewslist .list ul li:first-child .txt .info em { display: inline-block; color: #999; margin:10px 0 0; }

.footer { width:100%;   color:#93979b;   border-top:3px solid #4361ee; background: url(../images/ifootbg.jpg) center top no-repeat #242b33;  background-size: cover; }
.footer p, .footer a { font-size: 16px; color:#93979b; }
.footer .cc { padding:80px 0 60px; }
.footer .flogo  { width:16%;}
.footer .flogo h2 { font-size: 30px; margin: 20px 0 0;  color:#fff; }
.footer .flogo .albb { margin:40px 0 0;  }
.footer .flogo .albb i { color:#ff6003; font-size: 32px;  }
.footer .fleft  {  width:40%; }
.footer .fleft ul { display: flex; flex-wrap: wrap; justify-content: space-between;  }
.footer .fleft ul li { width: 25%;  }
.footer .fleft ul li h3 {  font-size: 20px; margin-bottom: 20px; font-weight: normal; color:#fff; }
.footer .fleft ul li .subnav a { display: inline-block; width:100%; line-height: 260%;  }
.footer .fleft ul li .subnav a:hover { color:#fff; } 
.footer .fmid { width: calc(38% - 140px); }
.footer .fmid h2 { font-size: 32px; margin-bottom: 20px; color:#fff; font-weight: normal;  font-family: "GilroyR";  }
.footer .fmid h2 i { font-size: 28px; color:#4361ee; margin-right: 10px; font-weight: normal; }
.footer .fmid p { line-height: 260%; font-size: 16px; }
.footer .fmid p i { font-size: 18px; color:#fff; margin-right:20px; vertical-align: middle;  float:left; }
.footer .fmid p.add span  { line-height:200%;  display: block; float: right; width:calc(100% - 38px);  margin-bottom: 10px;  }
.footer .fright { width:140px; }
.footer .fright ul {  display: flex; flex-wrap: wrap; justify-content: space-between; text-align: center; }
.footer .fright ul li img { max-width: 120px; width: 100%; margin-bottom: 10px; }
.footer .fright ul li p {color:#fff; }
.footer .cpr { padding:25px 0;  text-align: center; border-top:1px solid rgba(255,255,255,0.1);  }
.footer .cpr a:hover { color:#fff; }

/*--------------------------------------------------------------------------内页--------------------------------------------------------------------------*/ 

.bread { width: 100%;  height:60px;  line-height: 60px; font-size: 15px;   text-align: right;  background: rgba(0,0,0,.3);   position: absolute; top:0; color:#fff; } 
.bread a { margin:0 5px;  font-size: 15px;  color:#fff;  }
.bread a:hover { text-decoration: underline; }
.bread .pos { display:inline-block; }

.cbanner { width:100%; height: 400px; display: table; position: relative; background-repeat: no-repeat; background-position: center 100px;  background-attachment: fixed;   }
.cbanner .txt {  display: table-cell; vertical-align: middle;  color: #fff; text-align: center;  text-transform: uppercase; }
.cbanner .txt  h1 { font-size: 36px;  margin:0 0 20px;  }

.cmenu { border-bottom:1px solid #eee;  }
.cmenu a { float: left; display: inline-block; height: 80px; line-height: 80px;  font-size: 20px;  color:#222;  padding:0 30px;  position: relative; }
.cmenu a:hover,  .cmenu a.active  { color:#4361ee; font-weight: bold; }
.cmenu a::after { content: " ";  position: absolute;  left: 0; bottom: 0;   width:0;  height: 2px; background: #4361ee;  z-index: 2; transition: all 0.3s ease; }
.cmenu a:hover::after , .cmenu a.active::after   { width:100%;   }

.ccontent { padding:80px 0; background:url(../images/navbg.jpg) repeat;  }
.ctit h1 {  line-height: 100%; font-size: 36px;  color:#222;  position: relative; z-index: 9; margin-bottom: 60px;  }

.cabo .iteml { box-sizing: border-box;   width:calc(50% - 60px); }
.cabo .iteml  h1 { font-size: 36px; font-weight: bold; color:#222;  margin-bottom: 30px;  }
.cabo .iteml .info p { margin:20px 0; }
.cabo .iteml .info a.imore {  display:inline-block;  font-size:20px;  color:#222; margin:30px 0;  }
.cabo .iteml .info a.imore i { display:inline-block;  font-size: 20px;  color:#4361ee;  margin-left:20px; }
.cabo .iteml .inum { width: 100%;  margin:40px 0 0; }
.cabo .iteml .inum ul {   display: flex; flex-wrap: wrap; justify-content: space-between; }
.cabo .iteml .inum ul li { text-align: center;  }
.cabo .iteml .inum ul li span { font-family:"Montserrat"; font-size: 48px; color:#4361ee;  }
.cabo .iteml .inum ul li i { display: inline-block; vertical-align: top; font-size: 24px; margin-left:10px;  font-style: normal; }
.cabo .iteml .inum ul li em { margin-left:10px;}
.cabo .iteml .inum ul li p { margin:10px 0 0; }
.cabo .itemr { box-sizing: border-box;   width:50%;   position: relative; }
.cabo .itemr .ivideo  { width:100%;  position: relative; overflow: hidden;  }
.cabo .itemr .ivideo video { max-width:100%; }
.cabo .itemr .pics { margin:40px 0 0;  }
.cabo .itemr .pics .sp-pn { position: absolute; top: calc(50% - 25px); z-index: 9;  cursor: pointer; width:50px; height: 50px;  line-height: 50px;   background:#4361ee; text-align: center;  color:#fff; border-radius: 50px; transition: all .36s ease; }
.cabo .itemr .pics .focus-prev  {left: 20px;   }
.cabo .itemr .pics .focus-next {right: 20px; }

.caboitem .item { background: #f4f4f8; /*margin:80px 0 0;*/ }
.caboitem .item .img { width: 50%;  float:left; }
.caboitem .item .info { width: 50%;  height: 100%; box-sizing: border-box;  padding: 0 80px;  float:right; display: table; }
.caboitem .item .info .mid { display:table-cell;  vertical-align: middle; }
.caboitem .item .info h5 {  font-size: 36px; color:#222;  padding-bottom: 30px; margin-bottom: 30px;  position: relative; }
.caboitem .item .info h5::after { content: " ";  position: absolute;  left: 0; bottom: 0;   width:60px;  height: 3px; background: #4361ee;  z-index: 2; }
.caboitem .item .info p { position:relative; padding-left:20px;  }
.caboitem .item .info p::after { content: ''; display: block; position: absolute;   width: 5px; height: 5px;  background: #4361ee;  left: 0;   top: 12px;  border-radius: 50%; }
.caboitem .item:nth-child(2n) .img { float:right; }
.caboitem .item:nth-child(2n) .info { float:left; }

.cabofac .sc-fac { /*padding:0 0 70px;*/  position: relative;  }
.cabofac .swiper-pagination { width:100%; bottom:0!important; }
.cabofac .swiper-pagination-bullet { width:10px; height: 10px; background:#eee; opacity: 1!important; margin:0 10px!important; border-radius:10px!important;   }
.cabofac .swiper-pagination-bullet-active { width:40px; background:#4361ee; }

.cabodev { padding:80px 0; margin:80px 0 0;  background-image: url(../images/cabodevbg.jpg) ;  background-repeat: no-repeat;  background-size: cover;  background-position: center; }

/*
.cabodev { padding:80px 0 140px;  position: relative; }
.cabodev .sc-dev { padding:20px 0 0;  border-bottom:1px solid #eee; }
.cabodev .sc-dev .info { padding:40px 0 60px; margin-left:40px;  border-left:1px solid #eee;  }
.cabodev .sc-dev .info .txt { padding-left:40px; position: relative;   }
.cabodev .sc-dev .info .txt h2 { font-family: "GilroyR";  font-size:48px; color:#4361ee; margin-bottom: 20px;  }
.cabodev .sc-dev .info .txt::after { content: ''; display: block; position: absolute;   width: 10px; height: 10px;  background: #4361ee;  left: -5px;   top: 24px;  border-radius: 50%;  }
.cabodev .swiper-pagination { width:100%; bottom:80px!important; }
.cabodev .swiper-pagination-bullet { width:10px; height: 10px; background:#eee; opacity: 1!important; margin:0 10px!important; border-radius:10px!important;   }
.cabodev .swiper-pagination-bullet-active { width:40px; background:#4361ee; }

.cabocul ul li { float: left; width:22%;  margin-right:4%;  }
.cabocul ul li:last-child  { margin-right: 0;  }
.cabocul ul li .txt { box-sizing: border-box ;  background:#f4f4f8;  padding:6% 8%;  }
.cabocul ul li h2 { font-size:24px; color:#222;  margin-bottom: 20px;  }
*/

.cabofac {  padding:80px 0 0;    }
.cabofac ul li { box-sizing: border-box;  width: 100%;    margin:3% 0 0;  background: #f4f4f8;   padding:2%;  }
.cabofac ul li .img {  width:300px;  float:left; overflow: hidden; }
.cabofac ul li .img img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: all 0.5s ease-in-out;    }
.cabofac ul li:hover .img img { transform:scale(1.08);  }
.cabofac ul li .txt { float:right; width:calc(98% - 300px); }
.cabofac ul li .txt h2 { font-size:24px;  color:#222; margin-bottom: 1%; }

.chor-list ul li { float:left; width:calc(20% - 32px); margin-right:40px; margin-bottom: 40px;  }
.chor-list ul li:nth-child(5n) { margin-right:0; }
.chor-list ul li .img { position: relative;  overflow: hidden; text-align: center; background: #fff;  }
.chor-list ul li .img img { width: 100%;  height: 100%;   object-fit: contain; }
.chor-list ul li:hover .img img  {  transform:scale(1.1);  }
.chor-list ul li .txt { padding:20px 0; background:#f4f4f8;   }
.chor-list ul li .txt h3 { font-size:16px;  color:#333; text-align: center; font-weight: normal; }

.cfac-list ul li { float:left; width:calc(25% - 30px); margin-right:40px; margin-bottom: 40px;  }
.cfac-list ul li:nth-child(4n) { margin-right:0; }
.cfac-list ul li .img { position: relative;  overflow: hidden; text-align: center; background: #fff;  }
.cfac-list ul li .img img { width: 100%;  height: 100%;   object-fit: contain; }
.cfac-list ul li:hover .img img  {  transform:scale(1.1);  }
.cfac-list ul li .txt { padding:20px 0; background:#f4f4f8;   }
.cfac-list ul li .txt h3 { font-size:16px;  color:#333; text-align: center; font-weight: normal; }

.pagination { text-align: center;  margin:20px 0 0;  }
.page-num:not(:disabled) {cursor: pointer;}
.page-num , .page-link {position: relative; display: inline-block;   padding:0 13px; line-height: 36px;	  color: #666; background: #fff; border: 1px solid #ddd; margin:0 6px;}
.page-num { margin:0 6px;}
.page-num:hover, .page-link:hover {	background-color: #4361ee; color: #fff; border-color: #4361ee; }
.page-num-current {z-index: 1;background-color: #4361ee; color: #fff;  border-color: #4361ee;}
.page-num-current:hover {color: #fff;}
.mpnav ,  .text-secondarym { display:none; }

.cnewslist ul li {float:left; width:calc(25% - 30px); margin-right: 40px; margin-bottom: 40px; }
.cnewslist ul li:nth-child(4n) { margin-right: 0; }
.cnewslist ul li .info { position: relative;}
.cnewslist ul li .info em { position: absolute; top:0; left:0; z-index: 9; display:inline-block; padding:10px 30px; background: rgba(0,0,0,0.5); color:#fff;  }
.cnewslist ul li .info::after { content: " ";  position: absolute; left: 0; bottom: 0; width:0; height: 2px; background: #4361ee;  z-index: 2; transition: all .3s ease; }
.cnewslist ul li .info .pic {  overflow: hidden; height: 240px; }
.cnewslist ul li .info .pic img { width: 100%; height:100%; object-fit: cover;  }
.cnewslist ul li .info .txt { padding:30px; background: #f4f4f8; }
.cnewslist ul li .info .txt h2 {  color:#222; margin:10px 0 20px; line-height: 180%; height: 60px; font-size: 18px; font-weight: normal;  }
.cnewslist ul li .info .txt p { color: #888; font-size: 15px; height: 60px; line-height: 180%; }
.cnewslist ul li .info:hover::after { width:100%; }
.cnewslist ul li .info:hover .pic img { transform:scale(1.08);  }

.cnews { padding:60px 0;  background:url(../images/navbg.jpg) repeat #f4f4f8;}
.cnews .cnewsde .cn-list { width:320px; background: #fff;}
.cnews .cnewsde .cn-list h1 {  font-size:24px; color: #222; border-bottom:2px solid #f4f4f8; text-transform: uppercase; padding:30px 30px 0;  font-weight: 600; }
.cnews .cnewsde .cn-list h1 span { position: relative; display: inline-block; padding-bottom:20px; }
.cnews .cnewsde .cn-list h1 span::after { content: " ";  position: absolute; left: 0; bottom: 0; width:100%; height: 3px; background: #4361ee;  z-index: 2;}
.cnews .cnewsde .cn-list ul { padding:0 30px; }
.cnews .cnewsde .cn-list ul li { margin:20px 0 0; padding:0 0 20px; border-bottom: 1px solid #ddd; }
.cnews .cnewsde .cn-list ul li:last-child { border:none; }
.cnews .cnewsde .cn-list ul li span { display: inline-block; color:#999; margin-bottom: 10px;    }
.cnews .cnewsde .cn-list ul li p { line-height: 170%;}
.cnews .cnewsde .cn-list ul li a:hover { color:#4361ee; }
.cnews .cnewsde .cn-detail { width:calc(100% - 440px); background: #fff; padding:40px;   }
.cnews .cnewsde .cn-detail .tit h1 { font-size:30px; color: #222;  }
.cnews .cnewsde .cn-detail .tit p {  margin:30px 0 0; padding:0 0 15px;  border-bottom: 1px solid #ddd; }
.cnews .cnewsde .cn-detail .tit p span { margin-right: 30px;}
.cnews .cnewsde .cn-detail .tit p i { color:#ccc; margin-right: 10px; font-size: 18px; }
.cnews .cnewsde .cn-detail .detail { padding:40px 0; }
.cnews .cnewsde .cn-detail .sec { padding:25px 0 0;  border-top: 1px solid #ddd; }
.cnews .cnewsde .cn-detail .sec p { margin:15px 0 0; }
.cnews .cnewsde .cn-detail .sec span { display: inline-block; background: #f4f4f8; color:#222; width:100px; line-height: 36px; text-align: center; margin-right: 20px;  }
.cnews .cnewsde .cn-detail .sec p a:hover { color:#4361ee; }

.cpro { background: #f6f6f6; padding:80px 0; }
.cpro .cprolist .cpro-cate { width:260px; }
.cpro .cprolist .cpro-cate h1 {  font-size:24px; color: #222; border-bottom:2px solid #F6F6F6; text-transform: uppercase; padding:30px 30px 0; background: #fff;}
.cpro .cprolist .cpro-cate h1 span { position: relative; display: inline-block; padding-bottom:20px; }
.cpro .cprolist .cpro-cate h1 span::after { content: " ";  position: absolute; left: 0; bottom: -2px; width:100%; height: 2px; background: #4361ee;  z-index: 2;}
.cpro .cprolist .list { margin-bottom: 2px;  background: #fff; }
.cpro .s-list { position: relative; padding:0 30px; line-height: 60px; }
.cpro .s-list span.more { width: 14px; height: 14px; position: absolute; right:20px; top: 24px; cursor: pointer; }
.cpro .s-list span.more span { background: #666; position: absolute; }
.cpro .s-list span.more span.h { width: 14px; height: 2px; transform: translate3d(0, 5px, 0); transition: all .3s ease;}
.cpro .s-list span.more span.v { transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0); transition: all .3s ease; }
.cpro .s-list.active span.more span.v { transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0); transition: all .3s ease; }
.cpro .s-list  a.on span { color:#4361ee; font-weight: 700; }
.cpro .s-content { display: none; padding: 15px 30px; border-top:2px solid #F6F6F6; }
.cpro .s-content ul li { padding:6px 0; position: relative; }
.cpro .s-content ul li a  { line-height: 180%; transition: all .3s ease;}
.cpro .cprolist .cpro-cate a:hover { color:#4361ee; font-weight: 700;  transition: all .3s ease; }
.cpro .s-content a.on span { color:#4361ee; font-weight: 700; }
.cpro .s-content a i { font-size: 14px; transform: rotate(-90deg);  position: absolute; top:5px; right:-10px; display: none; }
.cpro .s-content a.on i, .cpro .cprolist .cpro-cate .s-content ul li>a:hover i { display:inline-block; }
.mcpro-cate, .mcate { display:none; }

.cpro .cpro-list { width: calc(100% - 300px);}
.cpro .cpro-list ul li { float:left; width:calc(25% - 30px); margin-right:40px; margin-bottom: 40px;  }
.cpro .cpro-list ul li:nth-child(4n) { margin-right:0; }
.cpro .cpro-list ul li .img { position: relative;  overflow: hidden; }
.cpro .cpro-list ul li .img img {  transition: all 0.3s ease;}
.cpro .cpro-list ul li:hover .img img  {  transform:scale(1.1);  }
.cpro .cpro-list ul li .bg { position: absolute;  top: 0px;  left: 0px; z-index: 9;   width: 100%;    height: 100%; opacity: 0;   background: rgba(0, 0, 0, 0.3); text-align: center; color:#fff; font-size:16px;  transition: all 0.3s ease;}
.cpro .cpro-list ul li .bg span { display:inline-block;  padding:20px 0; position: relative;  margin:42% 0 0; }
.cpro .cpro-list ul li:hover .bg { opacity:1; }
.cpro .cpro-list ul li .bg span::before { content: ''; position: absolute; top: 0px; left: 50%; transform: translateX(-50%);  width: 100%; height: 1px; background: #fff; transition: all 0.3s ease; }
.cpro .cpro-list ul li .bg span::after { content: ''; position: absolute;  bottom: 0px;  left: 50%;  transform: translateX(-50%); width: 100%; height: 1px;  background: #fff; transition: all 0.3s ease; }
.cpro .cpro-list ul li:hover .bg span::before, .cpro .cprolist ul li:hover .bg span::after  { width:50%; }
.cpro .cpro-list ul li .txt { background:#fff; padding:20px; border-top:2px solid #F6F6F6; }
.cpro .cpro-list ul li .txt h3 { font-size:20px;  color:#222;  margin-bottom: 5px; min-height:30px;  }
.cpro .cpro-list ul li .txt p span  { display: inline-block; width:calc(100% - 20px);  }
.cpro .cpro-list ul li .txt p i {  color:#222; transition: all 0.3s ease-in-out;}
.cpro .cpro-list ul li:hover i {  transform: rotate(180deg);}

.cprode { background: #F6F6F6; padding:80px 0; }
.cprode .cprolist .cpro-cate { width:280px; }
.cprode .cpro-detail { width: calc(100% - 340px);}
.cprode .cpro-detail  .top { width:calc(100% - 80px);  padding:40px;  background: #fff; }
.cprode .cpro-detail  .pic { width:calc(50% - 20px); }
.view {width: 100%; overflow:hidden; position:relative; }
.view em { display: inline-block;  position:absolute; right:0; bottom:20px;  z-index: 9;  }
.view em i {  font-size:24px; color:#999; }
.view .swiper-slide{ box-sizing: border-box; overflow: hidden;text-align: center; }
.preview{position: relative;width:100%; margin:0 auto; margin:20px 0 0; }
.preview .small { width: calc(100% - 80px); margin:0 auto; }
.preview .swiper-slide {width: 20%;   box-sizing: border-box;  cursor: pointer;  }
.preview .swiper-slide .imgbox { box-sizing: border-box; padding: 0 10%; }
.preview .swiper-slide .imgbox  img  {  border:2px solid #ddd;   }
.preview .swiper-slide.active-nav .imgbox  img  {  border:2px solid #4361ee;   }
.preview .arrow { background: #999;  width:30px; height: 100%;   position: absolute; top: 0; z-index: 10; color:#fff; text-align: center; }
.preview .arrow i { display: inline-block;  font-size:14px;  position: absolute; top:calc(50% - 7px); left:calc(50% - 7px);   }
.preview .arrow-left{left: 0;}
.preview .arrow-right{right: 0;}
.preview .arrow:hover { background:#4361ee; }

.cprode .cpro-detail  .pinfo {  width:calc(50% - 20px); }
.cprode .cpro-detail  .pinfo h2 { font-size:30px; color:#2c2c2c; margin:20px 0 40px; }
.cprode .cpro-detail  .pinfo table  { border-top:1px solid #ddd;  border-left:1px solid #ddd; }
.cprode .cpro-detail  .pinfo table tr td { padding:15px 20px;  border-bottom:1px solid #ddd;  border-right:1px solid #ddd;  }
.cprode .cpro-detail  .pinfo table tr td:first-child { font-weight:bold;  color:#222; width:30%; }
.cprode .cpro-detail  .desc { background:#fff; margin:40px 0 0; }
.cprode .cpro-detail  .desc h5 { color:#222;  font-size: 24px; border-bottom:2px solid #F6F6F6; text-transform: uppercase; padding:20px 40px 0;  }
.cprode .cpro-detail  .desc h5 span { position: relative; display: inline-block; padding-bottom:20px; }
.cprode .cpro-detail  .desc h5 span::after { content: " ";  position: absolute; left: 0; bottom: -2px; width:100%; height: 3px; background: #4361ee;  z-index: 2;}
.cprode .cpro-detail  .desc .cc { padding:30px 40px; }
.cprode .cpro-detail  .desc table  { border-top:1px solid #ddd;  border-left:1px solid #ddd; }
.cprode .cpro-detail  .desc table tr td { padding:15px 20px;  border-bottom:1px solid #ddd;  border-right:1px solid #ddd;  }
.cprode .cpro-detail  .desc table tr td:first-child { font-weight:bold;  color:#222; width:24%; }
.cprode .cpro-detail  .sec { margin:40px 0 0;}
.cprode .cpro-detail  .sec p { width:calc(50% - 10px); background:#fff; box-sizing: border-box;  padding:10px 20px;  font-size: 14px;  color:#222; }
.cprode .cpro-detail  .sec p a { color:#222; }
.cprode .cpro-detail h3 { display:none;  }

.cjob .itembox h2 { font-size:36px;  color:#222; margin:40px 0;  }
.cjob .itembox .list p { background:#f4f4f8; padding:10px 30px; border-left:3px solid #4361ee;   margin-bottom: 20px;  }
.cjob .itembox .piclist  ul li { float: left; width:30.6%;  margin-right:4%;  }
.cjob .itembox .piclist  ul li:nth-child(3n)  { margin-right: 0;  }

.ccont .boxfl { width:50%; padding:80px 0 0; }
.ccont .boxfl h1 { font-size: 30px;  color: #222; margin:0 0 30px; }
.ccont .boxfl p { line-height: 240%;}
.ccont .boxfl p i {display: inline-block; color:#4361ee; font-size: 20px; margin-right: 15px; }
.ccont .boxfl p.add span  { line-height:200%;  display: block; float: right; width:calc(100% - 38px);  margin-bottom: 10px;  }
.ccont .bdmap { margin:40px 0 0; }
.ccont .boxfr {  width:calc(50% - 80px); box-sizing:border-box; padding:80px 60px 250px; background: #f4f4f8; }
.ccont .boxfr h2 { font-size: 30px; color: #222; text-transform: uppercase; margin:0 0 40px; }
.ccont .boxfr p.tips { margin-bottom:15px;  }
.ccont .iform ul li { position: relative; width:100%; margin-bottom: 20px;  }
.ccont .iform ul li p { margin-bottom:10px; }
.ccont .iform ul li input { width:calc(100% - 30px); background:#fff; line-height: 46px;  border:none; padding:0 15px; color:#666;  }
.ccont .iform ul li textarea { width:calc(100% - 30px); background:#fff; height: 72px; line-height: 160%; border:none; padding:10px 15px; color:#666; }
.ccont .iform ul li input::placeholder, .icont .msg .iform ul li textarea::placeholder { color:#888; }
.ccont .iform ul li img { position: absolute; right:0; bottom:0; z-index: 9;} 
.ccont .iform button {  width:100%; line-height: 60px; background:#4361ee;  color:#fff; font-size: 18px; text-transform: uppercase; border:none;  margin:20px 0 0; transition: all .3s ease; }
.ccont .iform button:hover { transform:translateY(-5px); transition: all .3s ease;} 

.fancybox-slide { padding:40px;}
.fancybox-is-open .fancybox-bg { background:rgba(0,0,0,0.75)!important; opacity: 1!important;}
.fancybox-close-small { padding:0!important; color:#999!important; opacity: 1!important; right:30px!important; top:20px!important;}
.fancybox-close-small:hover { color:#004EA2!important;}
.fancybox-video, .fancybox-iframe { background:none!important;}
.fancybox-iframe { border-radius: 0!important; }
.fancybox-slide--iframe .fancybox-content { max-width: 60%; max-height: 60%; margin: 0; background:none!important; }

/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/

@media only screen and (max-width:1000px){
	
	html, body,a, p { font-size:0.38rem; line-height: 180%; }
	.ww { width: calc(100% - 0.64rem); margin: 0 auto; }
	.p120 { padding:40px 0; }
	
	#logotop {position:fixed; top:0; width:100%; z-index: 999; display: none;}
	.logoheader { height:0.96rem; line-height:0.96rem; padding:0.24rem 0; text-align:left; position:relative;  background: #fff; box-shadow: 0 0 0.48rem rgba(0,0,0,.1); }
	.logoheader .logo { width:80%; position: absolute; left:0.36rem; top:0; }
	.logoheader .logo span { font-size:0.44rem; font-weight: bold; color:#222; margin-left:0.36rem; line-height: 60px; }
	.logoheader .btn{ width:56px; height:36px; padding:16px 0 6px; display:block; overflow:hidden; position:absolute; right:0; top:0; z-index:10; background:none;}
	.logoheader .btn i{ width:24px; height:2px; margin:6px auto 0 auto; display:block; overflow:hidden; background:#354842;}
	.logoheader img { height:50px; margin:5px 0 0; }
	.logoheader .hico { margin-right: 60px;}
	.logoheader .hico ul li { float:left;  margin-left:0.48rem;  position: relative; }
	.logoheader .hico ul li a { color:#222; }
	.logoheader .hico ul li a i { font-size: 0.48rem; }
	.logoheader .hico ul li .hicobox { width:100px; padding:0.24rem 0; background: #fff; position: absolute; top:50px; left:-0.96rem;  z-index: 9999; opacity: 0; display: none; box-shadow: 0 0 0.48rem rgba(0,0,0,.1); }
	.logoheader .hico ul li .hicobox a { width:100%; display: inline-block; color:#666; font-size: 0.36rem; text-align: center; line-height: 240%; float: left; }
	.logoheader .hico ul li .hicobox a:hover { color:#004EA2; }
	.logoheader .hico ul li .hicobox.active { opacity: 1; display: block; }
	.logoheader .hico ul li .searchbox { width:280px; line-height: 50px; background: #fff; position: absolute; top:50px; right:0;  z-index: 9999; opacity: 0; display: none; box-shadow: 0 0 0.48rem rgba(0,0,0,.1); }
	.logoheader .hico ul li .searchbox input { width:150px; border:none; height: 50px; line-height: 50px; padding:0 0.48rem; font-size: 0.36rem; }
	.logoheader .hico ul li .searchbox button {border:none; background: #F7FAFC; width:50px; height: 50px; line-height: 0.96rem; text-align: center; float: right;}
	.logoheader .hico ul li .searchbox button i { font-size: 0.48rem;}
	.logoheader .hico ul li .searchbox.active { opacity: 1; display: block; }
	.leftcontrol { width:240px; height:100%; background:#fff; position:fixed; top:0; right:-240px; z-index:2000; overflow-x:hidden;  -webkit-overflow-scrolling : touch; 
	transition:all 0.3s; -webkit-transition:all 0.3s;}
	.leftcontrol.open{ right:0; box-shadow: 0 0 0.48rem rgba(0,0,0,.15);}
	.leftcontrol ul li {  overflow:hidden; width:100%; border-bottom: 1px solid #EAEAEA; }
	.leftcontrol ul li a.sp { float:left; display:inline-block; overflow:hidden; height:50px; line-height:50px; font-size:0.38rem; font-weight: bold; color:#222; margin-left:0.72rem; }
	.leftcontrol ul li a span { display:inline-block; }
	.leftcontrol ul li a span.more { float: right; width:14px; height:14px; margin:18px 16px 0 0; }
	.leftcontrol ul li a span.more span { background: #999; position: absolute; }
	.leftcontrol ul li a span.more span.h { width: 14px; height: 2px; transform: translate3d(0, 5px, 0); }
	.leftcontrol ul li a span.more span.v { transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0); transition:all 0.3s; -webkit-transition:all 0.3s; }
	.leftcontrol ul li ul.nav-inner-list { height:0; }
	.leftcontrol ul li ul.nav-inner-list li { height: 0.96rem; line-height: 0.96rem; padding:0 0.72rem; border:none;}
	.leftcontrol ul li.active a span.more span.v { transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0); }
	.leftcontrol .close{ float:right; width:48px; height:48px; line-height:48px; display:block; overflow:hidden; text-align:center; color:#999; font-size:0.4rem; cursor:pointer;}
	.leftcontrol ul li.active .nav-inner-list  { padding:0.24rem 0;  background:#f6f6f6!important; }
	.leftcontrol ul li ul.nav-inner-list a { height: 0.96rem; line-height: 0.96rem; color:#666!important; font-weight: normal; font-size: 0.36rem;  }

	.mask{ width:100%; height:100%; overflow:hidden; cursor:pointer; background:rgba(0,0,0,0.7); position:fixed; left:0; top:0; z-index:1003;}
	
	.header { display:none; }
	#logotop{ display:block; }
	.hdiv {display:none; }
	.mhdiv { display:block; }

	.iban-swp .bg .txt h1 { font-size:0.48rem; margin-bottom: 0.48rem;}
	.iban-swp .bg .txt p img { max-width:90%; }
	.iban-swp .bg .txt p.info { font-size: 0.36rem; margin:0.48rem 0; }
	.iban-swp .bg .txt p.more a { width:140px; height: 46px; line-height: 46px; font-size: 0.38rem; border:1px solid #fff; margin:0 0.24rem; }
	.iban-swp .bg .txt-s h2 { width:10%; margin-left:0.48rem; }
	.iban-swp .bg .txt-s h2 img { width:100%; }
	.iban-swp .bg .txt-s p { font-size:0.42rem; letter-spacing: 2px; }
	.ibg .ibanbg, .iban-swp .sp-pn { display: none; }
	.ibg .swiper-pagination { bottom:0.24rem!important;}
	.ibg .swiper-pagination-bullet {display: block; width:0.24rem; height: 0.24rem; margin: 0 5px!important;}
	.ibg .swiper-pagination-bullet-active { opacity: 1; }
	
	.footer .cc { padding:0.96rem 0 25px; }
	.footer .flogo , .footer .fleft , .footer .fmid, .footer .fright { float:none; width:100%; }
	.footer .flogo { display: none; }
	.footer .flogo h3 {  float:right;  width:38%; margin-right: 4%;  }
	.footer .fleft  { margin:0 0 25px; }
	.footer .fleft ul li { float:none;  width:100%; margin-bottom: 0.24rem;  }
	.footer .fleft ul li h3 { font-size:0.38rem; margin-bottom: 5px; }
	.footer .fleft ul li h3 span { padding-bottom: 0.24rem; }
	.footer .fleft ul li .subnav a { font-size: 0.36rem;  float:left; width:auto; margin-right: 0.36rem;  }
	.footer .fleft ul li:last-child { margin-bottom:0; }
	.footer .fmid h2 { margin-bottom:0.36rem; }
	.footer .fmid h2 i { font-size:0.56rem; }
	.footer .fmid h2 span { font-size:0.72rem; }
	.footer .fright { margin:0.48rem 0 0; }
	.footer .fright ul { text-align: center; }
	.footer .fright ul li { float: none; display: inline-block;  width:50%; }
	.store .list { padding:0.36rem 0; }
	.footer .cpr { padding:0.36rem 0; }
	.footer .cpr p { font-size:0.36rem; }
	
}
