/* å…¬å…±æ ·å¼è¡¨css */
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "microsoft yahei";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* å¿…è¦å¸ƒå±€æ ·å¼css */

.ui-header {
    height: 70px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: absolute;
    width: 100%;
    min-width: 1300px;
    z-index: 100;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(255, 255, 255, .6);
}

.ui-header-box {
    justify-content: space-between;
    height: 100%;
    padding: 0 30px;
}

.ui-header-logo {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    width: 140px;
    height: 64px;
    margin-top: 5px;
    float: left;
}

.ui-header-logo img {
    width: 140px;
    display: block;
    border: none;
    height: 56px;
}

.ui-header-nav dl dd ul {
    display: none;
    transition: all .3s ease;
    background-color: rgba(0, 32, 75, .6);
    transform: translateY(-4%);
    position: absolute;
    width: 114px;
    top: 73px;
    left: 0;
    padding: 10px 0;
}

.ui-header-nav {
    float: right;
    justify-content: flex-start;
    margin-right: 30px;
    height: 70px;
}

.ui-header-nav dl dd h3 {
    font-weight: normal;
}

.ui-header-nav dl dd {
    color: #333;
    display: block;
    line-height: 68px;
    padding: 0 22px;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    text-align: center;
    float: left;
}

.ui-header-nav dl dd ul li {
    height: 35px;
    line-height: 35px;
}

.ui-header-nav dl .on {
    border-bottom: 3px solid transparent;
    border-color: #00204c;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.ui-header-nav dl dd ul li a {
    color: #fff;
    font-size: 14px;
}

.ui-header-nav dl dd ul li a:hover {
    color: #00A2FF;
}

.ui-header-qq {
    float: right;
    margin-right: 30px;
}

.ui-header-qq a {

    display: block;
    height: 26px;
    line-height: 26px;
    padding-left: 30px;
    color: #fff;
    font-size: 16px;
    background-size: 23px;
    margin-top: 23px;
    height: 25px;
}

.ui-header-tel {
    float: right;
    margin-right: 30px;
}

@charset "utf-8"; @font-face {
    font-family: "pmzdbt";
    src: url("./pmzdbt.ttf");
}

.ui-header-tel a {
    background: url(../images/tel1.png) no-repeat left center;
    background-size: 100% 100%;
    width: 210px;
    padding-left: 38px;
    font-size: 20px;
    font-family: "microsoft yahei";
    color: #ff0000;
    cursor: initial;
    display: block;
    height: 70px;
}

.banner-bg {
    background-image: url(../images/banner1.png);
    width: 100%;
    opacity: 1;
    height: 400px;
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 0ms;
}

.banner-bg {
    background-position: center;
}


.fixed{
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
}


