/*****************可比信息科技有限公司的网站源码css**************/
/*编辑器：webstom-11  编写人员：web部门唯一的boy：刘杰敏*/
/*******************最上面的导航栏样式***************/
#nav{
    width:100%;
    padding:10px 0;
    color:#1C83C6;
    background-image: linear-gradient(to top,#eee,#fff);
    background:#eee\0;
}
#nav:after{
    content: "";
    display:block;
    height:0;
    clear:both;
}
#nav ul{
    float:right;
}
#nav ul li{
    font-size:15px;
    float:left;
    padding:0 15px;
    border-right:1px solid #c2c2c2;
}
#nav ul li:nth-of-type(4){
    border-right:1px solid transparent;
}
#nav ul li a{
    color:#1c83c7;
}
/*********************头部样式******************/
.header_logo{
    position:relative;
}
.header_logo>a{
    display: block;
    width:1000px;
    height:182px;
}
.header_logo>a>img{
    width:100%;
    height:100%;
}
.header_logo .select_box{
    position:absolute;
    bottom:20px;
    left:0;
}
.header_logo .selected{
    width:103px;
    height:34px;
    position: relative;
    display:inline-block;
    border:1px solid #BDBCBD;
    vertical-align: middle;
    padding-left:0;
    background:url("../images/index_icon.png") no-repeat 18px -44px;
}
.header_logo .selected .select{
    width:102px;
    height:33px;
    line-height: 33px;
    padding-left:10px;
    font-size:16px;
    font-weight: bold;
    text-align:left;
    color:red;
    cursor:pointer;
    background:url("../images/index_icon.png") no-repeat 18px -44px;
}
.header_logo .selected .option{
    position:absolute;
    z-index: 2;
    width:103px;
    height:0;
    border:1px solid #BDBCBD;
    border-bottom:1px solid #fff;
	overflow: hidden;
    top:32px;
    left:-1px;
    text-align: center;
    font-size:0;
    color:red;
    font-weight: bold;
    background:#fff;
}
.selected .option li{
	display:inline-block;
	width:100%;
	height:34px;
	font-size:16px;
    line-height: 34px;
    cursor: pointer;
}
.selected .option li:hover{
	background:#eee;
}
.header_logo .select_box input{
    width:247px;
    height:34px;
    line-height: 34px;
    display:inline-block;
    padding-left:10px;
    font-size:15px;
    font-weight:bold;
    border-right:1px solid #BDBCBD;
    border-top:1px solid #BDBCBD;
    border-bottom:1px solid #BDBCBD;
    vertical-align:bottom;
}
.header_logo .select_box i{
    display: inline-block;
    width:27px;
    height:34px;
    margin-left:7px;
    border:1px solid transparent;
    vertical-align:-60%;
    background:url("../images/index_icon.png") no-repeat -121px -26px;
}
.header_logo .select_box a{
    font-size:12px;
    color:#ed1c24;
    vertical-align:bottom;
}
.header_logo .select_box span{
    font-size:12px;
    vertical-align:bottom;
}
.header_logo .site_box{
    border:1px dotted #ccc;
    font-size:14px;
    position: absolute;
    top:170px;
    left:360px;
    background:#fff;
    padding:10px;
    display: none;
    z-index: 1;
}
.site_box .site_state{
    line-height: 30px;
}
.site_state i{
    display: inline-block;
    position: absolute;
    top:0;
    right:0;
    width:30px;
    height:30px;
    border-left:1px dotted #ccc;
    background:url("../images/index_icon.png") no-repeat -13px -250px;
}
.site_list a{
    display: inline-block;
    padding:3px 8px;
    color:#000;
}
.site_list a:hover{
    background:#1C83C7;
    color:#fff;
}
/******头部新闻导航栏********/
.new_nav{
    background:#1C83C7;
    padding:13px 0;
    height:66px;
    font-size:0;
}
.new_nav a{
    color:#fff;
    font-size:14px;
}
.new_nav span{
    font-size:19px;
    display: inline-block;
    color:#fff;
    width:68px;
    height:42px;
    line-height: 42px;
    float:left;
    text-align: center;
    border-left:1px solid #70A7D6;
    border-right:1px solid #70A7D6;
    /*vertical-align:70%;
    padding-top:8px;*/
}
.new_nav span a{
    color:#fff;
    font-size:19px;
}
.new_nav ul{
    float:left;
/*    padding:0 14px;*/
    display: inline-block;
}
.new_nav .news_ul{
    width:335px;
    height:42px;
    overflow: hidden;
    padding-left:18px;
}
.new_nav .life_ul{
    width:315px;
    height:42px;
    overflow: hidden;
    padding-left:12px;
}
.new_nav .cooby_ul{
    width:146px;
    height:42px;
    overflow: hidden;
    padding-left:7px;
}

