@charset "utf-8";

.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 25px;
}

.banner .swiper-pagination-bullet {
	width: 40px;
	height: 6px;
	opacity: 1;
	border-radius: 0;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #d61519;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 15px;
}

/* 首页 */
.cont1 {
	background-color: #f5f5f5;
	padding: 30px 0 50px;
}

.cont1 h2 {
	text-align: center;
	font-size: 30px;
	color: #333;
	margin-bottom: 30px;
}

.cont1 ul {
	float: left;
	width: 1000px;
	height: 54px;
	border: 2px solid #d61519;
	box-sizing: border-box;
	background-color: #fff;
}

.cont1 ul li {
	float: left;
	width: 25%;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	border-right: 1px solid #dddddd;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 16px;
}

.cont1 ul li input {
	display: block;
	width: 100%;
	line-height: 30px;
	color: #333;
}

.cont1 .submit {
	float: left;
	width: 200px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background-color: #D61519;
	color: #fff;
	font-size: 20px;
}

.cont1 form li select {
	width: 100%;
	background-color: #fff;
	line-height: 30px;
	height: 30px;
	color: #333;
	box-sizing: border-box;
	border: none;
	padding: 0 10px;
}

.title {
	margin-bottom: 30px;
}

.title h2 {
	color: #444;
	font-size: 26px;
	position: relative;
	text-align: center;
	font-weight: bold;
}

.title h2:first-child:before {
	display: block;
	content: '';
	height: 2px;
	width: 50px;
	left: 48%;
	top: 50px;
	margin: auto;
	position: absolute;
	background: #D61519;
}

.title p {
	color: #999;
	font-size: 14px;
	margin: 30px 0 10px 0;
	text-align: center;
}

.cont2 {
	padding: 40px 0 30px;
}

