    .carousel-control.left {  
        
      background-image:none;  
      background-repeat: repeat-x;  
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);  
    }  
    .carousel-control.right {  
      left: auto;  
      right: 0;  
       
      background-image:none;  
      background-repeat: repeat-x;  
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);  
    }  
.clear{
	clear: both;
}
video{
	background: #000;
}
.modal-dialog{
	width: 800px !important;
}
.bg-c{
	background-color: #f3f3f3;
}
body:after{
	content: '';
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}
body.on-mask:after{
	display: block;
}
header{
	width: 100%;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	height: 150px;
	z-index: 99;
	position: fixed;
	top: 0px;
	left: 0px;
	transition: all 300ms;
}


header .top{
	height: 50px;
	background: #000;
	overflow: hidden;
}
header .top span{
	color: #fff;
	font-size: 16px;
	float: right;
	line-height: 50px;
	display: block;
}
header .top span.lan{
	margin-right: 15px;
	background: url(/assets/img/lanico.png) no-repeat right center;
	padding-right: 15px;
	
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #b7001e;
}

header .menu{
	float: right;
	padding:10px 0px;
}
header .menu ul{

}
header .menu ul li{
	float: left;
	position: relative;
}


header .menu .i{
	padding: 0 20px;
	position: relative;
	z-index: 999999;
}
header .menu .i >a{
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background: url(../img/icon-plus.png) no-repeat center;
	display: none;
}

header .menu .i >p{
	color: #fff;
	font-size: 16px;
	line-height: 80px;
transition: all 300ms;
}
header .menu.dark .i >p{
	color: #000000;
}
header .menu .i >p a{
	color: #000;
}

header .menu .i >p a:hover,header .menu .i >p a.cur,header .menu .i:hover >p a{
	color: #b7001e;
}
header .menu .i >.ex::before{
	position: absolute;
	content:'';
	margin-top: -20px;
	left: 50% !important;
	margin-left: -5px !important;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff; 
}
header .menu .i >.ex{
	position: absolute;
	background:#fff;
	transition: all 300ms;
	top: 60px;
	left: -10px;
	right: -10px;
	display: none;
	opacity: 0;
	width: auto;
	border-radius: 5px;
	box-shadow: 2px 5px 5px rgba(0, 0, 0, .5);
	overflow: hidden;
}
header .menu .i:hover >.ex{
	display: block;
	opacity: 1;
}
header .menu .i >.ex p{
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
}
header .menu .i >.ex p:last-child{
	border-bottom: none;
}
header .menu .i >.ex p a{
	color: #313131;
	white-space: nowrap;
	display: block;
	padding: 0px 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}
header .menu .i >.ex p a:hover{
	background: #b6001a;
	color: #fff;
}
header .mbtn{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../img/menu.png) no-repeat center #b7001e;
	background-size: 22px auto;
	display: none;
}
body.on-menu header .mbtn{
	background-image: url(../img/menu-hide.png);
}
header .logo{
	padding: 35px 0px;
	display: inline-block;
	transition: all 300ms;
}
header.scoll{
	height: 60px;
	border-bottom: 1px solid #eee;
}
header.scoll .top{
	opacity: 0;
	height: 0;
	overflow: hidden;
}
header.scoll{
	height: 60px;
}
header.scoll .logo{
	padding: 15px 0px;
}
header.scoll .menu .i > p{
	line-height: 40px;
}
header.scoll .menu .i > .ex{
	top: 40px;
}
footer{
	margin-top: 50px;
}
footer .a{
	background: #1e1e1e;
	padding: 30px 0px;
}
footer .a .list{
	
}
footer .a .list ul{
	margin: 0px -25px;
}
footer .a .list li{
	float: left;
	width: 9%;
	margin-right: 10px;
}
footer .a .list li:nth-child(1){
	width: 25%;
	background: none;
	margin-right: 20px;
}
footer .a .list li:nth-child(1) img{
	max-width: 100%;
}
footer .a .list li:nth-child(1) p.p1{
	color: #ff3333;
	margin-top: 30px;
	font-size: 24px;
}

footer .a .list li .i >p a{
	color: #bdbdbd;
	font-size: 16px;
	line-height: 1.5em;
	
}
footer .a .list li .ex{
	margin-top: 15px;
}
footer .a .list li .ex >p a{
	font-size: 14px;
	color: #7d7d7d;
	line-height: 1.5em;
}
footer .a .list li .ex p{
	color: #fff;
	line-height: 1em;
}
footer .a .list li .ex p a:hover{
	color: #fff;
}

footer .a .list li .ex p.p2{
	color: #999999;
	line-height: 1.5em;
}	
footer .a .list li  .qrode{

	margin-top: 20px;
	padding-left: 20px;
}
footer .a .list li  .qrode img{
	border: 10px solid #707070;
}

footer .a .list li  .qrode p{
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
footer .a .call{
	float: left;
	margin-left: 55px;
}
footer .a .call p{
	line-height: 1.5em;
	color: #a0a0a0;
}
footer .a .call p.p1{
	font-size: 16px;
	color: #fff;
}
footer .a .call p.p2{
	font-size: 24px;
	color: #3ea3dc;
}
footer .a .qbox{
	float: right;
}
footer .a .qbox p{
	line-height: 1.5em;
	color: #FFFFFF;
	font-size: 16px;
}
footer .a .qbox img{
	margin-top: 5px;
}
footer .b{
	background: #272727;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #858585;
}
footer .b .l{
	float: left;
}
footer .b .r{
	float: right;
}

.promain{
	background: url(../img/probg.png) no-repeat center bottom;
	background-size: cover;
}
.protit{
	font-size: 40px;
	color: #fff;
	text-align: center;
	padding-top: 195px;
	position: relative;
}
.protit::after{
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	background: #fff;
	left: 50%;
	margin-left: -20px;
	bottom: -38px;
}
.protype{
	margin-top: 80px;
	text-align: center;
}
.protype a{
	font-size: 16px;
	display: inline-block;
	line-height: 3em;
	background: #fff;
	margin: 0px 10px;
	padding: 0px 1em;
	color: #333333;
}
.protype a.cur,.protype a:hover{
	background: #004992;
	color: #fff;
}
.ui-paging{
  padding: 20px 0;
  text-align: center;
}

.ui-paging ul{
  display: inline-block;
}

.ui-paging ul li{
  margin: 0 10px;
  float: left;
}

.ui-paging a{
  display: inline-block;
  line-height: 36px;
  text-align: center;
  height: 36px;
  width: 36px;
  color: #171717;
  font-size: 14px;
  background-color: #ededed;
}

.ui-paging a:hover,
.ui-paging a.on{
  color: #b7001e;
}

.ui-paging a.aw{
  width: 60px;
  background: none no-repeat center #ededed;
}

.ui-paging a.aw.l{
  background-image: url(../img/paging-l.png);
}

.ui-paging a.aw.l:hover{
  background-image: url(../img/paging-l-on.png);
}

.ui-paging a.aw.r{
  background-image: url(../img/paging-r.png);
}

.ui-paging a.aw.r:hover{
  background-image: url(../img/paging-r-on.png);
}

.ui-homebanner{

	position: relative;
}
.ui-homebanner img{
	width: 100%;
	position: relative;
}

#owl-banner .owl-controls{
	position: absolute;
	bottom: 10px;
	width: 100%;
}


.ui-honorview{
	position: fixed;
	z-index: 999;
	width: 350px;
	background-color: #fff;
	top: 20%;
	left: 50%;
	margin-left: -175px;
	padding: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	display: none;
}
.ui-honorview >a{
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(../img/close1.png) no-repeat center #ccc;
	background-size: 20px auto;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	right: -20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	transition: transform 300ms;
}
.ui-honorview >a:hover{
	transform: rotate(-90deg);
}
.ui-honorview >.ct{

}
.ui-honorview >.ct img{
	width: 100%;
}


.ui-banner{
	margin-top: 150px;
}
.ui-banner img{
	width: 100%;
}





