/*公用样式*/
@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: 30px;*/
    color:#666;
}
/*下次用 解决100%宽度两边留白问题*/
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
img{border:none;}
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:1280px;
    margin:0 auto;
    padding:0 10px;
}
/*去除谷歌浏览器自动填充的背景与颜色*/
input:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px #fff inset;
    -webkit-text-fill-color:#666;
}

/*index*/
.headerTopBg{
    width:100%;
    height:70px;
    border-bottom:2px solid #0d4e9d;
}
.headerTopLeft{
    height:70px;
}
.headerTopLeft>a{
    display:block;
    height:70px;
    line-height:70px;
}
.headerTopLeft>a>img{
	max-height:50px;
    vertical-align: middle;
}
.headerTopLeft>h3{
    height:50px;
    border-left:1px solid #ddd;
    margin-left:10px;
    margin-top:10px;
    font-size:18px;
    line-height:20px;
    padding-top:30px;
    letter-spacing:5px;
    text-indent:10px;
    font-weight: normal;
}
.headerTopRight{
    position:relative;
}
.headerTopRight form{
    position:absolute;
    height:34px;
    line-height:34px;
    border:1px solid #fff;
    border-radius: 6px;
    right:10px;
    background: #fff;
    /*元素层叠，背景在最下层，内容在上层，改变层级使背景显示*/
    z-index: 20;
    top:18px;
    cursor: pointer;
}
#searchBtn{
    display:inline-block;
    float: left;
    width:34px;
    height:32px;
    cursor: pointer;
    background:url("../images/search.png") no-repeat center center;
}
#searchInput{
    float: left;
    width:0;
    height:32px;
    line-height:32px;
    text-indent: 5px;
}
.headerTopRight>a{
    display:block;
    margin-right:78px;
    height:70px;
    line-height:70px;
    font-size:14px;
    font-weight: bold;
}
.headerTopRight>a:after{
    content: url("../images/after.png");
    margin-left:5px;
    vertical-align: top;
}
.headerTopRight>a>img{
    vertical-align: middle;
}
.headerTopRight>p{
    height:70px;
    line-height:70px;
    font-size:16px;
    margin-right:60px;
}
/*headerDown*/
.headerDown>a{
    display:block;
    height:60px;
    line-height:60px;
    padding:0 37px;
    background:#0d4e9d;
}
.headerDown>a>img{
    vertical-align: middle;
}
.headerBtn{
    display:none;
    width:40px;
    height:30px;
    border-radius: 5px;
    border:1px solid #ccc;
    text-align: center;
    cursor: pointer;
    margin-top:15px;
}
.iconBar{
    display:block;
    width:22px;
    height:2px;
    background: #0d4e9d;
    margin:5px auto 0;
    border-radius: 1px;
}