.cont2-list li {
	float: left;
	width: 280px;
	margin-right: 26.666px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.cont2-list li:nth-child(4n) {
	margin-right: 0;
}

.cont2-list li i {
	display: block;
	overflow: hidden;
}

.cont2-list li i img {
	width: 100%;
	height: auto;
}

.cont2-list li div h4 {
	font-size: 18px;
	color: #454545;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 10px;
	  text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cont2-list li div span {
	height: 2px;
	width: 60px;
	background: #D61519;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.cont2-list li div p {
	color: #666666;
	text-align: center;
}

.cont2-list li div p:nth-child(3) {
	margin-bottom: 10px;
}

.cont2-list li div p em:first-child {
	background: #D61519;
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
}

.cont2-list li div p em:last-child {
	color: #bf3131;
	font-weight: bold;
	font-size: 16px;
}

.cont2-list li a {
	margin: 15px auto 0;
	display: block;
	width: 108px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #ddd;
}
.cont2-list li a:hover{background-color: #D61519;color: white}

.floor_3_main {
	background: url(../img/flo3.jpg) no-repeat center top #f5f5f5;
	padding-bottom: 40px;
}

.floor_3 {
	padding: 80px 0 40px;
	overflow: hidden;
}

.part3 {
	width: 1200px;
	height: 368px;
	background: #d61519;
	position: relative;
}

.part3 .img {
	width: 550px;
	height: 374px;
	float: left;
	overflow: hidden;
	position: relative;
	top: -30px;
	margin-left: 25px;
}

.part3 .img img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.3s ease-out 0s;
}

.part3 .txt {
	padding-right: 90px;
	width: 480px;
	padding-top: 70px;
	float: right;
}

.part3 .txt a {
	display: block;
	color: #fff;
}

.part3 .txt h3 {
	font-size: 24px;
}

.part3 .txt h4 {
	font-size: 16px;
	display: block;
	text-transform: uppercase;
}

.part3 .txt p {
	padding-top: 30px;
	color: #fed5d5;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.part3 .txt span {
	width: 68px;
	height: 36px;
	border: 1px solid #fed5d5;
	display: block;
	line-height: 36px;
	text-align: center;
}

.part3 .txt span em {
	width: 22px;
	margin: 14px auto 0;
	height: 8px;
	background-position: -60px -100px;
	display: block;
	vertical-align: middle;
}

.icon {
	background: url(../img/icon.png) no-repeat;
}

.part3 .txt a:hover span {
	border: 1px solid #fff;
}

.part3 .txt a:hover span em {
	background-position: -60px -120px;
}

.cont3 .col-md-4 {
	float: left;
	width: 390px;
	margin-right: 15px;
	padding: 0 5px;
	box-sizing: border-box;
}

.cont3 .col-md-4:last-child {
	margin-right: 0;
}

.cont3 .col-md-4 div:first-child {
	float: left;
}

.cont3 .col-md-4:nth-child(1) div:nth-child(1) {
	background: url(../img/2.png) no-repeat;
	width: 111px;
	height: 150px;
	margin-top: 20px;
	margin-left: -12px;
}

.cont3 .col-md-4:nth-child(2) div:nth-child(1) {
	background: url(../img/3.png) no-repeat;
	width: 111px;
	margin-top: 20px;
	height: 150px;
	margin-left: -12px;
}

.cont3 .col-md-4:nth-child(3) div:nth-child(1) {
	background: url(../img/4.png) no-repeat;
	width: 111px;
	margin-top: 20px;
	height: 150px;
	margin-left: -12px;
}

.cont3 .col-md-4 div {
	background: #fff;
	padding: 10px;
	height: 220px;
}

.cont3 .col-md-4 div p:first-child {
	margin: 0px;
	line-height: 50px;
	font-size: 21px;
	color: #000;
	font-weight: 700;
}

.cont3 .col-md-4 div p:last-child {
	margin: 0px;
	line-height: 25px;
	font-size: 13px;
	color: #656565;
	font-weight: 400;
	padding: 0 15px;
}

.cont4 {
	padding: 40px 0 60px;
}

.sec5_cont li {
	float: left;
	text-align: center;
	padding: 10px;
	width: 155px;
	position: relative;
	margin-right: 106px;
	box-sizing: border-box;
}

.sec5_cont li:last-child {
	margin-right: 0;
}

.sec5_cont li .sec5_cont_t {
	width: 100%;
	height: 155px;
}

.s1 .sec5_cont_t {
	background: url(../img/sec51.png) no-repeat center;
	box-sizing: border-box;
}

.sec5_cont_t i {
	font-size: 32px;
	color: #fff;
	margin-top: 30px;
	display: inline-block;
}

.sec5_cont_t span {
	display: inline-block;
	width: 100%;
	font-size: 22px;
	color: #fff;
	margin-top: 85px;
	font-weight: bold;
}

.sec5_cont_b {
	width: 100%;
	float: left;
	color: #666;
}

.s1 .sec5_cont_b i {
	color: #1080d6;
}

.sec5_cont_b i {
	font-size: 34px;
	font-style: italic;
	padding-right: 5px;
	font-weight: normal;
}

.sec5_cont li .icon-xiangyou {
	position: absolute;
	top: 70px;
	right: -75px;
	font-size: 50px;
}

.s1 .sec5_cont_t {
	background: url("../img/sec51.png") no-repeat center;
}

.s2 .sec5_cont_t {
	background: url("../img/sec52.png") no-repeat center;
}

.s3 .sec5_cont_t {
	background: url("../img/sec53.png") no-repeat center;
}

.s4 .sec5_cont_t {
	background: url("../img/sec54.png") no-repeat center;
}

.s5 .sec5_cont_t {
	background: url("../img/sec55.png") no-repeat center;
}

.s1 .sec5_cont_b i {
	color: #1080d6;
}

.s2 .sec5_cont_b i {
	color: #fea627;
}

.s3 .sec5_cont_b i {
	color: #8566e8;
}

.s4 .sec5_cont_b i {
	color: #518c65;
}

.s5 .sec5_cont_b i {
	color: #f00
}

.cont5 {
	padding: 50px 0;
	background-color: #f5f5f5;
}
.cont5 li {
    width: 19%;
    margin: 0 .5%;
    float: left;
}
.cont5 li div {
    background: #fff;
    position: relative;
	height: 300px;
}
.cont5 li div span {
  overflow: hidden;
  display: block;
}

.cont5 li div:hover {
  box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s, transform 0.3s;
}

.cont5 li div:hover img {
  transform: scale(1.1);
}

.cont5 li div img {
  width: 100%;
  transition: .3s;
}

.cont5 li div i {
  display: block;
  width: 36px;
  height: 36px;
  background: #eb2e33;
  position: absolute;
  top: 113px;
  left: 43%;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  font-style: normal;
}

.cont5 li div p {
  text-align: center;
}

.cont5 li div p:nth-child(3) {
  margin: 30px 0 10px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.cont5 li div p:nth-child(4) {
  color: #666666;
  line-height: 30px;
  padding: 0 56px;
}

.cont5 li div p:nth-child(5) {
  color: #666666;
  line-height: 30px;
  padding-bottom: 20px;
}
.cont6{
	padding: 50px 0 20px;
}
.custo_item li{
	width: 380px;
	height: 330px;
    border: 1px solid #ececec;
    overflow: hidden;
	margin-bottom: 30px;
    float: left;
    margin-right: 17px;
    background: #fff;
	position: relative;
    bottom: 0px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: all .5s;
}
.custo_item li .item_img{
	overflow:hidden;
}
.custo_item li img{
	width: 100%;
	height: 226px;
	transform: scale(1);  
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}
.custo_item li:last-child{
	margin: 0;
}
.custo_item li:hover{
	box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s, transform 0.3s;
	box-shadow: 0px 3px 2px 0px rgba(0,0,0,.1);
	bottom:5px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: all .5s;
}
.custo_item li:hover img{  
	transform: scale(1.1);  
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}  
.custo_item li:hover .custo_pic span{  
	height:100%;
	width: 100%;
	vertical-align:middle;
	text-align:center;
}
.custo_pic{
	position: relative;
}

.custo_pic span{
	height: 0px;
	overflow:hidden;
	display: block;
	background: rgba(0,0,0,.5);
	font-size: 15px;
	color: #e2e2e3;
	position: absolute;
	bottom: 0;
	left: 0;
}
.custo_pic span p{
	margin:95px auto;
	line-height:20px;
	border:solid 1px #fff;
	width:260px;
	padding:5px;
}
.custo_cont{
	margin: 15px 8px;
}
.custo_cont span{
	color: #666666;
}
.custo_cont time{
	float: right;
	color: #666666;
}
.custo_cont p em{
	color: #787878;
	font-weight:bold;
	font-style: normal;
	font-size: 13px;
}
.custo_cont p{
	color: #999999;
	line-height: 25px;
	    text-align: center;
	margin: 9px 0;
	font-size: 13px;
	padding:0 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.custo_cont a{
	width: 98px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #999999;
	display: block;
	color: #999999;
	margin:0 auto;
}
.custo_cont a:hover{
	border: 1px solid #eb2e33;
	color: #fff;
	background:#eb2e33;
}
.cont7{
	background-color: #f5f5f5;
	padding: 50px 0 20px;
}
.textlist li {
    float: left;
    width: 590px;
    height: 160px;
    margin-right: 20px;
    transition: all 0.2s linear 0s;
    margin-bottom: 20px;
    background: #fff;
}
.textlist li:nth-child(2n){
	margin-right: 0;
}
.textlist li a {
    display: block;
    padding: 35px 20px;
}
.textlist li .img {
    width: 120px;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.textlist li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out 0s;
}
.textlist li a:hover img {
	transform: scale(1.2, 1.2);
}
.textlist li .txt {
    width: 390px;
}
.textlist li h3 {
    font-size: 18px;
    color: #000;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.textlist .desc {
    line-height: 24px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 5px;
    color: #999;
    cursor: pointer;
    font-size: 12px;
    padding-top: 10px;
}
.textlist li a:hover h3 {
	color: #fe0101;
}
.cont8{
	padding: 40px 0;
}
.cont8-list{
	position: relative;
}
.cont8-list .swiper-button-next,.cont8-list .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 48px;
    margin-top: -24px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.cont8-list .swiper-button-next,.cont8-list .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/rihgt.jpg);
    right: -70px;
    left: auto;
}
.cont8-list .swiper-button-prev,.cont8-list .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/left.jpg);
    left: -70px;
    right: auto;
}
.cont8-list a{
	display: block;
	width: 206px;
	height: 80px;
	background-color: #fff;
	margin: 0 auto;
	border: 1px solid #ddd;
}
.cont8-list a img{
	height: 100%;
	width: auto;
	margin: 0 auto;
}
.cont9{
	background-color: #f5f5f5;
	padding: 60px 0 80px;
}
.cont9-box p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 34px;
}
/* 关于我们 */
.content {
	min-height: 500px;
}
.about1 h3{
	text-align: center;
	font-size: 34px;
	color: #d91519;
	margin: 45px 0 33px;
}
.about1 p{
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	/* text-align: center; */
}
.about1 iframe{
	display: block;
	width: 100%;
	margin-top: 10px;
	height: 450px;
}
.about2 h4 {
	font-weight: bold;
	color: #000;
	font-size: 18px;
	margin: 60px 0 20px;
	border-left: 4px #cf000e solid;
	padding-left: 10px;
}

