@charset "utf-8"; /* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑", "宋体";
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a:link {
    text-decoration: none;
    color: #666;
}

a:visited {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
    color: #666;
}

a:active {
    text-decoration: none;
    color: #666;
}

.clear {
    clear: both;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.thumbnail {
    margin-bottom: 5px;
}

.pro_detail img {
    width: 100%;
}

.w100p img {
    width: 100%;
}

.msg_input {
    width: 100%;
}

.msg_input_on {
    width: 100%
}

/* 以下手机样式 */
.dingbu_m {
    padding-top: 31px;
}

.navbar-brand {
    padding: 8px;
}

.ipro {
    width: 100%;
    color: #fff;
}

.ipro1 {
    background: url(../images/ipro_bg1.jpg) left top repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    float: left;
}

.ipro1 h3 {
    font-size: 22px;
    font-weight: normal;
    padding-top: 20px;
    padding-left: 45px;
}

.ipro1 p {
    padding: 30px 45px 30px 45px;
    line-height: 34px;
    font-size: 16px;
}

.ipro1 img {
    padding-left: 45px;
}

.ipro2 {
    width: 100%;
    float: left;
}

.ipro2a {
    width: 100%;
    height: 250px;
    background: url(../images/ipro_bg2a.jpg) repeat;
    background-size: 100%;
}

.ipro2a:hover {
    background: #f98c33;
}

.ipro2b {
    width: 100%;
    height: 250px;
    background: url(../images/ipro_bg2b.jpg) repeat;
    background-size: 100%;
    margin-top: 7px;
}

.ipro2b:hover {
    background: #f98c33;
}

.ipro2b h3 {
    font-size: 22px;
    font-weight: normal;
    padding-top: 35px;
    padding-left: 35px;
    color: #fff;
}

.ipro2a h3 {
    font-size: 22px;
    font-weight: normal;
    padding-top: 35px;
    padding-left: 35px;
    color: #fff;
}

.ipro_wenzi p {
    padding: 20px 35px 0 35px;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
}

.ipro3 {
    width: 100%;
    float: right;
}

.ipro3a {
    width: 100%;
    height: 250px;
    background: url(../images/ipro_bg3a.jpg) repeat;
    background-size: 100%;
}

.ipro3a:hover {
    background: #f98c33;
}

.ipro3a h3 {
    font-size: 22px;
    font-weight: normal;
    padding-top: 35px;
    padding-left: 35px;
    color: #fff;
}

.ipro3b {
    width: 100%;
    height: 250px;
    background: url(../images/ipro_bg3b.jpg) repeat;
    background-size: 100%;
    margin-top: 7px;
}

.ipro3b:hover {
    background: #f98c33;
}

.ipro3b h3 {
    font-size: 22px;
    font-weight: normal;
    padding-top: 35px;
    padding-left: 35px;
    color: #fff;
}

#textarea img {
    width: 100%;
}

.iabout {
    background: url(/images/igsjj_bg.jpg) center top;
    padding: 30px 0;
}

.iabout_p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 20px 0;
}

.ipro_bt {
    padding-top: 30px;
    padding-bottom: 20px;
}

.igsjj_more {
    width: 60%;
    margin: 0 auto;
}

.bt_tongyong img {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.inews_bt {
    padding-top: 10px;
    padding-bottom: 15px;
}

.ipro {
    background: #f5f5f5;
    padding-bottom: 13px;
}

.ipro_list img {
    height: 130px;
}

.ipro_list h6 {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.tit {
    margin-top: 10px;
}

.f18 {
    width: 100%;
    color: #044da7;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
}

.tit .link {
    display: inline-block;
    color: #044da7;
    float: right;
    line-height: 50px;
    height: 50px;
}

.icase {
    background: url(/images/icase_bg.jpg) center top;
    padding: 30px 0;
}

.icase_bt {
    padding-bottom: 20px;
}

.inews {
    background: #f5f5f5;
    padding-bottom: 20px;
}

.pro {
    padding-bottom: 20px;
}

.pro_list img {
    height: 130px;
}

.pro_list h6 {
    text-align: center;
    font-size: 14px;
}

.icontact p {
    line-height: 28px;
}

/* 新闻 */
.newsli {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsli:hover {
    background: #044da7;
}

.newsli:hover .tit {
    color: #fff;
}

.newsli:hover .riqi {
    color: #fff;
    opacity: 0.3;
}

.newsli:hover .zhaiyao {
    color: #fff;
    opacity: 0.5;
}

.newsli .news_img {
    float: left;
    width: 25%;
}

.newsli .news_img img {
    width: 100%;
}

.newsli .news_word {
    float: right;
    width: 70%;
}

.newsli .tit {
    text-align: left;
    font-size: 16px;
    color: #333;
    margin: 0;
}

.newsli .riqi {
    text-align: left;
    color: #999;
    padding: 0;
}

.newsli .zhaiyao {
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}

.newsli img {
    height: 80px;
}

.biatoti_fenlei {
    background: #f5f5f5;
    padding: 10px 0;
    margin-bottom: 20px;
}

.biaoti {
    float: left;
    color: #044da7;
    font-size: 20px;
    font-weight: bold;
    padding-top: 4px;
}

.btn-group {
    float: right;
}

.news {
    background: #f5f5f5;
    padding-bottom: 20px;
}

.news_biaoti {
    margin-bottom: 0;
}

.newswhite {
    background: #ffffff;
    padding-bottom: 20px;
}

.about {
    padding-bottom: 20px;
    line-height: 28px;
}

.about p {
    text-indent: 2em;
}

.four_icon .tongyong {
    float: left;
    width: 25%;
}

.four_icon .tongyong img {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.four_icon {
    padding-bottom: 30px;
}

/* 手机底部 */
.footer_m {
    height: 44px;
}

.foot {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(3294 de), to(0 d6fb8));
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.footerWrap {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    background: #044da7;
}

.foot .active {
    text-align: center;
    height: 44px;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-flex: 1;
    box-flex: 1;
}

.foot .active {
    height: 44px;
    display: block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
}

#yptel .tel {
    background-position: -90px -110px;
}

#map .map {
    background-position: -120px -110px;
}

#message .message {
    background-position: -180px -110px;
}

#share .share {
    background-position: -60px -110px;
}

