body{ margin:0; padding:0;color:#787878; font-size:14px;font-family:"Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif; line-height:1;}

body,html{height:100%;position:relative;width: 100%;background-color: #ffffff;}
 /* 字体 */
 @font-face {
  font-family: "BEBASNEUE REGULAR";
  src: url("../fonts/BEBASNEUE REGULAR.woff2") format("woff2"),
       url("../fonts/BEBASNEUE REGULAR.woff") format("woff"),
       url("../fonts/BEBASNEUE REGULAR.ttf") format("truetype"),
       url("../fonts/BEBASNEUE REGULAR.eot") format("embedded-opentype"),
       url("../fonts/BEBASNEUE REGULAR.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
a{color:#666; text-decoration:none;cursor:pointer;}
a:active{star:expression(this.onFocus=this.blur());} 
img{border:0px; vertical-align:middle;}
a:link {text-decoration: none; }
/*a:visited{text-decoration: none; outline:none;}*/
a:hover{text-decoration:none; color:#1c3d6b; }
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
ul, p, dl, dt, dd{padding:0px; margin:0px;}
li{list-style-position:outside; list-style-type:none;}
h1, h2, h3, h4, h5, h6{font-size:14px; padding:0px; margin:0px; font-weight: normal;}
h1{font-size:16px;}
h5{font-size:12px;}
.biaoti{ font-size: 0.28rem; width: 100%; color:#000; text-align: center; margin: 50px 0 30px; font-weight: bolder; border-top: 8px solid #ccc; padding-top: 30px;}

.font-st{ font-family: "宋体";}
.f17{ font-size: 16px;}
.fl{float:left;}
.fr{float:right;}
.pos_r{ position: relative;}
.hov_up {
  transition: .5s;
}
.hov_up:hover{
	transform:translateY(-10px);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.mar_t_1{margin-top: 1rem;}
.pad_t_1{padding-top: 1rem;}
.pad_t_0{ padding-top: 0;}
.ovh{overflow: hidden;}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.textcenter{ text-align: center;}
.text18 {
  font-size: 0.18rem;
  line-height: 32px;
}
.w88{ width: 88%; margin: 0 auto;}
@keyframes mouse-dot {
  from { opacity: 0; }
  33% { opacity: 1; }
  to { transform: translateY(20px); -webkit-transform: translateY(20px); opacity: 0; }
}

@-webkit-keyframes mouse-dot {
  from { opacity: 0; }
  33% { opacity: 1; }
  to { transform: translateY(20px); -webkit-transform: translateY(20px); opacity: 0; }
}

/*图片放大*/
.fangda{ overflow: hidden;transition: all .5s;}
.fangda:hover{ transform:scale(1.05);-webkit-transform:scale(1.05);}
.icb{overflow: hidden;}
.icb img{transition: all .5s;}
.icb:hover img{-webkit-transform: scale(1.05);transform: scale(1.05);}

.icb1{overflow: hidden;}
.icb1 img{transition: all .5s;}
.icb1:hover img{-webkit-transform: scale(1.08);transform: scale(1.08);}

table{padding: 0;border-spacing:0;-webkit-border-horizontal-spacing: 0;-webkit-border-vertical-spacing:0;}
.table_1{border-collapse:collapse;}
.table_1 th,.table_1 td{border:1px solid #ccc;padding: 5px; height: 40px; color:#333;}


.td_table table{ width:100%;border-spacing: 0px; margin: 20px 0;}
.td_table td img{ height: auto;max-width:90%;}
.bk01 img {padding: 3px; border: 1px solid #ddd;}
.anniu01{ padding:8px 60px; background: #e9f4fa; color:#444; border-radius: 30px;  margin: 0px 30px 20px 0; font-size: 15px;}
.tu100 img{ height: auto;max-width:90%; }

.abh {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position:absolute;
}

.td_table2 table{ width:100%;border-spacing: 0px; margin: 20px 0;}
.td_table2 td img{ height: auto;max-width:100%; }


input, textarea{background:transparent; padding:0px; font-size:14px; color:#666; outline:none; border:0px;font-family: Arial, "微软雅黑";}
em{font-style:normal;}
input[type=button], input[type=submit],input[type=file], button { cursor: pointer;-webkit-appearance: none; } 
/*通用*/
.switcher{display: -webkit-box;  display: -moz-box;  display: -ms-flexbox;   display: -webkit-flex; display: flex; -webkit-justify-content:center; -moz-justify-content: center; -ms-justify-content:center; -o-justify-content:center; justify-content: center; padding: 0 0 78px; border-bottom: 2px solid #05C8C8; margin-top: 62px; text-align: center;}

textarea::-webkit-input-placeholder{font-family: Arial, "微软雅黑";color: #666;} 
textarea:-moz-placeholder{font-family: Arial, "微软雅黑";color: #666; } 
textarea::-moz-placeholder{font-family: Arial, "微软雅黑";color: #666; } 
textarea:-ms-input-placeholder{font-family: Arial, "微软雅黑";color: #666; }

input:focus {outline: none; } 
input:focus::-webkit-input-placeholder {text-indent: 100%; opacity: 0; -webkit-transition: .4s; transition: .4s; } 
input:focus::-moz-placeholder {text-indent: 100%; opacity: 0; -moz-transition: .4s; } 
input:focus:-ms-input-placeholder {text-indent: 100%; opacity: 0; -webkit-transition: .4s; transition: .4s; }
textarea:focus {outline: none; } 
textarea:focus::-webkit-input-placeholder {text-indent: 100%; opacity: 0; -webkit-transition: .4s; transition: .4s; } 
textarea:focus::-moz-placeholder {text-indent: 100%; opacity: 0; -moz-transition: .4s; } 
textarea:focus:-ms-input-placeholder {text-indent: 100%; opacity: 0; -webkit-transition: .4s; transition: .4s; }
i{font-style: normal;}

/*******************************
    -------[=手机导航]-------
********************************/
.header_tel{ height:65px; width:100%; position: absolute;top:0; left: 0; z-index: 999; display: none; text-align: center; }
.header_tel .logo_m img{ height:65px; width:auto; margin: 0 auto;}

.menuBtn {
    position: absolute;top: 42px;
    right:2.5%;width: 28px;height: 20px;
    display: none;cursor: pointer;z-index: 1000;
}
.menuBtn em {margin-bottom: 6px;display: block;height: 3px;background-color: #fff;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.menuBtn.on em {display: none;margin: -2px 0 0; position: absolute;top: 50%;width: 30px;}
.menuBtn.on em:first-child {display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.on em:last-child {display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);}
#aside {
    display: none;
    position: fixed;
    top: 120px;left: 0;right: 0;
    background-color: #fff;
    z-index: 110;
    border-top: 1px solid #e9e9e9;
    -moz-box-shadow:0px 2px 5px rgba(0,0,0,.1); 
    -webkit-box-shadow:0px 2px 5px rgba(0,0,0,.1); 
    box-shadow:0px 2px 5px rgba(0,0,0,.1);
}
#aside .menu li{
    font-size: 16px;
}
#aside .menu li a{
    display: block;
    color: #888;
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#aside .menu li > a{
    color: #353535;
    padding: 0 10px;
}
#aside .menu li.h-sub > a{
    background: url(../images/icon-close3.png) 95% center no-repeat;
    background-size: auto 14px;
}
#aside .menu li.h-sub.open > a{
    background: url(../images/icon-open.png) 95% center no-repeat;
    background-size: 14px auto;
}
#aside .menu li a:hover{color: #000;}
#aside .sub-nav{display: none;}
#aside .sub-nav dd{padding-left: 10px;font-size: 14px;}


#aside .lg{
    padding: 10px 0 30px;
    text-align: center;
}
#aside .lg a{
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    color: #353535;
    border-bottom: 1px solid #353535;
}
#aside .lg a.on{
    color: #e84044;
    border-bottom: 1px solid #e84044;
}



.footer_tabbar{width:100%; height:42px; margin:0 auto; position:fixed; z-index: 99999; bottom:0; left:0; background:#1c3d6b; z-index:1000; font-family:'iconfont' }
.footer_tabbar a{display:block; width:33.333%; height:42px; line-height: 42px; float:left; text-align:center; color: #fff; font-size: 18px;}
.footer_tabbar { display: none;}
/*矢量图标*/
@font-face {
  font-family: 'iconfont';
  src: url('font/iconfont.eot');
  src: url('font/iconfont.eot?#iefix') format('embedded-opentype'),
  url('font/iconfont.woff') format('woff'),
  url('font/iconfont.ttf') format('truetype'),
  url('font/iconfont.svg#iconfont') format('svg');
}

.iconfont{
  font-family:"iconfont" !important;
  font-size:22px;
  font-style:normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;*/
}

/*分页*/
#pages {
    text-align: center; margin-top: 40px;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
	width: auto;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #af7b48;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #af7b48;
}

#pages li:hover a {
    color: #fff;
}

.pagenavph{ display:none;}

.wal{width: 1200px;margin:0 auto; } 
.mt_15{
	margin-top: 15px;
}
.pc-show{display: block!important;}
.pc-hide{display: none!important;}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{display: block;content: '';clear: both;}
.bg_big{width: 100%;height: auto;background-color: #f8f8f8;font-family: arial;}

.ui-nowrap {overflow: hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;}
.ui-nowrap2 {word-wrap: break-word;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ui-nowrap3 {word-wrap: break-word;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}

.more{display: block;width: 194px;height: 56px;text-align: center;line-height: 56px;background-color: #1c3d6b;color: #FFFFFF;font-size: 14px;overflow: hidden;position: relative;z-index: 0; }
.more::after{content: '';width: 0;height: 100%;background-color: #343434;position: absolute;top: 0;left: 0;transition: all .3s;z-index: -1;}
.more:hover::after{width: 100%;}
.more:hover{color: #fff;}
.more_center{ margin: .6rem auto 0;}

.wrap{ margin: 0 5%;}

/* header */
.headerwrap{box-sizing: border-box;box-sizing: border-box;transition: all .3s;  z-index: 9999; width: 100%; position:absolute;}

.headerwrap .header{ position: relative; }
.headerwrap .header .logo{display: block; width: 158px; margin: 20px auto 0; }
.headerwrap .header .logo img{display: block;width: auto;height: 161px; margin: 0 auto;}
.headerwrap .header .logo .logo02{display: none;}

.navMenu{position: absolute; top: 25px; }
.navMenu2{right: 10%;}
.nav >li{ float:left; position:relative; padding:0 0.46rem 0 0; cursor:pointer;}
.nav >li:before{ content:""; width:1px; height:11px; transition:328ms;position:absolute; right:0; top:40px; background:url(../images/arrow.png) no-repeat right;}
.nav >li:last-child::before{display: none;}
.nav >li >a{ display:block; color:#fff;  line-height:100px; font-size: 18px;}
.meundown{ background:rgb(0, 0, 0, .4); 
  position: absolute;
  width:220px;
  padding: 15px 0px 25px;
  left: 0px;
  top: 120px;
  opacity: 0;
  transition: 430ms;
  visibility: hidden;
  z-index: 999;}
.meundown:before{ content:""; width:10px; height:0px;  position:absolute; left:50%; margin-left:-5px;}
.meundown li{ position:relative; text-align: left; border-bottom: 1px dotted rgb(255, 255, 255, .1);transition: 430ms;padding: 10px 30px;}
.meundown li:before{ content:""; width:0; height:100%; background:#fff; color: #232323; position:absolute; left:50%; top:0; transition:320ms; opacity:0;}
.meundown li a{ padding: 0;
  height: 42px;
  text-align: left;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  position: relative;transition: 430ms;}
.meundown li:hover a{ color:#000000;}
.meundown li:nth-of-type(4n) a{border-right: 0px solid #eaeaea;}
.meundown li:hover:before{ width:100%; opacity:1; left:0; color: #232323;}
.nav >li.current a{  color:#232323;}
.nav >li.current::after{width: 0px;}
.nav >li.current .meundown a{color:#343434; }
.nav >li.current .meundown a:hover{ color: #fff;}
/* .nav >li:hover:before,.nav >li.current:before{ height:5px; opacity:1; visibility:visible;} */
.nav >li:hover .meundown{ opacity:1; visibility:visible; top:95px; }



.headerwrap .header .right{top:55px; position: absolute; right: 0;  height: 43px; border-radius: 43px; background: #a4cc34; padding:0 10px 0 20px; }
.header .h_xcx{ float: left;font-size: 15px; color:#fff; margin-right: 12px; background:url(../images/icon.png) no-repeat left ;text-align: center; line-height: 43px; padding-left: 30px; }
.header .h_xcx a{ color: #fff; font-weight: 300;}
#ewm{ width:160px; line-height:20px; position:absolute;  border:0px solid #ccc; background:#fff; top:63px; right:-8px; text-align:center; color:#352920;z-index:9999; border-radius: 20px;overflow: hidden; }
#ewm img{width:100%; height:auto; padding: 10px ;}

.t_search{ font-size: 0.18rem; line-height: .9rem; color:#333; }
.header-ss{
	width: 100%;
	padding: 0 50px;
	height: 1rem;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
	overflow: hidden;
	display: none;
}
.header-ss-div{
	width: 750px;
	
	margin: 0 auto;
	background: #fff;
	text-align: center;
	padding-top: 0.3rem;
	overflow: hidden;
	position: relative;
  
}
.header-ss-div .btn{font-size: 0.24rem; margin-top: 0px;line-height: 0.5rem; float: right; }
.header-ss-div form{
	display:inline-block;
	width: 100%;
	max-width: 600px;
	height: 40px; 
  
}
.header-ss-div .int1{display: inline-block;	width: 40px;height: 40px;background: #fff url(../images/ico45.png) no-repeat center;border: none;float: left;}
.header-ss-div .int2{display: inline-block;	width: calc(100% - 100px);	border: none;color: #333;height: 40px;line-height: 40px;float: left;
	margin-left: 20px; }
.header-ss-div .img1{position: absolute;top: 40px;right: 10px;}
.header-ss-div .img1:hover{	opacity: .85;}


.banner .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.bgcover {
  background-size: cover;
  background-position: center;
}
.abh {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position:absolute;
}
.m-bann{display: none;}
.banner2 {position: relative;}
.banner {position: relative; height: 100vh;}


/* .banner_mask {padding-top: 40%;} */
.banner_content {overflow: hidden;}
.bannerimg {height: 100%;text-align: center; width: 100%;}
.banner_inner {width: 45%;}
.banner_inner_img {max-width: 100%;}
.buttons {margin-top: 7%;}
.banner_button {padding: 12px 0;font-size: 24px;border-radius: 56px;color: white;margin-right: 24px;text-shadow: 1px 1px 3px #4D4A4A;text-align: center;width: 250px;}
.banner_button:last-child {margin-right: 0;}
.banner_button:hover {transform: scale(1.1);}
.banner .banner_button {width: 250px;}
.header_contact:visited, .intro_li:visited, .banner_button:visited {color: #fff;}
.banner_button1 {background: linear-gradient(to right, #0077d4, #469ee2);}
.banner_button2 {background: linear-gradient(to right, #9cba34, #c4d363);}
.banner_page {position: absolute;width: 100%;z-index: 3;text-align: center;bottom: 30px;}
.banner_page .hjbullet {width: 40px;height: 2px;background: rgb(255, 255, 255, 0.2);opacity: 1;margin: 0 6px !important;border-radius: 0;}
.banner_page .hjbullet.swiper-pagination-bullet-active {background: #b3cf1a;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 50px;}
.banner_arrow {width: 120px;z-index: 7;top: 0;color: white !important;}
.banner_arrow_left {left: 60px !important;}
.banner_arrow_right {right: 60px !important;left: unset;}
.banner .shuimo{ position: absolute; bottom: 0; height: 115px; background: url(../images/shuimo.png); width: 100%; z-index: 99; }


.banner_content .swiper-wrapper .swiper-slide .box1text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner_content .swiper-wrapper .swiper-slide .box1text.active .w1656 .title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.banner_content .swiper-wrapper .swiper-slide .box1text.active .w1656 .learn {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.banner_content .swiper-wrapper .swiper-slide .box1text .w1656 {
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0 !important;
  box-sizing: border-box;
}

.banner_content .swiper-wrapper .swiper-slide .box1text .w1656 .title {
  line-height: 1;
  font-size: 0;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  transition-property: transform,opacity;
  transition-duration: .4s;
}

.banner_content .swiper-wrapper .swiper-slide .box1text .w1656 .title figure {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: -50px;
}

.banner_content .swiper-wrapper .swiper-slide .box1text .w1656 .title figure img {
  width: 100%;
}
.i_news{ width: 4rem; position: absolute; left: 5%; bottom: 10%; z-index: 99;}
.i_news ul{ width: 100%;}
.i_news li{ height: 40px; width: 100%; background: rgb(0, 0, 0, .4); margin-bottom: 1px;}
.i_news li a{ color: #fff;}
.i_news li span{float: right; font-size: 14px; width: 90px; float: right; line-height: 40px; color: rgb(255, 255, 255, .8); padding-right: 10px;}
.i_news li h2{ width: 70%; float: left; color: #fff; font-weight: normal; line-height: 40px; padding-left: 20px; font-size: 15px;} 



.footer .footer-tab {
  padding: .7rem 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.footer .footer-tab .flogo{ position: absolute; left: 5%;}
.footer .footer-tab .icon {
  width: 48px;
  height: 48px;
  margin: 0 16px;
  transition: all .4s;
  cursor: pointer;
}
.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.footer .footer-middle {
  padding: 0.2rem 0rem;
  border-bottom: 1px solid #e5e5e5;
}
.footer .footer-middle .leftbox a{ margin-right: 40px; font-size: 16px;}
.footer .footer-middle .rightbox { font-size: 30px; color:#39567e;}
.footer .footer-middle .rightbox span{ font-size: 16px; margin-right: 15px;}
.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-bot {
  padding: 0.3rem 0rem;
  color: #999;
}
.footer .footer-bot a{color: #999;}


#ewm_f{ width:160px; height:160px; padding-top:10px; line-height:20px; position:absolute;  border:0px solid #ccc; background:#fff; top:-200px; right:-50px; text-align:center; color:#352920;z-index:99999999999; }
#ewm_f img{width:100%; height:auto; padding: 0 ;}


.social-share .social-share-icon{ width:38px; height: 38px; font-size: 20px; margin-top: 30px; border: 1px solid #2c2c2c; border-radius: 0; line-height: 38px;}
.social-share .icon-weibo,.social-share .icon-wechat,.social-share .icon-qq,.social-share .icon-linkedin{color: #898989;  }
.social-share .icon-weibo:hover,.social-share .icon-wechat:hover,.social-share .icon-qq:hover,.social-share .icon-linkedin:hover{ background-color: #af7b48;border: 1px solid #af7b48;}
.social-share .icon-wechat .wechat-qrcode .help p{ font-size: 12px; color:#999;}

.indexPart{ padding: 1rem 0 0;}
.indexPart1{width: 100%; display: flex;}
.indexPart1 .left{ width: 35%; position: relative; display: flex; justify-content: center;align-items: center;background: url(../images/001.jpg);  }
.indexPart1 .left .tu{ width: 100%; height: auto;}
.indexPart1 .left .tu img{ width: 100%; height: auto;}
.indexPart1 .left .txt{width: 80%; margin: 0 auto; position: absolute;  text-align: center;}
.indexPart1 .left .txt h2{ font-size: 36px; color: #fff; margin-bottom: 20px;}
.indexPart1 .left .txt h3{ font-size: 16px; text-transform: uppercase; color: #fff; font-family: 'Times New Roman', Times, serif;}
.indexPart1 .left .txt .more2{ width: 32px;height: 32px; margin: 30px auto 1.2rem;}
.indexPart1 .left .txt .a_menu{ margin-top: 50px;}
.indexPart1 .left .txt .a_menu a{ margin: 0 30px; font-size: 30px; color: #fff;}
.indexPart1 .left .txt .a_menu a:hover{text-decoration: underline;}

.indexPart1 .right{ width: 65%; position: relative; background: url(../images/003.jpg); padding:0 3% 0 5%; display: flex; margin-right: 0%;}
.indexPart1 .right .i-about{width: 45%; display: flex; justify-content: center;align-items: center; height: 100%;}
.indexPart1 .right .i-about .txt{width: 100%;}
.indexPart1 .right .i-about .txt h2{ font-size: 24px; color: #5681bd; position: relative; padding-bottom: 10px; text-transform: uppercase; font-family: 'Times New Roman', Times, serif; margin-bottom: 20px;}
.indexPart1 .right .i-about .txt h2::before{position: absolute;content: ""; width: 100%; height: 1px; background: #6595d5; bottom: 0; left: 0;}
.indexPart1 .right .i-about .txt h3{ font-size: 24px; color: #1e1e1e;}
.indexPart1 .right .i-about .txt h4{ font-size: 18px; color: #383737; margin: 30px 0;}
.indexPart1 .right .i-about .txt .more{ margin-top: 30px;}
.indexPart1 .right .i-about .txt p{line-height: 28px; font-size: 14px; color: #717171;}
.indexPart1 .right .i-cp{width: 50%; position: relative; margin-left: 10%; padding-bottom: 60px; overflow: hidden;}
.indexPart1 .right .i-cp .box{ width: 100%; position: relative;}
.indexPart1 .right .i-cp .box .icp-img{ width: 271px; height:283px; overflow: hidden;}
.indexPart1 .right .i-cp .box .icp-text{font-size: 30px; color: #111111; position: absolute;right: 25%;writing-mode: tb-lr;width: 50px; top: 50px;}
.indexPart1 .right .i-cp .box .icp-img2{ width: 271px; height:283px; margin-left: 45%; margin-top: -20px;}
.indexPart1 .right .i-cp .box .icp-text2{font-size: 30px; color: #111111; position: absolute;left: 30%;writing-mode: tb-lr;width: 50px; top: 60px;}



.indexPart2{width: 100%; display: flex;}
.indexPart2 .left{ width: 35%; position: relative; display: flex; justify-content: center;align-items: center;background: url(../images/004.jpg);min-height: 611px;}

.indexPart2 .left .txt{width: 65%; margin: 0 auto;}
.indexPart2 .left .txt h2{ font-size: 24px; color: #5681bd; position: relative; padding-bottom: 10px; text-transform: uppercase; font-family: 'Times New Roman', Times, serif; margin-bottom: 20px;}
.indexPart2 .left .txt h2::before{position: absolute;content: ""; width: 100%; height: 1px; background: #6595d5; bottom: 0; left: 0;}
.indexPart2 .left .txt h3{ font-size: 24px; color: #1e1e1e; margin-bottom: 40px;}
.indexPart2 .left .txt .more{ margin-top: 60px;}
.indexPart2 .left .txt p{line-height: 28px; font-size: 14px; color: #717171;}

.indexPart2 .right{ width: 65%; position: relative; background: url(../images/005.jpg);display: flex; justify-content: center;align-items: center; padding: 0rem 5%;}
.indexPart2 .right ul{ width: 100%;}
.indexPart2 .right li{ width: 14%;float: left; margin: 22px 3% 22px; text-align: center;transition:328ms;}
.square {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border: 1px solid rgb(255, 255, 255, 0.3);
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  transition:328ms;
}
.square-inn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: .75em;
}
.square-inn .tu{ width: 64px;height: 64px; margin: 0 auto 10px;-webkit-transition: -webkit-transform 0.4s ease-out;	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;}
.square-inn .txt{ color:#fff;font-size: 20px;}
.indexPart2 .right li:hover .square{border: 1px solid rgb(255, 255, 255, 1);}
.indexPart2 .right li:hover .square-inn .tu{-moz-transform:scaleX(-1);  -webkit-transform:scaleX(-1);  -o-transform:scaleX(-1);  transform:scaleX(-1);}

.indexPart3{width: 100%; display: flex;}
.indexPart3 .left{ width: 35%; position: relative; display: flex; justify-content: center;align-items: center;background: url(../images/006.jpg);min-height: 611px;}
.indexPart3 .left .tu{ width: 100%; height: auto;}
.indexPart3 .left .tu img{ width: 100%; height: auto;}
.indexPart3 .left .txt{width: 80%; margin: 0 auto; position: absolute;  text-align: center;height: 300px;}
.indexPart3 .left .txt h2{ font-size: 36px; color: #fff; margin-bottom: 20px;}
.indexPart3 .left .txt h3{ font-size: 16px; text-transform: uppercase; color: #fff; font-family: 'Times New Roman', Times, serif;}
.indexPart3 .left .txt .more2{ width: 32px;height: 32px; margin: 30px auto .9rem;}
.indexPart3 .left .txt .a_menu{ margin-top: .4rem;}
.indexPart3 .left .txt .a_menu a{ margin: 0 30px; font-size: 20px; color: #fff;}
.indexPart3 .left .txt .a_menu a:hover{text-decoration: underline;}


.indexPart3 .middle{ width: 30%;background: url(../images/007.jpg);position: relative;display: flex; justify-content: center;align-items: center;}
.indexPart3 .middle .txt{width: 70%; margin: 0 auto; position: absolute;  text-align: center;height: 300px;}
.indexPart3 .middle .txt h2{ font-size: 36px; color: #232323; margin-bottom: 20px;}
.indexPart3 .middle .txt h3{ font-size: 16px; text-transform: uppercase; color: #666666; font-family: 'Times New Roman', Times, serif;}
.indexPart3 .middle .txt .more2{ width: 32px;height: 32px; margin: 30px auto .5rem;}
.indexPart3 .middle .txt .a_menu{ margin-top: .8rem;}
.indexPart3 .middle .txt .a_menu a{ margin: 10px 5%; font-size: 20px; color: #343434; padding: 10px 20px; border: 1px dashed #6c6d6d;width: 40%; float: left;transition: .4s; }
.indexPart3 .middle .txt .a_menu a:hover{border: 1px dashed #6c6d6d; background: #1c3d6b; color: #fff;}


.indexPart3 .right{ width: 35%; position: relative; display: flex; justify-content: center;align-items: center;background: url(../images/008.jpg);}
.indexPart3 .right .tu{ width: 100%; height: auto;}
.indexPart3 .right .tu img{ width: 100%; height: auto;}
.indexPart3 .right .txt{width: 70%; margin: 0 auto; position: absolute;  text-align: center;height: 300px;}
.indexPart3 .right .txt h2{ font-size: 36px; color: #fff; margin-bottom: 20px;}
.indexPart3 .right .txt h3{ font-size: 16px; text-transform: uppercase; color: #fff; font-family: 'Times New Roman', Times, serif;}
.indexPart3 .right .txt .more2{ width: 32px;height: 32px; margin: 30px auto .8rem;}
.indexPart3 .right .txt .a_menu{ margin-top: .4rem;}
.indexPart3 .right .txt .a_menu a{ margin: 0 0px 20px ; font-size: 20px; color: #fff;width: 33.3%;float: left;}
.indexPart3 .right .txt .a_menu a:hover{text-decoration: underline;}

/* banner */ 

.pubbanner {
  width: 100%;
}
.pubbanner .bg{background: rgb(0,0,0,0.2); position:absolute; width: 100%; height: 100%; left: 0;top: 0;}
.pubbanner-img {
  width: 100%;
  object-fit: cover;
}

.pubbanner-img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.pubbanner-words {
  position: absolute;
  z-index: 4;
  color: #fff;
  bottom:42%;
  left: 0;
  right: 0;
  text-align: center;
}

.pubbanner-tolt {
  width: 100%; text-align: center;
}

.pubbanner-words h6 {
  font-size:0.46rem;
  font-weight: 600;
  opacity: 1;
  color:#fff;
  text-align: center;
}

.pubbanner-words p {
  font-size: 18px;
  margin-top: 12px;
  opacity: 0;
}

.pubbanner-line:before,
.pubbanner-line:after {
  content: "";
  opacity: 0;
  transition: all .4s ease 1s;
  height: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  transform: rotate(30deg);
}

.pubbanner-line:before {
  left: -28px;
}

.pubbanner-line:after {
  right: -16px;
}

.pubbanner-active.pubbanner-line:before,
.pubbanner-active.pubbanner-line:after {
  opacity: .3;
}

.pubbanner-active.pubbanner-words h6 {
  animation: pubMove 1s ease both 100ms;
}

.pubbanner-active.pubbanner-words p {
  animation: pubMove 1s ease both 300ms;
}

@keyframes pubMove {
  0% {
      transform: translateX(240px);
      opacity: 0;
  }
  100% {
      transform: translateX(0);
      opacity: 1;
  }
}

.pubbanner-up {
  position: absolute;
  bottom: 124px;
  left: 24px;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  white-space: nowrap;
  font-size: 70px;
  color: #fff;
  opacity: .2;
}

.pageNav {
  width: 100%;
  /* box-shadow: 0px 10px 10px #f2f2f2; */
  border-bottom: 1px solid #f0f0f0;  
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  position: absolute; bottom: 0; z-index: 9;
  /* height: 0.75rem;
  line-height: 0.75rem; */
}

.pageNav li {
  font-size: 14px;  
  text-align: center;
  position: relative;
  float: left;
  display: block;

}
.pageNav2 li {width: 24%;}
.pageNav3 li { width: 20%;  border-bottom: 1px solid rgb(255, 255, 255, 0.2); border-right: 1px solid rgb(255, 255, 255, 0.2);}
.pageNav3 li:nth-child(5n){border-right: 0px;}
.pageNav4 li {width: 33.33%;}
.pageNav5 li {width: 50%;}
.pageNav li:first-child {border-left: 0;}
.pageNav li .ico { padding: 0.30rem 0 0.15rem;text-align: center;}

.pageNav li .ico img {
  width: 33px;
  margin: 0 auto;
}


.pageNav li a {
  font-size: 18px;
  color: #fff;
  height: 0.75rem; line-height: 00.75rem;
  padding: 0px 40px; display: block;
}

.pageNav li a:hover {
  color: #fff;
}
.pageNav li a.aNow {
  color: #fff; 
  background: #0f9851;
}

.pageNav li a.aNow:hover {
  color: #fff;
}

.pageNav .add {
  margin-right: 2.5%;
  float: right;
  text-align: right;
  line-height: 0.75rem;
  height: 0.75rem;
  color: #ccc;
  font-weight: 300;
}

.pageNav .add a {
  color: #ccc;
  font-weight: normal;
  font-size: 15px; padding: 0 8px;
}
.pageNav .add a:hover{ color:#fff;}

.pageNav .add i {
  color: #fff;
  margin-right: 10px;
}


.ny_main {
  padding: 1rem 0 0rem;
}
.ny_main2 {
  padding: 1rem 0;
}
.bg_f5f5f5{ background: #f6f6f6;}
.padd_b_50{ padding-bottom: .7rem;}

.ny_main.fix .pageNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}

.padd_0{padding:0 1.5% 0.8rem 1.5%;}
.ny_main .dy_page {
  padding: 0 0px;
}

.sub-tit {  text-align: center; margin-bottom: 0.6rem;}
.sub-tit .en {  font-size: 0.8rem; color: #f5f5f5;  font-family: arial;  text-transform: uppercase;  font-weight: bold;}
.sub-tit .cn {  font-size: 0.36rem; color: #333;  margin-top: -0.4rem;}
.sub-tit .line {  width: 40px;  height:4px;  background-color: rgba(0,0,0,.1);  margin: 25px auto 0;}
.ny_main .dy_page .w1200 p {
  color: #666;
  font-size: 15px;
  line-height: 30px;
  padding: 0 15px;
}
.ny_main .dy_page img{ max-width: 100%;height: auto;}
.ny_main .dy_page .w1200_cp{padding-bottom: 35px; margin: 0 1.5% 50px 1.5%; background: url(../images/034.jpg) repeat-x bottom;}
.ny_main .dy_page .w1200_cp p {
  color: #454545;
  font-size: 16px;
  line-height: 30px;
  font-family:"microsoft yahei",SimHei,tahoma,Arial,Verdana,sans-serif;
}
.abouttitle {
  padding: 1.5rem 0;
  text-align: center;
  background:url(../images/012.jpg) center fixed no-repeat; 
  background-size: 100% auto;
}
.story-list li.pad_t_0{ padding-top: 0;}
.story-list li{
  padding-top: 1rem; width: 100%; float: left;
}
.story-list li:last-child{
  margin-bottom: 0;
}
.story-list .img{
  float: left;
  width: 50%;
}
.story-list .img img{
  width: 100%;
}
.story-list .sub-tit,
.story-list .about-con{
  text-align: left;
}
.story-list .text-box{
  float: right;
  width: 45%;
}
.story-list li:nth-child(2n) .img{
  float: right;
}
.story-list li:nth-child(2n) .text-box{
  float: left;
}
.story-list .sub-tit .en{
color: #efefef;
}
.story-list .sub-tit .line{
margin: .5rem 0 0;
}
.story-list .about-con{
margin-top: .5rem;
}
.ny_main .dy_page .wd100 {
  width: 100%;
}

.ny_main .dy_page .wd100 h2 {
  color: #c2b6ac;
  font-size: 32px;
  line-height: 0px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 20px;
  font-family: Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, " sans-serif";
  text-transform: uppercase;
}

.ny_main .dy_page .wd100 h3 {
  color: #232323;
  font-size: 36px;
  font-weight: 400;
  line-height: 30px;
}

.ny_main .dy_page .wd100 .line {
  width: 24px;
  height: 2px;
  background: #001446;
  margin: 30px 0 50px 0;
}

.ny_main .dy_page .wd100 p {
  color: #666;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  font-family: "PingFang SC Regular"
}

.ny_main .dy_page .wd100 p img {
  max-width: 90%;
  height: auto
}

.ny_main .dy_page .left {
  width: 70%;
  float: left;
}

.ny_main .dy_page .left h2 {
  color: #cd151d;
  font-size: 32px;
  line-height: 0px;
  font-weight: 300;
  margin-bottom: 30px;
  font-family: Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, " sans-serif";
  text-transform: uppercase;
}

.ny_main .dy_page .left h3 {
  color: #4B4B4B;
  font-size: 36px;
  font-weight: 400;
  line-height: 30px;
}

.ny_main .dy_page .left .line {
  width: 24px;
  height: 2px;
  background: #001446;
  margin: 30px 0 50px 0;
}

.ny_main .dy_page .left p {
  color: #666;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
}

.ny_main .dy_page .right {
  width: 25%;
  float: right;
  position: relative;
  padding-top: 100px;
}

.ny_main .dy_page .right img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.ny_main .dy_page p.txt01{ text-align: left; font-size: 0.36rem; position: relative; font-weight: 500; color:#caa052; padding-bottom:0.3rem; margin-bottom: 0.3rem;}
.ny_main .dy_page p.txt01::before{content: ''; position: absolute; bottom: 0; left: 50%; margin-left: -0.25rem; width: 0.5rem; height: 2px; background: #ccc;}
.ny_main .dy_page p.txt02{text-align: left; font-size: 0.24rem;color: #666;margin-bottom: 0.3rem; font-weight: 400;}

.dy_page .cultureslide{margin-top:44px;position:relative}
.dy_page .cultureslide .swiper-slide{height:auto}
.dy_page .cultureslide .swiper-slide .box{height:100%}
.dy_page .cultureslide .swiper-slide .img{width:100%; overflow: hidden;}
.dy_page .cultureslide .swiper-slide .img img{ width:100%; height: auto;}
.dy_page .cultureslide .swiper-slide .textbox{width:100%;border:1px solid #eee;border-top:none;padding:34px 3vw;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.dy_page .cultureslide .swiper-slide .textbox .title{color:#000;font-size:0.28rem;text-align:center;}
.dy_page .cultureslide .swiper-slide .textbox .text{margin-top:10px;min-height:36px;text-align:center;text-align:center;line-height:1.286;color:#666;font-size:0.14rem;}
.dy_page .swiper-button-next,
.dy_page .swiper-button-prev{width:56px;height:56px;margin-top:-92px;background-color:#f2f2f2;background-size:auto;opacity:0}
.cultureslide:hover .swiper-button-next,
.cultureslide:hover .swiper-button-prev{opacity:1}
.dy_page .swiper-button-prev{background-image:url(../img/cul-l.png);left:-28px}
.dy_page .swiper-button-next{background-image:url(../img/cul-r.png);right:-28px}
.dy_page .swiper-button-prev:hover{background-color:#1263aa;background-image:url(../img/cul-lcur.png)}
.dy_page .swiper-button-next:hover{background-color:#1263aa;background-image:url(../img/cul-rcur.png)}
.dy_page .cultureslide .swiper-slide:hover .img img{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05)}


.network{ width: 100%;}
.network li{float: left;
  width: calc(33.33% - 1px);
  margin: 0 1px 1px 0;
  background: #f0f0f0;
  height: 2rem;
  padding: 0.2rem 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;}
.network li h4 {margin-bottom: 12px; font-size: 0.24rem; color:#333;}
.network li .address {
  margin-bottom: 2%;line-height: 0.26rem; font-size: 0.15rem;
  align-items: unset;
}
.network li .address pre{    line-height: 2;
  font-family: "PingFang SC Regular";
  font-size: 0.16rem; 
  white-space:pre-wrap;
  white-space:-moz-pre-wrap;
  white-space:-pre-wrap;
  white-space:-o-pre-wrap;
  word-wrap:break-word;}
  

.about_hj {
  width: 100%;
  float: left;
}

.cp_neir{padding:0px 0% 20px ;}
.cp_neir ul {
  width: 100%;
}

.cp_neir ul li {
  float: left;
  width: 22%;
  margin: 0 1.5% 20px 1.5%;
  position: relative;
  border: 1px solid #e3e2e2;
  border-bottom: 5px solid #e3e2e2;
}
.cp_neir_honor ul li{border: 1px solid #e3e2e2;  border-bottom: 0px solid #d3e2e2; padding:20px; background-color: #fff;}

.dummy {padding-top: 100%;}
.dummy2 {padding-top: 75%;}


.cp_neir ul li .txt2 a{color: #343434;}

.cp_neir ul li .txt2 {
  color: #343434;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  padding: 18px 0 10px 0px;
  text-align: center;
}
.cp_tu {
  list-style-type: none;
  /*display:inline-block;*/
  display: block;
  float: left;
  max-width: 800px;
  max-height: 800px;
  width: 100%;
  margin: 0 0%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.cp_tu img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
}

.cp_tu i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.cp_tu p {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}


/* 联系我们 */
.ctabox .pa {padding: 0px;}
.ctaList .namebox {width: 63%;float: left;}
.ctaList .ti {font-size: 26px;color: #333;line-height: 1.4;padding-right: 20px;margin-bottom: 10px;font-weight: bold;}
.ctaList .p {margin-top: 30px;line-height: 36px;font-size: 16px;margin-bottom: 30px;}
.ctaList .mabox {width: 18%;float: left;margin-left: 20px;}
.ctaList .mabox .ma {width: 150px;text-align: center;line-height: 1.4;max-width: 100%;}
.ctaList .mabox .ma img {display: block;width: 100%;}
.ctaList .mabox .ma p{ padding-top: 10px; font-size: 16px;}
.ditu {width: 100%;height: 550px;font-size: 12px;margin-top: 20px;}
/*-----------------[新闻动态]--------------*/

.news1 li{ padding-bottom:30px; margin-bottom:30px; border-bottom:1px #eee solid; }
.news1 li:last-child{ padding-bottom:0px; margin-bottom:0px; border-bottom:none;}
.news1 li .imgDiv{ float:left; width:21%;height: 140px;  overflow:hidden;}
.news1 li .imgDiv img{ width:100%; height: 140px; transition:ease 0.3s; -webkit-transition:ease 0.3s; -moz-transition:ease 0.3s; -o-transition:ease 0.3s;}
.news1 li .imgDiv:hover img{ transform:scale(1.2); -webkit-transform:scale(1.2);}
.news1 li .text{ float:left; width: 75%; padding:0 1% 0 4%; background:url(../images/ico18_1hr.png) no-repeat right center;}
.news1 li .morebox{ float:left; width:125px; padding-left:50px;}
.news1 li .morebox .more{ display:block; margin-top:70px; width:125px; height:40px; line-height:40px; text-indent:20px; font-size:14px; color:#8b8b8c; background:#f5f5f5; background-size:100% 100%;}
.news1 li .morebox .more:hover{ background:#817465; color:#fff; box-shadow:0 0 15px rgba(20,167,83,0.5);background-size:100% 100%;}
.news1 li .text h3{  font-size:18px; color:#333; padding-bottom:15px; margin-bottom:15px; background:url(../images/ico2_1hr.png) no-repeat left bottom; height: 25px; overflow: hidden;font-family:"PingFang SC","microsoft yahei","Source Han Sans CN";}
.news1 li .text h3 a{ color:#333;}
.news1 li .text h3 a:hover{ color:#000;}
.news1 li .text p{ font-size:14px; color:#8b8b8c; line-height:1.8; height:80px; font-weight: 300;}
.news1 li .text .time{ font-size:13px; color:#8b8b8c;}
/*
-----------------[文章详细页]--------------*/
.projectshow1{width: 98%; max-width: 1200px; margin: 60px auto;}
.projectshow1 .title{ text-align:center; padding-bottom:15px; margin-bottom:30px;   }
.projectshow1 .title h1{ font-weight:inherit; font-size:30px; font-weight: bold;color:#333; padding-bottom:18px;font-family:"PingFang SC","microsoft yahei","Source Han Sans CN";}
.projectshow1 .title .time{ font-size:14px; color:#8b8b8c;text-align: center; width: 100%;border-bottom:1px #ddd dotted; border-top:1px #ddd dotted; padding: 12px 0; margin-top: 15px;}
.projectshow1 .title .time span{ padding:0 10px;float: none;}
.projectshow1 .contentbox .text h2{ font-size:14px; color:#ec6c21; padding-bottom:20px;}
.projectshow1 .contentbox .text p{ font-size:14px; color:#666;line-height:2;}
.projectshow1 .contentbox .text span{ font-size: 16px; line-height: 2;}
.projectshow1 .contentbox img{ max-width:100%; height: auto;}

.detailsshare{ position:relative; padding-top:20px;}
.detailsshare .share{ height:5px;  border-bottom:1px #ddd dotted; }
.detailsshare .share em{ font-size:14px; color:#8d8d8d; line-height:27px; float:left; font-style:normal}
.detailsshare .share li{ float:left; margin-left:10px;}
.detailsshare .bottomDiv{ padding-top:30px;}
.detailsshare .bottomDiv a{ font-size:14px; color:#333;}
.detailsshare .bottomDiv em{ font-size:14px; color:#333; font-weight:bold; font-style:normal}
.detailsshare .bottomDiv a:hover{ color:#000; font-weight: bold;}
.detailsshare .bottomDiv .left{ float:left;}
.detailsshare .bottomDiv .left .getDiv{ padding-bottom:15px;}
.detailsshare .bottomDiv .right{ float:right; margin-top:10px;}
.detailsshare .bottomDiv .right .backbtn{display:block; font-size:14px; text-align:center; color:#8b8b8c; line-height:40px; width:120px; height:40px; border:1px #eee solid;}
.detailsshare .bottomDiv .right .backbtn:hover{ color:#fff; background-color:#ec6c21; border:1px #ec6c21 solid;}
.detailsshare .flshare{ float:right; width:242px;}

.bread-box{	width:100%;	height: 0.7rem;	border-top: 1px solid #f0f0f0;	background: #f5f5f5;}
.bread-box .bread{
    float: left;
}
.bread-box .bread a,
.bread-box .bread span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin: 0 2px;
}
.bread-box .bread a{
    color: #999;
    transition: all .2s;
	line-height: 0.7rem;
  font-size: 0.15rem;
}
.bread-box .bread .home{
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../images/home.png');
}
.bread-box .back{
  padding-right: 2.5%;
    float: right;
    font-size: 0.15rem;
	line-height: 0.7rem;
    color: #999;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    background-image: url('../images/back-btn.png');
    transition: all .2s;
}

/*搜索*/

.search {
  width: 600px;
  background: #fff;
  height: 45px;
  line-height: 45px;
}

.search_box {
  margin: 0 auto;
  width: 600px;
}

.search-top-box {
  margin-top: 90px;
  padding: 60px 0 40px 0;
  margin-bottom: 1px;
  background: #f5f5f5;
}

.minh3 {
  min-height: 320px;
}

.search_time {
  line-height: 40px;
  height: 40px;
  width: 100%;
  text-align: left;
}

.search select {
  display: none;
}

.search .select_box {
  font-size: 14px;
  color: #999999;
  width: 120px;
  line-height: 45px;
  float: left;
  position: relative;
}

.search .select_showbox {
  height: 45px;
  background: url(../images/search_ico.png) no-repeat 90px center;
  text-indent: 1.5em;
}

.search .select_showbox.active {
  background: url(../images/search_ico_hover.png) no-repeat 90px center;
}

.search .select_option {
  display: none;
  border: 2px solid #fa0712;
  border-top: none;
  display: none;
  left: -2px;
  top: 45px;
  position: absolute;
  z-index: 99;
  background: #aaa;
}

.search .select_option li {
  text-indent: 1.5em;
  width: 100px;
  cursor: pointer;
}

.search .select_option li a {
  color: #666;
}

.search .select_option li.selected {
  background-color: #F3F3F3;
  color: #999;
}

.search .select_option li.hover {
  background: #BEBEBE;
  color: #fff;
}

.search input.inp_srh,
.search input.btn_srh {
  border: none;
  background: none;
  height: 45px;
  line-height: 45px;
}

.search input.inp_srh {
  font-size: 14px;
  outline: none;
  width: 60%;
  padding-left: 3%;
}

.search input.btn_srh {
  background: #2a2927;
  color: #FFF;
  font-family: "微软雅黑";
  font-size: 15px;
  width: 100px;
  float: right;
}

.nodate {
  color: #666;
  font-size: 20px;
  text-align: center;
}

.search_result {
  background: #fff;
  padding: 0px 0px 60px 0;
  min-height: 400px;
  margin-top: 30px;
}

.search_result .cp_neir {
  padding: 0.3rem 0;
}

.search_result ul.s_list li {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding-left: 5px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.search_result ul.s_list {
  width: 98%;
  margin: 0 auto;
}

.search_left {
  text-align: right;
  float: left;
  width: 200px;
  margin-right: 16px;
}

.search_left h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}

/*产品列表*/
.cp_box_bg{ background: #f7f7f7;}
.cp_box_list{flex-wrap: wrap;display: flex; margin-top: -0.2rem;}
.i2ra{
	width: 50%;
	height: 50%;
	flex-direction: column;
	padding: 15px;
	position: relative;
}
.pda {
  margin-top: 25px;
  width: 23.875%;
  margin-right: 1.5%;
  background: #fff !important;
  padding-bottom: 30px;
  transition: .5s;
}
.pda:nth-of-type(4n){ margin-right: 0;}
.i2ra::after{
	width: 0px;
	height: 3px;
	background: #caa052;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	transition: 1s;
	opacity: 0;
}
.i2ra:hover::after{
	width: 100%;
	opacity: 1;
}
.i2ra:nth-child(1),
.i2ra:nth-child(4){
	background: #f9f9f9;
}
.i2ra:hover{
	font-weight: bold;
	color: #caa052;
}
.i2raimg{
	flex: 0;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.i2raimg img{
	max-width: 100%;
	max-height: 100%;
}
.pda .i2raimg{
	height: auto;
}
.pdai{
	opacity: 0;
	transition: .25s;
	width: 20%;
	position: absolute;
	right: 0;
	top: 0;
}
.pdai img{
	display: block;
	width: 100%;
}
.pda:hover .pdai{
	opacity: 1;
}
.pda:hover{
	transform:translateY(-10px);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}


/*产品详情*/
.product-detial .summary .summary-left{float: left;width:43%;display: flex;justify-content: space-between;}
.product-detial .summary .summaryTab{width: 90px;padding: 0px 0;position: relative;flex-shrink: 0;flex-grow: 0; margin-right: 30px; box-sizing: border-box;}
.product-detial .summary .summaryTab .img{border: 1px solid #e6e6e6;background: #fff;border-radius: 0%;box-sizing: border-box;padding: 5px;margin: 0px 0;transform: scale(0.9);}
.product-detial .summary .summaryTab .img img{width: 100%; height: 50px;}
.product-detial .summary .summaryPoster{width: 100%; background: #fff;}
.product-detial .summary .summaryPoster .img{height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center; border: 1px solid #f5f5f5;}
.product-detial .summary .summaryPoster .img img{max-width: 100%;}
#summaryTab{height: 450px;}
#summaryTab .swiper-slide-active .img{transform: scale(1);border-color: #ccc;}
#summaryPoster{height: 450px;}
#summaryPoster .summaryPoster-prev,
#summaryPoster .summaryPoster-next,
#summaryPoster .summaryPoster-pagination{display: none;}
.product-detial .summary .summary-prev,
.product-detial .summary .summary-next{width: 31px;height: 18px;background: url('../images/pro-arrow-on.png') no-repeat;background-size: 100% 100%;position: absolute;left: 50%;margin-left: -15.5px;cursor: pointer;outline: none;}
.product-detial .summary .summary-prev{top: 0;}
.product-detial .summary .summary-next{bottom: 0;transform: rotate(180deg);}
.product-detial .summary .summary-prev.swiper-button-disabled,
.product-detial .summary .summary-next.swiper-button-disabled{background: url('../images/pro-arrow.png') no-repeat;background-size: 100% 100%;}
.product-detial .summary .summary-right{width: 46%;}
.product-detial .summary .summary-text{padding-top: 0px;}
.product-detial .summary .summary-text h5{line-height: 1.72;color: #666;}
.product-detial .summary .summary-text h2{font-size: 36px;line-height: 1.66; color:#232323;}
.product-detial .summary .summary-text h4{font-size: 18px;line-height: 2;padding: 7px 0 18px;border-bottom: 1px solid #e5e5e5;margin-bottom: 20px;}
.product-detial .summary .summary-text p{line-height: 34px;font-size: 14px;}
.product-detial .summary .summary-text pre{ background-color: none; line-height: 2;font-family: "PingFang SC Regular";font-size: 0.16rem;white-space:pre-wrap;
  white-space:-moz-pre-wrap;  white-space:-pre-wrap;  white-space:-o-pre-wrap;  word-wrap:break-word;}
/* .product-detial .summary .summary-text p:before{display: inline-block;content: "";vertical-align: top;width: 6px;height: 6px;background: #333;border-radius: 100%;margin: 14px 6px 0 0;} */

.pro-title{text-align: left;margin-bottom: 50px;}
.pro-title h3{position: relative; width: 100%; }
.pro-title h3 span{display: inline-block;vertical-align: top;font-size: 28px;position: relative;width: 100%; color:#232323;}
.pro-title h3 span:after{display: inline-block;content: "";vertical-align: top;width: 87%; height: 2px;background: #e5e5e5;position: absolute;top: 17px; left: 13%; }

.product-detial .specifications{background: #fff;padding: 74px 0 60px;}
.product-detial .specifications img{ max-width: 100%; height: auto;}
.none {  display: none;}


.recruitment-info{ background-color: #fff; padding: 30px 5%; margin-bottom: 40px;}
.recruitment-info h3 { font-size: 24px;font-weight:normal; color: #000; margin-bottom: 10px;}
.recruitment-info .t { font-size: 16px; font-weight: bold; }
.recruitment-info a { color: #cc0000; }
.recruitment-info .email { font-size: 15px; margin: 0 8px 0 11px; position: relative; }
.recruitment-info .email:before { content: ""; position: absolute; left: 0; right: auto; width: 100%; height: 0px; background: #999; bottom: -3px; transition: 400ms; -webkit-transition: 400ms; }
.recruitment-info .email:hover:before { width: 0; right: 0; left: auto; }


.hrList{ width: 100%; margin: 0 auto;font-size: 14px;}
.hrList .hspan{ text-align:center;cursor:pointer; width: 16%; display: block; float: left; height: 60px; line-height: 60px; font-size: 0.16rem;}
.hrList .hspan1{ text-align: left; padding-left: 5%; width:31%;}
.hrList .hrdt{ background-color: #333; color: #fff;}
.hrList dd{ margin-bottom: 3px; position: relative; background-color: #fff;}
.hrList .hrdt{ height: 60px; overflow: hidden;}
.hrList .hrT{ background-color: #f5f5f5; color:#666666;}
.hrList .hrT .hspan{ line-height: 60px; height: 60px;}
.hrList .ib{ width:16px; height:16px; margin: 22px auto 0px; display: block; position:relative; transition:400ms;-webkit-transition:400ms;}
.hrList .ib i{ display:block; background-color:#999999;}
.hrList .ib .ic1{ width:2px; height:16px; margin-left:7px;}
.hrList .ib .ic2{ width:16px; height:2px; position:absolute; left:0; top:50%; margin-top:-1px;}
.hrList .hrB{ border: 1px solid #e4effd; display: none;}
.hrList .hrCon{ width: 91%; margin: 0px auto; padding:30px 0px 50px; overflow: hidden;}
.hrList dd.active .hrT,.hrList dd:hover .hrT{ background-color:#1479d7; color: #fff;}
.hrList .active .ib i,.hrList dd:hover .ib i{ background-color: #fff;}
.hrList .active .ib{transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-moz-transform:rotate(90deg);}
.hrList .active .ib .ic2{ display: none;}
.join-box-btn{ padding-top: 30px;}
.join-box-btn .btn{ float: left; display: block; background-color: #1479d7; color: #fff; padding: 10px 40px; font-size: 14px;}
.join-box-btn .btn:hover{ background-color: #333333; color: #fff;}


.ny_main .item{margin-bottom:0.3rem; border-bottom: 1px solid #f5f5f5; padding-bottom: 0.3rem;}
.ny_main .item:nth-last-of-type(1){margin-bottom:0;border-bottom: 0;}
.ny_main .item .textbox{width:calc(100% - 230px);padding:2.3vw 2.56vw 0 2.6vw}
.ny_main .item .textbox .name{font-size:0.26rem; color:#232323;}
.ny_main .item .textbox .text p{color:#999;line-height:2.143;margin-top:30px; font-size: 0.15rem;}
.boxflex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-box-flex: wrap;
  -ms-flex-wrap: wrap;
}



.anli_list{
	margin:0 -2%;
}
.anli_item{
  width: 46%;
  float: left;
  margin:0 2% 0 2%;
  margin-bottom: 0.8rem;
  position: relative;
	overflow: hidden;
	background: #fff;
  
	
}
.anli_item2{
  width: 22%;
  float: left;
  margin:0 1.5% 0 1.5%;
  margin-bottom: 0.4rem;
  position: relative;
	overflow: hidden;
	background: #fff;
	
}
.anli_item:hover{ 
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.anli_pic{
  width: 100%;
  overflow: hidden;
}
.anli_pic img{
  width: auto;
  height:auto;
}
.anli_item{ padding:0.25rem;}
.anli_item h2{
  color: #fff;
  font-size: 18px;
  width: 100%;font-weight: bold;
  box-sizing: border-box;
	text-align: center;padding: 18px 0;
  overflow: hidden;
	background: rgb(0,0,0,0.7);position: absolute; bottom:-50px;opacity: 0; overflow: hidden;
	
}
.anli_item h3{
  color: #232323;
  width: 100%;
  box-sizing: border-box;
	text-align: center;padding:0 0.3rem 0.2rem;
  overflow: hidden;
	margin-top: 0.4rem;
	
}
.anli_item:hover h2{opacity: 1;bottom: 0;}
.anli_item p{
  color: #4c4c4c;
  width: 100%;
  box-sizing: border-box;
	margin-bottom: 0.4rem;
  padding:0 0.3rem;
  line-height: 28px;  color: #949494; 
}
.anli_item h6{
	margin-bottom: 20px;
	width: 100%;
	color: #999; 
	font-size: 12px;
	font-weight: normal;padding:0 0.3rem 0.2rem;
}

.anli_line{
  width: 100%;
  height: 2px;
  background-color: #f5f5f5;
  position: relative;
}
.anli_line span{
  position: absolute;
  left: 0;
  top:0;
  height: 2px;
  display: block;
  width: 0;
  background-color: #005678;
  transition: all 0.4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}



.anli_item:hover .anli_line span{
  width: 100%;
}
.anli_item:hover .anli_pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}


.floating_ck{position:fixed;right:20px;bottom:35%;background:#f5f5f5; border-radius:10px;  z-index: 999;}
.floating_ck dl dd{position:relative;width:80px;height:80px;border-bottom:solid 0px #fff;text-align:center;background-repeat:no-repeat;background-position:center 30%;cursor:pointer; font-size:12px;transition:500ms 180ms;}
.floating_ck .last{ border-bottom:none}
.floating_ck dl dd:hover{background-color:#caa052;border-bottom:solid 0px #fff;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult,.words{background-image:url(../images/tel.png);transition:500ms 180ms;}
.f_home{background-image:url(../images/home_r.png);border-radius:10px 10px 0px 0px;transition:500ms 180ms;}
.floating_ck dl dd.f_home:hover {background-image:url(../images/home_r-.png);}
.floating_ck dl dd.quote:hover {background-image:url(../images/kficon-.png);}
.floating_ck dl dd.consult:hover {background-image:url(../images/tel-.png);}
.floating_ck dl dd.qrcord:hover {background-image:url(../images/sm-.png);}
.floating_ck dl dd.return:hover {background-image:url(../images/top-.png);}
.quote{background-image:url(images/kficon.png);transition:500ms 180ms;}
.qrcord{background-image:url(../images/sm.png);transition:500ms 180ms;}
.return{background-image:url(../images/top.png);transition:500ms 180ms;border-radius:0px 0px 10px 10px ;}
.floating_ck dd span{color:#787878;display:block;padding-top:54px;transition:500ms 180ms;}
.floating_ck dd span:hover {color:#fff;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:#caa052;border-bottom:solid 1px #caa052;display:none; font-size:18px;border-radius:10px 0px 0px 10px;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:230px;top:-150px;}
.floating_ewm i{background-image:url(../images/wx.jpg);display:block;width:135px;height:135px;margin:auto;margin-top:12px; background-size: 100% auto;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:14px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:16px;}



/* 标题 */
.main-title{text-align: center;}
.main-title h1{font-size: 30px;font-weight: normal; letter-spacing: 8px;color: #931322;}
.main-title span{display: block;margin: 10px 0;}
.main-title p{font-size: 15px;color: #000;margin-bottom: 35px; font-weight: lighter;}

.flex {display: flex;flex-flow: row wrap;}
.space-between {justify-content: space-between;}
.ip1_yewu{ margin-top: 60px;}
.ip1_yewu li{width: calc(20% - 9px); overflow: hidden;}
.ip1_yewu li .img{ width: 100%;}
.ip1_yewu li .img img{ width: 100%; height: auto;}
.ip1_yewu li .txt{ width: 100%; background: #e5e5e5; padding: 50px 0 20px; text-align: center; color: #4a4a4a; font-size: 18px; position: relative;}
.ip1_yewu li .txt p{ height: 50px;line-height: 1.2;}
.ip1_yewu li .txt .icon{width: 73px; height: 73px; background: url(../images/001.png);margin: -37px auto 0; position: absolute;top:-0px; left: 0;right: 0;-webkit-transition: -webkit-transform 0.4s ease-out;	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;}
.ip1_yewu li:hover .txt .icon{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);	transform: rotate(180deg);}


/* display */
.c-dpn {display: none;}
.c-dpb {display: block;}
.c-dpi {display: inline-block;}

.c-dpn_w {display: none;}

.m-list {width: 48%; margin: 0 0 0 19px; float: right;}
.u-intro {border-bottom: 4px solid rgb(165,165,165,0.3); width: 100%; margin: 0 0 11px 0;  }
.u-intro li {float: left; width:122px; height: 35px; text-align: center; position: relative;padding-bottom: 40px;}
.u-intro li::before{ content: ''; position: absolute; right: 0; top:1px; width: 1px; height: 17px; background: #969696;}
.u-intro li:last-child::before{ width: 0;}
.u-intro li a {color: #333;font-size: 20px;font-family:"Noto Serif SC","微软雅黑","Regualr";}
.u-intro li.z-state::after { content: ''; position: absolute; width:122px; height: 4px; background: #af7b48; bottom: -4px; left: 0;}
.u-intro li.z-state a {color: #846f47;}
.u-list {margin: -1px 0 0 0;}
.u-list li {width: 100%; float: left; height: 37px; line-height: 48px; position: relative; overflow: hidden; padding-right: 60px;}
.u-list li p{ width:80%; float: left;}
.u-list li a {color: #333; padding-left: 11px; background: url("../images/wxzy_4.png") no-repeat left center; transition: all .5s; width: 50%; }
.u-list li .title{ width:85%; float: left;}
.u-list li span {color: #a5a5a5; position: absolute; right: 0; top: 0;}
.u-list li a:hover {color: #846a36; background-image: url("../images/wxzy_5.png");}

.u-list2 {margin: -1px 0 0 0;}
.u-list2 li {width: 100%; float: left; height: 37px; line-height: 48px; position: relative; overflow: hidden; padding-right: 80px;}
.u-list2 li p{ width:80%; float: left;}
.u-list2 li a {color: #333; padding-left: 11px; background: url("../images/wxzy_4.png") no-repeat left center; transition: all .5s; }
.u-list2 li span {color: #a5a5a5; position: absolute; right: 0; top: 0;}

.u-list2 li a:hover {color: #846a36; background-image: url("../images/wxzy_5.png");}

.pagecontent{ width:100%; margin-top: 40px;}
.pagenavBox {width: 100%; text-align: center;}
.pagenav { margin:0 auto; }
.pagenav h2 { height: 60px; line-height: 60px; text-align: center; color: #fff; font-size: 22px; font-weight:normal; background: #af7b48; color: #fff; margin-bottom: 20px;font-family:"Noto Serif SC","微软雅黑","Regualr";   }
.pagenav a { width: 220px;
  height: 48px;
  line-height: 45px;
  border-radius: 48px;
  font-size: 16px;
  border: 1px solid #dddddd;
  text-align: center;
  margin-left: 10px;
  display: inline-block;}
.pagenav a:hover, .pagenav a.active { background: #af7b48;  color: #fff;  border: 1px solid #af7b48;}
.pagenav.fixed { position: fixed; left: 2.5%; right: 2.5%; width:95%; height: 60px; z-index: 10; top: 123px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;  }
.pagenav a:hover span, .pagenav a.active span { color: #000; }


.page_inner{ margin:0px 0 0 50px; padding:0 40px 40px;background: rgba(255,255,255,0.6); }
.w1280_page{max-width: 1320px; width: 95%; margin: 0 auto;}
.ny_title{font-size: 40px;  color: #000;  text-align: center; margin-bottom: .7rem; font-weight: 800;}


.list_page{ padding: 40px 0; min-height:400px }
.img_list{padding: 40px 0; min-height:400px}

.bread_nav{width: 100%; height: 50px; border-bottom: 1px solid #e5e5e5;}
.bread_nav dt, .bread_nav dd{float: left; height: 50px; line-height: 50px;}
.bread_nav dt{width:30%; font-size: 22px; color: #3e332a}
.bread_nav dd{width: 100%; text-align: left; color: #333333;}
.bread_nav dd i{ padding-right: 10px; color:#af7b48;}
.bread_nav dd a{color: #333333}

ul.ldzs{width: 100%;}
ul.ldzs li{ width: 23%; height: 50px; text-align: center; line-height: 48px; background: #f5f5f5; border: 1px solid #ddd; color:#232323; margin-right: 2%; margin-bottom: 25px; float: left;transition: .4s;position: relative;}
ul.ldzs li a{ color:#565656;font-size: 15px; width: 100%; height: 100%;position: absolute;left: 0; top:0;}
ul.ldzs li:hover{ background: #af7b48; border: 1px solid #af7b48; }
ul.ldzs li:hover a{ color:#fff;}

ul.jyfs{width: 100%;}
ul.jyfs li{ width: 100%; margin-bottom: 25px; float: left;transition: .4s;position: relative; border-bottom: 1px dashed #ccc; padding-bottom: 20px;}
ul.jyfs li:last-child{ padding-bottom: 0; margin-bottom: 0; border-bottom: none;}
ul.jyfs li .tu{ width: 30%; float: left; overflow: hidden;}
ul.jyfs li .txt{ width: 60%; float: right; margin-right: 5%;}
ul.jyfs li .txt h2{ font-size: 24px; color:#232323;font-family:"Noto Serif SC","微软雅黑","Regualr"; margin-bottom: 20px; margin-top: 15px;}
ul.jyfs li .txt p{ font-size: 14px; line-height: 2;color:#999;}

.info1{ padding: 20px 0;min-height:400px}
.info1 li{border-bottom: 1px solid #e7e5e5; font-size:14px; color:#999; position:relative;padding-bottom: 34px; margin-bottom: 34px;}
.info1 li .name{float: left;padding-left: 20px;width: calc(100% - 100px);padding-right: 50px;}
.info1 li .name h2{ font-size: 18px; color: #333333; margin-bottom: 15px;line-height: 1.2;}
.info1 li .name h2 a{color: #333333;font-weight: bold;}
.info1 li .name p{line-height: 1.8;}
.info1 li a{ color:#666; display:block; }
.info1 li .name h2 a:hover{ color:#846a36;}
.info1 li .time{float: left; width: 100px; text-align: center;}
.info1 li .time h2{ font-size: 36px; color: #bbbbbb; text-align: center; margin-bottom: 10px;margin-top: 8px;} 
.info1 li .time h3{font-size: 14px; color: #bbbbbb;}
.info1 li .xz_ico{ width:28px; height: 28px;position:absolute; right:10px; top:10px; background:url(../images/gicon13.png);}
.info1 li:hover .xz_ico{background:url(../images/gicon13-2.png);}



.about01{ margin-bottom:.4rem; position: relative; padding-bottom:1rem;}
.about01 .text{font-size: 16px;color: #666; width: 90%; margin: 0 auto; }
.about01 .text p{ line-height: 2.5; margin-bottom: 20px;}
.intojtzs-city{position: absolute;width: 100%;height: 209px;left: 0;bottom: 100px;background: url('../images/intojt1img.png') repeat center center/auto 100%;animation: citymove 60s linear infinite;z-index: -5;}
@keyframes citymove{0%{background-position:0px 0px;}100%{background-position:1920px 0;}}
.ul-about02 {
  overflow: hidden
}

.ul-about02 li {
  float: left;
  width: 25%
}

.ul-about02 li .pic {
  position: relative;
  padding-top: 120.25%;
  overflow: hidden
}

.ul-about02 li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s
}

.ul-about02 li:hover .pic img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}

.ul-about02 li .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgb(0,0,0,0.4);
  background-size: cover;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.ul-about02 li:hover .mask {
  background-image: url(../images/z-mask6.png)
}

.ul-about02 li .mask .txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.ul-about02 li .mask i {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.ul-about02 li .mask h4 {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 19px
}

.ul-about02 li .mask .info {
  font-size: 14px;
  line-height: 2;
  height: 50px;
  overflow: hidden;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.ul-about02 li:hover .mask .info {
  height: 11.42em
}

/* 品牌实力 */
.about03{width: 100%;overflow: hidden;margin-top: .5rem;}
.about03-menu{width: 100%;border: 1px solid #e5e5e5; height: 72px;}
.about03-menu a{display: flex;float: left;align-items: center;padding-top: 4px;justify-content: center;width: 50%;height: 72px;position: relative;font-size: 24px;color: #888;font-family:'宋体';transition: all .4s ease;border-left: 1px solid #e5e5e5;}
.about03-menu a:first-child{border-left: none;}
.about03-menu a::after{content: "";position: absolute;width: 0;opacity: 0;transition: width .4s ease 0s, opacity .2s ease .4s;height: 3px;top: -1px;background: #1c3d6b;left: 0;right: 0;margin: 0 auto;}
.about03-menu a:hover, .about03-menu a.active{color: #000;}
.about03-menu a.active::after{width: 100%;opacity: 1;transition: width .4s ease .2s, opacity .2s ease 0s;}
.about03-loop{ width: 100%; float: left;}
.about03-loop-wrap{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;overflow: hidden; padding: 100px 0 120px;}
.about03-loop-img, .about03-loop-list{width: 50%;float: left;}
.about03-loop-img{padding-right: 120px;}
.about03-loop-img .date{position: relative;z-index: 2;text-align: right;}
.about03-loop-img .date p{font-size: 100px;color: #d0d0d0;line-height: 1;position: relative;}
.about03-loop-img .date p:first-child{color: #303030;padding-right: 70px;}
.about03-loop-img .date p:first-child::after{content: "";position: absolute;right: 0;width: 48px;height: 10px;top: 50%;margin-top: -5px;background: #d0d0d0;}
.about03-loop-img .date p:last-child{margin-right: -10px;}
.about03-loop-img .img{width: 100%;overflow: hidden;margin-top: -40px;}
.about03-loop-img .img img{width: 100%;object-fit: cover;}
.about03-loop-list{position: relative;}
.about03-loop-list::after{content: "";width: 1px;height: 3000px;top: -400px;position: absolute;left: 0;background: #e5e5e5;}
.about03-loop-list li{width: 100%;padding: 0 30px 0 80px;position: relative;margin-top: 26px;}
.about03-loop-list li:first-child{margin-top: 0;}
.about03-loop-cont{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.about03-loop-cont .year{width: 110px;font-size: 18px;color: #303030;line-height: 26px;}
.about03-loop-cont .text{font-size: 16px;color: #888;line-height: 26px;width: calc(100% - 110px);text-align:justify;text-justify:inter-word;}
.about03-loop-dot{position: absolute;width: 8px;height: 8px;background: #e5e5e5;border-radius: 50%;left: -4px;top: 9px;transition: all .4s ease;z-index: 4;}
.about03-loop-dot::before{content: "";position: absolute;width: 20px;height: 20px;border-radius: 50%;border: 1px solid #e5e5e5;left: 50%;top: 50%;margin: -10px 0 0 -10px;transition: all .4s ease;}
.about03-loop-dot::after{content: "";position: absolute;width: 46px;height: 1px;background: #e5e5e5;top: calc(50% - 1px);left: 14px;transition: all .4s ease;}
.about03-loop-list li:hover .about03-loop-dot{background: #1c3d6b;}
.about03-loop-list li:hover .about03-loop-dot::before{border: 1px solid #1c3d6b;}
.about03-loop-list li:hover .about03-loop-dot::after{background: #1c3d6b;}

.benegg-list{width: 100%;margin-top: 44px;}
.benegg-list .items{width: 100%;display: none;}
.benegg-list .items.active{display: block;}
.benegg-list-ul{margin: -26px 0 0 -30px;display: flex;flex-wrap: wrap;}
.benegg-list-link{width: calc(50% - 30px);margin: 26px 0 0 30px;height: 120px;display: flex;align-items: center;background: #fff;}
.benegg-list-link .book, .benegg-list-link .name, .benegg-list-link .arrow{height: 100%;display: flex;align-items: center;position: relative;}
.benegg-list-link .book{width: 110px;justify-content: center;}
.benegg-list-link .book i{width: 60px;height: 60px;border-radius: 50%;border: 2px solid #eee;background: url('../images/benegg1.png') no-repeat center/25px auto;transition: all .4s ease;}
.benegg-list-link .name{width: calc(100% - 120px);font-size: 20px;color: #333;line-height: 1.24;padding-right: 24px;}

.benegg-list-link .arrow{width: 120px;justify-content: center;overflow: hidden;}
.benegg-list-link .arrow i{width: 36px;height: 36px;position: relative;z-index: 2;border-radius: 50%;border: 1px solid #808080;background: url('../images/pages/benegg2.png') no-repeat center/16px auto;transition: all .6s ease;}
.benegg-list-link .arrow::before {content: "";position: absolute;right: -112px;bottom: -112px;width: 0;height: 0;border-bottom: 240px solid #1c3d6b;border-left: 240px solid transparent;transition: all .6s ease;}
.benegg-list-link:hover .book i{border-color: #1c3d6b;background-image: url('../images/benegg1H.png');}
.benegg-list-link:hover .name::after{opacity: 0;}
.benegg-list-link:hover .arrow i{border-color: #fff;background-image: url('../images/pages/benegg2H.png');}
.benegg-list-link:hover .arrow::before{right: 0;bottom: 0;}

.ny_main_pro{ margin:0 5%;}

/*-----------------[新闻动态]--------------*/
.zoomImage60{
	width:100%;
	height:0;
	padding-bottom: 60%;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;	
}
.news-list{margin: 0 5%;}
.news-link{display: block;width: 27.3%;margin: 0 3%;}
.news-link-img{width: 100%;overflow: hidden;position: relative;}
.news-link-img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.news-link-cont{width: 100%;margin-top: 10px; padding: 32px 0 40px;}
.news-link-cont .name{color: #333;line-height: 32px;height: 68px;transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;font-size: 24px; font-weight: 800; }
.news-link-cont .time{color: #888;margin-top: 30px;line-height: 20px;padding-left: 26px;background: url('../images/newsic.png') no-repeat left center;font-family: 'timesi';}
.news-link:hover .news-link-img img{transform: scale(1.04);}
.news-link:hover .news-link-cont .name{color: #d88b13;}

.cxfangshi{ width: 100%;padding-bottom:1rem; border-bottom: 1px solid rgb(0,0,0,0.2); margin-bottom: 1rem;}
.cxfangshi li{ width: 33.3%; position: relative; float: left;padding-right: 5%;}
.cxfangshi li::before{ height: 300px; width: 1px; position: absolute;right: 0;}
.cxfangshi li h2{ font-size: 30px; color: #000; margin-bottom: 50px;}
.cxfangshi li p{ font-size: 16px; line-height: 30px; color: #898989; margin-right: 20%;}

.pro-scene{width: 100%;overflow: hidden;border-bottom: 1px solid #ebebeb;}
.pro-scene .sonTitle{width: 100%;text-align: center;}
.pro-scene-list{margin: 0 5%; overflow: hidden;}
.pro-scene-items{width: 100%;align-items: center;background: #fff;}
.pro-scene-items:nth-child(2n){flex-direction: row-reverse;}
.pro-scene-img{width: 50%;}
.pro-scene-img img{width: 100%;object-fit: cover;min-height: 180px;}
.pro-scene-cont{width: 50%;padding: 0px 20px 0px; position: relative; text-align: center;}
.pro-scene-cont .name{line-height: 1.1;color: #232323; font-size: 30px; margin-bottom: 20px;}
.pro-scene-cont .text{color: #aaa;line-height: 27px;margin-top: 10px; font-size: 16px;}
.pro-scene-cont .more{width: 184px;height: 46px;background-color: #001446; line-height: 46px; margin-top: 40px; position: absolute; bottom: 0;}

.pro-scene-cont2{width: 50%;padding: 0px 0px 80px; position: relative;}
.pro-scene-cont2 .name{line-height: 1.1;color: #232323; font-size: 30px; margin-bottom: 20px;}
.pro-scene-cont2 .text{color: #aaa;line-height: 27px;margin-top: 10px; font-size: 16px;width: 234px; margin: 0 auto;}
.pro-scene-cont2 .text img{width: 234px; height: auto;}
.pro-scene-cont2 .more{width: 234px;height: 46px;background-color: #001446; line-height: 46px; margin-top: 40px; position: absolute; bottom: 0; left:50%; right: 0; margin-left: -117px;}

.page_js{margin: 0 auto; background: #fff; padding: 5%; }
.page_js .name{line-height: 1.1;color: #232323; font-size: 30px; margin-bottom: 20px;}
.page_js .text{color: #aaa;line-height: 27px;margin-top: 10px; font-size: 16px;}





















