@charset "utf-8";

/* CSS Document */



.container { /*根据效果图主体宽度定义*/

    width: 1200px;

    min-width: 1200px;

}



body {

     min-width: 1200px;font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;

}



/*header*/

header {
    height: 75px;
    width: 100%;
    position:absolute;
    top: 0;
    z-index: 9999999999;
}
.header {
    height: 75px;
    width: 1200px;
    margin: 0 auto;
    border-radius: 15px; 
    background: rgba(0,0,0,0.08);
}
header .logo {

 text-align: center;
 color: #1e5f00;
 font-size: 14px;
 line-height: 18px;
 font-family: "微软雅黑";
 margin-left: 30px;

}

header .logo img {

    display: block;
    margin: 5px 0 3px 0;

}


.gao{ width: 600px; background:url("../images/gong.png") no-repeat 0 15px; line-height: 58px; color: #fff; font-size: 14px;  padding-left: 35px; float: left; }
.gao span{ margin-left: 60px;}
.search {

    padding-top: 10px;
    width: 260px;
float: right;

}

.search .s-inp {

    background: url("../images/img-04.png") no-repeat;

    width: 190px;

    height: 30px;

    line-height: 30px;

    border: none;

    padding: 0 30px 0 10px;

}

.search .s-btn {

    background: url("../images/img-02.png") no-repeat;

    width: 75px;

    height: 22px;

    border: none;

    cursor: pointer;

    margin-left: -77px;

    margin-top: 4px;

}

header .tel {

    background: url("../images/img-03.png") no-repeat left 3px;

    padding-left: 32px;

    font-size: 28px;

    color: #000000;

    top:20px;

    right: 150px;

    line-height: 1.2;

}

header .other {

    right: 0;

    line-height: 1.4;

    top:28px;

}

header .other span ,

header .other a {

    display: inline-block;

    float: left;

    color: #222222;

}

header .other span  {

    margin: 0 5px;

}

header .other a:hover,

header .other a.current{

    color: #0a6460;

}





/*nav*/

nav {

    right: 30px;

    height: 70px; /*根据效果图自己定义*/

}

nav ul li {

    float: left;

    display: inline;

    position: relative;

    z-index: 999;
    width: 130px;
    height: 75px;


}

nav ul li a {

    display:block;

    text-align: center;

    color: #222222;

    font-size: 14px;
    margin-top: 25px;
    border-left: solid 1px #333;
    width: 100%; text-align: center;

}



nav ul li:hover,nav ul li a.current {

    color: #0088E0;

}
nav ul li:hover .nav-cont {

    display: block;

}
nav ul li .nav-cont {

    position: absolute;

    z-index: 999;

    display: none;

    width: 100%;

    background: rgba(105,176,228,0.7);
    top: 75px;

}

nav ul li .nav-cont a {

    margin-bottom: 1px;

    color: #ffffff;

    width: 110%;

    font-size: 14px;

    border:none;
    line-height: 35px;
    margin-top: 0;


}




/*footer*/

footer {

    background: #2F68AB;

    height: 80px;

    color: #ffffff;

    min-width: 1200px;
    text-align: center;
    padding: 20px 0;
    line-height:40px;
    font-size: 14px;

}
footer a{


    color: #ffffff;

}
footer img{ position: relative; top: 10px;}
footer .f-l {

    width: 900px;

}

footer .f-l .top-s {

    height: 76px;

    line-height: 76px;

}

footer .f-l .top-s span,

footer .f-l .top-s a {

    font-size: 16px;

    color: #202020;

}

footer .f-l .top-s span {

    margin: 0 20px;

}

footer .f-l .btm-s {

    color: #ffffff;

    line-height: 22px;

    padding-top: 12px;

}

footer .f-r {

    width: 300px;

    padding-top: 20px;

}

footer .s-1 {

    color: #ffffff;

    line-height: 18px;

    display: inline-block;

    padding-top: 60px;

}

footer .s-1 em {

    color: #fba900;

}



/*banner*/

.slideBox{

    width:100%;

    height:500px; /*这个根据效果图定义*/

    overflow:hidden;

    position:relative;


}

.slideBox .hd{

    height:10px;

    overflow:hidden;

    position:absolute;

    left: 50%;

    bottom:30px;

    z-index:1;

    margin-left: -135px;

}

.slideBox .hd ul{

    overflow:hidden;

    zoom:1;

    float:left;

}

.slideBox .hd ul li{

    float:left;

    margin:0 10px;

    width:45px;

    height:8px;

    line-height:8px;

    text-align:center;

    background: rgba(255,255,255,0.3);

    cursor:pointer;

}

.slideBox .hd ul li.on{

    background: rgba(223,140,0,0.5);

}

.slideBox .bd{

    position:relative;

    height:100%;

    z-index:0;   }

.slideBox .bd li{

    zoom:1;

    vertical-align:middle;

}



.slideBox .bd a {

    display: block;

    height: 500px; /*这个根据效果图定义*/

    width: 100%;

}



.other-banner {

    height: 400px; /*根据效果图定义*/

}



/*width*/

.w255 {

    width: 255px;

}

.w925 {

    width: 925px;

}



/*page*/

.page {

    text-align: center;

    padding: 30px;

}

.page a {

    display: inline-block;

    border: 1px solid #dadada;

    height: 26px;

    line-height: 26px;

    padding: 0 9px;

    color: #868686;

}

.page a:hover,.page a.current {

    background: #0a6460;

    border: 1px solid #0a6460;

    color: #ffffff;

}



/*sub-menu*/

.sub-menu h3 {

    height: 60px;

    line-height: 60px;

    background: #69B0E4;

    color: #ffffff;

    font-size: 18px;

    text-align: center;

}

.sub-menu h3 span {

    color: #d2d2d2;

    text-transform: uppercase;

    font-size: 12px;

}



.sub-menu ul li {

    line-height: 50px;

    vertical-align: bottom;

    margin-bottom: 1px;

}

.sub-menu ul li a.a-tit {

    display: block;

    line-height: 48px;

    background: url("../images/img-05.png") no-repeat 68px 21px #dddddd;

    padding-left: 83px;

    font-size: 16px;

    color: #2c333d;

}

.sub-menu ul li a:hover,.sub-menu ul li a.current {

    background: url("../images/img-06.png") no-repeat 68px 21px #fa9d00;

    color: #ffffff;

}

.sub-menu ul li .menu-cont {

    display: none;

}

.sub-menu ul li .menu-cont a {

    display: block;

    height: 32px;

    line-height: 32px;

    padding-left: 83px;

    font-size: 14px;

    color: #2c333d;

    background: url("../images/img-07.png") no-repeat 68px 16px;

}

.sub-menu ul li .menu-cont a:hover,.sub-menu ul li .menu-cont a.current {

    color: #0a6460;

}



/*bread-crumbs*/

.bread-crumbs {

    height: 50px;

    line-height: 50px;

    background: #dddddd;

}

.bread-crumbs .b-l {

    background: #69B0E4;

    width: 140px;

    text-align: center;

    color: #ffffff;

    font-size: 18px;

}

.bread-crumbs .b-r {

    background: url("../images/img-10.png") no-repeat left 19px;

    line-height: 50px;

    padding-right: 10px;

    padding-left: 20px;

}

.bread-crumbs .b-r,.bread-crumbs .b-r a {

    color: #69B0E4;

}



/*module*/



.mod-01  {

    margin-left: -19px;

}

.mod-01 li {

    float: left;

    width: 217px;  /*宽度根据效果定义*/

    display: inline;

    margin-left: 19px;

    vertical-align: bottom;

    margin-bottom: 10px;

    overflow: hidden;

}

.mod-01 li .pic img{

    display: block;

    width: 215px;

    height: 223px;

    border: 1px solid #d3d3d3;

}

.mod-01 li p {

    height: 50px;

    line-height: 50px;

    font-size: 16px;

    text-align: center;

}

.mod-01 li p a {

    color: #2c333d;

}



.mod-02  {

    margin-left: -20px;

}

.mod-02 li {

    float: left;

    width: 295px;  /*宽度根据效果定义*/

    display: inline;

    margin-left: 20px;

    vertical-align: bottom;

    margin-bottom: 10px;

    overflow: hidden;

}

.mod-02 li .pic img{

    display: block;

    width: 295px;

    height: 308px;

}

.mod-02 li p {

    height: 40px;

    line-height: 40px;

    font-size: 16px;

    text-align: center;

}

.mod-02 li p a {

    color: #2c333d;

}



.mod-03 {

    color: #2c333d;

    line-height: 26px;

    font-size: 14px;

}



.mod-04 {

    color: #2c333d;

    line-height: 36px;

    font-size: 16px;

}



.mod-05 li {

    zoom: 1;

    padding-bottom: 20px;

    border-bottom: 1px dashed #c6c6c6;

    margin-bottom: 20px;

}

.mod-05 li:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0;}

