/*
* @Author: Marte
* @Date:   2017-12-06 17:40:32
* @Last Modified by:   Marte
* @Last Modified time: 2018-01-01 05:26:03
*/

#fly_top{
    height:40px;
    line-height:40px;
    background-color:#4b4b4b;
    color:#fff;
}
#fly_top li{
    float:left;
    margin-right:10px;
}
#fly_top ul:nth-child(2) li:last-child{
    margin-left:10px;
}
#fly_top a:hover{
    color:#79d3ff;
}
.top_search{
    position:relative;
    width:184px;
    height:30px;
    line-height:30px;
    margin-top:5px;
    background:#000;
    border-radius:5px;
}
.top_search_bg{
    position:absolute;
    top:0;
    left:0;
    width:184px;
    height:30px;
    background:#000000;
    opacity:0.4;
    z-index:1;
    border-radius:5px;
}
.top_search form{
    position:absolute;
    top:0;
    right:0;
    width:158px;
    z-index:2;
    height:30px;
    line-height:30px;
    background:#000;
    border-radius:5px;
}
.top_search form input{
    margin:0px;
    padding:0px;
    height:30px;
    color:#fff;
    background:#000;
    border:none;
}
.top_search form input:hover {
    background-color: rgba(0, 0, 0, 0);
}
.top_search form input:focus, .top_search input[type="text"]:focus{
    outline: none;
    background-color: transparent;
}
.top_search i{
    position:absolute;
    top:0;
    left:5px;
    z-index:2;
    line-height:30px;
}
.head_top{
    height:100px;
    padding-top:20px;
    position:relative;
}
.head_top_logo{
    display:inline-block;
    width:352px;
    float:left;
}
.head_top_nav ul li{
    float:left;
    font-size:16px;
    line-height:70px;
    height:20px;
}
.head_top_nav ul li a{
    padding:15px 10px;
    position:relative;
    transition-duration:0.7s;
}
.head_top_nav ul li a:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    border-bottom:2px solid #3197e7;
    height:100%;
    width:100%;
    transform: scale(0,1);
    transition-duration:0.7s;
}
.head_top_nav ul li:hover a:after{
    transform:scale(1,1);
}
.head_top_nav ul li:hover a{
    color:#3197e7;
}
.head_top_search{
    display: inline-block;
    padding-top:20px;
}
.head_top_search span{
    color:#fdb01f;
    font-weight:bold;
    margin-left:20px;
}
.head_top_search form{
    width:540px;
    height:45px;
}
#head_top_search_one{
    width:450px;
    height:45px;
    line-height:45px;
    border:2px solid  #3197e7;
    color:#666;
    float:left;
}
.head_top_logo_zhaofang{
     display:inline-block;
    width:300px;
    float:left;
}
.head_top_search_zhaofang{
    display: inline-block;
    padding-top:10px;
    position:relative;
    float:left;
}
.head_top_search_zhaofang form{
    width:361px;
    height:36px;
}
.head_top_search_zhaofang span{
    background: url(../images/search.png) no-repeat;
    width: 15px;
    height: 15px;
    float: left;
    display: block;
    position: absolute;
    top: 22px;
    right: 73px;
}
.head_top_class_box{
    width:110px;
    height:50px;
    line-height:35px;
    position:relative;
    margin:0px;
    text-align:center;
    font-size:12px;
    color:#666;
    display:inline-block;
}
.head_top_class_box p{
    height:35px;
    background:#fff;
    border:1px solid #efefef;
}
.head_top_class_box ul{
    position:absolute;
    padding:0px;
    margin:0px;
    top:40px;
    width:110px;
    left:0px;
    background:#fff;
    border:1px solid #efefef;
    display:none;
}
.head_top_class_box ul li{
    line-height:30px;
    height:30px;
    text-align:left;
    padding-left:20px;
}
.head_top_class_box:hover ul{
    display:inherit;
}
.head_top_class_box ul li a{
    display: inline-block;
    width:100%;
    height:30px;
}
.head_top_class_box ul li:first-child a{
    color:#3197e7;
}
.head_top_class_box ul li:hover a{
    color:#fff;
}
.head_top_class_box ul li:hover{
    background:#3197e7;
}
.head_top_link{
    list-style:none;
    position:relative;
    display: inline-block;
    height:50px;
}
.head_top_link ul{
    padding:0px;
    margin:0px;
    display:none;
    z-index:100;
}
.head_top_link ul li{
    text-align:center;
    margin:8px 0px;
}
.head_top_link:hover ul{
    display:inherit;
    position:absolute;
    top:30px;
    left:-15px;
    background:#fff;
    border:1px solid #efefef;
    width:80px;
    padding:10px;
}
.head_top_logo_fly_head{
    display:inline-block;
    width:300px;
    float:left;
}
.head_top_logo_zhaofang{
     display:inline-block;
    width:300px;
    float:left;
}
.head_top_search_zhaofang{
    display: inline-block;
    padding-top:10px;
    position:relative;
    float:left;
}
.head_top_search_zhaofang form{
    width:361px;
    height:36px;
}
.head_top_search_zhaofang span{
    background: url(../images/search.png) no-repeat;
    width: 15px;
    height: 15px;
    float: left;
    display: block;
    position: absolute;
    top: 22px;
    right: 73px;
}
#head_top_search_two_zhaofang{
    background: #3197e7;
    width: 100px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    border: none;
    float: left;
    padding-left: 23px;
    outline:none!important;
}
.head_top_class{
    float:left;
    width:460px;
    margin-top:10px;
}
.head_top_class_box{
    width:110px;
    height:50px;
    line-height:35px;
    position:relative;
    margin:0px;
    text-align:center;
    font-size:12px;
    color:#666;
    display:inline-block;
}
.head_top_class_box p{
    height:35px;
    background:#fff;
    border:1px solid #efefef;
}
.head_top_class_box ul{
    position:absolute;
    padding:0px;
    margin:0px;
    top:40px;
    width:110px;
    left:0px;
    background:#fff;
    border:1px solid #efefef;
    display:none;
    z-index:1000;
}
.head_top_class_box ul li{
    line-height:30px;
    height:30px;
    text-align:left;
    padding-left:20px;
}
.head_top_class_box:hover ul{
    display:inherit;
}
.head_top_class_box ul li a{
    display: inline-block;
    width:100%;
    height:30px;
}
.head_top_class_box ul li:first-child a{
    color:#3197e7;
}
.head_top_class_box ul li:hover a{
    color:#fff;
}
.head_top_class_box ul li:hover{
    background:#3197e7;
}
#head_top_search_one_zhaofang{
    width:250px;
    height:38px;
    line-height:38px;
    border:none;
    color:#999;
    float:left;
    background:#e9e9e9;
    outline:none!important;
    text-indent:2em;
}
#head_top_search_two{
    background:#3197e7;
    width:75px;
    height:45px;
    line-height:45px;
    color:#fff;
    border:none;
    float:left;
}
.head_top_img{
    display: inline-block;
    position:absolute;
    right:0;
    top:20px;
}
.head_nav{
    padding-top:10px;
}
.head_nav ul{
    padding:0px;
    margin:0px;
}
.head_nav ul li{
    float:left;
    height:45px;
    line-height:45px;
    text-align:center;
    font-weight:bold;
}
.head_nav ul li:first-child{
    width:240px;
    background:#3197e7;
    color:#fff;
    text-align:left;
    padding-left:25px;
    margin-right:20px;
}
.head_nav ul li:nth-child(odd) a{
    color:#3197e7;
}
.head_nav ul li:nth-child(even) a{
    color:#352;
}
.head_nav ul li a{
    display:block;
    width:85px;
    float:left;
}
.head_nav ul li a:hover{
    font-size:15px;
}
#main-slider{
    border-top:2px solid  #3197e7;
}
.item{
    height:400px;
    background-size:cover;
}
.fly_message{
    position:relative;
}
#message_box{
    position:absolute;
    top:-450px;
    left:15px;
    z-index:17;
    width:240px;
    height:450px;
    background:rgba(0,0,0,0.9);
}
.message_box_class{
    width:240px;
    padding-left:30px;
    height:50px;
    line-height:50px;
    transition-duration:0.7s;
    overflow:hidden;
}
.message_box_class i{
    color:#ebebeb;
    transition-duration:0.7s;
}
.message_box_class span{
    color:#fff;
}
.message_box_class:hover i{
    color:#3197e7;
}
.message_box_hidden{
    position:absolute;
    top:0;
    left:250px;
    background:#f9f8f8;
    width:800px;
    height:450px;
    opacity:0;
    display:none;
    transition-duration:0.7s;
    z-index:17;
    over-flow:hidden;
}
.message_box_class:hover{
    background:#000;
}
.message_box_class:hover .message_box_hidden{
    opacity:1;
    left:240px;
    display:inherit;
}
.hidden_content{
    width:465px;
    padding:20px;
    height:450px;
}
.hot{
    color:#3197e7!important;
}
.hidden_other{
    width:325px;
    padding:20px;
    height:450px;
    line-height:30px;
    position:relative;
}
.hidden_other p{
    border-bottom: 1px solid #e6dcdc;
    color: #3197e7;
    font-size: 8px;
}
.hidden_other p span{
    color:#352;
    font-size:14px;
    font-weight:bold;
}
.hidden_other a{
    line-height:10px;
    border-right:1px solid #e6dcdc;
    padding:0px 10px;
    display:inline-block;
    color:#3197e7;
}
.hidden_content_box{
    line-height:30px;
    margin-bottom: 15px;
}
.hidden_other img{
    margin-top:10px;
    max-width:100%;
    position:absolute;
    bottom:20px;
    left:20px;
}
.hidden_content_box p{
    border-bottom:1px solid #e6dcdc;
    color:#3197e7;
    font-size:8px;
}
.hidden_content_box p span{
    font-size:14px;
    font-weight:bold;
    color:#352;
}
.hidden_content_box a{
    color:#666;
    display:inline-block;
    padding:0px 10px;
    border-right:1px solid #e6dcdc;
    line-height:10px;
}
#fly_sp{
    padding:20px 0 0;
    position:relative;
}
#fly_sp a:hover{
    color:#fdb01f;
}
.sp_title{
    border-bottom:1px solid #ddd;
    height:50px;
    line-height:50px;
}
.sp_title h3{
    border-bottom:2px solid #f56a03;
    float:left;
    display:inline;
    margin:0px;
    padding:0px;
    height:50px;
    line-height:50px;
    font-weight:normal;
}
.sp_title h3 span{
    font-size:14px;
    color:#b3adad;
}
.sp_title a{
    display:inline-block;
    color:#999;
    padding:0px 5px;
    border-right:1px solid #ccc;
    height:10px;
    line-height:10px;
    margin-top:20px;
}
.sp_content{
    width:888px;
    height:760px;
    padding:20px 0;
}
.sp_content_box{
    float: left;
    margin-right: 15px;
    width: 280px;
    margin-bottom: 15px;
    height:340px;
    position:relative;
    border:1px solid #e7e7e7;
}
.sp_content_box_inside{
    position:absolute;
    z-index:2;
}
.sp_content_box:after{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:278px;
    height:100%;
    border-top:1px solid #f56a03;
    border-bottom:1px solid #f56a03;
    transform:scale(0,1);
    transition-duration:0.7s;
    z-index:0;
}
.sp_content_box:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:279px;
    height:100%;
    border-right:1px solid #f56a03;
    border-left:1px solid #f56a03;
    transform:scale(1,0);
    transition-duration:0.7s;
    z-index:0;
}
.sp_content_box:hover:after{
   transform:scale(1,1);
}
.sp_content_box:hover:before{
   transform:scale(1,1);
}
.sp_content_box img{
    width:100%;
    padding:5px;
}
.sp_text{
    padding:0px 15px;
}
.sp_text_title{
    height:35px;
    line-height:35px;
    color:#352;
    font-size:16px;
    font-weight:bold;
    margin-bottom:0px;
}
.sp_text_title a{
    float:right;
    font-size:12px;
    color:#666;
    font-weight:normal;
}
.sp_text_price{
    font-size:24px;
    height:34px;
    line-height:34px;
    color:#f56a03;
    font-weight:bold;
    margin-bottom:0px;
}
.sp_text_price i{
    font-weight: bold;
    color: #ccc;
    font-size:20px;
}
.sp_text_price span{
    font-size:16px;
    color:#352;
    font-weight:normal;
    margin-left:5px;
}
.sp_text_tel{
    height:31px;
    line-height:31px;
    color:#f56a03;
    margin-bottom:0px;
    border-bottom:1px solid #ece4e4;
}
.sp_text_message{
    line-height:35px;
    height:35px;
    color:#ccc;
    font-size:12px;
    overflow:hidden;
}
#sp_tab{
    margin:0px;
    left:0px;
    float:left;
}
#sp_tab li{
    float:left;
    padding:0px 10px;
    height:50px;
    cursor: pointer;
}
#sp_tab .active{
    color:#f56a03;
    border-bottom:2px solid #f56a03;
}
#sp_content_ul{
    padding:0px;
    margin:0px;
}
#sp_content_ul li{
    display:none;
    opacity:0;
    transition-duration:0.7s;
}
#sp_content_ul .active{
    display:inherit!important;
    opacity:1!important;
}
.sp_adv{
    padding:20px 0;
    width:250px;
    height:760px;
}
.sp_entrance_box{
    width:200px;
    margin-bottom:15px;
	background-color:#65bbf3;
    background:linear-gradient(to right,#3296e7,#00a7ca);

}
.sp_entrance_box p{
	background:#1e80cf;
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    padding: 10px;
    text-align: center;

}
.sp_entrance_box ul{
    margin:0px;
    padding:0px;
}
.sp_entrance_box ul li{
    line-height: 50px;
    font-size: 14px;
    text-align: center;
	color:#fff;
}
.sp_entrance_box ul li:hover a{color:#FDB01F;}
/*.sp_entrance_box ul li:nth-child(odd){
    color: #825636;
    background: #f7f7f7;
}

.sp_entrance_box ul li a{width: 100%;height: 100%; overflow: hidden}

#fly_es .sp_entrance_box ul li:nth-child(even),#fly_sp .sp_entrance_box ul li:nth-child(even),.index-news  .sp_entrance_box ul li:nth-child(odd){

    color: #825636;
    background: #f7f7f7;
}
#fly_es .sp_entrance_box ul li:nth-child(even):hover a,#fly_sp .sp_entrance_box ul li:nth-child(even):hover,.index-news  .sp_entrance_box ul li:nth-child(odd):hover{color:#FDB01F;}
*/

.sp_download_box{
    width:250px;
    height:352px;
    margin-bottom:15px;
}
.sp_download_box p{
    padding: 10px;
    font-size: 18px;
    color: #d26d2c;
    font-weight: bold;
    margin-bottom: 0px;
    background:url('../images/download_bg.jpg')center;
}
.sp_download_box div{
    border:1px solid #e7e7e7;
    border-top:none;
    height:140px;
}
.sp_download_box ul{
    padding:0px;
}
.sp_download_box ul li{
    line-height:35px;
    padding-left:10px;
    border-bottom:1px dashed #efefef;
}
.sp_download_box ul li a{
    color:#d25a0c;
}
#fly_es{
    padding:10px 0 0 0;
    position:relative;
}
#fly_es a:hover{
    color:#fdb01f;
}
.es_title{
    border-bottom:1px solid #ddd;
    height:50px;
    line-height:50px;
}
.es_title h3{
    border-bottom:2px solid #f56a03;
    float:left;
    display:inline;
    margin:0px;
    padding:0px;
    height:50px;
    line-height:50px;
    font-weight:normal;
}
.es_title h3 span{
    font-size:14px;
    color:#b3adad;
}
.es_title a{
    display: inline-block;
    color: #999;
    background: #f56a03;
    color: #fff;
    font-size: 15px;
    width: 107px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    margin-top: 14px;
    text-align: center;
    margin-left: 36px;
}
.es_content{
    width:888px;
    height:760px;
    padding:20px 0;
}
.es_content_box{
    float: left;
    margin-left: 15px;
    width: 280px;
    margin-bottom: 15px;
    height:352px;
    position:relative;
    border:1px solid #e7e7e7;
}
.es_content_box_inside{
    position:absolute;
    z-index:2;
}
.es_content_box:after{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:278px;
    height:100%;
    border-top:1px solid #f56a03;
    border-bottom:1px solid #f56a03;
    transform:scale(0,1);
    transition-duration:0.7s;
    z-index:0;
}
.es_content_box:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:279px;
    height:100%;
    border-right:1px solid #f56a03;
    border-left:1px solid #f56a03;
    transform:scale(1,0);
    transition-duration:0.7s;
    z-index:0;
}
.es_content_box:hover:after{
   transform:scale(1,1);
}
.es_content_box:hover:before{
   transform:scale(1,1);
}
.es_content_box img{
    width:100%;
    padding:5px;
}
.es_text{
    padding:0px 15px;
}
.es_text_title{
    height:35px;
    line-height:35px;
    color:#352;
    font-size:16px;
    font-weight:bold;
    margin-bottom:0px;
}
.es_text_title a{
    float:right;
    font-size:12px;
    color:#666;
    font-weight:normal;
}
.es_text_price{
    font-size:24px;
    height:34px;
    line-height:34px;
    color:#f56a03;
    font-weight:bold;
    margin-bottom:0px;
}
.es_text_price i{
    font-weight: bold;
    color: #ccc;
    font-size:20px;
}
.es_text_price span{
    font-size:16px;
    color:#352;
    font-weight:normal;
    margin-left:5px;
}
.es_text_tel{
    height:31px;
    line-height:31px;
    color:#f56a03;
    margin-bottom:0px;
    border-bottom:1px solid #ece4e4;
    width: 100%;
    overflow: hidden;
}
.es_text_message{
    line-height:35px;
    height:35px;
    color:#ccc;
    font-size:12px;
    overflow:hidden;
}
#es_tab{
    margin:0px;
    left:0px;
}
#es_tab li{
    float:left;
    padding:0px 10px;
    height:50px;
    cursor: pointer;
}
#es_tab .active{
    color:#f56a03;
    border-bottom:2px solid #f56a03;
}
#es_content_ul{
    padding:0px;
    margin:0px;
}
#es_content_ul li{
    display:none;
    opacity:0;
    transition-duration:0.7s;
}
#es_content_ul .active{
    display:inherit!important;
    opacity:1!important;
}
.es_adv{
    padding:20px 0;
    width:250px;
    height:760px;
}
.es_adv_box{
    border:1px solid #e7e7e7;
    width:250px;
    margin-bottom:15px;
    padding:10px 10px 4px;
}
.es_adv_box ul{
    margin:0px;
    padding:0px;
}
.es_adv_box ul li{
    text-align:center;
    line-height:24px;
    color:#666;
}
.list_lh{
    height:265px; overflow:hidden;
}
.list_lh_esf{
    height:265px; overflow:hidden;nt-size:12px;
 
}
.list_esf{ height:181px; overflow:hidden;}
.es_adv_box_title{
    font-size:16px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    background:#f56a03;
    height:50px;
    line-height:50px;
}
.es_adv_box_title.floorslide_box_title{background: #2899e1}
.es_adv_box_title span:first-child{
    margin-right:15px;
    opacity:0;
    transition-duration:0.7s;
}
.es_adv_box_title span:last-child{
    margin-left:15px;
    opacity:0;
    transition-duration:0.7s;
}
.es_adv_box_title a:hover{
    color:#fff;
}
.es_adv_box_title:hover span:first-child{
    margin-right:10px;
    opacity:1;
}
.es_adv_box_title:hover span:last-child{
    margin-left:10px;
    opacity:1;
}
.es_adv_box_title2{
    font-size:16px;
    color:#333;
    font-weight:bold;
}
.es_adv_box_excerpt{
    color:#999;
    font-size:14px;
}
.es_adv_box_excerpt span{
    color:#f56a03;
}
.es_adv_box img{
    max-width:100%;
}
.es_adv_box_resource{
    font-size:12px;
    color:#999;
}
#fly_news{
    padding:35px 0 0px 0;
}
.news_hot{
    float:left;
    width:352px;
    margin-right:40px;
}
.news_hot p{
    border-bottom: 2px solid #f56a03;
    margin: 0px;
    padding: 0px;
    height: 34px;
    line-height: 34px;
    font-weight: normal;
    font-size:18px;
    color:#f56a03;
}
.news_hot p span{
    font-size: 14px;
    color: #b3adad;
}
.news_hot p a{
    font-size:12px;
    color:#f7002f;
}
.news_hot p a:hover{
    font-size:12px;
    color:#f56a03;
}
.news_hot ul{
    margin:0px;
    padding:0px;
    padding-left:15px;
}
.news_hot ul li{
	position:relative;
	height:36px;
    line-height:36px;
    list-style:none;
    color:#f56a03;
    border-bottom:1px dotted #e7e7e7;
}
.news_hot ul li:before,.news_hot ul li before{
	position:absolute;
	left:-10px;
	top:16px;
	content:'';
	width:4px;
	height:4px;
	background:#f56a03;
}
.news_hot ul li a{
    color:#666;
    font-size:12px;
}
.news_hot ul li a:hover{
    color:#f96868;
}
.news_hot ul li a span.title{
    width: 240px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news_hot ul li a span.date{
    float:right;
}
.news_consultation{
    float:left;
    width:352px;
    margin-right:40px;
}
.news_consultation p{
    border-bottom: 2px solid #f56a03;
    margin: 0px;
    padding: 0px;
    height: 34px;
    line-height: 34px;
    font-weight: normal;
    font-size:18px;
    color:#f56a03;
}
.news_consultation p span{
    font-size: 14px;
    color: #b3adad;
}
.news_consultation p a{
    font-size:12px;
    color:#f7002f;
}
.news_consultation p a:hover{
    font-size:12px;
    color:#f56a03;
}
.news_consultation ul{
    margin:0px;
    padding:0px;
    padding-left:20px;
}
.news_consultation ul li{
    line-height:34px;
    list-style:square;
    color:#f56a03;
    border-bottom:1px dotted #e7e7e7;
}
.news_consultation ul li a{
    color:#666;
    font-size:12px;
}
.news_consultation ul li a:hover{
    color:#f96868;
}
.news_consultation ul li a span{
    float:right;
}
.news_policy{
    float:left;
    width:352px;
}
.news_policy p{
    border-bottom: 2px solid #f56a03;
    margin: 0px;
    padding: 0px;
    height: 34px;
    line-height: 34px;
    font-weight: normal;
    font-size:18px;
    color:#f56a03;
}
.news_policy p span{
    font-size: 14px;
    color: #b3adad;
}
.news_policy p a{
    font-size:12px;
    color:#f7002f;
}
.news_policy p a:hover{
    font-size:12px;
    color:#f56a03;
}
.news_policy ul{
    margin:0px;
    padding:0px;
    padding-left:20px;
}
.news_policy ul li{
    line-height:34px;
    list-style:square;
    color:#f56a03;
    border-bottom:1px dotted #e7e7e7;
}
.news_policy ul li a{
    color:#666;
    font-size:12px;
}
.news_policy ul li a:hover{
    color:#f96868;
}
.news_policy ul li a span{
    float:right;
}
#fly_advantage{
    height:130px;
    background:rgba(249, 249, 249, 0.49);
    padding:35px;
    text-align:center;
}
.advantage_box{
    width:285px;
    float:left;
    padding-left:80px;
}
.advantage_box i{
    font-size:50px;
    float:left;
    margin-right:15px;
    color:#2d98e4;
}
.advantage_box_title{
    font-size:16px;
    font-weight:bold;
    color:#333;
}
.advantage_box_excerpt{
    font-size:12px;
    color:#666;
}
#fly_foot{
    background:#2a2a2a;
    height:298px;
}
#fly_foot a{
    color:#dcdbdb;
}
#fly_foot a:hover{
    color:#fff;
}
.foot_nav{
    height:80px;
    border-bottom:1px solid #393939;
}
.foot_nav ul{
    padding:0px;
}
.foot_nav ul li{
    float:left;
    height:80px;
    line-height:80px;
    padding:0px 10px;
}
.foot_nav ul li i{
    color:#909090;
}
.foot_contact{
    color:#e08600;
}
.foot_contact_tel{
    height:80px;
    line-height:80px;
    font-size:18px;
    margin-bottom:0px;
}
.foot_contact_tel span{
    font:20px Hiragino Sans GB,Microsoft YaHei,arial,\5b8b\4f53;
}
.foot_message{
    padding-bottom:20px;
    border-bottom:1px solid #393939;
    height:180px;
}
.foot_message_box{
    width:670px;
    float:left;
}
.foot_message p{
    color: #fff;
    background: #2d98e4;
    width: 84px;
    padding: 5px;
    text-align: center;
    margin-top: 15px;
    border-radius: 12px;
}
.foot_message a{
    color:#808080;
    display:inline-block;
    padding:0 10px;
    line-height:10px;
    border-right:1px solid #808080;
    margin-bottom:10px;
}
.foot_message a:hover{
    color:#bfbfbf;
}
.foot_copyright p{
    color:#808080;
    font-size:12px;
    margin-top:10px;
    margin-bottom:0px;
}
.foot_copyright a{
    color:#808080;
}
.foot_copyright a:hover{
    color:#606060;
    text-decoration:underline;
}
.adv{
    width:100%;
}


