body{
    font-size: 14px;
    font-family: 微软雅黑;
	background-color: #f1f2f4;

}
a{
    color: #000000;
    text-decoration:none;
}

.ul_title_hidden{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-left: 0px;
}
.color_red{
    color: red;
}

/** head  **/
.logo_back .ver_center{
    padding: 0px;
    margin: 0px;
}
.header_border{
    /**border-bottom: 1px solid #e3b63d;**/
    padding-bottom: 5px;
    padding-top: 5px;
	background-color: #f7f7f7;
}
.logo_back{
    font-size: 18px;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
	background-color: #fff;
}
.logo_back .call{
    font-weight:500;
    color: #b4b4b4;
}
.name_logo{
    width: 14.6666%;
    margin-left: 2%!important;
    color: #6c6c6c;
}
.logo_back .ver_center{
    padding-top: 22px;
}
.navbar-default{
    background-color: #ffffff;
    border: none;
    border-radius:0px;
}
#example-navbar-collapse>ul>li{
    width: 156px;
}
#example-navbar-collapse>ul>li>a{
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
}
.navbar{
    margin-bottom: 0px;
}

.index-active{
	border-bottom: 2px solid #d6050b;
}

/** head  end **/


/**  index  **/

#myCarousel>ol li{
    width: 8%;
    height: 2px;
    border-radius: 0px;
    margin: 0px;
    background:#fff;
    margin-right: 5px;
    margin-bottom: 0px;
}
#myCarousel>ol{
    margin-bottom: -5px;
}
#myCarousel>.carousel-indicators{
    /*margin-left: -3%;
    left: 51%;
    width: 40%;*/
}
#myCarousel>.carousel-indicators>.active{
    background-color: red!important;
    border: 0px;
}
#myCarousel img{
    width: 100%;
}

#myCarousels img{
    height: 270px;
    width: 100%;
}
#myCarousels a{
    color: #ffffff;
}
#myCarousels>.carousel-inner>.item>.carousel-caption{
    padding:0px;
    width: 100%;
    background: #4c4c4c;
    right: 0%;
    left: 0%;
    height: 40px;
    line-height: 40px;
    margin-bottom: -19px;
    text-align: left;
    font-size: 16px;
}
#myCarousels>.carousel-inner>.item>.carousel-caption>.col-md-12{
    width: 60%;
}

#myCarousels>.carousel-indicators{
    left: 88%;
    width:40%;
    bottom: 0px!important;
}
#myCarousels>ol li{
    border: 0px;
    text-indent: 0px;
    border-radius: 0px;
    background: #4c4c4c;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
}
#myCarousels>.carousel-indicators>.active{
    color: red;
}
.lunbo2_back{
    padding-right: 15px!important;
}

.index_body{
    margin-top: 10px;
}
.index_body>.col-md-9{
    /*border: 1px solid #cccccc;*/
    padding: 0px;
    width: 74%;
    margin-right:1%;
	background-color: #fff;
}
.index_body>.col-md-3{
    /*border: 1px solid #cccccc;*/
    padding: 0px;
	/*background-color: #fff;*/
}
.index_ul{
    padding: 0px;
}
.index_ul>li{
    list-style: none;
    height: 35px;
    line-height: 35px;
}
.index_body>.col-md-9>.col-md-12{
    margin-top: 10px;
}
.index_body>.col-md-9>.col-md-12>.col-md-6{
    padding: 0px;
}
.info_left_title>.col-md-9{
    padding: 0px;
}

.form-inline>label{
   margin-top: 20px;
}
.login{
    width: 100%;
    background: #c72a03;
    color: #ffffff;
    border: 0px;
    font-size: 16px;
}
.login_success{
    width: 268px;
    height:165px;
    /*background-image: url(/Public/static/cornea/img/login_success.jpg);*/
}
.login_success>div{
    position:absolute;
    margin-top: 14%;
}
.login_success>div>.form-controls{
    display: block;
   /* background: #fff;*/
    color: #000000;
    margin-left: 25%;
}
.login_success>div>.btn{
    color: #ffffff;
    background: #c72a03;
    margin-top: 30px;
	width: 250px;
	height: 40px;
    line-height: 20px;
	font-size: 15px;

}