.ui-homebanner{
	position: relative;
	margin-top: 150px;
}
.ui-homebanner .img a{
	display: block;
	width: 100%;
	height: 100%;
}
.ui-homebanner .img a img{
	width: 100%;
}


.ui-homebanner .carousel-indicators li{
  margin: 0;
  padding: 0;
  border: none;
  background-color: #fff;
  margin: 0 3px;
  opacity: 0.5;
}

.ui-homebanner .carousel-indicators li.active{
   border: none;
	opacity: 1;
	width: 10px; height: 10px;
}



#carousel-pro .carousel-indicators{
	position: relative;
	bottom: auto;
	width: 100%;
	left: auto;
	margin: 10px 0px 0px;
}
#carousel-pro .carousel-indicators li{
	width: 65px;
	height: 65px;
	border: 1px solid #ddd;
	margin-right: 5px;
	text-indent: 0px;
	border-radius: 0px;
}
#carousel-pro .carousel-indicators li img{
	width: 100%;
}
#carousel-pro .carousel-indicators li.active{
	background: #eeeeee;
	width: 65px;
	height: 65px;
	border-radius: 0px;
}


.ui-homecat{
	position:relative;
	z-index: 19;
	margin-top: 50px;
}

.ui-homecat ul{
	margin: 0px -15px;
}

.ui-homecat li{
	width: 33.33%;
	float: left;
	padding: 0px 15px;
	margin-bottom: 75px;
}
.ui-homecat li a{
	display: block;
}
.ui-homecat li .img{
	position: relative;
	overflow: hidden;
}
.ui-homecat li .img img{
	width: 100%;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ui-homecat li a:hover .img img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.ui-homecat li .text p.p1{
	font-size: 24px;
	color: #333;
	line-height: 1em;
	margin-top: 25px;
	text-align: center;
}
.ui-homecat li .text p.p2{
	font-size: 16px;
	text-align: center;
	color: #5b6569;
	margin-top: 15px;
	line-height: 1.8em;
}


.ui-homeabout{
	padding: 100px 0px;
	background: #938177;
}
.ui-homeabout .img{
	width: 55%;
	float: left;
	padding-right: 40px;
}
.ui-homeabout .img img{
	width: 100%;
}
.ui-homeabout .text{
	width: 45%;
	float: right;
	padding-left: 40px;
}
.ui-homeabout .text .hd{
	
}
.ui-homeabout .text .hd p{
	color: #fff;
	line-height: 1em;
}
.ui-homeabout .text .hd p.p1{
	font-size: 20px;
}
.ui-homeabout .text .hd p.p2{
	font-size: 32px;
	margin-top: 30px;
}
.ui-homeabout .text .ct{
	margin-top: 30px;
	font-size: 16px;
	color: #fff;
	line-height: 1.8em;
}
.ui-homeabout .text a.more{
	display: inline-block;
	margin-top: 30px;
	border:1px solid #fff;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	padding: 10px 30px;
	border-radius: 17px;
}
.ui-homenews{
	background: #f7faff;
	padding: 80px 0px;
}
.ui-homenews ul{
	margin: 0px -10px;
}
.ui-homenews li{
	width: 33.33%;
	padding: 0px 10px;
	float: left;
}
.ui-homenews li a{
	display: block;
}
.ui-homenews li a:hover{
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.ui-homenews li img{
	width: 100%;
}
.ui-homenews li .text {
	padding: 20px;
	background: #fff;
}
.ui-homenews li .text p{
	line-height: 1em;
}
.ui-homenews li .text p.p1{
	color: #282828;
	font-size: 20px;
	position: relative;
	white-space:nowrap;

}
.ui-homenews li .text p.p1::after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: -20px;
	width: 40px;
	height: 1px;
	background: #d2d2d2;
}
.ui-homenews li .text p.p2{
	margin-top: 35px;
	color: #959595;
	font-size: 14px;
	line-height: 1.8em;
	height: 5.4em;
	overflow: hidden;
}
.ui-guestbook{
	width: 800px;
	margin: 0px auto 0px;
	background: #fff;
	padding: 30px;
}

.ui-type{
	border-bottom: 1px solid #ddd;
	height: 70px;
	background: #fff;
}
.ui-type.fxd{
	width: 100%;
	padding: 0 15%;
	left: 0;
	top: 0;
}
.ui-type a{
	display: block;
	height: 70px;
	line-height: 70px;
	padding: 0px 30px;
	font-size: 16px;
	color: #5c5c5c;
}
.ui-type span{
	display: inline-block;
}
.ui-type span.cur{
	border-bottom: 1px solid  #e8303f;
	
}

.ui-tit{
	margin: 50px 0px;
}
.ui-tit p{
	text-align: center;
}
.ui-tit p.p1{
	font-size: 24px;
	color: #0e0e0e;
	line-height: 1em;
	position: relative;
}
.ui-tit p.p1::after{
	position: absolute;
	content: '';
	width: 36px;
	height: 1px;
	background: #0e0e0e;
	bottom: -32px;
	left: 50%;
	margin-left: -18px;
}
.ui-tit p.p2{
	font-size: 16px;
	line-height: 1.5em;
	color: #5c5c5c;
	margin-top: 60px;
} 

.ui-gsjj{
	background: url(/assets/img/gsjjbg.jpg) repeat;
	position: relative;
	margin-bottom: 50px;
}
.ui-gsjj .img{
	position: absolute;
	top: 120px;
	left: 50%;
}
.ui-gsjj .text{
	background: #3d3d3d;
	padding: 95px 85px 95px 0px;
	margin-top: -15px;
	position: relative;
	width: 55%;

}
.ui-gsjj .text::before{
	position: absolute;
	content: '';
	top: 0px;
	left: -100%;
	height: 100%;
	width: 100%;
	background: #3d3d3d;
}
.ui-gsjj .text::after{
	position: absolute;
	content: '';
	background: url(/assets/img/gstbg.png) no-repeat left top;
	height: 100%;
	width: 129px;
	top: 0px;
	right: -129px;
}
.ui-gsjj .text p{
	color: #fff;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 15px;
}
.ui-gsjj .img{
	
}

.ui-history{
	width: 1000px;
	margin: 0 auto;
}
.ui-history ul{
	margin: 0px -50px;
}
.ui-history li{
	width: calc((100% - 10px)/2);
	padding: 0px 50px;
	padding-bottom: 20px;
}
.ui-history li *{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.ui-history li a{
	display: block;
	position: relative;
}
.ui-history li .hd{
	background: #e8303f;
	padding: 25px;
}
.ui-history li .hd p{
	font-size: 24px;
	line-height: 1em;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
}
.ui-history li .hd p::after{
	position: absolute;
	content: '';
	width: 50px;
	height: 1px;
	background: #fff;
	left: 0px;
	bottom: -20px;
}
.ui-history li .ft{
	background: #e8303f;
	padding: 25px;
}
.ui-history li .ft a{
	display: block;
}
.ui-history li .ft p{
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	position: relative;
	text-align: right;
	margin-bottom: 20px;
}
.ui-history li .ft p::after{
	position: absolute;
	content: '';
	width: 100px;
	height: 2px;
	background: #fff;
	right: 0px;
	bottom: -20px;
}
.ui-history li .img img{
	width: 100%;
}
.ui-history li .text{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 20px;
	width: 100%;
	color: #fff;
}
.ui-history li a:hover .text{
	height: 100%;
}
.ui-history li .textbg{
	background: #e8303f;
	padding: 20px;
	height: 100%;
}
.ui-history li .textbg p.p1{
	font-size: 36px;
	line-height: 1em;
}
.ui-history li .textbg p.p2{
	font-size: 16px;
	line-height: 1em;
	margin-top: 10px;
}
.ui-history li .textbg .intro{
	margin-top: 15px;
	line-height: 1.6em;
	font-size: 16px;
	display: none;
}
.ui-history li .textbg .intro p{
	margin-bottom: 15px;
}
.ui-history li a:hover p.p2{
	display: none;
}
.ui-history li a:hover .intro{
	display: block;
}
.ui-conlib ul{
	margin: 0px -15px;
}
.ui-conlib li{
	width: 33.33%;
	float: left;
	padding: 0px 15px;
	margin-bottom: 30px;
}
.ui-conlib li a{
	display: block;
	background: #eee;
	height: 250px;
}
.ui-conlib li:nth-child(1){
	width: 100%;
}
.ui-conlib li:nth-child(1) .img{
	width: 45%;
	float: left;
	
}
.ui-conlib li:nth-child(1) a{
	height: auto;
}
.ui-conlib li:nth-child(1) .text{
	width: 55%;
	padding: 45px;
	float: left;
}

.ui-conlib li .img img{
	width: 100%;
}
.ui-conlib li .text{
	color: #0e0e0e;
	padding: 15px 30px;
}
.ui-conlib li .text .hd{
	font-size: 18px;
	position: relative;
}
.ui-conlib li .text .hd::after{
	position: absolute;
	width: 50px;
	height: 1px;
	background: #000;
	bottom: -24px;
	content: '';
	left: 0px;
}
.ui-conlib li .text .ct{
	font-size: 14px;
	margin-top: 45px;
	line-height: 1.8em;
}
.ui-conlib li:nth-child(1) .text .hd{
	font-size:24px;
}
.ui-dy{
	margin: 80px auto;
	width: 1000px;
	position: relative;
	background: #f6f6f6;
	padding: 30px;
	text-align: left;
	color: #5c5c5c;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 2em;
}

.ui-dszzc{
	margin: 80px auto;
	width: 1000px;
	position: relative;
}

.ui-dszzc .text p{
	text-align: left;
	color: #5c5c5c;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 2em;
}
.ui-dszzc .text{
	width: 70%;
	text-align: left;
	background: #f6f6f6;
	padding: 30px;
	padding-right: 150px;
}
.ui-dszzc .img{
	top: 30px;
	right: 0px;
	position: absolute;
}
.ui-brand{
	background: #f0f0f0;
		margin-top: 50px;

}
.ui-gltd{
	margin-top: 80px;
}
.ui-gltd ul{
	margin: 0px -25px;
}
.ui-gltd li{
	width: 25%;
	float: left;
	padding: 0px 20px;
	margin-bottom: 40px;
}
.ui-gltd li img{
	width: 100%;
}
.ui-gltd li .text{
	margin-top: 15px;
}
.ui-gltd li .text p{
	line-height: 1em;
		color: #5c5c5c;
}
.ui-gltd li .text p.p1{
	font-size: 16px;

}
.ui-gltd li .text p.p2{
	font-size: 14px;
	margin-top: 10px;
}

.ui-qyry{
	margin-top: 80px;
}
.ui-qyry ul{
	margin: 0px -25px;
}
.ui-qyry li{
	width: 25%;
	float: left;
	padding: 0px 20px;
	margin-bottom: 40px;
}
.ui-qyry li img{
	width: 100%;
}
.ui-qyry li:nth-child(3){
	width: 50%;
}
.ui-qyry li .text{
	margin-top: 15px;
}
.ui-qyry li .text p{
	line-height: 1em;
		color: #5c5c5c;
}
.ui-qyry li .text p.p1{
	font-size: 16px;

}
.ui-qyry li .text p.p2{
	font-size: 14px;
	margin-top: 10px;
}

.ui-brandlib{
	padding-bottom: 50px;
}
.ui-brandlib li{
	width: 16.66%;
	padding: 0px 10px;
	float: left;
	text-align: center;
}
.ui-brandlib li img{
	max-width: 100%;
}
.ui-guestbook table{
	width: 100%;
}
.ui-guestbook th{
	width: 15px;
}
.ui-guestbook td,.ui-guestbook th{
	padding: 5px;
}
.ui-guestbook .required{
	color: #ff0000;
}



.ui-newshow{
	width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
}
.ui-newshow h1{
	text-align: center;
	font-size:30px;
}
.ui-newshow .hd{
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 40px;
	color: #0099d9;
	font-weight: bold;
}
.ui-newshow .hd2{
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	margin-top: 20px;
}
.ui-newshow .hd2 .r{
	float: right;
}
.ui-newshow .ct p{
	font-size: 16px;
	line-height: 24px;
	width: 50%; float: left;
}
.ui-newshow .intro{
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}
.ui-newshow .intro img{
	max-width: 100%;
	height: auto !important;
}
.ui-caseshow{
	width: 1000px;
	margin: 30px auto 0px;
	max-width: 100%;
}
.ui-caseshow h1{
	text-align: center;
	font-size:30px;
}

.ui-caseshow .hd{
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	margin-top: 20px;
}
.ui-caseshow .hd .r{
	float: right;
}

.ui-caseshow .ct{
	font-size: 14px;
	line-height: 2em;
	color: #666;
}
.ui-caseshow .ct b{
	font-size: 16px;
	color: #000;
}
.ui-caseshow .it{
	line-height: 2em;
}
.ui-caseshow .it h2{
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}
.ui-caseshow .it .caseintro{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	
}
.ui-caseshow .it .caseintro img{
	max-width: 100%;
	height: auto !important;
}
#owl-news .owl-controls{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#owl-news .owl-numbers{
	border-radius: 0px;
	opacity: 1;
	background: none;
	margin: 0px 3px;;
}
#owl-news .owl-page.active span, #owl-news .owl-page:hover span{
	background: #e9403d;
}
.ui-textnews{

}
.ui-textnews li{
	padding-bottom: 18px;
	padding-left: 25px;
	position: relative;
	padding: 30px 0px;
	border-bottom: 1px solid #ddd;
}
.ui-textnews li:nth-child(2){
	border: 0px;
}
.ui-textnews li .hd{
	float: left;
	margin-right: 35px;
}
.ui-textnews li .hd p{
	margin-bottom: 2px;
	text-align: center;
	padding: 0px 10px;
	line-height: 1.8em;
	font-family: Arial;
	color: #fff;
}
.ui-textnews li .hd p.p1{
	background: #4b4b4b;
	text-transform: uppercase;
	font-size: 18px;
}