/*index-news 20180118 modified*/
#fly_news.bggrey{
    width: 100%;
    background: #f6f6f6;
    padding:30px 0;
    overflow: hidden;
}
.index-news .index-newsbox {
    width: 720px;
    margin:0 0 0 10px;
    background: #fff;
    border: 5px solid #f7f7f7;
}
.index-news .index-newsbox.news_policy{margin-right: 0}
.index-news .index-newsbox p{
    margin:10px 15px 0;
    border-bottom: 0
}
.index-news .index-newspic{
    position: relative;
    float: left;
    width: 320px;
    height: 254px;
    background: #000;
}
.index-news .index-newspic a,.index-news .index-newspic img{width: 100%;height: 100%;display: block;}
.index-news .newspic-t{
    position: absolute;
    bottom: 0;
    left: 0;
    background:rgba(0,0,0,.8);
    width: 100%;
    height: 40px;
    padding:0 10px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index-news ul.index-newsbox-r{float: right;width: 365px; margin:12px 15px 15px 0;}
#myNewspicbox .item{height: 244px;}
#myNewspicbox .carousel-indicators {
    bottom: 40px;
    right: 10px;
    left: auto;
    text-align: right;
}
/*20180903*/
#newstab{
    float: right;
    width: 325px;
    margin: 0 15px 0 0;
	height: 50px;
    line-height: 50px;
	border-bottom: 1px solid #ddd;
}
#newstab .tab{
	float: left;
    padding: 0px 10px;
    height: 50px;
    cursor: pointer;
}
#newstab .active{
	float: left;
    padding: 0px 10px;
    height: 50px;
    cursor: pointer;
	color: #f56a03;
    border-bottom: 2px solid #f56a03;
}
.index-news .con_newstab{
    float: right;
    width: 325px;
    margin: 12px 15px 15px 0;
}
.index-news .con_newstab ul.index-newsbox-r {
    clear:both;
    width: 100%;
    margin:0;
}