.new_nav ul li {
/*    float:left;*/
    display: inline-block;
    height:20px;
    line-height:20px;
    padding:0 8px;
    /*ie8兼容处理*/
    /*margin-top:2px \0;
    margin-left:6px\0;
    margin-right:6px\0;
    margin-bottom:2px\0;
    margin-top:0\9;
    margin-left:5px\9;
    margin-right:5px\9;
    margin-bottom:0\9;*/
}
/*火狐的兼容性处理*/
/*@-moz-document url-prefix() {
    .new_nav ul li{
        margin:0 5px 4px 5px;
    }
    .new_nav .news_ul{
        padding-left:14px;
    }
}*/
/*新闻导航下面的权威推荐*/
.reco{
    padding:10px 0 10px 15px;
    border-left:1px solid #D6D6D6;
    border-right:1px solid #D6D6D6;
    border-bottom:1px solid #D6D6D6;
}
.reco:after{
    display: block;
    height:0;
    content: "";
    clear:both;
}
.reco span{
    display: inline-block;
    width:80px;
    height:17px;
    color:#ed1c24;
    float:left;
}
.reco ul{
    display:inline-block;
    float:right;
    width:900px;
}
.reco ul li{
    display: inline-block;
    color:#000;
    padding:0 8px;
}
.reco ul li a{
    font-size:14px;
    line-height:20px;
    color:#000;
}
/***权威推荐下面的广告图片*****/
.header_pic_ad{
    margin-top:15px;
    width:1000px;
    height:83px;
    position:relative;
    overflow:hidden;
}
.header_pic_ad ul{
    /*width:1200px;*/
    height:83px;
    position:absolute;
    left:0;
}
.header_pic_ad ul:after{
    content:"";
    display: block;
    height:0;
    clear:both;
}
.header_pic_ad ul li {
    /*display: inline-block;*/
    float:left;
    width:200px;
    height:83px;
    padding:0 5px;
}
.header_pic_ad a img{
    width:100%;
    height:100%;
}
/*******头条新闻的图片轮播*********/
.headline{
    margin-top:15px;
    margin-bottom:30px;
}
.headline:after{
    content:"";
    display: block;
    height:0;
    clear: both;
}
/*头条新闻的滑动*/
.headline .headline_slick{
    width:448px;
    height:327px;
    float:left;
    position: relative;
    overflow:hidden;
}
.headline_slick_imgs{
    width:2240px;
    height:327px;
    position: absolute;
    left:0;
}
.headline_slick_imgs li{
    float:left;
    z-index: 0;
}
.headline_slick_imgs li img{
    width:100%;
}
/*轮播图的样式，写入什么的************/
.slideBox{
    position:relative;
    width:670px;
    height:300px;
    overflow:hidden;
}
/*底栏背景设置*/
.slideBox ul.items{
    position:absolute;
    float:left;
    background:none;
    list-style:none;
    padding:0;
    margin:0;
}
.slideBox ul.items li {
    width:448px;
    height:327px;
    float: left;
    background: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.slideBox ul.items li a {
    width:100%;
    height:100%;
    float: left;
    line-height: normal !important;
    padding: 0 !important;
    border: none /*For IE.ADD.JENA.201206300844*/;
}
.slideBox ul.items li a img {
    width:100%;
    height:100%;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    border: none /*For IE.ADD.JENA.201206300844*/;
}
.slideBox div.tips {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;
    overflow: hidden;
    color:#fff;
    background-color:#1C83C7;
}
.slideBox div.tips div.title {
    position: relative;
    height:30px;
}
.slideBox  div.title a {
    text-decoration: none;
    position: relative;
    top:270px;
    font-size:16px;
    display: inline-block;
    text-align: center;
    margin-top:10px;
    width:100%;
    color:#fff;
    height: 22px;
    overflow: hidden;
}
.slideBox div.tips div.title a:hover {
    text-decoration: underline !important;
}
.slideBox div.nums {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    margin-top: 268px;
}
.slideBox div.tips div.nums:after{
    content:"";
    display: block;
    height:0;
    clear: both;
}
.slideBox div.nums a {
/*    float: left;*/
    text-indent: -99999px;
/*    position: relative;*/
/*    top:276px;*/
/*    float:left;*/
    display: inline-block;
    width:20px;
    height:20px;
    cursor:pointer;
    margin-left:8px;
    margin-right:8px;
    background:url("../images/index_icon.png") no-repeat -26px 4px;
}
.slideBox  div.nums a.active {
    background:url("../images/index_icon.png") no-repeat -75px 0;
}
/*主页新闻*/
.headline_news{
    float:right;
    width:522px;
    margin-left:30px;
}
.headline_news .news_sec{
    padding:10px 0 15px 0;
    border-bottom:1px dotted #ccc;
}
.headline_news .news_sec a{
    font-size:22px;
    color:#000;
}
.headline_news .news_sec a:hover{
    color:#0087CB;
}
.headline_news .news_sec p{
    font-size:15px;
    height: 39px;
    line-height: 19px;
    overflow: hidden;
    color:#7d7d7d;
    margin-top:5px;
    margin-top:8px\0;
}
.business_news:after{
    content:"";
    display: block;
    height:0;
    clear: both;
}
.business_news div{
    width:330px;
    float:left;
    border:1px solid #D3D3D3;
}
.business_news div:nth-of-type(2){
    margin:0 5px;
}
.business_news .b_n_two{
    margin-left:5px\0;
    margin-right:5px\0;
}
.business_news span{
    display: inline-block;
    width:30px;
    color:#476D8F;
    padding:10px 5px;
    font-size:14px;
    background:#EDEDED;
}
.business_news ul{
    display: inline-block;
}
.business_news ul li{
    width: 290px;
    height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.business_news ul li i{
    display: inline-block;
    border:2px solid #9B9090;
    height:2px;
    width:2px;
    line-height: 5px;
    margin:3px 3px 3px 10px;
}
.business_news ul li a{
    margin-left:3px;
    color:#476D8F;
    font-size:12px;
}
/*************页面主体**************/
#section{
    margin-top:30px;
    margin-bottom:30px;
}
#section:after{
    content:"";
    display: block;
    height:0;
    clear: both;
}
/*********内容主体左边边内容区域**********/
#section_left{
    width:668px;
    float:left;
}
#section_left:after{
    content:"";
    display: block;
    height:0;
    clear: both;
}
.sec_nav{
    background:#EBEEF0;
    position: relative;
    width:668px;
/*    height: 59px;*/
/*    overflow: hidden;*/
}
.sec_nav:after{
    content:"";
    display: block;
    height:0;
    clear: both;
}
/*运行商，不可修改*/
.customization{
    float:left;
    font-size:0;
}
.customization li{
/*    width: 70px;*/
    display: inline-block;
    color: #7B8A97;
    padding: 19px 15px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
}
.customization li:hover{
    background:#1C83C7;
    color:#fff;
}
.customization .active{
    background:#1C83C7;
    color:#fff;
}
/*用户可定制的列表*/
.user_list{
    font-size:0;
    float:left;
    display: inline-block;
}
 .sec_nav .user_list li{
    float: left;
/*    width: 70px;*/
/*    height:56px;*/
    position: relative;
    display: inline-block;
    color: #7B8A97;
    padding: 19px 15px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
     white-space: nowrap;
}
.sec_nav .user_list .active{
    background:#1C83C7;
    color:#fff;
}
#section_left .sec_nav .user_list:after{
    content:"";
    display: block;
    height:0;
    clear: both;
}
.sec_nav .more_classify .look_more{
    width: 32px;
    height: 7px;
    display: inline-block;
    background: url(../images/index_icon.png) no-repeat -137px -72px;
    position: absolute;
    bottom: 6px;
    left: 19px;
}
.sec_nav .user_list li:hover{
    background:#1C83C7;
    color:#fff;
}
/*更多按钮*/
.more_classify{
    display: inline-block;
    float: right;
    width:70px;
/*    height:56px;*/
    padding: 19px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    color:#7B8A97;
}
.more_classify:hover{
    background:#1C83C7;
    color:#fff;
}
.sec_nav .more_classify:hover .look_more{
    background:url("../images/index_icon.png") no-repeat -137px -92px;
}
/*添加按钮*/
.sec_nav .add_more{
    width:38px;
    padding: 0;
    font-size: 16px;
    text-align: center;
    height:56px;
    float:right;
    cursor:pointer;
}
.sec_nav .add_more a{
    width:38px;
    height:56px;
    line-height: 65px;
    display: block;
    text-align: center;
}
.sec_nav .add_more i{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/index_icon.png) no-repeat 0 -130px;
}
/*更多列表*/
.user_more_list{
    width:70px;
    position: absolute;
    top:58px;
    right:0;
    background:#fff;
    border:1px solid #1C83C7;
    display: none;
    font-size:0;
    z-index:10;
}
.more_classify:hover .user_more_list{
    display:block;
}
.user_more_list li{
    width: 100%;
    text-align: center;
    /* padding: 5px 0; */
    display: inline-block;
    color: #7B8A97;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size:16px;
}
.user_more_list li:hover{
    background:#1C83C7;
    color:#fff;
}
/********拖拽事件的样式区域*********/
.drag_box{
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index: 10;
    display: none;
}
.drag_box .drag_shade{
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index: 10;
    background:#000;
    opacity: 0.7;
    filter:alpha(opacity=70); ZOOM: 1;
}
.drag_box .drag_box_one{
    width:600px;
    overflow-y: auto;
    height:525px;
    position: fixed;
    top:10%;
    right:0;
/*    bottom:0;*/
    left:0;
    margin:auto;
    z-index: 10;
    border-radius:10px;
/*    background:url("/static/web_css/web/images/drag_bg.png") no-repeat 0 0;*/
    background-color:#fff;
    background-size:100% 100%;
}
.drag_box_one .header_p{
    display: block;
    width:100%;
    height:50px;
    line-height:50px;
    background-color:#ddd;
    padding-left:33px;
    font-size:20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color:#000;
}
.drag_box_one .drag_target{
    width:100%;
    position: relative;
    padding: 10px 0 10px 10px;
    font-size:0;
}
.drag_box_one .drag_target:after{
    content: "";
    height:0;
    clear: both;
    display: block;
}
.drag_target li{
    float:left;
    width:86px;
    height:36px;
    overflow: hidden;
    cursor:move;
    text-align: center;
    margin:10px 13px;
    position: absolute;
    line-height: 36px;
    font-size:15px;
    /*上面的li*/
    background:url("/static/web_css/web/images/btn_bg.png") no-repeat -208px 0;
}
.drag_target li a{
    color:#838383;
    cursor:move;
    margin-right: 13px;
}
.drag_target li b{
    position: absolute;
    top:0;
    right:0;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #fff;
    float:right;
    cursor: pointer;
    margin-bottom: 7px;
}
/*用来占位用的*/
.drag_target i{
    float:left;
    width:86px;
    height:36px;
    cursor:move;
    text-align: right;
    margin:10px 13px;
    line-height: 36px;
    background:#fff;
    border:1px dotted #1C83C7;
    border-radius:3px;
}
.drag_box_one .more_col{
    text-align: center;
    height:20px;
    width:100%;
    font-size:20px;
}
.drag_box_one .drag_source{
    position: relative;
    width:100%;
/*    height:180px;*/
    padding: 10px 0 10px 10px;
}
.drag_box_one .drag_source:after{
    content:"";
    height:0;
    display: block;
    clear:both;
}
.drag_source li{
    float:left;
    width:86px;
    height:36px;
    overflow: hidden;
    cursor:pointer;
    text-align: center;
    margin:10px 13px;
    line-height: 36px;
    position: relative;
    /*下面的li*/
    background:url("/static/web_css/web/images/btn_bg.png") no-repeat 0 -45px;
}
.drag_source li a{
    color:#1C83C7;
    cursor:pointer;
}
.drag_source li a b{
    font-weight:normal;
}
.drag_box_one .drag_btn{
    width:100%;
    height:36px;
    text-align: right;
    padding:0 30px 0 0;
    /*position: absolute;
    bottom: 0;*/
}
.drag_btn button{
    width:94px;
    height:38px;
    line-height: 36px;
    border:1px solid transparent;
    color:#fff;
    font-size:18px;
    cursor: pointer;
}
/*******主体左边页面的新闻预览********/
.news_pre{
    border-bottom:1px dotted #ccc;
    padding:15px 30px;
}
.news_pre:after{
    content:"";
    display: block;
    height:0;
    clear: both;
}
/*新闻预览标题*/
.news_pre h1{
    color:#000;
    font-size:20px;
    margin-bottom:14px;
    height:25px;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    font-weight: normal;
}
.news_pre h1:hover{
    color:#0087CB;
}
.news_pre .pre_headline{
    float:right;
    width:400px;
}
/*新闻预览图片*/
.news_pre .pic_one{
    margin-right:20px;
    float:left;
    width:187px;
    height:137px;
}
.news_pre .pic_two{
    margin-right:20px;
    width:187px;
    height:137px;
}
.news_pre .pic_three{
    width:187px;
    height:137px;
}
.news_pre .pic_big{
    width:400px;
    height:200px;
}
/*新闻预览文本*/
.news_pre p a{
    color:#444444;
    height:51px;
    display: inline-block;
    line-height:18px;
    overflow: hidden;
}
.news_pre .pre_p{
    margin-bottom:5px;
    float:right;
    width:400px;
}
/*新闻预览底部*/
.pre_bottom{
    width:400px;
    float:right;
    margin-top:10px;
    /*width:100%;*/
    font-size:11px;
    color:#7D7D7D;
}
.news_pre>div{
    position: relative;
    margin-top:10px;
    height:15px;
    padding-right:10px;
    font-size:11px;
    color:#7D7D7D;
}
.news_pre div:after{
    content:"";
    display: block;
    height:0;
    clear: both;
}
.news_pre>div>span{
    margin-right:42px;
    float:left;
}
.news_pre div .special{
    display: inline-block;
    width:44px;
    height:15px;
    background:url(../images/index_icon.png) no-repeat -60px -26px;
}
.news_pre div b{
    font-weight: normal;
    margin-top: 1px;
    display: inline-block;
}
.news_pre div em{
    display: inline-block;
    width:15px;
    height:15px;
    background:url("../images/index_icon.png") no-repeat -132px 0;
    float:right;
}
.look_more{
        cursor: pointer;
    display: inline-block;
    width: 668px;
    height: 35px;
    margin-top: 15px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    background: #f3f3f3;
    color: #1C83C7;
}
.news_pre div em:hover ul{
    display: block;
    height:126px;
    transition: height 0.3s;
}
.news_pre .news_share{
    position: absolute;
    top:15px;
    right:0;
    display: none;
    background:#fff;
    border:1px solid #ccc;
    padding:0 5px 0 5px;
    overflow: hidden;
}
.news_pre .news_share li{
    width:34px;
    height:28px;
    margin-top:10px;
}
/*********内容主体右边内容区域**********/
#aside{
    width:288px;
    float:right;
}
#aside:after{
    content:"";
    display: block;
    height:0;
    clear: both;
}
#aside .life_icon{
    margin-bottom:30px;
    font-size:0;
}
#aside .life_icon a{
    display: inline-block;
    width:66px;
    height:70px;
}
#aside .life_icon a img{
    display: block;
    width:48px;
    height:48px;
    margin:0 auto 2px;
}
#aside .life_icon a p{
    width:66px;
    height:18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size:14px;
    color:#000;
}
/****主体边框右边区域的轮播图******/
/*轮播图里面的点击按钮*/
/*点击按钮的背景*/
.aside_slide>i{
    z-index: 1;
    width:33px;
    height:33px;
    cursor:pointer;
    position:absolute;
    background-color:#1C83C7;
    opacity: 0.7;
    filter:alpha(opacity=70); ZOOM: 1
}
.btn_left{
    top:74px;
    left:0;
}
.btn_right{
    top:74px;
    right:0;
}
/*点击按钮的图标*/
.aside_slide>b{
    position:absolute;
    z-index: 2;
    cursor:pointer;
    display: inline-block;
    top:84px;
    width:9px;
    height:14px;
}
.btn_left_b{
    left:11px;
    background:url("../images/index_icon.png") no-repeat 0 0;
}
.btn_right_b{
    right:11px;
    background:url("../images/index_icon.png") no-repeat -15px 0;
}
.aside_slide{
    position: relative;
    width:286px;
    height:172px;
    margin:13px 0 30px 0;
    overflow:hidden;
}
.aside_slide ul.items{
    position: absolute;
}
.aside_slide ul.items li {
    width: 286px;
    height: 210px;
    float: left;
    background: none;
    padding: 0;
    margin: 0;
}
.aside_slide ul.items li a {
    width:100%;
    height:100%;
    float: left;
    line-height: normal !important;
    padding: 0 !important;
    border: none /*For IE.ADD.JENA.201206300844*/;
}
.aside_slide ul.items li a img {
    width:100%;
    height:100%;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    border: none /*For IE.ADD.JENA.201206300844*/;
}
.aside_slide div.tips {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 27px;
    overflow: hidden;
    color:#fff;
    background-color:#1C83C7;
}
.aside_slide  div.title{
    width:100%;
    position:absolute;
    bottom:0;
    height:30px;
    line-height: 30px;
}
.aside_slide  div.title a {
    width:200px;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    font-size:15px;
    display: block;
    text-align: center;
    margin:0 auto;
    color:#fff;
/*    background:url("../images/index_icon.png") no-repeat -126px -130px;*/
}
.aside_slide div.title a:hover {
    text-decoration: underline !important;
}
/*******新闻右边拦下面的推广图片********/
.imgs_ad{
    display:block;
    margin-bottom:28px;
    margin-bottom:24px\0;
    width:286px;
    height:124px;
    border:1px solid #ccc;
}
.imgs_ad img{
/*    border:1px solid transparent;*/
    width:100%;
    height:100%;
}
.rate{
    margin-bottom:28px;
    width:286px;
    height:140px;
}
.rate p{
    width:100%;
    height:39px;
    background:#0087CB;
    color:#fff;
    border-bottom:3px solid #fff;
}

