@charset "UTF-8";
/* CSS Document */
/*

/*Base*/
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,section {margin: 0;padding: 0;}
html,body{

}
body{
    font: 16px/24px "微软雅黑","\5b8b\4f53",Arial,sans-serif;
}
ul{
    list-style-type: none;
}
input,label,img{
    vertical-align:middle;
}

.clear {
    clear: both;
}
.clearfix{
    zoom: 1;
}
.clearfix:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.f-red{
    color:red;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.pof{
    position: fixed;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.hide{
    display: none !important;
}
.show{
    display: show !important;
}
.text-center{
    text-align: center;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    display: block;
}
.text-center{
    vertical-align: center;
}
.text-left{
    vertical-align: left;
}
.text-right{
    vertical-align: right;
}

a{
    outline: none;
    overflow: hidden;
    text-decoration: none;
}
a{
    color: #454545;
}
a:hover{
    color: #999;
}
.pos{
    position: relative;
}
.poa{
    position: absolute;
}
.container{
    width:1200px;
    margin-left: auto;
    margin-right: auto;
}
.w1000{
    width:1000px;
}
.w1150{
    width:1150px;
}
.w50{
    width:50% !important;
}
.pd50{
    padding:50px 0;
}
.mb40{
    margin-bottom:40px;
}
.mb50{
    margin-bottom:50px;
}
.pab50{
    padding-bottom:50px;
}
.mab50{
    margin-bottom:50px;
}

.no-transition{
    -webkit-transition:none !important;
    transition:none !important;
}
.bg{
    background-color: #f3f3f3;
}
hr{
    margin: 5px 0;
    height: 0px;
    overflow: hidden;
}
.img-box-highlight{
    overflow: hidden;
    display: block;
    position: relative;
}
.img-box-highlight:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: -140px;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, righttop, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
}
.img-box-highlight:hover:before {
    left: 680px;
    transition: left .6s ease 0s;
}



/*--- 图片 ---*/

body{
    font: 14px/24px "微软雅黑","\5b8b\4f53",Arial,sans-serif;
    overflow-x:hidden;
    position: relative;
}
.mr0{
    margin-right: 0px !important;
}
.ml0{
    margin-left: 0px !important;
}
.mb40{
    margin-bottom:40px !important;
}
.mb50{
    margin-bottom:50px !important;
}
.no-transition{
    transition:none !important;
}
.bg{
    background-color: #f3f3f3;
}
.img-scale{
    transform: scale(1);
    transition: all 0.7s ease-in-out;
}
.img-scale:hover{
    transform: scale(1.1);
}
.img-box-highlight{
    overflow: hidden;
    display: block;
    position: relative;
}
.img-box-highlight:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: -140px;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, righttop, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
}
.img-box-highlight:hover:before {
    left: 680px;
    transition: left .6s ease 0s;
}

