/* 公用样式 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; } table{border-collapse:collapse; border-spacing:0; } fieldset,img{border:0; } ol,ul{list-style:none; } caption,th{text-align:left; } q:before,q:after{content:''; } abbr,acronym{border:0; } .clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } .l,.col-l,.col_l,.col-c,.col_c{float:left; } .r,.col-r,.col_r,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } .n,em{font-weight:normal; font-style:normal; } .b{font-weight:bold; } .i{font-style:italic; } .fa{font-family:Arial; } .fg{font-family:Georgia; } .ft{font-family:Tahoma; } .fl{font-family:Lucida Console; } .fs{font-family:'宋体'; } .fw{font-family:'微软雅黑'; } .tc{text-align:center; } .tr{text-align:right; } .tl{text-align:left; } .tdu{text-decoration:underline; } .tdn,.tdn:hover,a.tdl:hover{text-decoration:none; } .fc0{color:#000000; } .fc3{color:#333333; }
.fc6{color:#666666; } .fc9{color:#999999; } .fcr{color:red; } .fcw{color:white; } .fcb{color:blue; } .fcg{color:green; } .f0{font-size:0; } .f10{font-size:10px; } .f12{font-size:12px; } .f13{font-size:13px; } .f14{font-size:14px; } .f16{font-size:16px; } .f20{font-size:20px; } .f24{font-size:24px; } .vm{vertical-align:middle; } .vtb{vertical-align:text-bottom; } .vt{vertical-align:top; } .vn{vertical-align:-2px; } .vimg{margin-bottom:-3px; } .m0{margin:0; } .ml0{margin-left:0; } .ml5{margin-left:5px; } .ml10{margin-left:10px; } .ml20{margin-left:20px; } .mr0{margin-right:0; } .mr5{margin-right:5px; } .mr10{margin-right:10px; } .mr20{margin-right:20px; } .mt5{margin-top:5px; } .mt10{margin-top:10px; } .mt20{margin-top:20px; } .mb5{margin-bottom:5px; } .mb10{margin-bottom:10px; } .mb20{margin-bottom:20px; } .ml-1{margin-left:-1px; } .mt-1{margin-top:-1px; } .p1{padding:1px; } .pl5{padding-left:5px; } .p5{padding:5px; } .pt5{padding-top:5px; } .pr5{padding-right:5px; } .pb5{padding-bottom:5px; }
.p10{padding:10px; } .pl10{padding-left:10px; } .pt10{padding-top:10px; } .pr10{padding-right:10px; } .pb10{padding-bottom:10px; } .p20{padding:20px; } .pl20{padding-left:20px; } .pt20{padding-top:20px; } .pr20{padding-right:20px; } .pb20{padding-bottom:20px; } .rel,.pr{position:relative; } .abs,.pa{position:absolute; } .dn{display:none; } .db{display:block; } .dib{-moz-inline-stack:inline-block; display:inline-block; } .di{display:inline; } .ovh{overflow:hidden; } .ovs{overflow:scroll; } .vh{visibility:hidden; } .vv{visibility:visible; } .lh14{line-height:14px; } .lh16{line-height:16px; } .lh18{line-height:18px; } .lh20{line-height:20px; } .lh22{line-height:22px; } .lh24{line-height:24px;} .fix{*zoom:1; } .fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; } .z{_zoom:1; } .h1{height:1px; } .h5{height:5px; } .h10,.h{height:10px; } .h15{height:15px; } .h20{height:20px; }
.h1,.h5,.h10,.h15,.h20,.h{font-size:0px; line-height:0; overflow:hidden; clear:both; } body{font:12px "PingFang SC", "Microsoft YaHei", Tahoma, Arial, sans-serif; } a{text-decoration:none; } a:hover{ }

/*-----------------[初始化]--------------*/
a{
	color: inherit;
}
img{
	max-width: 100%;
}