#email .email {
    background-position: 0 -110px;
}

.foot .icon {
    width: 30px;
    height: 20px;
    display: block;
    background: url(../../img/hls_m/common.png) no-repeat;
    background-size: 400px;
    margin: 4px auto 0 auto;
    position: relative;
}

.foot .text {
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    overflow: hidden;
}

/*列表内容页*/
.listConts {
    line-height: 26px;
    color: #666;
}

.listConts .title {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #000;
}

.listConts .info {
    width: 100%;
    height: 27px;
    line-height: 28px;
    text-align: center;
    margin: 15px auto;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    color: #666;
    font-size: 12px;
}

.listConts .info small {
    margin-left: 8px;
    margin-right: 3px;
    color: #999;
    font-size: 12px;
}

.listConts .info .small, .info .big {
    font-family: Georgia;
    font-weight: bold;
    cursor: pointer;
}

.listConts .info .small {
    font-size: 10px;
    padding-right: 3px;
}

.listConts .info .big {
    color: #003ba6;
    padding-left: 3px;
}

.listConts .desc {
    margin: 20px 0 15px;
    padding: 5px 10px;
    line-height: 20px;
    border: 1px solid #f4e4b4;
    background: #fffff0;
}

.listConts .showimg {
    margin: 20px 0;
    text-align: center;
}

.listConts .showimg a img {
    border: 1px solid #ccc;
    padding: 1px;
}

.listConts .showimg a:hover img {
    border: 1px solid #F90;
    padding: 1px;
}

.listConts .conttitle {
    font-weight: bold;
    padding-bottom: 7px;
    margin-bottom: 7px;
    color: #2f2f2f;
    line-height: 24px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.listConts .author {
    text-align: right;
    color: #999;
}

/*详细页功能区*/
.preNext {
    position: relative;
}

.preNext .line {
    height: 10px;
    overflow: hidden;
    clear: both;
    background: url(../images/box_dotline.gif) left 15px repeat-x;
    margin: 4px auto;
    padding-top: 10px;
}

.preNext .line strong {
    display: block;
    width: 8px;
    height: 10px;
    overflow: hidden;
    font-size: 0px;
    line-height: 100px;
    background: url(../images/box_dotline.gif) right -10px no-repeat;
    float: left;
}

.preNext .text {
    color: #999;
}

.preNext .actBox {
    position: absolute;
    top: 25px;
    right: 0;
}

.preNext .actBox li {
    display: inline;
    padding-left: 22px;
    background-image: url(../images/actbox-ico.gif);
    background-repeat: no-repeat;
    margin-left: 10px;
}

.preNext .actBox li a {
    color: #666;
}

.preNext .actBox li#act-fav {
    background-position: 4px 0px;
}

.preNext .actBox li#act-err {
    background-position: 4px -37px;
}

.preNext .actBox li#act-pus {
    background-position: 4px -73px;
}

.preNext .actBox li#act-pnt {
    background-position: 4px -109px;
}

/*大图样式*/
.picarr {
    position: relative;
    margin: 20px auto;
}

.picarr .picture {
    width: 100%;
    text-align: center;
}

.picarr .picture a {
    display: none;
}

.picarr .preview {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 5px;
    background: #eef3fa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.picarr .preview li {
    float: left;
    margin: 4px;
}

.picarr .preview li a {
    width: 58px;
    height: 45px;
    border: 1px solid #fff;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    *display: block;
    *font-size: 35px;
    *font-family: Arial;
}

.picarr .preview li a img {
    vertical-align: middle;
}

.picarr .preview li.current a {
    border: 1px solid #000;
}

/*分页样式*/
.page_info {
    text-align: center;
    margin-top: 10px;
    color: #333;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 12px;
    margin-top: 20px;
    padding-bottom: 5px;
}

.page_list a {
    display: inline-block;
    color: #898989;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    padding: 0 8px;
    margin: 0 1px;
}

.page_list a:hover {
    color: #fff;
    border: 1px solid #898989;
    background: #898989;
}

.page_list a.on {
    color: #333;
    border: 1px solid #ccc;
    background: #E5EDF2;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 400px;
}
.gsjj{
    background: #f5f5f5;
    padding: 10px;
}
.gsjj-content h4{
    margin: 5px 0;
}
.gsjj-content{
    width: 98%;
    background: #ffffff;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}
.inews img{
	max-width:290px;
}