/*公用样式*/
@charset "utf-8";
/* CSS Document */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{
    margin:0;padding:0;}
body{
    font-size:14px;
    font-family: "微软雅黑";
    /*行高*/
    line-height: 26px;
    color:#4a4a4a;
    overflow-x: hidden;
}
html{ /*下次用 解决100%宽度两边留白问题*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
img{border:none;vertical-align: middle;}
li{list-style:none;}
button{outline:none;border:0;}
input,select,textarea{outline:none;border: none;background: none;}
textarea{resize:none;}
a{text-decoration:none;color: #665565;}
.fl{float:left;}
.fr{float:right;}
.clearFix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}
.clearFix{
    zoom: 1;
}
.maxWidth{
    width:100%;
    max-width:1200px;
    margin:0 auto;
}
/*bootstrap样式修改*/
/*去除a标签 焦点、经过变色下化线问题*/
a:hover,a:focus{
    /*从父元素继承颜色*/
    color:inherit;
    text-decoration: inherit;
}
/*去除谷歌浏览器自动填充的背景与颜色*/
input:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px #fff inset;
    -webkit-text-fill-color:#4a4a4a;
}
/*去除选中有蓝色边框*/
:focus {outline:none;} /*for IE*/
::-moz-focus-inner {border-color: transparent;} /*for mozilla*/
/*修改input  placeholder默认颜色*/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #4a4a4a; opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #4a4a4a;opacity:1;
}
input:-ms-input-placeholder{
    color: #4a4a4a;opacity:1;
}
input::-webkit-input-placeholder{
    color: #4a4a4a;opacity:1;
}
/*header*/
.full_column{
    width:100%;
    height:37px;
    border-bottom:1px solid #ccc;
}
.wp-title_content span{
    word-wrap: break-word;
    height: 37px;
    line-height:37px;
    display: block;
}
.wp-bookmark_content{
    word-wrap: break-word;
    height: 37px;
    line-height:37px;
    display: block;
    font-size: 12px;
    margin-right:15px;
}
.wp-bookmark_content>a {
    color: rgb(85, 85, 85);
    font-family: SimSun;
}
.wp-bookmark_content>span{
    line-height: 100%;
    color: rgb(85, 85, 85);
}
.header{
    height:104px;
}
.header>a{
    display: block;
    height:104px;
    line-height:104px;
}
.header>a>img{
    max-height:104px;
    vertical-align: middle;
}
.nav>li{
    float: left;
    height:104px;
    line-height:104px;
}
.nav>li>a{
    display: inline-block;
    height:54px;
    line-height:54px;
    padding:0 20px;
    vertical-align: middle;
}
.nav>.on>a,.nav>li:hover >a{
    color:#fff;
    border-top:8px solid #0058a2;
    background: #00beee;
    line-height:38px;
}
/*banner.php*/
.fullSlide{
    position:relative;
    background:#000;
    margin:0 auto;
    z-index: 1;
}
.fullSlide .bd{
    position:relative;
    z-index:1;
}
.fullSlide .bd li a{
    display: block;
}
.fullSlide .bd li img{
    width:100%;
    vertical-align:top;
}
.fullSlide .hd{
    position:absolute;
    width: 100%;
    z-index:2;
    left:0;
    bottom:10px;
    text-align:center;
}
.fullSlide .hd ul{
    display:inline-block;
    margin:0 auto;
}
.fullSlide .hd ul li{
    cursor:pointer;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:14px;
    height:14px;
    margin:0 6px;
    overflow:hidden;
    font-size:0;
    border:1px solid #fff;
    border-radius: 50%;
}
.fullSlide .hd ul .on{
    background:#fff;
}
/*til*/
.til{
    width:100%;
    background: #f0f0f0;
    text-align: center;
}
.til>h3{
    text-align: center;
    font-size: 32px;
    line-height:32px;
    letter-spacing: 2px;
    padding-top:55px;
    font-weight: normal;
}
.til>span{
    display:block;
    width:40px;
    height:5px;
    line-height:5px;
    background: #00beee;
    margin:10px auto 0;
}
.til>a{
    display: block;
    color:rgba(240,129,10,1);
    font-size: 14px;
    margin-top:10px;
}
/*indexProduct*/
.indexProduct{
    width:100%;
    padding:20px 0 15px;
    background: #f0f0f0;
}
.indexProLeft{
    width:260px;
}
.indexProLeft>h3{
    width:100%;
    height:96px;
    line-height:96px;
    color:#fff;
    text-align: center;
    font-size:24px;
    letter-spacing: 1px;
    background: url("../images/2.jpg")no-repeat left center;
}
.indexProLeft>ul{
    width:100%;
    padding-bottom:30px;
    background: #758995;
}
.indexProLeft>ul>li{
    width:100%;
    padding:0 20px;
}
.indexProLeft>ul>li>a{
    display: block;
    width:100%;
    color:#fff;
    height:55px;
    text-indent: 20px;
    line-height:55px;
    border-bottom:1px dotted #f0f0f0;
    background:url("../images/left.png") no-repeat right center ;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexProLeft>ul>li:hover{
    background-color: #677984;
}
.indexProRight{
    width:901px;
}
.indexProRight>ul{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.indexProRight>ul>li{
    float: left;
    vertical-align: top;
    width: 215px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
}
.indexProRight>ul>li>a{
    display: block;
    width:100%;
    padding:15px;
    border:1px solid #fff;
}
.indexProRight>ul>li:hover >a{
    border:1px solid #0058a2;
}
.productBox{
    width:185px;
    height:200px;
    overflow: hidden;
}
.productBox>img,.ProRight>ul>li>a>.productBox>img{
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.indexProRight>ul>li:hover >a>.productBox>img,.ProRight>ul>li:hover >a>.productBox>img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.indexProRight>ul>li>a>p{
    width:100%;
    height:20px;
    line-height:20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*indexCenter*/
.indexCenter{
    width:100%;
    padding:20px 0 35px;
    background: #f0f0f0;
}
.center{
    width:100%;
}
.center>li{
    float: left;
    width:203px;
    margin-right:97px;
}
.center>li:last-child{
    margin-right:0;
}
.cneterBox{
    width:100%;
    text-align: center;
}
.center>li>h3{
    width:100%;
    font-size: 16px;
    font-weight: normal;
    color: rgb(34, 34, 34);
    margin:10px 0;
    text-align: center;
}
.center>li>div{
    color:#999;
    text-align: center;
}
/*about*/
.aboutBg{
    width:100%;
    background: url("../images/15_02.png") no-repeat center top;
    background-color: #f0f0f0;
}
.aboutBg>.til{
    background: none;
    color:#fff;
}
.aboutBg>.til>span{
    background: #fff;
}
.about{
    padding:40px 0;
}
.aboutLeft{
    width:50%;
}
.aboutLeft>img{
    width:100%;
}
.aboutRight{
    width:50%;
    padding-left:5%;
}
.aboutRight>div{
    color:#fff;
    text-indent: 24px;
}
.aboutRight>a{
    display: block;
    width:130px;
    height:44px;
    line-height:44px;
    color:#fff;
    background: rgba(232,124,39,1);
    border-radius:4px;
    text-align: center;
    margin-top:10px;
}
/*New*/
.New{
    width:100%;
    padding:20px 0 40px;
    background: #f0f0f0;
}
.indexNew{
    width:100%;
}
.indexNew>li{
    float: left;
    width: 290px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border:1px solid #ccc;
}
.indexNew>li>a{
    display: block;
    width:100%;
}
.newBox{
    width:100%;
}
.newBox>img{
    width:100%;
}
.indexNew>li>a>h3{
    width:100%;
    font-size: 14px;
    color: #222222;
    margin-top:5px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexNew>li>a>span{
    display: block;
    width:100%;
    font-size:12px;
    line-height:20px;
}
.indexNew>li>a>p{
    width:100%;
    height:130px;
    font-size:12px;
    overflow: hidden;
}
.indexNew>li:hover{
    border:1px solid #0058a2;
}
/*footerBg*/
.footerBg{
    width:100%;
    background: #2e2e2e;
}
.footer{
    width:100%;
    padding:30px 0  30px;
}
.footerLeft{
    width:50%;
}
.footerTop{
    margin-top:20px;
    width:100%;
    padding-bottom:25px;
    border-bottom:1px solid #232323;
}
.footerTop>li{
    float: left;
    margin-right:10px;
}
.footerTop>li>a{
    display: block;
    color:#fff;
}
.footerDown{
    margin-top:40px;
    color:rgb(153, 153, 153);
}
.footerDown>p{
    margin-top:10px;
}
.footerRight{
    max-width:50%!important;
    overflow: hidden;
}
.copyRightBg{
    width:100%;
    padding:10px 0;
    background: #1b1b1b;
}
.copy{
    text-align: center;
    font-size:12px;
    color:rgb(153, 153, 153);
}
#allmap{
    width:615px!important;
    height:350px!important;
}
/*ny-til*/
.ny-til{
    width:100%;
    height:50px;
    line-height:27px;
    border-bottom:1px dotted #ccc;
    padding-top:13px;
}
.ny-til>img{
    height:27px;
}
.ny-til>a{
    display: inline-block;
    vertical-align: bottom;
}
/*proBg*/
.proBg{
    width:100%;
    padding:20px 0;
}
.ProLeft{
    width:255px;
    background: #2b9ce0;
    border-radius: 20px;
    padding:15px;
}
.ProLeft>h3{
    width:100%;
    margin-top:10px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color:#fff;
}
.ProLeft>h3>span{
    display: inline-block;
    width:35px;
    height:2px;
    background: #fff;
    vertical-align: middle;
}
.ProLeft>h3>i{
    font-style: normal;
    margin:0 5px;
}
.ProLeft>ul{
    width:100%;
    background: #fff;
    border-radius: 20px;
    padding:15px;
    margin-top:10px;
}
.ProLeft>ul>li{
    width:100%;
    border-bottom:1px dotted #2e2e2e;
}
.ProLeft>ul>li>a{
    display: block;
    width:100%;
    height:45px;
    line-height:45px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ProLeft>div{
    width:100%;
    background: #fff;
    border-radius: 20px;
    padding:15px;
    margin-top:10px;
}
.ProLeft>div>p{
    margin-top:0;
    word-break: break-all;
}
.ProRight{
    width:900px;
    min-height: 350px;
}
.ProRight img,.ProRight video,.ProRight audio{
    max-width: 100%!important;
}
.ProRight>ul{
    width:100%;
    min-height:300px;
}
.ProRight>ul>li{
    float: left;
    vertical-align: top;
    width: 290px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid rgb(238, 238, 238);
}
.ProRight>ul>li>a{
    display: block;
    width:100%;
}
.ProRight>ul>li>a>.productBox{
    height: 280px;
    width: 260px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
}
.ProRight>ul>li>a>p{
    width:100%;
    height:30px;
    line-height:30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ProRight>ul>li:hover{
    border:1px solid #0058a2;
}
/*pager*/
.pager{
    display: inline-block;
    width:100%;
    margin:30px 0;
    text-align: center;
}
.pager>a{
    display: inline-block;
    padding:1px 5px;
    line-height:20px;
    margin:0 2px;
    border:1px solid #999;
}
.pager>span>i{
    font-style: normal;
    margin:0 3px;
}
.ny-pager{
    width:100%;
    margin-top:25px;
    margin-bottom:10px;
}
.ny-pager>a{
    display: block;
    width:100%;
    font-size:14px;
}
.ny-pager>a:hover >span{
    color: #2b9ce0;
}
/*news*/
.news-cont li{
    width:900px;
    height:30px;
    border-bottom:1px dashed #ccc;
    margin-top:10px;
}
.news-cont>li>a{
    display:inline-block;
    width:900px;
    height:30px;
    line-height:30px;
}
.news-cont>li>a>span:first-child{
    display:inline-block;
    width:720px;
    padding-left:30px;
    padding-right:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.news-cont li>a>span{
    display:inline-block;
    width:120px;
    line-height:30px;
    text-align: center;
    overflow: hidden;
}
/*ny-cont*/
.ny-cont{
    width:100%;
    min-height: 350px;
}
.ny-cont video,.ny-cont img,.ny-cont audio{
    max-width: 100%!important;
}
/*message*/
.nyCont form{
    width:600px;
    margin:20px auto 0;
}
.nyCont form tr{
    height:50px;
}
.nyCont form tr td:first-child{
    width:150px;
    text-align: justify;
}
.nyCont form tr label{
    font-size: 16px;
}
.nyCont form tr input,.nyCont form tr select,.nyCont form tr textarea{
    font-size:14px;
    border:1px solid #ccc;
    line-height:24px;
    color:#333;
    text-indent: 4px;
}
#sex{
    width:45px;
}
.formBtn{
    height: 150px;
}
.send,.reset{
    width:80px;
    height:35px;
    cursor: pointer;
    margin-left:20px;
    border-radius: 4px;
    background: #2b9ce0;
    color:#fff;
}
/*newsd*/
.newsd{
    width:100%;
}
.newsd h3{
    text-align: center;
    font-size: 18px;
    margin-bottom:20px;
}
.newsd>p{
    text-align: center;
    margin-bottom:30px;
}
.newsd>p>span{
    margin-left:10px;
}
.newsd>p>span:first-child{
    color:red;
    margin-right:20px;
}
.newsd-cont{
    font-size: 14px;
    text-indent: 2em;
    min-height:300px;
    padding-top:30px;
    border-top:1px solid #cccccc;
}