/**           _________________________________________________
*           /|     |                                                 |
*           ||     |     Name: Reset                                 |
*      .----|-----,|     Description: 网页全部样式                   |
*      ||  ||   ==||     Author: strong                              |
* .-----'--'|   ==||     Contact: 710427941                          |
*  |)-      ~|     ||_________________________________________________|
*  | ___     |     |____...==..._  >\______________________________|
* [_/.-.\"--"-------- //.-.  .-.\\/   |/            \\ .-.  .-. //
*   ( o )`==="""""""""`( o )( o )     o              `( o )( o )`
*    '-'                '-'  '-'                       '-'  '-'
*/

@charset "utf-8";
@import url("reset.css");

.but
{display: inline-block;
    padding: 6px 15px;
    border: 1px solid #d9d9d9;
    margin: 0 5px;
    background-color:#19a8f2;
}

* html, * html body {
    background-image: url(about:blank);
    background-attachment: fixed;
}

a:hover {
    transition: all ease .3s;
}

body {
    background: url("../images/bg.png") repeat-x #fff;
    color: #000;
}

.container {
    width: 1060px;
    margin: 0 auto;
}

.top {
    margin-top: 20px;
}

.logo {
    width: 401px;
    height: 77px;
    display: block;
}

.tel {
    width: 280px;
    margin-top: 25px;
}

.tel img {
    float: right;
    margin-right: 10px;
}

.tel h2 {
    float: right;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.nav {
    margin-top: 20px;
}

.nav-fl, .nav-fr {
    width: 18px;
    height: 40px;
    background: url("../images/nav-l-bg.png") no-repeat center left;
}

.nav-fr {
    background: url("../images/nav-r-bg.png") no-repeat center left;
}

.nav-list {
    background: url("../images/nav-bg.png") repeat-x;
    height: 40px;
    width: 1060px;
    border-radius: 20px;
}

.nav-list #nav {
    height: 40px;
}

.nav-list .nLi:first-child {
    border-radius: 20px 0 0 20px;
}

.nav-list .nLi {
    float: left;
    width: 16.666%;
    background: url("../images/nav-f.png") no-repeat center right;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    position: relative;
}

.nav-list .nLi:last-child {
    background-image: none;
    border-radius: 0 20px 20px 0;
}

.nav-list .nLi.on {
    background: url("../images/hover-g.png") repeat-x;
}

.nav-list .nLi.on a {
    color: #fff;
}

.nav-list .nLi a {
    display: block;
    color: #3d4653;
}

.nav-list .nLi .sub {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -85px;
    z-index: 99;
}

.nav-list .nLi .sub li {
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    margin-bottom: 1px;
    text-indent: 28px;
}

.nav-list .nLi .sub li a {
    display: block;
    color: #7d7d7d;
    background: url("../images/i.png") no-repeat 15px center;
}

.nav-list .nLi .sub li a:hover {
    background: #93d521 url("../images/i-h.png") no-repeat 15px center;
    color: #fff;
}

.banner {
    background-color: #fff;
    padding: 10px;
    position: relative;
    margin-top: 20px;
}

.banner-warp .hd {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 20px;
}

.banner-warp .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.banner-warp .hd li.on {
    background-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
}

.banner-warp .bd {
    width: 1040px;
    position: relative;
}

.banner-warp li img {
    width: 1040px;
    height: 290px;
}

.index .bd, .index .bd li img {
    height: 420px;
}

.banner-warp .prev,
.banner-warp .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.banner-warp .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.banner-warp .prev:hover,
.banner-warp .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner-warp .prevStop {
    display: none;
}

.banner-warp .nextStop {
    display: none;
}

.index-quick {
    margin-top: 20px;
    width: 1070px;
}

.index-quick li {
    float: left;
    width: 353px;
    height: 100px;
    text-align: center;
}

.index-quick li a {
    display: block;
    width: 353px;
    height: 100px;
}

.index-quick li a:hover {
    background-color: #99e42e;
}

.index-quick li h3 {
    font-size: 16px;
    color: #fff;
    padding: 25px 0 10px 0;
}

.index-quick li h3 span {
    font-size: 12px;
}

.index-quick li p {
    font-size: 12px;
    color: #fff;
}

.index-quick li.bg1 {
    background-color: #21b3ff;
}

.index-quick li.bg2 {
    background-color: #19a8f2;
}

