/*!
 * ETUI v3
 *
 * Copyright 2016.9*/
/*-----字体图标引入------------------------------------------------------------------------*/

.iconfont{font-size: inherit;line-height: 1;-webkit-text-stroke-width:0;}
a{-webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}

#skip{height: 0; overflow: hidden;}

/*-----控件------------------------------------------------------------------------*/
* { list-style-type:none;}
body {
    background-color: #eeeeee;
}
table td {
    vertical-align: middle !important;
    word-wrap: break-word;
    word-break: break-all;
}
/* 文字颜色 */
.text-primary{
    color: #0069c5!important;
}
.text-success{
    color: #66bb6a!important;
}
.text-error{
    color: #f15a5d!important;
}
.text-info{
    color: #42a5f5!important;
}
.text-warning{
    color: #ffa726!important;
}
.text-orange{
    color: #ff7043!important;
}
.text-purple{
    color: #5c6bc0!important;
}
.text-pink{
    color: #ec407a!important;
}
.text-blue {
    color: #0069c5!important;
}
.text-default {
    color: #444 !important;
}
.text-white {
    color: #fff !important;
}
/* 按钮 */
.btn {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn:hover {
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
.btn-primary{
    color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;  
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active{
    background-color:#0070d1!important;
    border-color:#0070d1!important;
}
.btn-info{
    color: #fff;
    background-color: #20a0e4;
    border-color: #20a0e4;  
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active{
    background-color:#22a8f0!important;
    border-color:#22a8f0!important;
}
.btn-cyan-blue{
    color: #fff;
    background-color: #23b6c8;
    border-color: #23b6c8;  
}
.btn-cyan-blue:hover,
.btn-cyan-blue:focus,
.btn-cyan-blue.focus,
.btn-cyan-blue:active,
.btn-cyan-blue.active{
    color: #fff;
    background-color:#24bfd4!important;
    border-color:#24bfd4!important;
}
.btn-blue{
    color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;  
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active{
    color: #fff;
    background-color:#368DDA!important;
    border-color:#368DDA!important;
}
.btn-success{
    color: #fff;
    background-color: #66bb6a;
    border-color: #66bb6a;  
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active{
    background-color:#6dc772;
    border-color:#6dc772;
}

.btn-danger{
    color: #fff;
    background-color: #f15a5d;
    border-color: #f15a5d;  
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active{
    background-color:#ff5e61;
    border-color:#ff5e61;
}
.btn-orange{
    color: #fff;
    background-color: #ff7043;
    border-color: #ff7043;  
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active{
    color: #fff;
    background-color:#ff855f;
    border-color:#ff855f;
}
.btn-yellow{
    color: #fff;
    background-color: #ffa726;
    border-color: #ffa726;  
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active{
    color: #fff;
    background-color:#ffbe5f;
    border-color:#ffbe5f;
}
.btn-purple{
    color: #fff;
    background-color: #5c6bc0;
    border-color: #5c6bc0;  
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active{
    color: #fff;
    background-color:#7987D8;
    border-color:#7987D8;
}
.btn-pink{
    color: #fff;
    background-color: #ec407a;
    border-color: #ec407a;  
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active{
    color: #fff;
    background-color:#EE6090;
    border-color:#EE6090;
}
.btn-white {
    background-color: #fff;
    border: 0;
}
.btn-default:hover {
    background: #fff;
}

ul.btnicon-lg li{
    text-align: center;
}
ul.btnicon-lg li a{
    padding-top: 14px;
    padding-bottom: 6px;
    display: block;
}

ul.btnicon-lg li a:active{
    background: #efefef;
}
ul.btnicon-lg li a i.iconfont{
    font-size: 38px;
}
ul.btnicon-lg li a p{
    margin-top: 15px;
    color: #444;
}

ul.btn-line li a.btn{
    box-shadow: none;
    border-color: #ebebeb;
}
ul.btn-line li a.btn:hover{
    border-color: #ddd;
    background-color: transparent;
    box-shadow: 0 4px 7px rgba(0,0,0,0.1);
}


/* 标签 */
.label{
    line-height: 16px;
}
.label-primary{
    background-color:#42a5f5;
}
.label-success{
    background-color:#66bb6a;
}
.label-warning{
    background-color:#ffa726;
}
.label-info{
    background-color:#26c6da;
}
.txt1line { -webkit-box-orient:vertical; box-orient:vertical; display:-webkit-box !important; display:box !important; -webkit-line-clamp:1;}
.txt2line { -webkit-box-orient:vertical; box-orient:vertical; display:-webkit-box !important; display:box !important; -webkit-line-clamp:2;}


.banner-sty1 { margin:0px auto 20px auto;}
.jdt-sty1 { padding-top:20px;}
.news-sty1 { padding-top:20px; }
.news-tt { width:100%;}
.news-tt span { display:block; width:100%; font-size:25px; color:#333333; font-weight:bold;}
.news-tt span a { color:#333333; text-decoration:none;}
.news-tt span a:hover { color:#cd0909; text-decoration:none;}
.news-tt p {  overflow:hidden; font-size:14px; color:#454545; line-height: 1.5; margin-top:5px;}
.news-list { margin-top:15px;}
.news-list ul { margin:0px; padding:0px; border-top:#cccccc dashed 1px;}
.news-list ul li { font-size:16px; color:#383535; border-bottom:#cccccc dashed 1px; line-height:38px; width:100%; height:38px; overflow:hidden;}
.news-list ul li a { color:#383535; text-decoration:none;}
.news-list ul li a:hover { color:#cd0909; text-decoration:none;}
.news-list ul li i { display:block; width:11px; height:13px; float:left; background-image:url(n-icon1.jpg); margin:12px 10px auto 10px;}
.lmbt-div1 { width:100%; padding-top:15px; background:url(line1.jpg) repeat-x left 41px;}
.lmbt-div1 img { display:block; margin:0px auto auto auto;}

.ldao-xx { padding-left:15px; padding-right:15px; padding-bottom:18px; padding-top:18px; clear:both; overflow:hidden; border-bottom:#d9d9d9 dashed 1px;}
.ldao-xx span { display:block; float:left; }
.ldao-xx span img { display:block; margin-right:30px;}
.ldao-xx ul { padding:0px; margin:0px;}
.ldao-xx ul li { font-size:16px; color:#454545; line-height:32px;}
.ldao-hd { padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:20px;}
.ldao-hd ul { margin:0px; padding:0px;}
.ldao-hd ul li { font-size:16px; width:100%; height:34px; line-height:34px; overflow:hidden;}
.ldao-hd ul li a { color:#383535; text-decoration:none;}
.ldao-hd ul li a:hover { color:#cd0909; text-decoration:none;}

.dfts-div { padding-left:20px; padding-right:20px; padding-bottom:30px !important; overflow:hidden;}
.dfts-div ul { padding:0px; margin:20px 0;}
.dfts-div ul li { width:25%; float:left; display:block;}
.dfts-div ul li a { display: block; padding: 3px; }
.dfts-div ul li img { display:block; width:100%;}
.foot-sty1 { padding-top:30px; padding-bottom:20px;}
.foot-sty1 p { color:#6f6f6f; text-align:center; margin-bottom:0px; line-height:24px;}
.foot-sty1 p img { display:inline-block; margin-left:5px; padding-right:5px; margin-top:10px;}

.hiSlider { overflow: hidden; width: 100%; margin:0px; padding:0px; background: #eee; }
.hiSlider-item{ float: left; }

.page2-body { background-image:url(body-bg.png); background-repeat:repeat;}
.page2-banner { overflow:hidden;}
.p2-banner { position:absolute; z-index:99;}
.p2-logo { margin-top:40px;}
.p2-banner-img { margin-top:15px;}
.p2-banner-img img { display:block; margin:0px auto auto auto;}
.p2-banner2 { background-color:#1e8d73; background-image:url(p2-bbj2.png); background-repeat:repeat-x; background-position:left bottom;}
.yjzd-div { margin-top:0px;}
.yjzd-div form { display:block; width:260px; height:36px; margin:0px auto auto auto;}
.yjzd-div form input { display:block; float:left; height:36px; border:none; background-repeat:no-repeat; background-position:left top; outline:none;}
.p2-input1 { width:181px; background-image:url(input-bj1.jpg); font-family:"微软雅黑"; font-size:16px !important; color:#439e89 !important; text-indent:5px;}
.p2-input2 { width:79px; background-image:url(input-bj2.jpg);}
.xsq-listdiv { margin-top:40px; margin-bottom:25px; min-height:40px; text-align:center;}
.xsq-listdiv a { display:inline-block; font-size:22px !important; color:#FFF; padding-left:10px; padding-right:10px; height:40px; line-height:38px; border-radius:5px;}
.xsq-listdiv a:hover { background-color:#ffffff; color:#298365 !important; text-decoration:none;}
.xsq-listdiv a.now { background-color:#ffffff; color:#298365 !important; text-decoration:none;}
.p2-lmbt1 { width:100%; background:url(p2-btbj1.jpg) no-repeat center 20px;}
.p2-lmbt1 h1 { font-size:36px; font-weight:bold; text-align:center; color:#199f80;}
.xsq-list { padding-left:20px; padding-right:20px; padding-bottom:40px; overflow:hidden; margin-top:20px; border-bottom:#199f80 solid 3px;}
.xsq-list ul { padding:0px; margin:0px;}
.xsq-list li { display:block; width:20%; float:left;}
.xsq-list li a { display:block; padding:0px 10px 0px 10px; border:#199f80 solid 1px; border-radius:5px; height:38px; text-align:center; font-size:20px; line-height:38px; color:#298365;}
.xsq-list li a span { display:block; border:#199f80 solid 1px; border-radius:5px; height:38px; text-align:center; font-size:20px; line-height:38px; color:#298365;}
.xsq-list li a:hover span { display:block; background-color:#199f80; border-radius:5px; height:38px; color:#FFF; text-decoration:none;}
.xsq-list li a:hover { text-decoration:none;}

.xzjjie-img { padding:20px; background-color:#f4f4f4; margin-bottom:20px;}
.xzjjie-txt { margin-bottom:20px;}
.xzjjie-txt p { font-size:16px; color:#454545; text-indent:28px; margin-top:10px; margin-bottom:0px !important;}