﻿/*js代码(www.jsdaima.com)是IT资源下载及IT技能学习平台。我们拒绝滥竽充数，只提供精品IT资源！*/
@charset "utf-8";
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select {
  margin: 0;
  padding: 0;
  border: 0;
}
table {
  border-collapse: collapse;
}
body {
  font-size: 14px;
  color: #333;
  font-family: "微软雅黑";
  overflow-x: hidden;
  background: #fff;
  min-width: 1200px;
}
img,
a {
  border: 0;
  text-decoration: none;
  color: #333;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.width1100 {
  width: 1100px;
  margin: 0 auto;
}
input:focus {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.he1 {
  height: 10px;
}
.he2 {
  height: 20px;
}
.he4 {
  height: 40px;
}
.font14 {
  font-size: 14px;
}
.font12 {
  font-size: 12px;
}
.all {
  text-align: left;
}
.alc {
  text-align: center;
}
.alr {
  text-align: right;
}
.bggray {
  background: #eeeeee;
}
.fcolor {
  color: #b50100;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
/*--------------Common Start-----------------------*/

/*top顶部*/
.top {
  background: url(../images/tline.jpg);
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #333333;
}
.hello {
  height: 30px;
  line-height: 30px;
}
.tright {
  height: 20px;
  line-height: 20px;
  margin: 5px 0;
  float: left;
  width: 50%;
}
.tright a {
  color: #333333;
  display: block;
  width: 80px;
  text-align: center;
  border-right: 1px solid #ccc;
  float: right;
}
.tright a:first-child {
  border-right: 0;
}
/*logo&&nav*/
.head {
  width: 1100px;
  height: 115px;
  margin: 0 auto;
}
.head .logo {
  background: url("../images/logo.png") no-repeat center;
  width: 290px;
  height: 115px;
  float: left;
}
.head .logo a,
.head .logo a h1 {
  display: block;
  height: 100%;
  text-indent: -9999px;
}
.head .nav {
  width: 785px;
  height: 115px;
  margin-left: 25px;
  float: left;
}
.head .nav .intel {
  width: 315px;
  margin-top: 20px;
  height: 50px;
  float: right;
}
.head .nav .intel img {
  float: right;
  width: 35px;
  height: 35px;
}
.head .nav .intel span {
  display: block;
  float: right;
  font-size: 24px;
  color: #086de1;
  height: 35px;
  width: 180px;
  text-align: right;
}
.head .nav ul {
  height: 45px;
}
.head .nav li {
  float: left;
  position: relative;
  width: 95px;
  height: 28px;
  line-height: 28px;
}
.head .nav li a {
  display: block;
  width: 100%;
  float: left;
  font-size: 15px;
  color: #161616;
  text-align: center;
}
.head .nav li a:hover,
.head .nav li a.hover {
  background: #086de1;
  color: #ffffff;
  border-radius: 25px;
}
/*.nav li .chilNav {
	position: absolute;
	border-top: 5px solid #fff;
	left: -8px;
	width: 120%;
	top: 30px;
	z-index: 999;
	background: #db372b;
	display: none;
}
.nav li .chilNav a {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
}*/

/*分页*/
.fenye {
  text-align: center;
  margin: 20px 0 30px;
}
.fenye ul {
  height: auto;
  overflow: hidden;
}
.fenye span,
.fenye a {
  display: inline-block;
  padding: 0 9px;
  margin: 0 2px;
  background: #ddd;
  border-radius: 2px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #000;
}
.fenye span.current {
  background: #086de1;
  color: #fff;
}
.fenye span.all,
.fenye span.pageindex {
  display: none;
}
.fenye a:hover {
  background: #086de1;
  color: #fff;
}
/*footer*/
.footer {
  width: 100%;
  height: 170px;
  background: #303440;
  color: #fff;
  line-height: 22px;
}
.footer a {
  color: #fff;
}
.footLeft {
  float: left;
  width: 820px;
  padding: 25px 50px;
}
.footLeft ul {
  height: 30px;
  border-bottom: 1px #575960 solid;
}
.footLeft ul li {
  float: left;
  height: 20px;
  line-height: 20px;
  width: 10%;
  margin: 0 5px;
  text-align: center;
  border-right: 1px solid #fff;
}
.footLeft ul li:first-child {
  width: 7%;
}
.footLeft ul li:last-child {
  border-right: 0;
}
.footLeft ul li span {
  margin: 0 13px;
}
.footLeft .copyright {
  margin-top: 15px;
  line-height: 25px;
}
.footRight {
  background: #086de1;
  float: right;
  width: 180px;
  height: 140px;
  padding-top: 30px;
}
.footRight img {
  width: 120px;
  height: 120px;
  margin: 0 30px;
}
/*--------------Common end-----------------------*/

/*--------------Index start-----------------------*/

/*轮播图*/
.ibanr {
  height: 850px;
  position: relative;
}
.ibanr .img {
  width: 100%;
  height: 850px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.ibanr .img li {
  width: 100%;
  height: 850px;
  float: left;
  background: no-repeat center;
  background-size: cover;
}
.ibanr .img li a {
  display: block;
  width: 100%;
  height: 450px;
}
.ibanr .page {
  position: absolute;
  bottom: 3%;
  z-index: 20;
  text-align: center;
  left: 45%;
}
.ibanr .page span {
  background: #ffffff;
  float: left;
  display: inline-block;
  width: 30px;
  height: 5px;
  display: block;
  margin: 0 5px;
  *zoom: 1;
  text-indent: 0;
  cursor: pointer;
}
.ibanr .page span.current {
  background: #086de1;
}
/*contNav*/
.contNav {
  height: 45px;
  line-height: 45px;
  background: url("../images/futbg.png");
}
.contNav .newfut {
  width: 1065px;
  height: 45px;
  line-height: 45px;
  background: url("../images/fut.png") no-repeat 0px;
  padding-left: 35px;
  margin: 0 auto;
}
.contNav .newfut strong {
  float: left;
  font-size: 16px;
  color: #086de1;
}
.contNav .newfut #newsfut {
  float: left;
  width: 90%;
  margin-left: 20px;
  height: 45px;
}
.contNav .newfut #newsfut a {
  color: #333;
}
/*车辆买卖*/
.insale {
  width: 100%;
  height: 375px;
  padding: 40px 0;
}
.insale .catname {
  width: 510px;
  margin: 0 auto;
}
.insale .catname .width300 {
  width: 295px;
  height: 80px;
  margin: 0 auto;
}
.insale .catname .width300 .prostr {
  display: block;
  color: #eeeced;
  font-size: 26px;
  text-align: center;
}
.insale .catname .width300 .proem {
  display: block;
  font-size: 26px;
  color: #030008;
  text-align: center;
  float: left;
  width: 110px;
}
.insale .catname .width300 .xian {
  height: 1px;
  background: #5b5b5b;
  float: left;
  width: 80px;
  margin: 20px 5px;
}
.insale .catname .desc {
  font-size: 14px;
  color: #656a6a;
}
.insale .salelist {
  margin: 35px 0;
  width: 1100px;
  overflow: hidden;
}
#indemos {
  float: left;
  width: 800%;
}
#demos1 {
  float: left;
}
#demos2 {
  float: left;
}
.insale .salelist li {
  float: left;
  margin-right: 20px;
  width: 260px;
}
.insale .salelist li:last-child {
  margin-right: 0;
}
.insale .salelist li a {
  display: block;
}
.insale .salelist li a img {
  width: 260px;
}
.insale .salelist li span {
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
/*运输线路*/
.inline {
  width: 100%;
  height: 270px;
  padding: 35px 0;
}
.inline .catname {
  width: 330px;
  float: left;
}
.inline .catname .prostr {
  display: block;
  color: #eeeced;
  font-size: 26px;
}
.inline .catname .proem {
  display: block;
  font-size: 26px;
  color: #030008;
  width: 110px;
}
.inline .catname .desc {
  font-size: 14px;
  color: #656a6a;
  margin: 10px 0;
  line-height: 25px;
}
.inline .catname .more {
  display: block;
  width: 130px;
  height: 37px;
  line-height: 37px;
  background: #086de1;
  text-align: center;
  color: #ffffff;
}
.inline .linelist {
  margin-left: 70px;
  width: 700px;
  float: left;
}
.inline .linelist li {
  width: 245px;
  height: 75px;
  float: left;
  padding: 20px 35px;
  border: 3px solid #ebebeb;
  margin: 0 40px 25px 0;
}
.inline .linelist li:nth-child(2n) {
  margin-right: 0;
}
.inline .linelist li a {
  display: block;
  width: 100%;
  height: 100%;
}
.inline .linelist li i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 15px 0;
  float: left;
  background: url("https://www.861ppt.com/89/skin/images/car.jpg") no-repeat;
}
.inline .linelist li .desc {
  float: left;
  margin-left: 10px;
}
.inline .linelist li .desc span {
  font-size: 17px;
  color: #49494d;
}
.inline .linelist li .desc p {
  font-size: 14px;
  color: #969390;
  line-height: 25px;
}
/*公司介绍*/
.inabout {
  width: 100%;
  height: 468px;
  padding: 25px 0;
  background: url("https://www.861ppt.com/89/skin/images/about.jpg") no-repeat
    center;
}
.inabout .inaboutdesc .desc {
  float: right;
  width: 550px;
  color: #474747;
  font-size: 16px;
  line-height: 25px;
}
.inabout .inaboutdesc .desc .catname {
  padding: 15px 0;
}
.inabout .inaboutdesc .desc .catname span {
  display: block;
  font-size: 26px;
  color: #fff;
  line-height: 33px;
}
.inabout .inaboutdesc .desc p {
  display: block;
  padding: 5px 0;
  line-height: 25px;
  color: #ffffff;
}
.inabout .inaboutdesc .desc a.more {
  display: block;
  float: right;
  margin-top: 20px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #086de1;
  text-align: center;
}
/*newscontact*/
.innewconcat {
  height: 425px;
  padding: 60px 0;
}
.innew {
  width: 710px;
  float: left;
}
.innew .innewcat {
  height: 80px;
  border-bottom: 2px solid #eeeced;
}
.innew .innewcat .catname {
  width: 625px;
  float: left;
}
.innew .innewcat .catname span {
  font-size: 26px;
  display: block;
}
.innew .innewcat .catname span:first-child {
  color: #eeeced;
}
.innew .innewcat .more {
  display: block;
  width: 85px;
  height: 70px;
  line-height: 70px;
  float: left;
  font-size: 16px;
  color: #030008;
  text-align: right;
}
.innew .innewconlist {
  margin: 25px 0;
}
.innewconlist li.fsecond {
  height: 90px;
  border-bottom: 1px dashed #eeeced;
}
.innewconlist li.fsecond a i {
  display: block;
  width: 67px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  font-style: normal;
  background: #086de1;
  color: #fff;
  font-size: 40px;
  float: left;
  margin: 12px 0;
}
.innewconlist li.fsecond a .desc {
  width: 623px;
  margin-left: 20px;
  float: left;
  margin-top: 10px;
}
.innewconlist li.fsecond a .desc span {
  font-size: 16px;
  color: #086de1;
}
.innewconlist li.fsecond a .desc p {
  display: block;
  margin-top: 5px;
  line-height: 22px;
  font-size: 12px;
  color: #8d8c8c;
}
.innewconlist li.last {
  height: 35px;
  border-bottom: 1px dashed #eeeced;
}
.innewconlist li.last i {
  display: block;
  width: 30px;
  height: 35px;
  background: url("../images/dian.png") no-repeat 6px 8px;
  -webkit-background-size: 20px;
  background-size: 20px;
  float: left;
}
.innewconlist li.last span {
  display: block;
  width: 560px;
  float: left;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  color: #131313;
}
.innewconlist li.last time {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  float: left;
  color: #b2b2b2;
}
.incontact {
  width: 360px;
  margin-left: 30px;
  float: left;
}
.incontact .incontactcat {
  height: 80px;
  border-bottom: 2px solid #eeeced;
}
.incontact .incontactcat .catname {
  width: 255px;
  float: left;
}
.incontact .incontactcat .catname span {
  font-size: 26px;
  display: block;
  color: #333;
}
.incontact .incontactcat .catname span:first-child {
  color: #eeeced;
}
.incontact .incontactcat .more {
  display: block;
  width: 85px;
  height: 70px;
  line-height: 70px;
  float: left;
  font-size: 16px;
  color: #030008;
  text-align: right;
}
.incontact .fimg {
  margin: 20px 0;
}
.incontact span {
  font-size: 18px;
  color: #086de1;
}
.incontact ul {
  margin-top: 10px;
  padding-left: 32px;
  background: url("../images/incontacticon.png") no-repeat -10px 12px;
}
.incontact ul li {
  height: 45px;
  line-height: 45px;
}
/*友情链接*/
.link {
  width: 100%;
  height: 20px;
  line-height: 20px;
  background: #efefef;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 18px;
  color: #086de1;
  font-weight: bold;
}
.link strong {
  padding: 0 20px;
  border-right: 1px solid #086de1;
}
.link a {
  font-weight: normal;
  font-size: 14px;
  color: #403f3f;
  margin: 0 20px;
}
/*--------------Index end-----------------------*/