.index-quick li.bg3 {
    background-color: #4dc2ff;
}

.title-box {
    padding: 20px 0;
}

.content {
    width: 1020px;
    margin: 20px auto;
    background-color: #fff;
    padding: 0 20px;
}

.mincontent {
    min-height:500px;
}

.title {
    font-size: 18px;
    text-indent: 12px;
    color: #48b012;
    background: url("../images/title-i.png") no-repeat center left;
}

.title span {
    font-size: 12px;
    color: #b2b2b2;
}

.more {
    padding-right: 10px;
    background: url("../images/more.png") no-repeat center right;
    color: #b2b2b2;
    font-size: 12px;
    margin-top: 6px;
}

.more:hover {
    color: #21b3ff;
    background: url("../images/more-h.png") no-repeat center right;
}

.index-prod {
    width: 1020px;
    height: 170px;
    position: relative;
}

.index-prod .bd {
    margin-left: 20px;
}

.index-prod .bd li {
    width: 180px;
    height: 170px;
    margin-right: 20px;
}

.index-prod .hd a {
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -30px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url("../images/qh.png");
    background-repeat: no-repeat;
}

.index-prod .bd li h3 {
    width: 180px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #f4f4f4;
    color: #21b3ff;
}

.index-prod .bd li .pic {
    width: 180px;
    height: 135px;
    position: relative;
}

.index-prod .bd li .pic img {
    width: 180px;
    height: 135px;
}

.index-prod .bd li .pic-h {
    width: 180px;
    height: 135px;
    background: url(../images/h-bg.png);
    position: absolute;
    top: -135px;
    left: 0;
    text-align: center;
}

.index-prod .bd li .pic-h img {
    width: 32px;
    height: 32px;
    margin-top: 50px;
}

.index-prod .hd a.next {
    background-position: 0 0;
    left: -18px;
}

.index-prod .hd a.next:hover {
    transition: none;
    background-position: 0 -41px;
}

.index-prod .hd a.prev {
    background-position: -41px 0;
    right: -18px;
}

.index-prod .hd a.prev:hover {
    transition: none;
    background-position: -41px -41px;
}

.index-box {
    float: left;
    width: 314px;
    margin-right: 39px;
}

.mr0 {
    margin-right: 0 !important;
}
.index-warp{
    height:314px;    
}

.index-warp img {
    margin-bottom: 10px;
}

.index-warp ul li {
    height: 30px;
    line-height: 30px;
}

.index-warp ul li a {
    float: left;
    width: 240px;
    color: #5c5c5c;
    overflow: hidden;
    text-indent: 12px;
    background: url("../images/i.png") no-repeat left center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:13px;
}

.index-warp ul li a:hover,.index-warp,.index-about{
    color: #3355a2;
}

.index-warp ul li p {
    float: right;
    color: #bfbfbf;
    margin:0px;
}

.index-about {
    color: #5c5c5c;
    width:310px;
    height:161px;
    word-wrap: break-word;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:13px;
    text-indent:2em;
    line-height:26px;   
    text-align: justify; 
}

.index-about p{
    margin:0px;
    padding:0px;
}

.footer {
    margin-top: 0px;
    border-top: 1px dotted #333333;
    font-size:14px;
    height:100px;
    background-color:#e8e8e8;
}

.footer ul {
    text-align: center;
}

.footer ul li {
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #E2E2E2;
}

.footer ul li.no {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.footer ul li a {
    color: #333333;
}

.footer ul li a:hover {
    color: #333333;
}

.footer .copy {
    text-align: center;
}

.footer .copy p {
    color: #333333;
    line-height:35px;
}

.service {
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 30%;
    background-color: #fff;
    box-shadow: 0 0 3px #ccc;
}

.service h2 {
    font-size: 18px;
    width: 130px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #21B3FF;
    color: #fff;
}

.service .li a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 8px 0 8px 8px;
    margin: 8px 0;
    border-bottom: 1px solid #E6E6E6;
}

.service .tels {
    padding: 10px;
}

.service .tels h3 {
    font-size: 14px;
    color: #19A8F2;
}

.service .tels b {
    font-weight: bold;
    font-size: 14px;
    color: #21B3FF;
}

#back-to-top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #AEE3FF;
    position: fixed;
    display: none;
    bottom: 10px;
    right: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
}