.ui-textnews li .hd p.p2{
	font-size: 26px;
	background: #004992;
}
.ui-textnews li .hd p.p3{
	font-size: 14px;
	background: #c2c8cc;
}
.ui-textnews li .ct p.p1{

	font-size: 16px;
	height: 1em;
	line-height: 1em;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333
}

.ui-textnews li .ct p.p2{
	font-size: 14px;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	margin-top: 20px;
	color: #666
}
.ui-textnews li .ct p.p3{
	background: url(../img/moreicon2.png) no-repeat right center;
	height: 8px;
	margin-top: 20px;
}
.ui-textnews li .ct a:hover p.p1{
	color: #004992;
}
.ui-textnews li .ct a:hover p.p3{
	background: url(../img/moreicon2over.png) no-repeat right center;
}
.ui-homebrand a{
	padding: 0px 15px;
	display: block;
}
.ui-homebrand a img{
	width: 100%;
}
.ui-prolist{
	margin-top: 40px;
	background: #fff;
	padding: 50px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.ui-prolist ul{
	margin: 0px -25px;
}
.ui-prolist li{
	width: 33.33%;
	float: left;
	padding: 0px 25px;
	margin-bottom: 20px;
}
.ui-prolist li a{
	
	display: block;
}
.ui-prolist li .img{
	overflow: hidden;
}
.ui-prolist li img{
	width: 100%;
	transition: transform 300ms;
}
.ui-prolist li a:hover img{
	transform: scale(1.05, 1.05);
}
.ui-prolist li .text{
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #2a2a2a
}
.ui-case{
	margin-top: 30px;	
}
.ui-case ul{
	margin: 0px -25px;
}
.ui-case li{
	margin-bottom: 40px;
	width: 33.33%;
	float: left;
	padding: 0px 25px;
	position: relative;
}
.ui-case li .view{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.ui-case li .view:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	opacity: 1;
}
.ui-case li a:hover .view:after{
	opacity: 0;
}
.ui-case li .view img{
	width: 100%;
	transition: transform 300ms;
}

.ui-case li a:hover .view img{
	transform: scale(1.15, 1.15);
}
.ui-case li .text{
	position: absolute;
	width: 60%;
	bottom: 0px;
	left: 20%;
	text-align: center;
	padding: 25px 15px 15px;
	transition: all 500ms;
}
.ui-case li a:hover .text
{
	background: rgba(13, 77, 164, .8);
}
.ui-case li .text p{
	line-height: 1em;
	color: #2a2a2a;
}
.ui-case li .text p.p1{
	font-size: 18px;
	color: #fff;
	margin: 10px 0px 20px;
	position: relative;
}
.ui-case li a:hover .text p.p1::after{
	position: absolute;
	content: '';
	width: 60px;
	left: 50%;
	margin-left: -30px;
	height: 2px;
	background: #fff;
	bottom: -10px;
}
.ui-case li .text p.p2{
	font-size: 12px;
	line-height: 2em;
	color: #fff;
	height: 6em;
	overflow: hidden;
	opacity: 0;
	transition: all 500ms;
}
.ui-case li a:hover .text p.p2{
	opacity: 1;
}
.ui-case li .text p.p3{
	display: inline-block;
	width: 160px;
	line-height: 50px;
	padding: 0 25px;
	color: #ffffff;
	font-size: 14px;
	position: relative;
	background-color: #0d4da4;
	margin-top: 30px;
}
.ui-case li .text p.p3:after{
	content: '';
	width: 23px;
	height: 16px;
	background: url(../img/bt-r.png);
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 25px;
	transition: right 300ms;
}
.ui-case li .text p.p3:hover:after{
	right: 20px;
}
.ui-case li.r .view{
	float: right;
}
.ui-case li.r .text{
	float: left;
	padding: 0px 30px 0px 0px;
}


.ui-newslib{
	margin: 30px auto;
}
.ui-newslib li{
	padding: 20px;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.ui-newslib li:hover{
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.ui-newslib li .hd{
	float: left;
	margin-right: 35px;
	padding: 0px 35px;
	border-right: 1px solid #ddd;
}
.ui-newslib li .hd p{
	line-height: 1em;
	font-family: Arial;
	text-align: center;
}
.ui-newslib li .hd p.p1{
	font-size: 64px;
	
}

.ui-newslib li .hd p.p2{
	font-size: 22px;
}

.ui-newslib li .ct p.p1{
	font-size: 16px;
	height: 1em;
	line-height: 1em;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	overflow: hidden;
}
.ui-newslib li .ct a:hover p.p1{
	color: #004992;
}
.ui-newslib li .ct p.p2{
	font-size: 14px;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	margin-top: 20px;
	color: #666
}
.ui-prolib{
	
}
.ui-prolib li{
	padding: 50px 0px;
}
.ui-prolib .img{
	width: 50%;
	float: right;
	padding-left: 20px;
}
.ui-prolib .img img{
	width: 100%;
}
.ui-prolib .text{
	float: left;
	width: 50%;
	padding-right: 20px;
}
.ui-prolib .text .more{
	display: inline-block;
	font-size: 14px;
	line-height: 2em;
	padding: 0px 20px;
	margin-top: 20px;
	color: #fff;
	background: #e8303f
}
.ui-prolib .text p{
	line-height: 1em;
	color: #222;
}
.ui-prolib .text p.p1{
	font-size: 24px;
	position: relative;
}
.ui-prolib .text p.p1::after{
	position: absolute;
	bottom: -30px;
	left: 0px;
	width: 50px;
	height: 1px;
	background: #222;
	content: '';
}
.ui-prolib .text .intro{
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 60px;
	color: #666
}
.ui-prolib li:nth-of-type(even){
	background: #f3f3f3;
}
.ui-prolib li:nth-of-type(even) .img{
	float: left;
	padding: 0px 20px 0px 0px;
}
.ui-prolib li:nth-of-type(even) .text{
	float: right;
	padding: 0px 0px 0px 20px;
}

.ui-protop{
	margin-top: 50px;
}
.ui-protop .img{
	width: 50%;
	float: right;
	padding-left: 20px;
}
.ui-protop .img img{
	width: 100%;
}
.ui-protop .text{
	float: left;
	width: 50%;
	padding-right: 20px;
}
.ui-protop .text .more{
	display: inline-block;
	font-size: 14px;
	line-height: 2em;
	padding: 0px 20px;
	margin-top: 20px;
	color: #fff;
	background: #e8303f
}
.ui-protop .text p{
	line-height: 1em;
	color: #222;
}
.ui-protop .text p.p1{
	font-size: 24px;
	position: relative;
}
.ui-protop .text p.p1::after{
	position: absolute;
	bottom: -30px;
	left: 0px;
	width: 50px;
	height: 1px;
	background: #222;
	content: '';
}
.ui-protop .text .intro{
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 60px;
	color: #666
}

.ui-proimg{
	margin-top: 50px;
}
.ui-proimg .pro-tit{
	font-size: 18px;
	position: relative;
}
.ui-proimg .pro-tit::after{
	position: absolute;
	bottom: -20px;
	left: 0px;
	width: 50px;
	height: 1px;
	background: #222;
	content: '';
}
.ui-proimg .proimg-lib{
	margin-top: 40px;
}
.ui-proimg .proimg-lib ul{
	margin: 0px -20px;
}
.ui-proimg .proimg-lib li{
	width: 25%;
	float: left;
	padding: 0px 20px;
	
	margin-bottom: 40px;
	
}
.ui-proimg .proimg-lib li a{
	display: block;
	border: 1px solid #ededed;
	border-bottom: 1px solid #e94545;
	position: relative;
}
.ui-proimg .proimg-lib li img{
	width: 100%;
}
.ui-proimg .proimg-lib li .ct{
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.75);
	top: 0px;
	left: 0px;
	font-size: 16px;
	color: #fff;
	opacity: 0;
}
.ui-proimg .proimg-lib li a:hover .ct{
	opacity: 1;
}
.ui-jobslist{
 	margin-top: 50px;
}
.ui-jobslist table{
	width: 100%;
	border: 1px solid #d6d6d6;
}
.ui-jobslist table tr{
	border-bottom: 1px solid #d6d6d6;
}
.ui-jobslist table tr td{
	border-right: 1px solid #d6d6d6;
	width: 25%;
}
.ui-jobslist .i{
	padding: 75px 0;
}
.ui-jobslist .i:hover{
	background-color: #dd6946;
}
.ui-jobslist .i p{
	line-height: 1em;
	text-align: center;
}
.ui-jobslist .i p.p1{
	color: #434343;
	font-size: 20px;
}
.ui-jobslist .i:hover p.p1{
	color: #fff;
}
.ui-jobslist .i p.p2{
	margin-top: 15px;
}
.ui-jobslist .i p.p2 a{
	display: inline-block;
	width: 136px;
	height: 36px;
	border: 1px solid #cecece;
	border-radius: 18px;
	line-height: 34px;
	text-align: center;
	color: #313131;
	background-color: #fff;
}
.ui-jobslist .i:hover p.p2 a{
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}
.ui-jobslist .i:hover p.p2 a:hover{
	background-color: #fff;
	border-color: #fff;
	color: #313131;
}
.ui-jobslist .i p.p2 a:after{
	content: '';
	display: inline-block;
	width: 15px;
	height: 9px;
	background: url(../img/icon-more.png);
	vertical-align: middle;
	margin-left: 10px;
}
.ui-jobslist .i:hover p.p2 a:after{
	background-image: url(../img/icon-more-on.png);
}
.ui-jobslist .i:hover p.p2 a:hover:after{
	background-image: url(../img/icon-more.png);
}
.ui-aboxjobs{
	position: fixed;
	width: 1000px;
	height: 570px;
	top: 50%;
	margin-top: -285px;
	left: 50%;
	margin-left: -500px;
	z-index: 101;
	background-color: #fff;
	padding: 50px;
	display: none;
}
.ui-aboxjobs >a{
	display: inline-block;
	width: 31px;
	height: 31px;
	background: url(../img/icon-hide.png);
	position: absolute;
	top: 25px;
	right: 25px;
}
.ui-aboxjobs >a:active{
	opacity: .8;
}
.ui-aboxjobs >.hd{

}
.ui-aboxjobs >.hd h3{
	color: #373737;
	font-size: 28px;
}
.ui-aboxjobs >.hd p{
	color: #707070;
	font-size: 14px;
	margin-top: 5px;
}
.ui-aboxjobs >.ct{
	margin-top: 20px;
	height: 370px;
	color: #707070;
	font-size: 14px;
	line-height: 26px;
}
.ui-aboxjobs >.ct p{
	color: #707070;
	font-size: 14px;
	line-height: 26px;
}
.ui-aboxjobs >.ft{
	margin-top: 10px;
}
.ui-aboxjobs >.ft p{
	color: #0a0706;
	font-size: 14px;
}
.ui-aboxjobs >.ft p a{
	color: #ff9f16;
}
.ui-aboxjobs >.ft p a:hover{
	text-decoration: underline !important;
}




.ui-homenews{
		margin-bottom: -50px;
	}
.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 1.57142857;
	color: #76838f;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e4eaec;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #62a8ea;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(98,168,234,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(98,168,234,.6)
}

.form-control.focus,.form-control:focus {
	border-color: #62a8ea;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-control::-moz-placeholder {
	color: #a3afb7;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #a3afb7
}

.form-control::-webkit-input-placeholder {
	color: #a3afb7
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: #f3f7f9;
	opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}
#prowap{
	display: none
}

