@charset "utf-8";
/*============================ 初始化样式 ============================*/
*
{ margin:0; padding:0;  }
body
{color:#000; font-size:13px;  font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif; min-width:1200px;}
*html
{ background-image:url(about:blank);background-attachment:fixed;}
li
{ list-style:none;}
img
{ border:none;}
body a img
{ border:none;}
/*a:hover img
{opacity: 0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; }
*/
a
{ color: #000; text-decoration:none; blr:expression(this.onFocus=this.blur());}
a:focus
{ outline:none;} 
a:link
{ text-decoration:none;}
a:hover
{ color:#c40001; text-decoration:none; }
.clear:after
{content:''; display:block; clear:both; }
.clear
{ height:0px; clear:both; }
.text-cut  /*限制文字,文字超出显示冒号*/
{ overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;}
.t_center
{ text-align:center;}

.huiA
{ background:#f3f3f3; overflow:hidden; clear:both;}

.space10 { height:10px; clear:both; }
.space15 { height:15px; clear:both; }
.space20 { height:20px; clear:both; }
.space25 { height:25px; clear:both; }
.space30 { height:30px; clear:both; }

/*效果*/
.trans1
{ transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.trans5
{ transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; -webkit-transition:all 0.5s ease;}


/*图片放大*/
.fdapic
{ overflow:hidden;}
.fdapic img
{
-webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.4s ease;
-moz-transition:all 0.4s ease; -o-transition:all 0.4s ease;transition:all 0.4s ease;}
.fdapic:hover img
{ -webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}

/*按钮样式*/
.yu_a0
{ display:inline-block;  text-align:center; transition:all 0.4s ease;-moz-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; }

/*============================ 公共部分 ============================*/

/* 文章类别上下页 */
.waiyefanye
{ height:20px; text-align:center;  font-size:14px; padding:20px 0 10px 0;  clear:both;}
.waiyefanye span
{ color:#b60303;}
.waiyefanye a
{ line-height:16px; font-size:12px; text-indent:0px; color:#333;  margin-right: 5px; padding:5px 6px; display: inline-block; }
.waiyefanye a:hover
{color:#0370d1;  text-decoration:none;}

/* 文章上下篇 */
.wzfanye
{ line-height:25px;  padding:20px 0px;  clear:both; }
.wzfanye .wzfanyeA,.wzfanye .wzfanyeB
{ padding-left:0px; clear:both; font-size:12px; }
.wzfanye span
{font-weight:bold; }
.wzfanye a
{ text-decoration:none; }
.wzfanye a:hover
{ text-decoration:none; }

/*用于手机屏幕，大于480px小于640px
@media (min-width: 480px) and (max-width: 640px) {}*/

/* 数字上下页 */
.page_fanye
{ width:100%; height:auto; text-align:center; padding:40px 0 20px; margin:0 auto; overflow:hidden; clear:both;}
.page_fanye a
{ line-height:16px; font-size:12px; text-indent:0px; color: #666; font-weight:bold;  margin-right: 5px; padding:6px 10px; background:#fff;  border:1px solid #aaaaaa;  display: inline-block; }
.page_fanye span
{  height:24px; line-height:20px;  padding:0 10px 0 5px; display: inline-block;}
.page_fanye span input
{ width:30px; height:20px;}
.page_fanye a.page_home,.page_fanye a.page_home:hover,.page_fanye a.page_end,.page_fanye a.page_end:hover
{ width:60px;  color:#666666; }
.page_fanye .onpage,.page_fanye a:hover
{ color: #fff; background:#c40001;  border:1px solid #9a1d21;}


/*浮动QQ*/
.fdqq
{ width:70px; position:fixed; top:200px; right:0px;  z-index:20000;}
.fdqq ul li
{ height:70px; text-align:center; color:#fff; margin-bottom:3px;}
.fdqq ul li a
{ height:100%; display:block; color:#fff;}
.fdqq ul li span
{ height:26px; line-height:26px; display:block; padding-top:40px;}
.fdqq ul .li1
{ background:#c40001 url(img/qqt1.png) no-repeat center 10px;}
.fdqq ul .li2
{ background:#c40001 url(img/qqt2.png) no-repeat center 10px;}


/*========================================= 首页 =====================================*/
/*顶部*/
.headA
{ width:1200px; height:70px; margin:0 auto; overflow:hidden;}
.headA .logo
{ float:left;}
.headA .tel
{ float:right; margin-top:10px; padding-left:40px; background:url(img/t1.png) no-repeat left center;}
.headA .tel span
{ line-height:22px; color:#999; display:block; padding-top:5px;}
.headA .tel p
{ line-height:24px; font-size:18px; font-weight:bold; color:#c20201; padding-bottom:5px;}



/*导航*/
.navA
{ width:100%; height:40px; line-height:40px; background:#f6f6f6;}
.nav
{ width:1200px; margin:0 auto;}
.nav ul li
{ width:150px; text-align:center; float:left;}
.nav ul li a
{ font-size:16px; color:#333; display:block;} 
.nav ul li a:hover,.navA ul li.active a
{ background:#c40001; color:#fff}

/*==banner==*/
.banner 
{ height: 400px; overflow: hidden;  position: relative; }
.banner .cont 
{ position: absolute; left: 50%; top: 0; width: 1920px; margin-left: -960px; text-align: center; }

.vui-slider 
{ position:relative; overflow:hidden;background:#999; }
.vui-slider .vui-items
{ overflow:hidden; width:100%; height:100%;}
.vui-slider .vui-item 
{ display:none;	position:absolute; top:0; left:0; width:100%; height:100%;}
.vui-slider .vui-item a,.vui-slider .vui-item img 
{ display:block; padding:0; margin:0; border:none; }
.vui-slider .vui-buttons 
{ position:absolute; z-index:5; bottom:16px; left:50%; float:left; display:inline; filter:alpha(Opacity=80);-moz-opacity:0.8;	opacity: 0.8;}
.vui-slider .vui-button 
{ float:left; display:inline; overflow:hidden; height:12px; width:12px; margin:0 6px; padding:0; border:none; border-radius:50%;	border: 1px solid #fff;	box-sizing: border-box;	cursor:pointer;}
.vui-slider .vui-button-cur 
{ background-color:#fff;}
.vui-slider .vui-transfer 
{ display:none; position:absolute;	top:0;	left:0;	width:100%;	height:100%; z-index:3;}
.vui-slider .vui-prev 
{ position:absolute; top:50%; left:0; z-index:5; width:60px; height:150px; margin-top:-75px; border-radius:0 10px 10px 0;	cursor:pointer; filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
.vui-slider .vui-next 
{ position:absolute; top:50%; right:0; z-index:5; width:60px; height:150px;	margin-top:-75px;border-radius:10px 0 0 10px;	cursor:pointer;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
.vui-slider .vui-sidebutton-hover {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	opacity:0.4;
	background-color:#000;
}


/*优势*/
.oneA
{ height:100px; text-align:center; background:#e5e5e5;}
.oneA ul
{ width:1200px; margin:0 auto;}
.oneA ul li
{ height:100px; line-height:100px; font-size:16px; color:#666; padding:0 60px 0 40px; margin-left:40px; background:url(img/t2.png) no-repeat left center; display:inline-block; border-right:1px solid #d8d8d8;}
.oneA ul .li2
{ background:url(img/t3.png) no-repeat left center;}
.oneA ul .li3
{ background:url(img/t4.png) no-repeat left center;}
.oneA ul .li4
{ background:url(img/t5.png) no-repeat left center;}

/*主营业务*/
.titA
{ width:1200px; text-align:center; margin:0 auto; padding:35px 0; overflow:hidden;}
.titA h2
{ line-height:1; font-size:30px; color:#333; font-weight:normal;}
.titA p
{ line-height:22px; font-size:16px; color:#999; padding-top:13px;}

.oneB
{ width:1200px; margin:0 auto; overflow:hidden; padding:20px 0 70px;}
.oneB ul li
{ width:244px; text-align:center; padding-right:74px; float:left; position:relative; top:0px;}
.oneB ul li a
{ height:100%; display:block;}
.oneB ul li i
{ height:244px; display:block; overflow:hidden;}
.oneB ul li span
{ width:180px; height:34px; line-height:34px; display:inline-block; border:1px solid #ff4d4d; color:#ff4d4d; border-radius:17px; margin-top:17px;}

.oneB ul .li2 span
{ border:1px solid #414045; color:#414045;}
.oneB ul .li3 span
{ border:1px solid #3e5bd9; color:#3e5bd9;}
.oneB ul .li4 
{ padding-right:0px;}
.oneB ul .li4 span
{ border:1px solid #3da6d5; color:#3da6d5; }

.oneB ul li:hover
{ top:-10px;}
.oneB ul li a:hover span
{ background:#ff4d4d; color:#fff; }
.oneB ul .li2 a:hover span
{ background:#414045; }
.oneB ul .li3 a:hover span
{ background:#3e5bd9; }
.oneB ul .li4 a:hover span
{ background:#3da6d5; }



/*公司商城*/
.oneCbj
{ background:#f2f2f2; overflow:hidden;}
.oneC
{ width:1200px; margin:0 auto; overflow:hidden; padding:0px 0 35px;}
.oneC dl
{ width:240px; height:430px; float:left; position:relative; }
.oneC dl dt
{ width:100%; height:215px; overflow:hidden;}
.oneC dl dt img
{ width:100%;}
.oneC dl dd
{  height:215px; line-height:215px; font-size:22px; font-weight:normal; text-align:center; color:#fff; background:#feab1d; }
.oneC .dl2 dd
{ background:#7e4035;}
.oneC .dl3 dd
{ background:#0fbc2f;}
.oneC .dl4 dd
{ background:#2c3651;}
.oneC .dl5 dd
{ background:#bf0302;}
.oneC dl:hover dd
{ background:#ef9803;}
.oneC .dl2:hover dd
{ background:#62271d;}
.oneC .dl3:hover dd
{ background:#039b1f;}
.oneC .dl4:hover dd
{ background:#1b2542;}
.oneC .dl5:hover dd
{ background:#970504;}

.oneC .dlA dt
{ position:absolute; left:0px; bottom:0px; }

/*大师名作*/
.oneDbj
{ background:#ffefef; padding-bottom:50px; overflow:hidden;}
.oneD_t
{ width:1200px; margin:0 auto; padding:44px 0 24px;}
.oneD
{ width:1200px; 
margin:0 auto; 
overflow:hidden; 
/*padding-bottom:55px;*/
	
}
.oneD ul
{ width:9999999px;}
.oneD ul li
{ width:228px; height:340px; text-align:center; float:left; background:#fff; margin-right:15px;}
.oneD ul li a
{ height:100%; display:block;}
.oneD ul li i
{ height:212px; display:block; overflow:hidden; }
.oneD ul li i img
{ width:100%;}
.oneD ul li h3
{ height:28px; line-height:28px; font-size:16px; font-weight:normal; padding:10px 10px 0;}
.oneD ul li .p1
{ height:24px; line-height:24px; color:#666; padding:0 10px;}
.oneD ul li .p2
{ line-height:24px; color:#999; padding:5px 10px 0;}
.oneD ul li .p2 span
{ color:#e10000; padding-left:5px;} 
.oneD ul li:hover
{ 
-moz-box-shadow:0px 0px 10px #969696;
-webkit-box-shadow:0px 0px 10px #969696;
box-shadow:0px 0px 10px #969696;
}
.oneD .swiper-pagination-bullet
{ width:15px !important; height:15px !important; background:none !important; border:1px solid #c1c1c1 !important; border-radius:50% !important; opacity: 1 !important;}
.oneD  .swiper-pagination-bullet-active
{ background:#c1c1c1 !important; }

/*服务机构*/
.oneE_t
{ width:1200px; text-align:center; margin:0 auto; overflow:hidden; padding:50px 0 70px;}
.oneE_t h2
{ line-height:1; font-size:30px; color:#e20001; font-weight:normal;}
.oneE_t p
{ padding:20px 0 20px;}
.oneE
{ width:1200px; margin:0 auto; overflow:hidden; padding-bottom:55px;}
.oneE ul li
{ width:200px; float:left; padding-right:132px;}
.oneE ul .liA
{ padding-right:0;}
.oneE ul li i 
{ height:124px; display:block; text-align:center;}
.oneE ul li i img
{
transform:rotate(0deg);
transition:all 0.5s ease; 
-moz-transition:all 0.5s ease; 
-ms-transition:all 0.5s ease; 
-o-transition:all 0.5s ease; 
-webkit-transition:all 0.5s ease;
}


.oneE ul li h3
{ line-height:54px; font-size:24px; font-weight:normal; text-align:center; padding-top:30px;}
.oneE ul li p
{ line-height:22px; color:#666; padding-top:10px;}

.oneE ul li:hover i img
{
transform:rotate(360deg);
}

.syggao
{ height:335px; }

/*新闻*/
.oneF
{ width:1200px; margin:0 auto; overflow:hidden; padding-bottom:80px;}
.oneF1
{ width:617px; height:370px; float:left; overflow:hidden; position:relative;}
.oneF1 ul
{ width:99999px;}
.oneF1 ul li
{ width:614px; height:370px; float:left; overflow:hidden;}
.oneF1 ul li img
{ width:100%;}

.oneF1 .hd
{ width:100%; text-align:right; position:absolute; bottom:20px; right:20px;}
.oneF1 .hd li
{ width:14px; height:14px; text-indent:9999px; display:inline-block; background:#46433e; border-radius:50%; margin-right:5px;}
.oneF1 .hd li.on
{ background:#8c8783;}

.oneF2
{ width:560px; float:right;}
.oneF2 ul li
{ border:1px solid #d9d9d9;  margin-bottom:6px;}
.oneF2 ul li h3
{ height:28px; line-height:40px; font-size:20px; color:#888; font-weight:normal;}
.oneF2 ul li p
{ height:44px; line-height:22px; color:#888; padding-top:5px; overflow:hidden;}
.oneF2 ul li a
{ height:100%; display:block; padding:20px;}
.oneF2 ul li a:hover
{ background:#df8181;}
.oneF2 ul li a:hover h3,.oneF2 ul li a:hover p
{ color:#fff;}

/*友情链接*/
.flinkA
{ background:#919191;}
.flink
{ width:1200px; line-height:30px; margin:0 auto; padding:6px 0; overflow:hidden;}
.flink span
{ width:80px; display:block; float:left; font-size:16px; color:#fff;}
.flink p
{ width:1110px; float:right;}
.flink p a
{ height:30px; padding:0 10px; display:block; color:#fff; float:left;}

/* 底部 */
.foot
{  background:#444444; padding:24px 0; clear:both; overflow:hidden; border-top:3px solid #555;}
.footA
{ width:1200px; color:#fff; margin:0 auto; overflow:hidden;}
.footA1
{ width: 320px; background:url(img/logo2.png) no-repeat left center; height:100px; float:left; border-right:1px solid #5c5c5c; margin:20px 0;}
.footA2
{ width:580px; line-height:30px; padding-left:45px; float:left; }
.footA3
{ background:url(img/t18.png) no-repeat left center; padding-left:35px; margin-top:50px; float:right;}
.footA3 span
{ height:24px; line-height:24px; color:#959595; display:block;}
.footA3 p
{ font-size:24px; color:#c20000;}

/*=============================关于我们==================================*/
.ny_ban
{ height:300px; clear:both;}

/*栏目*/
.lanmuA
{ overflow:hidden; padding:20px 0;}
.lanmuA ul 
{ width:1200px; margin:0 auto; text-align:center;}
.lanmuA ul li
{ height:30px; line-height:30px; margin:3px; display:inline-block;}
.lanmuA ul li a
{ height:30px; display:block; padding:0 25px; border:1px solid #333;}
.lanmuA ul li.active a,.lanmuA ul li a:hover
{ background:#c40001; color:#fff; border-color:#c40001; }


.about
{ width:1200px; line-height:2; margin:0 auto; overflow:hidden; padding:50px 0;}

/*===========================联系我们=================================*/

.contactPage
{ width:1200px; overflow:hidden; padding-top:54px; padding-bottom:20px; margin:0 auto;  color:#858585;}
.contactLeft 
{ width:596px; float:left;}
.contactLeft li
{ width:264px; padding-left:34px; line-height:24px; background-repeat:no-repeat; background-position:left center; float:left; display:inline; margin-bottom:38px;}
.contactLeft li.ic1
{ background-image:url(img/c20.png);}
.contactLeft li.ic2
{ background-image:url(../images/c23.png);}
.contactLeft li.ic3
{ background-image:url(img/c21.png);}
.contactLeft li.ic4
{ background-image:url(img/c24.png);}
.contactLeft li.ic5
{ background-image:url(img/c22.png);}

.contactRight
{ padding-left:27px; width:576px; border-left:1px solid #e6e6e6; line-height:30px; float:right;}
.contactRight h2
{ font-size:16px; color:#5c5b5b; margin-bottom:19px;}

.map
{ width:1190px; height:449px; margin:0 auto 40px; border:solid 5px #eaeaea;}

/*========================================= 新闻中心 =====================================*/
.news
{ width:1200px; overflow:hidden; margin:40px auto 50px;}
.news ul
{ overflow:hidden;}
.news li
{ color:#666666; font-size:14px; padding-top:28px; height:100px; border-bottom:1px solid #e5e5e5;}
.news li time
{ width:60px; height:64px; padding:0px 0px 10px 0px; margin-right:18px; line-height:35px; text-align:center; font-family:Arial; float:left; font-size:14px; background:#efefef;}
.news li time span
{ font-size:30px; color:#fff; line-height:40px; display:block; background:#cdcdcd;}
.news li h3
{ font-size:16px; color:#333333; line-height:30px; font-weight:normal;}
.news-about li p
{ line-height:26px;}

/*========================================= 新闻详情 =====================================*/
.news_info
{ width:1200px; overflow:hidden; margin:40px auto;} 
.info_title
{ text-align:center; padding:10px 0 0; }
.info_title h1
{ font-weight:normal; font-size:22px; color:#333; display:block; line-height:50px;}
.info_laiyuan
{ font-size:12px; color:#bbbbbb; display:block; text-align:center; border-bottom:solid 1px #f1f1f1; padding-bottom:20px;}
.info_text
{ padding:30px 0px; color:#666; line-height:30px; font-size:14px; border-bottom:solid 1px #ebebeb; }
.info_text img
{ max-width:100%;  }
.info_picA
{ padding:10px; text-align:center;}
.info_picA img
{ max-width:100%;  width: expression(this.width > 720 ? 720: true)}


/*===========================汽车典当=================================*/
.weizhiA
{ width:1200px; height:50px; line-height:50px; text-indent:30px; margin:0 auto; background:url(img/t19.png) no-repeat left center;}


.qiche
{ width:1200px; overflow:hidden; margin:0px auto 30px;}
.qiche dl
{ overflow:hidden; border-bottom:#d8d8d8 1px dotted; padding:30px 0;}
.qiche dl dt
{ width:350px; height:210px; float:left; overflow:hidden;}
.qiche dl dt img
{ width:100%;}
.qiche dd
{ width:810px; float:right;}
.qiche dd h3
{ font-size:24px; font-weight:normal; color:#333; padding:10px 0; display:inline-block; border-bottom:2px solid #c40001}
.qiche dd p
{ height:72px; overflow:hidden; display:block; line-height:24px; color:#666; padding:15px 0 20px; overflow:hidden;}
.qiche dd .a1
{ width:165px; height:33px; line-height:33px; text-align:center; color:#c0c0c0; display:block;  border:1px solid #c0c0c0;}
.qiche dd .a1:hover
{ background:#fa540c; border-color:#fa540c;  color:#fff;}

/*=汽车典当详情========*/
.qicheB
{ width:1200px; line-height:2; margin:0 auto; overflow:hidden; padding:20px 0 50px;}

/*===========================手机数码典当=================================*/

.pro
{ padding-top:30px;}
.pro ul
{ width:100%;}
.pro ul li
{ margin-bottom:30px;}
.pro ul .liA
{ margin-right:0px;}

/*===========================手机数码典当详情=================================*/
.proA
{ width:1200px; margin:0 auto; overflow:hidden; padding-bottom:30px;}
.proA1
{ width:400px; float:left;}
.proA1_p
{ width:400px; text-align:center; height:372px;  overflow:hidden;}
.proA1 img
{ width:100%;}
.proA1_n
{ padding-top:10px; overflow:hidden;}
.proA1_n ul
{ width:420px;}
.proA1_n ul li
{ width:129px; height:120px; float:left;  border:2px solid #fff; cursor:pointer; }
.proA1_n ul li.on
{ border:2px solid #c40001; }

.proA2
{ width:770px; float:right;}
.proA2 h2
{ height:50px; line-height:50px; font-size:20px; border-bottom:2px solid #c40001; display:inline-block; }
.proA2 .p1
{ font-size:18px; color:#c40001; padding:20px 0;}
.proA2 ._n
{ line-height:2; color:#666;}

/*详情*/
.proB_t
{ width:1200px; height:36px; border-bottom:1px solid #ccc; margin:0 auto;}
.proB_t h3
{ height:36px; line-height:36px; font-size:16px; font-weight:normal; padding:0 30px; background:#fff;  border:1px solid #ccc; border-bottom:1px; float:left; position:relative; top:1px;}

.proB
{ width:1200px;  line-height:2; padding:40px 0; margin:0 auto; overflow:hidden;}

.proC_t
{ width:1200px; height:70px; line-height:70px;  margin:0 auto;}
.proC_t h3
{ font-size:20px; color:#c40001; font-weight:normal;}

.proC
{ padding:0px 0 20px;}

/*========================================= 留言 =====================================*/
.liuyan
{ width:500px; margin:30px auto 50px; padding:30px; border-radius:15px; overflow:hidden; background:#fff;}
.liuyan dl
{ width:100%; overflow:hidden;}
.liuyan dl dt,.liuyan dl dd
{ border:1px solid #999; margin:0 3px 10px; float:left; }
.liuyan dl dt
{ width:80px; height:36px; text-align:center; line-height:36px;}
.liuyan dl dd
{ width:400px; height:36px;}
.liuyan dl .dd2
{ height:auto;}

.liuyan table tr .td1
{ height:36px; line-height:36px;}
.liuyan .td1
{ text-align:right;}
.liuyan .put1
{ width:90%; height:36px; line-height:36px; padding:0 10px; border:none;}
.liuyan .tput1
{ width:90%; height:120px; padding:10px;  border:none;}

.liuyan .tiA
{ width:150px; height:36px; line-height:36px; display:block; text-align:center; color:#fff; background:#c40001; margin:20px auto 0; border:none; cursor:pointer;}


.moreA
{ width:1200px; text-align:center; margin:0 auto; padding-bottom:20px; overflow:hidden;}
.moreA a
{ width:130px; height:30px; line-height:30px; color:#c40001; display:inline-block; border:1px solid #c40001;}
.moreA a:hover
{ background:#c40001; color:#fff;}