.wrapper{
    width:1200px;
    margin-left: auto;
    margin-right: auto;

}
.header_top{ height:35px;color:#53555a;font-size:12px;line-height:35px; border-bottom:1px solid #e7e8ed; background-color:#f7f8fa;}
.header_top h2{font-weight:normal; float:left; font-size: 14px; }
.header_top a{color:#53555a;}
.header_top a:hover{color:#e9280c;}
.top_nav{ float:right;}
.top_nav ol{float:right;margin:0;padding:0;}
.top_nav ol li{float:left;list-style:none;}
.top_nav ol li.line{width:30px;color:#ddd;text-align:center;}
.top_nav ol li i{margin-right:5px;}
.tem_top_nav dl{position:relative;float:right;}
.header{background:url(../img/header_bg.gif) repeat-x; height:130px;}
.header .logo{ float:left; font-size:0px; margin-top:32PX; }
.header .slogan{ float:left; margin-left:20px; margin-top:40px; padding-left:20px; border-left:1px solid #ddd; line-height:30px; font-size:24px; color:#035cac;}
.header .slogan span{ display:block; line-height:18px; font-size:14px; color:#999; margin-top:4px;}
.header .dianhua{ float:right; margin-top:20px;}

.nav-box{background: #055fad; height: 58px; width: 100%;}
.nav li.main{height:58px; line-height:58px; text-align:center; float:left; position:relative; width: 150px;}
.nav li.main a.main{height:58px; display:block; color:#fff; font-size:16px; padding:0 35px; }
.nav li.main a.main p{line-height:13px; color:#c9c9c9; font-size:12px;}
.nav li.main a.main:hover{text-decoration:none;background: #1f85d7;color:#fff;}
.nav li.main a.main:hover p{color:#c9c9c9;}
.nav li.main div{display:none; text-align:left;  overflow:hidden; position:absolute; top:58px; z-index: 99999; width:100%; }
.nav li.main div a{display:block; height:38px; line-height:38px;padding-left: 15px; color:#fff; font-size:14px; background-color: #087ec4; background-color:rgba(50,130,197,0.9); overflow:hidden;}
.nav li.main div a i{margin-right: 10px; font-weight: normal;}
.nav li.main div a:hover{text-decoration:none; background-color:#1f85d7; background-color:rgba(9,74,93,.8);}
.nav li.on{background:#1f85d7;}
.nav li.on a.main{color:#fff;}
.nav li.on a.main:hover p{color:#fff;}


/*--- banner ---*/
.banner{
  margin:0 auto;
    max-width: 1920px;
    position: relative;
    min-width: 1200px;
    height: 450px;
}
.banner .swiper-container{
    width:100%;
    height:100%;
}
.banner .swiper-slide a{
    display: block;
    width:100%;
    height:100%;
}
.banner .swiper-slide{
    width:100%;
}
.swpier-pagination {
    text-align: center;
    position: absolute;
    left:0px;
    bottom: 10px;
    width:100%;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 40px;
    height: 6px;
    border-radius: 10px;
    background: #222;
    margin:0 5px;
    opacity: 0.8;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}
.banner .swiper-btn{
    position: absolute;
    cursor: pointer;
    width:50px;
    height:100px;
    line-height: 100px;
    text-align: center;

    z-index: 100;
    display: block;
    top:50%;
    margin-top:-50px;
    left:5%;
    color:#fff;
}
.banner .swiper-btn .fa{
    line-height: 100px;
    font-size:40px;
}
.banner .swiper-btn.swiper-btn-next{
    right:5%;
    left:auto;
}
.banner-input-box{
    position: absolute;
    margin: 0 auto;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: 36px;
    height: 115px;
    width: 960px;
    z-index: 10;
    background:#333;
    background: rgba(51, 51, 51, 0.9);
    padding: 20px 40px 0;
}
.banner-input-head{
    color:#fff;
    line-height: 22px;
    margin-bottom:15px;
}
.banner-input-head b{
    float:left;
    font-size:20px;
    font-weight: normal;
}
.banner-input-head i{
    float:left;
    display: block;
    position: relative;
    font-style: normal;
    margin-left:9px;
    padding-left:6px;
    font-size:14px;
}
.banner-input-head i::before{
    content:"";
    display: block;
    width:1px;
    height:16px;
    position: absolute;
    top:4px;
    left:0px;
    background-color: #ccc;
}
.banner-input-body input{
    display: block;
    float: left;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
}
.banner-input-body input.name{
    width:310px;
}
.banner-input-body input.tel{
    width:390px;
}
.banner-input-body input.button{
    background-color: #ffa31f;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-right: 0;
    cursor: pointer;
    width: 160px;
}



.footer{background-color:#222; color:#d0d0d0; font-size:14px; padding:60px 0 30px;}
.footer a{color:#666;}
.footer_nav{ float:left;}
.footer_nav a:hover{ color:#d0d0d0;}
.footer_nav dl{ float:left; margin-right:110px;}
.footer_nav dt{ height:34px; line-height:34px; color:#fff; font-size:16px;}
.footer_nav dd{ height:28px; line-height:28px;}
.copyright{  background-color:#000; height:28px; line-height:28px; padding-top:11px; padding-bottom:11px;  color:#b0b0b0; }
.copyright .p1{ float:left;}
.copyright .p1 a{ color:#b0b0b0; margin-right:10px;}
.copyright .line{ width:35px; text-align:center; display:inline-block; font-size:12px;}
.copyright .p2{ float:right;}
.copyright .p2:hover{ color:#fff;}
.copyright a:hover{ color:#fff;}
.share .jiathis_style .jtico{width:34px !important; height:34px !important; padding:0px !important;  margin-right: 12px; background: url(../fx.png) no-repeat; }
.share .jiathis_style .jtico_cqq{ background-position: left -34px;}
.share .jiathis_style .jtico_weixin{  background-position: left -68px;}
.share .eng{ float:left; color:#fff;  font-size: 16px;  line-height: 34px;}
.share{  float:right;}
.jiathis_style{  float:left;}

.mt30{ margin-top:30px;}
.mod_1{ padding-top:50px;}
.mod_1_1{height:80px; background-color:#f9f9f9;}
.mod_1_2{ padding-top:30px; padding-bottom:30px;}
.product_title{ text-align:center;}
.li_port{ list-style:none; margin-top:30px; color:#fff;}
.li_port li{width:245px; text-align:center; height:40px; line-height:40px; color:#555; font-size:16px; cursor:pointer; float:left; background-color:#055fad; margin:0 15px 15px 15px; color:#fff;}
.li_port h3{ font-weight:normal;}
.li_port i{  margin-right:10px;}
.li_port li a{ color:#fff;}
.li_port li.hover{background-color: #e93328;color:#fff;}
.li_port li.hover a{ color:#fff;}
.li_port li.hover i{ background-position:center bottom;}

.li_pro{ list-style:none;}
.li_pro li{ width:260px; margin-right:20px; overflow:hidden;  float:left; margin-bottom:21px; text-align:center;}
.li_pro li.n3, .li_pro li.n7, .li_pro li.n11{ margin-right:0px;}
.li_pro li a{ display:block;}
.li_pro li .img{ width:258px; height:172px; overflow:hidden; font-size:0px; border:1px solid #ddd;}
.li_pro li p{ line-height:22px; display:block; height:22px; overflow:hidden; margin-top:21px;}
.li_pro li img{transition-duration:500ms; -webkit-transition-duration:500ms; -moz-transition-duration:500ms; }
.li_pro a:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);}

.mod_title{ font-size:30px; line-height:44px; color:#035cac; display:block;}
.mod_slogan{ font-size:20px; line-height:32px; color:#999; display:block;}
.mod_des{font-size:14px; line-height:26px; color:#666; display:block; margin-bottom:49px; width:80%; }
.mod_1 .mod_des{ font-size:14px;}
.mod_line{ display:block; width:80px; height:3px; background-color:#e5e5e5; margin-top:16px; margin-bottom:32px;}
.mod_more{ display:inline-block; padding-right:46px; line-height:32px; font-size:18px; color:#333;background:url(../img/bg_5.png) no-repeat right top;}
.mod_btn{ display:block; width:141px; height:44px; line-height:44px; text-align:center; font-size:14px;color:#fff; float:left;}
.red.mod_btn{ background-color:#e6101a; margin-right:20px;}
.red.mod_btn:hover{ color:#fff;}

.mod_1 .grid_left{ width:300px; float:left; padding-top:60px;}
.mod_1 .grid_right{ width:900px; float:right;}
.youshi{background:url(../youshi.jpg) no-repeat center top; height:145px;}

.mod_2{ background:url(../bg_6.jpg) no-repeat center; height:440px; overflow:hidden;}
.mod_2 .m{ padding-top:80px;}
.mod_2  a:hover{ color:#fff;}

.mod_3{ background-color:#f5f6f7;background:url(../img/bg_3.jpg) no-repeat center top; height:470px; overflow:hidden; border-top:5px solid #00489d;}
.mod_3_title{background:url(../red_line.gif) no-repeat no-repeat bottom left;color:#01449b; font-size:20px;height:38px; line-height:38px; margin-bottom:25px;}
.mod_3 .m{ padding-top:30px;}
.mod_3 .grid_left{ width:700px; float:left; }
.mod_3 .grid_right{ width:500px; float:right;}

.mod_4{ background-color:#f1f1f1; height:460px; padding:50px 0; overflow:hidden; }
.mod_4 .mod_contact{ float:right; width:315px; }
.contact_title{ height:67px;}
.contact_cont{ background-color:#fff;background-color:#fff;}
.contact_cont p{ line-height:30px; padding-left:16px; color:#5b5b5b;}
.mod_news{ float:left; width:850px;}
.mod_news_tu{ float:left; width:288px;}
.mod_news_content .fr{ float:right; width:530px;}

.mod_4 .grid_left{ float:left; width:680px;}
.mod_4 .grid_right{ float:right; width:480px;}



.mod-box{
    padding-top:50px;
}
.mod-head{
    margin-bottom:36px;
    text-align: center;
}
.mod-head h3{
    position: relative;
    filter: alpha(opacity=1);
    opacity: 1;
    font-weight: normal;
    font-size: 42px;
    margin: 0 auto;
    width: 530px;
    height: 42px;
    line-height: 42px;
    margin-top: 15px;
    transition: all 0.5s ease-out;
}
.mod-head h3::before{
    content:"";
    position: absolute;
    display: block;
    top:50%;
    background: #d9d9d9;
    height:1px;
    width:100%;
}
.mod-head h3 span {
    position: relative;
    background-color: #fff;
    z-index: 1;
    padding: 0 58px;
}
.mod-head p{
    margin-top:12px;
    line-height: 15px;
    color:#888;
}
.mod-body{}
.mod-more {
    display: block;
    text-align: center;
    font-size: 16px;
    border-width: 2px;
    margin: 0 auto 20px;
    width: 210px;
    padding:15px 0;
    border-radius: 4px;
    border: 1px solid #90be20;
    color: #90be20;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.mod-more:hover{
    color: #fff;
    background-color: #90be20;
}

.mod-5{

}
.mod-live{
    margin-bottom:60px;
}
.li-live{
    margin-right:-24px;
}
.li-live li{
    width:384px;
    float:left;
    margin-right:24px;
    margin-bottom:24px;
    display: block;
    transition:all 0.1s ease-out;
    background-color: #f1f1f1;
}

.li-live li .li-thumb{
    width:100%;
    height:276px;
    overflow: hidden;
    position: relative;
}
.li-live li img{
    vertical-align: top;
    width:100%;
    height:100%;
}
.li-live li p{
    display: block;
    line-height: 60px;
    height: 60px;
    text-align: center;
    padding:0 10px;
}
.li-live li dl{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color: #fff;
    background-color:rgba(255,255,255,.6);
    opacity: 0;
    filter: alpha(opacity =0);
    color:#333;
}
.li-live li dt{
    position: absolute;
    top:50%;
    margin-top:-50px;
    left:20px;
    width:100%;
    text-align: center;
}
.li-live li dt a{
    display: block;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    width: 140px;
    margin-left: auto;
    margin-right:auto;
    height: 50px;
    line-height: 50px;
    background: #ffa31f;
}
.li-live li dd{
    position: absolute;
    width:100%;
    text-align: center;
    top:50%;
    left:0px;
    padding-left:10px;
    padding-top:20px;
    color:#333;
}
.li-live li dd .fa{
    color:#ffa31f;
    margin-right: 5px;
    font-size:18px;
}
.li-live li:hover{
    overflow: hidden;
    background-color: #fff;
    box-shadow: 6px 6px 10px rgba(0,0,0,0.1);
}
.li-live li:hover img{
    filter:blur(4px);
}
.li-live li:hover dl{
    transition:all 0.1s ease-out;
    opacity: 1;
    filter:alpha(opacity = 100);
}




.index_news{background:url(../bg_xc.gif) repeat left top; height:840px; overflow:hidden; padding:40px 0;}
.index_news .index_news_box{width:1100px; margin:0 auto; position:relative}
.index_news .index_news_box .news_item{margin-top:29px;height:267px;overflow:hidden;  }
.index_news .index_news_box .news_content{float:left; width:533px; height:227px;}
.index_news .index_news_box .news_title { font-size:20px; height:70px;line-height:70px; background:url(../red.png) no-repeat left top; }
.index_news .index_news_box .news_title span{color:#fff; font-size:30px; padding-left:10px; margin-top:5px;}
.index_news .index_news_box  .news_title a{color:#01449b; padding-left:15px;}
.index_news .index_news_box  .news_txt{border-top:1px solid #c6c6c6; font-size:14px; padding-top:15px; padding-bottom:15px;}
.index_news .index_news_box .news_txt a{color:#666666;}
input.zx{background:#0079ae; width:90px; height:27px; color:#fff; border:0;}
.index_news .index_news_box .news_pic{float:right; width:463px; border:1px solid #c6c6c6; background:#fff;height:217px; padding:5px;}
.index_news .index_news_box .news_pic1{float:left; width:463px; border:1px solid #c6c6c6; background:#fff;height:217px; padding:5px;}
.index_news .index_news_box .news_content1{float:right; width:533px; height:227px;}
.index_news .line1{position:absolute; background:url(../born3_bg.png) no-repeat center; top:260px; right:-15px; width:485px; height:55px;}
.index_news .line2{position:absolute; background:url(../born3_bg.png) no-repeat center; bottom:247px; left:0;width:485px; height:55px;}

.mod_menu{ list-style:none; padding-left:10px; margin-bottom:50px;}
.mod_menu li{ line-height:30px; height:30px;}
.mod_menu i{ margin-right:5px;}
.mod_menu a{ font-size:20px;  }
.mod_menu a:hover{color:#035cac;}
.erweima{ float:left; width:160px;}

.mod1_title{ display:block; float:left; color:#fff; font-size:30px; font-weight:normal;}
.mod1_more{ display:block; float:right; color:#b8c8e0; font-size:20px;}
.mod_case .grid_1{ height:60px; line-height:60px;}

.tab_title{ padding:0 0 15px 10px; border-bottom:1px solid #c0c0c0; margin-bottom:10px;}
.tab_title a{ font-size:16px; font-weight:700; height:16px; line-height:16px; padding-right:25px; border-right:1px solid #c0c0c0; float:left; margin-right:25px; color:#666;}
.tab_title a.last{ border-right:0 none;}
.tab_title a.flex-active, .tab_title a:hover{ color:#035cac;}

.table1{ text-align:center; background-color:#fff;}
.table1 th{ background-color:#035cac; color:#fff; padding:5px; font-weight:normal;}
.table1 td{ vertical-align:middle; }

.li_case{}
	.li_case li{ width:285px; margin-right:20px; overflow:hidden; float:left; font-size:0px;}
	.li_case li.last{ margin:0px;}
	.li_case a{ display:block; position:relative;}
	.li_case p{ position:absolute; display:block; width:80%; left:0px; bottom:0px; height:40px; line-height:40px; overflow:hidden; font-size:14px;  background-color:rgb(0,0,0);  background-color:rgba(0,0,0,0.6); color:#fff; padding:0 10%;}
	.li_case a:hover p{background-color:rgb(1,68,137); background-color:rgba(1,68,137,0.8);}
	.li_case img{transition-duration:500ms; -webkit-transition-duration:500ms; -moz-transition-duration:500ms; }
	.li_case a:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);}

.li_news{ }
	.li_news li{ padding:10px 10px 10px 0; border-bottom:1px solid #ddd;}
	.li_news .date{ display:block; width:50px; height:49px; padding:10px 10px 10px 0; background:url(../img/bg_9.gif) no-repeat; float:left; margin-right:15px; color:#fff; text-align:center; }
	.li_news .day{ display:block; width:50px; height:30px; line-height:30px; font-size:22px;  font-style:normal !important;}
	.li_news .year{ display:block; width:50px; height:20px; line-height:20px; font-size:14px;  font-style:normal !important;}
	.li_news a{ font-size:16px; height:24px; line-height:24px; color:#000; font-weight:700; overflow:hidden; display:block;}
	.li_news p{ height:44px; line-height:22px; color:#999; }

.grid_title{ height:20px; line-height:20px; margin-bottom:10px; font-size:18px;}

.mod_zzzs .li_img{ width:480px; height:200px; overflow:hidden;}
.mod_zzzs .li_img img{ -webkit-transition-duration:500ms; -moz-transition-duration:500ms;  transition-duration:500ms;}
.mod_zzzs li:hover img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1);}

.slide_img{ list-style:none;}
.slide_img li{ }

.crumbs .m{ padding:15px 0; height:29px; line-height:29px; color:#666;}
.crumbs .fa{ font-size:16px; margin-right:5px; }
.crumbs a{ color:#666;}
.crumbs a:hover{ color:#333 !important;}

.container{width:1200px;margin-left: auto;margin-right: auto;}

/* 当前位置 */
.breadcrumb{line-height:60px; font-size: 14px;color: #454545;}
.breadcrumb .fa {font-size: 16px;margin-right: 5px;}
.font-blue {color: #3598dc!important;}
.breadcrumb a{ color:#454545;}

/*---- page ---- */
#pages {
    width:100%;
    margin-top:30px;
    margin-bottom: 30px;
    text-align: center;
}
#pages ul{
    display: inline-block;
}
#pages li {
    display: inline;
}
#pages li a,
#pages li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
#pages li:first-child a,
#pages li:first-child span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
#pages li:last-child a,
#pages li:last-child span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
#pages li a:hover,
#pages li a:focus,
#pages li span:hover,
#pages li span:focus {
    z-index: 2;
    color: #ca0822;
    background-color: #eeeeee;
    border-color: #ddd;
}
#pages .active a,
#pages .active a:hover,
#pages .active a:focus,
#pages .active span,
#pages .active span:hover,
#pages .active span:focus {
    z-index: 3;
    color: #fff;
    background-color: #162638;
    border-color: #162638;
    cursor: default;
}
#pages .disabled span,
#pages .disabled span:hover,
#pages .disabled span:focus,
#pages .disabled a,
#pages .disabled a:hover,
#pages .disabled a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

/*----box----*/
.wraper-box{padding-bottom:50px;background: #eff3f8;}
.sider-box{ width:240px; float:left; background:#fff; padding-bottom:30px;border-radius: 10px;}
.main-box{ width: 1160px; background-color: #fff; padding:20px;border-radius: 10px; }

.main-box2{ width: 900px; background:#fff; padding-right:20px; padding-left:20px;border-radius: 10px;}
.asidenone .article{ margin:0px; padding:20px;}
.wraper .article_head{ padding-left:15px; height:60px; line-height:60px; font-size:20px; border-bottom:1px solid #ddd; overflow:hidden;}
.wraper .article_head h1{font-weight:normal; font-size:20px; font-weight:normal; }


.sub_nav h3{line-height:72px; margin-left: 30px; font-size:24px; color:#0595de; width:181px; border-bottom:1px solid #0595de; margin-bottom:18px; font-weight:normal; }
.sub_nav ul{margin-left: 30px; width: 181px;}
.sub_nav li{ margin-bottom: 1px; }
.sub_nav li a{ padding-left: 10px; line-height:40px;display: block; border-bottom:1px solid #ddd; color: #333; font-size: 16px;}
.sub_nav li a:hover,.sub_nav li.active{ background-color:#00afe8;}
.sub_nav li a:hover,.sub_nav li.active a{color:#fff; }






/* single-page */

.protit{ line-height:60px; border-bottom:1px solid #DDD; color:#565656;padding-bottom: 6px; padding-left: 15px;}
.protit h3 { font-size: 20px;color: #222; font-weight: normal;}
.single-page-content{ font-size: 16px; line-height: 2em; padding: 20px 10px;}
.single-page-content p{text-align:justify;word-wrap:break-word; padding-bottom: 10px;}
.single-page-content hr{display:block;padding:0;border:0;height:0;border-top:1px solid #ddd;margin:20px 0;-webkit-box-sizing:content-box;box-sizing:content-box}
.page-head{
    background:url('../image/i-line.png') repeat-x left center;
    text-align: center;
    margin-bottom:40px;

}
.page-head h1{
    display: inline-block;
    padding:0 100px;
    background: #fff;
    font-size:40px;
    line-height: 40px;
    font-weight: normal;
}

.uni_column_tit1 .col_tit{ padding-bottom:15px; font-size:36px; color:#393939; }
.uni_column_tit1 .col_desc { font-size:14px; color:#82807f; }
.page-container{}


.btn {
    display: inline-block;
    background-color: #e1e5ec;
    color:#333;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    border:0 none;
}

.btn.green{
    color: #FFF;
    background-color: #32c5d2;
    border-color: #32c5d2;
}


/*---- 新闻列表 ----*/
.li-item-news li{padding:15px;display:inline-block; border-bottom: 1px  dotted #ddd;}
.li-item-news ._img{float:left;width: 15%;margin-right:2%;}
.li-item-news ._img img{height:100%;}
.li-item-news ._t{font-size:18px;margin-bottom:8px;color:#555;}
.li-item-news ._p{line-height:1.5;overflow:hidden;color:#999; font-size:14px;}
.li-item-news ._i{overflow:hidden;*zoom:1;margin-top: 25px;}
.li-item-news ._foot {padding-top: 10px;text-align: right; }
.li-item-news li:hover ._t{color:#006ab8;}
.li-item-news li:hover ._i ._more{background-color:#0267b2;}
.li-item-news li:hover .data{color:#006ab8;}
.li-item-news li:hover .data .day,.li-item-news li:hover .data .month{color:#006ab8;}
.li-item-news li:hover{ background-color:#f3f6f8;}


/*---- 图片列表页 ----*/
.wrapper-mt{
    margin-top:30px;
}
.li-item-img{
    margin-left: 15px;
    margin-top:30px;
}
.li-item-img li{
    float: left;
    overflow: hidden;
    width: 270px;
    margin:0 13px 25px 12px;
    transition: all 0.3s ease-out;
}
.li-item-img li img{
    vertical-align: top;
}
.li-item-img li:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.li-item-img .list-inner{
    border: 1px solid #f3f3f3;
}
.li-item-img .list-thumb{
    display: block;
    height:180px;
    overflow: hidden;
}
.li-item-img .list-info{
    height: 30px;
    padding:5px 20px;
    position: relative;
}
.li-item-img .list-info h4{
    display: block;
    line-height: 30px;
    height:30px;
 
    font-weight: normal;
}
.li-item-img .list-info label{
    display: block;
    margin-top:4px;
    line-height: 16px;
    height:16px;
    color:#999;
}
.li-item-img .list-info i{
    font-style: normal;
    display: block;
    position: absolute;
    color: #fff;
    background-color: #ffa31f !important;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 50px;
    line-height: 20px;
    padding:5px 0;
    z-index: 10;
}
.li-item-img li:hover .list-info i {
    display: block;
}


/*正常内容页*/
#Article{overflow:hidden; font-family:"微软雅黑"; color:#555; padding: 15px 25px;}
#Article h1{color:#000;font:800 26px/30px "微软雅黑",arial;margin-bottom:6px; text-align:center; padding:16px 0 8px; border-bottom:1px solid #e5e5e5}
#Article h1 span{ font-size:12px; font-weight:normal; line-height:20px; color:#999}
#Article .content{ font-size:16px}
#Article .content p{line-height:2.0;text-align:justify;word-wrap:break-word; padding-bottom:15px;overflow-wrap: break-word;word-wrap: break-word;}

#Article .pagination{ padding:10px 0; border-top:1px solid #ddd;}
#Article .pagination p{ margin: 5px 0;}
#Article .pagination p a{cursor: pointer;color: #337ab7;}

.related-news{ border-top:1px solid #ddd; padding-top:10px; margin-top:10px;}
.related-news h3{ line-height:40px;}
.related-news li{ width:45%; line-height:32px; float:left; margin:0 10px;border-bottom:1px dotted #ddd;background:url(../images/zixiang/li_dot.png) left center no-repeat; }
.related-news li a{ padding-left:15px;}


/*留言板*/
.formDetail .formDetail-head h1 {
  font-size: 24px;
  border-bottom: 1px solid #dddddd;
  line-height: 46px;
  font-weight: normal;
}
.formDetail .formDetail-head h1,
.formDetail .formDetail-head p {
  padding-left: 12px;
}
.formDetail-body {
  padding: 30px 12px 85px;
}
.formDetail-body .form-group {
  margin-bottom: 10px;
}
.formDetail-body .form-group .col-md-2 {
  float: left;
  width: 80px;
  text-align: right;
  padding-right: 15px;
  line-height: 50px;
  display: block;
}
.formDetail-body .form-group select,
.formDetail-body .form-group input,
.formDetail-body .form-group textarea {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 10px 8px;
  line-height: 30px;
  vertical-align: top;
  box-sizing: border-box;
}
.formDetail-body .form-group select,
.formDetail-body .form-group input {
  height: 50px;
  width: 260px;
}
.formDetail-body .form-group select {
  height: 50px;
  width: 260px;
}
.formDetail-body .form-group textarea {
  width: 770px;
  height: 200px;
}
.formDetail-body .form-group span {
  margin-left: 6px;
  font-style: normal;
  font-size: 12px;
  color: #ffa31f;
  line-height: 50px;
}

.formDetail-body .form-group button {
  border: 0;
  width: 258px;
  height: 55px;
  border-radius: 3px;
  background-color: #ffa31f !important;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.formDetail-body .form-group button:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}}
/* Scroll Top */
.scroll-to-top {
  position:fixed;_position:absolute; display:block; width:58px;height:58px;right:18px;_right:-47px;bottom:32px; display:none; line-height:58px; cursor:pointer; background-color:#0595de; text-align:center;}
  .scroll-to-top > i{ font-size:22px; color:#fff;}