/*!
 * media.css
 */
@media screen and (min-width:1200px) and (max-width:1560px) {

	
	.container{
		padding: 0px 8% !important;
	}
	
	.ui-proadv .ct li{
		width: 33.33%;
		margin-bottom: 15px;
		
	}
	
	.ui-textnews li{
		margin-bottom: 10px;
		padding:15px 0px;
	}
	.ui-textnews li .hd{
		margin-right: 15px;
	}
	.ui-textnews li .hd p{
		line-height: 1.5em;
		padding: 0px 5px;
	}
	.ui-textnews li .hd p.p1{
		font-size: 16px;
	}
	.ui-textnews li .hd p.p2{
		font-size: 24px;
	}
	.ui-textnews li .hd p.p3{
		font-size: 14px;
	}
.ui-textnews li .ct p.p2{
		margin-top: 5px;
	}
	.ui-proinfo .bt .pro-img .carousel-inner{
		max-width:70%;
	}
}

@media screen and (min-width:768px) and (max-width:1200px) {

	
	.container{
		padding: 0px 8% !important;
	}
	.ui-proinfo{
		padding: 20px;
	}
	header .menu .i{
		padding: 0px 4px;
	}
	header .menu .i > p{
		font-size: 12px;
	}
	.ui-proadv .ct li{
		width: 33.33%;
		margin-bottom: 15px;
		
	}

	.ui-textnews li{
		margin-bottom: 10px;
		padding:0px 0px 10px 0px;
		
	}
	.ui-textnews li .hd{
		margin-right: 15px;
	}
	.ui-textnews li .hd p{
		line-height: 1.5em;
		padding: 0px 5px;
	}
	.ui-textnews li .hd p.p1{
		font-size: 14px;
	}
	.ui-textnews li .hd p.p2{
		font-size: 20px;
	}
	.ui-textnews li .hd p.p3{
		font-size: 12px;
	}
	.ui-textnews li .ct p.p2{
		margin-top: 10px;
	}
	.ui-textnews li .ct p.p3{
		display: none
	}
	.protit{
		padding-top: 100px;
	}
	.ui-proinfo .bt{
		max-width: 100%;
	}
		.ui-proinfo .bt .pro-img .carousel-inner{
		max-width: 60%;
	}
	.ui-proinfo .bt .pro-info{
		right: 0px;
	}
	footer .a .list li{
		padding: 0px 5px;
	}
	footer .a .list li .ex p.p1{
		font-size: 20px;
	}
	footer .b{
		font-size: 10px;
		text-align: center;
	}
	footer .b .l,footer .b .r{
		display: inline-block;
		float: none
	}
	footer .a .list li .i > p a{
		font-size: 14px;
	}
	footer .a .list li .ex > p a{
		font-size: 12px;
	}
	footer .a .list li:nth-child(6) .i{
		background: none;
	}
	
}

