/*公用样式*/
@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:35px;
    background: #eee;
}
.wp-title_content span{
    word-wrap: break-word;
    height: 35px;
    line-height:35px;
    display: inline-block;
}
.wp-bookmark_content{
    word-wrap: break-word;
    height: 35px;
    line-height:35px;
    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);
}
.navBg{
    position: relative;
    width:100%;
    height:90px;
    box-shadow:0 2px 2px 0 #ccc;
    background: #fff;
    z-index: 2;
}
.header>a{
    display: block;
}
.logo{
    width:420px;
    height:90px;
    line-height:90px;
}
.logo>img{
    width:100%;
    vertical-align: middle;
}
.indexContact{
    width:140px;
    height:30px;
    line-height:30px;
    text-align: center;
    margin-top:30px;
	color:#003d87;
}
.indexContact>span{
    display: inline-block;
	width:30px;
	height:30px;
    font-size:20px;
    color:#fff;
	border-radius: 50%;
	background: #003d87;
}
.nav{
    height:90px;
    margin-right:20px;
}
.nav>li{
    float: left;
    margin-right:15px;
}
.nav>li>a{
    display: block;
    height:90px;
    line-height:90px;
    font-size:16px;
}
.nav>.on>a,.nav>li:hover >a{
    color:#003d87;
    font-weight: bold;
}
/*banner*/
.swiper-container{
    position: relative;
    width:100%;
    z-index:1;
    overflow: hidden;
}
.swiper-slide{
    display: block;
    width:100%;
    overflow: hidden;
}
.swiper-slide>img{
    width:100%;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 8px;
    opacity: 1;
    border: 2px solid #fff;
    cursor: pointer;
    background: none;
}
.swiper-pagination-bullet-active {
    background: #003d87;
}
/*productClass*/
.productClassBg{
    width:100%;
    padding:50px 0 45px;
    background: #eee;
}
.productClass{
    position: relative;
    width:100%;
    z-index:1;
    overflow: hidden;
}
.productClass .swiper-slide{
    display: block;
    width:100%;
    height:250px;
    text-align: center;
    overflow: hidden;
}
.productClass .swiper-slide>.classBox{
    width:100%;
    height:210px;
    line-height:210px;
    overflow: hidden;
}
.productClass .swiper-slide>.classBox>img{
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.productClass .swiper-slide>p{
    width:100%;
    height:30px;
    line-height:30px;
    font-size: 16px;
    color:#333;
    margin-top:10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*indexPro*/
.indexProBg{
    width:100%;
    padding:55px 0 60px;
    border-top:1px solid #ccc;
}
.ProLeft,.NewLeft,.AboutLeft,.nyContRight{
    width:230px;
    padding:30px 0;
    background: rgb(0, 66, 142);
}
.ProTop{
    width:100%;
    padding:0 25px;
    color:#fff;
}
.ProTop>h3{
    font-size: 28px;
    font-weight: normal;
    line-height:34px;
    letter-spacing: 1px;
}
.ProTop>p{
    font-size:14px;
    line-height:28px;
}
.ProTop>span{
    display: block;
    width:25px;
    height:4px;
    background: #fff;
    margin-top:10px;
}
.ProLeft>ul,.NewLeft>ul,.AboutLeft>ul,.nyContRight>ul{
    width:100%;
    margin-top:20px;
}
.ProLeft>ul>li,.NewLeft>ul>li,.AboutLeft>ul>li,.nyContRight>ul>li{
    width:100%;
}
.ProLeft>ul>li>a,.NewLeft>ul>li>a,.AboutLeft>ul>li>a,.nyContRight>ul>li>a{
    display: block;
    width:100%;
    height:45px;
    line-height:45px;
    text-align: center;
    color:#fff;
    font-size:14px;
    padding:0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.ProLeft>ul>li:hover>a,.ProLeft>ul>.on>a,
.NewLeft>ul>.on>a,.NewLeft>ul>li:hover>a,
.AboutLeft>ul>.on>a,.AboutLeft>ul>li:hover>a,
.nyContRight>ul>.on>a,.nyContRight>ul>li:hover>a
{
    background: #003570;
}
.ProRight{
    width:950px;
}
.ProRight>ul,.products{
    width:100%;
}
.ProRight>ul>li{
    float: left;
    width:222px;
    height:200px;
    margin-right:20px;
    margin-bottom:20px;
    border:1px solid rgb(211,211,211);
}
.ProRight>ul>li:nth-child(4n){
    margin-right:0;
}
.ProRight>ul>li>a,.products>li>a{
    display: block;
    width:100%;
    height:100%;
    padding:15px;
}
.proBox{
    position: relative;
    width:100%;
    height:145px;
    line-height:145px;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    z-index: 1;
}
.proBox>img,.newBox>img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.proBox>img,.newBox>img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.proBox>div{
    display: none;
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.3);
    top:0;
    left:0;
    z-index: 3;
}
.proBox>div>img{
    position: absolute;
    width:44px;
    height:44px;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 5;
}
.ProRight>ul>li>a>p,.products>li>a>p{
    width:100%;
    height:20px;
    line-height:20px;
    text-align: center;
    padding:0 10px;
    margin-top:5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.ProRight>ul>li:hover,.products>li:hover{
    border:1px solid #003d87;
}
.ProRight>ul>li:hover >a>p,.products>li:hover>a>p{
    color:#003d87;
}
.ProRight>ul>li:hover >a .proBox>img,
.NewCenter>li:hover >a>.newBox>img,
.NewRight>li:hover >a .newBox>img,
.news>li:hover >a .newBox>img,
.products>li:hover >a .proBox>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);
}
.ProRight>ul>li:hover >a .proBox>div{
    display: block;
}
/*indexNew*/
.indexNewBg{
    width:100%;
    padding:55px 0 60px;
    background: #eee;
}
.NewCenter{
    width:630px;
    padding:30px 30px 30px 25px;
    background: #fff;
    margin-left:20px;
}
.NewCenter>li{
    width:100%;
    margin-bottom:30px;
}
.NewCenter>li:last-child{
    margin-bottom:0;
}
.NewCenter>li>a{
    display: block;
    width:100%;
}
.newBox{
    width:200px;
    height:125px;
    line-height:125px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}
.newD{
    width:350px;
}
.newD>h3{
    font-size: 16px;
    color: #5A5A5A;
    font-weight: normal;
    text-decoration: none;
    line-height:30px;
}
.newD>p{
    font-size: 12px;
    padding-top: 5px;
    color: #929292;
    font-weight: normal;
}
.newD>div{
    width:100%;
    height:40px;
    line-height:20px;
    overflow: hidden;
}
.NewCenter>li:hover >a>.newD>h3{
    color:#003d87;
}
.NewRight{
    width:300px;
    padding:30px;
    background: #fff;
}
.NewRight>li{
    width:100%;
    margin-bottom:10px;
}
.NewRight>li:last-child{
    margin-bottom:0;
}
.NewRight>li>a{
    display: block;
    width:100%;
}
.NewRight>li>a .newBox{
    width:100%;
    height:150px;
    line-height:150px;
    overflow: hidden;
}
.NewRight>li>a>h3{
    height:40px;
    font-size: 14px;
    color: #5A5A5A;
    text-align: left;
    line-height: 20px;
    padding:0 10px;
    margin-top:5px;
    overflow: hidden;
}
.NewRight>li>a>p{
    height:20px;
    font-size: 12px;
    color: #929292;
    text-align: right;
    line-height: 20px;
    padding-right:10px;
}
/*About*/
.indexAbout{
    width:100%;
    padding:50px 0;
}
.AboutRight{
    width:950px;
}
.AboutTop{
    width:100%;
}
.AboutTopLeft{
    width:470px;
    height:300px;
    padding:29px 24px;
    border:1px solid #ccc;
    background: #f6f6f6;
}
.AboutTopLeft>div{
    width:100%;
    height:240px;
    font-size:14px;
    line-height:26px;
    overflow: hidden;
}
.AboutRight>img{
    width:100%;
    margin-top:20px;
}
.AboutTopRight{
    position: relative;
    width:460px;
    height:300px;
    overflow: hidden;
    z-index: 1;
}
.AboutTopRight .swiper-slide{
    width:460px;
    height:300px;
    overflow: hidden;
}
.AboutTopRight .swiper-slide>img{
    width:100%;
}
.AboutTopRight .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: right;
    padding-right:20px;
}
.AboutTopRight .swiper-pagination-bullet-active{
    background: #003d87;
}
/*footer*/
.footerBg{
    width:100%;
    padding:50px 0;
    background: #434343;
}
.footer>li{
    float: left;
}
.footer>li:nth-child(1){
    width:180px;
}
.footer>li:nth-child(2),.footer>li:nth-child(3){
    width:200px;
    text-align: center;
}
.footer>li:nth-child(4){
    width:320px;
    padding-left:30px;
}
.footer>li:nth-child(5){
    width:300px;
    text-align: center;
}
.footer>li>h3{
    color:#fff;
    font-size:16px;
    font-weight: normal;
}
.footer>li>ul,.footer>li>div{
    width:100%;
    height:250px;
    margin-top:10px;
    border-right:1px solid #8a8a8a;
	overflow:hidden
}
.footer>li:nth-child(5)>div{
    border-right:0;
    text-align: center;
}
.footer>li:nth-child(5)>div>img{
    max-width:160px;
}
.footer>li:nth-child(5)>div>p{
    font-size: 14px;
    color:#fff;
    margin-top:10px;
}
.footer>li>ul>li{
    width:100%;
    margin-bottom:5px;
}
.footer>li>ul>li>a{
    display: block;
    width:100%;
    height:35px;
    line-height:35px;
    font-size:14px;
    color: #d9d9d9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer>li>div>div>p{
    width:100%;
    color:#fff;
    font-size:14px;
    line-height:30px;
}
.footer>li>div>div>p>strong{
    font-size: 18px;
    margin-left:5px;
}
.footer>li>div>a{
    display: block;
    width:90px;
    height:30px;
    line-height:30px;
    text-align: center;
    font-size:12px;
    border:1px solid #929292;
    border-radius: 3px;
    color:#929292;
    margin-top:10px;
}
.copyBg{
    width:100%;
    background: #5a5a5a;
}
.copyRight{
    width:100%;
    height:50px;
    line-height:50px;
    font-size: 12px;
    color: rgb(204, 204, 204);
    text-align: left;
}
/*ny*/
.article{
    position: relative;
    width:100%;
    padding:40px 0;
    z-index: 1;
}
.ny-banner{
    position: absolute;
    width:100%;
    top:0;
    left:0;
    z-index: 2;
}
.ny-banner>img{
    position: absolute;
    width:1920px;
    height:172px;
    left:50%;
    margin-left:-960px;
    z-index: 3;
}
.articleDetails{
    position: relative;
    z-index: 5;
}
.nyTil{
    width:100%;
    height:50px;
    line-height:50px;
    color:#fff;
}
.nyTil>a{
    color:#fff;
    margin:0 5px;
}
.nyTil>a:hover{
    text-decoration: underline;
}
.nyCont{
    width:100%;
    min-height:300px;
    margin-top:15px;
}
.nyContLeft{
    width:950px;
    padding:30px;
    border:1px solid #ccc;
    background: #fff;
}
.nyContLeft>h3{
    font-size: 24px;
    font-weight: normal;
    color: rgb(67, 67, 67);
}
.nyContLeft>span{
    display: block;
    width:100%;
    height:5px;
    background: url("../images/line02.png");
    margin-top:15px;
}
.nyDetails{
    width:100%;
    min-height:300px;
    margin-top:20px;
}
.nyDetails video,.nyDetails img,.nyDetails audio,
.newsd-cont video,.newsd-cont img,.newsd-cont audio{
    max-width: 100%!important;
}
/*message*/
.messageCont form{
    width:600px;
    margin:20px auto 0;
}
.messageCont form tr{
    height:50px;
}
.messageCont form tr td:first-child{
    width:150px;
    text-align: justify;
}
.messageCont form tr label{
    font-size: 16px;
}
.messageCont form tr label>span{
    color:red;
}
.messageCont form tr input,.messageCont form tr select,.messageCont 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: #003d87;
    color:#fff;
}
/*去除谷歌浏览器自动填充的背景与颜色*/
.messageCont form input:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px #fff inset;
    -webkit-text-fill-color:#333;
}
/*news*/
.news{
    width:100%;
}
.news>li{
    width:100%;
    margin-bottom:20px;
    border-bottom:1px dotted #ccc;
}
.news>li>a{
    display: block;
    width:100%;
}
.news>li>a .newD{
    width:650px;
}
.news>li:hover >a .newD>h3{
    color:#003d87;
}
/*newsd*/
.newsd{
    width:100%;
    min-height:300px;
}
.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;
    min-height:300px;
    padding-top:30px;
}
/*pager*/
.pager{
    width:100%;
    margin:20px auto;
    text-align: center;
}
.pager>span,.pager>a{
    display: inline-block;
    height:28px;
    line-height:28px;
    text-align: center;
    border: 1px solid #003d87;
    margin:0 2px;
    cursor: pointer;
}
.pager>span>a{
    display: inline-block;
    width:35px;
}
.pager>a{
    width:28px;
}
.pager>.on,.pager>a:hover,.pager>span:hover >a{
    background: #003d87;
    color:#fff;
}
.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: #003d87;
}
/*products*/
.products>li{
    float: left;
    width:282px;
    height:252px;
    margin-right:21px;
    margin-bottom:20px;
    border:1px solid rgb(211,211,211);
}
.products>li:nth-child(3n){
    margin-right:0;
}
.products>li .proBox{
    width:100%;
    height:190px;
}
.productNav>li>ul{
    display: none;
    width:100%;
}
.productNav>li>ul>li{
    width:100%;
}
.productNav>li>ul>li>a{
    display: block;
    width:100%;
    height:35px;
    line-height:35px;
    padding:0 30px;
    color:#fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productNav>.on>ul{
    display: block;
}