.about2 p {
	font-size: 15px;
	color: #666;
	line-height: 34px;
	text-align: justify;
}
/* 联系我们 */
.contact-dt>img{
	width: 100%;
	height: auto;
	margin: 50px 0;
	border-radius: 5px;
}
.map{
	float: left;
	width: 67%;
	height: 400px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.contact-c-r{
	float: right;
	width: 30%;
}
.contact-c-r h4{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact-c-r p{
	font-size: 14px;
	color: #333;
	line-height: 36px;
}
.contact-c-r i{
	display: block;
	width: 30%;
	margin-top: 10px;
	float: left;
	margin-right: 15px;
}
.contact-c-r i img{
	width: 100%;
	height: auto;
}
.contact-c-r i span{
	display: block;
	line-height: 36px;
	text-align: center;
	font-size: 12px;
	color: #333;
}

/* 获取报价与在线下单 */
.huoqu_baojia {
    height: 670px;
    position: relative;
    background: url(../img/Get_quote.png) repeat-x center center;
}
.proje_frame {
    width: 880px;
    height: 560px;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 2px 2px #dfdfdf;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -440px;
    margin-top: -250px;
    z-index: 999;
}
.proje_frame_baojia {
    width: 1000px;
    height: 570px;
    margin-left: -500px;
}
.proje_frame {
    z-index: 2;
    top: 136px;
    margin-top: 0;
    height: 450px;
    border-radius: 0;
}
.proje_left {
    width: 450px;
    float: left;
    height: 560px;
}
.proje_left_baojia {
    width: 500px;
    height: 570px;
    border-right: 1px solid #e5e5e5;
}
.proje_right, .proje_left {
    height: 450px;
}
.proje_tit {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-top: 38px;
    font-weight: 600;
}
.proje_tit span {
    display: block;
    color: #999;
    font-weight: normal;
    margin-top: 8px;
    font-size: 13px;
}
.proje_tit span em {
    font-style: normal;
    font-weight: bold;
    color: #ff6600;
}
.quote_box {
    margin: 10px 30px 0;
}
.quote_box span {
    font-size: 16px;
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 15px;
}
.quote_box span i {
    font-style: normal;
    color: #ff6600;
    font-size: 20px;
}
.date_input select, .phone_input input[type="text"] {
    width: 288px;
    height: 43px;
    padding-left: 10px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-top: 19px;
}
.date_input select {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: 0 0 0 0 #fff;
    width: 292px;
}
.origin {
    float: left;
}
.origin input[type="text"], .destination input[type="text"] {
    width: 128px;
    height: 43px;
    padding-left: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
}
.origin input[type="text"], .destination input[type="text"] {
    width: 280px;
}
.quote_box input[type="text"] {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: 0 0 0 0 #fff;
    margin-top: 15px;
}
.destination input[type="text"] {
    margin-left: 0;
}
.phone_input input[type="text"] {
    width: 280px;
}
.sub_btn input[type="submit"] {
    width: 300px;
    height: 45px;
    line-height: 45px;
    background: #dc151a;
    color: #fff;
    text-align: center;
    border: 0;
    border-radius: 5px;
    margin-top: 19px;
	margin-left: 115px;
    font-size: 18px;
    cursor: pointer;
}
.proje_right {
    float: left;
    width: 408px;
    height: 570px;
}
.proje_right_baojia {
    width: 498px;
    height: 560px;
}
.service_line {
    width: 298px;
    height: 212px;
    border: 1px solid rgba(0,0,0,0.03);
    margin: 63px auto 0;
    border-radius: 3px;
    position: relative;
    padding: 0 30px;
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.06);
}
.service_tit {
    position: absolute;
    top: -18px;
    left: 75px;
}
.tit_left {
    width: 205px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: url(../img/tit_1.png) no-repeat;
}
.service_line span {
    color: #454545;
    display: block;
    margin: 45px 0 10px;
}
.service_line p {
    color: #454545;
}
.service_line p em {
    font-size: 24px;
    color: #ff6600;
    font-style: normal;
}
.service_line a.oran {
    background: #fe9023;
}
.service_line a {
    width: 122px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    margin-right: 20px;
    display: inline-block;
    float: left;
    margin-top: 15px;
}
.service_line a.gree {
    background: #93c025;
}
.service_line a.oran i {
    background: url(../img/iconwrap.png) no-repeat -443px -157px;
}
.service_line a i {
    display: inline-block;
    width: 23px;
    height: 23px;
    float: left;
    margin: 3px 6px 0 10px;
}
.service_line a.gree i {
    background: url(../img/iconwrap.png) no-repeat -492px -157px;
}
.hot_city {
    width: 360px;
    border-radius: 3px;
    height: 238px;
    margin: 40px auto 0;
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.06);
    position: relative;
}
.hot_city2 {
    height: 102px;
}
.city_tit {
    position: absolute;
    top: -8px;
    font-size: 15px;
    color: #ff6600;
    width: 140px;
    background: #fff;
    left: 105px;
    text-align: center;
}
.city_list {
    margin-top: 20px;
	overflow: hidden;
}
.city_list li {
    float: left;
    color: #454545;
    padding-left: 27px;
    line-height: 35px;
}
.n-footer .n-footer-info .footer-bd-sec {
    overflow: hidden;
    width: 1300px;
    margin: 20px 0;
    padding: 30px 0 0 0;
}
.n-footer .n-footer-info {
    width: 100%;
    background-color: #fafafa;
    padding: 50px 0 30px 0;
    display: table;
    position: relative;
}
.n-footer {
    background: #fff;
    z-index: 100;
}
.n-footer .n-footer-inside {
    width: 1200px;
    margin: 0 auto;
    line-height: 1.5em;
}
.n-footer .n-footer-info h3 {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}
.n-footer .n-footer-info h3 span {
    font-size: 24px;
    color: #d6162d;
}
.n-footer .n-footer-info .footer-bd-sec {
    overflow: hidden;
    width: 1200px;
    margin: 20px 0;
    padding: 30px 0 0 0;
}
.n-footer .n-footer-info .footer-bd-sec ul {
    overflow: hidden;
    width: 1200px;
}
.n-footer .n-footer-info .footer-bd-sec ul li {
    float: left;
    overflow: hidden;
    width: 240px;
}
.n-footer .n-footer-info .footer-bd-sec .img {
    float: left;
    width: 40px;
    height: 48px;
    margin-right: 13px;
}
.n-footer .n-footer-info .footer-bd-sec .img01 {
    background: url(../img/img01.png) no-repeat center center;
}
.n-footer .n-footer-info .footer-bd-sec .desc {
    float: left;
    padding-top: 5px;
}
.n-footer .n-footer-info .footer-bd-sec .desc h6 {
    font-size: 18px;
    color: #666;
    font-weight: normal;
    letter-spacing: 5px;
}
.n-footer .n-footer-info .footer-bd-sec .desc p {
    line-height: 2em;
    color: #999;
}
.n-footer .n-footer-info .footer-bd-sec .img02 {
    background: url(../img/img02.png) no-repeat center center;
}
.n-footer .n-footer-info .footer-bd-sec .img03 {
    background: url(../img/img03.png) no-repeat center center;
}
.n-footer .n-footer-info .footer-bd-sec .img04 {
    background: url(../img/img04.png) no-repeat center center;
}
.n-footer .n-footer-info .footer-bd-sec .img05 {
    background: url(../img/img05.png) no-repeat center center;
}