.index_margin{
    margin-top: 10px;
	background-color: #fff;
}
.juanxian_ul{
    padding: 0px;
    margin-top: 12px;
}
.juanxian_ul>ul>li{
    list-style: none;
    height: 35px;
    line-height: 35px;
}
.img_news{
    padding: 0px;
    /*border: 1px solid #cccccc;*/
    border-top: 0px;
    padding-bottom: 10px;
	background-color:#fff;
}
.img_news>.col-md-3{
    padding: 4px;
}


.class_outer {
    display: block;
	width: 100%;
    height: 400px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}
.class_cover {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    background-color: rgba(0, 0, 0, .60);
    color: #FFFFFF;
    font-size: 1.4rem;
    position: absolute;
    bottom: 10px;
}

.class_outer_m1 {
    display: block;
	width: 100%;
    height: 195px;
    position: relative;
    overflow: hidden;
}
.class_cover_m1{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    background-color: rgba(0, 0, 0, .60);
    color: #FFFFFF;
    font-size: 1.4rem;
    position: absolute;
    bottom: 205px;
}

.class_outer_m2 {
    display: block;
	width: 100%;
    height: 195px;
    position: relative;
    overflow: hidden;
	margin-top: 5px;
}
.class_cover_m2{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    background-color: rgba(0, 0, 0, .60);
    color: #FFFFFF;
    font-size: 1.4rem;
    position: absolute;
    bottom: 0px;
}


.list_left_png{
    height: 59px;
}
.new_title{
    color: #000;
}
.more_title{
    color: #c72a03;
}
.yw{
	padding-left: 10px;
    color: #c4c4c4;
    font-size: 1.5rem;
}
/** 首页手机端调整 **/
@media only screen and (max-width: 900px) {
    .index_body{
        padding: 0px;
    }
    .index_body>.col-md-9{
        width: 100%;
    }
    #myCarousels img{
        height: auto;
        padding-right: 0px;
    }
    .lunbo2_back{
        padding-right: 0px!important;
    }
}




/** index end **/
/**  list **/
.list_adv{
    padding: 0px;
}
.list_adv img{
    width: 100%;
}
.row{
    margin: 0px;
    /*margin-top: 7px;*/
}
.list_right{
    /*border: 1px solid #cccccc;*/
    padding-left: 0px;
    padding-right: 0px;
	background-color: #ffffff;
}
.list_left_png_back{
    margin-top: 10px;
}
.list_left{
    /*border: 1px solid #cccccc;*/
    padding: 0px;
    width: 23.6%;
    margin-right: 1.3%;
}
.list-left-color{
	background-color: #fff;
}
.list_left>.list_left_png_back>.list_left_png>.col-md-8{
   padding-left: 0px;

}
.list_left>>.list_left_png_back>.list_left_png>.col-md-4{

    padding-right: 0px;
}
.list_left>.list_left_png_back>.list_left_png{
    height: 50px;
}
.list_right>.list_title{
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    background: url(/Public/static/cornea/img/list_title_back.jpg);
}
.list_right>.list_title>.col-md-10{
    padding: 0px;
}
.list_title>.text-right{
    padding: 0px;
    margin: 0px;
}
.list_right>ul>li{
    list-style: none;
    border-bottom: 1px dashed  #cccccc;
    height: 150px;
    
}
.list_right>.list_title>.text-left>.title{
    background: url(/Public/static/cornea/img/list_title.png);
    margin-right: 5px;
}
.list_right>ul>li>.text-left>.ul_img{
    text-align: center;
    background: url(/Public/static/cornea/img/list_ul.png)no-repeat center;
    margin-right: 5px;
}
.lists_list_ui{
    /*margin-top: 40px;
    padding: 0px;*/
	padding-left: 20px;
    padding-right: 20px;
}
/*** 手机端调整 **/

@media only screen and (max-width: 768px) {
    .list_right>ul{
        padding: 0px;
    }
    .list_right>.list_title{
        font-size: 16px;

    }
    .row>.list_left{
        margin-top: 20px;
        width: auto;
        margin: 0px;
    }
    .shouji_left_img{
        width: 383px;
    }
    .lists_list_ui{
        margin-top: 0px!important;
    }
}
@media only screen and (min-width: 768px) {
    .shouji_left{
        display: none !important;
    }
}

/** list end **/



/** info **/

.info_left>div>ul>li{
    list-style: none;
    height: 30px;
    line-height: 30px;
}