.nav>li{
    float: left;
    margin:0 25px;
    position: relative;
}
.nav>li:last-child{
    margin-right:0;
}
.LiNone{
    display:none;
}
.nav>li>a{
    display:block;
    height:60px;
    line-height:60px;
    font-size:16px;
    font-weight:bold;
}
.nav>li>ul{
    display:none;
    position:absolute;
    width:120px;
    background:#fff;
    left:50%;
    margin-left:-60px;
    padding:5px 0;
    height:0;
    z-index:15;
    /*box-shadow:1px 2px 1px 1px #ccc;*/
}
.nav>li:nth-child(3)>ul{
	width:120px;
	padding:5px;
	margin-left:-60px;
}
.nav>li:nth-child(4)>ul{
    width:170px;
    margin-left:-70px;
}
.nav>li:nth-child(5)>ul{
    width:160px;
    margin-left:-50px;
}
.nav>li>ul>li{
    width:100%;
    height:30px;
}
.nav>li>ul>li:hover{
    background: #0d4e9d;
}
.nav>li>ul>li>a{
    display:block;
    width:100%;
    height:30px;
    font-size: 14px;
    line-height:30px;
    text-align: left;
	padding-left:20px;
    overflow: hidden;
}
.nav>li>ul>li:hover >a{
    color:#fff;
}
/*banner*/
.swiper-container{
    line-height:0;
}
.swiper-pagination-bullet{
    width:10px;
    height:10px;
}
.swiper-slide>img{
    width:100%;
}
/*indexAbout*/
.indexAbout{
    margin-top:30px;
}
.indexAboutLeft{
    width:65%;
    position: relative;
    line-height:0;
}
.indexAboutLeft>img{
    width:100%;
}
.indexAboutCont{
    position: absolute;
    width:70%;
    background:rgba(255,255,255,.7);
    top:45px;
    left:40px;
    padding:20px 35px;
}
.indexAboutCont>h3{
    font-size:26px;
	line-height:26px;
    margin-top:33px;
    margin-bottom:20px;
    font-weight: normal;
}
.indexAboutCont>p{
    font-size:14px;
    color:#666;
    line-height:26px;
}
.indexAboutCont>a{
	display:block;
	height:20px;
	line-height:20px;
	text-align:right;
	margin:5px 5px 5px 0;
}
.indexAboutDown{
    width:100%;
    margin-top:15px;
    padding-bottom:40px;
}
.about{
    width:33%;
}
.about>img{
    max-width:100%;
    display:block;
    margin:10px auto 0;
    height:30px;
}
.about>p{
    width:100%;
    text-align: center;
    margin-top:15px;
    font-size:20px;
    height:20px;
    line-height:20px;
    color:#6c6d6d;
    font-weight: bold;
}
.indexAboutRight{
    width:32%;
    border-bottom:4px solid #0d4e9d;
    background:url("../images/aboutright.jpg");
}
.indexAboutRight>a{
	display:block;
    width:100%;
    overflow: hidden;
}
.indexAboutRight>a>img{
    width:100%;
    transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
}
.indexAboutRight>a:hover >img{
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.indexAboutRight>h3{
    padding:0 35px;
    margin-top:20px;
    font-size:24px;
    font-weight: normal;
}
.indexAboutRight>ul{
    padding:0 35px;
    margin-top:10px;
}
.indexAboutRight>ul>li{
    margin:5px 0;
    color:#666;
}
/*indexPro*/
.indexPro{
    margin-top:40px;
    position:relative;
}
.indexPro>img{
    max-width:100%;
    display:block;
    margin:0 auto;
}
.indexPro>h3{
    position:absolute;
    display:block;
    left:50%;
    margin-left:-150px;
    padding:0 50px;
    font-size:18px;
    color:#0d4e9d;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    z-index:10;
    background:#fff;
    margin-top:20px;
}
.pro{
    height:170px;
    border:1px solid #ccc;
    margin-top:30px;
}
.pro>li{
    float: left;
    width:33%;
}
.pro>li>a{
    display:block;
    width:100%;
}
.ImgLogo{
    position:relative;
	border-radius:50%;
    margin:20px auto 0;
}
.pro>li>a>.ImgLogo{
    width:60px;
    height:60px;
    overflow: hidden;
}
.ImgLogo>img{
	position:absolute;
	left:50%;
	margin-left:-100px;
	bottom:0;
    -webkit-transition:transform .3s ease;
	-moz-transition:transform .3s ease;
	-o-transition:transform .3s ease;
	transition:transform .3s ease;
}
.pro>li>a:hover >.ImgLogo>img{
    -webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.pro>li>a>p{
    width:100%;
    margin-top:20px;
    font-size:20px;
    font-weight: bold;
    text-align: center;
}
.pro>li>a:hover >p{
    color:#0d4e9d;
}
/*indexApp*/
.indexApp>h3{
    font-size:24px;
    font-weight: normal;
    margin-top:45px;
    margin-bottom:15px;
}
.indexApp>ul{
    width:100%;
}
.indexApp>ul>li{
    float: left;
    margin-right:3%;
    width:31.3%;
    position:relative;
}
.indexApp>ul>li:last-child{
    margin-right:0;
}
.indexApp>ul>li>a{
    display:block;
    line-height: 0;
}
.indexApp>ul>li>a>div{
    width:100%;
    overflow: hidden;
}
.indexApp>ul>li>a>div>img{
    width:100%;
    transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
}
.indexApp>ul>li>a:hover >div>img{
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.appTil{
    position:absolute;
    top:145px;
    width:70%;
    height:35px;
    background:rgba(12,80,157,.6);
    text-indent: 20px;
}
.appTil>p{
    font-size:18px;
    height:35px;
    line-height:35px;
    color:#fff;
}
.indexApp>ul>li>a>p{
    width:100%;
    font-size:14px;
    line-height:26px;
    color:#666;
    margin-top:10px;
}
/*indexDown*/
.indexDown{
    width:100%;
	position:relative;
	overflow:hidden;
    margin-top:50px;
	z-index:1;
    /*background: url("../images/DownBanner.png") no-repeat center center;*/
}
.indexDown>a{
	position:relative;
	display:block;
	width:50%;
	cursor:pointer;
	line-height:0;
	overflow:hidden;
}
.indexDown>a>.footerTxt{
	position:absolute;
	z-index:10;
}
.indexDown>a>.footerTxt>h3{
	color:#0d4e9d;
	font-size:28px;
	line-height:28px;
	margin-top:10px;
}
.indexDown>a:first-child >.footerTxt>p{
	color:#000;
	font-size:20px;
	line-height:20px;
	letter-spacing:2px;
}
.indexDown>a:first-child >.footerTxt{
	top:20%;
	right:15%;
}
.indexDown>a:last-child >.footerTxt{
	bottom:20%;
	right:15%;
}
.indexDown>a:last-child >.footerTxt>p{
	color:#000;
	font-size:20px;
	line-height:20px;
	text-align: right;
}
.indexDown>a:last-child >.footerTxt>h3{
	color:#fff;
	text-align:right;
}
.indexDown>a>img{
	width:100%;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.indexDown>a:hover >img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
/*footer*/
.footerLeft{
    width:65%;
}
.footerLeft>.row{
    float: left;
    width:33%;
}
.row>ul>li{
    font-size:14px;
    color:#0d4e9d;
    margin-top:30px;
    margin-bottom:15px;
    line-height:24px;
}
.row>ul>li>ul>li>a{
    font-size:14px;
    color:#666;
    height:26px;
    line-height:26px;
}
.row>ul>li>ul>li>a:before{
    content: url("../images/footerLeft.png");
    margin-right:10px;
}
.footerRight{
    width:34%;
    margin:20px 0;
    border-left:1px solid #e6e6e6;
}
.bdsharebuttonbox>p{
    font-size:14px;
    color:#999;
    margin-bottom:5px;
}
.bdshare-button-style0-16 a{
    width:40px;
    height: 40px !important;
    padding:0!important;
}
.bds_tsina{
    background: url("../images/sina.png") no-repeat center center!important;
    background-position: 0 0;
}
.bds_weixin{
    background: url("../images/wechat.png") no-repeat center center!important;
    background-position: 0 0;
}
.code{
    clear:both;
    width:170px;
	height:170px;
    text-align: right;
}
.code>img{
    max-width:100%;
}
/*copy*/
.copyBg{
    width:100%;
    background: #0d4e9d;
}
.copy{
    text-align: right;
    color:#fff;
    height:70px;
    font-size:14px;
    line-height:70px;
}

/*about*/
.contTitBg{
    width:100%;
    background:#f5f5f5;
}
.title>h3{
    width:100%;
    font-size:30px;
    height:30px;
    line-height:30px;
    padding:30px 0 40px;
    font-weight: normal;
}
.title{
    width:100%;
    line-height:48px;
}
.titleLeft{
    /*height:48px;*/
}
.titleLeft>li{
    float: left;
    margin-right:40px;
}
.titleLeft>li>a{
    display:block;
    height:48px;
    font-size:16px;
    line-height:48px;
}
.titleLeft>.on>a{
    box-sizing: border-box;
    border-bottom:4px solid #0d4e9d;
    color:#0d4e9d;
}
.titleLeft>li:hover >a{
    color:#0d4e9d;
}
.titleRight>a{
    display:inline-block;
    height:48px;
    line-height:48px;
}
.titleRight>a>img{
    vertical-align: middle;
}
.titleRight>.on,.titleRight>a:hover{
    color:#0d4e9d;
}
.contAboutLeft{
    width:60%;
    margin-right:1%;
}
.contAboutLeft>h2{
    font-size:40px;
    color:#f7f7f7;
    padding:50px 0 20px;
}
.contAboutLeft>h3{
    font-size:30px;
    font-weight: normal;
    padding-bottom:5px;
    color:#666;
}
.contAboutLeft>h4{
    font-size:12px;
    line-height:26px;
    padding-bottom:20px;
    color:#666;
}
.contAboutLeft>p{
    font-size:14px;
    line-height:26px;
    color:#666;
}
.contAboutRight{
    width:39%;
}
.contAboutRight>img{
    width:100%;
}
.contentBox{
    width:100%;
    height:100px;
    border-bottom:1px solid #e6e6e6;
}
/*vision*/
.visionBg{
    min-width:100%;
	min-height:350px;
    /*background:url("../images/visionBg.jpg") no-repeat center center;*/
}
.visionBg img,.visionBg video,.visionBg audio{
	max-width:100%;
}
.centerVesion{
    margin:0 auto;display:table
}
.visionContent{
    display:inline-block;
    padding:45px 0 150px;
}
.visionBox{
    position:relative;
    float: left;
    width:280px;
    height:280px;
    background:rgba(236,236,236,.8);
    color:#000;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.visionBox:nth-child(1){
    margin-top:50px;
    margin-left:0;
}
.visionBox:nth-child(2){
    margin-top:250px;
    margin-left:-80px;
}
.visionBox:nth-child(3){
    margin-top:50px;
    margin-left:-80px;
}
.visionBox:nth-child(4){
    margin-top:250px;
    margin-left:-80px;
}
.visionCont{
    position:absolute;
    width:200px;
    height:200px;
    text-align: center;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top:50%;
    margin-top:-100px;
    left:50%;
    margin-left:-100px;
    font-size:20px;
    line-height:200px;
}
.visionCont>p{
    display:inline-block;
    line-height:34px;
    vertical-align: middle;
}
.visionContent .on{
    background:#0d4e9d;
    color:#fff;
}
.visionBox:hover{
    background:#0d4e9d;
    color:#fff;
}
.visionContent1{
    display:none;
}
/*news*/
.newsList,.technicalList{
    width:100%;
    padding-top:10px;
    padding-bottom:25px;
}
.newsList{
    width:100%;
}
.newsList>li,.technicalList>li{
    width:100%;
    margin-top:35px;
}
.newsList>li>a,.technicalList>.on>a{
    display:block;
    position:relative;
    width:100%;
    height:205px;
}
.newsList>li>a>div,.technicalList>.on>a>div{
    position: absolute;
}
.newImg{
    /*width:312px;
	height:205px;*/
	width:120px;
    height:100px;
    left:86px;
	top:52px;
    /*overflow: hidden;*/
}
.newImg>img{
    /*width:312px;
    height:205px;*/
	max-width:100%;
	max-height:100%;
    transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
}
.newsList .newImg{
    width:312px;
	height:205px;
	left:0;
	top:0;
    overflow: hidden;
}
.newsList .newImg>img{
    width:312px;
    height:205px;
    transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
}
.technicalList>.on>a:hover >.newImg>img{
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.newsList>li>a:hover >.newImg>img{
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.newsTil{
    width:100%;
    height:205px;
    padding:0 90px 0 330px;
    border-bottom:1px solid #f5f5f5;
    overflow: hidden;
}
.newsTil>h3{
    width:100%;
    font-size:20px;
    line-height:32px;
    height:64px;
    overflow: hidden;
    margin-top:20px;
    margin-bottom:10px;
    text-overflow:ellipsis;
    /*white-space: nowrap;*/
}
.newsTil>p{
    position: relative;
    width:100%;
    max-height:78px;
    font-size:14px;
    line-height:26px;
    overflow: hidden;
	color:rgb(89,89,89);
    /*text-overflow:ellipsis;*/
    /*white-space: nowrap;*/
}
.newsTil>p:after {
    content: "\02026";
    position:absolute;
    bottom:0;
    right:0;
    padding-left:40px;
    background:-webkit-linear-gradient(left,transparent,#fff 55%);
    background:-o-linear-gradient(right,transparent,#fff 55%);
    background:-moz-linear-gradient(right,transparent,#fff 55%);
    background:linear-gradient(to right,transparent,#fff 55%);
}
/*多行文字显示省略号*/
/*p {*/
/*position:relative;*/
/*line-height:20px;*/
/*max-height:40px;*/
/*overflow:hidden;*/
/*}*/
/*p::after {*/
/*content: "\02026";      // '...'*/
/*position:absolute;*/
/*bottom:0;*/
/*right:0;*/
/*padding-left:40px;*/
/*background:-webkit-linear-gradient(left,transparent,#fff 55%);*/
/*background:-o-linear-gradient(right,transparent,#fff 55%);*/
/*background:-moz-linear-gradient(right,transparent,#fff 55%);*/
/*background:linear-gradient(to right,transparent,#fff 55%);*/
/*}*/
.newDate{
    width:80px;
    height:205px;
    text-align: center;
    background:#f5f5f5;
    line-height:205px;
    right:0;
}
.newDate>p{
    display:inline-block;
    vertical-align: middle;
    line-height:26px;
}
/*news pager*/
.newsPage{
    text-align: center;
    padding:20px 0;
}
.newsPage>a{
    display:inline-block;
    text-align: center;
    padding:4px 10px;
    background:#ccc;
}
.newsPage>.on{
    background:#0d4e9d;
    color:#fff;
}
.newsPage>a:hover{
    background:#0d4e9d;
    color:#fff;
}
.contentBoxNews{
    height:30px;
}
/*newsd*/
.newsdTil{
    width:100%;
    text-align: center;
    padding:50px 0 30px;
}
.newsdTil>h3{
    font-size:20px;
    color:#0d4e9d;
}
.newsdTil>p{
    color:#666;
    font-size:16px;
    margin:10px 0;
}
.newsdTil>p>span{
    color:#333;
}
.newsdCont{
    width:100%;
    padding-top:40px;
    border-top:1px dotted #e6e6e6;
    line-height:26px;
    color:#666;
}
.newsdCont img,.newsdCont audio,.newsdCont video{
    max-width:100%;
}
/*newsdPager*/
.newsdPager{
    width:100%;
    margin-top:35px;
    border:1px solid #e6e6e6;
}
.newsdPager>div{
    width:48%;
    margin:20px 1%;
    border-top:3px solid #e6e6e6;
}
.newsdPager>div>a{
    display:block;
    padding:10px 0;
    width:100%;
    font-size:18px;
    height:58px;
    line-height:38px;
    color:#ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.newsdPager>div>a>span{
    padding:2px 10px;
    margin-right:10px;
    background:#e6e6e6;
    color:#fff;
}
.newsdPager>div:hover{
    border-top:3px solid #0d4e9d;
}
.newsdPager>div:hover >a{
    color:#0d4e9d;
}
.newsdPager>div:hover >a>span{
    background: #0d4e9d;
}
/*product*/
.productBg{
    background: url("../images/productBg.jpg") no-repeat center bottom;
    background-size: cover;
    padding-bottom:100px;
}
.productBg>ul>li{
    float: left;
    width:32.6%;
    margin-right:1%;
}
.productBg>ul>li:last-child{
    margin-right:0;
}
.productClassTop{
    width:100%;
    padding-top:60px;
}
.ImgLogo1{
    margin:0 auto;
	position:relative;
	border-radius:50%;
}
.productBg>ul>li>.productClassTop>.ImgLogo1{
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.productBg>ul>li>.productClassTop>.ImgLogo1>img{
	position:absolute;
	left:50%;
	margin-left:-100px;
	bottom:0;
    -webkit-transition:transform .3s ease;
	-moz-transition:transform .3s ease;
	-o-transition:transform .3s ease;
	transition:transform .3s ease;
}
.productBg>ul>li>.productClassTop:hover >.ImgLogo1>img{
    -webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}

.productClassTop>p{
    width:100%;
    font-size:18px;
    font-weight: bold;
    text-align: center;
    margin:10px 0 20px;
}
.productClassDown{
    width:100%;
}
.productClassDown>a{
    display:block;
    width:100%;
    line-height:0;
}
.productClassDown>a>img{
    display:block;
    margin:0 auto;
    max-width:100%;
}
.productClassBox{
    width:100%;
    padding:40px 10%;
    background:#fff;
    line-height:26px;
}
.productClassBox>div{
    width:100%;
    overflow: hidden;
}
.productClassBox>div>img{
    width:100%!important;
    transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
}
.productClassBox>div:hover >img{
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.productClassBox>p{
    width:100%;
    font-size:14px;
    color:#666;
    line-height:26px;
    height:104px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}
/*products*/
.productBanner{
    width:100%;
    line-height:0;
}
.productBanner>img{
    width:100%;
}
.productsContent{
    margin-top:35px;
}
.productContLeft{
    width:17.5%;
    margin-right:2.5%;
}
.productContLeftTop{
    width:100%;
    height:100px;
    background:#0d4e9d;
    color:#fff;
}
.productContLeftTop>h3{
    font-size:22px;
    font-weight: normal;
    padding-top:20px;
    text-indent: 20px;
}
.productContLeftTop>h3>span{
	font-size:16px;
	padding-left:8px;
	margin-left:8px;
	border-left:2px solid #fff;
}
.productContLeftTop>p{
    font-size:16px;
    line-height:26px;
    text-indent: 20px;
}
.productContLeft>ul{
    width:100%;
}
.productContLeft>ul>li{
    width:100%;
}
.productContLeft>ul>li>a{
    display:block;
    width:100%;
    cursor: pointer;
    height:44px;
    line-height:44px;
    border-bottom:1px solid #ccc;
    background:#f5f5f5;
    font-size:16px;
    color:#0d4e9d;
    text-indent: 20px;
    padding-right:25px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productContLeft>ul>li>a:after{
    content: url("../images/productRight.png");
    position:absolute;
    right:10px;
}
.productContLeft>.apps>li>a:after{
	content:"";
	right:0;
}
.productContLeft>ul>li>ul{
	display:none;
    width:100%;
}
.productContLeft>ul>li>ul>li{
    width:100%;
    height:35px;
}
.productContLeft>ul>li>ul>li>a{
    display:block;
    width:100%;
    height:35px;
    font-size:14px;
    line-height:35px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productContLeft>ul>li>ul>li:hover >a{
	color:#0d4e9d;
}
.productContRight{
    width:80%;
    min-height:300px;
}
.products{
    width:100%;
}
.products>li{
    float: left;
    width:32%;
    margin-right:2%;
    margin-bottom:20px;
}
.products>li:nth-child(3n){
    margin-right:0;
}
.products>li>a{
    display:block;
    width:100%;
    cursor: pointer;
}
.productBox{
    width:100%;
    overflow: hidden;
    line-height:0;
    border:1px solid #ccc;
}
.productBox>img{
    width:100%;
    transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
}
.productBox:hover >img{
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.products>li>a>p{
    width:100%;
    height:35px;
    line-height:35px;
    padding-left:10px;
    padding-right:55px;
    position: relative;
    font-size:14px;
    overflow: hidden;
}
.products>li>a>p:before{
    content: url("../images/productLeft.png");
    position: absolute;
    left:0;
}
.products>li>a>p>span{
    position:absolute;
    right:0;
    top:0;
}

.productsPager>a:last-child{
    border:1px solid #ccc;
    background:#fff;
}
.productsPager>a:last-child:hover{
    color:#666;
    background:#fff;
}
.appsPager>a:last-child{
    border:0;
    background:#cccccc;
}
.appsPager>a:last-child:hover{
    color:#fff;
    background: #0d4e9d;
}
/*productsdContent*/
.productsdContent{
    width:80%;
    min-height: 300px;
    line-height:26px;
}
.productsdContent img,.productsdContent audio,.productsdContent video{
    max-width:100%;
}
/*technical*/
.technicalList>li:not(.on){
    width:100%;
    height:90px;
    border-bottom:1px solid #e6e6e6;
}
.technicalList>li:not(.on)>a{
    display:block;
    height:90px;
    width:100%;
    position: relative;
}
.technicalList>li:not(.on)>a>h3{
    width:100%;
    height:90px;
    line-height:90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left:110px;
    padding-right:10px;
}
.technicalListLeftBox{
    width:80px;
    height:60px;
    border:1px solid #ccc;
    position: absolute;
    left:15px;
    top:15px;
}
.technicalListLeftBox>img{
    margin-top:10px;
    margin-left:27px;
}
.technicalListLeftBox>p{
    font-size:12px;
    color:#666;
    text-align: center;
}


.technicalList>.on{
    border-top:1px solid #f5f5f5;
    border-bottom:1px solid #f5f5f5;
}
.technicalList>.on .newDate{
    background:url("../images/left.png") no-repeat left;
    background-color:#ffff;
    background-position-y:-40px;
}
.technicalList>.on .newDate>p{
    text-align: right;
    line-height:20px;
    vertical-align: bottom;
    margin-top:160px;
    margin-right:10px;
}
/*casesList*/
.casesList{
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
}
.casesList>li{
    width:32%;
    margin-right:2%;
    border:1px solid #ccc;
    float: left;
    margin-top:20px;
}
.casesList>li:nth-child(3n){
    margin-right:0;
}
.casesList>li>a{
    display:block;
    width:100%;
}
.casesList>li>a>h3{
    font-size:14px;
    margin-left:40px;
    margin-top:20%;
    font-weight: normal;
}
.casesList>li>a>h3>span{
    display:block;
    width:70px;
    padding-bottom:25px;
    border-bottom:2px solid #000;
}
.casesList>li>a>p{
    width:100%;
    padding-left:40px;
    font-size:16px;
    line-height:26px;
	font-weight:bold;
    margin-top:15px;
    margin-bottom:30px;
    padding-right:40px;
    height:78px;
	color:#0d4e9d;
    overflow: hidden;
}
.casesList>li>a>span{
    display:block;
    color:#0d4e9d;
    padding-left:40px;
    padding-bottom:40px;
    font-szie:14px;
}
.comradeBanner{
    width:100%;
    line-height:0;
}
.comradeBanner>img{
    width:100%;
}
.comradeLeft{
    width:50%;
    padding-right:20px;
}
.comradeLeft>h3{
    margin-top:100px;
    font-size:20px;
    color:#0d4e9d;
}
.comradeLeft>p{
    font-size:14px;
    line-height:26px;
    color:#666;
    margin-top:15px;
}
.comradeRight{
    width:50%;
    line-height:0;
}
.comradeRight>img{
    max-width:100%;
    padding:15%;
}
.contactBanner{
    width:100%;
    line-height:0;
}
.contactBanner>img{
    width:100%;
}
.contTop{
    margin-top:55px;
    margin-bottom:55px;
}
.contTop>h3{
    font-size:20px;
    margin-top:10px;
    margin-bottom:10px;
    color:#0d4e9d;
}
.contTop>p{
    width:100%;
    font-size:14px;
    line-height:26px;
    color:#666;
}
.contact{
    width:100%;
    padding:60px 0;
    background: #f5f5f5;
}
.contact>div{
    width:100%;
}
.contact>div>h3{
    width:100%;
    height:48px;
    background:#e6e6e6;
    line-height:48px;
    color:#0d4e9d;
    font-size:22px;
    text-align: center;
    font-weight: normal;
}
.contactForm{
    padding:40px 10% 50px;
    background:#fff;
}
.formBox{
    float: left;
    position:relative;
    z-index:4;
    margin-top:20px;
}
.formBox:nth-child(1),.formBox:nth-child(2),.formBox:nth-child(5),.formBox:nth-child(6){
    width:32%;
    margin-right:2%;
}
.formBox:nth-child(1)>label,.formBox:nth-child(3)>label,.formBox:nth-child(4)>label,.formBox:nth-child(5)>label
,.formBox:nth-child(6)>label,.formBox:nth-child(7)>label,.formBox:nth-child(8)>label{
    font-size:14px;
    height:44px;
    line-height:44px;
    position: absolute;
    top:0;
    left:20px;
    z-index: 5;
    color:#666;
}
.formBox:nth-child(1)>input,.formBox:nth-child(3)>input,.formBox:nth-child(4)>input,.formBox:nth-child(5)>input
,.formBox:nth-child(6)>input,.formBox:nth-child(7)>input{
    width:100%;
    height:44px;
    line-height:44px;
    font-size:14px;
    border:1px solid #e6e6e6;
    padding-right:10px;
    padding-left:60px;
}
.formBox:nth-child(2)>label{
    font-size:16px;
    line-height:44px;
    height:44px;
    color:#666;
}
.formBox:nth-child(2)>input{
    margin-left:40px;
    cursor: pointer;
    line-height:44px;
    font-size:14px;
    color:#666;
}
.formBox:nth-child(3),.formBox:nth-child(7){
    width:32%;
}
.formBox:nth-child(4){
    width:100%;
}
.formBox:nth-child(4)>input{
    padding-left:100px;
}
.formBox:nth-child(5)>input{
    padding-left:80px;
}
.formBox:nth-child(6)>input{
    padding-left:70px;
}
.formBox:nth-child(8){
    width:100%;
    height:208px;
}
.formBox:nth-child(8)>textarea{
    line-height:30px;
    height:208px;
    width:100%;
    border:1px solid #e6e6e6;
    font-size:16px;
    color:#666;
    padding-left:100px;
    padding-right:10px;
    word-break: break-all;
}
.formBox:nth-child(8)>button{
    position: absolute;
    bottom:13px;
    right:12px;
    width:120px;
    height:48px;
    background: #a98a4b;
    font-size:14px;
    color:#fff;
    line-height:48px;
    text-align: center;
    cursor: pointer;
}
/*宽度小于1100px时*/
@media screen and (max-width:1100px){
	.productContLeft{
		width:25%;
	}
	.productContRight{
		width:72.5%;
	}
	.products>li{
        width:49%;
        margin-right:2%;
    }
    .products>li:nth-child(3n){
        margin-right:2%;
    }
    .products>li:nth-child(2n){
        margin-right:0;
    }
}
/*宽度小于1000px时*/
@media screen and (max-width:1000px){
    .visionBg{
        background-position: bottom;
    }
    .visionBox:nth-child(1){
        margin-top:50px;
        margin-left:0;
    }
    .visionBox:nth-child(2){
        margin-top:250px;
        margin-left:-80px;
    }
    .visionBox:nth-child(3){
        margin-top:450px;
        margin-left:-480px;
    }
    .visionBox:nth-child(4){
        margin-top:120px;
        margin-left:-80px;
    }
	.indexDown{
		height:auto;
	}

	.indexDown>img{
		position:relative;
		width:100%;
		height:auto;
		left:0;
		margin-left:0;
	}
}

/*宽度小于950px时*/
@media screen and (max-width:950px){
    .appTil{
        top:120px;
    }
}
/*宽度小于900px时*/
@media screen and (max-width:900px){
    .indexAboutCont{
        width:80%;
        top:25px;
        left:20px;
    }
    .indexAboutDown{
        margin-top:5px;
        padding-bottom:20px;
    }
	.nav>li{
        margin:0 15px;
    }
    .indexAboutRight>h3{
        padding:0 15px;
        margin-top:10px;
    }
    .indexAboutRight>ul{
        padding:0 15px;
    }
    .indexAboutRight>ul>li{
        margin:3px 0;
        font-size:12px;
    }
    .appTil{
        top:100px;
    }
    .productContLeftTop>h3{
        font-size:18px;
        padding-top:20px;
        text-indent: 15px;
    }
    .productContLeftTop>p{
        font-size:14px;
        text-indent: 15px;
    }
    .comradeRight{
        margin-top:30px;
    }
	.indexDown>a:last-child >.footerTxt{
		right:5%;
	}
}
/*宽度小于850px时*/
@media screen and (max-width:850px){
    .headerTopRight>a{
        margin-right:45px;
    }
    .headerTopRight>p{
        margin-right:10px;
    }
    .headerTopLeft>h3{
        letter-spacing:2px;
    }
    .nav>li{
        margin:0 15px;
    }
    .indexAboutLeft>img{
        height:100%;
    }
    .DownLeft>h2{
        padding-top:60px;
    }
    .DownRight>p{
        padding-bottom:75px;
    }
    .row>ul>li{
        margin-top:15px;
        margin-bottom:10px;
    }
    .formBox:nth-child(2)>input{
        margin-left:10px;
    }
	.indexDown>a{
		width:100%;
	}
}
/*宽度小于750px时*/
@media screen and (min-width:751px){
    /*解决有时调整宽度大于750px时不显示问题*/
    .nav{
        display:block!important;
    }
    /*.productContLeft>ul>li>ul{
        display:block!important;
    }*/
}
/*宽度小于750px时*/
@media screen and (max-width:750px){
    .nav{
        display:none;
        width:100%;
        float: none;
    }
    .nav>li{
        width:100%;
        margin:0;
    }
    .nav>li>a{
        display:block;
        height:35px;
        line-height:35px;
        font-weight: normal;
        border-bottom:1px dotted #ccc;
        text-indent: 20px;
    }
    .headerBtn{
        display:block;
    }
    .headerTopRight>a{
        display:none;
    }
    .headerTopRight>p{
        display:none;
    }
    .nav>li form{
        height:35px;
    }
    .nav>li form>input{
        width:85%;
        width:calc(100% - 34px);
        width:-moz-calc(100% - 34px);
        width:-webkit-calc(100% - 34px);
        height:32px;
        text-indent: 20px;
        font-size:14px;
        line-height:32px;
        border-bottom:1px solid #ccc;
    }
    .nav>li form>button{
        width:34px;
        height:34px;
        background: url("../images/search.png") no-repeat center center;
    }
    .LiNone{
        display:block;
    }
    .headerDown>a{
        height:45px;
        line-height:45px;
        padding:0 23px;
    }
    .headerBtn{
        margin-top:5px;
    }
    .indexAboutCont{
        top:40px;
        left:10%;
    }
    .indexAboutLeft{
        width:100%;
        float: none;
    }
    .indexAboutDown{
        padding-bottom:30px;
    }
    .indexAboutRight{
        width:100%;
        float: none;
        margin-top:10px;
    }
    .indexAboutRight>ul>li{
        margin:5px 0;
        font-size:14px;
    }
    .indexPro{
        margin-top:25px;
    }
    .indexPro>h3{
        padding:0 40px;
        margin-left:-140px;
    }
    .indexApp>h3{
        margin-top:25px;
    }
    .indexApp>ul>li{
        width:100%;
        float: none;
        margin-right:0;
        margin-top:20px;
    }
    .appTil{
        top:300px;
    }
    .footerLeft{
        width:100%;
        float: none;
        margin-top:15px;
    }
    .footerLeft>.row{
        width:100%;
        float: none;
    }
    .indexDown{
        margin-top:30px;
    }
    .footerUl>ul{
        display:none;
        height:0;
    }
    .row>ul>li{
        margin:5px 0;
        border-bottom:1px dotted #ccc;
        text-indent: 15px;
        cursor: pointer;
    }
    .row>ul>li>ul>li{
        text-indent: 35px;
    }
    .footerRight{
        width:100%;
        float: none;
        border-left:0;
    }
    .bdsharebuttonbox{
        float: none;
    }
    .code{
		float:left;
        text-align: left;
    }
    .copy{
        text-align: left;
        line-height:48px;
        height:48px;
    }
    /*about width<750px*/
    .contAboutLeft{
        width:100%;
        float: none;
        margin-right:0;
    }
    .contAboutRight{
        width:100%;
        float: none;
        margin-top:20px;
    }
    .contentBox{
        height:70px;
    }
    /*news*/
    .newsList>li{
        margin-top:20px;
    }
    .newsList>li>a{
        height:160px;
    }
    .newImg{
        display:none;
    }
    .newsTil{
        height:160px;
        padding-left:0;
        padding-right:70px;
    }
    .newsTil>h3{
        height:52px;
        margin-top:15px;
        font-size:18px;
        line-height:26px;
    }
    .newDate{
        width:60px;
        height:160px;
        line-height:160px;
    }
    /*newsd*/
    .newsdPager>div{
        width:98%;
        margin:5px 1%;
    }
    .contentBoxNews{
        height:30px;
    }
    /*products*/
    .productBg{
        padding-bottom:60px;
    }
    .productBg>ul>li{
        width:100%;
        float: none;
        margin-right:0;
    }
    /*products*/
    .productBanner{
        position:relative;
        height:180px;
        overflow: hidden;
    }
    .productBanner>img{
        position: absolute;
        width:800px;
        height:180px;
        left:0;
    }
    .productsContent{
        margin-top:20px;
    }
    .productContLeft{
        width:100%;
        margin-right:0;
        float: none;
    }
    .productContLeftTop{
        height:80px;
    }
    .productContLeft>ul>li>ul{
        display:none;
    }
    .productContRight{
        margin-top:20px;
        width:100%;
    }
    .products>li{
        width:49%;
        margin-right:2%;
    }
    .products>li:nth-child(3n){
        margin-right:2%;
    }
    .products>li:nth-child(2n){
        margin-right:0;
    }
    .productsdContent{
        margin-top:20px;
        width:100%;
        float: none;
    }
    /*technicalList*/
    .technicalList>.on>a{
        height:160px;
    }
    .technicalList>.on .newDate{
        background-position-y:-80px;
    }
    .technicalList>.on .newDate>p{
        margin-top:125px;
        font-size:12px;
        line-height:16px;
        margin-right:5px;
    }
    .technicalList>li:not(.on)>a,.technicalList>li:not(.on)>a>h3,.technicalList>li:not(.on){
        height:65px;
    }
    .technicalList>li:not(.on)>a>h3{
        line-height:65px;
    }
    .technicalList>li{
        margin-top:15px;
    }
    .technicalListLeftBox{
        top:2px;
    }
    /*case*/
    .casesList>li{
        width:49%;
        margin-right:2%;
    }
    .casesList>li:nth-child(3n){
        margin-right:2%;
    }
    .casesList>li:nth-child(2n){
        margin-right:0;
    }
    .comradeLeft{
        float: none;
        width:100%;
        padding-right:0;
    }
    .comradeLeft>h3{
        margin-top:75px;
    }
    .comradeRight{
        float: none;
        width:100%;
        margin-top:0;
    }
    .comradeRight>img{
        padding:5%;
    }
}
/*宽度小于600px时*/
@media screen and (max-width:600px){
    .centerVesion{
        width:100%;
    }
    .visionContent{
        display:none;
    }
    .visionContent1{
        display:block;
        width: 100%;
        overflow: hidden;
    }
    .visionBox1 {
        width: 200px;
        height: 200px;
        background: rgba(236, 236, 236, .8);
        color: #000;
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        margin:80px auto;
    }
    .visionContent1 .on {
        background: #0d4e9d;
        color: #fff;
    }
    .casesList>li>a>h3{
        margin-left:20px;
    }
    .casesList>li>a>h3>span{
        padding-bottom:20px;
    }
    .casesList>li>a>p{
        padding-left:20px;
        padding-right:20px;
        margin-bottom:25px;
    }
    .casesList>li>a>span{
        padding-left:20px;
        padding-bottom:25px;
    }
    .comradeLeft>h3{
        margin-top:50px;
    }
    .formBox{
        width:100%!important;
        margin-right:0!important;
    }
    .formBox:nth-child(2){
        padding-left:20px;
    }
}
/*宽度小于551px时*/
@media screen and (max-width:551px){
    .indexAboutCont>p{
		font-size:12px;
        line-height:24px;
    }
    .indexAboutCont>h3{
        margin-top:15px;
        font-size:20px;
		margin-bottom: 10px;
    }
    .indexAboutCont{
        top:15px;
        left:25px;
    }
    .about>p{
        margin-top:5px;
    }
    .indexAboutDown{
        padding-bottom:15px;
    }
    .appTil{
        top:240px;
    }
    .DownRight>h4,.DownRight>p{
        width:100%;
        text-align: center;
    }
    .DownLeft>h2{
        padding-top:45px;
    }
    .DownRight>p{
        padding-bottom:45px;
    }
    .copy{
        font-size:12px;
    }
    .titleRight{
        text-align: right;
        line-height:26px;
    }
    .contentBox{
        height:45px;
    }
    .title>h3{
        display:inline-block;
		width:210px;
        font-size:22px;
        height:26px;
        line-height:26px;
        padding-top:10px;
        padding-bottom:0;
    }
    .comradeLeft>h3{
        margin-top:45px;
    }
}
/*宽度小于450px时*/
@media screen and (max-width:450px){
    .headerTopBg{
        height:50px;
    }
    .headerTopLeft{
        height:50px;
    }
    .headerTopLeft>a{
        height:50px;
        line-height:50px;
    }
    .headerTopLeft>a>img{
        height:40px;
    }
    .headerTopLeft>h3{
        height:36px;
        padding-top:15px;
        margin-top:5px;
        font-size:16px;
        margin-left:3px;
        letter-spacing:0;
    }
    .headerTopRight{
        display:none;
    }
    .indexAboutCont{
        top:5px;
    }
    .about>img{
        height:20px;
        margin-top:0;
    }
    .indexAboutCont>h3{
        margin-top:10px;
    }
    .indexAboutCont>p{
        line-height:16px;
    }
    .indexAboutDown{
        padding-bottom:10px;
    }
    .about>p{
        font-size:16px;
        font-weight: normal;
    }
    .appTil{
        top:150px;
    }
    .copy{
        line-height:24px;
    }
    .titleLeft>li{
        margin-right:30px;
    }
    .products>li{
        float: none;
        width:100%;
    }
    .products>li:nth-child(2n){
        margin-right:0;
    }
    .newsPage>a{
        margin-top:10px;
    }
    .titleLeft>li>a{
        font-size:14px;
    }
    .casesList>li{
        float: none;
        width:100%;
    }
    .casesList>li:nth-child(2n){
        margin-right:0;
    }
    .comradeLeft>h3{
        margin-top:30px;
    }
}
.content div{
	max-width:100%;
}
.content img,.content video,.content audio{
	max-width:100%;
}