.mod-05 li .l-s {

    width: 267px;

}

.mod-05 li .l-s img {

    display: block;

    width: 267px;

    height: 179px;

}

.mod-05 li .r-s { /*宽度根据效果定义*/

    line-height: 26px;

    color: #2c333d;

    width: 630px;

    font-size: 14px;

}

.mod-05 li .r-s h3 a{

    font-size: 18px;

    color: #2c333d;

    line-height: 44px;

    display: inline-block;

    text-shadow: 1px 1px 1px #b2b3b5;

}



.mod-06 {

    color: #2c333d;

    line-height: 34px;

    font-size: 14px;

}



/*index*/

.i-title {

    background: url("../images/tit.png") no-repeat;

    padding-bottom: 30px;

    line-height: 1.4;

    font-size: 20px;

    color: #333;

}

.i-title span {

    color: #333333;

    font-size: 26px;

    text-transform: uppercase;

}



.i-title-02 {

    height: 50px;

    background: url("../images/img-10.jpg") repeat-x left bottom;

}

.i-title-02 .t-l {

    display: inline-block;

    height: 40px;

    line-height: 40px;

    font-size: 20px;

}
.i-title-02 .t-l i{ color: #999;}
.i-title-02 .t-more {

    color: #333;

    font-size: 14px;

    display: inline-block;

    line-height: 50px;

}

.gong{ width: 100%; height:55px; background: #7DB0DF; margin-bottom: 40px;  }
.go{ width: 1200px; margin: 0 auto;}

.business {

    background: #ffffff;
    padding:0 0 70px 0;
}

.business .i-title {


}

.business ul li {

    padding:10px;

    width: 220px;

    float: left;

    overflow: hidden;

    vertical-align: bottom;

    display: inline;
    line-height: 30px;


}
.business ul li p{

    line-height: 25px;
    color: #666;


}
.business ul li a {

    display: block;

    height: 240px;

    text-align: center;

    color: #666;

    line-height: 20px;
    font-size: 14px;

}

.business ul li a:hover {


}

.business ul li a .icon {




}

.business ul li a .icon img {

    display: block;

    margin: 0 auto;

}

.business ul li a .title {

    color: #535353;

    font-size: 16px;

    height: 50px;

    line-height: 50px;
    overflow: hidden;

}




.products {

    background:#69B0E4;

    background-size: cover;

    height: 500px;

}

.products .i-title {

    margin: 40px 0;
    background:url("../images/tit2.png") no-repeat scroll right;
    color: #fff;


}
.products .i-title .db{ color: #fff;}


.picScroll-left{

    width:1200px;

    position:relative;

}



.picScroll-left .hd .prev,

.picScroll-left .hd .next{

    display:block;

    width:50px;

    height:59px;

    overflow:hidden;

    cursor:pointer;

    position: absolute;

    top: 90px;

}

.picScroll-left .hd .prev {

    background: url("../images/du.png") no-repeat;

    left: -50px;

}

.picScroll-left .hd .next{

    background: url("../images/up.png") no-repeat;

    right: -50px;

}



.picScroll-left .bd{

    width: 1200px;

    overflow: hidden;

}

.picScroll-left .bd ul{

    overflow:hidden;

    zoom:1;

}

.picScroll-left .bd ul li{

    margin:0 15px;

    float:left;

    _display:inline;

    overflow:hidden;



}

.picScroll-left .bd ul li .pic img {

    width:268px;

    height:171px;

    display:block;

}



.picScroll-left .bd ul li .title a{

    display: block;

    height: 50px;

    line-height: 50px;

    background: #037EC1;

    color: #ffffff;

    font-size: 16px;

    text-align: center;

}

.picScroll-left .bd ul li .title a:hover{

    background: #0a6460;

}



.about-us {

    width: 455px;

}

.about-us .l-s {

    width: 315px;margin: 0 auto;

}
.about-us .l-s li a{color: #666; font-size: 14px;}
.about-us .l-s li a:hover{ color:#027DC0; }
.about-us .l-s .pic{ width: 315px; margin: 0 auto;}
.about-us .l-s li{background: url("../images/list.png") no-repeat 0 10px; padding-left: 15px;}
.about-us .l-s img {

    display: block;

    width: 136px;

    height: 235px;

}
.dd span{ margin: 0 20px;}
.about-us .r-s {

    width: 300px;

    color: #595959;

    line-height: 24px;

    font-size: 14px;

}

.about-us .r-s h3 a {

    color: #333333;

    font-size: 20px;

    display: block;

    height: 52px;

    line-height: 52px;

}

.about-us .r-s .a-more {

    color: #0a6460;

    text-transform: uppercase;

}



.news {

    width: 715px;

}

.news .l-s {

    width: 296px;

    height: 235px;

    position: relative;

}

.news .l-s img {

    display: block;

    width: 296px;

    height: 235px;

}

.news .l-s .title {

    background: url("../images/img-18.png") repeat-x;

    height: 35px;

    line-height: 35px;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    text-align: center;

}

.news .l-s .title a {

    color: #ffffff;

    font-size: 14px;

}



.news .r-s {

    width: 100%;

}

.news .r-s li {

    height: 100px;

    overflow: hidden;

    vertical-align: bottom;

    margin-bottom: 10px;
    padding: 10px;

}

.news .r-s li .date {

    width: 165px;

    height: 105px;

    background: #e5e5e5;

    text-align: center;

    line-height: 1.4;

    color: #4d4d4d;

    font-size: 30px;

    display: block;

}

.news .r-s li .date em {

    display: block;

    font-style: normal;

    color: #838383;

    font-size: 12px;

}

.news .r-s li .info {

    color: #838383;

    line-height: 1.6;

    width: 520px;

}
.news .r-s li .info p{ line-height: 22px;}
.news .r-s li .info h5 a{

    color: #000000;

    font-size: 16px;
    line-height: 35px;

}
.news .r-s li .info h5 a span{
 float: right;
 margin-right: 100px;

}
.news .r-s li.last {

    margin-bottom: 0;

}

.news .r-s li.hover-s {

    background: #eee;


}

.news .r-s li.hover-s .date em {

    color: #ffffff;

}

.newstitle{ font-size:18px; line-height:28px; text-align:center; border-bottom:1px solid #CCC;}
.message form{ margin: 50px 0 0 150px;}
.message form p{ line-height:  30px; display: inline; float: left; padding: 0 10px;}
.message form input{ border: none; border: solid 1px #ccc; }
.message form li{ height: 60px;}
.message form img{ margin-top: 5px;}
.mod-03 .vtitle{ font-size: 20px;}
.mod-03 .title_s,.vtitle{ text-align: center; margin-bottom: 20px;}
.yy{ width: 100%; background: #F0F1F5; height: 35px; line-height: 35px; }
.you{ width: 1200px; margin: 0 auto; color: #999;}
.you a{ font-size: 14px; display: inline; padding: 10px 20px;color: #999;}
.fy_news_list{ margin: 20px 0;}
.fy_news_list li{ height: 35px; line-height: 35px; border-bottom: 1px dashed #ccc;}
.fy_news_list a{ color: #333;}
.scott{ text-align: center;height: 35px; line-height: 35px;} 
.red{ font-weight: bold; color: #f00;}
.btm-s{ text-align: center;}
.f-r img{margin-left: 100px;  }
.btm-s a{ color: #fff;}