.page {
    padding: 20px 0 40px 0;    
}

.menu {
    width: 240px;
    min-height: 300px;
}

.menu h2 {
    height: 50px;
    line-height: 50px;
    background-color: #30b8ff;
    color: #FFFFFF;
    font-size: 16px;
    text-indent: 20px;
    font-weight:bold;
    font-family:微软雅黑;
}

.menu h2 span {
    font-size: 12px;
}

.menu-list .nLi a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
    text-indent: 20px;
    background: url("../images/muen.png") no-repeat center left;
    margin-left:8px;
    font-size:14px;
    font-family:微软雅黑;
}

.menu-list .nLi.on a {
    color: #19a8f2;
}

.menu-list .nLi .sub {
    display: none;
}

.menu-list .nLi .sub li a {
    display: block;
    color: #48b012;
    padding: 15px 0;
    margin-left: 10px;
    border-bottom: 1px solid #ededed;
    background: url("../images/more.png") no-repeat center left;
}

.page-content {
    width: 780px;
    background: url("../images/abg.png") repeat-y left top;
    min-height: 400px;
}

.page-title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dotted #666666;

}

.page-title h3 {
    margin-left: 15px;
    font-size: 18px;
    color: #0066CC;
    font-weight: bold;
    font-family:微软雅黑;
}

.page-title h3 span {
    color: #19a8f2;
    font-size: 20px;
}

.debris p {
    font-size: 14px;
    color: #3d4653;
    font-family:微软雅黑;
}

.debris p span {
    color: #19a8f2;
}

.debris p a:hover {
    color: #48b012;
}


.bro-content {
    padding: 20px;    
}

.bro-page-title {
    text-align: center;
    width:740px;
    margin-bottom:60px;
}
.bro-page-title h2 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    text-align:center;
    padding:10px;
    width:720px;
}
.bro-page-title p {
    display: inline-block;
    float: left;
    color: #a8a8a8;
    font-size:14px;
    width:590px;
    margin:0px;
    height:25px;
    line-height:25px;
    border-bottom: 1px dashed #ededed;
    
}
.bro-page-title .search {
    display: inline-block;
    float: left;
    height:25px;
    line-height:25px;
    border-bottom: 1px dashed #ededed;    
}



.case-contents {
    margin-top: 20px;
}

.case-contents p{
    font-size:16px;
    line-height:30px;
    text-indent:2em;
    color:#000000;
    margin-bottom:5px;
}

.case-contents p strong{
    text-indent:0em;
    font-weight:bold;
}

.service-news {
    padding: 0 25px 0px 30px;
}

.service-news .index-box {
    width: 340px;
    margin-right: 40px;
}

.service-news .index-box .title {
    font-size: 16px;
}

.service-news .index-box img {
    width: 340px;
}

.service-pic-list {
    padding: 0 25px 25px 25px;
}

.service-pic-list li {
    float: left;
}

.service-pic-list li h3 {
    font-size: 14px;
    margin-top: 5px;
    color: #3d4653;
    font-weight: bold;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 20px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 200px;
    height: 100px;
    display: block;
    padding: 2px;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}

.service-pic-lists li {
    float: left;
    width: 170px;
    margin-right: 16px;
}

.service-pic-lists li img {
    width: 170px;
    height: 100px;
}

