@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} }
.red-more { display: inline-block; box-sizing: border-box;  padding:0 30px; line-height: 46px; background: #2e3092;  color:#fff;  position: relative; margin:20px 0 0; }
.red-more i { display: inline-block; font-size: 12px; margin-left:20px; }
.line-more { display: inline-block; box-sizing: border-box;  padding:0 30px; line-height: 46px; background: #fff;  border:1px solid #eee;  position: relative; margin:20px 0 0; }
.line-more i { isplay: inline-block; font-size: 12px; margin-left:20px; }
.line-more:hover { background: #2e3092; border:1px solid #2e3092; color:#fff;  }
.iboxbg { background-position: center center; background-size:cover; background-repeat: no-repeat;}
.hdiv { width:100%; height: 100px; }
.mhdiv { width:100%; height:60px; display: none; }
.mask { width:100%; height:100%; overflow:hidden; cursor:pointer; background:rgba(0,0,0,0.8); position:fixed; left:0; top:0; z-index:999;}
.pc-cc { display: block; } 
.m-cc { display: none; }

.sp-pn { position: absolute; top: 50%; margin-top:-30px; z-index: 9;  cursor: pointer; width:60px; height: 60px; background:#2e3092; text-align: center;  color:#fff; transition: all .3s ease; }
.focus-prev  {left: 0; }
.focus-next {right: 0; }
.sp-pn i {display:inline-block; line-height:60px; font-size: 20px;  }

.sp-focus.swiper-pagination { width:100%; position: absolute;  bottom:20px;  }
.sp-focus.swiper-pagination .swiper-pagination-bullet { width:10px; height: 10px; border-radius: 0!important; background:#ccc; opacity: 1; margin:0 10px!important; }
.sp-focus.swiper-pagination .swiper-pagination-bullet-active { width:40px; background:#2e3092;  opacity: 1;  }

.sp-bot.swiper-pagination { width:100%; bottom:0!important; }
.sp-bot .swiper-pagination-bullet { width:10px; height: 10px; background:rgba(255,255,255,0.5); opacity: 1!important; margin:0 10px!important; border-radius:0!important;   }
.sp-bot .swiper-pagination-bullet-active { background:rgba(255,255,255,1); }

.sp-bot-blue .swiper-pagination-bullet { background:#ccc!important; }
.sp-bot-blue .swiper-pagination-bullet-active { background:#2e3092!important; }

.layui-form .layui-input-wrap { line-height: 46px;}
.layui-form .layui-input { height: 46px; padding:0 15px; }
.layui-form .layui-textarea { line-height: 180%; padding: 10px 15px; }
.layui-form em { line-height: 46px; margin: 0 20px;}

/*--------------------------------------------------------------------------导航--------------------------------------------------------------------------*/

.header { width:100%; background:#fff; box-shadow: 0 0 20px rgba(0,0,0,.1); position: relative; z-index: 99; transition: all 0.3s ease; }
.header .hlogo .hlbox { display: table; height: 100px; }
.header .hlogo .hlbox img { max-height: 60px; }
.commenu, .commenu ul, .commenu ul li, .commenu ul li a, .commenu .menu-button { position:relative; box-sizing:border-box; }
.commenu .menu-button { display:none; }
.commenu>ul>li  {  margin:0 30px; float:left; }
.commenu>ul>li> a span { display: inline-block; line-height: 100px; color:#222; position: relative; font-size: 18px; text-transform: uppercase; }
.commenu>ul>li> a span::after { content: " ";  position: absolute; left: 0; bottom: 0; width:0;  height: 2px; background: #2e3092;  z-index: 2; transition: all 0.3s ease; }
.commenu>ul>li> a:hover span::after { width: 100%; }
.commenu ul li ul { width:200%;  background:#fff; overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.1); position:absolute; left:-50%; top:120%;  visibility: hidden; opacity: 0; transition: all 0.3s ease; }
.commenu ul li:hover>ul {  visibility: visible; opacity: 1; top:100%; }
.commenu ul li ul li { float:left; width: 100%; line-height: 180%; border-bottom:1px solid #eee; text-align: center; }
.commenu ul li ul li:last-child { border: none; }
.commenu ul li ul li a span { margin:0;  font-size: 16px;  }
.commenu ul li ul li:hover ul { top:0;  }
.commenu ul li ul li a { width:100%; text-align: center; padding:10px; display: inline-block; text-transform: uppercase; }
.commenu ul li ul li a:hover { background: #2e3092; color:#fff; transition: none; }
.header .hbox .htel { height: 100px; line-height: 100px; }
.header .hbox .htel i { font-size:26px; margin-right:10px; } 
.header .hbox .htel em { font-size: 24px; }
.header.active { position:fixed; top:0;  }
.commenu>ul>li.lang i.icon-xiala { display: inline-block; margin-left:5px;  margin-top:-6px;  }
.country-flag {  display: inline-block;   background-repeat: no-repeat;  background-image: url(../images/all-m.gif); width: 22px; height: 16px; margin-right:10px; margin-top:-4px;  }

@media only screen and (max-width:1441px){
	.commenu>ul>li  {  margin:0 20px;  }
}

@media only screen and (max-width:981px){
	.header { position: fixed;}
	.header .hbox { width: 100%; height: 60px; }
	.header .hlogo, .header .hmenu { float:none;}
	.header .hlogo { position: absolute; left:0.32rem; top:0; z-index: 1;  }
	.header .hlogo .hlbox { height: 60px; }
	.header .hlogo .hlbox img { max-height:30px;}

	.header .hmenu { width: 60px; height: 60px; float: right; position:fixed; top:0; right:0; z-index: 9; }
	.commenu {width:100%; }
	.commenu ul.menubox {  width:calc(100% - 60px)!important; height: 100vh; overflow-y:scroll; position: fixed; left:-100%; z-index: 999;  /*display:none;*/ visibility: hidden; opacity: 0; transition: all 0.3s ease; }
	.commenu ul.menubox.open { left:0; opacity: 1;  visibility: visible; }
	.commenu ul { width:100%!important;  background: #222;  }
	.commenu ul li:hover ul { position: relative; border-top: 1px solid rgba(255,255,255,0.1); }
	.commenu ul li {  width:100%!important; line-height:normal; border-bottom: 1px solid rgba(255,255,255,0.1); margin:0; padding:0 0.64rem; }
	.commenu>ul>li, .commenu>ul>li:last-child { margin: 0; }
	.commenu>ul>li> a span { margin:0; line-height: 1.4rem; font-size: 0.38rem; color:#fff; }

	.commenu ul li.has-sub { padding:0; }
	.commenu ul li.has-sub>a { padding:0 0.64rem; }
	.commenu ul li ul { position: relative; left:0; opacity: 1; visibility: inherit; top:0; background: none; border-radius: 0; box-shadow:none; border-top:1px solid rgba(255,255,255,0.1); }
	.commenu ul li ul li { border-bottom: 1px solid rgba(255,255,255,0.1);}
	.commenu ul li ul li a { color:#fff; }
	.commenu ul li ul li a span { font-size:0.38rem; }
	.commenu ul li ul li a:hover { background: none; }

	.commenu .menu-button { display:block; width:60px; height: 60px; float:right; }
	.hamburger-menu { width:60px;height:60px; display: flex; align-items:center; justify-content: center; }
	.hamburger-menu div {width:24px; height:2px; border-radius:2px; background:#2e3092; position:relative;z-index:1001; transition: all 0.3s ease;}
	.hamburger-menu div:before,.hamburger-menu div:after{content:''; position:absolute; width:inherit; height:inherit; background:#2e3092; border-radius:2px; transition: all 0.3s ease;}
	.hamburger-menu div:before{transform:translateY(-8px); }
	.hamburger-menu div:after{transform:translateY(8px); }
	.menu-opened .hamburger-menu div{ background: transparent;}
	.menu-opened .hamburger-menu div:before{ transform: translateY(0) rotate(-45deg);}
	.menu-opened .hamburger-menu div:after{ transform: translateY(0) rotate(45deg);}
	.commenu .submenu-button{ position:absolute; z-index:10; right:0; top:0;display:block; border-left: 1px solid rgba(255,255,255,0.1); width:1.4rem; height:1.4rem; line-height: 1.4rem;  }
	.commenu .submenu-button::before{content:'';position:absolute; left:0.5rem; top:0.7rem; display:block; width:0.4rem; height:1px; background:#fff; z-index:99}
	.commenu .submenu-button::after{content:'';position:absolute;  left:0.7rem; top:0.5rem; display:block; width:1px; height:0.4rem; background:#fff; z-index:99}
	.commenu .submenu-button.submenu-opened::after { transform: translateY(0) rotate(90deg); opacity: 0; }
	
	.header .hbox .htel { display: none; }
}

/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/
.ibg { width:100%; }
.iban-swp .picbox {  width: 100%; overflow: hidden; }
.iban-swp .bg { width: 100%; height:900px; position: relative; display: table;  background-position: center; background-repeat: no-repeat; background-size: cover; transition: ease 1s; }
/*.iban-swp .bg:before { width:100%; height: 100%; content: ""; left: 0; top: 0; opacity: 0.3; position: absolute; background: linear-gradient(to right, 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: 40%; color:#fff;  }
.iban-swp .bg .txt h2 { font-size: 36px;  margin: 0 0 20px; }
.iban-swp .bg .txt .info p { font-size:24px; font-weight: bold; }
.iban-swp .sp-bot.swiper-pagination { bottom:30px!important; }
.iban-swp .sp-bot .swiper-pagination-bullet-active { width: 40px;}

.itit { margin-bottom: 40px; }
.itit h2 { font-size:36px;  margin:10px 0 0; }
.itit em { font-size:24px; }
.imore { margin:40px 0 0; }
.imore a span { line-height: 24px; font-size: 20px;  }
.imore a i { font-size: 24px; line-height: 160%;  margin-right: 10px; }
.imore a:hover { color:#2e3092; }
.imore a:hover i { transform: rotate(180deg); }

.iabo .iabo-l, .iabo .iabo-r { width:calc(50% - 40px); }
.iabo .iabo-l .info p { margin:10px 0; font-size: 20px; }
.iabo .iabo-r .album::before{ content:""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #2e3092; transform: rotate(4deg);}
.iabo .iabo-r .ddvideo { width:100%; }
.iabo .iabo-r .sp-focus { bottom:-60px; }

.inum { width:94%; margin-left:6%; background-image:url(../images/inumbg.jpg);  z-index: 9; padding:60px 0; }
.inum ul li { box-sizing: border-box;  width:25%; text-align: center; color:#fff; border-right: 1px solid rgba(255,255,255,0.3);  }
.inum ul li:last-child { border:none; }
.inum ul li span { font-size: 48px; }
.inum ul li i { display: inline-block; vertical-align: top; font-size: 24px; margin-left:10px;  font-style: normal; }
.inum ul li em { margin-left:10px;}
.inum ul li p { margin:10px 0 0; font-size: 20px;  }

.ipro { padding:240px 0 0;  background: #222; z-index: 1; margin-top:-120px; }
.ipro .ipro-l { width: calc(20% - 60px); }
.ipro .ipro-l .itit h2 {  color:#fff; }
.ipro .ipro-l .info { color:rgba(255,255,255,0.5); }
.ipro .ipro-l .info p { font-size: 20px; }
.ipro .ipro-l .imore span { color:#fff; }
.ipro .ipro-r { width:80%; }
.ipro .ipro-r .hd { margin:30px 0 80px; }
.ipro .ipro-r .hd ul { text-align: right; }
.ipro .ipro-r .hd ul li { display: inline-block; cursor: pointer; margin-left:1.8vw; }
.ipro .ipro-r .hd ul li span { display:inline-block; padding:0 1.8vw; height: 50px; line-height: 50px; color:#fff;  border:1px solid rgba(255,255,255,0.3); }
.ipro .ipro-r .hd ul li.on span { background: #2e3092; border:1px solid #2e3092; }
.ipro .ipro-r .list .listbox ul { justify-content:flex-start; }
.ipro .ipro-r .list ul li { width: 31%; margin-bottom: 20px; margin-right:3.5%;  }
.ipro .ipro-r .list ul li:nth-child(3n) { margin-right:0;}
.ipro .ipro-r .list ul li .img { height: 30vh; }
.ipro .ipro-r .list ul li .info p { padding:20px 0; color:#fff; }
.txt-scroll { width: 100%; height: 6.4vw; line-height: 6.4vw; margin:40px 0 0; overflow: hidden;  }
.txt-scroll .scrollbox{ width: 100%; white-space: nowrap; overflow:hidden; transition: all .2s; }
.txt-scroll .txt,.txt-scroll .txt-clone{ display: inline; position: relative; font-size:8.8vw; font-weight: 500; color:rgba(255,255,255,0.05); }

.ihor .gallery-card { cursor:pointer; }
.ihor .list .txt { padding:1vh 0;  text-align: center; }
.ihor .list .img { border:2px solid #eee; }
.ihor .list .ihor-prev { left:-30px; }
.ihor .list .ihor-next { right:-30px; }

.imgbg{ width: 100%; height: 100%; transition: ease 1s; background-position: center; background-repeat: no-repeat; background-size: cover;}
.imgbgs{ width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;}
.z_adv_li {width:94%; margin-left:6%; display: flex; align-items: center;  }
.z_adv_li .item{ flex: 1; height: 32vw; position: relative; overflow: hidden;transition: ease 1s; cursor: pointer; }
.z_adv_li .item::before{content: ""; display: block; width: 100%; height: 100%; background: url(../images/mask.png) no-repeat bottom center; background-size: 100% auto; position: absolute; left: 0; bottom: 0; z-index: 1; 
	pointer-events: none; transition: ease .5s; }
.z_adv_li .item a{ display: block; width: 100%; height: 100%;}
.z_adv_li .item.active{flex: 2;}
.z_adv_li .titbar{ position: absolute; left: 0; transition: ease 0.5s; bottom: 2.4vw; width: 100%; text-align: center; color: #fff; z-index: 2;}
.z_adv_li .titbar em{font-size: 36px;}
.z_adv_li .titbar h3 {font-size: 24px;}
.z_adv_li .infobox { width: 102%; position: absolute; left: 0; bottom: 0; z-index: 3; background: #2e3092; color: #fff; padding: 2.4vw 2.4vw 2vw; box-sizing: border-box; padding-top: 0; transform: translateY(140%); 
	transition: ease 1s; opacity: 0;}
.z_adv_li .infobox em{font-size: 4vw; font-weight: 500; margin-top: -2.4vw; display: block; /* color: rgba(255, 255, 255, 0); -webkit-text-stroke: 2px #FFFFFF;text-stroke: 2px #FFFFFF; */}
.z_adv_li .infobox h3{ font-size: 1.6vw;}
.z_adv_li .infobox .desc{ margin-top: 0.6vw; line-height: 24px; }
.z_adv_li .item.active .infobox{ transform: translateY(0); opacity: 1;}
.z_adv_li .item.active .imgbg{ transform: scale(1.05,1.05);}
.z_adv_li .item.active .titbar,.z_adv_li .item.active::before{ opacity: 0;}

.icase { padding:0 0 120px; }
.icase .list .txt { padding:1vh 1.2vw; background: #f9f9f9; }
.icase .list .icase-prev { left:-30px; }
.icase .list .icase-next { right:-30px; }

.inews { background-image: url(../images/inewsbg.jpg); }
.inews .list .pic { width:calc(50% - 40px); overflow: hidden; }
.inews .list .pic a { display: block; overflow: hidden; position: relative; color:#fff; }
.inews .list .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;}
.inews .list .pic a h2 { display: inline-block; width:78%; position: absolute; left:4%; bottom:6%; z-index: 9;  font-size: 18px; font-weight: normal; }
.inews .list .pic a h2 em { display: block; font-weight: normal; line-height: 200%; } 
.inews .list .pic a img { width: 100%; height: 100%; object-fit: cover;  transition: all 0.5s ease; }
.inews .list .pic a:hover img {  transform:scale(1.1);  }
.inews .list .sp-pn { position: absolute; top: 50%; margin-top:-30px; z-index: 9;  cursor: pointer; width:60px; height: 60px; background:rgba(0,0,0,0.5); text-align: center;  color:#fff;   transition: all .3s ease; }
.inews .list .focus-prev  {left: 0; }
.inews .list .focus-next {right: 0; }
.inews .list .sp-pn i {display:inline-block; line-height:60px; font-size: 20px;  }
.inews .list .sp-pn:hover { background: #2e3092; }
.inews .list .swiper-pagination { width:14%; text-align: right; left: auto; right:4%; bottom:6%; }
.inews .list .swiper-pagination-bullet { width:10px; height: 10px; border-radius: 0; background:#fff; opacity: 0.5; margin:0 0 0 20px!important; }
.inews .list .swiper-pagination-bullet-active {  background:#fff;  opacity: 1;  }
.inews .list .list { width:50%; }
.inews .list .list ul li { background: #fff; padding: 15px 30px; line-height: 200%; margin:20px 0 0; position: relative; }
.inews .list .list ul li::after { content: " ";  position: absolute; top: 0;  left: 0; width:3px;  height: 0; background: #2e3092;  z-index: 2; transition: all 0.3s ease;}
.inews .list .list ul li:hover::after { height: 100%; }
.inews .list .list ul li .img { max-width: 220px; overflow: hidden; }
.inews .list .list ul li .img img { width: 100%; height: 100%; object-fit: cover;  transition: all 0.5s ease; }
.inews .list .list ul li:hover .img img { transform:scale(1.1);  }
.inews .list .list ul li .txt .info { width:calc(100% - 120px);}
.inews .list .list ul li .txt .info h2 {   font-weight: normal; color:#222; font-size: 18px;  }
.inews .list .list ul li .txt .info p { font-size: 16px; color:#999; }
.inews .list .list ul li .txt .date { color: #999; }
.inews .list .list ul li:first-child { padding:0 0 0 30px; margin:0 0 40px 0; }
.inews .list .list ul li:first-child .txt .info { width: calc(100% - 230px); padding: 10px 0 0; }
.inews .list .list ul li:first-child .txt .info h2 { margin:0 0 5px;  }
.inews .list .list ul li:first-child .txt .info em { display: inline-block; color: #999; }

.footer { width:100%;  background:#222; color:#999; font-size: 16px; }
.footer p, .footer a { font-size: 18px; color:#999; }
.footer .cc { padding:80px 0 60px; }
.footer .fleft  { width:24%;  margin-right: 4%; }
.footer .fleft .flogo { margin-bottom: 50px; }
.footer .fleft .flogo img { max-height:50px; }
.footer .fleft .ftel i { display: inline-block; width:40px; height:40px; line-height: 40px; text-align: center; background: #2e3092; border-radius: 40px; color:#fff; margin-right:10px; }
.footer .fleft .ftel span { font-size: 18px; color:#fff; }
.footer .fleft .ftel h2 {margin:20px 0 30px; font-weight: 500;  }
.footer .fleft .ftel h2 a {  font-size: 32px; color:#fff;  }
.footer .fmid  { width: 50%;}
.footer .fmid ul li { width: 25%; float: left;  }
.footer .fmid ul li h3 {  font-size: 20px; margin-bottom: 20px; font-weight: normal; color:#fff; }
.footer .fmid ul li .subnav a { display: inline-block; width:100%; line-height: 260%;  }
.footer .fmid ul li .subnav a:hover { color:#fff; }
.footer .fright { width:22%; }
.footer .fright ul li img { max-width: 7.8vw; margin-bottom: 15px; }
.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: 16px;   text-align: right;  background: rgba(0,0,0,.3);   position: absolute; top:0; color:#fff; } 
.bread a { margin:0 5px;  font-size: 16px;  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-size: cover;}
.cbanner::before {  width:100%; height: 100%; content: ""; left: 0; top: 0; position: absolute; background: rgba(0,0,0,0.3); z-index: 1; }
.cbanner .txt {  display: table-cell; vertical-align: middle;  color: #fff; text-align: center;  text-transform: uppercase; }
.cbanner .txt  h2 { font-size: 36px; line-height: 160%;  }
.cbanner .txt p { font-size:24px; display: none; }

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

.ccontent { padding:80px 0;  }
.ctit h2 { font-size:36px; margin:20px 0;  }
.ctit h3 {  line-height: 100%; font-size: 36px;  color:#222;  position: relative; z-index: 9; margin-bottom: 60px;  }
.ctit em { font-size: 24px; }

.cabo {  margin:40px 0 100px; }

.cnum { width:100%; position: relative; margin:0;  }

.caboitem   {  margin-bottom:80px; }
.caboitem .item { flex:1; background: #f9f9f9;  }
.caboitem .item .img {  width:100%;    }
.caboitem .item .info {   height: 316px; box-sizing: border-box;  padding: 40px;  }
.caboitem .item .info em { display: inline-block; color:#999;  font-size:18px; line-height: 160%;  margin-bottom: 10px; }
.caboitem .item .info h5 {  font-size: 30px; 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: 2px; background: #2e3092;  z-index: 2; }

.cabopi { background: #f9f9f9;  }
.cabopi .iteml, .cabopi .itemr { width:50%; }
.cabopi .iteml .info p { margin:10px 0; }
.cabopi .itemr { padding:0 0 0 60px; }

.caboalbum { padding:80px 0 0;  }
.caboalbum .sc-album { padding:0 0 60px 0;  }
.caboalbum .sc-album .txt { padding: 20px 0; background: #f9f9f9;  }
.caboalbum .sc-album .txt h3 { font-size:16px;  color:#222; text-align: center; font-weight: normal; }
.caboalbum .sc-album .swiper-slide .img { width: 100%;  height:30vh; }
.caboalbum .swiper-pagination { width:100%; bottom:0!important; }
.caboalbum .swiper-pagination-bullet { width:10px; height: 10px; background:#ccc; opacity: 1!important; margin:0 10px!important; border-radius:0!important;   }
.caboalbum .swiper-pagination-bullet-active { width:40px; background:#2e3092; }

.ccul .info p { margin:10px 0; }
.ccul .cculbox { margin:60px 0 0; }
/*.ccul .cculbox .img,  .ccul .cculbox .txt { width: calc(50% - 30px);  }*/
.ccul .cculbox .img { height:608px; }
.ccul .cculbox .txt ul li { border-left:2px solid #2e3092; background: #f9f9f9;  padding:20px 30px;   margin-bottom: 40px;  }
.ccul .cculbox .txt ul li h5 { font-size:20px; color:#222;  margin-bottom: 10px;   }

.chor-list ul li { float:left;  box-sizing: border-box; width:calc(20% - 32px); margin-right:40px; margin-bottom: 40px;  border:2px solid #e6e6e6;  cursor: pointer; }
.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:#f9f9f9;   }
.chor-list ul li .txt h3 { font-size:16px;  color:#222; text-align: center; font-weight: normal; }

.calbum-list ul li { float:left; width:calc(25% - 30px); margin-right:40px; margin-bottom: 40px;  }
.calbum-list ul li:nth-child(4n) { margin-right:0; }
.calbum-list ul li .img { position: relative;  overflow: hidden; text-align: center; background: #fff; height:30vh;  }
.calbum-list ul li .txt { padding:20px 0; background:#f9f9f9;   }
.calbum-list ul li .txt h3 { font-size:16px;  color:#222; text-align: center; font-weight: normal; }

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

.cnewslist ul li {float:left; width:calc(33.3% - 27px); margin-right: 40px; margin-bottom: 40px; }
.cnewslist ul li:nth-child(3n) { 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; font-size: 16px;  }
.cnewslist ul li .info::after { content: " ";  position: absolute; left: 0; bottom: 0; width:0; height: 2px; background: #2e3092;  z-index: 2; transition: all .3s ease; }
.cnewslist ul li .info .pic {  overflow: hidden; height: 30vh; }
.cnewslist ul li .info .pic img { width: 100%; height:100%; object-fit: cover;  }
.cnewslist ul li .info .txt { padding:30px; background: #fff; }
.cnewslist ul li .info .txt h2 {  color:#222; margin:10px 0; line-height: 180%;  font-size: 18px; font-weight: normal;  }
.cnewslist ul li .info .txt p { color: #999;  font-size: 16px; }
.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 #f9f9f9;}
.cnews .cnewsde .cn-list { width:320px; background: #fff;}
.cnews .cnewsde .cn-list h1 {  font-size:24px; color: #222; border-bottom:2px solid #f9f9f9; 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: -2px; width:100%; height: 2px; background: #2e3092;  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:#2e3092; }
.cnews .cnewsde .cn-detail { width:calc(100% - 380px); background: #fff; padding:40px;   }
.cnews .cnewsde .cn-detail .tit h1 { font-size:24px; color: #222;  font-weight: 600; }
.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 .detail strong { color:#222; }
.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: #f9f9f9; color:#222; width:100px; line-height: 36px; text-align: center; margin-right: 20px;  }
.cnews .cnewsde .cn-detail .sec p a:hover { color:#2e3092; }

.ccgray { background: #f9f9f9; padding:80px 0; }

.cpro .cpro-list ul li { float:left; width:calc(33.3% - 27px); margin-right:40px; margin-bottom: 40px;  }
.cpro .cpro-list ul li:nth-child(3n) { margin-right:0; }
.cpro .cpro-list ul li .img { position: relative; height: 30vh;  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;   transition: all 0.3s ease;}
.cpro .cpro-list ul li .bg span { display:inline-block;  padding:20px 0; position: relative;   }
.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, .cprolist ul li:hover .bg span::after  { width:50%; }
.cpro .cpro-list ul li .txt { background:#fff; padding:30px; border-top:2px solid #f9f9f9; }
.cpro .cpro-list ul li .txt h3 { font-size:20px;  color:#222;  margin-bottom: 10px;  }
.cpro .cpro-list ul li .txt p span  { display: inline-block; width:calc(100% - 30px);  }
.cpro .cpro-list ul li .txt p i {  color:#2e3092;  font-size: 24px;  transition: all 0.3s ease-in-out;}
.cpro .cpro-list ul li:hover i {  transform: rotate(180deg);}

.cprode .cpro-detail  .top { 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:0;  z-index: 9;  width:40px; height: 40px; line-height: 40px; background: rgba(0,0,0,0.5);  text-align: center;}
.view em i {  font-size:24px; color:#fff; }
.view .swiper-slide{ box-sizing: border-box; overflow: hidden; text-align: center; }
.view .swiper-slide img { width:100%; max-height: 50vh; object-fit: cover; object-position:  center center;  }
.preview{position: relative;width:100%; margin:0 auto; margin:20px 0 0; }
.preview .small { width: calc(100% - 90px); margin:0 auto; }
.preview .swiper-slide {width: 20%;   box-sizing: border-box;  cursor: pointer;  }
.preview .swiper-slide .imgbox { box-sizing: border-box;  border:2px solid #ddd; text-align: center; }
.preview .swiper-slide .imgbox img { width:100%; height: 80px; object-fit: cover; object-position:  center center; }
.preview .swiper-slide.swiper-slide-thumb-active .imgbox{  border:2px solid #2e3092; }
.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:#2e3092; }

.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; }
.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: #2e3092;  z-index: 2;}
.cprode .cpro-detail  .desc .cc { padding:30px 40px; }
.cprode .cpro-detail  .desc .cc strong { color:#222; }
.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;  }

.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:#2e3092; font-size: 20px; margin-right: 15px; }
.ccont .bdmap { margin:40px 0 0; }
.ccont .boxfr {  width:calc(50% - 80px); box-sizing:border-box; padding:80px 60px 180px; background: #f9f9f9; }
.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:#555;  }
.ccont .iform ul li textarea { width:calc(100% - 30px); background:#fff; height: 72px; line-height: 160%; border:none; padding:10px 15px; color:#555; }
.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: 50px; background:#2e3092;  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;} 

.ctechinfo .item { background: #f9f9f9; }
.ctechinfo .item .img { width: 50%;  float:left; }
.ctechinfo .item .info { width: 50%;  height: 100%; box-sizing: border-box;  padding: 0 80px;  float:right; display: table; }
.ctechinfo .item .info .mid { display:table-cell;  vertical-align: middle; }
.ctechinfo .item .info em { color:#999;  }
.ctechinfo .item .info h5 {  font-size: 30px; color:#222;  padding-bottom: 30px; margin-bottom: 30px;  position: relative; }
.ctechinfo .item .info h5::after { content: " ";  position: absolute;  left: 0; bottom: 0;   width:60px;  height: 2px; background: #2e3092;  z-index: 2; }
.ctechinfo .item .info p { position:relative; padding-left:20px;  }
.ctechinfo .item .info p::after { content: ''; display: block; position: absolute;   width: 5px; height: 5px;  background: #2e3092;  left: 0;   top: 12px;  border-radius: 50%; }

.ctechbox { margin:80px 0; }
.ctechbox ul li { float:left; width:calc(25% - 30px); margin-right:40px; position: relative; min-height: 530px;  background: #f9f9f9;  border-bottom: 2px solid #2e3092;   overflow: hidden;  }
.ctechbox ul li:last-child { margin-right:0; }
.ctechbox ul li .txt { padding:20px; }
.ctechbox ul li .txt  h2 { font-size:24px; color:#222; margin:10px 0; }
.ctechbox ul li .txt  h3 { font-size:18px; color:#222; font-weight: normal; margin: 20px 0;  }

.cprocess { padding:80px 0;   background: #f9f9f9; }
.caboalbum .sc-album .txt { background:#fff; }

.cmfg { background: #fff;  }
.cmfg  .imfgbox .info em { display:inline-block;  font-size: 18px; line-height: 160%; margin: 10px 0; color:#999;  text-transform: uppercase; }
.cmfg  .imfgbox .info h1 { font-size:30px; color:#222;  padding-bottom: 30px; margin-bottom: 30px; position: relative;  }
.cmfg  .imfgbox .info h1::after { content: " ";  position: absolute;  left: 0; bottom: 0;   width:60px;  height: 2px; background: #2e3092;  z-index: 2;}
.cmfg  .imfgbox .info p { color:#555; }
.cmfg .imfgbox .itembox { margin-top: -40px; }

.cfactory { background: #f9f9f9; padding:80px 0;  margin:80px 0 0; }

/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/
@media only screen and (max-width:981px){
	
	/*--------------------------------------------------------------------------通用--------------------------------------------------------------------------*/
	.pc-cc { display: none; }
	.m-cc { display: block; }	

	table, input, select, textarea { font-size:0.38rem; }
	.layui-form-label { font-size:0.38rem;}
	.layui-form-item { margin-bottom:0.36rem; }
	
	html, body,a, p, li { font-size:0.38rem; line-height: 180%; }
	.ww { width: calc(100% - 0.72rem); margin: 0 auto; }
	.p100, .p120, .p80 { padding:0.72rem 0; }
	
	.commenu>ul>li { margin: 0; }
	
	.hdiv { height: 60px; }
	
	.sp-bot .swiper-pagination-bullet { width:10px; height: 10px; margin: 0 5px!important; }
	.sp-bot .swiper-pagination-bullet-active { width:30px; }
	
	.sp-focus.swiper-pagination { bottom:0.24rem;    }
	.sp-focus.swiper-pagination .swiper-pagination-bullet { margin: 0 5px!important;}
	.sp-focus.swiper-pagination .swiper-pagination-bullet-active { width:30px;   }
	
	.imore {  font-size: 0.38rem;  margin:0.36rem 0 0;  }
	.imore i { font-size: 0.42rem; line-height: 180%;  }
	
	.text-secondary { font-size:0.38rem; }
	
	/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/
	.iban-swp .bg  { height: 40vh; }
	.iban-swp .bg .txt { width: 100%; }
	.iban-swp .bg .txt h2 { font-size: 0.38rem;}
	.iban-swp .bg .txt h3 { font-size: 0.72rem; margin:0 0 0.36rem; }
	.iban-swp .bg .txt .info p { font-size: 0.42rem; }
	.iban-swp .sp-bot.swiper-pagination { bottom:0.36rem!important; }
	
	.itit { margin-bottom:0.56rem; }
	.itit em { font-size:0.48rem; }
	.itit h2 { font-size:0.56rem; }
	
	.iabo .iabo-l, .iabo .iabo-r { width:100%; float:none; }
	.iabo .iabo-r { margin:0.72rem 0; }
	
	.inum { width:100%; margin:0; padding:0.36rem 0;  }
	.inum ul li  { width:50%; padding:0.36rem;  margin:0.36rem 0;   }
	.inum ul li span { font-size: 0.72rem; }
	.inum ul li p { margin:0.36rem 0 0 }
	
	.ipro { margin:0; padding:0.72rem 0 0;  }
	.ipro .ipro-l, .ipro .ipro-r { width:100%;  float:none;  }
	.ipro .ipro-r .hd { margin: 0.36rem 0; }
	.ipro .ipro-r .hd ul li { margin:0 0.36rem 0.36rem 0; float:left; }
	.ipro .ipro-r .hd ul li span { height:1.1rem; line-height: 1.1rem; padding:0 0.36rem; }
	.ipro .ipro-r .list ul li { width:calc(50% - 0.18rem);  margin-bottom: 0; }
	.ipro .ipro-r .list ul li .img { height:16vh; }
	.ipro .ipro-r .list ul li .info p { padding:0.36rem 0; }
	
	.txt-scroll {     height: 1rem;  line-height: 1rem; margin: 0.36rem 0 0;}
	.txt-scroll .txt, .txt-scroll .txt-clone { font-size: 1rem; }

	.z_adv_li { width:100%; margin:0.48rem 0 0; display: block; }
	.z_adv_li .item { width:100%;  height:30vh; }
	.z_adv_li .titbar em { font-size:0.64rem; }
	.z_adv_li .titbar h3 { font-size:0.48rem; }
	.z_adv_li .infobox { padding:0.36rem; }
	.z_adv_li .infobox em { font-size:0.64rem; display: none;  }
	.z_adv_li .infobox h3 { font-size:0.48rem; }
	
	.icase { padding: 0 0 0.72rem; }
	.icase .list .isc-case { padding-bottom:1rem;  }
	.icase .list .txt { padding:0.36rem; }
	.icase .list .sp-pn { display:none; }
	.icase .list .swiper-pagination { display:block; bottom:0!important; }
	.icase .list .swiper-pagination-bullet { width:10px; height: 10px; border-radius: 10px; margin: 0 5px!important;}
	.icase .list .swiper-pagination-bullet-active { opacity: 1; }
	
	.inews .list .pic , .inews .list .list {  float:none;  width:100%!important;  height:auto!important;  }
	.inews .list .pic a { height:auto!important; }
	.inews .list .pic a h2 { font-size:0.42rem;  width:92%;  }
	.inews .list .pic a h2 em { font-size:0.38rem;  }
	.inews .list .swiper-pagination { display:none; }
	.inews .list .sp-pn { width:40px; height:40px;  margin-top: -20px; }
	.inews .list .sp-pn i { line-height:40px; font-size:0.42rem; }
	.inews .list .list ul li:first-child { padding:0.36rem; margin:0.36rem 0 0; }
	.inews .list .list ul li:first-child .txt .info { float:none;  width: 100%; padding:0; }
	.inews .list .list ul li .txt .info h2 { font-size:0.42rem; }
	.inews .list .list ul li .img { display:none; }
	.inews .list .list ul li { margin:0.36rem 0 0;  padding:0.36rem; }
	.inews .list .list ul li .txt .info { width: calc(100% -  2rem); }
	
	.footer .cc { padding:0.72rem 0 0.48rem; }
	.footer p, .footer a { font-size:0.38rem; }
	.footer .fleft , .footer .fmid, .footer .fright { float:none; width:100%; } 
	.footer .fleft .flogo { margin-bottom:0.64rem; }
	.footer .fleft .flogo img { max-height: 30px;  }
	.footer .fleft .ftel i {  width: 32px;  height: 32px; line-height: 32px; }
	.footer .fleft .ftel span { font-size:0.42rem; } 
	.footer .fleft .ftel h2 { margin: 0.24rem 0 0 ; }
	.footer .fleft .ftel h2 a { font-size:0.72rem;  }
	.footer .fmid  { margin:0.48rem 0; }
	.footer .fmid ul li { float:none;  width:100%; margin-bottom: 0.32rem;  }
	.footer .fmid ul li h3 { font-size:0.38rem; margin-bottom: 5px; }
	.footer .fmid ul li .subnav a {  float:left; width:auto; margin-right: 0.32rem;  line-height: 240%; }
	.footer .fmid ul li:last-child { margin-bottom:0; }
	.footer .fright { margin:0.48rem 0 0; }
	.footer .fright ul { text-align: center; }
	.footer .fright ul li { float: none; display: inline-block;  width:50%; margin-bottom: 0.36rem; }
	.footer .fright ul li img { max-width: 28vw; margin-bottom: 10px; }
	.footer .cpr { padding:0.36rem 0; }
	.footer .cpr p { font-size:0.36rem; }
	
	.bread { display:none; }
	
	.cbanner { height: 180px; background-size: cover;  background-position: center top; background-attachment:inherit; }
	.cbanner .txt { padding:0 0.36rem; }
	.cbanner .txt h2 { font-size:0.56rem; }
	.cbanner .txt p { font-size: 0.48rem;  }
	
	.cmenu a { height:50px; line-height: 50px; padding:0 0.36rem; font-size: 0.4rem;  }
	
	.ccontent { padding:0.72rem 0; }
	
	.ctit { margin-bottom:0.56rem;  }
	.ctit em { font-size:0.48rem; line-height: 160%;  }
	.ctit h2, .ctit h3 { font-size:0.56rem; margin: 0;  }
	
	.cabo { margin: 0 0 0.72rem; }
	
	.caboitem { margin-bottom:0.72rem; }
	.caboitem .ww { display:block; }
	.caboitem .item { width:100%;  margin-bottom: 0.36rem;  }
	.caboitem .item .info { height:auto; padding:0.36rem; }
	.caboitem .item .info em { font-size:0.38rem; margin-bottom:0;  }
	.caboitem .item .info h5 { font-size:0.48rem;  margin-bottom:0.36rem; padding-bottom: 0.36rem;  }
	.caboitem .item .info h5::after { width:40px; }
	
	.ctit h1 { font-size:0.56rem; margin-bottom:0.48rem;  }
	
	.cabopi { padding:0.72rem 0; }
	.cabopi .iteml , .cabopi .itemr  { float:none;  width:100%; }
	.cabopi .itemr { padding:0.36rem 0 0;  }
	.cabopi .iteml .ctit h1 { margin-bottom:0.96rem; }
	.cabopi .iteml .ctit h1::after { width:40px; bottom:-20px;  }
	.cabopi .iteml .info { margin-bottom:0.36rem;  }
	
	.caboalbum { padding:0.72rem 0 0; }
	.caboalbum .sc-album { padding-bottom:0.72rem; }
	.caboalbum .sc-album .txt { padding:0.24rem 0; }
	.caboalbum .swiper-pagination { display:block; bottom:0!important; }
	.caboalbum .swiper-pagination-bullet { width:10px; height: 10px; border-radius: 10px; margin: 0 5px!important;}
	.caboalbum .swiper-pagination-bullet-active { opacity: 1; }
	
	.ccul .cculbox { margin:0.48rem 0 0; }
	.ccul .cculbox .img, .ccul .cculbox .txt { float:none; width:100%; }
	.ccul .cculbox .img { height:auto; }
	.ccul .cculbox .txt ul li { padding:0.36rem;  margin:0.36rem 0 0;  }
	.ccul .cculbox .txt ul li h5 { font-size:0.48rem; } 
	
	.chor-list ul li { width:calc(50% - 0.18rem); margin-right:0.36rem; margin-bottom: 0.36rem;  }
	.chor-list ul li:nth-child(2n) { margin-right:0; }
	.chor-list ul li:nth-child(5) { margin-right:0.36rem; }
	.chor-list ul li .txt { padding:0.36rem; }
	.chor-list ul li .txt h3 { font-size:0.38rem; }
	
	.calbum-list ul li { width:calc(50% - 0.18rem); margin-right:0.36rem; margin-bottom: 0.36rem;  }
	.calbum-list ul li:nth-child(2n) { margin-right:0; }
	.calbum-list ul li:nth-child(5) { margin-right:0.36rem; }
	.calbum-list ul li .img {  height:16vh;  }
	.calbum-list ul li .txt { padding:0.24rem; }
	.calbum-list ul li .txt h3 { font-size:0.38rem; }
	
	.pnav { display:none; }
	.mpnav { display:block; }
	.pagination { margin:0.36rem 0 0; }
	.page-num, .page-link { padding: 0 10px; margin: 0 5px;}
	
	.ccgray { padding:0.72rem 0; }
	
	.cnewslist ul li { width:100%; margin-bottom: 0.38rem;  }
	.cnewslist ul li .info em { padding: 10px 20px;}
	.cnewslist ul li .info .pic { height:auto;}
	.cnewslist ul li .info .txt { padding:0.38rem; }
	.cnewslist ul li .info .txt h2 { font-size:0.42rem;  height: auto; margin:5px 0;  }
	.cnewslist ul li .info .txt p { line-height:180%;  min-height: auto;  }
	
	.cnews { padding:0.72rem 0; }
	.cnews .cnewsde .cn-list { display:none; }
	.cnews .cnewsde .cn-detail { width:100%; padding:0.36rem;  }
	.cnews .cnewsde .cn-detail .tit h1 { font-size:0.48rem; margin:0.24rem 0 0.36rem; }
	.cnews .cnewsde .cn-detail .tit p { margin:0; }
	.cnews .cnewsde .cn-detail .tit p span { margin-right:0.36rem; }
	.cnews .cnewsde .cn-detail .tit p span em { display:none; }
	.cnews .cnewsde .cn-detail .detail { padding:0.36rem 0; }
	.cnews .cnewsde .cn-detail .sec { padding:0; }
	.cnews .cnewsde .cn-detail .sec span { width:72px; margin-right: 0.36rem;  }
	.cnews .cnewsde .cn-detail .sec p { margin:0.36rem 0 0;  }
	
	
	.cpro { padding:20px 0 40px; }
	.cpro .cprolist .cpro-cate { display:none; }
	.cpro .cpro-list { width:100%; }
	.cpro .cpro-list ul li { width:calc(50% - 0.18rem); margin-right:0.36rem; margin-bottom: 0.36rem;  }
	.cpro .cpro-list ul li:nth-child(2n) { margin-right:0; }
	.cpro .cpro-list ul li:nth-child(3) , .cpro .cpro-list ul li:nth-child(9){ margin-right:0.36rem; }
	.cpro .cpro-list ul li .img {	height: 118px;}
	.cpro .cpro-list ul li .bg span { padding: 0.36rem 0; }
	.cpro .cpro-list ul li .txt { padding:0.36rem; }
	.cpro .cpro-list ul li .txt h3 { font-size:0.42rem; margin-bottom:5px;  }
	.cpro .cpro-list ul li .txt p { line-height: 160%;  }
	.cpro .cpro-list ul li .txt p i {font-size:14px; }
	
	.cprode .cpro-detail { width:100%;  }
	.cprode .cpro-detail .top { box-sizing: border-box; width: 100%;  padding: 0.36rem; }
	.cprode .cpro-detail .pic , .cprode .cpro-detail .pinfo  { width:100%;  }
	.cprode .cpro-detail .pinfo {  margin:20px 0 10px;}
	.cprode .cpro-detail .pinfo h2 { display:none; }
	.cprode .cpro-detail h3 { display:block;  color:#222; font-size: 0.56rem;   text-align: center; margin: 5px 0 15px; }
	.cprode .cpro-detail .desc { margin:20px 0 0; }
	.cprode .cpro-detail .desc h5 { font-size:0.48rem; padding:0.36rem 0.36rem 0; }
	.cprode .cpro-detail .desc h5 span { padding-bottom: 0.36rem;}
	.cprode .cpro-detail .desc .cc { padding: 20px 15px; }
	.view em { right:0.36rem; bottom:0.36rem;   }
	.view em i { font-size: 0.48rem; }
	.preview { width:100%; margin:0.36rem 0 0; }
	.preview .swiper-slide { width:25%; }
	.preview .arrow-left { left:0; }
	.preview .arrow-right { right:0;  }

	.ccontact { padding:0.72rem 0 ; }
	.ccont .boxfr{ width:100%; padding:0 0 0.72rem;  }
	.ccont .boxfl { box-sizing: border-box; width:100%;  padding:0 0 0.72rem; }
	.ccont .boxfl p { line-height: 180%; margin-bottom: 0.24rem;  }
	.ccont .boxfl p i { display: block; float: left;  font-size: 0.4rem; width:0.4rem;   }
	.ccont .boxfl p span { float:left; width:calc(100% - 0.4rem - 15px);   }
	.ccont .boxfl h1 {  font-size:0.56rem; margin:0 0 0.36rem;  }
	.ccont .boxfl .contico { margin:15px 0 0; }
	.ccont .boxfl .contico a { line-height: 46px; margin-bottom: 15px;  }
	.ccont .boxfl .contico a.weixin img { width:140px; }
	.ccont .boxfl .contico a.weixin:hover img { bottom:66px;  }
	.ccont .bdmap { margin:25px 0 0; }
	.ccont .boxfr h2 { font-size:0.56rem;  padding:0 0.36rem ; margin:0.48rem 0;  }
	.ccont .boxfr .iform { padding:0 0.36rem; }
	.ccont .iform ul li { margin-bottom:0.36rem;  }
	.ccont .iform button {  margin:0.36rem 0 0; line-height: 46px; font-size: 0.38rem;  }
	.ccont .bdmap { height:400px; }
	
}