.ul_img{
    text-align: center;
    background: url(/Public/static/cornea/img/list_ul.png)no-repeat center;
    margin-right: 5px;
}
.info_left_title{
    font-size: 18px;
    /*background: url(/Public/static/cornea/img/list_title_back.jpg);*/
    border-bottom: 1px solid #cccccc;
    height:40px;
    line-height: 40px;
    padding: 0px;
	margin-left: 10px;
    margin-right: 10px;
}
.info_left_title>.col-md-7{
    padding: 0px;
}
.title{
    /*background: url(/Public/static/cornea/img/list_title.png);
    margin-right: 5px;
    margin-left: 10px;*/
	border-bottom: 3px solid #d9060c;
    padding-bottom: 5px;
	color:#de4547;
}
.footer_title{
    background: url(/Public/static/cornea/img/list_title.png);
	    border-bottom: none;
}
.read-more{
	background-color: #e10507;
	color: #fff;
	font-size: 0.3rem;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
.content{
    margin-top: 30px;
}
.info_zhaiyao{
    background: #ecf4ff;
    border: 1px solid #9bbfef;
    padding-right: 8px;
    padding-left: 8px;
    width: 96%;
    margin-left: 2%;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.info_content{
    padding-right: 8px;
    padding-left: 8px;
    width: 96%;
    margin-left: 2%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.info_content a{
    color: #337ab7;
}
.logo_butten{
    height: 50px;
    line-height: 50px;
}
/** 手机端调整 **/
@media only screen and (max-width: 768px) {
    .content{
        margin-top: 10px!important;
    }
    .info_content>.col-md-12>.text-right{
        text-align: left!important;
    }
}
/** info end  **/






/** footer **/
.blogroll_back{
    margin-top: 20px;
    margin-bottom: 20px;
}
.blogroll_back>*{
    font-size: 13px;
}
.blogroll{
    /*border-bottom: 1px solid #cccccc;*/
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 10px;
	margin-top: 15px;
}

.footer_back{
  /*background-color:   #525d71;
  background: url(/Public/static/cornea/img/foot.jpg);*/
  
   /*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#fff8e5, endColorStr=#fffefd); /*IE 6 7 8*/
   /*background: -ms-linear-gradient(top, #fff8e5, #fffefd); */       /* IE 10 */
   /*background:-moz-linear-gradient(top, #fff8e5, #fffefd);*//*火狐*/
   /*background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff8e5), to(#fffefd));*//*谷歌*/
   /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff8e5), to(#fffefd)); */     /* Safari 4-5, Chrome 1-9*/
   /*background: -webkit-linear-gradient(top, #fff8e5, #fffefd); */  /*Safari5.1 Chrome 10+*/
   /*background: -o-linear-gradient(top, #fff8e5, #fffefd);*/  /*Opera 11.10+*/
   padding-top: 15px;
   padding-bottom: 15px;
}
.footer_nav{
    list-style: none;
    padding: 0px;
	margin-bottom: 60px;
}
.footer_nav>li{
    height: 30px;
    line-height: 30px;
}
.footer_nav>li>a{
   color: #303333;
    font-size: 16px;
}
.footer_logo_back{
    margin-top: 45px;
}
.footer_logo{
    /*border-right: 1px solid #ffffff;
    /*width: 43%;*/
}
.footer_call{
    color: #303333;
    line-height: 2;
    font-size: 15px;
}
.footer-call-content {
	background: url(../img/foot_tel.png) no-repeat;
    padding-left: 40px;
}
.blogroll_cent{
    display: none;
}
.links>span{
    margin-left: 10px;
}
.links{
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-horizontal>.form-group>label{
    padding: 0px;
}
.form-horizontal>.form-group>div{
    padding-left: 5px;
}

/** 手机端footer调整 **/
@media only screen and (max-width: 768px){
    .footer_logo{
        border-right: 0px solid #cccccc;
        border-bottom: 1px solid #ffffff;
    }
    .footer_call{
        color: #ffffff;
        line-height: 1.5;
        font-size: 16px;
        text-align: center;
    }
    .blogroll{
        text-align: center;
        color: #ffffff;
        font-weight: 600;
    }
    .blogroll_cent{
        display: inline!important;
        text-align: center;
    }
    .blogroll_back>.col-md-12>.col-xs-6{
        text-align: center;
    }
    .footer_nav>.col-sm-4{
        padding: 0px;
    }
    .links_hidden{
        display: none!important;
    }
    .links>span{
        margin-left: 0px!important;
    }
    .links{
        padding: 0px;
    }
    .form-horizontal>.form-group>label{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .form-horizontal>.form-group>div{
        padding-left: 15px;
    }
}

