/**
* @author:    ssj
* @update:    2019年04月26日
* @description: 个性样式
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
em,i{
	font-style: normal;
}
body{
	font-size: 14px;
	position: relative;
	min-width: 1200px;
	margin: auto;
}
img{
	vertical-align: middle;
	max-width: none;
}
a{
	color: inherit;
}
.ftc-white{
	color: #fff;
}
.ftc-blue{
	color: #130491;
}
.ftc-red{
	color: #db0000;
}
.bgc-blue{
	background-color: #130491;
}
.bgc-red{
	background-color: #db0000;
}
.bgc-white{
	background-color: #fff;
}
.wrapper{
	background-color: #f1f1f1;
	width: 100%;	
}

.clear:after{
  content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clear {
	*zoom:1;
}
.mt0{
	margin-left: auto;
	margin-right:auto;
}
.fl{ 
	float:left;
}
.fr{ 
	float:right;
}
.tow1{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tow2{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.tow3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.imgchange:hover{
	transition: 0.5s;
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.shan{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.shan:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: "";
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
}

.shan:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
}
.pac{
	display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: box;
    box-orient: vertical;
    box-pack: center;
}
.main{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	/*min-height: 100%;*/
}

.text-l{
	text-align: left;
}
.text-c{
	text-align: center;
}
.text-r{
	text-align: right;
}
.res-bg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.shadow{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(167,167,167,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(167,167,167,0.6);
}
.none{
	display: none;
}
.block{
	display: block;
}
.danye{
	word-break: break-all;
  text-align: justify;
}
.danye img{
	max-width: 100%;
}
/*@ 宋体      SimSun
@ 黑体      SimHei
@ 微软雅黑   Microsoft Yahei
@ 微软正黑体 Microsoft JhengHei
@ 新宋体    NSimSun
@ 新细明体  MingLiU
@ 细明体    MingLiU
@ 标楷体    DFKai-SB
@ 仿宋     FangSong
@ 楷体     KaiTi
@ 仿宋_GB2312  FangSong_GB2312
@ 楷体_GB2312  KaiTi_GB2312  
@
@ 说明：中文字体多数使用宋体、雅黑，英文用Helvetica*/


.subbannerbox {
	width: 100%;
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.subbannerbox .subbanner {
	width: 1920px;
	height: 350px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.subbannerbox .subbanner img{
	width: 100%;
}

.navbox{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
}
.navsup{
	
}
.navsup li{
	float: left;
}
.navsup li a{
	display: block;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	padding: 0 30px;
}
.navsup li:hover a{
	background-color: #000;
}

.crumbbox{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	/*background: #f4f4f4;*/
}
.crumb{
	line-height: 30px;
	height: 30px;
	color: #2a2a2a;
	margin: 0 auto;
	width: 1200px;
	font-size: 16px;
	/*border-bottom: 1px solid #cacaca;*/
}
.crumb strong{
	font-weight: 500;
}
.crumb strong i{
	color: #909090;
	font-size: 14px;
	margin: 0 12px;
}
.crumb a{
	color: #545454;
}
.crumb span,
.crumb a:hover{
	color: #0d5cbe;
}
.crumb>i{
	font-size: 22px;
	color: #474747;
	margin-right: 10px;
}

 


.newslist{
  margin-bottom: 90px;
  margin-top: 80px;
}
.newsttt{
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.newsttt i{
	color: #f08f2d;
	font-size: 32px;
	margin-right: 10px;
}
.newsttt span{
	color: #584e41;
	font-size: 22px;
	display: inline-block;
	margin-right: 15px;
}
.newsttt em{
	color: #c9c7c4;
	font-size: 22px;
	display: inline-block;
	text-transform: uppercase;
}
.news{
	padding-bottom: 20px;
}
.news li{
	width:100%;
	/*padding:20px 40px;*/
	
	padding-right: 180px;
	box-sizing: border-box;
	justify-content: space-between;
	margin-bottom: 12px;
	background: #fff; 
	background-color: #f3f3f3;
	position: relative;
	height: 207px;
	/* -moz-box-shadow:0px 2px 7px #CFCFCF; 
	-webkit-box-shadow:0px 7px 7px #CFCFCF; 
	box-shadow:0px 2px 7px #CFCFCF; */
}
.newsimg{
	display: block;
	width: 276px;
	height: 207px;
	border:1px solid #c0c0c0;
	overflow: hidden;
	background-color: #f5f5f5;
}
.newsimg img{
	width: 276px;
	height: 207px;
}
.news li:hover .newsimg img{
	transition: 0.5s;
	-webkit-transform:scale(1.1);
 	-o-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}


.newsmain{
	width: 720px;
	/*margin-top: 30px;*/
	position: relative;
	padding-left: 40px;
	/*height: 210px;*/
}
.newsmain2{
	width: 100%;
	/*margin-top: 30px;*/
	position: relative;
	padding-left: 40px;
	/*height: 210px;*/
}
.newst{
	/*border-bottom:1px solid #b9b9b9;*/
	min-height:40px;
	
	justify-content: space-between;
}
/*.newst span{
    color: #aaaaaa;
    line-height: 30px;
    height: 30px;
    display: block;
    font-size: 18px;
    margin-top: 15px;
}*/

.newsmore{
	position: absolute;
	top: 110px;
	right: 10px;
	display: inline-block;
	padding: 3px 10px;
	color: #ff3c00;
	border: 2px solid #ff3c00;
	border-radius: 8px;
	font-size: 16px;
}
.newstime{
	position: absolute;
	top: 70px;
	left: 10px;
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #fff;
	background-color: #0081ee;
	border-radius: 10px;
	padding-top: 10px;
}
.newstime>b{
	font-size: 40px;
	line-height: 1.2;
}
.newstime>p{
	font-size: 16px;
}
.newst h3{
	font-size: 24px;
	line-height: 30px;
	margin-top: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 500;
	color: #222222;
}


.newsp p{
	width:100%;
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition-duration: 0.5s;
	margin-top: 10px;
	color: #7b7b7b;
	max-height: 50px;
}
.newsp span{
	color: #afafaf;
	font-size: 18px;
	margin-top: 10px;
	display: inline-block;
	/*width: 120px;*/
	height: 40px;
	line-height: 40px;
	/*background: #ffa000;*/
	text-align: center;
	transition-duration: .5s;
	vertical-align: middle;
}
.newsp span i{
	margin-right: 10px;
	font-size: 18px;
	/*vertical-align: -3px;*/
}
/*.news li:hover p{
	color: #eb2f87;
}*/
.newsrr{
	width: 60px;
	height: 215px;
	background: #0d6fb8;
	text-align: center;
	transition-duration: 0.5s;
}
.newsrr i{
	font-size: 28px;
	color: #fff;
	line-height: 215px;

}
.newsrr:hover{
	background: #073150;
}

.news-ke{
	width: 28px;
	height: 130px;
	text-align: center;
	line-height: 126px;
	position: absolute;
	top: 40px;
	right: 40px;
	background-color: #fff;
	border: 2px solid #b2b2b2;
	transition-duration: .5s;	
}
.news-ke i{
	font-size: 24px;
	color: #b2b2b2;
	transition-duration: .5s;
}
.news li:hover .news-ke{
	background-color: #1807a6;
	border: 2px solid #1807a6;
}
.news li:hover .news-ke i{
	color: #fff;
}



.newsview{	
	margin:50px auto 80px auto;	
	
}
.newsyo{
	background: #fff;
	padding: 40px 30px ;
}

.viewt{
	padding-bottom:10px;
	text-align: center;

}
.viewt h3{
	font-size: 24px;
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #b9b9b9;
	color: #747474;
	margin-bottom: 10px;
}
.viewt p{
	font:14px "å®‹ä½“";
	line-height: 40px;
	color:#7f7f7f;
	display: block;
}
.share2{
	line-height: 28px;
	color: #8e8e8e;
}
.share2>div{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}

/*.viewp p{
	font:14px "å®‹ä½“";
	line-height: 35px;
	text-indent: 2em;
}*/
/*.viewp div{
	width:100%;
	margin: 0 auto;
}*/
.viewp{
	word-break: break-all;
  text-align: justify;
  margin-top: 20px;
}
.viewp img{
	max-width: 100%;
}
/*.viewt p span{
	margin-right: 30px;
}*/
.newslinkWrap{
	margin-top: 50px;
	border-top: 1px dashed #d2d2d2;
	border-bottom: 1px dashed #d2d2d2;
}
.newslink{
	padding: 10px 0 10px 16px;
	line-height: 24px;
	/*height: 24px;*/
}
.newslink span,.newslink a{
	font-family: "新宋体";
	font-size: 14px;
	color: #5a5a5a;
}
.newslink span{
	font-weight: 500;
}
.newslink:hover a{
	color: #023e97;
}

.footbox{
	width: 100%;
	/*height: 150px;*/
	background-color: #21202d;
}
.footer {
	padding-top: 25px;	
	font-size: 12px;
	color: #fff;
	position: relative;
	padding-bottom: 20px;
}
.footer-top{
	padding-bottom: 20px;
	border-bottom: 1px solid #585761;
	margin-bottom: 20px;
	margin-right: 160px;
}
.footer-logo img{
	width: 280px;
}
.footer-code{
	position: absolute;
	top: 40px;
	right: 0;
}
.footer-code img{
	width: 95px;
	height: 95px;
	/*border: 4px solid #fff;*/
}
.footer-body{
	margin-left: 50px;
	/*margin-top: 20px;*/
}
.footer-menu{
	margin-top: 10px;
}
.footer-menu li{
	float: left;
	padding-right: 25px;
	padding-left: 25px;
}
/*.footer-menu li+li{
	border-left: 1px solid #fff;
}*/
.footer-menu li a{
	font-size: 16px;
	color: #fff;	
}
.footer-menu li a:hover{
	color: #cc4343;	
}
.footer-bottom{
	/*position: absolute;
	top: 90px;
	left: 0;*/
}
.footer-copy{
	margin-top: 8px;
}
.footer-copy span{
	display: inline-block;
	margin-right: 25px;
	color: #fff;	
	font-size: 14px;
}
.footer-copy span a{
	color: #fff;	
}
.footer-copy span a:hover{
	/*text-shadow:
    0 0 10px rgba(255,255,255, 1),
    0 0 50px rgba(255, 255, 255, .8),
    0 0 75px rgba(255, 255, 255, .6),
    0 0 76px rgba(255, 255, 255, .4),
    0 0 77px rgba(255, 255, 255, .5),
    0 0 78px rgba(255, 255, 255, .4),
    0 0 79px rgba(255, 255, 255, .3),
    0 0 80px rgba(255, 255, 255, .2),
    0 0 85px rgba(255, 255, 255, .1);*/
  color: #cc4343;	
}

.headbox{
	width: 100%;
	
	background: url(../img/headtt.jpg) no-repeat top;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(99,99,99,0.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(99,99,99,0.6);
}
.headbox-top{
	padding: 10px 0 12px;
	border-bottom: 1px solid #c0abd6;
}
.headbox-bottom{
	background-color: #07008c;
}
.header-nav{
	display: block;
	text-align: center;
}
.header-nav>li {
	float: left;
	line-height: 55px;
	position: relative;
	/*padding: 0 20px;*/
	text-align: center;
	width: 14.2%;
	color: #212121;
}
.header-nav>li>a{	
	font-size: 18px; 
	display: block;
	transition-duration: .5s;
	position: relative;
	color: #fff;
}
.header-nav>li.on>a{
	color: #fff;
	background-color: #e80000;
}
/*.header-nav>li.on>a:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #ffde00;
	position: absolute;
	left: 0;
	bottom: 0;
}*/
.navsub{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	width: 100%;
	background-color: rgba(255,255,255,.8);
	display: none;
	border: 1px solid #eee;
	
}
.navsub>li{
	width: 100%;
	height: 38px;
	line-height: 38px;
	border-top: 1px solid #72b6e6;
}
.navsub>li:first-child{
	border-top: 0;
}
.navsub>li>a{
	display: block;
	color: #212121;
	font-size: 14px;
}
.navsub>li:hover>a{
	color: #e3bc3a;
}

.header-lang{
	margin-top: 6px;
}
.header-lang a{
	margin-left: 14px;
	vertical-align: middle;
}
.header-lang a.index-search{
	font-size: 24px;    
  color: #414141;
}
.header-lang a img{
	width: 40px;
}
.header-lang .index-search-box{
	position: absolute;
	width: 320px;
	right: 0;
	top: 40px;
	background-color: #fff;
	z-index: 99999;
	padding: 10px;
	border-radius: 8px;
	display: none;
	border: 1px solid #dcdcdc;
}
.header-lang .index-search-main{
	width: 100%;
	display: table;
	
}
.header-lang .index-search-main input[type="text"]{
	display: table-cell;
	float: left;
	width: 100%;
	height: 30px;
	padding: 0 7px;
}
.header-lang .index-search-main a{
	display: table-cell;
	padding-top: 0;
	/*width: 1%;*/
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	background-color: #023e97;
	text-align: center;
	color: #fff;
}
/*.header-lang .index-search-main:after{
	content: '';
	border-width: 13px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -26px;
	right: 14px;
}*/


.banner{ 
	width:100%;  
	position:relative;  
	height:600px; 
}
.banner .bd{ 
	margin:0 auto; 
	position:relative; 
	z-index:0; 
	overflow:hidden; 
	height:100%;   
}
.banner .bd ul{ 
	width:100% ; 
	height:100%;  
}
.banner .bd li{ 
	width:100% ;  
	height:100%; 
	overflow:hidden; 
	text-align:center;  
	background-position: center center; 
}
.banner .bd li a{ 
	display:block; 
	height:100%; 
}

.banner .hd{ 
	width:100%;  
	position:absolute; 
	z-index:1; 
	bottom:40px; 
	left:0; 
	height:30px; 
	line-height:30px; 
}
.banner .hd ul{ 
	text-align:center; 
}
.banner .hd ul li{ 
	cursor:pointer; 
	display:inline-block; 
	*display:inline; 
	zoom:1; 
	width:42px; 
	height:11px; 
	margin:1px; 
	overflow:hidden; 
	background:#000;
	filter:alpha(opacity=50);
	opacity:0.5;  
	line-height:999px; 
}
.banner .hd ul .on{ 
	background: #e10003;
}
.banner .prev,
.banner .next{  
	display:block;  
	position:absolute; 
	z-index:1; 
	top:48%; 
	margin-top:-30px; 
	left:15%;  
	width:40px; 
	height:60px; 
	background:url(../plugins/superslide/slider-arrow.png) -126px -137px #000 no-repeat;  
	cursor:pointer; 
	filter:alpha(opacity=50);
	opacity:0.5; display:none;  
}
.banner .next{ 
	left:auto; 
	right:15%; 
	background-position:-6px -137px; 
}

.stitle{
	text-align: center;
}
.stitle p{
	margin-top: 20px;
	font-size: 18px;
}
.subtitle{
	text-align: center;
	padding-top: 70px;
}

.inewsbg{
	height: 686px;
	background-image: url(../img/inewsbg.png);
	padding-top: 80px;
}
.inews{
	margin-top: 60px;
}
.inewsl{
	width: 464px;
	height: 348px;
	overflow: hidden;
	position: relative;
	margin-left: 30px;
}
.inewsl img{
	width: 464px;
	height: 348px;
}
.inewsl p{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
}
.inewsr{
	width: 580px;
	margin-right: 30px;
}
.inewsitem li{
	padding: 15px 0;
}
.inewsitem li a{
	display: block;
	color: #fff;
	position: relative;
	padding-left: 22px;
	padding-right: 88px;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
}
.inewsitem li a p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	z-index: 2;
	/*padding-right: 5px;*/
	display: inline-block;
	max-width: 100%;
}
.inewsitem li a span{
	position: absolute;
	top: 1px;
	right: 0;
	font-size: 15px;
	z-index: 2;
}
.inewsitem li a:before{
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #ff0000;
	border-radius: 50%;
}
.inewsitem li a b{
	display: block;
	background-image: url(../img/dian.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 13px;
	right: 88px;
	width: 70px;
	height: 2px;
	z-index: 1;
}



.iaboutbg{
	background-color: #e7e7e7;
	padding-top: 80px;
	padding-bottom: 50px;
}
.iabout{
	background-color: #f6f7f9;
	padding: 30px 40px 40px;
	margin-top: 50px;
}
.iabout-num li{
	width: 25%;
	float: left;
	text-align: center;
	padding: 5px 0;
}
.iabout-num li+li{
	border-left: 1px solid #b3b4b6;
}
.iabout-num li p{
	color: #131313;
	font-size: 15px;
}
.iabout-num li p b{
	font-family: Impact;
	font-size: 40px;
	margin-right: 8px;
	color: #130491;
}
.iabout-num li:nth-child(2) p b,
.iabout-num li:nth-child(4) p b{
	color: #db0000;
}
.iabout-num li span{
	display: block;
	color: #000000;
	font-size: 18px;
	margin-top: 3px;
}

.iabout-info{
	padding-left: 600px;
	position: relative;
	height: 355px;
	margin-top: 35px;
}
.iabout-info .iabout-company{
	width: 550px;
	height: 355px;
	position: absolute;
	top: 0;
	left: 0;
}
.iabout-info .videobox {
	top:0;
	left:0;
	width:550px;
	height:355px;
	position: absolute;	
}
.iabout-info .videobox video {
	outline: none;
}

.iabout-info .danye{
	margin-top: 20px;
	margin-bottom: 25px;
}
.iabout-more{
	width: 120px;
	height: 40px;
	line-height: 36px;
	display: block;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background-color: #1807a6;
	border-bottom: 8px solid #e50000;
	transition-duration: .5s;
}
.iabout-more:hover{
	background-color: #e50000;
	color: #fff;
}
.iabout-more i{
	margin-left: 5px;
}

.iabout-gun{
	margin-top: 30px;
	margin-bottom: 26px;
	height: 195px;
	overflow: hidden;
}
.iabout-gunt li{
	width: 260px;
	margin: 0 10px;
	position: relative;
	height: 195px;
	float: left;
}
.iabout-gunt li a img{
	width: 260px;
	height: 195px;
}
.iabout-gunt li a p{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.liyou{
	
}
.liyou li{
	float: left;
	width: 180px;
	position: relative;
}
.liyou li+li{
	margin-left: 8px;
}

.liyou li a img{
	width: 180px;
	height: 239px;
}
.liyou li a span{
	width: 180px;
	height: 239px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.6);
  color: #fff;
  padding: 50px 20px 0;
  font-size: 16px;
  text-align: center;
  transition-duration: .5s;
  opacity: 0;
}
.liyou li a p{
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #e3e3e5;
	color: #000000;
	font-size: 18px;
	transition-duration: .5s;
	margin-top: 3px;
}
.liyou li a p i{
	color: #c80000;
	margin-right: 5px;
	font-size: 22px;
	transition-duration: .5s;
	/*vertical-align: top;*/
}
.liyou li:hover a span{
	opacity: 1;
}
.liyou li:hover a p{
	background-color: #3933a4;
	color: #fff;
}
.liyou li:hover a p i{
	color: #fff;
}



.iprobg {
	height: 1198px;
	background-image: url(../img/iprobg.jpg);
	padding-top: 80px;
	background-attachment: fixed;
}

.iprolist{
	margin-top: 60px;
}
.iprolist li{
	float: left;
	width: 590px;
	background-color: #fffaf4;
	padding: 15px;
	margin-bottom: 25px;
}
.iprolist li:nth-child(2n){
	margin-left: 20px;
}
.iprolist li a .iprolistl{
	width: 288px;
	height: 216px;
	overflow: hidden;
	position: relative;
}
.iprolist li a .iprolistl img{
	width: 288px;
	height: 216px;
}
.iprolist li:hover a .iprolistl img{
	transition: 0.5s;
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.iprolist li a .iprolistr{
	width: 240px;
}
.iprolist li a .iprolistr h2{
	font-size: 24px;
	color: #2b2b2b;
	font-weight: 500;
	position: relative;
	padding-bottom: 36px;
	margin-top: 5px;
}
.iprolist li a .iprolistr h2:after{
	content: '';
	display: block;
	width: 43px;
	height: 3px;
	background-color: #e80000;
	position: absolute;
	left: 0;
	bottom: 18px;
}
.iprolist li a .iprolistr p{
	font-size: 15px;
	color: #808080;
	max-height: 92px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.iprolist li a .iprolistr span{
	margin-top: 15px;
	margin-left: auto;
}


.icasebg{
	background-color: #e7e7e7;
	padding: 80px;
	padding-bottom: 120px;
	position: relative;
}
.icase{
	margin-top: 70px;
}
.icase li{
	float: left;
}
.icase li+li{
	margin-left: 10px;
}
.icase li.icase-item1{
	width: 375px;
}
.icase li.icase-item2{
	width: 535px;
}
.icase li.icase-item2 .fl{
	width: 225px;
}
.icase li.icase-item2 .fr{
	width: 302px;
}
.icase li.icase-item3{
	width: 270px;
	position: relative;
}
.icase li img{
	width: 100%;
	
}
.icase li .icase-box{
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	display: block;
}
.icase li .icase-box span{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	transition-duration: .5s;
	opacity: 0;
}
.icase li .icase-box span img{
	width: 26%;
	display: inline-block;
}
.icase li .icase-box span p{
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}
.icase li .icase-box:hover span{
	opacity: 1;
}
.icase li .icase-info{
	height: 212px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 20px;
}
.icase li .icase-info h2{
	font-size: 17px;
	color: #010101;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
}
.icase li .icase-info p{
	text-transform: uppercase;
	font-size: 21px;
	/*margin-top: 10px;*/
	color: #838383;
	font-family: arial;
	line-height: 1.8;
}
.icase li .icase-info a{
	margin-top: 25px;
	margin-left: auto;/*
	position: absolute;
	bottom: 20px;
    right: 20px;*/
    z-index: 99;
}

.icase li.icase-item1>.icase-box:nth-child(1) span img{
	width: 110px;
	margin-top: 80px;
}
.icase li.icase-item1>.icase-box:nth-child(2) span img,
.icase li.icase-item1>.icase-box:nth-child(3) span img{
	width: 80px;
	margin-top: 20px;
}
.icase li.icase-item2>.icase-box:nth-child(1) span img{
	width: 140px;
	margin-top: 76px;
}
.icase li.icase-item2>.fl .icase-box span img{
	width: 100px;
	margin-top: 90px;
}
.icase li.icase-item2>.fr .icase-box span img{
	width: 80px;
	margin-top: 25px;
}
.icase li.icase-item3>.icase-box:nth-child(2) span img{
	width: 100px;
	margin-top: 70px;
}
.icase li.icase-item3>.icase-box:nth-child(3) span img{
	width: 90px;
	margin-top: 20px;
}



.casebox{
	background-image: url(../img/casebg.jpg);
	background-position: top;
	padding-bottom: 170px;
}

.case{
	margin-top: 35px;
	margin-bottom: 80px;
}
.case li{
	float: left;
	width: 390px;
	padding: 25px 20px 10px;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px #c7c7c7;
	-webkit-box-shadow: 0 4px 8px #c7c7c7;
	margin-right: 15px;
	border: 1px solid #eee;
	transition-duration: .5s;
}
.case li:hover{
	background-color: #1e07a3;
}
.case li:hover p{
	color: #fff;
}
.case li:nth-child(3n){
	margin-right: 0px;
}
.case li a img{
	width: 350px;
	height: 262px;
}
.case li a p{
	text-align: center;
	font-size: 16px;
	color: #000;
	padding-top: 10px;
	margin-top: 15px;
	border-top: 1px solid #d3d3d3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition-duration: .5s;
}


.pagination{
  width: 100%;
	text-align: center;
	font-size: 0px;
}
.pagination li{
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 3px;
	font-size: 13px;
	color: #aaa;
	height: 30px;
	line-height: 28px;
	margin: 0 5px;
	min-width: 25px;
}
.pagination li a{
	color: #333333;
	display: block;
	padding:0 8px;
	background: #eeeeee;
	font-size: 15px;
}
.pagination li:hover,
.pagination .active{
	border:  1px solid #42710f;
	transition:border 0.3s;
	-moz-transition:border 0.3s; /* Firefox 4 */
	-webkit-transition:border 0.3s; /* Safari and Chrome */
	-o-transition:border 0.3s; /* Opera */
}
.pagination li:hover a,
.pagination .active a{
	color: #fff;
	background: #1e07a3;
	transition:color 0.3s, background 0.3s;
	-moz-transition:color 0.3s background 0.3s; /* Firefox 4 */
	-webkit-transition:color 0.3 background 0.3s; /* Safari and Chrome */
	-o-transition:color 0.3s background 0.3s; /* Opera */
}
.pagination li.disabled,
.pagination li.disabled:hover{
	border: 1px solid #ccc;
	background: none;
	cursor: default;
}
.pagination li.disabled a,
.pagination li.disabled:hover a{
	color: #bbb;
	/*background: none;*/
	cursor: default;
}


.nav-about{
	text-align: center;
}
.nav-about li{
	width: 250px;
	display: inline-block;
	height: 70px;
	line-height: 70px;
}
.nav-about li a {
	color: #000000;
	background: #dddddd;
	font-size: 20px;
	display: block;
	transition-duration: .5s;
	position: relative;
}
.nav-about li.on a,
.nav-about li:hover a{
	background-color: #19049d;
	color: #fff;
}
.nav-about li.on a:after,
.nav-about li:hover a:after{
	content: '';
	border-style: solid;
	border-width: 10px;    
	border-color: #19049d transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 10px);
}



.contact{
	padding-top: 35px;
  padding-bottom: 80px;
  background-color: #f1f1f1;
  margin-top: 50px;
  margin-bottom: 80px;
}

.contact .mapbox{
	padding: 18px;
	background-color: #c3bee8;
}
.contact .map {
	width: 100%;
	height: 340px;
	border: #eee dashed 1px;
	border-radius: 10px;
	
}
  
.iw_poi_title{
	font-size: 16px;
	color: #035cac;
	margin-bottom: 5px;
}
.iw_poi_content{
	font-size: 14px;
}
.contactul{
	margin-bottom: 20px;
}
.contactul li{
	width: 25%;
	float: left;
	padding-left: 40px;
	min-height: 90px;
}

.contactul li:nth-child(2),
.contactul li:nth-child(3),
.contactul li:nth-child(4){
	
	border-left: 1px solid #c9c9c9;
}
.contactul li h2{
	color: #3b3b3b;
	font-size: 16px;
	margin-bottom: 8px;
}
.contactul li p{
	font-size: 16px;
	color: #3b3b3b;
	margin-bottom: 3px;
}
.form-mes{
	padding: 20px;
	margin-top: 20px;
}
.form-input{
	width: 49%;
	display: inline-block;
	margin-bottom: 30px;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
}
.form-input2{
	width: 100%;
	margin-bottom: 30px;
	padding: 0 30px;
}
.form-input input{
	height: 40px;
	line-height: 40px;
	width: 420px;
	margin-left: 10px;
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #cacaca;
}
.form-input label,
.form-input2 label{
	width: 60px;
	display: inline-block;
	font-size: 16px;
}
.form-input label em,
.form-input2 label em{
	color: #b70000;
	margin-left: 5px;
}
.form-input2 label{
	vertical-align: top;
}
.form-input2  textarea{
	width: 990px;
	margin-left: 10px;
	padding: 10px;
	height: 160px;
	background-color: #fff;
	border: 1px solid #cacaca;
}
.mes-btn{
	margin-top: 50px;
	text-align: center;
}
.mes-btn a{
	color: #fff;
	font-size: 18px;
	background: #a3a3a3;
	border: 2px solid #a3a3a3;
	width: 190px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	display: inline-block;
	margin: 0 10px;
}
.mes-btn a.c{
	background: #130491;
	border: none;
	border-bottom: 8px solid #e50000;
	transition-duration: .5s;
}
.mes-btn a.c:hover{
    background-color: #e50000;
    color: #fff;
    border: none;
}


.nav-news{
	text-align: center;
	font-size: 0;
	margin-top: 40px;
}
.nav-news li{
	width: 230px;
	display: inline-block;	
	margin: 0 25px;
}
.nav-news li a{
	color: #000000;
	font-size: 19px;
	display: block;
	transition-duration: .5s;
	position: relative;
	border-bottom: 8px solid #a7a7a7;
	height: 65px;
	line-height: 61px;
	background-color: #a5a5a5;
	color: #fff;
}
.nav-news li a i{
	font-size: 24px;
	margin-right: 15px;
	vertical-align: -2px;
}
.nav-news li.on a, 
.nav-news li:hover a {
	background-color: #1807a6;
	color: #fff;
	border-color: #e50000;
}


.aboutbox{
	height: 820px;
	background-image: url(../img/aboutbg.jpg);
}
.about{
	height: 511px;	
	margin-top: 30px;
	padding: 56px 10px 53px 620px;
	position: relative;
}
.about:before{
	content: '';
	display: block;
	background-image: url(../img/aboutk.png);
	width: 100%;
	height: 511px;	
	position: absolute;
	top: 0;
	left: 70px;
}
.about-company{
	width: 572px;
	height: 398px;
	position: absolute;
	top: 56px;
	left: 0;
} 
.about h2{
	font-size: 24px;
	color: #333333;
}
.about p{
	font-size: 16px;
	color: #090909;
	margin-top: 18px;
	text-indent: 2em;
}
.about-honor1,
.about-honor2{
	width: 159px;
	position: absolute;
	bottom: -130px;
}
.about-honor1{
	right: 220px;
}
.about-honor2{
	right: 40px;
}

.culturebox{
	background-image: url(../img/culturebg.png);
	background-position: bottom;
	background-size: 100%;
	padding-bottom: 220px;
}


.grownbox{
	height: 1300px;
	background-image: url(../img/grownbg.jpg);
}
.grown{
	background-color: rgba(255,255,255,.7);
	padding: 55px 0px 50px;
	margin-top: 30px;
	width:1200px;
	overflow-x: auto;
}
.grownc{
	width:1200px;
}
.grownc li{
	width: 190px;
	float: left;
	text-align: center;
	position: relative;
}
.grownc li span{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	background-color: #19049d;
	color: #fff;
	display: inline-block;
	font-size: 21px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.grownc li p{
	padding: 0 15px;
	font-size: 14px;
	color: #000;
	min-height: 54px;
}
.grownt{
	
}
.grownb{
	padding-left: 95px;
}
.grownheng{
	width: 1000px;
	height: 10px;
	background-color: #b2a9e4;
	margin:15px 0 15px 100px;
	position: relative;
}
.grownheng:after{
	content: '\f054';
	font-family: FontAwesome;
	color: #b2a9e4;
	font-size: 40px;
	position: absolute;
	top: -23px;
    right: -14px;
}    
.grownc li:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../img/quan.png);
	background-size: cover;
	position: absolute;	
	left: calc(50% - 12px);
	z-index: 99;
}
.grownt li:before{
	bottom: -32px;
}
.grownb li:before{
	top: -32px;
}

.culture{
	margin-top: 60px;
}
.culture li{
	width: 595px;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
}
.culture li:nth-child(2n){
	margin-left: 10px;
}
.culture li img{
	width: 100%;
	height: 332px;
}

.advanbox{
	background-image: url(../img/advanbg.jpg);
	height: 848px;
}
.advan{
	margin-top: 80px;
	padding-left: 40px;
}

.envirbox{
	background-image: url(../img/envirbg.jpg);
	height: 921px;
}

.envir{
	background-color: #fff;
	margin-top: 50px;
	padding: 130px 0px 84px 565px;
	position: relative;
}
.envir:after,
.envir:before{
	content: '';
	display: block;
	background-color: #fff;
	height: 100%;
	position: absolute;
	top: 0;	
	width: 100px;
}
.envir:before{
	left: -100px;
}
.envir:after{
	right: -100px;
	
}
.envir ul li{
	width: 172px;
	height: 150px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.envir ul li a img{
	width: 172px;
	height: 129px;
}
.envir ul li a b {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	top: -100%;
	left: 0;
	transition-duration: .5s;
}
.envir ul li:hover a b,
.envir ul li.on a b {
	top: 0%;
}
.envir ul li a font {
	display: block;
	font-size:12px;
	color:#000000;
	height:20px;
	line-height:27px;
	text-align: center;
	overflow: hidden;
}
.envir .hd .next,
.envir .hd .prev{
	position: absolute;
	top: 220px;
	font-size: 42px;
	color: #414141;
	width: 48px;
	height: 48px;
	line-height: 44px;
	text-align: center;
	border: 2px solid #414141;
	border-radius: 50%;
	z-index: 99;
	background-color: #fff
}

.envir .hd .prev{
	left: 0px;
}

.envir .hd .next{
	right: 0px;
}

.envir .videobox {
	width: 460px;
	height: 345px;
	position: absolute;
	top: 62px;
	left: 85px;
}

.envir .videobox video {
	outline: none;
}

.envirimg {
	width: 460px;
	height: 345px;
	position: absolute;
	top: 62px;
	left: 85px;
}

.prolistbox{
	background-color: #ebebeb;
	padding-bottom: 50px;
}
.nav-pro{
	margin-top: 50px;
}
.nav-pro li{
	display: inline-block;
	float: left;
	margin: 0 10px 10px;
	width: 180px;
}
.nav-pro li a{
	display: block;
	background-color: #a5a5a5;
	border-bottom: 8px solid #a5a5a5;
	color: #fff;
	font-size: 18px;
	padding: 15px 10px;
	transition-duration: .5s;
	text-align: center;
}
.nav-pro li:hover a,
.nav-pro li.on a{
	background-color: #2208a0;
	border-color: #e50000;
}


.title-pro p{
	color: #1f00d9;
	font-size: 22px;
	display: inline-block;
	font-weight: 600;
}
.title-pro p em{
	color: #ff0000;
}
.title-pro span{
	color: #a7a7a7;
	text-transform: uppercase;
	font-size: 18px;
	margin-left: 10px;
	font-family: arial;
}

.pro-size{
	padding: 30px 25px;
	background-color: #fff;
	margin-top: 20px;
}
.pro-size-item{
	margin-top: 20px;
}
.pro-size-item li{
	margin-right: 60px;
	float: left;
	color: #0a0204;
	font-size: 15px;
}

.pro-model{
	padding: 30px 25px;
	background-color: #fff;
	margin-top: 30px;
}
.pro-model-item{
	margin-top: 20px;
}
.pro-model-item table{
	width: 100%!important;
}
.pro-model-item img{
	width: 1000px;
	display: block;
	margin:auto;
}

.pro-box{
	background-color: #ddd8f2;
	padding: 8px 15px;
	margin-top: 40px;
}
.pro-appli{
	padding: 8px 15px;
	margin-top: 15px;
	background-color: #fff;
}
.pro-appli-item{
	margin-top: 10px;
}
.pro-appli-item li{
	margin-right: 5px;
	float: left;
	color: #0a0204;
	font-size: 15px;
}

.pro-info{
	padding: 8px 15px;
	margin-top: 20px;
	background-color: #fff;
}
.pro-info-item{
	margin-top: 10px;
	font-size: 15px;
}

.pro-advan{
	padding: 15px 15px;
	margin-top: 20px;
	background-color: #fff;
}
.pro-advanl{
	width: 370px;
}
.pro-advanl img{
	width: 370px;
	height: 278px;
}
.pro-advanm{
	width: 380px;
}
.pro-advanm li{
	width: 176px;
	height: 132px;
	float: left;
	margin-left: 10px;
	margin-bottom: 14px;
	position: relative;
	overflow: hidden;
}
.pro-advanm li a img{
	width: 176px;
	height: 132px;
}
.pro-advanm li a b{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	top: -100%;
	left: 0;
	transition-duration: .5s;
}
.pro-advanm li:hover a b,
.pro-advanm li.on a b{
	top: 0%;
}


.pro-advanr{
	width: 380px;
}
.pro-advan-item{
	position: relative;
	padding-top: 30px;
}
.pro-advan-item:after{
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background-color: #1f00d9;
	position: absolute;
	top: 10px;
	left: 0;
}
.pro-advan-item p{
	position: relative;
	padding-left: 16px;
	line-height: 24px;
	font-size: 15px;
}
.pro-advan-item p:after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #ff0000;
	color: #fff;
}
.nav-tech{
	margin-top: 50px;
	font-size: 0;
	text-align: center;
}
.nav-tech li{
	display: inline-block;
	margin: 0 25px;
	width: 200px;
}
.nav-tech li a{
	display: block;
	background-color: #a5a5a5;
	border-bottom: 8px solid #a5a5a5;
	color: #fff;
	font-size: 18px;
	padding: 15px 33px;
	transition-duration: .5s;
}
.nav-tech li:hover a,
.nav-tech li.on a{
	background-color: #2208a0;
	border-color: #e50000;
}

.tech{
	margin-top: 60px;
	padding: 40px 30px;
	background-color: #efefef;
	margin-bottom: 80px;
}

.download{
	margin-top: 60px;
	padding: 40px 40px;
	background-color: #eeeeee;
	margin-bottom: 80px;
}

.download-yc{
	width: 880px;
	display: block;
	margin: 40px auto 0 auto;
}
.download-more{
	margin: 50px auto 0 auto;
	width: 160px;
	height: 50px;
	line-height: 46px;
	font-size: 16px;
}
.download-more i{
	font-size: 18px;
}


.flx {
	overflow-x:auto!important;
	/*IE8滚动条样式设置*/
	scrollbar-arrow-color: #fff; /**//*三角箭头的颜色*/   
    scrollbar-face-color: #dcdcdc; /**//*立体滚动条的颜色*/   
    scrollbar-3dlight-color: #f2f2f2; /**//*立体滚动条亮边的颜色*/   
    scrollbar-highlight-color: #f2f2f2; /**//*滚动条空白部分的颜色*/   
    scrollbar-shadow-color: #f2f2f2; /**//*立体滚动条阴影的颜色*/   
    scrollbar-darkshadow-color: #f2f2f2; /**//*立体滚动条强阴影的颜色*/   
    scrollbar-track-color: #f2f2f2; /**//*立体滚动条背景颜色*/   
    scrollbar-base-color:#fff; /**//*滚动条的基本颜色*/
	/*IE8滚动条样式设置*/
}
/*高版本浏览器滚动条样式设置*/
.flx::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/  
    width:1px;
    height:8px;
	background:#f5f5f5;
	border-radius:6px; 
}
.flx::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/  
    background:#74D334;
	display:none;
}  
.flx::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/  
    background:#62c0e3;
	display:none;
}  
.flx::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/  
    background:#f2f2f2;
	border-radius:6px;
}  
.flx::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/  
    background:#999999;
    border-radius:6px; 
}  
.flx::-webkit-scrollbar-corner {/*边角（位置6）*/  
    background:#82AFFF;
	display:none;
}  
.flx::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/  
    background:#FF0BEE;
	display:none;  
} 
/*高版本浏览器滚动条样式设置*/