/* 放心运车 */
.page_about {
    width: 1200px;
    margin: 0 auto;
}
.service {
    position: relative;
    width: 100%;
    background-color: #fff;
}
.service__title {
    margin: 60px auto 0;
    font-size: 34px;
    color: #333;
	text-align: center;
}
.service__describe {
    margin-top: 2px;
    font-size: 18px;
    color: #999;
	text-align: center;
}
.service__benefit-third {
    margin-top: 33px;
}
.service__benefit, .service__content, .service__title {
    position: relative;
    width: 1200px;
}
.appfun__detail {
    width: 379px;
    float: left;
}
.appfun__detail--mid {
    margin-left: 31px;
    margin-right: 31px;
}
.appfun__photo {
    width: 386px;
    height: 320px;
}
.appfun {
    position: relative;
    background-position: -5px -385px;
    width: 355px;
    height: 94px;
	padding-top: 1px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin: -53px auto 0;
    text-align: center;
	background-color: #fff;
}
.appfun__title {
    margin-top: 15px;
    font-size: 20px;
    color: #333;
}
.appfun__describe {
    margin-top: 4px;
    font-size: 14px;
    color: #666;
}
/*新闻详情*/
.news-xq-tit h2{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}
.news-xq-c p{
	font-size: 15px;
	color: #333;
	line-height: 30px;
	text-indent: 2em;
}
.news-xq ul li a{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	background-color: #eee;
	padding-left: 20px;
}
.news-xq ul li a:hover{
	background-color: #CD0510;
	color: #fff;
}
.news-xq-c img{
	max-width: 100%;
	margin: 0 auto;
	width: 70%;
}
.news-xq-c{
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.news-xq ul li:first-child{
	margin-bottom: 10px;
}
/* 新闻中心 */
.news_list ._list_box {
	padding: 40px 16px 26px 0px;
}

.news_list ._list_box a {
	display: block;
	overflow: hidden;
}

.news_l_time {
	font-size: 36px;
	line-height: 48px;
	width: 16.66666667%;
	color: #c8c8c8;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.news_l_time ._year {
	font-size: 20px;
	line-height: 26px;
	text-align: right;
	margin-right: 15px;
}

.news_l_time ._day {
	margin-right: 15px;
	text-align: right;
	font-weight: bold;
}

.news_list .col-md-9 {
	width: 75%;
	float: left;
}

.news_list .news_title {
	margin-bottom: 12px;
	font-size: 18px;
	color: #333;
}

.news_list .news_text {
	color: #767676;
	margin-bottom: 20px;
}

.news_list .news_more {
	text-align: right;
	padding-top: 32px;
	width: 8.3333%;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.news_list .news_more i {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 32px;
	border-radius: 50%;
	text-align: center;
	background-color: #aaaaaa;
}

.news_list li:hover ._list_box {
	background-color: #f4f4f4;
}

.news_list li:hover .news_l_time {
	color: #cd0510;
}

.news_list li:hover .news_title {
	font-weight: bold;
	color: #000;
}

.news_list li:hover .news_text {
	color: #434343;
}

.news_list li:hover .news_more i {
	background-color: #cd0510;
}
/* 公众号 */
.ewm {
    width: 250px;
    padding: 20px;
    position: fixed;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -100px;
    display: none;
    z-index: 99999;
    background: rgba(0,0,0,0.4);
    color: #fff;
}
.ewm p {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}