.service-pic-lists li h3 {
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.page-list li {
    text-indent: 16px;
    height: 40px;
    line-height: 40px;
    background: url("../images/muen.png") no-repeat center left;
    border-bottom: 1px dashed #E6E6E6;
}

.page-list li a {
    display: block;
    width: 640px;
    float: left;
    color: #3d4653;
    font-size:14px;
    line-height:28px;
    height:40px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.page-list li a:hover {
    color: #48b012;
}

.page-list li p {
    float: right;
    color: #a6aab1;
    font-size:14px;
    margin:0px;
}


.pages {
    margin: 20px 0;
    text-align: center;
    font-size:14px;
    font-family:微软雅黑;
    color:#666666;
}

.pages a {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #d9d9d9;
    margin: 0 5px;
}

.pages a:hover, .pages a.active {
    background: #19a8f2;
    color: #fff;
    border: 1px solid #19a8f2;
}

.news-info {
    text-align: center;
}

.news-info h2 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #19a8f2;
    font-weight: bold;
}

.news-info p {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    margin-left: 150px;
    color: #4a525e;
}

.news-info .search-icon {
    display: inline-block;
    float: left;
}

.news-info {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
}

.page-fanye {
    border-top: 1px solid #EAEAEA;
    margin-top: 40px;
    padding-top: 20px;
}

.page-fanye p {
    color: #343434;
    margin: 5px 0;
}

.page-fanye p a:hover {
    color: #19a8f2;
}

.page-message .page-title {
    padding-left: 0;
}

.message {
    width: 400px;
    margin: 40px auto;
    border: 1px solid #000000;
}

.input {
    height: 40px;
    margin-bottom: 20px;
}

.input h3 {
    float: left;
    font-size: 14px;
    color: #3d4653;
    width: 80px;
    text-align: center;
    line-height: 40px;
}

.input h3 span {
    color: red;
}

.input input{
    width: 300px;
    float: left;
    height: 40px;
    border: 1px solid #DEDEDE;
    padding-left: 5px;
    outline: none;
}

.input input:active,.input textarea:active{
    border: 1px solid #19a8f2;
}

.input textarea{
    width: 300px;
    float: left;
    height: 100px;
    border: 1px solid #DEDEDE;
    padding-left: 5px;
    padding-top: 5px;
    outline: none;
    resize: none;
}
.input .submit{
    background-color: #19a8f2;
    color: #fff;
    border: 0;
    padding-left: 0;
    font-size: 14px;
    margin: 40px 0;
}

.contact{
    padding:10px 40px;
}
.contact p{
     font-size:18px;
     font-family:微软雅黑;
     line-height:35px;
}
.map{
    width: 940px;
    margin: 10px 0;
}

.map img{
    width: 100%;
}

.tab_main{width:99%; margin:20px 6px 0px 6px;}
.tab_add_list{font-size:14px;color: #333333;text-align:right;font-family:"宋体";width:200px;vertical-align:middle; border-bottom: #BBBBBB 1px dotted;white-space:nowrap;height:45px; line-height:45px;}
.tab_add_list img{ padding-top:13px;}
.tab_add_con{font-size:14px;color: #000000;vertical-align:middle;padding-left: 5px;border-bottom: #BBBBBB 1px dotted;white-space:nowrap;height:45px; line-height:45px; }

.div_main{width:1020px;border:1px solid #CCCCCC;background-color:#EEEEEE; margin-top:10px; margin-right:6px; font-size:13px; height:35px; line-height:35px;}

.g_tab_main{width:260px;text-align:center; vertical-align:middle; line-height:25px; color:#666666; padding-top:15px; color:#000;font-family:宋体;}
.g_tab_sub{width:740px; margin:5px;color:#000;}
.g_sub_cap{height:35px; line-height:35px;vertical-align:middle;width:99%; margin-top:2px; background-color:#F0F0F0; color:#000;font-size:13px; font-weight:bold;  font-family:宋体,Arial;}
.g_sub_con{ min-height:50px;line-height:30px; text-indent:25px;font-family:宋体,Arial;color:#000;  padding-top:5px;}
.g_gub_ann{border: #CCCCCC 1px solid; height:25px; line-height:25px; color:#666666;font-family:宋体,Arial;color:#000;}
.g_rep_cap{border: #004e98 1px dotted; height:30px; line-height:30px; background-color:#F5F5F5;font-family:宋体,Arial;color:#000;}
.g_rep_con{border: #004e98 1px dotted; line-height:25px; background-color:#F5F5F5;text-indent:25px; vertical-align:top;font-family:宋体,Arial;color:#000;padding-top:5px;}

.reds{color:#FF0000;font-size:14px;font-family:宋体;margin-right:8px;}



.pro-list ul {
    width: 790px;
    margin-left:25px;
}

.pro-list li {
    width: 350px;
    text-align: center;
    float: left;
    margin-right: 45px;
    float:left;    
    margin-bottom:50px;
}

.pro-list li a.box-case {
    display: block;
    padding: 10px 5px;
    background-color: #e8e8e8;
}

.pro-list li a.box-case:hover {
    opacity: 0.6;    
}

.pro-list li a.hovers:hover {
    opacity: 0.6;
    background-color: #000000;
}

.pro-list li h3 {   
    font-size: 16px;
    background-color:#48b012;
    height:40px;
    line-height:40px;
    color:#FFFFFF;
}