.honorbox {
	margin:50px auto 0 auto;
	width:1200px;
	height:300px;
}
.honorbox dl {
	margin-right:30px;
	float: left;
}
.honorbox dl:last-child {
	margin-right:0;
}
.honorbox dl dt {
	width:277px;
	height:277px;
	background: rgba(255,255,255,0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}
.honorbox dl dt img {
	max-width:95%;
	max-height:95%;
}
.honorbox dl dd {
	width:100%;
	height:50px;
	line-height:50px;
	font-size:16px;
	text-align: center;
	overflow: hidden;
}

.honorbig {	
	display: none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 101;
}
.honorbig ul {
	display: block;
	width:100%;
	height:100%;	
}
.honorbig ul li {
	display: flex;
	width:100%;
	height:100%;
	justify-content: center;
	align-items: center;
	transition: 1s;
}

.honorbig ul li img {
	max-width:80%;
	max-height:80%;
}

.honorbigbg {
	display: none;
	top:0;
	left:0;
	position: fixed;
	width: 100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index: 100;
}
a.closebtn {
	position: fixed;
	top:20px;
	right:20px;
	font-size:14px;
	color:#ffffff;
	z-index: 102;
}

.morelxbox {
	display: none;
}
a.morelx {
	margin-bottom:20px;
	clear: both;
	display: block;
	width:100%;
	height:20px;
	font-size:12px;
	color:#999999;
	text-align: center;
}
a.morelx:hover {
	color:#333333
}



/*图片放大*/
.bigimgbox {
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display: none;
	margin:auto;
	padding:10px;
	width:620px;
	height:470px;
	background: #ffffff;
	z-index: 101;
}
.bigimgbox ul li {
	margin:0 auto;
	width:600px;
	height:450px;
}
.bigimgbox img {
	max-width:100%;
	max-height:100%;
}
.bigimgbox a {
	position: absolute;
	display: block;
	top:-10px;
	right:-10px;
	font-size: 14px;
	width:22px;
	height:22px;
	line-height:22px;
	border-radius: 22px;
	color:#ffffff;
	text-align: center;	
	background: #f55555;
	color:#ffffff;
	z-index: 102;
}
.bigimgbox a:hover {
	color:#f55555;
}

.bigimgbox i {
	cursor: pointer;
	position: absolute;
	display: flex;
	top:0;
	bottom:0;
	margin:auto;
	width:50px;
	height:50px;
	border-radius: 50px;
	line-height:50px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	color:#000000;
	font-size:30px;
}
.bigimgbox i:hover {
	background: #fafafa;
}

.bigimgbox i.prevbtn {
	left:-60px;
	padding:0 17px 0 0;
}

.bigimgbox i.nextbtn {
	right:-60px;
	padding:0 0 0 20px;
}




.bigimgbg {
	display: none;
	position: fixed;	
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.6);
	z-index: 100;
}


/*new20241210*/
.main.w1500 {
	width:1500px;
	margin: 0 auto;
	position: relative;
}

.main.w1500 .icase-item1 {
	width:468px;
}

.main.w1500 .icase-item2 {
	width:667px;
}

.main.w1500 .icase-item2 .fl {
	width:280px;
}

.main.w1500 .icase-item2 .fr {
	width:378px;
}

.main.w1500 .icase-item3 {
	width:336px;
}

.main.w1500 .icase-item3 .icase-info {
	height:266px;
}