@charset "utf-8";
* {margin:0; padding:0;}
* html {overflow:visible;margin:0;padding:0;text-align:center; }
body{width:100%;: background:#fff;margin:0 auto;text-align:center;padding:0; font-family: "微软雅黑","Microsoft YaHei"; font-size: 14px; box-sizing: border-box }
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {list-style-type:none;margin:0 auto; padding:0;}
input, select {font-size:14px; outline: none;vertical-align:middle;}
body div {text-align:left;box-sizing: border-box}
textarea, input {word-wrap:break-word; word-break:break-all; padding:0;}
img {border:0 none; vertical-align: middle}
a {color:#666; text-decoration:none;outline:none;margin:0;padding:0; display: inline-block}
a:hover {color:#f58500;}
span,i,em{display: inline-block;font-style: normal}
button{border:0;background: transparent;outline: none;cursor: pointer;}
.left{float: left;}
.right{float: right;}
.index{overflow: hidden}
.width{width:1000px;margin:0 auto;}
iframe{display:block;border:0;}
.img_box{overflow: hidden;text-align: center}
.img_box img{max-width: 100%;max-height: 100%;transition: all 0.6s;}
.img_box:hover img{
    transform: scale(1.1);
    transition: all 0.6s;
}
.right i:last-child{
	display: none;
}
/*头部*/
header .welcome{
    background: #7d7d7d;
    color:#fff;
    line-height: 30px;
    font-size: 15px;
    position: relative;
}
header .welcome a{
    color:#fff;
    font-size: 15px;
    padding-left: 25px;
}
header .welcome .weixin{
    display: none;
    width:106px;
    height:106px;
    position: absolute;
    bottom: -120px;
    left: 50%;
    margin-left: 120px;
}
header .welcome a:hover{
    color:#f58500;
}
header .shop_sign {
    padding:10px 0 5px 0;
}
header .shop_sign h2{
    font-size: 19px;
    line-height: 40px;
    color:#f58500;
}
header .shop_sign .hot_line{
    font-size: 15px;
    color:#333;
    padding-top:30px ;
}
header .shop_sign .hot_line h2{
    color:#f58500;
}
header .shop_sign .hot_line .text{
    padding: 6px 10px 0 0;
}
header .nav{
    background: #3c3c3c;
    border-top: 4px solid #f58500;
    line-height: 70px;
    position: relative;
}
header .nav ul li{
    float: left;
}
header .nav ul li a{
    font-size: 15px;
    color:#fff;
    padding:0 14px;
    display: block;
}
header .nav ul li.select,header ul li:hover{
    background: #f58500;
}
header .nav ul li .menu{
    /*width: 130px;*/
    position: absolute;
    top: 70px;
    z-index: 9;
    background: #fff;
    display: none;
    padding: 0 10px;
    box-sizing: border-box;
}
header .nav ul li .menu a{
    color:#666;
    border-bottom: 1px dashed #666;
    line-height: 40px;
}
header .nav ul li .menu a:last-child{
    border-bottom: 0;
}
header .nav ul li.client:hover .menu{
    display: block;
    opacity: 1;
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
header .nav ul li .menu a:hover{
    color:#f58500;
}
@-webkit-keyframes fadeIn {
    from {  opacity: 0;  }
    to {  opacity: 1;  }
}
/*name*/
section .name{
    padding:45px 0;
    text-align: center;
}
section .name h2{
    height:50px;
    line-height: 50px;
    font-size: 24px;
    color:#f58500;
    background: url(../img/img04.png) no-repeat;
}
section .name p{
    font-size: 16px;
    line-height: 30px;
    color:#333;
    padding:15px 0;
}
section .name h2 b{
    color:#f58500;
    font-size: 29px;
}
section .name p b{
    color:#f58500;
    font-size: 16px;
    font-weight: normal;
}
/*click_a*/
section .click_a{
    width:280px;
    background: #666;
    height:50px;
    text-align: center;
    padding:5px 10px;
}
section .click_a a{
    border:1px solid #fff;
    color:#fff;
    font-size: 17px;
    display: block;
    line-height: 38px;
}
section .click_a:hover{
    background: #f58500;
}
/*其他页面banner*/
section .bannerbox .banner_head{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 400px;
}
section .bannerbox .banner_head img{
    width: 1920px;
    height: 400px;
    margin: 0 calc(50% - 960px);
}
/*热门搜索*/
/*搜索*/
section .search_box{
    line-height: 80px;
    color:#f58500;
    font-size: 15px;
}
section .search_box .search_link a{
    color:#333;
    font-size: 15px;
    padding:0 6px;
}
section .search_box .search_link a:hover{
    color:#f58500;
}
section .search_box .search_i{
    width: 360px;
    position: relative;
    margin-top: 20px;
}
section .search_box .search_i input{
    width:350px;
    height:30px;
    line-height: 30px;
    border-radius: 20px;
    padding:0 18px;
    box-sizing: border-box;
    font-size: 16px;
    border:1px solid #666;
}
/*改变input中placeholder的颜色*/
::-webkit-input-placeholder {  color:    #dbdbdb;  opacity: 0.9;  }
:-moz-placeholder {  color:    #dbdbdb;  opacity: 0.9;  }
::-moz-placeholder {  color:    #dbdbdb;  opacity: 0.9;  }
:-ms-input-placeholder {  color:    #dbdbdb;  opacity: 0.9;  }

section .search_box .search_i .click_search{
    width:60px;
    height:30px;
    display: inline-block;
    background: url(../img/search.png) center center no-repeat;
    position: absolute;
    right:10px;
}
/*推荐*/
section .bar_name{
    color:#f58500;
    font-size: 22px;
    font-weight: normal;
    border-bottom:3px solid #666;
    padding-bottom: 5px;
    position: relative;
}
section .bar_name i{
    display: block;
    width:175px;
    height:3px;
    background: #f58500;
    position: absolute;
    left:0;
    bottom:-3px;
}
/*我们还提供*/
section .provide .d_left{
    width:49%;
    padding:25px 0;
}
section .provide .d_left .img_d{
    width:238px;
    height:390px;
    line-height: 389px;
}
section .provide .d_left .img_s{
    width:238px;
    height:185px;
    line-height: 183px;
    margin-bottom: 20px;
}
section .provide .d_left .img_box{
    position: relative;
}
section .provide .d_left .img_box img{
    width:100%;
    height:100%;
}
section .provide .d_left .img_box h2{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    color:#fff;
    background: rgba(0,0,0,0.5);
    font-weight: normal;
}
/************无缝滚动************/
section .ranklist {
    height: 526px;
    overflow: hidden;
    margin-top: 10px;
}
section .ranklist a{
    color:#fff;
    padding:15px 10px 15px 45px;
}
section .ranklist a i{
    background: #fff;
    width:25px;
    height:25px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color:#444;
    border-radius: 50%;
    font-weight: normal;
    position: absolute;
    left:-30px;
    top:8px;
}
section .ranklist a h3{
    font-size: 16px;
    font-weight: normal;
    color:#f58500;
    line-height: 40px;
    position: relative;
}
section .ranklist a h3 span{
    width:240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section .ranklist a p{
    position: relative;
    line-height: 25px;
}
section .ranklist a p i {
    top:0;
}
/*相关资讯推荐*/
section .recommend .recommend_box{
    padding:25px 0 0;
}
section .recommend .recommend_box .recommend_l{
    width:440px;
    border:1px solid #b4b4b4;
    position: relative;
}
section .recommend .recommend_box .recommend_l .img_box{
    width:100%;
    height:204px;
    line-height: 200px;
    border-bottom: 1px solid #b4b4b4;
}
section .recommend .recommend_box .recommend_l .time{
    position: absolute;
    width:106px;
    height:82px;
    background: #f58500;
    color:#fff;
    text-align: center;
    left:30px;
    top:160px;
    line-height: 27px;
}
section .recommend .recommend_box .recommend_l .text{
    line-height: 25px;
    padding:0 20px 20px 20px;
}
section .recommend .recommend_box .recommend_l .text h3{
    font-size: 15px;
    /*line-height: 50px;*/
    color: #f58500;
    padding-left: 150px;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}
section .recommend .recommend_box .recommend_l .text span{
    display: inline;
}
section .recommend .recommend_box .recommend_l .text a{
    color:#f58500;
}
section .recommend .recommend_box .recommend_r{
    width:525px;
}
section .recommend .recommend_box .recommend_r ul li .index{
    background: #eaeaea;
    margin-bottom: 10px;
    padding:10px;
    display: block;
}
section .recommend .recommend_box .recommend_r ul li:last-child .index{
    margin-bottom: 0;
}
section .recommend .recommend_box .recommend_r ul li .index .time{
    width:98px;
    text-align: center;
    color:#666;
}
section .recommend .recommend_box .recommend_r ul li .index .time h2{
    font-size: 54px;
    color:#f58500;
}
section .recommend .recommend_box .recommend_r ul li .index .text{
    width:407px;
    font-size: 13px;
    line-height: 25px;
}
section .recommend .recommend_box .recommend_r ul li .index .text h2{
    font-size: 15px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*一键返回*/
.key_return{
    position: fixed;
    right:10%;
    cursor: pointer;
    bottom:50px;
    display: none;
}
.key_return img{
    width:80px;
}
/*脚注*/
/*快速通道*/
footer .fast{
    border:1px solid #f58500;
    margin: 70px auto 35px;
    padding:35px 20px;
    position: relative;
}
footer .fast h2{
    position: absolute;
    left:50%;
    background: #fff;
    font-size: 30px;
    width:180px;
    color:#f58500;
    margin-left: -90px;
    top:-23px;
    text-align: center;
}
footer .fast .passageway{
    line-height: 40px;
    font-size: 18px;
}
footer .fast .passageway p{
    overflow: hidden;
}
footer .fast .passageway span{
    color:#666;
    font-size: 17px;
    font-weight: bold;
    width:172px;
    float: left;
    text-align: justify;
}
footer .fast .passageway a{
    padding-right: 20px;
    color:#666;
    font-size: 14px;
    float: left;
    /*width: 80px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
footer .fast .passageway a:hover{
    color:#f58500;
}
footer .fast .text{
    background: #f58500;
    color:#fff;
    width:255px;
    height:228px;
    /*margin:33px auto;*/
    border-radius: 5px;
    padding:15px;
    line-height: 27px;
    box-sizing: border-box;
    position: relative;
    float: right;
}
footer .fast .text .img_po{
    position: absolute;
    right: 15px;
    top: 12px;
}
footer .fast .text .on_line{
    color: #f58500;
    width: 118px;
    height:35px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    padding-left:15px;
    box-sizing: border-box;
    display: block;
    background: url(../img/img02.png) no-repeat;
    background-size: 100% 100%;
}
/*底部*/
footer .foot{
    background: #444;
    padding:40px 0;
    color:#fff;
    font-size: 16px;
    line-height: 40px;
}
footer .foot .left{
    width:33.3%
}
footer .foot .foot_ul li{
    float: left;
    width:50%;
    line-height: 50px;
    text-align: center;
}
footer .foot .foot_ul li .img_box{
    width: 103px;
    height: 103px;
    line-height: 102px;
    background: #fff;
}
footer .foot .text{
    padding-left: 20px;
}
.mianbaoxie i:last-child{
	display: none;
}

.list_one table td:last-child{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_two li span{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#page{
	width: 100%;
	margin-bottom: 45px;
	margin-top: 15px;
	text-align: center;
}
#page li{
	display: inline-block;
	color: #fff;
	border-right: 0px;
	margin: 0 5px;
    border: 0;
    padding: 0;
}
#page li a{
	color: #fff;
	padding: 4px 11px;
    border-radius: 5px;
    background:-moz-linear-gradient(top, #d7d7d7,#898989);  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#d7d7d7), to(#898989));  
    background:-o-linear-gradient(top, #d7d7d7,#898989);  
	border-style:ridge;
	
}
#page li span{
	padding: 4px 11px;
	color: #fff;
    border-radius: 5px;
    background:-moz-linear-gradient(top, #d7d7d7,#898989);  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#d7d7d7), to(#898989));  
    background:-o-linear-gradient(top, #d7d7d7,#898989);  
	border-style:ridge;
	display: inline;
}
.current{
	background:-moz-linear-gradient(top, #ffc451,#f57d1b)!important;  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ffc451), to(#f57d1b))!important;  
    background:-o-linear-gradient(top, #ffc451,#f57d1b)!important; 
     
}
#page li a:hover{
    color: #fff;
    background:-moz-linear-gradient(top, #ffc451,#f57d1b)!important;  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ffc451), to(#f57d1b))!important;  
    background:-o-linear-gradient(top, #ffc451,#f57d1b)!important; 
}
.cloudzoom-gallery{
    cursor: pointer;
}

#mapCard_style{
	width: 698px!important;
}
#mapCard_style div{
	width: inherit!important;
}
section .witness .witness_con .list_one table tr:nth-child(2) td:last-child{
	height: 50px;
}