/*手机屏幕*/
@media screen and (max-width: 767px) {
  .ht15{
    height: 5px;
  }
  .ht20{
    height: 10px;
  }
  .ht30{
    height: 15px;
  }
  .ht35{
    height: 15px;
  }
  .ht40{
    height: 20px;
  }
  .ht45{
    height: 20px;
  }
  .ht50{
    height: 10px;
  }
  .ht60{
    height: 30px;
  }
  .ht65{
    height: 30px;
  }
  .ht70{
    height: 35px;
  }
  .ht75{
    height: 35px;
  }
  .ht80{
    height: 40px;
  }
  .ht90{
    height: 45px;
  }
  .ht100{
    height: 20px;
  }
  .extra-width{
    width: 100%;
  }

  /*style.css*/
body{
    min-width: 0;
    min-height: 0;
 }

  .container{
    width: 100%;
    padding: 0 10px;
  }
  #prowap{
		display: block;
  }
	#propc{
		display: none
	}
  
  header{
    position: fixed;
    background-color: #fff;
    height: 70px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	top: 0px;
	 left: 0px;
  }
	header .top{
		height: 20px;
	}
	header .top span{
		font-size: 12px;
		line-height: 20px;
	}
	
  header .container{
  	padding: 0 20px;
  }
  header .menu{
  	position: absolute;
  	top: 50px;
  	left: 0;
  	width: 100%;
  	padding-top: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	background-color: #fff;
	display: none;
	overflow-y: auto;
  }
  header .menu ul{

  }
  header .menu ul li{
  	float: none;
  }
  header .mbtn{
  	display: block;
  }
  header .logo{
  	padding: 16px 0px;
  }
  header .logo img{
  	height: 18px;
  }
  header .menu ul li{
  	border-top: 1px solid #ddd;
  }
  header .menu ul li:first-child{

  }
  header .menu ul li:before{
  	display: none;
  }
  header .menu ul li.nodv.ml10{
  	margin-left: 0;
  }
  header .menu ul li.nodv.ml20{
  	margin-left: 0;
  }
  header .menu .i{
  	padding: 0 10px;
  }
  header .menu .i >a{
  	display: block;
  	transition: transform 300ms;
  }
  header .menu .i.on >a{
  	transform: rotate(-45deg);
  }
  header .menu .i >p{
  	line-height: 50px;
  	text-align: center;
  	font-size: 14px;
  	color: #000;
  }
  header .menu .i >p a{
  	color: #000;
  }
  header .menu .i >.ex{
  	position: relative;
  	top: 0 !important;
  	opacity: 1 !important;
  	left: 0;
  	right: 0;
  	margin-bottom: 10px;
  	display: none;
  }
  header .menu .i.on >.ex{

  }
  header .menu .i >.ex p{
	font-size: 13px;
  }
  header .menu .c{
  	padding: 0 10px;
  	padding-bottom: 0;
  }
  header .menu .c >p{
  	line-height: 50px;
  	text-align: center;
  	font-size: 14px;
  }
  header .menu .c >p a{
  	color: #000;
  }
  header .menu .c >p a:before{
  	background-color: #000;
  }
  header .menu .c >p a:after{
  	background-image: url(../img/head-drop@d.png);
  	transition: transform 300ms;
  }
  header .menu .c.on >p a:after{
  	transform: rotate(180deg);
  }
  header .menu .c >.ex{
  	position: relative;
  	top: 0!important;
  	opacity: 1!important;
  	left: 0;
  	right: 0;
  	margin-bottom: 10px;
  	display: none;
  }
	.ui-proinfo{
		padding: 15px;
	}
	.ui-paging{
		padding: 20px 0;
	}

	  .ui-paging ul li{
		margin: 0 2px;
	}

	  .ui-paging a{
		width: 28px;
		height: 28px;
		font-size: 12px;
		line-height: 28px;
	  }

	  .ui-paging a.aw{
		width: 42px;
		background-size: 12px auto;
	  }
	
  .ui-homebanner,.ui-banner{
		margin-top: 70px;

   }
	.ui-homebanner .img{
	}
	.ui-homecat{
		margin-top: 10px;
	}
	.ui-homecat ul{
		margin: 0px -5px;
	}
	.ui-homecat li{
		padding: 0px 5px;
		width: 50%;
		margin-bottom: 10px;
	}
	.ui-homecat li .text p.p1{
		font-size: 14px;
		margin-top: 10px;
		font-weight: 700
	}
	.ui-homecat li .text p.p2{
		font-size: 12px;
		margin-top: 5px;
		line-height: 1.5em;
		height: 6em;
		overflow: hidden;
	}
	.ui-homeabout .img,.ui-homeabout .text{
		width: 100%;
		float: none;
		padding: 0px;
	}
	.ui-homeabout .text{
		margin-top: 10px;		
	}
	.ui-homeabout .text .hd p.p2{
		font-size: 20px;
		margin-top: 10px;
		font-weight: 700;
	}
	.ui-homeabout .text .ct{
		font-size: 14px;
		line-height: 1.6em;
		margin-top: 10px;
	}
	
	#owl-banner .owl-controls{
		position: absolute;
		bottom: 0px;
		width: 100%;
	}

	.ui-title{
		margin: 20px 0px;
	}
	.ui-title p.p1{
		font-size: 18px;
		font-weight: 700;
	}
	.ui-title p.p1::after{
		bottom: -15px;
	}
	.ui-title p.p2{
		font-size: 14px;
		margin-top: 25px;
	}
	.ui-title p.p2::after,.ui-title p.p2::before{
		width: 35%;
	}
	.ui-homepro .i > .ct{
		font-size: 12px;
	}
	.ui-homecase{
		margin-top: 20px;
	}
	.ui-homecase .owl-theme .owl-controls, .ui-homebrandc .owl-theme .owl-controls{
		margin-top: 20px !important;
	}
	.owl-honor .ct{
	}
	.ui-title2{
		margin: 20px 0px;
	}
	.ui-title2 img{
		max-width: 80%;
	}
	.ui-title2 p{
		font-size: 12px;
		padding: 0px 10px;
		margin-top: 5px;
	}
	.ui-advantage {
		margin-top: 15px;
	}
	.ui-advantage li{
		width: 100%;
		margin-bottom: 20px;
	}
	.ui-advantage li img{
		max-width: 25%;
	}
	.ui-advantage li p.p1{
		font-size: 16px;
		font-weight: bold;
		margin-top: 5px;
	}
	.ui-advantage li p.p2{
		font-size: 12px;
		margin-top: 10px;
		line-height: 1.5em;
	}

	.ui-homeabout{
		
		padding: 20px 0px;
	}
	.ui-homeabout .ct p.p1{
		margin-top: 10px;
		font-size: 18px;
	}
	.ui-homeabout .ct p.p2{
		margin-top: 15px;
		font-size: 12px;
	}
	.ui-homeabout .ft{
		margin-top: 20px;
	}
	.ui-homeabout .ft li{
		width: 50%;
		margin-bottom: 20px;
	}
	.ui-homeabout .ft li > a > p.p1{
		
		font-size: 32px;
	}
	.ui-homeabout .ft li > a > p.p2{
		font-size: 14px;
	}
	.ui-homeabout .ft a.more{
		margin: 20px 0px;
	}
	.ui-homebrand a{
		padding: 0px 5px;
	}
	.ui-picnews{
		width: 100%;
		float: none;
		padding: 0px;
	}
	.ui-textnews li .hd{
		margin-right: 15px;
	}
	.ui-textnews li .hd p{
		line-height: 1.5em;
		padding: 0px 5px;
	}
	.ui-textnews li .hd p.p1{
		font-size: 16px;
	}
	.ui-textnews li .hd p.p2{
		font-size: 24px;
	}
	.ui-textnews li .hd p.p3{
		font-size: 14px;
	}
	.ui-textnews li .ct p.p1{
		white-space: inherit;
		font-size: 14px;
		line-height: 1.5em;
		height: 3em;
	}
	.ui-textnews li .ct p.p2{
		margin-top: 5px;
		font-size: 12px;
		line-height: 1.2em;
		height: 2.4em;
	}
	.ui-textnews li .ct p.p3{
		display: none
	}
	.promain{
		margin-top: 50px;
	}
	.protit{
		padding-top: 50px;
		font-size: 30px;
	}
	.protit::after{
		bottom: -15px;
	}
	.protype{
		margin-top: 50px;
	}
	.protype a{
		font-size: 12px;
		width: 46%;
		margin: 0 2% 10px;;
	}
	.ui-textnews{
		width: 100%;
		float: none;
		padding: 0px;
		margin-top: 20px;
	}
	.ui-textnews li p.p1{
		font-size: 14px;
	}
	
	.ui-title4{
		margin: 20px 0px;
	}
	.ui-title4 p.p1{
		font-size: 20px;
	}
	.ui-title4 p.p2{
		font-size: 14px;
		margin-top: 5px;
	}
	.ui-page p{
		font-size: 12px;
		line-height: 1.8em;
	}
	.ui-history{
		width: 100%;
	}
	.ui-history ul{
		margin: 0px;
	}
	.ui-history li{
		padding: 0px 0px;
		padding-bottom: 10px;
	}
	.ui-history li .hd{
		padding: 10px;
	}
	.ui-history li .hd p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.ui-history li .hd p::after{
		bottom: -10px;
	}
	.ui-history li .text{
		position: relative;
		padding: 0px;
	}
	.ui-history li a:hover p.p2{
		display: block;
	}
	.ui-history li .textbg .intro{
		display: block;
	}
	.ui-history li .textbg{
		padding: 10px;
	}
	.ui-history li .textbg p.p1{
		font-size: 20px;
		
		margin-top: 10px;
	}
	.ui-history li .textbg p.p2{
		font-size: 12px;
		font-weight: 700;
		line-height: 1.2em;
		margin-top: 10px;
	}
	.ui-history li .textbg .intro{
		font-size: 10px;
		line-height: 1.2em;
		margin-top: 10px;
	}
	.ui-brand{
		margin-top: 20px;
		margin-bottom: -20px;
	}
	.ui-brandlib{
		padding-bottom: 10px;
	}
	
	.ui-brandlib li{
		width: 33.33%;
		margin-bottom: 10px;
		padding: 0px 5px;
	}
	.ui-dszzc{
		width: 100%;
		margin-top: 20px;
		margin-bottom:0px;
	}
	.ui-dszzc .text,.ui-dszzc .img{
		width: 100%;
		float: none;
		padding: 0px;
		position: static;
		top: auto;
		left: auto;
	}
	.ui-dszzc .text{
		padding: 10px;
	}
	.ui-dszzc .text p{
		font-size: 12px;
		line-height: 1.5em;
	}
	.ui-dszzc .img img{
		width: 100%;
	}
	.ui-gltd{
		margin-top: 30px;
	}
	.ui-gltd ul{
		margin: 0px -5px;
	}
	.ui-gltd li{
		width: 50%;
		padding: 0px 5px;
		margin-bottom: 15px;
	}
	.ui-gltd li .text p.p1{
		font-size: 14px;
	}
	.ui-gltd li .text p.p2{
		font-size: 12px;
	}
	.ui-dy{
		margin: 20px 0px;
		width: 100%;
		padding: 10px;
		font-size: 12px;
		line-height: 1.5em;
	}
	.ui-qyry{
		margin-top: 30px;
	}
	.ui-qyry ul{
		margin: 0px ;
	}
	.ui-qyry li{
		padding: 0px;
		width: 100% !important;
		float: none;
		margin-bottom: 10px;
	}
	.ui-qyry li .text p.p1{
		text-align:center;
		font-size: 14px;
	}
	.ui-prolib li{
		padding: 10px 0px;
	}
	.ui-prolib .text,.ui-prolib .img{
		width: 100%;
		float: none;
		padding: 0px !important;
	}
	.ui-prolib .text p.p1{
		font-size: 16px;
	}
	.ui-prolib .text p.p1::after{
		bottom: -15px;
	}
	.ui-prolib .text .intro{
		font-size: 12px;
		margin-top: 25px;
		line-height: 1.5em;
	}
	.ui-prolib .text .more{
		margin-top: 10px;
		font-size: 12px;
	}
	.ui-prolib .img{
		margin-top: 10px;
	}
	.ui-protop{
		margin-top: 20px;
	}
	.ui-protop .text,.ui-protop .img{
		width: 100%;
		float: none;
		padding: 0px;
	}
	.ui-protop .text p.p1::after{
		bottom: -15px;
	}
	.ui-protop .text .intro{
		margin-top: 30px;
		font-size: 12px;
		line-height: 1.5em;
	}
	.ui-protop .img{
		margin-top: 10px;
	}
	.ui-protop .img img{
		width: 100%;
	}
	.ui-proimg{
		margin-top: 20px;
	}
	.ui-proimg .pro-tit{
		font-size: 14px;
	}
	.ui-proimg .pro-tit::after{
		bottom: -10px;
	}
	.ui-proimg .proimg-lib{
		margin-top: 20px;
	}
	.ui-proimg .proimg-lib ul{
		margin: 0px -5px;
	}
	.ui-proimg .proimg-lib li{
		width: 50%;
		margin-bottom: 10px;
		padding: 0px 5px;
	}
	.ui-proimg .proimg-lib li img{
		width: 100%;
	}
	.ui-protop .text p.p1{
		font-size: 16px;
	}
	.ui-title3{
		margin: 15px 0px 10px;
		font-size: 16px;
	}
	.ui-title3 span{
		font-size: 20px;
	}
	.ui-type{
		height: auto;
		padding: 5px 0px;
		margin-top: 10px;
		background: #fff;
	}
	.ui-type.fxd{
		width: 100%;
		padding: 5px 0px;
		margin-top: 0px;
		left: 0;
		top: 0;
	}
	.ui-type span{
		margin-bottom: 5px;
	}
	.ui-type a{
		font-size: 12px;
		padding: 0px 5px;
		height: auto;
		line-height: 2em;
	}
	.ui-type span.cur{
		border: none;
		background: #e8303f;
		color: #fff;
	}
	.ui-type span.cur a{
		color: #fff;
	}
	.ui-tit{
		margin: 10px 0px;
	}
	.ui-tit p.p1{
		font-size: 16px;
		
	}
	.ui-tit p.p1::after{
		bottom: -10px;
	}
	.ui-tit p.p2{
		margin-top: 20px;
		font-size: 12px;
	}
	.ui-gsjj{
		background: none;
		margin-bottom: 10px;
	}
	.ui-gsjj .text{
		width: 100%;
		padding: 10px;
		margin: 0px;
	}
	.ui-gsjj .text::after,.ui-gsjj .text::before{
		display: none;
	}
	.ui-gsjj .text p{
		font-size: 12px;
		line-height: 1.6em;
		margin-bottom: 10px;
	}
	.ui-gsjj .img{
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
	}
	.ui-gsjj .img img{
		width: 100%;
	}
	.ui-prolist{
		margin-top: 20px;
		padding: 10px;
	}
	.ui-prolist ul{
		margin: 0px;
	}
	.ui-prolist li{
		width: 100%;
		padding: 0px;
		margin-bottom: 10px;
	}
	.ui-prolist li .text{
		font-size: 14px;
		height: 32px;
		line-height: 32px;
		overflow: hidden;
	}
	.ui-proinfo{
		margin-top: 20px;  
	}
	.ui-proinfo .hd p{
		width: 100%;
	}
	.ui-proinfo .hd p.p1{
		font-size: 20px;
	}
	.ui-proinfo .hd p.p2{
		font-size: 12px;
		margin-top: 10px;
	}
	.ui-proinfo .hd p.p2::after{
		bottom: -10px
	}
	.ui-proinfo .hd a{
		position: relative;
		margin-top: 15px;
		display: inline-block;
	}
	.ui-proinfo .bt{
		padding: 0px;
		margin-top: 20px;
	}
	.ui-proinfo .bt .pro-img .carousel-inner{
		width: 100%;
	}
	.ui-proinfo .bt .pro-info{
		width: 100%;
		height: auto;
		position: relative;
		margin-top: 20px;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		min-height: inherit;
		padding: 15px;
		font-size: 12px;
	}
	.ui-proinfo .bt .pro-info h2{
		font-size: 14px;
		margin-bottom: 15px;
	}
	
	.ui-proinfo .bt .pro-img{
		position: relative;
	}
	.pro-img .carousel-control.left{
		left: 20px;
	}
	.pro-img .carousel-control.right{
		right: 20px;
	}
	.pro-img .carousel-control{
		color: #fff !important;
		font-size: 30px;
		text-shadow: 0 1px 2px rgba(0,0,0,.6) !important;
		
	}
	
	.pro-intro{
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.ui-proadv{
		padding: 0px;
	}
	.ui-pronav li a{
		font-size: 12px;
		padding: 0px;
		width: 100%;
	}
	.pro-content{
		padding: 10px;
	}
	.pro-content *{
		font-size: 12px;
	}
	.ui-pronav{
		height: 40px;
	}
	.ui-pronav li{
		line-height: 30px;
		text-align: center;
		width: 33.33%;
		margin: 0px;
	}
	.ui-buslist{
		margin-top: 15px;
	}
	.ui-buslist li{
		padding: 0px 0px 15px 0px;
	}
	.ui-buslist .view,.ui-buslist .text{
		float: none !important;
		width: 100% !important;
		padding: 0px !important;
	}
	
	.ui-buslist .text{
		margin-top: 10px;	
	}
	.ui-buslist .text > .hd p.p2{
		margin: 0px;
		font-size: 18px;
	}
	.ui-buslist .text > .ct{
		margin-top: 10px;
	}
	.ui-buslist .text > .ct p{
		font-size: 12px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	.ui-case{
		margin-top: 10px;
	}
	.ui-case li{
		width: 100%;
		margin-bottom: 20px;
	}
	.ui-case li .text{
		padding: 10px 5px 5px;
	}
	.ui-case li .text img{
		width: 40px;
		height: auto;
	}
	.ui-case li .text p.p1{
		font-size: 14px;
		margin: 5px 0px 10px 0px;
	}
	.ui-case li a:hover .text p.p1::after{
		width: 50px;
		margin-left: -25px;
		bottom: -8px;
	}
	.ui-case li .text p.p2{
		line-height: 1.8em;
		height: 5.4em;
	}
	.ui-newslib{
		width: 100%;
		margin: 10px auto;
	}
	.ui-newslib li{
		padding: 10px;
	}
	.ui-newslib li .hd{
		padding: 0px 10px 0px 0px;
		margin-right: 10px;
	}
	.ui-newslib li .hd p.p1{
		font-size: 20px;
	}
	.ui-newslib li .hd p.p2{
		font-size: 14px;
	}
	.ui-newslib li .ct p.p1{
		font-size: 12px;
	}
	.ui-newslib li .ct p.p2{
		font-size: 10px;
		margin-top: 5px;
		height: 1.5em;
	}
	
	.ui-newshow{
		width: 100%;
		margin-top: 15px;
	}
	.ui-newshow h1{
		font-size: 15px;
	}
	.ui-newshow .hd2{
		margin: 5px 0px;
	}
	.ui-newshow .hd2 a{
		display: none;
	}
	.ui-newshow .intro{
		font-size: 12px;
		line-height: 1.5em;
	}
	.ui-jobslist{
		margin-top: 20px;
	}
	.ui-jobslist table,
	.ui-jobslist tbody,
	.ui-jobslist tr,
	.ui-jobslist td{
		width: 100%;
		display: block;
	}
	.ui-jobslist table{
		border-bottom: none;
	}
	.ui-jobslist table tr{
		border-bottom: none;
	}
	.ui-jobslist table tr td{
		width: 100%;
		border-right: none;
	}
	.ui-jobslist .i{
		padding: 25px 0;
		border-bottom: 1px solid #d6d6d6;
	}
	.ui-jobslist .i p.p1{
		font-size: 16px;
	}
	.ui-jobslist .i p.p2{
		margin-top: 10px;
	}
	.ui-jobslist .i p.p2 a{
		width: 100px;
		height: 30px;
		line-height: 28px;
	}
	.ui-jobslist .i p.p2 a:after{
		width: 10px;
		height: 6px;
		margin-left: 5px;
		background-size: 100% 100%;
	}
	.ui-aboxjobs{
		width: 90%;
		margin-left: -45%;
		height: 90%;
		top: 5%;
		margin-top: 0;
		padding: 20px;
	}
	.ui-aboxjobs >a{
		width: 20px;
		height: 20px;
		top: 15px;
		right: 15px;
		background-size: 100% 100%;
	}
	.ui-aboxjobs >.hd h3{
		font-size: 20px;
	}
	.ui-aboxjobs >.hd p{
		font-size: 12px;
		margin-top: 5px;
		line-height: 1.5em;
		width: 50%;
		float: left;
	}
	.ui-aboxjobs >.hd p .wh60{
		display: block;
	}
	.ui-aboxjobs >.ct{
		font-size: 12px;
		line-height: 22px;
		clear: both;
	}
	.ui-aboxjobs >.ct p{
		font-size: 12px;
		line-height: 22px;
	}
	
	.ui-conlib{
		margin-top: 20px;
	}
	.ui-conlib li{
		width: 100%;
		margin-bottom: 10px !important;
	}
	.ui-conlib li a{
		height: auto;
	}
	.ui-conlib li .img,.ui-conlib li .text{
		width: 100% !important;
		float: none !important;
		
	}
	.ui-conlib li .text{
		padding: 10px !important;
	}
	.ui-conlib li .text .hd{
		font-size: 16px !important;
	}
	.ui-conlib li .text .hd::after{
		bottom: -10px;
	}
	.ui-conlib li .text .ct{
		margin-top: 20px;
		font-size: 12px;
	}
	
	.ui-guestbook{
		width: 100%;
		padding: 10px;
	}
	
	
	
	.ui-contactinfo{
		margin-top: 20px;
	}
	
	.ui-contactinfo table,
	.ui-contactinfo tbody,
	.ui-contactinfo tr,
	.ui-contactinfo td{
		width: 100%;
		display: block;
	}
	.ui-contactinfo{
			background: #fff;
			margin-top: 20px;
	}
	.ui-contactinfo table{
		width: 100%;
	}


	.ui-contactinfo table tr td{
		width: 100%;

	}
	
	
	.ui-caselist{
	margin-top: 10px;
}
.ui-caselist ul{
	margin: 0px;
}
.ui-caselist li{
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
}
.ui-caselist li a{
	display: block;
	background: #f5f5f5;
	overflow: hidden;
	padding: 10px;
}

.ui-caselist li .img img{
	width: 100%;
	
}
.ui-caselist li .text{
	margin-top: 15px;
}
.ui-caselist li .text p{
	line-height: 1em;
}
.ui-caselist li .text p.p1{
	font-size: 16px;
	color: #333;
}
.ui-caselist li .text p.p2{
	font-size: 14px;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	margin-top: 10px;
	color: #999
}
.ui-caselist li .text p.p3{
	display: inline-block;
	padding: 10px;
	margin-top: 10px;
	background: #999;
	color: #fff;
	font-size: 14px;
}

.ui-caselist li a:hover{
	background: #0d4da4;
}
.ui-caselist li a:hover p.p1,.ui-caselist li a:hover p.p2{
	color: #fff;
}
	
.ui-contactinfo .text{ padding: 0px;}
.ui-contactinfo .text >.hd p{
	line-height: 1em;
	color: #000000;

}
.ui-contactinfo .text >.hd p.p1{
	font-size: 24px;
	text-transform:uppercase;
	font-family: "Arial";
	font-weight: bold;
}
.ui-contactinfo .text >.hd p.p2{
	font-size: 16px;
	margin-top: 10px;
	color: #2e2e2e;
}
.ui-contactinfo .text >.ct{
	margin-top: 10px;
}
.ui-contactinfo .text >.ct p{
	border-bottom: 1px solid #ddd;
	line-height: 1.5em;
	padding: 12px 0px 12px 50px;
	font-size: 14px;
	color: #7d7d7d;
}
.ui-contactinfo .text >.ct p span{
	display: block;
	color: #000;
}	
	.pro-content img{
		width: 100% !important;
	}
	
	.ui-contactinfo .map{ width: 100%; height: 200px; margin-top: 20px;}
	
	.ui-caseshow{
		width: 100%;
		margin-top: 10px;
	}
	.ui-caseshow .hd{
		line-height: 2em;
		margin: 5px 0px;
	}
	.ui-caseshow .hd a{
		display: none;
	}
	.ui-caseshow h1{
		font-size: 20px;
	}
	.ui-caseshow .ct{
		font-size: 12px;
	}
	.ui-caseshow .ct b{
		font-size: 14px;
	}
	.ui-caseshow .it h2{
		font-size: 14px;
		margin-top: 5px;
	}
	.ui-caseshow .it .caseintro{
		font-size: 12px;
	}
	.ui-homepro ul li{
		width: 100%;
	}
	.ui-homenews{
		margin-bottom: -20px;
		padding: 10px 0px 0px;
	}
	.ui-homenews li{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.ui-homenews li .text{
		padding: 10px;
	}
	.ui-homenews li .text p.p1{
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 16px;
	}
	.ui-homenews li .text p.p2{
		margin-top: 10px;
		line-height: 1.6em;
		font-size: 12px;
	}
	.ui-proadv .hd span{
		font-size: 18px;
	}
	.ui-proadv .ct li{
		width: 100%;
		display: block;
		border: 0px;
		margin-bottom: 15px;
	}
	.pro-content .csimg{
	width: 100% !important;
	height: auto !important;
	display: block;
	border: 0px;
	float: none;
		margin-bottom: 10px;
}
	
	.modal-dialog{
		width: auto !important;
	}


	footer{
		margin-top: 20px;
	}
	footer .a{
		padding: 10px 0px;
	}
	footer .a .list ul{
		margin: 0px;
	}
	footer .a .list li{
		width: 33.33%;
		margin: 0px;
		padding: 0px 5px;
		text-align: center;
		margin-bottom: 10px;
	}
	footer .a .list li .i > p a{
		font-size: 12px;
		
	}
	footer .a .list li .ex{
		margin-top: 5px;
	}
	footer .a .list li .ex > p a{
		font-size: 10px;
	}
	footer .a .list li:nth-child(5){
		clear: both;
	}
	footer .a .list li:nth-child(1){
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		float: none;
	}
	footer .a .list li:last-child{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	footer .a .list li:nth-child(1) p.p1{
		margin-top: 10px;
	}

	footer .b{
		height: auto;
		padding: 5px 0px;
		line-height: 1.5em;
	}
	footer .b .l,footer .b .r{
		float: none;
		display: inline-block;
		font-size: 10px;
	}
}