/*--------------Info start-----------------------*/

/*content*/
.content {
  padding: 40px 0;
}
.contLeft {
  float: left;
  width: 165px;
}
.content .contLeft .leftNav dl {
  background: #086de1;
  padding: 0;
}
.content .contLeft .leftNav dt {
  height: 60px;
  line-height: 60px;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.content .contLeft .leftNav dd {
  width: 165px;
}
.content .contLeft .leftNav dd a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.content .contLeft .leftNav dd a.thiscursor,
.content .contLeft .leftNav dd a:hover {
  background: #004593;
  color: #fff;
}
.content .contLeft .leftNav dd a i {
  width: 30px;
  float: left;
  display: block;
  height: 40px;
  line-height: 40px;
  background: url(../images/icon.png) no-repeat 5px -44px;
}
.content .contLeft .leftNav dd a span {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.content .contLeft .left_new {
  background: #086de1;
  padding-bottom: 15px;
}
.content .contLeft .left_new_tit {
  width: 155px;
  margin-left: 10px;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 8px;
  padding-top: 15px;
}
.content .contLeft .left_new_tit span {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  border-left: 5px solid #fff;
  height: 18px;
  line-height: 16px;
  padding-left: 5px;
  display: block;
}
.content .contLeft .left_new_list {
  line-height: 25px;
  margin-top: 15px;
  overflow: hidden;
}
.content .contLeft .left_new_list li {
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  width: 155px;
  overflow: hidden;
}
.content .contLeft .left_new_list li a {
  font-size: 13px;
  color: #fff;
}
/*内容详情*/
.newinfo {
  padding: 0 30px;
}
.newinfo h3 {
  font-size: 16px;
  line-height: 25px;
  padding-top: 30px;
  text-align: center;
}
.newinfo time {
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #acacac;
  margin: 15px;
}
.newinfoText {
  line-height: 25px;
  padding: 5px 0;
}
.newinfoText img {
  text-align: center;
}
.newinfo td {
  padding: 10px 0;
}
.newinfo td a {
  color: #000;
}
.newlist .new-nav {
  width: 200px;
}
.jianTitle {
  height: 35px;
  line-height: 35px;
  padding-left: 25px;
  background: url(../images/jian.jpg) left center no-repeat;
  font-size: 14px;
  font-weight: bold;
}
.jianList a {
  display: block;
  padding: 5px 0;
}
.contRight {
  float: right;
  width: 82%;
}
/*positions*/
.positions {
  height: 40px;
  line-height: 40px;
  border-bottom: #d0d0d0 1px solid;
  padding-left: 25px;
  background: url(../images/home.jpg) left center no-repeat;
}
.positions a {
  color: #000;
}
.new {
  padding-left: 20px;
}
.new ul {
  margin: 10px 0 0 0;
}
.new li {
  height: 40px;
  line-height: 40px;
  position: relative;
  border-bottom: #ddd 1px solid;
}
.new li span {
  position: absolute;
  right: 0;
  top: 0;
}
.new li a {
  color: #333;
}
.article,
.product {
  padding: 15px;
}
.article h3 {
  height: 45px;
  width: 100%;
  line-height: 33px;
  font-size: 20px;
  text-align: center;
}
.article img {
  text-align: center;
}
/*category_photo*/
.product dl {
  float: left;
  width: 31%;
  margin: 10px 10px 5px 0;
}
.product dt {
  text-align: center;
}
.product dt img {
  width: 100%;
  height: 214px;
  border: 1px #fff solid;
  border-radius: 3px;
}
.product dd {
  text-align: center;
  height: 16px;
  line-height: 30px;
}
.product dd a {
  color: #000;
}

/*在线QQ*/

/*.clear{clear:both;}
#floatbox{position:fixed; width:151px; right:0; top:30%; z-index:9999; overflow:hidden; }
.content-box{float:right; width:120px;  }
.qq-top { width:120px; height:29px; background:url(../images/qq_top.gif) no-repeat;}
.qq-center {  height: 220px;width:108px; padding-left:5px; padding-right:5px; border-left:#68B5FD solid 1px;border-right:#68B5FD solid 1px; padding-top:5px; background:#fff;}
.qq-bottom { width:120px; height:20px; line-height:20px; text-align:center; color:#4B7FD5;  background:url(../images/qq_bottom.gif) no-repeat;}
.content-box h3{font-size:13px; font-family:microsoft yahei; color:#2460A3;line-height:20px; border-bottom:#D3DFED solid 1px; font-weight:normal;  text-align:center;}
.content-box h4{font-size:13px; font-family:microsoft yahei; line-height:30px; border-bottom:#EFEFEF solid 1px; font-weight:normal; color:#000000; text-align:center;}
.content-box p{font-size:14px; font-family:microsoft yahei; color:#D60101;  text-indent:12px; font-weight:normal; line-height:30px; }
.content-box ul{width:88px;  padding:0px 0px 0px 10px;}
.content-box li{list-style:none; line-height:28px; height:28px; overflow:hidden; padding: 5px 5px; padding-right:5px;}
.content-box .rightewm{line-height:100px; height:110px;padding:0;}
.content-box li span a{width:25px;  float:left; text-align:right; padding-top:5px; margin-right:10px;}
.QQ_close{float:right; width:29px; height:117px; background:url(../images/qq_left.gif) no-repeat; margin-top:28px; cursor:pointer;}
*/

/*--------------Info start-----------------------*/