/*banner*/
.slider {position: relative;overflow: hidden;width: 100%; border-top: 3px solid #1F3F81; padding-top: 70px;}
.slideBox .hd {height: 10px;z-index:1; overflow: hidden;position: absolute;left: 50%;bottom: 20px;transform: translateX(-50%);z-index: 1;}
.slideBox .hd ul{ text-align:center;  padding-top:5px;  }
.slideBox .hd ul li {cursor:pointer;float: left;margin-right: 5px;width: 30px;height: 10px;line-height: 14px;text-align: center;background: #fff;}
.slideBox .hd ul .on {background: #00a2ff;color: #fff;}
.slideBox .bd{ position:relative; z-index:0; display: ; }
.slideBox .bd li img{width:100%; vertical-align:top;  } 
/*å·¦å³ç®­å¤´*/
.fullscreen .arrowbtn{display:block;width:55px;height:55px;position:relative;margin:-27% 3% 0 3%;;background:url(images/arrow.png) no-repeat;filter:alpha(opacity=40);opacity:0.4;z-index:1;}
.fullscreen .prev{background-position:left 0;float:left;}
.fullscreen .next{background-position:right 0;float:right;}
/*å°äºŽ1600å¤§äºŽ1200ç¨å¾®è°ƒæ•´ä¸‹å­—ä½“*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
   .nav ul li .f_a{font-size:14px}
   .nav ul li .s_navbox .s_a a{font-size:12px}
   .foot_top ul{margin-left:60px}
   .nav ul li .s_navbox .s_a{width:100%}
}


/*åˆä½œå®¢æˆ·*/
.hz{font-size: 0; padding: 0;}
.hz_t {
    padding: 0;
    min-height: 100px;
    position: relative;
    text-align: center;
    background: url(../images/5000.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;}
.hz_t a{ font-size:32px; color:#1b6cae;font-weight: bold;}
.hz_t em{display: block;font-size: 20px;color: #333; padding:5px 0 0;}
.hz_t i{color: #d80000;}
.hz_t span{ display:block;right: 0;}
.hz_t span a,.cp_rt01 span a,.cp_rt02 span a,.jz_t span a{ font-family:Arial, Helvetica, sans-serif;font-size: 12px;color: #1b6cae;text-transform: uppercase;font-weight: normal;}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3{display:none;}
.nbs-flexisel-container{position:relative;max-width:100%; margin: 50px 0;}
.nbs-flexisel-ul{position:relative;width:9999px;margin:0px;padding:0px;list-style-type:none;text-align:center;}
.nbs-flexisel-inner{
	overflow:hidden;float:left;width:100%;background:#ffffff;border:1px solid #ccc;

	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.nbs-flexisel-item{float:left;margin:0px;padding:0px;cursor:pointer;position:relative;line-height:0px;border-right:1px solid #ccc;}
.nbs-flexisel-item img{cursor:pointer;positon:relative;margin-top:10px;margin-bottom:10px;height:75px;}
/*** Navigation ***/
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{width:22px;height:22px;position:absolute;cursor:pointer;z-index:100;opacity:0.5;}
.nbs-flexisel-nav-left{left:10px;background:url(../images/button-previous.png) no-repeat;}
.nbs-flexisel-nav-right{right:5px;background:url(../images/button-next.png) no-repeat;}


.procpm{line-height: 50px; text-align: center; border-top: 1px solid #ccc; font-size: 14px;}
.fangda{width: 100%; height: 100%;overflow: hidden;}
.fangda img{cursor: pointer;  transition: all 0.6s; }
.fangda img:hover{transform: scale(1.4);}  


em, i {
    font-style: normal;
}
.ab_bg{ background:#f3f3f3; padding:50px 0 35px;font-size: 0; overflow:hidden;}
.about dl dt{float:right;}
.about dl dt img{ width:550px; padding:18px 0 0 18px;}
.about dl dd{ width:500px; float:left; padding:40px 0 0;}
.about dl dd h5{ background:url(../images/ab.png) no-repeat;width: 500px;height: 76px;overflow: hidden;}
.about dl dd h5 a{ font-size:28px; color:#333; padding:0 0 0 68px;}
.about dl dd h6{height: 54px;line-height: 54px;overflow: hidden; border-bottom:#dcdcdc 1px solid;}
.about dl dd h6 a{font-size: 20px;color: #333;}
.about dl dd p{ font-size:14px; color:#555; text-indent:2em; height:130px; line-height:26px; padding:15px 0 0; overflow:hidden;}

.nan_bg{ background:url(../images/nanti.png) repeat; padding:50px 0 65px;overflow: hidden;}
.nan_bt{ background:url(../images/nanti.png) no-repeat;height: 90px;text-align: center; background-size:100% 100% ; overflow: hidden;}
.nan_bt a{font-size: 32px;color: #d70000;}
.nan_bt i{color: #1b6cae;}
.nan_t{ padding:18px 0 36px;width: 1000px; display:inline-block;overflow: hidden;height: 57px;}
.nan_t ul li{width: 170px;float: left; padding:0 1px 0 0;}
.nan_t ul li a{font-size: 18px;color: #fff;display: block;float: left; background:url(Img/Index/nan_tbg01.gif) no-repeat;width: 170px;height: 57px;text-align: center;line-height: 50px;overflow: hidden;}
.nan_t ul li.cur a,.nan_t ul li a:hover{ background:url(Img/Index/nan_tbg02.gif) no-repeat;}
.nan_t span{display: block;float: right;width: 145px;text-align: center; background:url(Img/Index/nan_tbg01.gif) no-repeat;height: 57px;line-height: 50px;overflow: hidden;}
.nan_t span a{font-size: 18px;color: #fff;}
.nan_m{width: 1000px;height: 350px;background: #fff;}
.nan_m dl dt{width: 610px;height: 340px; padding:5px;float: left;}
.nan_m dl dt img{width: 610px;height: 340px;}
.nan_m dl dd{width: 325px; padding:30px 0 0 35px;float: left;}
.nan_m dl dd h5{height: 40px;line-height: 40px;overflow: hidden; border-bottom:#efefef 1px solid;}
.nan_m dl dd h5 a{font-size: 16px;color: #333;font-weight: normal;}
.nan_m dl dd p{font-size: 14px;color: #333;line-height: 24px; padding:18px 0 0;}
.nan_m dl dd .p1 a{padding-right:15px;font-size: 14px;color: #333;}
.nan_m dl dd p b{display: block;}
.nan_m dl dd span{display: block; padding:18px 0 0;}
.nan_m dl dd span img{width: 105px;height: 32px;}

/*å¹¿å‘Šæ¡*/

.product-tab {
	position: relative;
	z-index: 1;
	width: 906px;
	/* padding-top: 20px; */
	margin: 0 auto;
	text-align: center;
}

.product-tab:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.product-tab .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
	height: 2px;
	padding: 0;
	font-size: 0;
	overflow: hidden;
	background: #e8373d;
}

.product-tab li {
	float: left;
	width: 12.5%;
	/* padding-bottom: 35px; */
	font-size: 16px;
	line-height: 3;
	text-align: center;
	cursor: pointer;
	box-sizing: content-box;
}

.product-tab li img {
	display: inline-block;
	width: 45px;
	margin-right: 25px;
	vertical-align: middle;
}

.product-list {
	background: #ffffff;
	min-height: 350px;
	padding: 20px;
}

.product-list .product-item {
	margin: 10px auto;
	overflow: hidden;
}

.product-list .product-item .product-desc {
	width: 450px;
	float: left;
}

.product-list .product-item .product-desc h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
}

.product-list .product-item .product-desc p {
	height: 135px;
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}

.product-list .product-item .product-desc span {
	display: block;
	padding-top: 10px;
	font-size: 12px;
	color: #e8373d;
}

.product-list .product-item .product-desc .btn {
	width: 100px;
	height: 40px;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	text-align: center;
	border: 1px solid #9c9c9c;
	border-radius: 3px;
	transition: .5s background;
	display: inline-block;
	min-width: 80px;
	padding: 0 10px;
	cursor: pointer;
	background: #f6f6f6;
}

.product-list .product-item .product-desc .btn:hover {
	color: #fff;
	background: #e8373d;
	border-color: #e8373d;
}

.product-list .product-item .icon-list {
	width: 650px;
	float: right;
}

.product-list .product-item .icon-list li {
	float: left;
	width: 110px;
	margin: 0 0 75px 25px;
	text-align: center;
	margin-left: 0;
}

.product-list .product-item .icon-list li a:hover i,
.product-list .product-item .icon-list li a:hover p {
	color: #E31939!important;
}

.product-list .product-item .icon-list .iconfont {
	font-size: 50px;
	line-height: 1;
	color: #666;
	transition: all .2s;
}

.product-list .product-item .icon-list p {
	padding-top: 5px;
	font-size: 14px;
	color: #666;
}

/* TTSlider */
.TTSlider{width: 1170px;margin:30px auto;}
.TTSlider li{list-style-type:none;float:left;}
.TTSlider li img{border:none;}
.TTSliderTitle{background:#FAFAFA;height:40px;}
.TTSliderTitle ul{width:100%;}
.TTSliderTitle li{width:140px;height:40px;background: #1b6cae;position:relative;z-index:3;left:0; text-align:center}
.TTSliderTitle li div{border-top:1px solid #C3C5C7;left:0;right:0;top:0;bottom:0;position:absolute;width:140px; height:40px}
.TTSliderTitle .cur div{background: #d80000;color: #ffffff;text-align: center;z-index:3;border-bottom:none;height:40px; }
.TTSliderTitle li a{display:block;width:100%;float:left;height:100%;line-height:40px; text-decoration:none;overflow:hidden;*width:49%;font-size:16px; color:#ffffff}
.TTSliderTitle li a img{height:50px;margin:6px;width:50px}
/* TTSliderPic */
.TTSliderPic{width: 1170px;padding:13px 45px;border: 1px solid #ccc;position:relative;height:180px;z-index:1;}
.TTSliderPicList{position:relative;width:100%;overflow:hidden;height:180px;}
.TTSliderPic ul{position:absolute;display:none;top:3px;left:0}
.TTSliderPic ul.show{display:block;}
.TTSliderPic li img{height:150px }
.TTSliderPic li{height:150px;padding:0 10px;height:180px;}
.TTSliderPic li a{height:150px;overflow:hidden;}
.TTSliderPic li p{height:30px;line-height:30px;text-align:center;color:#ED0A0A}
.TTSliderPrevBtn,.TTSliderNextBtn{height:100%;width:45px;position:absolute;z-index:999;top:0;text-align:center;}
.TTSliderPrevBtn{left:0}
.TTSliderNextBtn{right:0;}
.TTSliderPrevBtn a,.TTSliderNextBtn a{height:30px;width:20px;display:inline-block;background:url(../images/btn.png) no-repeat;margin-top:75px}
.TTSliderNextBtn a{background:url(../images/btn.png) no-repeat -30px 0}




/*common*/
body{background:#eeeeee;}
a:hover{color:#fc8080;text-decoration:none;}
a:-webkit-any-link{text-decoration:none;}
.container{width:1200px;margin:0 auto;padding:0;}
.container:after{content:"";display:block;clear:both;}
.clearfix:after{content:"";display:block;clear:both;}
.fl{float:left;}
.fr{float:right;}
.tl{text-align:left;}
.tr{text-align:right;}
.tc{text-align:center;}
.color-white{color:white!important;}
.red{color:#fc8080!important;}
.fz12{font-size:12px;}
.fz14{font-size:14px;}
.wfs{width:100%;position:relative;}
.p_r{position:relative;}

.case_more{width: auto; height: 35px; background: #1b6cae; border: none; padding: 0 15px; color: #ffffff;}

/*æ‚¬æµ®é“¾æŽ¥*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#1b6cae;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#d80000;display:none;}

.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,0.5);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}




/* ---------------------- Parallax ---------------------- */
#parallax{
	background:url(../images/parallax.jpg) no-repeat;
	background-color:#1C2B40;
}
#parallax_two{
	background:url(../images/parallax-two.jpg) no-repeat;
}
#parallax_three{
	background:url(../images/parallax-three.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center center;
}
#parallax_four{
	background:url(../images/parallax-four.jpg) no-repeat;
}
#parallax, #parallax_two, #parallax_three, #parallax_four{
	background-attachment:fixed;
	width:100%;
	background-position:center center;
}

#parallax .parallax_inner i{
	font-size:50px;
}
#parallax .parallax_inner, #parallax .parallax_inner p, 
#parallax_two, #parallax_two p, #parallax_three p, #parallax_three,
#parallax_four, #parallax_four p, #parallax_four i{
	color:#fff;
}
#parallax_two .parallax_box span {
  background: #257dca;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 44px;
}
#parallax_three .btn-white:hover, #parallax_three .btn-white:focus{
	background:#fff;
	color:#222;
}
#parallax_four h2{
	font-size:42px;
}
#parallax_four h2 > strong{ color:#ffd119; font-size:60px;}
#parallax_four i{ display:inline-block; font-size:42px; margin-bottom:15px;}
#parallax_four .counters-item i{
	display:block;
	margin:0;
}
.btn_morepr{width: 260px; background: url(../images/btn_bg.png); height: 68px; border: none; color: #ffffff; font-size: 18px; display: block; margin: auto;}

.feature-area .single-item {
	background: #f5f5f5;
    padding: 30px;
    transition: all 0.2s ease-out 0s;
    height: 400px;
}
.icon48{font-size:48px}
.feature-area .single-item:hover {box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); background:#d80000; color:#ffffff}
.item-text > h3 {margin-bottom: 11px; font-size: 16px; margin-top: 20px;}
.item-text > p {margin: 0; font-size: 14px; line-height: 30px;}

.ui-title-page {
  position: relative;
  display: inline-block;
  margin-top: 0;
}

.ui-title {
  margin-bottom: 15px;
  font: 700 40px/1.3 Montserrat;
  color: #222;
}

.ui-title_lg {
  font-size: 48px;
  font-weight: 400;
}

.ui-title_light {
  color: #fff;
}

.ui-title-logo {
  margin-bottom: -40px;
  font: 700 90px/1 Montserrat;
  color: #f2f6f7;
  text-transform: uppercase;
}

.ui-title-logo_dark {
  color: #353535;
}

.ui-title-inner {
  font-size: 22px;
}

.ui-subtitle {
  margin-bottom: 4px;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
}

.ui-decor {
  margin-left: 9%;
  display: block;
  height: 1px;
  background: #fff;
}

@supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
  .ui-decor {
    height: 52px;
    -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%);
    clip-path: polygon(0 0, 100% 0, 96% 100%);
  }
}

@supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
  .ui-decor_mirror {
    -webkit-clip-path: polygon(0 0, 100% 0, 4% 100%);
    clip-path: polygon(0 0, 100% 0, 4% 100%);
  }
}

.ui-decor_down {
  top: auto;
  bottom: -1px;
}

@supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
  .ui-decor_down {
    -webkit-clip-path: polygon(4% 0, 100% 100%, 0% 100%);
            clip-path: polygon(4% 0, 100% 100%, 0% 100%);
  }
}

.ui-decor_center {
  right: 9%;
}

.ui-decor_full_width {
  left: 0;
}

.ui-decor_up {
  z-index: 10;
}

@supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
  .ui-decor_sm-h {
    height: 32px;
    -webkit-clip-path: polygon(0 0, 100% 0, 2.5% 100%);
            clip-path: polygon(0 0, 100% 0, 2.5% 100%);
  }
}

.ui-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ui-rating li {
  font-size: 10px;
  color: #ccc;
}

.ui-rating li.active {
  color: #ffce4a;
}

.ui-slider-nav {
  margin-top: 10px;
}

.ui-slider-nav .slick-slide {
  position: relative;
  margin-right: 20px;
}

.ui-slider-nav .slick-slide:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border: 4px solid #fff;
  background-color: #000;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ui-slider-nav .slick-slide.slick-current:after, .ui-slider-nav .slick-slide:hover:after {
  opacity: .75;
}

.ui-slider_dots-gray .slick-dots li button {
  margin-right: 10px;
  margin-left: 10px;
  opacity: 1;
  border-color: #eee;
  background-color: #eee;
}

.ui-slider_arr_btm-center .slick-arrow {
  top: auto;
  bottom: 0;
}

.ui-slider_arr_btm-center .slick-dots {
  bottom: 33px;
}

.ui-slider_arr_btm-center .slick-prev {
  left: calc(50% - 150px);
}

.ui-slider_arr_btm-center .slick-next {
  right: calc(50% - 120px);
}

.ui-slider_arr_gray .slick-arrow:after {
  background-color: #ccc;
}

.ui-slider_arr_gray .slick-arrow:before {
  border-color: #ccc;
}
.list_left{background: #f2f2f2;  box-shadow: 0 5px 10px rgba(0,0,0,0.5)}
.list_biaoti{height: 100px; width: 100%; background:url(../images/bg5.jpg) no-repeat; color: #ffffff; border-bottom: 3px solid #ffffff; text-align: center; line-height: 100px; font-size: 18px; font-weight: bold;}
.list_lebk{border-bottom:1px dashed #ccc; line-height: 50px; color: #666; font-size: 14px;}
.list_lebk :hover{background: #1047a1; color: #ffffff;}
.list_jiantou{float: right; text-align: right; padding-right: 15px;}
.dqwz{font-size: 14px; float: right; text-align: right; margin-bottom: 20px;}
.newsbo{width: 100%;box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px; height: 130px; margin-bottom: 15px;}