.rate p span{
    display: inline-block;
    background:url("../images/index_icon.png") no-repeat -146px -100px;
    padding-left:30px;
    margin-left:12px;
    line-height: 39px;
}
.rate div{
    height:102px;
    width:100%;
    background:#0087CB;
}
/***********接近页尾的新闻部分*************/
.pic_news_box{
    height:218px;
    margin:30px 0;
    position:relative;
}
.pic_news_box .foo_left{
    width:50px;
    height:50px;
    position: absolute;
    top:84px;
    left:0;
    cursor: pointer;
    background:url("../images/index_icon.png") no-repeat 0 -78px;
}
.pic_news_box .foo_right{
    width:50px;
    height:50px;
    position: absolute;
    top:84px;
    right:0;
    cursor: pointer;
    background:url("../images/index_icon.png") no-repeat -64px -78px;
}
/*图片新闻部分*/
.pic_news_imgs{
    font-size:0;
}
.pic_news_imgs li{
    width:0;
    height:0;
    float:left;
    top:109px;
    left:500px;
    position:absolute;
}
.pic_news_imgs li a{
    color:#fff;
}
.pic_news_imgs li i{
    width:100%;
    height:32px;
    display:block;
    margin-top:-31px;
    background-color:#1C83C7;
    opacity: 0.7;
    filter:alpha(opacity=70); ZOOM: 1
}
.pic_news_imgs li .pic_title{
    width:260px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:15px;
    display: inline-block;
    position:absolute;
    text-align: center;
    bottom:6px;
    margin-left: 20px;
}
.pic_news_imgs li img{
    width:100%;
    height:100%;
}
/*友情连接部分*/
.ad_link{
    border:1px solid transparent;
    background:#F3F3F3;
}
.continent{
    color:#707070;
    margin:28px 0 0 32px;
}
.continent:after{
    content:"";
    display: block;
    height:0;
    clear: both;
}
.continent li{
    cursor:pointer;
    float:left;
    padding:0 30px;
    font-size:18px;
}
.ad_link div{

    margin:28px 56px 28px 56px;
    word-wrap:break-word; word-break:normal;
}
.ad_link div a{
    display: inline-block;
    color:#454545;
    margin-right:10px;
    font-size:13px;
    line-height: 26px;
    text-align: left;
}
.ad_link div a:hover{
    color:#1c83c7;
}
.disnone{
    display: none;
}
.disblock{
    display: block;
}
/************页尾**************/
#footer{
    background:#0087CB;
    color:#fff;
    font-size:15px;
    padding:14px 0;
}
#footer:after{
    content: "";
    display:block;
    height:0;
    clear:both;
}
#footer ul{
/*     margin-left:245px; */
	text-align: center;
}
#footer ul:after{
    content: "";
    display:block;
    height:0;
    clear:both;
}
#footer ul li{
    width:85px;