body{color: #111;font-size: 16px;line-height: 1.5;overflow-x: hidden;
    font-family: 'SourceHanSansCN-Regular',"微软雅黑","Microsoft Yahei";
}
img{
	max-width: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
input,textarea,select{font-size: 12px;color: #111;
    font-family:'SourceHanSansCN-Regular',"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

/*@font-face {*/
/*    font-family: 'SourceHanSansCN-Regular';*/
/*    src: url('../fonts/SourceHanSansCN-Regular.otf');*/
/*}*/
@font-face {
    font-family: 'SourceHanSansCN-Light';
    src: url('../fonts/SourceHanSansCN-Light.otf');
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../fonts/SourceHanSansCN-Medium.otf');
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.ttf');
}

.ani{
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*布局*/
.wp{width: 100%;max-width: 1630px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}

.g-bg1{
    background: url(../images/p-bg1.png) repeat-x left top;
}
.g-bg2{background-color: #F1F3F6;}
.g-bg3{
    background: url(../images/p-bg2.png) repeat-x left top;
}
.g-bg4::after{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/p-bg1.png) repeat-x left top;
	z-index: -1;
}
/*******************************
  -------[=头部]-------
********************************/
/*body{padding-top: 95px;}*/
.header{*zoom:1;/* height: 95px; */position: fixed;top:0;left:0;right:0;z-index: 9999;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;background-color: #ffffff00 !important;}
.header:hover,.header.on{background-color:#fff !important;}
.header:after,.header:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
/* 客服挂件 */
@media (max-width: 480px) {
	.kefu-box{
		display: none;
	}
}
.kefu-box {position: fixed;right: 0px;bottom: 120px;z-index:300;}
.kefu {width: 46px; height: 45px; padding-left: 10px; margin-bottom: 0px; position: relative;}
.kefu span { display: block; width: 45px; height: 45px; position: relative; cursor: pointer; }
.kefu-email span { background: url(/include/images/email.png) no-repeat center; }
.kefu-skype span { background: url(/include/images/skype.png) no-repeat center; }
.kefu-tel span { background: url(/include/images/tel.png) no-repeat center; }
.kefu-wechat span { background: url(/include/images/wechat.png) no-repeat center; }
.kefu-home span { background: url(/include/images/home.png) no-repeat center; width: 62px; height: 62px; display: block; position: absolute;}

/* .kefu-email:hover span { background:#00a883 url(/include/images/email-h.png) no-repeat center; border-color:#00a883; }
.kefu-skype:hover span { background:#00a883 url(/include/images/skype-h.png) no-repeat center; border-color:#00a883; }
.kefu-tel:hover span { background:#00a883 url(/include/images/tel-h.png) no-repeat center; border-color:#00a883; } */
.kefu-email-info { width: 180px; display: block; position: absolute; right: 15px; top: 1px; height: 45px; line-height: 45px; text-align: center; color: #fff; display: none; }
.kefu-email-info:after { content: ''; display: none; width: 0; height: 0; border: 8px; border-color: transparent; border-style: solid; border-left: 8px solid #00a883; position: absolute; right: -16px; top: 13px; }
.backTop { width: 45px; height: 45px; margin-left: 10px; background: url(/include/images/backtop.png) no-repeat center; cursor: pointer; }
.kefu-wechat-info{margin-top: -50px;}
.kefu-backtop-info{right: 0px;}
.yincang{background: url(/include/images/yincang.png) no-repeat center; cursor: pointer; width: 45px; height: 30px; margin-left: 12px;}
.kefu-tel-info {
    width: 100px;
    display: block;
    position: absolute;
    right: 39px;
    top: 12px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background-color: #fa9600;
    border-radius: 10px;
    user-select: text;
}

/* 初始状态设置 */
.kefu-box, #kefu-home {transition: opacity 0.5s ease;}
/* 隐藏状态 */
.kefu.hidden {opacity: 0;pointer-events: none; /* Prevent interactions */}
/* 显示状态 */
.kefu.visible {opacity: 1;pointer-events: auto; /* Enable interactions */}
/* kefu-home 仅在需要时显示 */
#kefu-home {opacity: 0;pointer-events: none;transition: opacity 0.5s ease;}
#kefu-home.visible {opacity: 1;pointer-events: auto;}
/* .backTop:hover { background: #00a883 url(/include/images/backtop-h.png) no-repeat center; border-color: #00a883; } */


/*.logo{float: left;line-height: 40px;font-size: 0;}*/
/*.logo img{display: inline-block;vertical-align: middle;height: 38px;}*/
.hdr{float: right;position: relative;}
.nav{float: left;}
.nav li{float: left;margin-left: 42px;position: relative;}
.nav li:first-child{margin-left: 0;}
.nav li .v1{display: block;font-size: 14px;color: #111;line-height: 95px;}
.nav li:hover .v1,.nav li.on .v1{color: #fa9600;}
.nav .sub{position: fixed;left: 0;top: 95px;right: 0;display: none;
    padding: 26px 20px 25px 75px;
    background-color: #fff;
}
.nav dl{overflow: hidden;overflow-y: auto;max-height: 310px;}
.nav dl::-webkit-scrollbar {
    width: 5px;
}
.nav dl::-webkit-scrollbar-track {
    background: none;
}
.nav dl::-webkit-scrollbar-thumb {
    background: #E9E9E9;border-radius: 3px;
}
.nav dl::-webkit-scrollbar-thumb:window-inactive {
    background: #E9E9E9;border-radius: 3px;
}
.nav dd{width: 25%;float: left;margin-bottom: 20px;}
.nav dd a{display: block;overflow: hidden;line-height: 46px;font-size: 16px;}
.nav dd .ico{width: 46px;height: 46px;float: left;margin-right: 6px;}
.so_box{
	float: left;
	display: flex;
	align-items: center;
	height: 95px;
	margin-left: 35px;
}
.so_box form{
	display: block;
	width: 121px;
	height: 27px;
	display: flex;
	align-items: center;
	padding: 0 14px;
	border: 1px solid #DDD;
	border-radius: 20px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .5);
}
.so_box .ipt{
	flex: 1;
	display: block;
}
.so_box .ipt input{
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding-right: 10px;
	border: none;
	background-color: transparent;
	font-size: 14px;
}
.so_box .btn{
	display: block;
	width: 18px;
	height: 18px;
	border: none;
	background-color: transparent;
	padding: 0;
}
.so_box .btn img{
	display: block;
	width: 100%;
}
.so-btn{width: 30px;height: 95px;cursor: pointer;float: left;margin-left: 35px;
    background: url(../images/i-so.png) no-repeat center;
    -o-background-size: 18px auto;
    -ms-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
}
.so-btn:hover{background-image: url(../images/i-so-on.png);}
.so{position: absolute;right: 55px;top: 100%;display: none;
    width: 300px;
}
.so .inp{width: 100%;height: 50px;display: block;border: 0;
    background-color: #fff;border-radius: 25px;
    font-size: 14px;padding: 0 40px 0 20px;
}
.so .btn{position: absolute;right: 0;top: 0;width: 50px;height: 50px;
    border: 0;cursor: pointer;
    background: url(../images/i-so.png) no-repeat center;
    -o-background-size: 18px auto;
    -ms-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
}
.lang{width: 30px;height: 95px;cursor: pointer;float: left;margin-left: 35px;
    background: url(../images/i-lang.png) no-repeat center;
    -o-background-size: 18px auto;
    -ms-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
}
.hd-lang{
	float: left;
	position: relative;
	margin-top: 34px;
	margin-left: 20px;
}
.hd-lang .active{
	display: flex;
	align-items: center;
	height: 27px;
	cursor: pointer;
}
.hd-lang .icn{
	display: block;
	width: 18px;
	margin-right: 5px;
}
.hd-lang .icn img{
	display: block;
	width: 100%;
}
.hd-lang .txt{
	font-size: 14px;
	line-height: 1;
	margin-right: 5px;
}
.hd-lang .arr{
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.hd-lang .active.on .arr{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.hd-lang .arr img{
	display: block;
}
.hd-lang .sub{
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: rgba(255, 255, 255, .5);
	display: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}
.hd-lang .con{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 27px;
	padding: 0 5px;
}
.hd-lang .sub .txt{
	margin-right: 0;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;margin-top: 5px;margin-right: -5px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #fa9600;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 5px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
#banner{height: 832px;}
#banner .slick-slider,#banner .slick-list,#banner .slick-track,#banner .slick-slide{height: 100%;}
#banner .slick-slide{outline: 0;position: relative;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
#banner .slick-next,#banner .slick-prev{
    position: absolute;top: 50%;margin-top: -25px;overflow: hidden;
    width: 45px;height: 50px;font-size: 0;line-height: 0;z-index: 999;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
}
#banner .slick-prev{left: 50%;margin-left: -645px;background-image: url(../images/arr-l.png);}
#banner .slick-next{right: 50%;margin-right: -645px;background-image: url(../images/arr-r.png);}

#banner .slick-dots{position: absolute;left: 0;bottom: 30px;width: 100%;text-align: center;z-index: 99;}
#banner .slick-dots li{display: inline-block;margin: 0 2px;}
#banner .slick-dots li a{display: block;width: 24px;height: 24px;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;border-radius: 50%;
}
#banner .slick-dots li.slick-active a{background-color: #000;}


/*******************************
  -------[=底部]-------
********************************/
.footer{
    background-color: #252934;
}
.fd-con{overflow: hidden;padding: 50px 0 15px;}
.fd-l{float: left;}
.fd-logo img{display: block;height: 45px;}

.fd-r{overflow: hidden;}
.fd-nv{float: left;}
.fd-nv dl{float: left;margin-left: 55px;}
.fd-nv dt{margin-bottom: 13px;}
.fd-nv dt a{font-size: 14px;color: #fff;}
.fd-nv dd a{display: block;font-size: 13px;line-height: 33px;
    color: rgba(255,255,255,.66);
}
.fd-nv dd a:hover{color: rgba(255,255,255,1);}

.fd-content{float: right;}
.fd-content .tit{font-size: 14px;font-weight: normal;color: #fff;}
.fd-content .tit a{color: #fff;}
.fd-content .desc{font-size: 12px;color: #fff;}
.fd-content .item{padding-left: 30px;
    background-position: left center;background-repeat: no-repeat;
}
.fd-content .tel span{font-size: 30px;display: inline-block;vertical-align: middle;
    margin-left: 15px;
}
.fd-content .tel{background-image: url(../images/i-tel.png);}
.fd-content .mail{background-image: url(../images/i-mail.png);}
.fd-copy{text-align: center;border-top: 1px solid rgba(219, 221, 226, .3);
    line-height: 36px;color: #fff;
}
.aj-fd-copy {margin-right: 1.25rem;}
.fd-qr{margin-top: 42px;}
.fd-qr .item{float: left;margin-right: 14px;cursor: pointer;position: relative;margin-bottom:10px;}
.fd-qr .ico{width: 46px;height: 46px;border: 1px solid #999;border-radius: 5px;cursor: pointer;
    display: block;background-position: center;background-repeat: no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 8px;
    text-align: center;
    font-size: 0;
}
.fd-qr .weix .ico{background-image: url(../images/i-s6.png);}
.fd-qr .sina .ico{background-image: url(../images/i-s7.png);}
.fd-qr .pic{position: absolute;width: 120px;height: 120px;top: 60px;left: 50%;display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.fd-qr .item:hover .pic{display: block;}

.fd-link{
    display: none;
	margin-top: 70px;
	overflow: hidden;
	padding-left: 55px;
	line-height: 20px;
	height: 20px;
}
.fd-link.on{
	height: 100%;
}
.fd-link .label{
	float: left;
	font-size: 12px;
	color: #5D5D5D;
}
.fd-link .v1{
	margin: 0 5px;
	font-size: 12px;
	color: #5D5D5D;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.fd-link .v1:hover{
	color: #fff;
}
.fd-link .icn{
	float: right;
	font-size: 0;
	margin-top: 7px;
	margin-left: 5px;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.fd-link.on .icn{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fd-link .icn img{
	display: block;
	width: 9px;
}

/*******************************
    -------[=正文]-------
********************************/






/* 其他样式表 */

.cur{margin: 27px 0 0;}
.cur a,.cur span,.cur p{
	display: inline-block;vertical-align: middle;
	font-size: 14px;
	color: #999;
}
.cur a{
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.cur span{margin: 0 12px;}
.cur a:hover,
.cur p{
	color: #231F20;
}
.row-a1{margin-top: 57px;padding-bottom: 60px;}
.row-a1 .col-l{width: 227px;}
.row-a1 .col-r{float: none;margin-left: 264px;}
.row-a1 .col-l.col-pof {
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: -815px;
}
.row-a1 .col-l.col-pos {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    margin-right: 0;
}
.snv{padding: 10px 0;
	background: #FFFFFF;
	box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.16);
	border-radius: 10px 0px 10px 10px;
}
.snv li .s1{display: block;height: 75px;line-height: 75px;text-align: center;
	font-size: 16px;color: #999;position: relative;
}
.snv li .s1 span{position: relative;z-index: 2;}
.snv li .s1:before{content: '';position: absolute;top: 0;bottom: 0;left: 50%;right: 50%;
	border-radius: 10px 0px 10px 10px;
	background-color: #fa9600;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.snv li:hover .s1:before,.snv li.on .s1:before{left: -17px;right: -17px;}
.snv li:hover .s1,.snv li.on .s1{color: #fff;}

.m-txt1{padding: 94px 152px 138px;margin-bottom: 52px;
	border-radius: 30px 0px 30px 30px;
	background: #fff url(../images/p-bg2.jpg) no-repeat center bottom;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.m-txt1 .tit{text-align: center;font-size: 24px;font-weight: normal;
	margin-bottom: 32px;
}
.m-txt1 .desc{font-size: 13px;line-height: 24px;}

.row-a1-1{overflow: hidden;}
.m-info{width: 455px;margin-right: 50px;float: left;
	background: #212935;padding: 30px 60px 30px 75px;
	border-radius: 30px 0px 30px 30px;
}
.m-info .item{
	display: flex;align-items: center;
	border-bottom: 1px solid rgba(255,255,255,.57);
}
.m-info .item:last-child{border-bottom: 0;}
.m-info .num{display: block;color: #fa9600;
	font-family: 'Roboto-Black';
}
.m-info .num span{font-size: 44px;float: left;}
.m-info .num sup{font-size: 24px;display: block;position: relative;top: -15px;}
.m-info .tit{overflow: hidden;font-size: 17px;color: #fff;padding-left: 38px;
	background-position: left center;background-repeat: no-repeat;
	-o-background-size: 32px auto;
	-ms-background-size: 32px auto;
	-moz-background-size: 32px auto;
	-webkit-background-size: 32px auto;
	background-size: 32px auto;
}
.m-info .i4 .num sup{font-size: 16px;font-weight: bold;font-family: 'SourceHanSansCN-Regular';}

.m-txt2{overflow: hidden;}
.m-txt2 .item{margin-bottom: 51px;}
.m-txt2 .tit{font-size: 18px;font-weight: normal;color: #2D2D39;
	margin-bottom: 4px;padding-left: 39px;
	background-position: left center;background-repeat: no-repeat;
	-o-background-size: 32px auto;
	-ms-background-size: 32px auto;
	-moz-background-size: 32px auto;
	-webkit-background-size: 32px auto;
	background-size: 32px auto;
}
.m-txt2 .desc{font-size: 13px;line-height: 24px;}

.m-list1{overflow: hidden;padding: 47px 28px 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.16);
	border-radius: 30px 0px 0px 30px;
}
.m-list1 li{width: 33.33%;float: left;margin-bottom: 21px;}
.m-list1 .con{margin: 0 10px;padding: 10px;
	background: #F1F3F6;
	border-radius: 10px 0px 10px 10px;border: 1px solid #DDDDDD;
}
.m-list1 .pic{height: 263px;line-height: 261px;text-align: center;font-size: 0;
	background: #FFF;margin-bottom: 5px;overflow: hidden;
	border-radius: 10px 0px 10px 10px;
	border: 1px solid #DDDDDD;
	position: relative;
}
.m-list1 .pic::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list1 .con:hover .pic::after{
	visibility: visible;
	opacity: .5;
}
.m-list1 .pic .icn{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list1 .con:hover .icn{
	visibility: visible;
	opacity: 1;
}
.m-list1 .pic img{display: inline-block;vertical-align: middle;
	max-width: 90%;max-height: 90%;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list1 h3{text-align: center;font-size: 14px;color: #999;font-weight: normal;}
.m-list1 .con:hover .pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.m-list1 .con:hover h3{color: #fa9600;}

.m-list2{}
.m-list2 li{border-radius: 10px 0 10px 10px;}
.m-list2 .top{line-height: 72px;height: 72px;overflow: hidden;position: relative;
	padding-left: 57px;cursor: pointer;
}
.m-list2 .name{float: left;width: 158px;padding-right: 20px;font-size: 18px;
	color: #333;
}
.m-list2 .date,.m-list2 .adds{float: left;font-size: 14px;color: #999;}
.m-list2 .date{margin-right: 14px;}
.m-list2 .top:after{content: '';position: absolute;top: 50%;right: 49px;
	width: 22px;height: 22px;
	background: url(../images/i-09.png) no-repeat center;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-list2 .con{padding: 45px 30px 60px 57px;display: none;}
.m-list2 .tit{font-size: 16px;font-weight: normal;margin-bottom: 6px;}
.m-list2 .desc{font-size: 14px;line-height: 24px;font-family: 'SourceHanSansCN-Light';
	margin-bottom: 35px;
}
.m-list2 .btn{width: 145px;height: 46px;display: block;text-align: center;line-height: 46px;
	font-size: 16px;color: #fff;border-radius: 23px;
	background-color: #fa9600;
}
.m-list2 li.open .top:after{background-image: url(../images/i-09-on.png);}
.m-list2 li.open{background-color: #fff;overflow: hidden;
	box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.16);
}
.m-list2 li.open .top{
	background-color: #fa9600;
}
.m-list2 li.open .name,.m-list2 li.open .date,.m-list2 li.open .adds{color: #fff;}
.m-list2 li.open .con{display: block;}

.pages{text-align: center;font-size: 0;margin: 50px 0;}
.pages ul{display: inline-block;}
.pages li{float: left;margin: 0 5px;}
.pages li a{display: block;width: 36px;height: 36px;
	border-radius: 5px 0px 5px 5px;text-align: center;line-height: 34px;
	border: 1px solid #C9CACA;font-size: 13px;
}
.pages .arrow a{font-family: '黑体';}
.pages li:hover a,.pages li.on a{background-color: #fa9600;color: #fff;
	border-color: #fa9600;
}


.m-culture{overflow: hidden;border-radius: 30px 0 0 30px;
	background: #FFFFFF;height: 655px;
	box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.16);
}
.m-culture .pic{height: 100%;width: 50%;float: left;position: relative;}
.m-culture .pic img{height: 56px;position: absolute;top: 50%;left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.m-culture .cont{width: 50%;height: 100%;float: right;position: relative;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: cover;
 	-ms-background-size: cover;
 	-moz-background-size: cover;
 	-webkit-background-size: cover;
 	background-size: cover;
}
.m-culture ul{position: absolute;top: 50%;left: -42px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-culture li{overflow: hidden;margin-bottom: 64px;}
.m-culture li:last-child{margin-bottom: 0;}
.m-culture .ico{width: 84px;height: 84px;float: left;
	border-radius: 50%;position: relative;margin-right: 35px;
	background-color: #fff;
	border: 1px solid #fa9600;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-culture .ico:before{content: '';position: absolute;top: 6px;bottom: 6px;left: 6px;right: 6px;
	border-radius: 50%;border: 1px dashed #fa9600;
}
.m-culture .ico i{position: absolute;top: 0;left: 0;width: 100%;height: 100%;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: 84px auto;
	-ms-background-size: 84px auto;
	-moz-background-size: 84px auto;
	-webkit-background-size: 84px auto;
	background-size: 84px auto;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-culture .ico .i-on{opacity: 0;}
.m-culture .txt{overflow: hidden;color: #fff;padding-top: 10px;}
.m-culture h3{font-size: 24px;}
.m-culture .desc{font-size: 14px;line-height: 26px;}
.m-culture li:hover .i-ok{opacity: 0;}
.m-culture li:hover .i-on{opacity: 1;}
.m-culture li:hover .ico{background-color: #fa9600;}
.m-culture li:hover .ico:before{border-color: #fff;}

.m-table{padding: 25px 40px 40px;
	background: #FFFFFF;
	box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.16);
	border-radius: 30px 0px 0px 30px;
}
.m-table table{width: 100%;}
.m-table th,.m-table td{text-align: center;font-size: 14px;font-weight: normal;
	color: #2D2D39;
	word-break: initial!important;
}
.m-table th{line-height: 60px;}
.m-table td{border-right: 1px solid #ddd;}
.m-table .desc{padding: 30px 45px;text-align: left;line-height: 19px;}
.m-table td:last-child{border-right: 0;}
.m-table .bor{border-top: 1px solid #ddd;}
.m-table .t1{width: 174px;}
.m-table .t2{width: 205px;}
.m-table .t3{width: 175px;}
.m-table .t4{width: 168px;}
.m-table .t5{width: 418px;}

.m-slider1{padding: 70px 90px 66px;overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.16);
	border-radius: 30px 0px 0px 30px;
}
.m-slider1 .slider-nav{float: left;width: 495px;}
.m-slider1 .slider-nav .slider{position: relative;}
.m-slider1 .slider-nav .slider:before{content: '';position: absolute;
	top: 0;bottom: 0;left: 15px;
	width: 3px;background-color: #fa9600;
}
.m-slider1 .slider-nav .item{position: relative;
	padding-left: 75px;padding-right: 53px;
	cursor: pointer;
}
.m-slider1 .slider-nav .item:before{content: '';position: absolute;top: 50%;left: 7px;
	width: 17px;height: 17px;border-radius: 50%;
	background: #FFFFFF;
	border: 3px solid #fa9600;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-slider1 .date{height: 150px;line-height: 150px;position: relative;}
.m-slider1 .date span{font-size: 105px;font-family: 'Roboto-Black';display: block;
	color: rgba(0,0,0,.05);
	font-weight: normal;position: relative;
}
.m-slider1 .date span:after{content: '';position: absolute;bottom: 10px;
	left: 0;right: 0;height: 93px;
	background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.m-slider1 .slider-nav .item.on .date span:after{bottom: 0;top: 10px;
	background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.m-slider1 .slider-nav .item.slick-current span:after{display: none;}
.m-slider1 .slider-nav .item.slick-current:before{width: 32px;height: 32px;
	border-width: 7px;left: 0;
}
.m-slider1 .slider-nav .item.slick-current .date{width: 354px;
	border-radius: 30px 0px 30px 30px;text-align: center;line-height: 132px;
	border: 9px solid #F2F2F2;
}
.m-slider1 .slider-nav .item.slick-current .date:after{content: '';position: absolute;
	top: 50%;right: -29px;
	border-left: 20px solid #F2F2F2;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-slider1 .slider-nav .item.slick-current .date:before{content: '';
	position: absolute;top: 12px;left: 12px;bottom: 12px;right: 12px;
	border: 1px solid #F2F2F2;border-radius: 5px;
	background: url(../images/i-bg1.png) no-repeat center;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.m-slider1 .slider-for{overflow: hidden;padding-left: 90px;
	background: url(../images/i-bg2.png) no-repeat left 36px;
	-o-background-size: 13px auto;
	-ms-background-size: 13px auto;
	-moz-background-size: 13px auto;
	-webkit-background-size: 13px auto;
	background-size: 13px auto;
}
.m-slider1 .slider-for .pic{border-radius: 30px 0 30px 30px;margin-bottom: 36px;
	overflow: hidden;padding-top: 67%;height: 0;position: relative;
}
.m-slider1 .slider-for .pic img{width: 100%;height: 100%;display: block;
	position: absolute;top: 0;left: 0;
}
.m-slider1 .txt{font-size: 15px;line-height: 35px;color: #111;
	font-family: 'SourceHanSansCN-Light';padding-left: 45px;
}

.m-list3{*zoom:1;margin: 0 -7px 102px;padding-top: 27px;}
.m-list3:after,.m-list3:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.m-list3 li{width: 20%;float: left;}
.m-list3 .con{display: block;margin: 0 7px;padding: 46px 36px 0;
	border-radius: 10px 0px 10px 10px;height: 425px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-list3 .pic{max-width: 227px;height: 147px;margin: 0 auto;}
.m-list3 .pic img{width: 100%;height: 100%;display: block;}
.m-list3 h3{font-size: 15px;font-family: 'SourceHanSansCN-Medium';font-weight: normal;
	text-align: center;margin-bottom: 72px;position: relative;
}
.m-list3 h3:after{content: '';position: absolute;left: 50%;top: 100%;margin-top: 16px;
	width: 1px;height: 35px;background-color: #ddd;
}
.m-list3 .desc{font-size: 13px;line-height: 24px;color: #999;height: 48px;overflow: hidden;}
.m-list3 .con:hover{box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.16);

}
.m-list3 .con:hover .desc{height: 96px;}
.m-list3 .con:hover h3:after{background-color: #fa9600;}

.g-t1{text-align: center;font-size: 46px;color: #2D2D39;font-weight: normal;
	line-height: 1.35;padding-bottom: 16px;
	font-family: 'SourceHanSansCN-Medium';
	background: url(../images/i-t1.png) no-repeat center bottom;
}
.g-t2{text-align: center;font-size: 36px;color: #2D2D39;font-weight: normal;
	line-height: 1.33;padding-bottom: 16px;
	font-family: 'SourceHanSansCN-Medium';
	background: url(../images/i-t1.png) no-repeat center bottom;
}
.g-bgc1{background-color: #F1F3F6;}
.g-bgc1 .header{background-color: #fff;}
.m-txt3{margin-bottom: 35px;padding: 60px 122px 130px;margin-top: 25px;
	background: #FFFFFF;
	border-radius: 30px 0px 30px 30px;
}
.m-txt3 .pic{text-align: center;margin: 110px 0 72px;}
.m-txt3 .pic img{max-height: 143px;}
.m-txt3 .txt{font-size: 14px;line-height: 26px;}
.m-t1{font-size: 24px;font-weight: normal;font-family: 'SourceHanSansCN-Light';
	margin-bottom: 18px;
}
.m-list4{*zoom:1;margin: 0 -15px 40px;padding-bottom: 15px;}
.m-list4-1{border-bottom: 1px solid #F1F3F6;}
.m-list4:after,.m-list4:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.m-list4 li{width: 33.33%;float: left;margin-bottom: 21px;}
.m-list4 .con{display: block;overflow: hidden;padding: 35px 42px 35px 45px;
	background-color: #fff;margin: 0 15px;border-radius: 10px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-list4 .tit{font-size: 14px;line-height: 18px;height: 36px;font-weight: normal;
	padding-left: 45px;margin-bottom: 6px;color: #111;
	background: url(../images/i-13.png) no-repeat left center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.aj-tit{
    background: url(../images/i-aj13.png) no-repeat left center !important;
}
.m-list4 .bot{overflow: hidden;}
.m-list4 .info{float: left;line-height: 40px;color: #606266;}
.m-list4 .mb{padding-right: 25px;border-right: 1px solid #DCDFE6;margin-right: 27px;}
.m-list4 .btn{float: right;width: 90px;height: 40px;text-align: center;line-height: 40px;
	font-size: 14px;color: #fff;border-radius: 20px;
	background-color: #fa9600;
}
.m-list4 .con:hover{box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.16);}
.row-m1{padding-top: 100px;}

.m-slider2{background-color: #fff;border-radius: 30px 0 30px 30px;
	overflow: hidden;margin-top: 90px;margin-bottom: 30px;
}
.m-slider2 .pic{float: right;width: 761px;height: 431px;}
.m-slider2 .pic img{width: 100%;height: 100%;display: block;}
.m-slider2 .txt{overflow: hidden;padding: 72px 72px 0;height: 431px;position: relative;border-radius: 30px 0 0 30px;}
.m-slider2 h3{font-size: 24px;}
.m-slider2 .desc{font-size: 16px;line-height: 2.25;color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.m-slider2 .bot{position: absolute;left: 72px;right: 72px;bottom: 46px;display: none;
	border-top: 2px solid #E6E8EE;padding-top: 30px;
}
.m-slider2 .date{float: left;font-size: 33px;line-height: 40px;color: #111;}
.m-slider2 .btn{float: right;width: 40px;height: 40px;margin-right: 17px;
	background: url(../images/i-14.png) no-repeat right center;
}
.m-slider2 .slick-arrow{position: absolute;bottom: 60px;width: 10px;height: 18px;
	background-repeat: no-repeat;background-position: center;background-size: 10px;
	font-size: 0;border: none;background-color: transparent;cursor: pointer;
	z-index: 9;
}
.m-slider2 .slick-prev{background-image: url(../images/c-icn17.png);left: 740px;}
.m-slider2 .slick-prev:hover{background-image: url(../images/c-icn18.png);}
.m-slider2 .slick-next{background-image: url(../images/c-icn19.png);left: 780px;}
.m-slider2 .slick-next:hover{background-image: url(../images/c-icn20.png);}
.m-slider2 .slick-dots{position: absolute;left: 72px;bottom: 148px;text-align: center;font-size: 0;}
.m-slider2 .slick-dots li{display: inline-block;vertical-align: middle;width: 8px;height: 8px;
	background-color: #E0E2E8;margin-right: 8px;cursor: pointer;
}
.m-slider2 .slick-dots li.slick-active{background-color: #fa9600;}
.m-slider2 .slick-dots li button{display: none;}

.m-list5{*zoom:1;margin: 0 -8px;}
.m-list5:after,.m-list5:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.m-list5 li{width: 33.33%;float: left;margin-bottom: 30px;padding: 0 8px;}
.m-list5 .con{display: block;padding: 29px 27px 0;border-radius: 30px 0px 30px 30px;background-color: #fff;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-list5 .pic{padding-top: 57%;height: 0;position: relative;overflow: hidden;border-radius: 10px 0px 10px 10px;}
.m-list5 .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;}
.m-list5 .cont{overflow: hidden;padding: 60px 33px 60px 20px;}
.m-list5 .txt{overflow: hidden;}
.m-list5 .date{float: left;width: 82px;height: 82px;text-align: center;
	border: 1px solid #ddd;margin-right: 34px;color: #111;padding-top: 6px;
}
.m-list5 .date span{display: block;font-size: 33px;font-weight: bold;line-height: 1.3;}
.m-list5 .date em{font-size: 16px;}
.m-list5 h3{font-size: 20px;font-weight: normal;margin-bottom: 10px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-list5 .desc{font-size: 15px;line-height: 2;color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	height: 150px;
}
.m-list5 .con:hover{box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.16);}

.m-list6{margin-top: 57px;margin-bottom: 40px;}
.m-list6 li{background: #FFFFFF;padding: 25px 0;margin-bottom: 13px;
	box-shadow: 0px 4px 18px 1px rgba(120, 148, 217, 0.16);
	border-radius: 10px 0px 10px 10px;cursor: pointer;
}
.m-list6 .top{line-height: 48px;font-size: 20px;cursor: pointer;
	margin-left: 47px;padding-left: 36px;
	background: url(../images/i-15.png) no-repeat left center;
}
.m-list6 .con{display: none;padding: 13px 106px 45px 83px;font-size: 13px;line-height: 22px;}
.m-list6 h3{font-size: 15px;font-weight: normal;color: #fa9600;margin-bottom: 9px;}
.m-list6 li.open .con{display: block;}
.m-list6 li.open .top{background-image: url(../images/i-15-on.png);}

.row-c1{overflow: hidden;border-radius: 30px 0 30px 30px;
	margin-top: 45px;margin-bottom: 33px;
	background-color: #fff;
}
.row-c1 .col-l{width: 934px;margin-right: 48px;}
.row-c1 .col-r{float: none;overflow: hidden;}
.m-news1{}
.m-news1 .con{display: block;position: relative;overflow: hidden;border-radius: 0 0 0 30px;}
.m-news1 .pic{padding-top: 57%;height: 0;position: relative;overflow: hidden;}
.m-news1 .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.m-news1 h3{position: absolute;left: 0;bottom: 0;right: 0;
	height: 63px;line-height: 63px;color: #fff;font-size: 16px;
	font-weight: normal;padding: 0 44px;
	background-color: rgba(0,0,0,.2);
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-t2{font-size: 18px;padding: 29px 0 0;margin-bottom: 15px;}
.m-list7{padding-right: 69px;}
.m-list7 li{margin-bottom: 22px;}
.m-list7 .con{display: block;overflow: hidden;}
.m-list7 .pic{float: left;width: 229px;height: 130px;overflow: hidden;
	border-radius: 10px 0 10px 10px;margin-right: 26px;
}
.m-list7 .pic img{width: 100%;height: 100%;display: block;}
.m-list7 .txt{overflow: hidden;}
.m-list7 h3{font-size: 16px;font-weight: normal;margin-bottom: 19px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-list7 .desc{font-size: 13px;line-height: 19px;color: #999;margin-bottom: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.m-list7 .bot{overflow: hidden;color: #999;}
.m-list7 .bot span{float: left;padding-left: 21px;margin-right: 28px;
	background-position: left center;background-repeat: no-repeat;
}
.m-list7 .num{
	background-image: url(../images/i-16.png);
}
.m-list7 .date{
	background-image: url(../images/i-17.png);
}

.m-list8{overflow: hidden;margin: 0 -7px;}
.m-list8 li{width: 25%;float: left;margin-bottom: 19px;}
.m-list8 .con{display: block;margin: 0 7px;overflow: hidden;
	background-color: #fff;border-radius: 10px 0px 10px 10px;
}
.m-list8 .pic{padding-top: 56%;height: 0;position: relative;overflow: hidden;}
.m-list8 .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.m-list8 .txt{padding: 36px 30px 45px;}
.m-list8 h3{font-size: 16px;font-weight: normal;margin-bottom: 18px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-list8 .desc{font-size: 13px;line-height: 19px;color: #999;
	height: 57px;margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.m-list8 .bot{overflow: hidden;color: #999;}
.m-list8 .bot span{float: left;padding-left: 21px;margin-right: 28px;
	background-position: left center;background-repeat: no-repeat;
}
.m-list8 .num{
	background-image: url(../images/i-16.png);
}
.m-list8 .date{
	background-image: url(../images/i-17.png);
}


.row-d1{overflow: hidden;}
.row-d1 .col-l{width: 1290px;
}
.row-d1 .col-r{width: 328px;}
.row-d1-1{border-radius: 30px 0 30px 30px;padding: 33px 120px 50px;
	background-color: #fff;margin-bottom: 30px;
}
.m-pic{margin-bottom: 21px;border-radius: 10px;overflow: hidden;}
.m-pic img{width: 100%;display: block;}

.m-details{padding: 31px 0 0;}
.m-details h1{font-size: 24px;font-weight: normal;margin-bottom: 42px;text-align: center;}
.m-details .info{font-size: 14px;color: #7D7D7D;margin-bottom: 26px;
	border-bottom: 1px solid #EBEBEB;padding-bottom: 10px;text-align: center;
}
.m-details .info span{padding-right: 45px;margin-right: 45px;
	border-right: 1px solid #ddd;
}
.m-details .txt{font-size: 14px;line-height: 26px;margin-bottom: 21px;}
.m-details .arrow{overflow: hidden;}
.m-details .item{width: 48%;}
.m-details .arrow span{width: 129px;height: 44px;text-align: center;line-height: 44px;
	font-size: 14px;color: #fff;float: left;border-radius: 10px 0px 10px 10px;
	background-color: #fa9600;margin-bottom: 38px;
}
.m-details .arrow em{color: #999;float: left;width: 320px;
	line-height: 44px;margin-left: 9px;display: block;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-details .arrow .r span{float: right;}
.m-details .arrow .r em{float: right;margin-left: 0;margin-right: 9px;}
.m-details .share{overflow: hidden;margin-bottom: 15px;}
.m-details .t1{color: #7D7D7D;float: left;line-height: 37px;}
.m-details .bdsharebuttonbox{overflow: hidden;}
.m-details .bdsharebuttonbox a{width: 37px;height: 37px;float: left;
	padding: 0;margin: 0 9px 0 0;border: 1px solid #ddd;border-radius: 50%;
	background-position: center;background-repeat: no-repeat;
}
.m-details .bdsharebuttonbox .bds_tsina{background-image: url(../images/i-s1.png);}
.m-details .bdsharebuttonbox .bds_weixin{background-image: url(../images/i-s2.png);}
.m-details .bdsharebuttonbox .bds_kong{background-image: url(../images/i-s3.png);}
.m-details .bdsharebuttonbox .bds_sqq{background-image: url(../images/i-s4.png);}
.m-details .bdsharebuttonbox .dou{background-image: url(../images/i-s5.png);}
.m-details .bot{line-height: 37px;}
.m-details .c-t{overflow: hidden;}
.m-details .c-t a{margin-right: 22px;color: #7D7D7D;}
.m-details .c-t a:hover{color: #fa9600;}

.m-t3{font-size: 18px;margin-bottom: 15px;}
.m-list9{overflow: hidden;margin: 0 -9px 30px;}
.m-list9 li{width: 33.33%;float: left;}
.m-list9 .con{display: block;margin: 0 9px;border-radius: 10px 0px 10px 10px;
	background-color: #fff;padding: 23px 25px 30px;
}
.m-list9 .pic{padding-top: 57%;height: 0;position: relative;overflow: hidden;
	border-radius: 10px 0 10px 10px;margin-bottom: 20px;
}
.m-list9 .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list9 h3{font-size: 14px;font-weight: normal;margin-bottom: 3px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-list9 .date{color: #111;}
.m-list9 .con:hover .pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.m-list10{margin: 0 -11px 40px;}
.m-list10 .con{display: block;margin: 0 11px;
	background-color: #fff;
}
.m-list10 .pic{width: 211px;height: 211px;text-align: center;line-height: 211px;
	font-size: 0;float: left;
}
.m-list10 .pic img{display: inline-block;vertical-align: middle;
	max-width: 80%;max-height: 80%;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list10 .txt{overflow: hidden;position: relative;height: 211px;}
.m-list10 h3{position: absolute;top: 50%;left: 0;right: 15px;padding-left: 13px;
	font-size: 16px;font-weight: normal;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-list10 .con:hover .pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.m-list10 .slick-dots{text-align: center;font-size: 0;padding-top: 23px;}
.m-list10 .slick-dots li{display: inline-block;width: 7px;height: 7px;
	border-radius: 4px;background-color: #fff;margin: 0 4px;
}
.m-list10 .slick-dots li button{display: none;}
.m-list10 .slick-dots li.slick-active{width: 28px;background-color: #E2E1E8;}

.m-list11{margin-bottom: 30px;overflow: hidden;}
.m-list11 li{margin-bottom: 21px;}
.m-list11 .con{overflow: hidden;border-radius: 10px 0px 10px 10px;padding: 40px 50px 36px;
	background-color: #fff;
}
.m-list11 .price{float: left;width: 42px;height: 42px;margin-right: 23px;
	border-radius: 50%;
}
.m-list11 .txt{overflow: hidden;}
.m-list11 .top{position: relative;margin-bottom: 10px;}
.m-list11 .name{font-size: 16px;display: block;}
.m-list11 .date{color: #999;}
.m-list11 .hui-btn{position: absolute;right: 0;top: 0;width: 63px;height: 28px;
	text-align: center;line-height: 26px;font-size: 14px;color: #fa9600;
	border-radius: 14px 14px 14px 14px;
	border: 1px solid #fa9600;
}
.m-list11 .desc{font-size: 14px;line-height: 26px;}

.m-t3 span{font-size: 12px;color: #999;}
.m-t3 i{color: #F60000;font-style: normal;}
.m-form1{margin-bottom: 34px;}
.m-form1 .txt{margin-bottom: 21px;}
.m-form1 .txt textarea{width: 100%;display: block;height: 91px;
	background-color: #fff;border-radius: 5px;border: 0;
	padding: 12px 23px;
}
.m-form1 .bot{overflow: hidden;margin-bottom: 30px;}
.m-form1 .item{float: left;margin-right: 54px;display: flex;align-items: center;height: 60px;white-space: nowrap;}
.m-form1 .t1{float: left;}
.m-form1 .t1 i{color: #F60000;font-style: normal;}
.m-form1 .con{overflow: hidden;display: flex;align-items: center;}
.m-form1 .inp{width: 160px;height: 23px;margin-left: 8px;
	border: 0;border-bottom: 1px solid #ddd;
	background-color: transparent;
}
.m-form1 .pic{float: left;margin-left: 10px;width: 150px;}
.m-form1 .btn{width: 159px;height: 36px;display: block;margin: 0 auto;
	border: 0;cursor: pointer;font-size: 14px;color: #fff;border-radius: 18px;
	background-color: #fa9600;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-form1 .btn:hover{opacity: .8;}

.m-txt4{margin-bottom: 17px;text-align: center;font-size: 14px;line-height: 21px;
	background: #FFFFFF;padding: 30px 72px;
	box-shadow: 0px 4px 39px 1px rgba(120,148,217,0.1600);
	border-radius: 10px 0px 10px 10px;
}
.m-txt4 h3{font-size: 24px;font-weight: normal;margin-bottom: 15px;}
.m-txt4 h4{font-size: 17px;margin-bottom: 10px;}

.row-z1{overflow: hidden;padding-top: 30px;margin-bottom: 30px;}
.row-z1 .col-l{width: 209px;height: 620px;padding-top: 30px;margin-right: 34px;
	background: #212935;position: relative;
	border-radius: 10px 0px 10px 10px;
}
.row-z1 .col-r{overflow: hidden;float: none;}
.m-t5{text-align: center;font-size: 28px;font-weight: normal;color: #fff;
	line-height: 1.32;padding-bottom: 14px;margin-bottom: 20px;
	background: url(../images/i-t2.png) no-repeat center bottom;
}
.m-tab3{text-align: center;}
.m-tab3 li a{display: block;font-size: 16px;color: #fff;
	line-height: 60px;
}
.btn-down{position: absolute;left: 0;right: 0;height: 9px;bottom: 16px;
	background: url(../images/i-18.png) no-repeat center;
}
.m-pic1{margin-bottom: 33px;}
.m-pic1 img{width: 100%;display: block;}

.m-t6{font-size: 20px;font-weight: normal;}

.row-z2{overflow: hidden;margin-bottom: 30px;padding: 26px 60px 33px 53px;
	background-color: #fff;
	box-shadow: 0px 4px 39px 1px rgba(120,148,217,0.1600);
	border-radius: 10px 0px 10px 10px;
}
.m-t7{overflow: hidden;margin-bottom: 17px;}
.m-t7 h3{font-size: 18px;font-weight: normal;position: relative;
	padding-left: 8px;float: left;
}
.m-t7 h3:after{content: '';position: absolute;left: 0;top: 50%;width: 3px;height: 16px;
	background-color: #fa9600;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-t7 .more{float: right;width: 27px;height: 30px;
	background: url(../images/aj-i14.png) no-repeat center;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.aj-m-t8 .more{float: right;
    color: #fa9600;
}


.row-z2 .col-l{width: 483px;margin-right: 74px;}
.m-pic2 img{width: 100%;overflow: hidden;}
.row-z2 .col-c{width: 410px;}
.row-z2 .col-r{width: 410px;}
.m-t8{font-size: 16px;margin-bottom: 8px;}
.m-list12{}
.m-list12 .con{display: block;overflow: hidden;
	line-height: 44px;
}
.m-list12 h4{font-size: 14px;font-weight: normal;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-list12 .date{float: right;margin-left: 44px;color: #999;}

.m-list12-1 .con{line-height: 38px;}

.row-z1 .left{width: 584px;float: left;}
.row-z1 .right{width: 615px;float: right;}

.m-lab2{overflow: hidden;/* padding-top: 5px; */height: 138px;}
.m-lab2 li{float: left;margin-right: 28px;}
.m-lab2 li a{font-size: 14px;color: #999;line-height: 46px;}


.row-b .wp {
    max-width: 1600px;
}

.row-b {
	position: relative;
	overflow: hidden;
}

.row-b1 {
	padding: 110px 0 110px;
}

.g-tit {
	text-align: center;
	margin-bottom: 33px;
}

.g-tit h3 {
	font-size: 36px;
	color: #2D2D39;
	font-weight: bold;
	background-image: url(../images/b-icon15.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 160px auto;
	padding-bottom: 15px;
}

.row-b .line-box {
	width: 149px;
	height: 212px;
	position: absolute;
	left: 0;
	right: 0;
	top: -166px;
	margin: 0 auto;
	z-index: 10;
}

.row-b .line-box.animated .line {
	height: 100%;
	transition: all 1s ease .4s;
}

.row-b .line-box .line {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/b-icon02.png) no-repeat top center/100% auto;
	top: 0;
	left: 0;
	transition: all 1s ease .7s;
}

.row-b .line-box .line {
	height: 0;
}


.row-b .line-box.animated .circle {
	opacity: 1;
	transition: all .3s ease .2s;
}

.row-b .line-box .circle {
	width: 100%;
	height: 46px;
	background: url(../images/b-icon01.png) no-repeat top center/99px auto;
	position: absolute;
	bottom: 0;
	left: 10px;
	opacity: 0;
	margin-left: 0;
	transition: all .3s ease 1s;
}


.row-b1 .top {
	/*margin-bottom: 45px;*/
    margin: 0 auto 40px;    
    width: 1400px;
}

.row-b1 .bottom {
	overflow: hidden;
}


.ul-icon-b1 {
	margin: 0 -20px;
	overflow: hidden;
	margin: 0 auto;
	/*width: fit-content;*/
}


.ul-icon-b1 li {
	width: auto;
	float: left;
	/*padding: 0 20px;*/
}

.ul-icon-b1 .info {
	display: block;
	border-radius: 50px;
	border-top-right-radius: 0;
}

.ul-icon-b1 .info .pic {
	overflow: hidden;
	width: 100%;
	height: 46px;
	position: relative;
	margin-bottom: 16px;
}

.ul-icon-b1 .info .pic img {
	max-width: 46px;
	max-height: 46px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-icon-b1 .info .pic .img2 {
	opacity: 0;
}

.ul-icon-b1 li.on .info .pic .img2,
.ul-icon-b1 li:hover .info .pic .img2 {
	opacity: 1;
}

.ul-icon-b1 li.on .info .pic .img1,
.ul-icon-b1 li:hover .info .pic .img1 {
	opacity: 0;
}

.ul-icon-b1 .info .tit {
	text-align: center;
}

.ul-icon-b1 .info .tit h3 {
	font-size: 16px;
	color: #717070;
	font-weight: normal;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-icon-b1 li .info {
	    padding: 10px 0;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-icon-b1 li.on .info {
	background-color: #ffffff00;
}

.ul-icon-b1 li.on .info .tit h3 {
	color: #000000;
	font-weight: 600;
}


.mySwipercp {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.mySwipercp .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 887px;
	/* height: 509px; */
	overflow: hidden;
	
}
#index01 .top .swiper-slide {
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.mySwipercp .swiper-slide img {
	display: block;
	width: 100%;
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: none !important;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: none !important;
}

.mySwipercp .swiper-slide-prev .info {
	margin-left: auto;
}

.mySwipercp .swiper-slide-prev .pic {
	padding-top: 84%;
}

.mySwipercp .swiper-slide-next .pic {
	padding-top: 84%;
}

.mySwipercp .swiper-slide-next .info {
	margin-right: auto;
}

.mySwipercp .pic::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.mySwipercp .swiper-slide-prev .pic::after {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(112, 112, 112, 0.3));
}

.mySwipercp .swiper-slide-thumb-active .pic::after {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(112, 112, 112, 0.3));
}

.mySwipercp .swiper-slide-thumb-active .pic {
	padding-top: 84%;
}

.mySwipercp .swiper-slide .info {
	width: 532.08px;
}

.mySwipercp .swiper-slide-active .info {
	width: 887px;
	height: 509px;
	margin: auto;
}

.mySwipercp .swiper-slide-active .info .tit {
	position: absolute;
	top: 52.5%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.aj-swiperc5 .swiper-slide-active .tit .more:hover {
    background-color: #fa9600;
  
}

.aj-swiperc5 .swiper-slide-active .info .tit {
	position: absolute;
	top: 52.5%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.mySwipercp .more {
	display: none transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.mySwipercp .more:hover {
	background-color: #fa9600;
	border: 1px solid #fa9600;
}

.mySwipercp .tit h3 {
	font-weight: normal;
	color: rgba(230, 232, 238, 1);
	font-size: 18px;
}
.aj-swiperc5 .tit h3 {
	font-weight: normal;
	color: rgba(230, 232, 238, 1);
	font-size: 18px;
}

.mySwipercp .swiper-slide-active .tit h3 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 13px;
}

.mySwipercp .swiper-slide-active .tit .more {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	width: 93px;
	height: 27px;
	line-height: 25px;
	border: 1px solid #fff;
	border-radius: 5px;
	border-top-right-radius: 0;
	text-align: center;
}
.aj-swiperc5 .swiper-slide-active .tit .more {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	width: 93px;
	height: 27px;
	line-height: 25px;
	border: 1px solid #fff;
	border-radius: 5px;
	border-top-right-radius: 0;
	text-align: center;
}

.mySwipercp .pic {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border-top-right-radius: 0;
	height: 100%;
}

.mySwipercp .swiper-slide-active .pic::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgb(66 77 107 / 0%);
}

.mySwipercp .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.ul-info-b1 .tit {
	text-align: center;
	padding-top: 20px;
}

.row-b1 .bottom .b-tit {
	display: flex;
	align-items: center;
	max-width: 1040px;
	margin: 0 auto;
}

.row-b1 .bottom .b-tit h3 {
	font-size: 30px;
	color: #fa9600;
	font-weight: normal;
	margin-right: 15px;
	/* width: 300px; */
}

.row-b1 .bottom .b-tit p {
	flex: 1;
	display: block;
	font-size: 14px;
	color: #949494;
}


.ul-info-b2 li .b-info {
	height: 0;
	opacity: 0;
}

.ul-info-b2 li.on .b-info {
	display: block;
	height: 100%;
	opacity: 1;
	z-index: 10;
	position: relative;
}

.row-b2 {
	background-color: #212935;
}

.row-b2 .g-tit h3 {
	color: #FFFFFF;
}

/* 第二模块 */
.row-b2 {
	padding: 44px 0;
}

.row-b2 .g-tit {
	margin-bottom: 78px;
}

.row-b2 .b-info .top {
	overflow: hidden;
	padding-right: 88px;
}

.row-b2 .b-info .top .pic {
	float: left;
}

.row-b2 .b-info .top .info {
	overflow: hidden;
}

.row-b2 .b-info .top .txt h3 {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.row-b2 .b-info .top .txt p {
	font-size: 13px;
	color: #999999;
	line-height: 1.6;
	margin-bottom: 10px;
}

.row-b2 .b-info .top .btn {
	text-align: right
}

.row-b2 .b-info .top .more {
	font-size: 12px;
	color: #999999;
	border-radius: 5px;
	border-top-right-radius: 0;
	text-align: center;
	width: 93px;
	height: 27px;
	line-height: 25px;
	display: inline-block;
	border: 1px solid #999999;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}
.g-moreb1{
	width: 93px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 5px 0px 5px 5px;
	border: 1px solid #DDDDDD;
	display: block;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}
.g-moreb2{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #FFFFFF;
    z-index: 10;
    width: 93px;
    height: 32px;
    margin-top: 40px;
    /* background: #FFFFFF; */
    border-radius: 5px 0px 5px 5px;
    border: 1px solid #DDDDDD;
    display: block;
    text-align: center;
    line-height: 30px;
}
.g-moreb1:hover{
	border-color: #fa9600;
	background: #fa9600;
	color: #FFFFFF;
}
.row-b2 .b-info .top .more:hover {
	color: #fff;
	border: 1px solid #fff;
}

.row-b2 .b-info .bottom {
	overflow: hidden;
	padding-left: 90px;
}


.row-b2 .b-info .bottom .b-info {
	display: flex;
	align-items: center;
}

.row-b2 .b-info .bottom .tit {
	width: 18px;
	float: left; 
	/* padding-top: 50px; */
}

.row-b2 .b-info .bottom .tit h3 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 1.2;
}

.ul-tit-b1 {
	overflow: hidden;
	margin-bottom: 61px;
}

.ul-tit-b1 li {
	float: left;
	width: 20%;
}

.ul-tit-b1 .tit {
	padding: 0 5px;
}

.ul-tit-b1 .num {
	font-size: 44px;
	color: #fa9600;
	position: relative;
	display: inline-block;
	padding-right: 18px;
}

.ul-tit-b1 .num i {
	position: absolute;
	font-size: 24px;
	color: #fa9600;
	right: 0;
	top: 0;
	font-style: normal;
}

.ul-tit-b1 .i1 {
	padding-right: 38px;
}

.ul-tit-b1 .i1 i {
	font-size: 16px;
}

.ul-tit-b1 p {
	font-size: 13px;
	color: #999999;
}

.ul-tit-b1 p span {
	background-image: url(../images/b-icon10.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	display: inline-block;
	padding-left: 20px;
}

.ul-logo-b1 {
	overflow: hidden;
	width: 100%;
}

.ul-logo-b1 h3 {
	text-align: center;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: normal;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-logo-b1 li {
	float: left;
	width: 20%;
	position: relative;
}

.ul-logo-b1 li:hover img {
	transform: translate(-50%, -50%) scale(1.05);
	-webkit-transform: translate(-50%, -50%) scale(1.05);
}

.ul-logo-b1 .pic {
	width: 227px;
	height: 147px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.ul-logo-b1 li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 78px;
	background-color: rgba(229, 229, 229, 0.4);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.ul-logo-b1 li:hover h3 {
	color: #FFFFFF;
}

.ul-logo-b1 li:last-child .pic::after {
	display: none;
}

.ul-logo-b1 .pic img {
	max-width: 70% !important;
	max-width: 70%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	opacity: 0;
}

.ul-logo-b1 .pic .img1 {
	opacity: 1;
}

.ul-logo-b1 li:hover .pic .img2 {
	opacity: 1;
}

.ul-logo-b1 li:hover .pic .img1 {
	opacity: 0;
}

/* 模块三 */
.row-b3 {
	padding: 55px 0 85px;
}

.row-b3 .wp {
	max-width: 1638px;
}

.row-b3 .b-info {
	overflow: hidden;
	padding: 15px 0;
	position: relative;
}

.row-b3 .b-info1 {
	overflow: hidden;
}

.row-b3 .b-info .l {
	width: 27.4%;
	overflow: hidden;
	/*box-shadow: 0px 4px 15px 1px rgba(120, 148, 217, 0.1600);*/
}

.row-b3 .b-info .r {
	width: 65%;
}

.row-b3 .info {
	overflow: hidden;
	padding-left: 64px;
	padding: 80px 0 55px 34px;
	box-shadow: 0px 4px 15px 1px rgba(120, 148, 217, 0.1600);
}

.b-mySwiper2 .info {
	padding: 131px 0 40px 64px;
	box-shadow: none;
}

.b-mySwiper2 .info .pic {
	width: 100%;
	height: 237px;
	position: relative;
	margin-bottom: 57px;
}

.row-b3 .info .pic {
	height: 207px;
	margin-bottom: 64px;
	overflow: hidden;
}


.row-b3 .info .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.row-b3 .info:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.row-b3 .b-info .l .info::after {
	content: '';
	position: absolute;
	width: 24px;
	height: 100%;
	background: #fa9600;
	border-radius: 10px 0px 0px 10px;
	left: 0;
	bottom: 0;
}

.row-b3 .info .txt {
	padding-right: 46px;
}

.row-b3 .info .txt .date {
	width: 56px;
	height: 56px;
	background: #FFFFFF;
	border-radius: 5px 0px 5px 5px;
	border: 1px solid #DDDDDD;
	float: left;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	/* 水平居中 */
	float: left;
	margin-right: 30px;
}

.row-b3 .info .txt .date h3 {
	font-size: 24px;
	font-weight: normal;
	color: #111111;
	line-height: 1;
}
.row-b3 .info .txt .date .aj_h3 {
	font-size: 24px;
	font-weight: normal;
	color: #111111;
	line-height: 1;
}

.row-b3 .info .txt .date p {
	font-size: 12px;
	color: #111111;
}

.row-b3 .info .txt1 {
	overflow: hidden;
}

.row-b3 .info .txt1 h3 {
	font-size: 16px;
	color: #111111;
	font-weight: normal;
	/*单行省略*/
	/* 超出隐藏 */
	/*文本不换行*/
	white-space: nowrap;
	overflow: hidden;
	/*超出显示省略号*/
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 5px;
	margin-bottom: 12px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.row-b3 .info .txt1 p {
	font-size: 13px;
	line-height: 1.7;
	color: #999999;
}

/*  */

.b-mySwiper2 .info .txt .date h3 {
	font-size: 33px;
}
.b-mySwiper2 .info .txt .date .aj_h3 {
	font-size: 33px;
}

.b-mySwiper2 .txt {
	padding-right: 51px;
}

.b-mySwiper2 .info .txt .date p {
	font-size: 16px;
}

.b-mySwiper2 .info .txt1 h3 {
	font-size: 20px;
}

.row-b3 .info:hover .txt1 h3 {
	color: #fa9600;
}

.b-mySwiper2 .info .txt1 p {
	font-size: 15px;
}

.b-mySwiper2 .info .txt .date {
	width: 79px;
	height: 79px;
}

.ul-tit-b2 {
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
	/*position: absolute;*/
	right: 0;
	top: 0;
	z-index: 15;
}

.ul-tit-b2 li {
	margin-right: 13px;
	display: inline-block;
}

.ul-tit-b2 li:last-child {
	margin-right: 0;
}

.ul-tit-b2 .btn a {
	cursor: pointer;
	height: 35px;
	background: #FFFFFF;
	border-radius: 18px 18px 18px 18px;
	border: 1px solid #DDDDDD;
	text-align: center;
	line-height: 33px;
	padding: 0 27px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	display: inline-block;
}

.ul-tit-b2 li.on .btn a,
.ul-tit-b2 li:hover .btn a {
	background: #fa9600;
	border-radius: 18px 18px 18px 18px;
	color: #FFFFFF;
}

.ul-info-b3 {
	overflow: hidden;
	padding: 50px 10px 39px;
}

.ul-info-b3 li {
	width: 42.7%;
}

.ul-info-b3 li:nth-child(1) {
	float: left;
}

.ul-info-b3 li:nth-child(2) {
	float: right;
}

.row-b3 .more {
	width: 93px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 5px 0px 5px 5px;
	border: 1px solid #DDDDDD;
	display: block;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.row-b3 .more:hover {
	background: #fa9600;
	color: #FFFFFF;
}

/* 模块四 */
.b-mySwiper3 .pic {
	position: relative;
	width: 193px;
	height: 92px;
	overflow: hidden;
}

.b-mySwiper3 .pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	opacity: 0;
}

.b-mySwiper3 .pic .img1 {
	opacity: 1;
}

.b-mySwiper3 .pic:hover .img2 {
	opacity: 1;
}

.b-mySwiper3 .pic:hover .img1 {
	opacity: 0;
}

.row-b4 .g-tit {
	margin-bottom: 63px;
}

.row-b4 {
	margin-bottom: 57px;
}

/* 联系我们 */
.row-b5 {
	background-color: #F1F3F6;
	padding: 20px 0 0;
}

.row-b5 .wp {
	max-width: 1645px;
}

.row-b5 .g-tit p {
	font-size: 16px;
	color: #999999;
}

.row-b5 .b-info {
	background-color: #FFFFFF;
	border-radius: 30px 0px 30px 30px;
	padding: 46px 161px 52px 133px;
	margin-top: 15px;
}

.row-b5 .g-tit h3 {
	margin-bottom: 7px;
}

.ul-form-b1 {
	overflow: hidden;
	margin: 0 -19.5px;
	margin-bottom: 40px;
}

.ul-form-b1 li {
	width: 33.333%;
	float: left;
	margin-bottom: 52px;
	padding: 0px 19.5px;
}

.ul-form-b1 li:last-child {
	margin-bottom: 0;
}

.ul-form-b1 .text .input {
	border: none;
	height: auto;
}

.ul-form-b1 .input2 {
	width: 50%;
}

.ul-form-b1 text {
	width: 100%;
	border-
}

.ul-form-b1 .input {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #DDDDDD;
	padding: 6px 0;
	height: 37px;
}


.ul-form-b1 .input label {
	display: inline-block;
	font-size: 14px;
	/* width: 100px; */
}

.ul-form-b1 input {
	width: 80%;
	border: none;
	height: 100%;
	font-size: 14px;
}


.ul-form-b1 .input label i {
	font-size: 16px;
	color: red;
	margin-right: 6px;
}

.ul-form-b1 .text {
	width: 100%;
}

.ul-form-b1 .text textarea {
	width: 100%;
	border: none;
	height: 100px;
	border-bottom: 1px solid #DDDDDD;
	resize: none;
	font-size: 14px;
}

.ul-form-b1 .text label {
	width: 60px;
}
.ul-form-b1 .captcha{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
}
.ul-form-b1 .captcha .lab{
    font-size: 14px;
    margin-right: 10px;
}
.ul-form-b1 .captcha .lab i{
    font-size: 16px;
    color: #CF131C;
    margin-right: 6px;
}
.ul-form-b1 .captcha .icn{
    display: block;
    width: 150px;
    margin-right: 10px;
    cursor: pointer;
}
.ul-form-b1 .captcha .icn img{
    display: block;
    width: 100%;
}
.ul-form-b1 .captcha .ipt{
    flex: 1;
    display: block;
}
.ul-form-b1 .captcha .ipt input{
    display: block;
    width: 100%;
}
.row-b5 .btn {
	text-align: center;
}

.row-b5 .btn input {
	width: 131px;
	height: 36px;
	background: #fa9600;
	border-radius: 24px 24px 24px 24px;
	color: #fff;
	border: none;
	font-size: 14px;
	margin: 0 13px;
}

.row-b5 .btn .btn2 {
	background: #F1F3F6;
	color: #999999;
}

.row-b6 {
	background-color: #F1F3F6;
	padding: 54px 0 0;
}

.row-b6 .b-map1 {
	position: relative;
}

.ul-map-b1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ul-map-b1 li {
	position: absolute;
	top: 230px;
	left: 104px;
	width: 337px;
}
.ul-map-b1 .dot{
	position: relative;
	margin: 0 auto 20px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #EC0133;
	padding: 5px;
	z-index: 2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-map-b1 .dot::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 50%;
	background-color: #EC0133;
	z-index: -1;
	animation: dotani 2s 1s infinite;
	-o-animation: dotani 2s 1s infinite;
	-ms-animation: dotani 2s 1s infinite;
	-moz-animation: dotani 2s 1s infinite;
	-webkit-animation: dotani 2s 1s infinite;
}

.ul-map-b1 li:hover::after,
.ul-map-b1 li.on::after {
	background-image: url(../images/b-map05.png);
	background-size: 100%;
}

.ul-map-b1 li:hover::after,.ul-map-b1 li.on::after {
	background-image: url(../images/b-map05.png);
	background-size: 100%;
}
.ul-map-b1 .dot::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 50%;
	background-color: #EC0133;
	z-index: -1;
	animation: dotani 2s infinite;
	-o-animation: dotani 2s infinite;
	-ms-animation: dotani 2s infinite;
	-moz-animation: dotani 2s infinite;
	-webkit-animation: dotani 2s infinite;
}
.ul-map-b1 .dot i{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
}

.ul-map-b1 li:nth-child(2) {
	top: 182px;
	left: 697px;
}

.ul-map-b1 li:nth-child(3) {
	left: 1118px;
	top: 309px;
}

.ul-map-b1 .info {
	/* background: #FFFFFF; */
	border-radius: 10px 0px 10px 10px;
	/* border: 1px solid #fa9600; */
	width: 156px;
	height: 62px;
	line-height: 62px;
	margin: 0 auto;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	cursor: pointer;
}

.ul-map-b1 li:hover .info,
.ul-map-b1 li.on .info {
	width: 337px;
	height: auto;
	background: #fa9600;
	padding: 32px 35px 40px 50px;
	line-height: 1.5;
}

.ul-map-b1 .info h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 14px;
	color: #fa9600;
}

.ul-map-b1 li:hover .info h3,
.ul-map-b1 li.on .info h3 {
	color: #FFFFFF;
}


.ul-map-b1 li .info dl {
	display: none;
}

.ul-map-b1 li:hover .info dl,
.ul-map-b1 li.on .info dl {
	display: block;
}

.ul-map-b1 .info dd {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 2.1;
	background-repeat: no-repeat;
	background-position: 2px center;
	background-image: url(../images/b-map1.png);
	padding-left: 40px;
}


.ul-map-b1 .info dd:nth-child(2) {
	background-image: url(../images/b-map02.png);
}

.ul-map-b1 .info dd:nth-child(3) {
	background-image: url(../images/b-map03.png);
}

.ul-map-b1 .info dd:nth-child(4) {
	background-image: url(../images/b-map04.png);
}

#bmap {
	width: 100%;
	height: 587px;
}

#bmap img {
	transition: none;
	max-width: none;
}


/* 产品中心 */
.row-b8 .b-icon1 {
	overflow: hidden;
}

.row-b8 .b-icon1 h3 {
	float: left;
	font-size: 13px;
	color: #111111;
	margin-right: 29px;
	line-height: 45px;
	font-weight: normal;
}

.ul-tit-b3 {
	overflow: hidden;
	margin: 0 -6px 18px;
}

.ul-tit-b3 li {
	float: left;
	width: 9.09%;
	padding: 0 6px;
	margin-bottom: 7px;
}

.ul-tit-b3 a {
	overflow: hidden;
	font-size: 13px;
	color: #111111;
	text-align: center;
	display: block;
	height: 47px;
	border-radius: 10px 0px 10px 10px;
	line-height: 45px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-tit-b3 li:hover a,
.ul-tit-b3 li.on a {
	background: #fa9600;
	color: #ffffff;
}

.row-b8 .b-icon2 {
	overflow: hidden;
}

.row-b8 .b-icon2 h3 {
	float: left;
	font-size: 13px;
	color: #111111;
	line-height: 24px;
	font-weight: normal;
}

.ul-tit-b4 {
	overflow: hidden;
}

.ul-tit-b4 li {
	float: left;
}

.ul-tit-b4 a {
	font-size: 13px;
	color: #111111;
	line-height: 24px;
	width: 100px;
	display: inline-block;
	text-align: center;
	position: relative;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-tit-b4 li.on a,
.ul-tit-b4 li:hover a {
	color: #fa9600;
}

.ul-tit-b4 a::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 13px;
	background-color: #DDDDDD;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.ul-tit-b4 a span {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/b-icon17.png);
	padding-right: 11px;
}

.ul-tit-b4 li.on a span,
.ul-tit-b4 li:hover a span {
	background-image: url(../images/b-icon16.png);
}

.ul-tit-b4 li:first-child a span {
	background-image: none;
	padding: 0;
}

.row-b8 .b-info {
	margin: 0 -39px;
}

.ul-info-b4 {
	margin: 0 -6.5px;
	overflow: hidden;
	padding: 45px 39px;
}

.ul-info-b4 li {
	float: left;
	width: 25%;
	padding: 0 6.5px;
	margin-bottom: 15px;
}

.ul-info-b4 .info {
	background: #FFFFFF;
	box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.1600);
	border-radius: 10px 0px 10px 10px;
}

.ul-info-b4 .pic {
	padding-top: 102%;
	position: relative;

}

.ul-info-b4 .pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b4 .info:hover img {
	transform: translate(-50%, -50%) scale(1.05);
	-webkit-transform: translate(-50%, -50%) scale(1.05);
}

.ul-info-b4 .txt {
	height: 182px;
	border-radius: 10px 0px 10px 10px;
	padding: 39px 42px 34px 63px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}


.ul-info-b4 .txt h3 {
	font-size: 17px;
	color: #111111;
	margin-bottom: 12px;
	font-weight: normal;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b4 .txt p {
	font-size: 13px;
	color: #999999;
	/*多行省略*/
	/* 超出隐藏设定只能有两行说明 */
	/*生成块区间*/
	overflow: hidden;
	/*超出显示省略号*/
	text-overflow: ellipsis;
	/*框体*/
	display: -webkit-box;
	/* 限制行数 */
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 21px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b4 .info:hover .txt {
	background: #fa9600;
}

.ul-info-b4 .info:hover .txt h3 {
	color: #FFFFFF;
}

.ul-info-b4 .info:hover .txt p {
	color: #FFFFFF;
}

.row-b8 .b-page {
	text-align: center;
	margin-bottom: 42px;
}

.ul-page-b1 {
	overflow: hidden;
	display: inline-block;
}

.ul-page-b1 li {
	display: inline-block;
	float: left;
	margin: 0 5px;
}

.ul-page-b1 a {
	width: 36px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 5px 0px 5px 5px;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	font-size: 13px;
	color: #727171;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	border: 1px solid #C9CACA;
	background-repeat: no-repeat;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.ul-page-b1 .prev a {
	background-image: url(../images/b-prev01.png);
}

.ul-page-b1 a:hover {
	background: #C9CACA;
	color: #fff;
}

.ul-page-b1 .prev a:hover {
	background-image: url(../images/b-prev.png) !important;
	background: #fa9600;
}

.ul-page-b1 .next a {
	background-image: url(../images/b-next.png);
}

.ul-page-b1 .next a:hover {
	background-image: url(../images/b-next01.png) !important;
	background: #fa9600;
}

/* 电池应用 */
.row-b9 {
	padding-bottom: 52px;
}


.b-bodyBox .txt {
	display: none;
}

.ul-info-b7 li .info.on .txt {
	display: block;
}

.ul-info-b7 li .info {
	margin-bottom: 55px;
}

.ul-info-b7 .info .pic1 {
	position: relative;
	height: 182px;
}

.ul-info-b7 .info .pic1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ul-info-b7 .info:hover .pic1 img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.ul-info-b7 li .info.on:hover .pic1 img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.ul-info-b7 li .info.on .pic1 {
	height: auto;
}

.ul-info-b7 .info .pic1::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(66, 77, 107, 0.3);
}

.ul-info-b7 .info .pic1 p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #FFFFFF;
	z-index: 10;
}

.ul-info-b7 li .info.on .pic1::after {
	display: none;
}

.ul-info-b7 li .info.on .pic1 p {
	display: none;
}

.ul-info-b7 li .info.on .pic1 {
	margin-bottom: 30px;
}

.row-b9 .b-info {
	padding-left: 423px;
	overflow: hidden;
}

.row-b9 .b-info .col-r {
	width: 100%;
}

.row-b9 .col-l {
	position: absolute;
	padding: 0 34px;
	left: 140px;
}

.row-b9 .col-l.col-pof {
	position: fixed;
	top: 0;
}

.row-b9 .col-l.col-pos {
	position: absolute;
}

.row-b9 .col-l .info {
	width: 313px;
	padding: 47px 0 48px;
	background: #FFFFFF;
	box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.1600);
	border-radius: 10px 0px 10px 10px;
}

.ul-tit-b5 span {
	font-size: 16px;
	color: #999999;
	display: inline-block;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.ul-tit-b5 li {
	margin-bottom: 24px;
}

.ul-tit-b5 li:last-child {
	margin-bottom: 0;
}

.ul-tit-b5 span:hover {
	color: #fa9600;
}

.ul-tit-b5 li span {
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	line-height: 46px;
	height: 46px;
}

.ul-tit-b5 li.on span,
.ul-tit-b5 li:hover span {
	color: #FFFFFF;
	position: relative;
	z-index: 15;
}

.ul-tit-b5 li .tit {
	position: relative;
}

.ul-tit-b5 li .tit::after {
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	content: '';
}

.ul-tit-b5 li.on .tit::after,
.ul-tit-b5 li:hover .tit::after {
	content: '';
	width: 381px;
	height: 100%;
	background: #fa9600;
	border-radius: 10px 0px 10px 10px;
	position: absolute;
	left: -35px;
	right: -35px;
	top: 0;
}

.ul-tit-b5 li.on {
	position: relative;
	left: 0;
}

.b-bodyBox .pic {
	overflow: hidden;
	border-radius: 30px 0px 30px 30px;
	position: relative;
	height: 184px;
	margin-bottom: 60px;
}

.b-bodyBox .pic a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 50;
}

.b-bodyBox .pic:last-child {
	margin-bottom: 0;
}

.b-bodyBox .pic a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #424D6B;
	opacity: 0.3;
	width: 100%;
	height: 100%;
}

.b-bodyBox .pic img {
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	object-fit: cover;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.b-bodyBox .pic:hover img {
	transform: translate(-50%, -50%) scale(1.05);
	-webkit-transform: translate(-50%, -50%) scale(1.05);
}

.b-bodyBox .pic p {
	position: absolute;
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 5;
}

.b-bodyBox .pic1 {
	overflow: hidden;
	border-radius: 30px 0px 30px 30px;
}

.b-bodyBox .pic2 {
	margin-bottom: 28px;
}

.b-bodyBox .txt {
	margin-bottom: 64px;
}

.ul-info-b7 li .info.on .txt {
	padding-left: 70px;
}

.b-bodyBox .txt h3 {
	font-size: 39px;
	color: #fa9600;
	margin-bottom: 9px;
}

.b-bodyBox .txt p {
	font-size: 14px;
	color: #949494;
	line-height: 24px;
}

/* 应用详情 */
.row-b10 {
	background-image: url(../images/b-bg02.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 660px;
	position: relative;
	margin-bottom: 45px;
	overflow: hidden;
}

.row-b10::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.01)40%, rgba(255, 255, 255, 0.82) 60%);
	z-index: 0;
}

.row-b10 .info {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.row-b10 .info .txt {
	width: 684px;
	position: absolute;
	right: 138px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.row-b10 .info .txt h3 {
	font-size: 36px;
	color: #2D2D39;
	font-weight: normal;
	margin-bottom: 20px;
}

.row-b10 .info .txt p {
	font-size: 13px;
	color: #111111;
	line-height: 26px;
}
.row-1b img{
	height: auto!important;
}
.row-1b table{
	width: 100%!important;
}
.row-1b .b-tit {
	margin-bottom: 29px;
}

.row-1b .b-tit h3 {
	position: relative;
	font-size: 18px;
	color: #2D2D39;
	font-weight: normal;
	padding-left: 9px;
}

.row-1b .b-tit h3::after {
	content: '';
	width: 3px;
	height: 18px;
	background-color: #fa9600;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.ul-tit-b6 {
	overflow: hidden;
	padding-left: 157px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 30px;
}

.ul-tit-b6 li {
	width: 25%;
	float: left;
	margin-bottom: 28px;
}

.ul-tit-b6 a {
	font-size: 14px;
	color: #2D2D39;
	position: relative;
	padding-left: 11px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-tit-b6 a:hover {
	color: #fa9600;
}

.ul-tit-b6 a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #fa9600;
	border-radius: 50%;
}

/*.row-b12 .b-info {*/
/*	padding: 61px 0 64px;*/
/*	border-bottom: 1px solid #DDDDDD;*/
/*}*/

.ul-tit-b7 {
	overflow: hidden;
	margin-bottom: 50px;
}

.ul-tit-b7 li {
	float: left;
	margin-right: 17px;
}

.ul-tit-b7 p {
	font-size: 18px;
	text-align: center;
	line-height: 47px;
	border-radius: 10px 0px 10px 10px;
	color: #111111;
	padding: 0 35px;
	border: 1px solid #DDDDDD;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-tit-b7 li.on p,
.ul-tit-b7 li:hover p {
	background: #fa9600;
	color: #ffffff;
	border: 1px solid transparent;
}

.ul-info-b5 .info {
	overflow: hidden;
	padding-left: 107px;
	padding-right: 109px;
}

.ul-info-b5 .info1 {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.ul-info-b5 .info1 .pic {
	width: 37.4%;
	height: 292px;
	background: #9F5151;
	border-radius: 10px 0px 10px 10px;
	margin-right: 44px;
	overflow: hidden;
}

.ul-info-b5 .info1 .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ul-info-b5 .info1 .txt {
	overflow: hidden;
	width: 62.5%;
}

.ul-info-b5 .info1 .txt h3 {
	font-size: 24px;
	color: #2D2D39;
	font-weight: normal;
	margin-bottom: 12px;
}

.ul-info-b5 .info1 .txt p {
	font-size: 13px;
	color: #111111;
	line-height: 26px;
}

.ul-info-b5 .table table {
	width: 100%;
}

.ul-info-b5 .table table td {
	text-align: center;
	height: 15px;
	height: 43px;
	font-size: 14px;
	color: #2D2D39;
	border: 1px solid #DDDDDD;
}

.ul-info-b5>li {
	display: none;
}

.ul-info-b5>li.on {
	display: block;
}

.row-b12 .b-tit {
	margin-bottom: 58px;
}

.ul-info-b6 li {
	padding: 0 9.5px;
}

.ul-info-b6 .info {
	background: #FFFFFF;
	box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.1600);
	border-radius: 10px 0px 10px 10px;
	padding: 20px 20px 34px;
}

.ul-info-b6 .info .pic {
	position: relative;
	padding-top: 57%;
	overflow: hidden;
	border-radius: 10px 0px 10px 10px;
	margin-bottom: 15px;
}

.ul-info-b6 .info .pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b6 .info:hover .pic img {
	transform: translate(-50%, -50%) scale(1.05);
	-webkit-transform: translate(-50%, -50%) scale(1.05);
}


.ul-info-b6 .info .txt h3 {
	font-size: 14px;
	color: #111111;
	margin-bottom: 5px;
	/*单行省略*/
	/* 超出隐藏 */
	/*文本不换行*/
	white-space: nowrap;
	overflow: hidden;
	/*超出显示省略号*/
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.ul-info-b6 .info:hover .txt h3 {
	color: #fa9600;
}

.ul-info-b6 .info .txt .date {
	font-size: 12px;
	color: #111111;
}


.row-b13 {
	padding: 58px 0 40px;
}


.row-b13 .b-info {
	overflow: hidden;
}

.row-b13 .b-btn {
	text-align: center;
}

.row-b13 .more {
	border-radius: 33px 33px 33px 33px;
	border: 1px solid #fa9600;
	display: inline-block;
	line-height: 52px;
	height: 52px;
	padding: 0 41px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.b-mySwiper4 {
	padding-bottom: 67px;
	position: relative;
}

.row-b13 .more span {
	font-size: 12px;
	color: #fa9600;
	background-position: 2px center;
	background-image: url(../images/b-icon18.png);
	padding-left: 29px;
	background-repeat: no-repeat;
	display: inline-block;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.row-b13 .more:hover {
	background-color: #fa9600;
	border: 1px solid #fa9600;
}

.row-b13 .more:hover span {
	color: #ffffff;
	background-image: url(../images/b-icon1801.png);
}

.row-b13 .swiper-pagination-bullet {
	background: #E2E1E8;
	opacity: 1;
}

.swiper-pagination-bullets {
	bottom: 38px !important;
}

.row-b13 .swiper-pagination-bullet-active {
	background: #fa9600;
	width: 25.69px;
	border-radius: 30px;
}

.row-b8 .cur {
	margin-bottom: 50px;
}

.row-b9 .cur {
	margin-bottom: 50px;
}

.row-b10 .cur {
	position: absolute;
	left: 140px;
	top: 43px;
	z-index: 99;
}

/* 定制方案 */

.row-b14 {
	padding-bottom: 88px;
}

.row-b14 .cur {
	margin-bottom: 20px;
}

.row-b14 .b-info {
	margin: 0 auto;
}

.row-b14 .b-info .b-tit {
	text-align: center;
	/* margin-bottom: 102px; */
}

.ul-info-b8 .info h3 {
	width: 146px;
	height: 47px;
	line-height: 45px;
	margin: 0 auto;
	font-size: 24px;
	color: #111111;
	font-weight: normal;
	cursor:pointer;
	background: #0000000d;
}


.row-b14 .b-info .b-tit p {
	font-size: 14px;
	color: #111111;
	text-align: left;
	line-height: 1.7;
}

.row-b14 .b-info .b-tit h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 13px;
}


.ul-info-b8 .info {
	text-align: center;
}

.ul-info-b8 .info .pic {
	margin-bottom: 36px;
	height: 321px;
	position: relative;
}

.ul-info-b8 .info .pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
}

.ul-info-b8 .info h3 {
	border-radius: 10px;
	text-align: center;
	color: #000;
	font-size: 16px;
}



.ul-info-b8 li.on .info h3 {
	background: #fa9600;
	color: #ffffff;
}


.row-b14 .b-info .top {
	max-width: 747px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 15;
}


.row-b14 .b-info .b-bg {
	position: relative;
}

.ul-info-b8 {
	overflow: hidden;
}

.ul-info-b8 li {
	float: left;
	width: 25%;
	position: relative;
	padding-bottom: 58.5px ;
}

.ul-info-b8 li::after{
	content: '';
	position: absolute;
	width: 20px ;
	height: 49.5px ;
	background-image: url(../images/b-icon30.png);
	background-repeat: no-repeat;
	background-size: 100%;
	left: 50% ;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: none;
}

.ul-info-b8 li.on::after{
	display: block;
}

.row-b14 .b-info .bottom .s1 {
	max-width: 748px;
	margin: 0 auto;
	position: relative;
}

.row-b14 .b-info .bottom .s1::after{
	display: none;
	content: '';
	position: absolute;
	height: 2px;
	background-color: #fa9600;
	width: 100%;
	left: 0;
	top: 0;
}

.row-b14 .b-info .bottom .s2 {
	max-width: 1281px;
	margin: 0 auto;
}

.ul-info-b9 .info dl {
	overflow: hidden;
	margin: -32px -20px;
	padding: 32px 0;
}

.ul-info-b9 .s1 .info dd {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 20px;
}

.ul-info-b9 .s1 dd .info1 {
	/*box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.1600);*/
	height: 400px;
	padding-top: 40px;
    max-width: 316px;
}


.ul-info-b9 .s1 .info dd h3 {
	font-size: 20px;
	color: #111111;
	margin-bottom: 10px;
}

.ul-info-b9 .s1 .info dd p {
	font-size: 13px;
	color: #111111;
	line-height: 2.7;
}


.ul-info-b9 .info .tit {
	text-align: center;
	position: relative;
	width: 350px;
	height: 200px;
	margin: 0 auto;
	padding-top: 59px;
}

.ul-info-b9 .info .tit h3 {
	font-size: 16px;
	color: #111111;
}

.ul-info-b9 .info .tit p {
	font-size: 16px;
	color: #111111;
	margin-bottom: 59px;
}

.ul-info-b9 .s1 .info .tit::after {
	content: '';
	background-image: url(../images/b-icon19.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.ul-info-b9 .s2 .info .tit::after {
	content: '';
	background-image: url(../images/b-icon28.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.ul-info-b9 li.s2 .info .tit h3 {
	text-align: left;
	line-height: 24px;
	width: 274px;
	margin: 0 auto;
	font-weight: normal;
}

.ul-info-b9 li.s2 .info .tit {
	width: 1100px;
}

.ul-info-b9 li.s2 .info .tit p {
	margin-bottom: 29px;
}

.ul-info-b9 li.s2 dl {
	overflow: hidden;
	margin: -32px -26.5px;
}

.ul-info-b9 li.s2 dl dd {
	width: 25%;
	float: left;
	padding: 0 26.5px;
	margin-bottom: 50px;
}

.ul-info-b9 li.s2 .info1 {
	overflow: hidden;
	position: relative;
	padding-top: 55%;
	/*box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.1600);*/
}

.ul-info-b9 li.s2 .info1 .pic {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
}

.ul-info-b9 li.s2 .info1 .pic img {
	margin-bottom: 16px;
}

.ul-info-b9 li.s2 .info1 .pic h3 {
	font-size: 16px;
}

.ul-info-b9 li.s3 dl {
	margin: -32px -22.5px;
}

.ul-info-b9 li.s3 dd {
	float: left;
	width: 25%;
	padding: 0 22.5px;
}

.ul-info-b9 li.s3 .info .tit {
	width: 100%;
	height: 200px;
}

.ul-info-b9 li.s3 .info h3 {
	font-size: 16px;
	margin-bottom: 17px;
}

.ul-info-b9 li.s3 .info1 p {
	font-size: 13px;
	color: #111111;
	text-align: center;
	margin-bottom: 17px;
}

.ul-info-b9 li.s3 .info1 {
	/*box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.1600);*/
	padding-bottom: 50px;
	height: 363px;
	background: #0000000d;
}

.ul-info-b9 li.s3 .info .tit1 {
	padding-top: 45px;
	text-align: center;
}

.ul-info-b9 .s3 .info .tit::after {
	content: '';
	background-image: url(../images/b-icon29.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.ul-info-b9 li.s3 .info .tit {
	max-width: 1080px;
	margin: 0 auto;
}

.row-b14 .more {
	text-align: center;
	margin: 32px 0 66px;
}

.row-b14 .more a {
	display: inline-block;
	border-radius: 33px 33px 33px 33px;
	border: 1px solid #fa9600;
	padding: 4px 26px 4px 36px;
	padding-left: 21px;
	background-image: url(../images/b-icon18.png);
	background-repeat: no-repeat;
	background-position: 16px center;
	width: 122px;
	height: 44px;
	line-height: 32px !important;
}

.row-b14 .more a p {
	font-size: 12px;
	color: #fa9600;
	width: 48px;
	margin-left: auto;
}

.row-b14 .b-logo h3 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 24px;
}

.ul-logo-b2 {
	overflow: hidden;
	max-width: 687px;
	margin: 0 auto;
}

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

.ul-logo-b2 .logo1 {
	text-align: center;
}

.ul-info-b9 li {
	display: none;
}

.ul-info-b9 li.on {
	display: block;
}

.b-mySwiper6 .swiper-slide-active {
	opacity: 1;
}

.ul-info-b7 {
	min-height: 100vh;
}

.ul-info-b7 li {
	display: none;
}

.ul-info-b7 li.on {
	display: block;
}

@media only screen and (max-width: 1920px) {
	.g-tit h3 {
		font-size: 2.39vw;
	}

	.row-b2 .b-info .top {
		padding-right: 4.583vw;
	}

	.row-b .line-box {
		width: 7.760vw;
		height: 11.04vw;
		top: -8.645vw;
	}


	.row-b .line-box .circle {
		height: 2.395vw;
	}

	/*.row-b1 {*/
	/*	padding: 1.875vw 0 4.166vw;*/
	/*}*/


	/* 模块一 */
	.row-b1 .top {
		margin-bottom: 2.343vw;
	}


	.ul-icon-b1 {
		/*margin: 0 -1.041vw;*/
	}

	.ul-icon-b1 li {
		padding: 0 1.041vw;
	}

	.ul-icon-b1 .info .pic {
		height: 2.395vw;
		margin-bottom: 0.833vw;
	}

	.ul-icon-b1 .info .pic img {
		max-width: 2.395vw;
		max-height: 2.395vw;
	}


	.ul-icon-b1 .info .tit h3 {
		font-size: 0.937vw;
	}

	.ul-icon-b1 li .info {
		padding: 1.770vw 0 1.302vw;
	}

	.mySwipercp {
		padding-top: 2.604vw;
		padding-bottom: 2.604vw;
	}

	.mySwipercp .swiper-slide {
		/*width: 46.19vw;*/
		/*height: 26.51vw;*/
	}

	.mySwipercp .swiper-slide .info {
		width: 27.71vw;
	}

	.mySwipercp .swiper-slide-active .info {
		width: 46.19vw;
		height: 26.51vw;
	}

	.mySwipercp .tit h3 {
		font-size: 0.937vw;
	}

	.mySwipercp .swiper-slide-active .tit h3 {
		font-size: 1.562vw;
		margin-bottom: 0.677vw;
	}


	.ul-info-b1 .tit {
		padding-top: 1.041vw;
	}

	.row-b1 .bottom .b-tit h3 {
		font-size: 1.562vw;
		/* width: 15.02vw; */
	}

	/* 模块2 */
	.row-b2 .b-info .bottom .tit {
		/* padding-top: 2.604vw; */
	}



	.row-b6 {
		padding: 2.812vw 0 0;
	}

	.ul-map-b1 li {
		top: 11.97vw;
		left: 5.416vw;
		width: 17.55vw;
	}

	.ul-map-b1 li:nth-child(2) {
		top: 9.479vw;
		left: 36.30vw;
	}

	.ul-map-b1 li:nth-child(3) {
		left: 58.22vw;
		top: 16.09vw;
	}
	
	.ul-map-b1 li:nth-child(4) {
		left: 56.22vw;
		top: 15.09vw;
	}

	.ul-map-b1 li:hover .info.info-4 {
		margin-top: -18vw;
	}

	.ul-map-b1 li:hover .info h3, .ul-map-b1 li.on .info .aj-info-4 {
		display: block !important;
	}

	.ul-map-b1 .info {
		/* width: 8.125vw;
		height: 3.229vw;
		line-height: 0vw; */
		width: 7.125vw;
		height: 2vw;
		line-height: 1vw; 
	}

	.ul-map-b1 li:hover .info,
	.ul-map-b1 li.on .info {
		width: 17.55vw;
		padding: 1.666vw 1.822vw 2.083vw 2.604vw;
	}

	.ul-map-b1 .info h3 {
		font-size: 0.937vw;
		margin-bottom: 0.729vw;
	}


	.ul-map-b1 .info dd {
		font-size: 0.833vw;
		padding-left: 2.083vw;
		background-size: 25px;
	}


	#bmap {
		height: 30.57vw;
	}

}

@media only screen and (max-width: 1645px) {
	.row-b5 .wp {
		max-width: 1645px;
		padding: 0 15px;
	}

	.row-b5 .b-info {
		padding: 2.796vw 9.787vw 3.161vw 8.085vw;
	}
}

@media only screen and (max-width: 1600px) {
	.ul-tit-b1 li {
		width: 33.333%;
	}
	
	.ul-logo-b1 .pic {
	    width: 14.18vw;
	    height: 9.187vw;
	}

	.ul-tit-b5 li.on .tit::after,
	.ul-tit-b5 li:hover .tit::after {
		width: 23.81vw;
		left: -2.187vw;
		right: -2.187vw;
	}

	.row-b9 {
		padding-bottom: 3.25vw;
	}

	.row-b9 .col-l .info {
		padding: 3vw 0;
	}

	.row-b9 .b-info {
		padding-left: 26.43vw;
	}

	.row-b9 .col-l {
		padding: 0 2.125vw;
		left: 8.75vw;
	}

	.row-b9 .col-l .info {
		width: 19.56vw;
	}

	.ul-tit-b5 span {
		font-size: 1vw;
	}

	.ul-tit-b5 li {
		margin-bottom: 1.6vw;
	}

	.ul-tit-b5 li span {
		height: 40px;
		line-height: 40px;
	}

	.ul-tit-b5 li.on span,
	.ul-tit-b5 li:hover span {
		color: #FFFFFF;
		position: relative;
	}




	.b-bodyBox .pic {
		height: 11.5vw;
		margin-bottom: 3.75vw;
	}


	.b-bodyBox .pic p {
		font-size: 1.875vw;
	}

	.b-bodyBox .pic2 {
		margin-bottom: 1.75vw;
	}

	.b-bodyBox .txt {
		margin-bottom: 4vw;
	}

	.b-bodyBox .txt h3 {
		font-size: 2.437vw;
	}

	.b-bodyBox .txt p {
		font-size: 0.875vw;
	}
}

@media only screen and (max-width: 1440px) {

	.row-b2 .b-info .top .pic {
		width: 50%;
	}

	.row-b2 .b-info .top .info {
		width: 50%;
	}


	/* 模块三 */
	.row-b3 {
		padding: 3.819vw 0 5.902vw;
	}

	.row-b3 .b-info {
		padding: 1.041vw 0;
	}

	.row-b3 .info {
		padding-left: 4.444vw;
		padding: 5.555vw 0 3.819vw 2.361vw;
	}

	.b-mySwiper2 .info {
		padding: 9.097vw 0 2.777vw 4.444vw;
	}

	.b-mySwiper2 .info .pic {
		height: 16.45vw;
		margin-bottom: 3.958vw;
	}

	.row-b3 .info .pic {
		height: 14.37vw;
		margin-bottom: 4.444vw;
	}


	.row-b3 .b-info .l .info::after {
		width: 1.666vw;
	}

	.row-b3 .info .txt {
		padding-right: 3.194vw;
	}


	.row-b3 .info .txt .date h3 {
		font-size: 1.666vw;
	}
	.row-b3 .info .txt .date .aj_h3 {
		font-size: 1.666vw;
	}

	.row-b3 .info .txt1 h3 {
		font-size: 1.111vw;
		padding-bottom: 0.347vw;
		margin-bottom: 0.833vw;
	}



	.b-mySwiper2 .info .txt .date h3 {
		font-size: 2.291vw;
	}
	.b-mySwiper2 .info .txt .date .aj_h3 {
		font-size: 2.291vw;
	}

	.b-mySwiper2 .txt {
		padding-right: 3.541vw;
	}

	.b-mySwiper2 .info .txt .date p {
		font-size: 1.111vw;
	}

	.b-mySwiper2 .info .txt1 h3 {
		font-size: 1.388vw;
	}


	.b-mySwiper2 .info .txt1 p {
		font-size: 1.041vw;
	}


	.ul-tit-b2 {
		margin-bottom: 1.041vw;
	}

	.ul-tit-b2 li {
		margin-right: 0.902vw;
	}


	.ul-tit-b2 .btn a {
		height: 2.430vw;
		line-height: 2.291vw;
		padding: 0 1.875vw;
	}


	.ul-info-b3 {
		padding: 3.047vw 0.694vw 2.708vw;
	}


	/* 应用详情 */
	.row-b10 {
		height: 660px;
		margin-bottom: 3.125vw;
	}


	.row-b10 .info .txt {
		width: 47.5vw;
		right: 9.583vw;
	}

	.row-b10 .info .txt h3 {
		font-size: 2.5vw;
		margin-bottom: 1.388vw;
	}

	.row-b10 .info .txt p {
		line-height: 1.8;
	}

	.ul-map-b1 li:hover .info,
	.ul-map-b1 li.on .info {
		padding: 15px;
		width: 190px;
	}

	.ul-map-b1 .info {
		width: 100px;
		height: 30px;
		line-height: 30px;
	}



	/* 定制方案 */

	.row-b14 {
		padding-bottom: 6.111vw;
	}

	.row-b14 .cur {
		margin-bottom: 1.388vw;
	}

	.row-b14 .b-info .b-tit {
		/* margin-bottom: 7.083vw; */
	}


	.ul-info-b8 .info h3 {
		width: 10.13vw;
		height: 3.263vw;
		line-height: 3.125vw;
		font-size: 1.666vw;
	}


	.row-b14 .b-info .b-tit h3 {
		font-size: 1.666vw;
		margin-bottom: 0.902vw;
	}


	.ul-info-b8 .info .pic {
		margin-bottom: 2.5vw;
		height: 22.29vw;
	}

	.ul-info-b8 .info h3 {
		font-size: 1.111vw;
	}

	.ul-info-b9 .info dl {
		margin: -2.222vw -1.388vw;
		padding: 2.222vw 0;
	}

	.ul-info-b9 .s1 .info dd {
		padding: 0 1.388vw;
	}

	.ul-info-b9 .s1 dd .info1 {
		padding-top: 2.777vw;
	}


	.ul-info-b9 .s1 .info dd h3 {
		font-size: 1.111vw;
		margin-bottom: 0.694vw;
	}


	.ul-info-b9 .info .tit {
		width: 26.59vw;
		height: 15.41vw;
		padding-top: 4.097vw;
	}

	.ul-info-b9 .info .tit h3 {
		font-size: 1vw;
	}

	.ul-info-b9 .info .tit p {
		font-size: 1.111vw;
		margin-bottom: 4.097vw;
	}

	.ul-info-b9 .s1 .info .tit::after {
		height: 15.48vw;
	}

	.ul-info-b9 .s2 .info .tit::after {
		height: 15.48vw;
	}

	.ul-info-b9 li.s2 .info .tit h3 {
		line-height: 1.666vw;
		width: 19.02vw;
	}

	.ul-info-b9 li.s2 .info .tit {
		width: 69.09vw;
	}

	.ul-info-b9 li.s2 .info .tit p {
		margin-bottom: 2.013vw;
	}

	.ul-info-b9 li.s2 dl {
		overflow: hidden;
		margin: -2.222vw -1.840vw;
	}

	.ul-info-b9 li.s2 dl dd {
		padding: 0 1.840vw;
		margin-bottom: 1.736vw;
	}

	.ul-info-b9 li.s2 .info1 {
		box-shadow: 0vw 0.277vw 2.708vw 0.069vw rgba(120, 148, 217, 0.1600);
	}


	.ul-info-b9 li.s2 .info1 .pic img {
		margin-bottom: 1.111vw;
	}

	.ul-info-b9 li.s2 .info1 .pic h3 {
		font-size: 1.111vw;
	}

	.ul-info-b9 li.s3 dl {
		margin: -2.222vw -1.562vw;
	}

	.ul-info-b9 li.s3 dd {
		padding: 0 1.562vw;
	}

	.ul-info-b9 li.s3 .info .tit {
		height: 15.48vw;
	}

	.ul-info-b9 li.s3 .info h3 {
		font-size: 1.111vw;
		margin-bottom: 1.180vw;
	}

	.ul-info-b9 li.s3 .info1 p {
		margin-bottom: 1.180vw;
	}

	.ul-info-b9 li.s3 .info1 {
		padding-bottom: 3.472vw;
		height: 28.20vw;
	}

	.ul-info-b9 li.s3 .info .tit1 {
		padding-top: 3.125vw;
	}

	.ul-info-b9 .s3 .info .tit::after {
		height: 15.48vw;
	}

	.row-b14 .more {
		margin: 2.222vw 0 4.583vw;
	}




	.row-b14 .b-logo h3 {
		font-size: 1.25vw;
		margin-bottom: 1.666vw;
	}

}

@media only screen and (max-width: 1200px) {
	.ul-map-b1 .info dd {
		font-size: 12px;
		padding-left: 30px;
	}


	.ul-info-b9 li.s2 .info .tit {
		width: 100%;
		padding-top: 46px;
	}

	.ul-info-b9 li.s2 .info .tit h3 {
		line-height: 1.5;
		width: 300px;
	}

	.row-b14 .b-info .bottom {
		margin-top: 0;
	}

	#bmap {
		height: 400px;
	}

	.ul-map-b1 .info dd {
		background-size: 20px;
	}

	.ul-map-b1 .info h3 {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.row-b1 .bottom .b-tit {
		padding: 0 10px;
	}

	.row-b9 .col-l {
		left: 1.75vw;
	}

	.ul-info-b5 .info {
		padding-left: 15px;
		padding-right: 15px;
	}

	.ul-info-b5 .info1 .txt h3 {
		font-size: 21px;
	}

	.ul-info-b7 li .info.on .pic1 {
		margin-bottom: 15px;
	}

	.ul-info-b7 li .info.on .txt {
		padding-left: 0;
	}

	.ul-info-b5 .info1 .pic {
		margin-right: 15px;
	}

	.row-b12 .b-info {
		padding: 15px 0;
	}

	.ul-tit-b6 {
		padding: 0;
	}

	.row-b2 .b-info .bottom {
		padding-left: 4.583vw;
	}

	.row-b3 .b-info .l {
		width: 36.4%;
	}

	.b-mySwiper2 .info .txt1 h3 {
		font-size: 16px;
	}

	.b-mySwiper2 .info .txt1 p {
		font-size: 14px;
	}

	.ul-tit-b2 .btn a {
		height: auto;
		line-height: 2;
		padding: 0 10px;
	}

	.ul-info-b3 li {
		width: 46%;
	}

	.row-b3 .info .txt1 h3 {
		font-size: 14px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.ul-info-b4 {
		margin: 0 -5px;
	}
	.ul-tit-b3 li{
		width: 110px;
	}
	.ul-tit-b3 a {
		font-size: 13px;
		padding: 0 15px;
		height: 30px;
		line-height: 30px;
	}

	.ul-info-b4 li {
		width: 33.333%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 990px) {
	
	.ul-tit-b2 {
		position: relative;
	}
	.row-b2 .b-info .bottom{
		display: none;
	}
	.row-b2 .b-info .bottom .b-info {
	    display: block;
	}
	
	.ul-logo-b1 .pic {
	    width: 100%;
	    height: 0;
		padding-top: 55%;
	}


	.row-b14 .b-info .b-tit h3 {
		font-size: 16px;
		/* margin-bottom: 10px; */
	}

	.row-b14 .b-info .b-tit {
		margin-bottom: 15px;
	}

	.row-b14 {
		padding: 15px 0;
	}


	.b-mySwiper6 .swiper-slide-active {
		height: 100%;
	}


	.ul-info-b9 .info .tit::after {
		background-image: none !important;
		display: none !important;
	}

	.ul-info-b9 li .info .tit {
		margin-bottom: 40px !important;
	}

	.ul-info-b9 li.s3 dd {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.ul-info-b9 li.s3 .info h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.ul-info-b9 .info .tit {
		width: auto !important;
		height: auto !important;
		padding-top: 30px;
	}

	.ul-info-b9 li .info .tit {
		padding-top: 26px !important;
		margin-bottom: 15px;
	}

	.ul-info-b9 li dd {
		padding: 0 15px !important;
	}

	.ul-info-b9 li.s3 .info1 {
		padding-bottom: 15px !important;
		height: auto !important;
	}

	.ul-info-b9 li.s2 dl {
		margin: 0;
	}
	.ul-info-b8{
		border-bottom: 1px solid #fa9600;
	}
	.ul-info-b8 .info h3 {
		font-size: 14px;
		width: 100px;
		height: 40px;
		line-height: 40px;
	}

	.ul-info-b9 li.s2 dl dd {
		width: 50%;
	}

	.row-b14 .more {
		margin: 30px 0;
	}

	.ul-info-b9 .info dl {}

	.row-b14 .b-info .top {
		height: auto;
	}

	.ul-info-b9 .s1 .info dd h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.ul-info-b9 .s1 .info dd {
		padding: 0 15px;
	}

	.ul-info-b9 .s1 .info dd {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.ul-logo-b2 .logo1 {
		width: 42px;
		margin: 0 auto;
	}

	.row-b14 .b-logo h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.ul-info-b9 .info .tit {
		width: 300px;
		height: 180px;
		padding-top: 80px;
	}

	.ul-info-b9 .s1 dd .info1 {
		padding-top: 15px;
	}

	.ul-info-b9 .s1 .info .tit::after {
		height: 160px;
	}

	.ul-info-b9 .info .tit p {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.ul-info-b9 .info .tit h3 {
		font-size: 14px;
	}

	.ul-info-b7 .info .pic1 p {
		font-size: 21px;
	}

	.ul-info-b7 .info .pic1 {
		height: 60px;
	}

	.b-bodyBox .pic1 {
		border-radius: 15px 0px 15px 15px;
	}

	.ul-info-b7 li .info {
		margin-bottom: 15px;
	}

	.b-bodyBox .pic {
		height: 100px;
		margin-bottom: 15px;
	}

	.ul-info-b4 .txt {
		padding: 15px;
		height: auto;
	}

	.row-b10 .info .txt h3 {
		font-size: 21px;
		margin-bottom: 15px;
	}

	.b-bodyBox .txt h3 {
		font-size: 21px;
	}

	.b-bodyBox .txt p {
		font-size: 12px;
	}

	.b-bodyBox .pic p {
		font-size: 12px;
	}

	.ul-tit-b6 li {
		width: 50%;
	}

	.row-b10 .info .txt p {
		font-size: 12px;
	}

	.row-b10 .info .txt {
		width: 100%;
		right: 0;
		left: 0;
		position: relative;
		padding: 0;
		top: 0;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	.row-b10 {
		height: auto;
		min-height: 200px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.row-b10::after{
		background: linear-gradient(to top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
	}
	.row-b10 .info {
		position: relative;
		height: auto;
		z-index: 2;
	}
	.row-b10 .cur{
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
	}
	.row-b10 .cur a, .row-b10 .cur span{
	    color: #231F20;
	}
	.row-b3 .b-info .l {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}


	.ul-form-b1 li {
		width: 100% !important;
		margin-bottom: 10px;
		padding: 0;
	}

	.ul-form-b1 {
		overflow: hidden;
		margin: 0;
		margin-bottom: 10px;
	}

	.ul-form-b1 .text textarea {
		height: 50px;
	}
    .ul-form-b1 .captcha .icn{
        width:100px;
    }
	.row-b5 .btn input {
		width: 100px;
		margin: 0 5px;
	}

	.row-b5 .b-info {
		padding: 15px;
	}

	.row-b5 .g-tit p {
		font-size: 14px;
	}

	.row-b4 .g-tit {
		margin-bottom: 15px;
	}

	.row-b4 {
		margin-bottom: 15px;
	}

	.row-b3 .info .pic {
		height: auto;
		margin-bottom: 10px;
	}

	.b-mySwiper2 .info {
		padding: 20px;
	}

	.row-b3 .info {
		padding: 20px;
		box-shadow: 0px 4px 5px 1px rgb(120 148 217 / 16%);
	}

	.ul-info-b3 li {
		width: 100% !important;
		float: none;
		margin-bottom: 15px;
	}

	.row-b3 .info .txt .date h3 {
		font-size: 14px;
	}
	.row-b3 .info .txt .date .aj_h3 {
		font-size: 14px;
	}

	.ul-tit-b2 {
		text-align: left;
	}

	.ul-tit-b2 li {
		margin-bottom: 10px;
	}

	.b-mySwiper2 .info .txt .date h3 {
		font-size: 16px;
	}
	.b-mySwiper2 .info .txt .date .aj_h3 {
		font-size: 16px;
	}

	.b-mySwiper2 .info .txt .date p {
		font-size: 14px;
	}

	.row-b3 .b-info .r {
		width: 100%;
		float: none;
	}

	.row-b2 .b-info .top .txt h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.ul-tit-b1 li {
		width: 50%;
	}

	.row-b1 .bottom .b-tit {
		display: block;
	}

	.row-b .wp {
		padding: 0 15px;
	}

	.ul-tit-b1 .num {
		font-size: 20px;
		padding-right: 10px;
	}

	.ul-tit-b1 .num i {
		font-size: 12px;
	}

	.ul-tit-b1 .i1 {
		padding-right: 28px;
	}

	.row-b2 .b-info .bottom .tit {
		padding-top: 0;
	}


	.g-tit h3 {
		font-size: 21px;
	}

	.ul-icon-b1 {
		margin: 0;
	}

	.ul-icon-b1 li {
		padding: 0;
	}

	.mySwipercp .swiper-slide-active .tit h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.ul-icon-b1 {
		margin: 0 -10px;
		white-space: nowrap;
		overflow-x: scroll;
	}

	.ul-icon-b1 li {
		padding: 0 10px;
		display: inline-block;
		float: none;
		width: 33.333%;
	}

	.ul-icon-b1 .info .pic {
		height: 40px;
		margin-bottom: 10px;
	}

	.ul-icon-b1 .info .pic img {
		max-width: 40px;
		max-height: 40px;
	}

	.ul-icon-b1 .info .tit h3 {
		font-size: 14px;
	}

	.row-b1 .bottom .b-tit h3 {
		font-size: 18px;
		/* width: 150px; */
	}

	.mySwipercp .swiper-slide .info {
		width: 270px;
	}

	.mySwipercp .swiper-slide-active .info {
		width: 445px;
		height: 230px;
	}

	.mySwipercp .swiper-slide {
		width: 445px;
		height: 230px;
	}

	.mySwipercp .tit h3 {
		font-size: 14px;
	}

	.row-b1 {
		padding: 15px 0;
	}

	.row-b2 .b-info .top .pic {
		width: 100%;
		float: none;
	}

	.row-b2 .b-info .top .info {
		width: 100%;
		float: none;
	}

	.row-b2 .b-info .top {
		padding-right: 0;
	}

	.row-b2 .b-info {
		padding: 0 15px;
	}

	.ul-tit-b1 {
		margin-bottom: 15px;
	}

	.row-b2 .b-info .top .btn {
		text-align: left;
	}

	.row-b2 .b-info .txt {
		margin-bottom: 15px;
	}

	.row-b2 .b-info .bottom {
		padding-left: 0;
	}

	.row-b2 .b-info .bottom .tit {
		float: none;
		width: auto;
		text-align: center;
	}

	.ul-logo-b1 li {
		float: none;
		width: 100%;
	}

	.ul-logo-b1 li::after {
		display: none;
	}

	.row-b12 .b-tit {
		margin-bottom: 15px !important;
	}
}

@media only screen and (max-width: 750px) {
	.row-b6 .b-map1 {
		display: none;
	}
	
	.row-b14 .b-info .bottom li{
		position: relative;
	}
	
	.row-b14 .b-info .bottom li::after {
		display: none;
	    content: '';
	    position: absolute;
	    height: 2px;
	    background-color: #fa9600;
	    width: 100%;
	    left: 0;
	    top: 0;
	}
	
	.ul-info-b8 .info h3{
		font-size: 12px;
	}

	.ul-info-b9 .s1 dd .info1 {
		box-shadow: 0px 4px 10px 1px rgb(120 148 217 / 16%);
	}

	.ul-info-b9 li.s3 .info1 {
		box-shadow: 0px 4px 10px 1px rgb(120 148 217 / 16%);
	}

	.ul-info-b9 li.s2 dl dd {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}

	.ul-map-b1 li::after {
		width: 20px;
		height: 20px;
	}

	.row-b6 .b-map1 img {
		display: none;
	}

	.ul-map-b1 li {
		padding-top: 20px;
	}

	.ul-page-b1 li {
		display: none;
	}

	.ul-page-b1 li.prev {
		display: inline-block;
	}

	.ul-page-b1 li.next {
		display: inline-block;
	}

	.ul-page-b1 li.on {
		display: inline-block;
	}



	.ul-info-b4 li {
		width: 100%;
		float: none;
	}

	.ul-info-b4 {
		padding: 15px 0;
	}

	.ul-info-b4 {
		overflow: inherit;
	}

	.row-b8 .b-info {
		margin: 0;
	}

	.ul-tit-b4 a {
		width: auto;
		padding: 0 10px;
	}

	.row-b8 .b-icon1 h3 {
		float: none;
		margin: 0;
	}

	.ul-tit-b3 li {
		width: 25%;
	}

	.row-b9 .col-l {
		left: 0;
		position: relative;
		width: 100%;
		float: none;
	}

	.row-b9 .col-r {
		float: none;
		width: 100%;
	}

	.row-b9 .col-l .info {
		width: 100%;
	}

	.ul-tit-b5 li {
		margin-bottom: 10px;
	}

	.row-b9 .col-l {
		padding: 5px;
	}

	.ul-tit-b5 li.on .tit::after,
	.ul-tit-b5 li:hover .tit::after {
		width: 100%;
		left: 0;
		right: 0;
	}

	.ul-tit-b5 span {
		font-size: 14px;
	}


	.row-b9 .b-info {
		padding-left: 0;
	}

	.ul-info-b5 .info1 {
		display: block;
	}

	.ul-info-b5 .info1 .pic {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	.ul-info-b5 .info {
		padding: 0;
	}

	.ul-tit-b7 {
		margin-bottom: 10px;
	}

	.ul-tit-b7 p {
		font-size: 14px;
		line-height: 40px;
		padding: 0 15px;
	}

	.ul-info-b5 .info1 {
		margin-bottom: 10px;
	}

	.ul-info-b5 .info1 .txt {
		width: 100%;
	}

	.row-b1 .bottom .b-tit h3 {
		/* width: 30%; */
	}

	.b-mySwiper3 .pic img {
		max-width: 70%;
		max-width: 70%;
	}

	.row-b1 .bottom .b-tit p {
		width: 100%;
	}

	.mySwipercp .swiper-slide-active .info {
		width: 310px;
		margin: 0 auto;
	}

	.ul-icon-b1 .info .pic {
		height: 30px;
	}

	.ul-icon-b1 .info .pic img {
		max-width: 30px;
		max-height: 30px;
	}

	.row-b2 {
		padding: 15px 0;
	}

	.row-b .line-box {
		width: 37px;
		height: 53px;
		top: -41.5px;
	}

	.row-b .line-box .circle {
		height: 18px;
	}

	.ul-info-b5 .table table td {
		font-size: 12px;
	}

	.row-b13 .more {
		line-height: 40px;
		height: 40px;
		padding: 0 20px;
	}

	.row-b13 {
		padding: 15px 0;
	}
}
@media only screen and (max-width:500px) {
	.ul-tit-b3 li{
		width: 50%;
	}
}
.ban-c1{
	position: relative;
	overflow: hidden;
	margin-top: -95px;
}
.ban-c1 .swiper-pagination{
	bottom: 33px!important;
	font-size: 0;
}
.ban-c1 .swiper-pagination .swiper-pagination-bullet{
	width: 7px;
	height: 7px;
	opacity: .33;
	background-color: #fff;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ban-c1 .swiper-pagination .swiper-pagination-bullet-active{
	width: 28px;
	background-color: #fa9600;
	opacity: 1;
}
.m-arrc1{
	opacity: 0;
}
.ban-c1:hover .m-arrc1{
	opacity: 1;
}
.m-arrc1 .prev,
.m-arrc1 .next{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.m-arrc1 .prev{
	background-image: url(../images/c-icn01.png);
	left: 50px;
}
.m-arrc1 .prev:hover{
	background-image: url(../images/c-icn02.png);
}
.m-arrc1 .next{
	background-image: url(../images/c-icn03.png);
	right: 50px;
}
.m-arrc1 .next:hover{
	background-image: url(../images/c-icn04.png);
}
.ban-c1 .con{
	display: block;
	padding-top: 48.17%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.ban-c1 .txt{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding: 0 135px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.ban-c1 .tit{
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
	color: #111;
	margin-bottom: 16px;
}
.ban-c1 .tit span{
	font-size: 60px;
	margin-left: 12px;
}
.ban-c1 .desc{
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #999;
	margin-bottom: 24px;
}
.ban-c1 .btn{
	font-size: 0;
}
.ban-c1 .btn p{
	display: inline-block;
	vertical-align: middle;
	margin-right: 18px;
	border: 1px solid #999;
	line-height: 34px;
	border-radius: 18px;
	padding: 0 25px;
	text-align: center;
	font-size: 18px;
	color: #999;
}
.ban-c1 .btn p:last-child{
	margin-right: 0;
}
.row-c3{
	display: flex;
	align-items: flex-start;
	padding-left: 50px;
	overflow: hidden;
}
.m-titc1{
	display: block;
	width: 430px;
	padding-top: 105px;
}
.m-titc1 .tit{
	display: block;
	font-size: 36px;
	line-height: 1;
	padding-bottom: 24px;
	text-align: center;
	background-image: url(../images/c-icn05.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 161px;
	margin-bottom: 50px;
	font-weight: normal;
}
.swiperc1{
	overflow: hidden;
}
.swiperc1 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.m-tabc1{
	display: block;
	width: 188px;
	padding: 105px 0 70px;
}
.ul-tabc1{
	margin-bottom: 20px;
}
.ul-tabc1 li{
	margin-bottom: 4px;
}
.ul-tabc1 li:first-child{
	margin-bottom: 11px;
}
.ul-tabc1 .con{
	display: flex;
	align-items: center;
	height: 64px;
	cursor: pointer;
	padding: 0 15px;
	border-radius: 10px 0 10px 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-tabc1 .on .con,
.ul-tabc1 .con:hover{
	background-color: #fa9600;
}
.ul-tabc1 .icn{
	width: 46px;
	height: 46px;
	position: relative;
}
.ul-tabc1 .icn img{
	display: block;
	max-width: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-tabc1 .icn .img1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 2;
}
.ul-tabc1 .on .icn .img1,
.ul-tabc1 .con:hover .icn .img1{
	opacity: 1;
}
.ul-tabc1 .on .icn .img2,
.ul-tabc1 .con:hover .icn .img2{
	opacity: 0;
}
.ul-tabc1 .txt{
	font-size: 13px;
	color: #999;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-tabc1 .on .txt,
.ul-tabc1 .con:hover .txt{
	color: #fff;
	font-size: 16px;
}
.m-tabc1 .more{
	display: block;
	border: 1px solid #DDD;
	border-radius: 5px 0 5px 5px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: #DDD;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.m-tabc1 .more:hover{
	background-color: #fa9600;
	border-color: #fa9600;
	color: #fff;
}
.m-infoc1{
	display: block;
	flex: 1;
	padding: 105px 0 70px 30px;
	overflow: hidden;
}
.m-infoc1 .item{
	display: none;
}
.m-infoc1 .item.on{
	display: block;
}
.swiperc2{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.swiperc2 .swiper-slide{
	width: 33.33%;
}
.swiperc2 .con{
	display: block;
	border-radius: 10px 0 10px 10px;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.swiperc2 .con:hover{
	box-shadow: 0 4px 39px rgba(120,148,217,.16);
}
.swiperc2 .pic{
	padding-top: 102.26%;
	position: relative;
	overflow: hidden;
}
.swiperc2 .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 1;
}
.swiperc2 .con:hover .pic img{
	-webkit-transform: translate(-50%,-50%) scale(1.08);
	-moz-transform: translate(-50%,-50%) scale(1.08);
	-ms-transform: translate(-50%,-50%) scale(1.08);
	-o-transform: translate(-50%,-50%) scale(1.08);
	transform: translate(-50%,-50%) scale(1.08);
}
.swiperc2 .txt{
	padding: 38px 50px 46px;
	border-radius: 10px 0 10px 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.swiperc2 .con:hover .txt{
	background-color: #fa9600;
}
.swiperc2 .tit{
	font-size: 16px;
	color: #111;
	margin-bottom: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.swiperc2 .con:hover .tit{
	color: #fff;
}
.swiperc2 .desc{
	font-size: 13px;
	color: #999;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow:hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.swiperc2 .con:hover .desc{
	color: #fff;
}
.row-c2{
	padding: 0 50px;
	overflow: hidden;
}
.row-c2 .bg{
	/*background-image: url(../images/c-bg01.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 30px 0 30px 30px;
	padding: 40px 90px 0;
	overflow: hidden;
}
.g-titc1{
	text-align: center;
	font-size: 46px;
	color: #fa9600;
	line-height: 1;
	padding-bottom: 25px;
	background-image: url(../images/c-icn05.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 161px;
	font-weight: normal;
}
.swiperc3 .con{
	position: relative;
	padding: 80px 0 40px;
}
.swiperc3 .pic{
	display: block;
	width: 500px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	margin-bottom: 60px;
}
.swiperc3 .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.swiperc3 .pic .img1{
	width: 500px;
	margin-bottom: -20px;
	z-index: 2;
}
.swiperc3 .pic .img2{
	width: 500px;
	margin-top: -70px;
	z-index: 0;
}
.swiperc3 .icn1{
	position: absolute;
	top: 140px;
	right: 50%;
	z-index: 1;
}
.swiperc3 .icn2{
	position: absolute;
	top: 47%;
	left: 35%;
	margin-left: 100px;
	z-index: 3;
}
.swiperc3 .icn3{
	position: absolute;
	top: 220px;
	right: 50%;
	margin-right: 110px;
	z-index: 3;
}
.swiperc3 .icn4{
	position: absolute;
	top: 310px;
	right: 69%;
	margin-right: -30px;
	z-index: 4;
}
.swiperc3 .icn5{
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: 110px;
	z-index: 0;
}
.ul-proc1 li{
	position: absolute;
	z-index: 5;
}
.ul-proc1 li:hover{
	z-index: 6;
}
.ul-proc1 .l1{
	top: 440px;
	left: 54%;
	margin-left: -190px;
}
.ul-proc1 .l3{
	top: 360px;
	left: 47%;
	margin-left: 130px;
}
.ul-proc1 .l2{
	top: 350px;
	left: 15%;
	margin-left: 220px;
}
.ul-proc1 .l4 {
    top: 137px;
    left: 35%;
    margin-left: 210px;
}
.ul-proc1 li::after{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background-image: url(../images/c-icn07.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: -1;
}
.ul-proc1 li:hover::after{
	width: 74px;
	height: 27px;
}
.ul-proc1 .dot{
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fa9600;
	padding: 5px;
	z-index: 2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-proc1 li:hover .dot{
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #fa9600;
}
.ul-proc1 .dot::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 50%;
	background-color: #fa9600;
	z-index: -1;
	animation: dotani 2s 1s infinite;
	-o-animation: dotani 2s 1s infinite;
	-ms-animation: dotani 2s 1s infinite;
	-moz-animation: dotani 2s 1s infinite;
	-webkit-animation: dotani 2s 1s infinite;
}
.ul-proc1 .dot::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 50%;
	background-color: #fa9600;
	z-index: -1;
	animation: dotani 2s infinite;
	-o-animation: dotani 2s infinite;
	-ms-animation: dotani 2s infinite;
	-moz-animation: dotani 2s infinite;
	-webkit-animation: dotani 2s infinite;
}
@keyframes dotani{
	0%{width: 100%;height: 100%;opacity: 1;}
	100%{width: 300%;height: 300%;opacity: 0;}
}
@-o-keyframes dotani{
	0%{width: 100%;height: 100%;opacity: 1;}
	100%{width: 300%;height: 300%;opacity: 0;}
}
@-ms-keyframes dotani{
	0%{width: 100%;height: 100%;opacity: 1;}
	100%{width: 300%;height: 300%;opacity: 0;}
}
@-moz-keyframes dotani{
	0%{width: 100%;height: 100%;opacity: 1;}
	100%{width: 300%;height: 300%;opacity: 0;}
}
@-webkit-keyframes dotani{
	0%{width: 100%;height: 100%;opacity: 1;}
	100%{width: 300%;height: 300%;opacity: 0;}
}
.ul-proc1 li:hover .dot::before,
.ul-proc1 li:hover .dot::after{
	display: none;
}
.ul-proc1 .dot i{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
}
.ul-proc1 li:hover .dot i{
	background-color: #fa9600;
}
.ul-proc1 .txt{
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px 20px;
	z-index: 2;
	border: 1px solid #fa9600;
	border-radius: 20px;
	background-color: rgba(23,23,23,.7);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-proc1 .txt::after{
	content: '';
	position: absolute;
	top: 0;
	left: -25px;
	bottom: 0;
	width: 85px;
	z-index: -1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-proc1 li:hover .txt::after{
	left: -85px;
}
.ul-proc1 li:hover .txt{
	top: 40%;
	left: 85px;
	border-radius: 10px;
	padding: 25px 50px 40px 30px;
	background-color: rgba(23,23,23,.8);
}
.ul-proc1 .tit{
	display: flex;
	align-items: center;
	margin-bottom: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-proc1 li:hover .tit{
	margin-bottom: 10px;
}
.ul-proc1 .icn{
	display: block;
	width: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-proc1 li:hover .icn{
	width: 15px;
}
.ul-proc1 .icn img{
	display: block;
	width: 100%;
}
.ul-proc1 .tit h3{
	flex: 1;
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #fa9600;
	white-space: nowrap;
}
.ul-proc1 .desc{
	width: 0;
	height: 0;
	font-size: 15px;
	color: #fff;
	line-height: 1.3;
	padding-left: 16px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	display: -webkit-box;
	overflow:hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-proc1 li:hover .desc{
	width: 300px;
	height: auto;
}
.swiperc3 .more{
	display: block;
	margin: 0 auto;
	width: 94px;
	line-height: 25px;
	border: 1px solid #fff;
	border-radius: 5px 0 5px 5px;
	text-align: center;
	font-size: 12px;
	color: #DDDDDD;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.swiperc3 .more:hover{
	background-color: #fa9600;
	border-color: #fa9600;
	color: #fff;
}
.m-infoc2{
	display: flex;
	align-items: center;
}
.m-infoc2 .btn{
	display: flex;
	align-items: center;
	width: 122px;
	height: 44px;
	padding: 0 10px;
	border: 1px solid #fa9600;
	border-radius: 22px;
	margin-right: 65px;
}
.m-infoc2 .btn .icn{
	display: block;
	width: 31px;
	margin-right: 5px;
}
.m-infoc2 .btn .icn img{
	display: block;
	width: 100%;
}
.m-infoc2 .btn .txt{
	flex: 1;
	display: block;
	font-size: 12px;
	color: #fa9600;
	line-height: 1.16;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-infoc2 .info{
	flex: 1;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
}
.m-infoc2 .m-tit{
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}
.swiperc4{
	position: relative;
	font-size: 0;
	text-align: center;
}
.swiperc4::after{
	position: absolute;
	top: ;
}
.swiperc4 .swiper-slide{
	display: inline-block;
	vertical-align: top;
	width: 12.5%;
}
.swiperc4 .con{
	display: block;
	padding-top: 35px;
	cursor: pointer;
	position: relative;
}
.swiperc4 .swiper-slide-active .con{
	padding: 0;
}
.swiperc4 .txt{
	display: block;
	margin: 0 auto 23px;
	width: 108px;
	height: 66px;
	max-width: 100%;
	/* line-height: 66px; */
	text-align: center;
	background-color: #3e455400;
	border-radius: 10px;
	padding: 0;
	position: relative;
}
.swiperc4 .swiper-slide-active .txt{
	width: 160px;
	height: 56px;
	line-height: 1.4;
	padding: 10px 0;
	margin-top: 45px;
	background-color: #fa9600;
}
.swiperc4 .icn{
	display: block;
	width: 0;
	margin: 0 auto;
}
.swiperc4 .swiper-slide-active .icn{
	width: 46px;
}
.swiperc4 .icn img{
	display: block;
	width: 100%;
}
.swiperc4 .tit{
	font-size: 20px;
	color: #5e5e5e;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
.swiperc4 .swiper-slide-active .tit{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	position: relative;
	top: 0;
	transform: translateY(-0);
	-webkit-transform: translateY(-0);
}
.swiperc4 .line{
	display: block;
	height: 2px;
	background-color: #696F7A;
	margin-bottom: 5px;
	position: relative;
}
/* .swiperc4 .swiper-slide-active .line{
	height: 3px;
	background-color: #fa9600;
} */
.swiperc4 .line::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: 3px solid #696F7A;
	border-radius: 50%;
	z-index: 2;
	background-color: #fff;
	border-color: #717070;
}
.swiperc4 .swiper-slide-active .line::after{
	background-color: #fa9600;
	border-color: #fa9600;
}
.swiperc4 .line i{
	position: absolute;
	top: -45px;
	left: 57%;
	width: 117px;
	height: 0;
	/*background-image: url(../images/c-icn10.png);*/
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.swiperc4 .swiper-slide-active .line.ani i{
	height: 169px;
}
.swiperc4 .num{
	display: block;
	font-size: 29px;
	color: #3B4453;
	text-align: center;
	font-weight: bold;
	line-height: 55px;
}
.swiperc4 .swiper-slide-active .num{
	font-size: 28px;
	color: #e39725;
	/* letter-spacing: 21px; */
	/* padding-left: 0px; */
}
.swiperc4 .m-line{
	position: absolute;
	top: 124px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fa9600;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	z-index: 1;
}
@media only screen and (min-width: 950px) and (max-width: 1920px) {
	.m-arrc1 .prev,
	.m-arrc1 .next{
		width: 3.125vw;
		height: 3.125vw;
		margin-top: -1.562vw;
	}
	.m-arrc1 .prev{
		left: 2.604vw;
	}
	.m-arrc1 .next{
		right: 2.604vw;
	}
	.ban-c1 .txt{
		padding: 0 7.031vw;
	}
	.ban-c1 .tit{
		font-size: 1.875vw;
		margin-bottom: 0.833vw;
	}
	.ban-c1 .tit span{
		font-size: 3.125vw;
		margin-left: 0.625vw;
	}
	.ban-c1 .desc{
		font-size: 0.937vw;
		letter-spacing: 0.208vw;
		margin-bottom: 1.25vw;
	}
	.ban-c1 .btn p{
		margin-right: 0.937vw;
		line-height: 1.770vw;
		padding: 0 1.302vw;
		font-size: 0.937vw;
	}
	.row-c3{
		padding-left: 2.604vw;
	}
	.m-titc1{
		width: 22.39vw;
		padding-top: 5.468vw;
	}
	.m-titc1 .tit{
		font-size: 1.875vw;
		padding-bottom: 1.25vw;
		background-size: 8.385vw;
		margin-bottom: 2.604vw;
	}
	.m-tabc1{
		padding: 5.468vw 0 3.645vw;
	}
	.ul-tabc1 .con{
		padding: 0 0.781vw;
	}
	.m-infoc1{
		padding: 5.468vw 0 3.645vw 1.562vw;
	}
	.swiperc2 .txt{
		padding: 1.979vw 2.604vw 2.395vw;
	}
	.row-c2{
		padding: 0 2.604vw;
	}
	.row-c2 .bg{
		padding: 2.083vw 4.687vw 0;
	}
	.g-titc1{
		font-size: 2.395vw;
		padding-bottom: 1.302vw;
		background-size: 8.385vw;
	}
	.ul-proc1 .txt{
		padding: 0.520vw 1.041vw;
	}
	.ul-proc1 li:hover .txt{
		padding: 1.302vw 2.604vw 2.083vw 1.562vw;
	}
	.ul-proc1 li:hover .desc{
		width: 14.32vw;
	}
}
@media only screen and (max-width:1199px) {
	.swiperc4 .swiper-slide{
		width: 100%;
		padding: 0 8px;
	}
	.swiperc4 .line{
		position: absolute;
		top: 0;
		left: 0;
		width: 2px;
		height: 100%;
		margin-bottom: 0;
	}
	.swiperc4 .line i{
		display: none;
	}
	.swiperc4 .m-line{
		top: 0;
		left: 8px;
		width: 2px;
	}
	.swiperc4 .con{
		padding: 10px 0;
	}
	.swiperc4 .txt{
		height: 50px;
		/* line-height: 50px; */
		margin-bottom: 5px;
	}
	.swiperc4 .line{
		margin-bottom: 0;
	}
	.swiperc4 .num{
		line-height: 30px;
		font-size: 20px;
	}
	.swiperc4 .swiper-slide-active .txt{
		padding: 10px 0;
		width: 130px;
		height: 80px;
	}
	.swiperc4 .swiper-slide-active .icn{
		width: 34px;
	}
	.swiperc4 .swiper-slide-active .tit{
		font-size: 12px;
	}
	.swiperc4 .swiper-slide-active .num{
		font-size: 26px;
		padding-left: 0;
		letter-spacing: 0;
	}
}
@media only screen and (max-width:950px) {
	.swiperc1,.m-infoc2 .info{
		display: none;
	}
	.ban-c1 .swiper-pagination{
		bottom: 15px!important;
	}
	.m-arrc1 .prev,
	.m-arrc1 .next{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.m-arrc1 .prev{
		left: 10px;
	}
	.m-arrc1 .next{
		right: 10px;
	}
	.ban-c1 .txt{
		padding: 0 50px;
	}
	.ban-c1 .tit{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.ban-c1 .tit span{
		font-size: 16px;
		margin-left: 5px;
	}
	.ban-c1 .desc{
		font-size: 12px;
		letter-spacing: 0;
		margin-bottom: 10px;
	}
	.ban-c1 .btn p{
		margin-right: 10px;
		line-height: 25px;
		padding: 0 10px;
		font-size: 12px;
	}
	.row-c3{
		padding: 0 15px;
		display: block;
	}
	.m-titc1{
		width: auto;
		padding: 15px 0;
	}
	.m-titc1 .tit{
		font-size: 18px;
		padding-bottom: 15px;
		background-size: 70px;
		margin-bottom: 15px;
	}
	.m-tabc1{
		padding: 0;
		width: auto;
		overflow: hidden;
	}
	.m-tabc1 .more{
		float: left;
		width: 50%;
		line-height: 62px;
		border-radius: 10px 0 10px 10px;
		font-size: 13px;
		color: #999;
	}
	.ul-tabc1{
		margin: 0 -5px;
		overflow: visible;
	}
	.ul-tabc1 li{
		float: left;
		width: 50%;
		padding: 0 5px;
		margin-bottom: 10px!important;
	}
	.ul-tabc1 .con{
		padding: 0 10px;
	}
	.m-infoc1{
		padding: 15px 0;
		overflow: visible;
	}
	.swiperc2 .swiper-slide{
		width: 100%;
	}
	.swiperc2 .txt{
		padding: 15px;
	}
	.row-c2{
		padding: 0 15px;
	}
	.row-c2 .bg{
		padding: 15px 10px 0;
	}
	.g-titc1{
		font-size: 18px;
		padding-bottom: 10px;
		background-size: 70px;
	}
	.swiperc3 .con{
		padding: 30px 0 15px;
	}
	.swiperc3 .pic{
		width: 200px;
		margin:0 auto 50px;
	}
	.swiperc3 .pic .img2{
		margin-top: -40px;
	}
	.swiperc3 .icn1{
		top: 60px;
		margin-right: -10px;
		width: 150px;
	}
	.swiperc3 .icn2{
		top: 120px;
		margin-left: 30px;
		width: 120px;
	}
	.swiperc3 .icn3{
		top: 110px;
		margin-right: 60px;
		width: 70px;
	}
	.swiperc3 .icn4{
		top: 150px;
		margin-right: -10px;
		width: 190px;
	}
	.swiperc3 .icn5{
		top: 55px;
		margin-left: 60px;
		width: 80px;
	}
	.ul-proc1 .l1{
		top: 140px;
		margin-left: -110px;
	}
	.ul-proc1 .l3{
		top: 130px;
		margin-left: 50px;
	}
	.ul-proc1 .l2{
		top: 200px;
		margin-left: 60px;
	}
	.ul-proc1 .txt{
		padding: 5px 10px;
	}
	.ul-proc1 li::after{
		display: none;
	}
	.ul-proc1 li:hover .dot{
		width: 12px;
		height: 12px;
		padding: 3px;
	}
	.ul-proc1 li:hover .txt{
		top: 50%;
		left: 200%;
		border-radius: 20px;
		padding: 5px 10px;
		background-color: rgba(23,23,23,.7);
	}
	.ul-proc1 li:hover .tit{
		margin-bottom: 0;
	}
	.ul-proc1 .icn{
		display: none;
	}
	.ul-proc1 .desc{
		display: none;
	}
	.m-infoc2{
		display: block;
	}
	.m-infoc2 .btn{
		margin: 0 auto 15px;
	}
	.m-infoc2 .m-tit{
		font-size: 16px;
	}
	.m-infoc2 .info{
		padding-bottom: 30px;
	}
}
.b-mySwiper3.swiper-container-free-mode>.swiper-wrapper{
	transition-timing-function:linear;
}
/* 内页 */
.ban-c2{
	padding-top: 26%;
	position: relative;
	background-image: url(../images/c-bg02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.ban-c2 .tit{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font-size: 46px;
	color: #fff;
	line-height: 1;
	text-align: center;
	padding-bottom: 25px;
	background-image: url(../images/c-icn05.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 161px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	display: none;
}
.m-grayc1{
	background-color: #F1F3F6;
	padding: 20px 0 50px;
}
.g-curc1{
	font-size: 0;
	color: #999;
	margin-bottom: 20px;
}
.g-curc1 a,
.g-curc1 span,
.g-curc1 p{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.g-curc1 a{
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.g-curc1 span{
	margin: 0 12px;
}
.g-curc1 a:hover,
.g-curc1 p{
	color: #231F20;
}
.m-infoc3{
	max-width: 1130px;
	margin: 0 auto 80px;
}
.m-infoc3 .tit{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.m-infoc3 .desc{
	font-size: 14px;
	color: #111111;
	line-height: 1.5;
}
.ul-tabc2{
	font-size: 0;
	margin-bottom: 26px;
}
.ul-tabc2 li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 70px;
}
.ul-tabc2 li:last-child{
	margin-right: 0;
}
.ul-tabc2 .con{
	display: block;
	border-radius: 10px 0 10px 10px;
	padding: 29px 40px;
	text-align: center;
	color: #000;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
}
.ul-tabc2 .con:hover,
.ul-tabc2 .on .con{
	background-color: #fff;
	color: #fa9600;
}
.ul-tabc2 .tit{
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ul-tabc2 .desc{
	font-size: 13px;
}
.ul-infoc1{
	position: relative;
	overflow: hidden;
}
.ul-infoc1 li{
	display: none;
}
.ul-infoc1 .on{
	display: block;
}
.ul-infoc1 .con{
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 32px;
	padding-right: 6.7%;
}
.ul-infoc1 .pic{
	display: block;
	width: 50%;
	margin-right: 6.7%;
}
.ul-infoc1 .pic img{
	display: block;
	width: 100%;
}
.ul-infoc1 .desc{
	display: block;
	flex: 1;
	font-size: 14px;
	color: #111111;
	line-height: 1.5;
}
.row-c5{
	padding-top: 100px;
	overflow: hidden;
}
.m-infoc4{
	display: flex;
	align-items: flex-start;
}
.m-infoc4 .bigcon{
	display: block;
	width: 25%;
	height: 750px;
	margin-right: 20px;
	position: relative;
	/* background-image: url(../images/c-bg03.jpg); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	border-radius: 10px 0 10px 10px;
}
.m-infoc4 .bigcon .pic{
	position: absolute;
	top: 50%;
	left: -10%;
	right: -10%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.m-infoc4 .bigcon .pic img{
	display: block;
	width: 100%;
}
.m-infoc4 .bigcon .txt{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(68, 68, 68, .3);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	padding: 15px;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.m-infoc4 .bigcon:hover .txt{
	opacity: 1;
}
.m-infoc4 .bigcon .desc{
	display: block;
	max-width: 256px;
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
}
.m-infoc4 .bigcon .desc h3{
	text-align: center;
	font-size: 18px;
	margin-bottom: 19px;
}
.ul-proc2{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex: 1;
	margin: 0 -10px;
}
.ul-proc2 li{
	display: block;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 24px;
}
.ul-proc2 .con{
	display: block;
	background-color: #fff;
	box-shadow: 0 4px 39px rgba(120, 148, 217, .16);
	border-radius: 10px 0 10px 10px;
}
.ul-proc2 .pic{
	display: block;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}
.ul-proc2 .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
.ul-proc2 .txt{
	border-radius: 10px 0 10px 10px;
	font-size: 14px;
	color: #111;
	text-align: center;
	line-height: 74px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-proc2 .con:hover .txt{
	background-color: #fa9600;
	color: #fff;
}
.row-c6{
	margin-bottom: 80px;
	overflow: hidden;
}
.g-titc2{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}
.swiperc5{
	position: relative;
	overflow: hidden;
}
.m-arrc2{
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.swiperc5:hover .m-arrc2{
	opacity: 1;
}
.m-arrc2 .prev,
.m-arrc2 .next{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -23px;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	cursor: pointer;
	z-index: 9;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.m-arrc2 .prev{
	left: 0;
	background-image: url(../images/c-icn11.png);
}
.m-arrc2 .prev:hover{
	background-image: url(../images/c-icn12.png);
}
.m-arrc2 .next{
	right: 0;
	background-image: url(../images/c-icn13.png);
}
.m-arrc2 .next:hover{
	background-image: url(../images/c-icn14.png);
}
.swiperc5 .swiper-slide{
	width: auto;
}
.swiperc5 .con{
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 100%;
}
.swiperc5 .pic{
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
	max-width: 100%;
	border-radius: 10px;
}
.swiperc5 .pic::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: .5;
}
.swiperc5 .swiper-slide-active .pic::after{
	display: none;
}
.swiperc5 .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiperc5 .tit{
	font-size: 16px;
	color: #2D2D39;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}
.swiperc5 .swiper-slide-active .tit{
	opacity: 1;
}
.row-c7{
	padding-bottom: 60px;
	overflow: hidden;
}
.ul-proc3{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -19px -25px;
}
.ul-proc3 li{
	display: block;
	width: 50%;
	padding: 0 19px;
	margin-bottom: 25px;
}
.ul-proc3 .con{
	display: block;
	background-color: #fff;
	box-shadow: 0 4px 39px rgba(120,148,217,.16);
	border-radius: 10px 0 10px 10px;
	padding: 45px 48px 85px;
}
.ul-proc3 .pic{
	border-radius: 10px 0 10px 10px;
	overflow: hidden;
	margin-bottom: 42px;
	padding-top: 56.57%;
	position: relative;
}
.ul-proc3 .pic img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ul-proc3 .con:hover .pic img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.ul-proc3 .txt{
	color: #111;
}
.ul-proc3 .tit{
	margin-bottom: 10px;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ul-proc3 .date{
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.row-c8{
	padding: 40px 0 60px;
	overflow: hidden;
}
.m-infoc5{
	display: flex;
	align-items: center;
}
.swiperc6{
	display: block;
	width: 55.21%;
	margin-right: 6.44%;
	overflow: hidden;
}
.swiperc6 img{
	display: block;
	width: 100%;
}
.swiperc6 .swiper-gallery{
	margin-bottom: 15px;
}
.swiperc6 .swiper-thumbs{
	position: relative;
}
.swiperc6 .swiper-thumbs img{
	cursor: pointer;
}
.m-arrc3{
	opacity: 0;
}
.swiperc6 .swiper-thumbs:hover .m-arrc3{
	opacity: 1;
}
.m-arrc3 .prev,
.m-arrc3 .next{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	z-index: 2;
}
.m-arrc3 .prev{
	left: 0;
	background-image: url(../images/c-icn15.png);
}
.m-arrc3 .next{
	right: 0;
	background-image: url(../images/c-icn16.png);
}
.m-infoc5 .info{
	flex: 1;
	display: block;
}
.m-infoc5 .tit{
	font-size: 36px;
	color: #2D2D39;
	margin-bottom: 25px;
	font-weight: bold;
}
.m-infoc5 .desc{
	font-size: 13px;
	color: #111111;
	line-height: 2.46;
	margin-bottom: 26px;
}
.m-infoc5 .btn{
	display: inline-block;
	padding: 0 18px;
	font-size: 0;
	line-height: 36px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	 background-color: #fa9600;
	border-radius: 20px;
}
.m-infoc5 .btn .icn img.btn-icon {
    transition: filter 0.3s; /* 平滑过渡效果 */
}
.m-infoc5 .btn:hover .icn img.btn-icon {
    content: url('/static/themes/default/images/aj-icn09.png'); /* 鼠标悬停时的白色图标 */
}
.m-infoc5 .btn:hover {
    background-color: #FFFFFF; /* 鼠标悬停时的背景色 */
    color: #fa9600; /* 鼠标悬停时的字体颜色 */
    border-color: #fa9600; /* 鼠标悬停时的边框颜色 */
}

.m-infoc5 .btn .icn{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.m-infoc5 .btn .icn img{
	display: block;
	width: 31px;
	height: 31px;
}
.m-infoc5 .btn .txt{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.row-c9{
	background-color: #fff;
	padding: 30px 0;
	overflow: hidden;
}
.row-c9 table{
	width: 100%!important;
	max-width: 100%!important;
}
.g-titc3{
	font-size: 0;
	margin-bottom: 34px;
}
.g-titc3 .line{
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 16px;
	background-color: #fa9600;
	border-radius: 10px 0 10px 10px;
	margin-right: 6px;
}
.g-titc3 .tit{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #2D2D39;
}
.ul-proc4{
	margin: 0 -100px 60px;
	overflow: hidden;
}
.ul-proc4 li{
	float: left;
	width: 25%;
	position: relative;
	padding: 0 100px;
}
.ul-proc4 li::after{
	content: '';
	position: absolute;
	top: 60px;
	right: 0;
	width: 1px;
	height: 55px;
	background-color: #DDDDDD;
	z-index: 2;
}
.ul-proc4 li:last-child::after{
	display: none;
}
.ul-proc4 .desc{
	font-size: 13px;
	color: #000;
	line-height: 1.2;
}
.ul-proc4 p{
	margin-bottom: 22px;
}
.row-c9 .ul-proc2{
	margin-bottom: 36px;
}
/*.m-infoc6{*/
/*	margin-bottom: 60px;*/
/*}*/
.m-infoc6 .info{
	padding-bottom: 0;
}
.m-infoc6 .swiperc4 .txt{
	background-color: rgba(54, 60, 72, .1);
}
.m-infoc6 .swiperc4 .swiper-slide-active .txt{
	background-color: #fa9600;
}
.m-infoc6 .swiperc4 .line{
	background-color: rgba(105, 111, 122, .1);
}
.m-infoc6 .swiperc4 .line i{
	display: none;
}
.m-infoc6 .swiperc4 .line::after{
	background-color: rgba(37,45,60,.1);
	border-color: rgba(105, 111, 122, .1);
}
.swiperc4 .swiper-slide-active .line::after{
	background-color: #fa9600;
	border-color: #fa9600;
}
.m-infoc6 .swiperc4 .num{
	color: rgba(105, 111, 122, .1);
}
.m-infoc6 .swiperc4 .swiper-slide-active .num{
	padding-left: 0;
	letter-spacing: 0;
	color: #EAEBEC;
}
.swiperc7{
	position: relative;
	overflow: hidden;
}
.row-c9 .swiper-pagination{
	position: static;
	margin-top: 20px;
	font-size: 0;
}
.row-c9 .swiper-pagination .swiper-pagination-bullet{
	width: 7px;
	height: 7px;
	margin: 0 3px!important;
	background-color: #E2E1E8;
	border-radius: 4px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.row-c9 .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #fa9600;
	width: 26px;
}
.swiperc7 .con{
	display: block;
	border-radius: 10px 0 10px 10px;
	overflow: hidden;
	position: relative;
}
.swiperc7 .pic{
	display: block;
	overflow: hidden;
}
.swiperc7 .pic img{
	display: block;
	width: 100%;
}
.swiperc7 .txt{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,.2);
	z-index: 2;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.swiperc7 .con:hover .txt{
	opacity: 1;
}
.swiperc7 .tit{
	font-size: 16px;
	color: #fff;
}
.swiperc8{
	position: relative;
	overflow: hidden;
}
.swiperc8 .con{
	display: block;
	padding: 22px 25px;
	background-color: #fff;
	border-radius: 10px 0 10px 10px;
	box-shadow: 0 4px 39px rgba(120,148,217,.16);
	overflow: hidden;
}
.swiperc8 .pic{
	display: block;
	border-radius: 10px 0 10px 10px;
	overflow: hidden;
	margin-bottom: 15px;
}
.swiperc8 .pic img{
	display: block;
	width: 100%;
}
.swiperc8 .txt{
	color: #111111;
}
.swiperc8 .tit{
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.swiperc8 .date{
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
@media only screen and (max-width:1920px) {
	.m-infoc4 .bigcon{
		height: 39.06vw;
	}
	.ul-proc4{
		margin: 0 -5.208vw 3.125vw;
	}
	.ul-proc4 li {
		padding: 0 5.208vw;
	}
}
@media only screen and (max-width:950px) {
	.m-arrc1{
		opacity: 1;
	}
	.ban-c2 .tit{
		font-size: 18px;
		background-size: 80px;
		padding-bottom: 10px;
	}
	.m-grayc1{
		padding: 15px 0;
	}
	.g-curc1{
		margin-bottom: 15px;
	}
	.m-infoc3{
		margin-bottom: 15px;
	}
	.m-infoc3 .tit{
		font-size: 18px;
	}
	.ul-tabc2{
		margin-bottom: 0;
	}
	.ul-tabc2 li{
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.ul-tabc2 .con{
		
		padding: 10px;
	}
	.ul-tabc2 .tit{
		font-size: 16px;
	}
	.ul-infoc1 .con{
		display: block;
		padding: 15px;
	}
	.ul-infoc1 .pic{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.row-c5{
		padding-top: 15px;
	}
	.m-infoc4{
		display: block;
	}
	.m-infoc4 .bigcon{
		width: 100%;
		height: 120vw;
		margin-bottom: 15px;
	}
	.ul-proc2{
		margin: 0 -5px;
	}
	.ul-proc2 li{
		width: 50%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.ul-proc2 .txt{
		line-height: 40px;
	}
	.row-c6{
		margin-bottom: 15px;
	}
	.g-titc2{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.m-arrc2{
		opacity: 1;
	}
	.m-arrc2 .prev, .m-arrc2 .next{
		width: 35px;
		height: 35px;
	}
	.row-c7{
		padding-bottom: 15px;
	}
	.ul-proc3{
		margin: 0;
	}
	.ul-proc3 li{
		padding: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.ul-proc3 .con{
		padding: 15px;
	}
	.ul-proc3 .pic{
		margin-bottom: 10px;
	}
	.ul-proc3 .tit{
		font-size: 16px;
	}
	.row-c8{
		padding: 15px 0;
	}
	.m-infoc5{
		display: block;
	}
	.swiperc5 .pic img{
	    height: 56.13vw!important;
	}
	.swiperc6{
		width: 100%;
		margin: 0 0 15px;
	}
	.m-arrc3{
		opacity: 1;
	}
	.m-infoc5 .tit{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.m-infoc5 .desc{
		margin-bottom: 10px;
	}
	.row-c9{
		padding: 0;
	}
	.row-c9 img{
		height: auto!important;
	}
	.g-titc3{
		margin-bottom: 15px;
	}
	.g-titc3 .tit{
		font-size: 16px;
	}
	.ul-proc4{
		margin: 0;
	}
	.ul-proc4 li{
		padding: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.ul-proc4 li::after{
		top: auto;
		left: 0;
		right: 0;
		bottom: -3px;
		width: auto;
		height: 1px;
	}
	.ul-proc4 .desc{
		line-height: 1.5;
	}
	.ul-proc4 p{
		margin-bottom: 5px;
	}
	.row-c9 .ul-proc2{
		margin-bottom: 10px;
	}
	.m-infoc6{
		margin-bottom: 15px;
	}
	.row-c9 .swiper-pagination{
		margin: 10px 0;
	}
	.swiperc8{
		overflow: visible;
	}
	.swiperc8 .con{
		padding: 15px;
	}
	.swiperc8 .pic{
		margin-bottom: 10px;
	}
}

/* 结束 */

/* 首页模块修改 */
.in-slickc1{
	position: relative;
}
.in-slickc1 .item{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.in-slickc1 .item.on{
	position: static;
	opacity: 1;
	visibility: visible;
}
.fd-nv-m{
	display: none;
	color: #fff;
	margin-bottom: 15px;
}
.fd-nv-m a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}
.fd-nv-m dt{
	position: relative;
	border-bottom: 1px solid #ccc;
}
.fd-nv-m .arr{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 26px;
	z-index: 2;
	cursor: pointer;
}
.fd-nv-m dd{
	display: none;
	margin-bottom: 10px;
}
@media only screen and (max-width:1200px) {
	.fd-nv-m{
		display: block;
	}
}
/*  */
/* 电池资讯轮播样式 */
.m-slickc1{
	position: relative;
	overflow: hidden;
}
.m-slickc1 .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	font-size: 0;
	text-align: center;
	z-index: 2;
}
.m-slickc1 .slick-dots li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	width: 7px;
	height: 7px;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: .33;
}
.m-slickc1 .slick-dots .slick-active{
	width: 28px;
	background-color: #fa9600;
	opacity: 1;
}
.m-slickc1 .slick-dots button{
	display: none;
}
/* 电池资讯轮播样式 end */

.aj-text-decoration:hover {
    text-decoration: underline !important; /* Show underline on hover */
}
  
.aj-text-decoration {
    
    color: #00B099;
    text-decoration: none; /* Remove the default underline */
    transition: color 0.3s ease; /* Add transition for smooth color change */
}


/* 新样式 */
.b-titdiy {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
    align-items: center;
}

.b-titdiy h3 {
    font-size: 32px;
    font-weight: 600;
}

.b-titdiy p {
    font-size: 16px;
    margin: 5px 0;
    color: #717070;
}

.b-titdiy ul.right {
    display: inline-flex;
}

.b-titdiy title {
    font-size: 20px;
    /* margin: 5px 0; */
    /*font-weight: 600;*/
    display: block;
}

.b-titdiy .right>div {
    border-right: 1px solid #666;
    padding-right: 10px;
    margin: 10px;
}
.b-titdiy .right>div:last-child{
	border-right: 0px solid #666;
}

.yyly .container {
	max-width: 1600px;
	margin: 0 auto;
	/*padding: 2rem 1rem;*/
}
.index h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #212121;
    margin-bottom: 30px;
}

/* 应用领域列表样式 */
.index .text-center {
	text-align: center;
	color: #717070;
	margin-bottom: 2rem;
	font-size: 16px;
	margin-bottom: 50px;
	width: 800px;
	margin: 0 auto 50px;
}

/* 网格布局样式 */
.yyly .grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 30px;
}

@media (min-width: 768px) {
	.yyly .grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.yyly .grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* 卡片样式 */
.yyly .card {
	position: relative;
	background-color: #fff;
	/*border-radius: 0.5rem;*/
	overflow: hidden;
	/*box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);*/
	transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.yyly .card img:hover {
	transform: scale(1.05);
	/*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);*/
}

/* 卡片图片样式 */
.yyly .card img {
	width: 100%;
	height: auto;
	display: block;
}

/* 卡片覆盖层样式 */
.yyly .card-overlay {
	position: absolute;
	top: 13%;
	left: 0;
	right: 0;
	/* bottom: 0; */
	/* background-color: rgba(0, 0, 0, 0.4); */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.yyly .card:hover .card-overlay {
	opacity: 1;
}

/* 卡片覆盖层标题样式 */
.yyly .card-overlay h3 {
	color: #212121;
	font-size: 24px;
	margin-bottom: 10px;
}

/* 卡片覆盖层链接样式 */
.yyly .card-overlay a {
	color: #505050;
	text-decoration: none;
	/* border: 1px solid white; */
	/*padding: 0.5rem 1rem;*/
	font-size: 14px;
	/*border-radius: 0.25rem;*/
	transition: background-color 0.3s ease;
}

.yyly .card-overlay a:hover {
	/* background-color: white; */
	color: #303030;
    border-bottom: 1px solid #303030;
}
/* 按钮容器样式 */
.yyly .button-container {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 50px 0;
}

/* 更多应用领域按钮样式 */
.yyly .more-btn {
	padding: 10px 30px;
	border: 1px solid #33333361;
	color: #333;
	border-radius: 25px;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
	background: #fff;
	font-size: 16px;
}

/* 立即咨询按钮样式 */
.yyly .consult-btn {
	padding: 10px 30px;
	background-color: #f39c12;
	color: #fff;
	border-radius: 25px;
	text-decoration: none;
	border: none;
	transition: background-color 0.3s;
	font-size: 16px;
	border: 1px solid #00000000;
}
.yyly .more-btn:hover {
	background-color: #f39c12;
	color: #fff;
	border: 1px solid #00000000;
}
/*.yyly .more-btn:hover ~ .consult-btn {*/
/*    background: #fff;*/
/*    color: #212121;*/
/*    border: 1px solid #33333361;*/
/*}*/
/*.yyly .consult-btn:hover {*/
/*	background-color: #fff!important;*/
/*	color: #212121;*/
/*	border: 1px solid #33333361;*/
/*}*/
/*.yyly .consult-btn:hover ~ .yyly .more-btn{*/
/*	background-color: #f39c12;*/
/*	color: #fff;*/
/*}*/


	.hzhb{
		display: -webkit-box;
	}
	.hzhb .left{
		width: 25%;
		float: left;
		background-image: url(img/bj01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		/*<!-- border-radius: 30px 0 30px 30px; -->*/
		/*<!-- padding: 40px 90px 0; -->*/
		overflow: hidden;
	}
	.hzhb .left nav{
		width: 60%;
		float: right;
		margin: 90px 10px;
	}
	.hzhb .left nav ul li{
		border-left: 3px solid #afafaf;
		font-size: 28px;
		padding: 10px 20px;
	}
	.hzhb .left nav ul .active {
		border-left: 5px solid #f5b706;
		margin-left: -1px;
		font-weight: 600;
	}
	.hzhb .right{
		width: 74%;
		float: right;
	}
.swiperc3 .more:hover {
    background-color: #fa960000;
    border-color: #fa960000;
}
@media (min-width: 1921px) and (max-width: 2559px) {
    /* 这里放置你想要应用的样式 */
.swiperc3 .icn4 {
    right: 64%;
}
.swiperc3 .icn2 {
    top: 47%;
    left: 39%;
}
.ul-proc1 .l2 {
    left: 25%;
}
.ul-proc1 .l4 {
    left: 40%;
}
}
.navbar .logo .hei{
    display: none;
}
.daodiy .logo .bai{
    display: none;
}
.daodiy .logo .hei{
    display: block;
}
/*定制页*/
.ul-info-b8 .tab-item.active .info h3{
    background: #fa9600;
    color: #ffffff;
}
.ul-info-b9 li .info .tit p {
    font-size: 20px;
}
.ul-info-b9 li .info .tit h3 {
    font-size: 16px!important;
    color: #0000007a;
}