/*     float:left; */
    text-align: center;
	display: inline;
	margin: 10px;
}
#footer ul li a{
    color:#fff;
}
.first_p{
    height:27px;
    line-height: 27px;
    font-size:15px;
    width:350px;
    margin:6px 0 6px 335px;
}
.first_p img{
    margin-left:69px;
    margin-top: -5px;
    height:27px;
}
.first_p span{
    color:#ed1c24;
}
.last_p{
    width:610px;
    margin-left:249px;
}
/***********************新闻标题页面样式，上面的都是主页的样式**************************/
.news_page_nav{
    border-top:4px solid #1C83C7;
    border-bottom:1px solid #1C83C7;
}
.news_page_nav ul:after{
    content:"";
    display:block;
    height:0;
    clear:both;
}
.news_page_nav ul li{
    float:left;
/*    width:64px;*/
    text-align: center;
}
.news_page_nav ul li[name="more_news"]>a{
    width:86px;
    padding:12px 0;
}
.news_page_nav li>a{
    height:42px;
    display: inline-block;
    color:#000;
    font-size:16px;
    padding:12px 16px;
}
.news_page_nav  li i{
    display: inline-block;
    width:14px;
    height:10px;
    margin-left:8px;
    background:url("../images/index_icon.png") no-repeat -25px -136px;
}
.news_page_nav  .active i{
    background:url("../images/index_icon.png") no-repeat -62px -136px;
}
.news_page_nav ul li a:hover,.news_page_nav ul .active a{
    background:#1C83C7;
    color:#fff;
}
.news_page_nav ul li[name=more_news]:hover i{
    background:url("../images/index_icon.png") no-repeat -42px -136px;
}
.news_page_nav ul li:hover{
    color:#fff;
}
.news_page_nav ul li[name=more_news]:hover .more_news{
    display:block;
}
.news_page_nav .more_news{
    width:86px;
    position: absolute;
    top:42px;
    top:40px\0;
    left:0;
    z-index: 10;
    border:1px solid #1C83C7;
    text-align: center;
    display:none;
}
.news_page_nav .more_news>li{
    width:84px;
    height:42px;
    overflow: hidden;
    white-space: nowrap;
}
.news_page_nav .more_news li>a{
    color:#000;
    width:100%;
    background:#fff;
    padding:12px 0;
}
.more_news li{
    width:100%;
}
/******主页新闻右边的热点新闻*****/
.hot_news{
    /*border:1px solid #000;*/
}
.hot_news a{
    text-align: left;
    height:40px;
    line-height: 40px;
    display: block;
    color:#000;
}
.hot_news a b{
    display: block;
    float:left;
    width:26px;
    height:26px;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
    color:#fff;
    background:#777;
    border-radius:3px;
    margin-top:6.5px;
    margin-right:10px;
}
.hot_news a p{
    display: inline-block;
    height:40px;
    font-size:16px;
    line-height: 40px;
    max-width:243px;
    overflow: hidden;
    /*white-space:nowrap;
    text-overflow:ellipsis;*/
}
/******************************新闻页面的另一种形式的轮播图************************************/
/*！！！！！！！！！！！！*/
/*轮播图的样式，写入什么的************/
.news_list_slick{
    position:relative;
    width:664px;
    height:325px;
    overflow:hidden;
    margin-top:15px;
    margin-bottom:30px;
}
/*底栏背景设置*/
.news_list_slick ul.items{
    position:absolute;
    float:left;
    background:none;
    list-style:none;
    padding:0;
    margin:0;
}
.news_list_slick ul.items li {
    width:664px;
    height:325px;
    float: left;
    background: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.news_list_slick ul.items li a {
    float: left;
    display: inline-block;
    line-height: normal !important;
    padding: 0 !important;
    border: none /*For IE.ADD.JENA.201206300844*/;
}
.news_list_slick ul.items li a img {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    border: none /*For IE.ADD.JENA.201206300844*/;
    width:450px;
    height:325px;
}
.news_list_slick ul li dl{
    display: inline-block;
    float:right;
    width:214px;
    height:325px;
    background:#f3f3f3;
    padding:16px;
    color:#000;
}
.news_list_slick ul dl dt{
    font-size: 20px;
    max-height: 82px;
    overflow: hidden;
    margin-bottom: 20px;
}
.news_list_slick ul dl dd{
    font-size:15px;
    color:#7d7d7d;
    line-height: 22px;
}
.news_list_slick div.tip {
    position: absolute;
    right: 0;
    width: 216px;
    height: 36px;
    overflow: hidden;
    color:#fff;
}
.news_list_slick div.tip div.title {
    position: relative;
    height:30px;
}
.news_list_slick  div.title a {
    text-decoration: none;
    position: relative;
    top:270px;
    font-size:16px;
    display: inline-block;
    text-align: center;
    margin-top:10px;
    width:100%;
    color:#fff;
}
.news_list_slick div.tip div.title a:hover {
    text-decoration: underline !important;
}
.news_list_slick div.nums {
    width:186px;
    position: absolute;
    bottom:3px;
    right:0;
    margin:0;
}
.news_list_slick div.tip div.nums:after{
    content:"";
    display: block;
    height:0;
    clear: both;
}
.news_list_slick div.nums a {
> float: left /*For IE.ADD.JENA.201206300844*/;
    text-indent: 0;
    position: static;
    float:left;
    display: inline-block;
    width:30px;
    height:30px;
    line-height: 30px;
    cursor:pointer;
    margin-left:0;
    margin-right:0;
    background:#eee;
    text-align: center;
    font-size: 18px;
    color:#7D7D7D;
}
.news_list_slick  div.nums a.active {
    background:#000;
    color:#fff;
}
/*************************************新闻详情页的样式*******************************************/
.news_details_nav{
    height:30px;
    line-height: 30px;
}
.news_details_nav i{
    display: inline-block;
    float:left;
    width:24px;
    height:24px;
    margin-top:5px;
    margin-right:2px;
    background:url("../images/index_icon.png") no-repeat -144px -158px;
}
.news_details_nav span{
    display: inline-block;
    font-size:20px;
    height:30px;
    line-height: 30px;
}
.news_details_nav a{
    color:#1C83C7;
    font-size:20px;
}
/****新闻详情正文****/
#details_sec{
    margin-bottom:15px;
    border-bottom:1px solid transparent ;
}
#details_sec h1{
    font-size:24px;
    width:100%;
    text-align: center;
    margin:30px 0;
}
.article_sec img{
    width:604px;
    margin:0 30px;
}
.article_sec p{
    font-size:18px;
    margin:25px 0;
    text-indent: 30px;
    line-height: 30px;
    color:#000;
}
.news_msg {
    width:100%;
    height:28px;
    padding-right:77px;
    padding-bottom:5px;
    line-height: 28px;
    margin-left:30px;
    color:#7D7D7D;
    margin-bottom:14px;
    font-size:16px;
}
.news_msg .news_where{
    float:left;
    height:28px;
    overflow: hidden;
}
.news_msg span{
    display: inline-block;
}
.news_msg i{
    display: inline-block;
    float:right;
    width:34px;
    height:28px;
    margin-left:7px;
}
/*相关新闻*/
.correlation_news{
    margin-top:50px;
    margin-bottom: 47px;
}
.correlation_news a{
    display: block;
    font-size: 18px;
    margin:10px 0 7px 10px;
    color:#000;
}
.correlation_news a:hover{
    text-decoration: underline !important;
}
/*用户评论*/
.input_box{
    background:#fff;
}
.input_box h3{
    font-size:20px;
    font-weight: normal;
    padding-left: 5px;
}
.input_box h3 span{
    font-size:16px;
    color:#777777;
    margin-top: 4px;
}
.input_box h3 span b{
    font-weight: normal ;
}
.input_box .user_input{
    border:1px solid #1C83C7;
}
.user_input textarea{
    resize:none;
    width:100%;
    height:80px;
    font-size:16px;
    border:1px solid transparent;
    outline: none;
}
.user_input .user_submit{
    width:100%;
    height:40px;
    border-top:1px solid #DDDDDD;
}
.user_submit img{
    float:left;
    width:32px;
    height:32px;
    margin:4px 18px 0 10px;
}
.user_submit span{
    display: inline-block;
    float:left;
    line-height: 40px;
    width:80px;
    overflow: hidden;
    font-size:16px;
    color:#1C83C7;
}
.user_submit i{
    display: inline-block;
    width:30px;
    height:35px;
    margin-left:20px;
    margin-top:5px;
    background:url("../images/index_icon.png") no-repeat 0 -185px;
}
.user_submit b{
    display: inline-block;
    width:34px;
    height:35px;
    margin-left:20px;
    margin-top:5px;
    background:url("../images/index_icon.png") no-repeat -36px -185px;
}
.user_submit button{
    float:right;
    width:74px;
    height:28px;
    font-size:14px;
    padding:0;
    color:#fff;
    border:1px solid transparent;
    margin: 6px 14px 0 0;
    border-radius:4px;
    background:#1C83C7;
}
/****用户评论显示区*****/
.user_comment_box{
    margin-top:60px;
}
.user_comment_box h3{
    margin:10px 0;
}
.user_comment_box .user_comment{
    border-bottom:1px dotted #7D7D7D;
}
.user_comment a{
    display: inline-block;
    margin:15px 0;
    color:#1C83C7;
    font-size:16px;
}
.user_comment p{
    font-size:16px;
    margin-bottom:10px;
    color:#000;
}
.comment_msg{
    margin-bottom:18px;
    color:#7D7D7D;
    font-size:14px;
}
.comment_msg div{
    display: inline-block;
    float:right;
    margin-right:7px;
}
.comment_msg span b,.comment_msg span i{
    font-style: normal;
    font-weight: normal;
    color:#ED1C24;
}
.user_comment .user_reply{
    background: #f3f3f3;
    border: 1px solid transparent;
    padding: 0 70px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
/*********************************图片新闻详情页*************************************************/

.pic_news_details h1{
    font-size:24px;
    width:100%;
    text-align: center;
    margin:32px 0;
}
.pic_news_sec{
    border:1px solid #ddd;
    padding:15px 50px;
}
/*.pic_news_sec img{
    width:100%;
}*/
.imgs_box{
    width:904px;
    height:750px;
    position: relative;
    overflow: hidden;
}
.imgs_box:after{
    content: "";
    height:0;
    display: block;
    clear: both;
}
.imgs_box>i{
    position: absolute;
    z-index: 10;
    display: block;
    width:50%;
    height:600px;
/*    cursor: pointer;*/
    background:#000;
    opacity: 0;
    filter:alpha(opacity=0); ZOOM: 1
}
.imgs_box>.lefts:hover{
/*
    background:#fff;
    opacity: 0;
*/
    cursor: url(/static/web_css/web/images/lefts.ico),auto;
/*    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
/*    filter:alpha(opacity=0); ZOOM: 1;*/
/*    background:url("/static/web_css/web/images/left.png") no-repeat;*/
}
.imgs_box>.rights:hover{
/*
    background:#fff;
    opacity: 0;
*/
    cursor: url("/static/web_css/web/images/rights.ico"),auto;
/*    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
/*    filter:alpha(opacity=0); ZOOM: 1;*/
/*    background:url("/static/web_css/web/images/right.png") no-repeat;*/
}
.imgs_box .pic_num{
    position: absolute;
    width:110px;
    height:130px;
    left:0;
    bottom:0;
    font-size:26px;
    color:#000;
    background:#fff;
}
.pic_num div{
    position: absolute;
    left:45px;
    bottom:85px;
    font-size:26px;
    color:#000;
}
.pic_num b{
    font-size:50px;
}
.pic_num i{
    font-style: normal;
}
.news_imgs{
    position: absolute;
    height:720px;
    left:0;
}
.news_imgs li{
    width:904px;
    height:720px;
    float:left;
}
.news_imgs li dt{
    width:902px;
    height:602px;
    line-height: 602px;
    text-align: center;
    
}
.news_imgs li dt img{
    max-width:100%;
    max-height:100%;
}
.news_imgs li dd{
        margin: 38px 46px 0 136px;
    font-size: 18px;
    height: 110px;
    overflow-y: auto;
}
/************************************主题页面***********************************/
.special_box{
    padding: 15px 50px;
    margin-bottom:30px;
}
.special_box .special_pic{
    width: 904px;
    /*height:283px;*/
}
.special_pic img{
    width:100%;
    /*height:100%;*/
}
.special_box p{
    min-height:62px;
    border-radius:5px;
    padding:18px 20px;
    text-indent: 62px;
    line-height: 30px;
    background:#DDDDDD;
    font-size:18px;
}
.special_sec{
    margin-top:20px;
    position: relative;
    
}
.special_sec i{
    position: absolute;
    width:47px;
    height:26px;
    display: inline-block;
    top:19px;
    left:20px;
    background:url("../images/index_icon.png") no-repeat 0 -220px;
}
/************************************关于我们的页面**************************************/
.about_list{
    float:left;
    width:250px;
    text-align: center;
    background:#EEEEEE;
}
.about_list i{
    display: inline-block;
    width:230px;
    height:1px;
    border-bottom:1px solid #fff;
}
.about_list li{
    width:100%;
    height:60px;
    cursor: pointer;
    color:#000;
    font-size:20px;
    text-align: center;
    line-height: 60px;
    border-bottom:1px solid #fff;
}
.about_list li:hover,.about_list .active{
    background:#1C83C7;
    color:#fff;
}
.about_sec{
    float:right;
    width:720px;
    min-height:360px;
    min-height:310px\0;
    padding:24px 20px;
    border:1px solid #ddd;
}
.about_sec h3{
    font-size:18px;
    padding-left:5px;
    text-align: left;
    border-bottom:2px solid #ddd;
}
.about_sec p{
    margin-top:25px;
    font-size:18px;
    line-height: 25px;
    color:#000;
    text-indent: 32px;
}
/************用户中心页面************/
.about_sec div{
    min-height:30px;
    margin:10px 0;
    line-height: 30px;
}
.about_sec form{
    font-size:18px;
}
.about_sec form label{
    display: inline-block;
    width:160px;
    text-align: right;
    margin-right:10px;
}
.user_icon img{
    width:100px;
    height:100px;
}
.user_icon input{
    width:72px;
    height:22px;
    border:1px solid #A1A1A1;
    background:#fff;
    position: absolute;
    bottom:0;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    filter:alpha(opacity=0); ZOOM: 1
}
.user_icon span{
    display: inline-block;
    width:72px;
    height:26px;
    line-height: 24px;
    font-size:16px;
    text-align: center;
    border:1px solid #A1A1A1;
    background:#fff;
    position: absolute;
    bottom:0;
    color:#A1A1A1;
    cursor: pointer;
}
.user_icon label:before{
    content: "*";
    color:#ED1C24;
}
.nick_name input{
    width:370px;
    height:30px;
    border:1px solid #A1A1A1;
    color:#000;
    font-size:18px;
}
/*打星星专用标记*/
.input_start:before{
    content: "*";
    color:#ED1C24;
}
.user_mail input{
    width:370px;
    height:30px;
    border:1px solid #A1A1A1;
    color:#000;
    font-size:18px;
}
.user_warning{
    font-size:14px;
    color:#bbb;
}
.sub_btn input{
    width:130px;
    height:32px;
    background:#ED1C24;
    color:#fff;
    font-size:18px;
    margin-right:110px;
}
/********用户修改密码********/
#change_pwd{
    display: none;
}
/***********************************旅游列表样式******************************************/
.tour_rec{
    width:1000px;
    height:280px;
    padding:0 33px;
    margin-top:20px;
    margin-bottom:30px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.tour_rec div{
    width:933px;
    height:280px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    overflow: hidden;
}
/*旅游列表的轮播图样式*/
.tour_slide_box{
    height:290px;
    position: relative;
}
.tour_slide_box li{
    float:left;
    width:310px;
    height:290px;
    padding:15px;
    position: absolute;
}
.tour_slide_box li a{
    display: inline-block;
    font-size:20px;
    color:#000;
}
.tour_slide_box li a dd{
        text-align: left;
    padding: 10px 10px 15px;
    height: 76px;
    line-height: 24px;
}
.tour_slide_box li a img{
    width:280px;
    height:205px;
}
.tour_rec i{
    position: absolute;
    display: block;
    width:40px;
    height:50px;
    z-index: 2;
    cursor: pointer;
}
.tour_rec .tour_left{
    top:90px;
    left:0;
    background:url("/static/web_css/web/images/index_icon.png") no-repeat -86px -207px;
}
.tour_rec .tour_right{
    top:90px;
    right:0;
    background:url("/static/web_css/web/images/index_icon.png") no-repeat -128px -207px;
}
/*旅游列表的样式*/
.tour_nav{
    background:#EBEEF0;
}
.tour_nav:after{
    content:"";
    display: block;
    height:0;
    clear: both;
}
.tour_nav ul li{
    width:14.28%;
    float: left;
    padding: 18px 0;
    font-size: 16px;
    text-align: center;
    position: relative;
}
#section_left .tour_nav ul:after{
    content:"";
    display: block;
    height:0;
    clear: both;
}
.tour_nav ul li .look_more{
    width: 32px;
    height: 6px;
    display: inline-block;
    background: url(../images/index_icon.png) no-repeat -137px -72px;
    position: absolute;
    bottom: 8px;
    left: 33px;
}
.tour_nav ul li:hover,.tour_nav ul .active{
    background:#1C83C7;
    color:#fff;
}
.tour_nav ul li:hover>a,.tour_nav ul .active>a{
    color:#fff;
}
.tour_nav ul li:hover .look_more{
    background:url("../images/index_icon.png") no-repeat -137px -92px;
}
.tour_nav ul li a{
    color:#000;
}
.more_tour_nav:hover ul{
    display:block;
}
.more_tour_nav ul{
    width:95px;
    position: absolute;
    top:53px;
    right:0;
    background:#fff;
    border:1px solid #1C83C7;
    display: none;
}
.more_tour_nav ul li{
    width:100%;
    text-align: center;
    padding:5px 0;
    display: inline-block;
}
/*左边主体的旅游内容*/
#tour_news{
    padding-top:10px;
    font-size:0;
}
#tour_news a{
    display: inline-block;
    width:210px;
    margin-top:20px;
}
#tour_news a img{
    width:100%;
    height:100%;
    border-style:none;
}
#tour_news a dt{
    width:210px;
    height:153px;
}
#tour_news a dd{
    font-size:16px;
    height:36px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#000;
    margin-top:15px;
}
/*右边的热门排行*/
.hot_tour a{
    text-align: left;
    width:286px;
    height:76px;
    display: block;
    color:#000;
    position: relative;
    margin-bottom:20px;
}
.hot_tour a img{
    width:100px;
    height:76px;
}
.hot_tour a b{
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:26px;
    height:26px;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
    color:#fff;
    background:#777;
    border-radius:3px;
}
.hot_tour a p{
    display: inline-block;
    float:right;
    width:164px;
    height:50px;
    overflow: hidden;
    font-size:18px;
    color:#000;
}
/*******************************旅游度假正文*********************************/
.article_ad{
    width:100%;
    height:40px;
    border-bottom:1px solid #1C83C7;
    margin-bottom:30px;
}
.article_ad li{
    display: inline-block;
    padding:0 23px;
    height:40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.article_ad li:hover,.article_ad .active{
    background:#1C83C7;
    color:#fff;
}
#details_sec .tour_sec p{
    font-size: 18px;
    margin: 25px 30px;
    text-indent:0;
    line-height: 30px;
    color: #000;
    width: 604px;
}
.merchant_rec{
    width:100%;
    display: none;
}
/**************************************同城服务页面***********************************/
/*左边的同城服务内容*/
#city_ser{
    padding-top:10px;
}
#city_ser a{
    display: inline-block;
    width:210px;
    margin-top:20px;
}
#city_ser a:after{
    content: "";
    height:0;
    display: block;
    clear: both;
}
#city_ser a img{
    border-style:none;
}
#city_ser a dd{
    font-size:16px;
    color:#000;
    margin-top:15px;
        height: 45px;
    overflow: hidden;
}
#city_ser a span{
    float:right;
    color:#7d7d7d;
    font-size:12px;
}
/*搜索框*/
.ser_search{
    width:286px;
    height:33px;
    line-height: 33px;
    border:1px solid #BDBCBD;
    border-radius:5px;
    margin-bottom:26px;
}
.ser_search:after{
    content: "";
    height:0;
    display: block;
    clear: both;
}
.ser_search input{
    display: inline-block;
    float: left;
    width: 250px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 1px;
    background: url(../images/index_icon.png) no-repeat 79px -275px;
    border-right: 1px solid #BDBCBD;
    margin-top: 3px;
    outline: none;
}
.ser_search b{
    display: inline-block;
    width:32px;
    height:32px;
}
/*********************************用户登录界面**************************************/
.log_bg{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/login_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.login_logo{
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding-top: 100px;
    width: 600px;
}
.login_logo div{
    display: inline-block;
    float:right;
    position: absolute;
    right:0;
    bottom:0;
}
.login_logo div a{
    color:#1C83C7;
    display: inline-block;
    margin-left:20px;
}
.login_box{
    margin: 50px auto;
    width: 600px;
    height: 420px;
    padding-top: 80px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    opacity: 0.7;
    filter:alpha(opacity=70); ZOOM: 1;
}
.login_box input{
    display: block;
    width:335px;
    height:45px;
    border:1px solid #ddd;
    margin:0 auto;
    font-size:20px;
    padding:3px;
    color:#000;
}
.login_box .user_sub{
    background:#1C83C7;
    color:#fff;
    font-size:20px;
    border-radius:5px;
    margin-top:30px;
}
.user_sub:hover{
    background:#1BAAF9;
}
.login_box .input_username{
    margin-bottom:15px;
}
.login_copyright{
    margin: 0 auto;
    width: 600px;
    text-align: center;
    position: relative;
}
/***********************************用户注册页面*****************************************/
.register_box{
    position: relative;
    top: 100px;
    margin: 0 auto;
    width: 600px;
    height: 500px;
    padding-top: 60px;
    background: #fff;
    border-radius: 20px;
    opacity: 0.7;
    filter:alpha(opacity=70); ZOOM: 1;
}
.register_box div{
    width:500px;
    margin:15px auto;
}
.register_box div label{
    display: inline-block;
    text-align: right;
    width:100px;
    font-size:16px;
}
.register_box div input{
    display: inline-block;
    width:300px;
    height:40px;
    line-height: 40px;
    border:1px solid #ddd;
    font-size:16px;
    padding:3px;
}
.register_box .reg_sex{
    height:30px;
    height:40px\0;
    line-height: 30px;
    line-height: 40px\0;
}
.register_box .reg_sex input{
    width:20px;
    height:20px;
    border:1px solid transparent;
    margin-right:5px;
}
.reg_sex{
    font-size: 20px;
}
.register_box .reg_btn{
    width:240px;
    height:45px;
    display: block;
    margin:0 auto;
    background:#1C83C7;
    border-radius:5px;
    color:#fff;
    font-size:20px;
}
.register_box .reg_btn:hover{
    background:#1BAAF9;

}
/*********************************************
                    *****
                响应式适配字体
                    *****
***********************************************/
@media (max-width: 1366px) {
	.header_logo .selected .option {
	    font-size: 15px;
	    line-height: 30px;
	}
	.selected .option li {
	    font-size: 14px;
	    height: 30px;
	    line-height: 30px;
	}
    .headline_news .news_sec a {
        font-size: 18px;
    }
    .headline_news .news_sec p {
        font-size: 14px;
    }
    .hot_news a p {
        font-size: 14px;
    }
     .news_details_nav span {
        font-size: 15px;
    }
    .news_details_nav a {
        font-size: 15px;
    }
    #details_sec h1 {
        font-size: 20px;
    }
    .pic_news_details h1 {
        font-size: 20px;
    }
    .news_pre p a {
        font-size: 14px;
    }
    .news_pre h1 {
        font-size: 18px;
    }
    .special_box p {
        font-size: 14px;
    }
    .about_sec p {
        font-size: 16px;
    }
    .about_sec form {
        font-size: 16px;
    }
    .about_list li {
        font-size: 18px;
    }
    .login_box input {
        font-size: 16px;
    }
    .article_sec p {
        font-size: 16px;
    }
    .correlation_news a {
        font-size: 16px;
    }
    .user_comment p {
        font-size: 14px;
    }
    .news_imgs li dd {
        font-size: 15px;
    }
    #details_sec .tour_sec p{
        font-size: 16px;
    }
    .hot_tour a p {
        font-size: 16px;
    }
    .tour_slide_box li a {
        font-size: 16px;
    }
}
/********************************************
                 ******
                电子报样式
                 ******
********************************************/
.pdf_new{
    margin-top:30px;
    border:1px solid #E6E6E6;
    padding:30px 30px 0 30px;
}
.pdf_new:after{
    content:"";
    display: block;
    height:0;
    clear:both;
}
.pdf_new .pdf_new_left{
    display: inline-block;
    float:left;
    width:248px;
}
.pdf_new .pdf_new_right{
    display: inline-block;
    float:right;
    width:660px;
}
.pdf_search{
    width:100%;
    border:1px solid #E6E6E6;
    font-size:0;
}
.pdf_search:after{
    content:"";
    display: block;
    height:0;
    clear:both;
}
.pdf_search input{
    display: block;
    float:left;
    width:220px;
    height:35px;
    outline-color:transparent;
    font-size:16px;
    color:#acacac;
    padding-left:8px;
}
.pdf_search i{
    display: block;
    float:right;
    width:25px;
    height:35px;
    background: url(../images/index_icon.png) no-repeat -143px -271px;
    cursor:pointer;
}
.pdf_new_date{
    widht:100%;
    height:860px;
    overflow-x:auto; 
    margin-top:24px;
}
.pdf_new_date li{
    width:100%;
    height:40px;
    font-size:18px;
    color:#000;
    cursor:pointer;
}
.pdf_new_date .active{
    color:#1C83C7;
}
.pdf_new_right .date_btn{
    font-size:0;
    width:192px;
    height:35px;
    line-height: 35px;
}
.date_btn span{
    font-size:18px;
    color:#602E06;
    cursor:pointer;
}
.date_btn .date_btn_left{
    float:left;
}
.date_btn .date_btn_right{
    float:right;
}
.pdf_sec{
    position: relative;
    width:100%;
    height:860px;
    margin-top:30px;
    line-height: 860px;
    overflow: hidden;
    box-shadow:0px 0px 10px 6px rgba(0,0,0,0.1);
}
.pdf_sec ul{
    height:860px;
    position: absolute;
    font-size:0;
    left:0;
    transition:left 0.3s ease-in-out; 
}
.pdf_sec ul li{
    display: inline-block;
}
.pdf_sec a{
    display:block;
    width:100%;
    height:100%;
}
.pdf_sec a img{
    height:100%;
}
.pdf_pages{
    float:right;
    width:100%;
    height:55px;
    line-height:55px;
    font-size:0;
}
.pdf_pages:after{
    content:"";
    display: block;
    height:0;
    clear:both;
}
.pdf_pages div{
    width:100px;
    display: inline-block;
    float:right;
    text-align: center;
    font-size:18px;
    font-style:normal;
}
.pdf_pages div b,.pdf_pages div i{
    font-weight: normal;
    font-style:normal;
}
.pdf_pages span{
    float:right;
    display: inline-block;
    height:55px;
    line-height: 55px;
    color:#602E06;
    font-size:18px;
    cursor:pointer;
}


/*****************************************
              爱编辑同步过来的视频样式
******************************************/
.vod_player_p{
	width:690px;
	height: 392px;
}
.vod_player_placeholder_iframe{
	width: 100%;
	height: 100%;
}


















