/*公用样式*/
@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;
}
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:1100px;
    margin:0 auto;
    padding:0 10px;
}
/*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默认颜色*/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc; opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;opacity:1;
}
input:-ms-input-placeholder{
    color: #ccc;opacity:1;
}
input::-webkit-input-placeholder{
    color: #ccc;opacity:1;
}

/*index*/
.guideBg{
    position:relative;
    width:100%;
    z-index: 1;
}
.guideBg>video{
    position: relative;
    width:100%;
    z-index: 2;
}
.guide{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: 999;
}
.guide>h3{
    font-size:24px;
    height:24px;
    line-height:24px;
    color:#000;
    margin-top:120px;
    text-align: center;
}
.guide>p{
    margin-top:40px;
    text-align: center;
    height:18px;
    line-height:18px;
    font-size: 18px;
}
.guide>h4{
    color:#315599;
    font-size:18px;
    text-align: center;
    margin-top:20px;
}
.guide>a{
    display: block;
    position: absolute;
    width:180px;
    height:57px;
    left:50%;
    margin-left:-90px;
    bottom:150px;
    text-align: center;
    line-height:57px;
    color:#fff;
    background: url("../images/guidebtn.png") no-repeat center center;
    z-index: 10;
}
.guide>a>span{
    display: inline-block;
    width:18px;
}
.guide>a>img{
    margin-left:20px;
    margin-top:-2px;
}
.guideFoot{
    position: relative;
    width:100%;
    height:180px;
    padding:50px 10px;
    background: #fff;
    margin-top:-100px;
    z-index: 6;
}
.guideFoot>p{
    font-size:14px;
    line-height:20px;
    text-align: center;
    margin-top:15px;
}
/*index*/
.header{
    position: relative;
    width:100%;
    padding:0;
    z-index: 1;
}
.header>a{
    display: block;
    width:233px;
    height:70px;
}
.header>a>img{
    vertical-align: middle;
}
.nav{
    margin-left:50px;
}
.nav>li{
    float: left;
    padding:0 25px;
}
.nav>li>a{
    display: block;
    height:70px;
    line-height:70px;
    font-size:16px;
}
.nav>.on>a,.nav>li:hover >a{
    color:#1ea6dc;
}
.search{
    position: absolute;
    margin-top:17px;
    background: #fff;
    right:35px;
    top:0;
    z-index:3;
}
.search>button{
    width:35px;
    height:35px;
    cursor: pointer;
    background: url("../images/search.png") no-repeat center center;
}
.search>input{
    width:0;
    height:35px;
    line-height:35px;
    font-size:14px;
    text-indent: 10px;
    border-bottom:1px solid #e5e5e5;
}
.searchMobile{
    display: none;
}
.headerBtn{
    width:25px;
    height:40px;
    margin-top:25px;
    cursor: pointer;
}
.headerBtn>span{
    display: block;
    width:100%;
    height:3px;
    margin-bottom:5px;
    background: #000;
}
/*banner*/
.banner{
    position: relative;
    width:100%;
    height:650px;
    z-index: 1;
    overflow:hidden;
}
.banner>img{
    position: absolute;
    width:1920px;
    height:650px;
    top:0;
    left:50%;
    margin-left:-960px;
    z-index: 1;
}
.bannerTxt{
    position: absolute;
    width:50%;
    left:50%;
    top:20%;
    padding-left:5%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2;
}
.bannerTxt>h2{
    color:#d80309;
    line-height:42px;
    font-size: 42px;
    margin-bottom:15px;
}
.bannerTxt>h3{
    color:#000;
    line-height:30px;
    font-size:30px;
    margin-bottom:15px;
}
.bannerTxt>h3:nth-child(2){
    margin-left:10%;
}
.bannerTxt>h3:nth-child(3){
    margin-left:15%;
}
.bannerTxt>h3:nth-child(4){
    margin-left:20%;
}
/*indexCont*/
.indexContBg{
    width:100%;
    padding-bottom:60px;
    background: #e5e5e5;
}
.indexCont{
    padding:0;
}
.indexCont>.wel{
    width:50%;
    height:185px;
    padding:35px 50px;
    background: #1ea6dc;
}
.wel>h3{
    color:#fff;
    height:22px;
    line-height:22px;
    font-size:22px;
    font-weight: normal;
    margin-bottom:15px;
    font-style: italic;
}
.wel>div{
    color:#fff;
    font-size:14px;
    line-height:26px;
    max-height:78px;
}
.indexPro{
    width:50%;
    height:185px;
    overflow: hidden;
}
.indexPro>ul{
    width:150%;
    height:185px;
    margin-left:-25%;
}
.indexPro>ul>li{
    float: left;
    width:33%;
    height:185px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    background:#fff;
}
.indexPro>ul>li>.ImgBox{
    position: relative;
    width:100%;
    height:185px;
    overflow: hidden;
}
.indexPro>ul>li>.ImgBox>img{
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}
.indexPro>ul>li:nth-child(1)>.ImgBox>img{
    margin-left:80px;
}
.indexPro>ul>li:nth-child(3)>.ImgBox>img{
    margin-left:-380px;
}
.indexPro>ul>li .swiper-slide{
    height:185px;
    line-height:185px;
}
.indexPro>ul>li .swiper-slide>img{
    max-width: 100%;
    max-height:100%;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    vertical-align: middle;
}
/*footer*/
.footerTopBg{
    width:100%;
    background: #f4f4f4;
}
.footerTop>ul{
    height:50px;
    line-height:50px;
}
.footerTop>ul>li{
    position: relative;
    float: left;
    padding:0 20px;
}
.footerTop>ul>li:first-child{
    padding-left:0;
}
.footerTop>ul>li:after{
    content: "|";
    position: absolute;
    top:0;
    right:0;
    height:50px;
}
.footerTop>ul>li:last-child:after{
    content: "";
}
.footerTop>ul>li>a{
    display: block;
    height:50px;
    line-height:50px;
}
.footerTop>ul>li:hover >a{
    color:#1ea6dc;
}
.footerTop>div{
    width:110px;
    height:50px;
    line-height:50px;
    cursor: pointer;
    background: #1ea6dc;
}
.footerTop>div>span{
    display: inline-block;
    width:40px;
    height:50px;
    line-height:50px;
    color:#fff;
    text-align: center;
    font-size:12px;
    margin-left:20px;
}
.footerTop>div>img{
    vertical-align: middle;
}
.copyRight{
    width:100%;
    height:65px;
    font-size:14px;
    line-height:26px;
    padding-top:20px;
}
/*products*/
.productBg{
    width:100%;
    background:url("../images/productBg.jpg") no-repeat center center;
}
.productBg>ul{
    padding:100px 10px 150px;
    overflow: hidden;
}
.productBg>ul>li{
    width:100%;
    margin-top:50px;
}
.productBg>ul>li>a{
    position: relative;
    display: block;
    width:100%;
    height:100px;
    text-align: center;
}
.productBg>ul>li:first-child >a{
    height:30px;
}
.productBg>ul>li:nth-child(2){
    margin-top:10px;
}
.productBg>ul>li>a>img{
    max-width: 100%;
}
.productBg>ul>li>a>p{
    font-size:16px;
    color:#000;
    font-style: italic;
}
.productBg>ul>li>a>img{
    position: absolute;
    left:50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    opacity: 1;
}
.productBg>ul>li:hover >a>img{
    opacity: 0.8;
    -webkit-filter: contrast(130%);
    filter: contrast(130%);
}
.tilBg{
    width:100%;
    background: #999;
}
.til{
    text-align: right;
    color:#fff;
    min-height:50px;
}
.til>a{
    display: inline-block;
    height:50px;
    line-height:50px;
    color:#fff;
    font-size:14px;
}
.til>a>img{
    vertical-align: baseline;
}
.proCont{
    padding:50px 10px;
}
.proLeft{
    width:35%;
    margin-right:2%;
}
.proLeft>h3{
    width:100%;
    font-size:14px;
    line-height:40px;
    vertical-align: top;
    border-bottom:1px solid #e5e5e5;
}
.proLeft>ul{
    width:100%;
    margin-top:15px;
}
.proLeft>ul>li{
    width:100%;
}
.proLeft>ul>li>a{
    display: block;
    width:100%;
    height:40px;
    line-height:40px;
    font-size:14px;
    padding:0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.proLeft>ul>li>ul{
    display: none;
}
.proLeft>ul>.on>ul{
    display: block;
}
.proLeft>ul>li>ul,.proLeft>ul>li>ul>li{
    width:100%;
}
.proLeft>ul>li>ul>li>a{
    display: block;
    width:100%;
    height:35px;
    line-height:35px;
    padding:0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.proLeft>ul>li>ul>.on>a,.proLeft>ul>li>ul>li:hover >a{
    color:#1b4792;
}
.proLeft>ul>.on>a,.proLeft>ul>li:hover >a{
    color:#fff;
    background:#1b4792;
}
.proRight{
    width:60%;
}
.proRight>h3{
    color:#000;
    font-size:18px;
    font-style: italic;
    font-weight: normal;
    height:40px;
    line-height:40px;
}
.proRight>ul{
    width:100%;
    margin-top:15px;
}
.proContent{
    min-height:300px;
}
.proContent>li{
    float: left;
    width:32%;
    margin-right:2%;
    margin-bottom:35px;
}
.proContent>li>a{
    display: block;
    width:100%;
}
.proContent>li:nth-child(3n){
    margin-right:0;
}
/*生成正方形*/
.proContent>li>a>.proBox,.companyCont>li>.proBox{
    position: relative;
    width:100%;
    height:0;
    padding-bottom:100%;
    cursor: pointer;
    text-align: center;
    border:1px solid #e5e5e5;
    overflow: hidden;
    z-index: 1;
}
/*利用绝对定位居中*/
.proContent>li>a>.proBox>img,.companyCont>li>.proBox>img{
    position: absolute;
    max-width: 100%;
    max-height:100%;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}
.proContent>li>a:hover >.proBox>img,.companyCont>li:hover >.proBox>img{
    -webkit-transform: translate(-50%,-50%) scale(1.2);
    -moz-transform: translate(-50%,-50%) scale(1.2);
    -ms-transform: translate(-50%,-50%) scale(1.2);
    -o-transform: translate(-50%,-50%) scale(1.2);
    transform: translate(-50%,-50%) scale(1.2);
}
.proContent>li>a>.proBox>div,.companyCont>li>.proBox>div{
    display: none;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#75c0e6;
    opacity: 0.4;
    z-index: 10;
}
.proContent>li>a:hover >.proBox>div,.companyCont>li:hover >.proBox>div{
    display: block;
}
.proContent>li>a>p,.companyCont>li>a>p{
    width:100%;
    height:35px;
    line-height:35px;
    font-size:14px;
    text-align: center;
    padding:0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.proContent>li>a:hover >p,.companyCont>li:hover >a>p{
    color:#1ea6dc;
}
.pager{
    width:100%;
    text-align: center;
    margin:20px 0;
}
.pager>li{
    display: inline-block;
    margin:0 5px;
}
.pager>li>a{
    display: block;
    padding:1px 10px;
    border:1px solid #e5e5e5;
}
.pager>li>.on,.pager>li:hover >a{
    color:#fff;
    background: #1b4792;
}
.pager>span{
	cursor:pointer;
}
/*productsd*/
.pc-slide{
    width:100%;
    margin:20px auto 0;
}
.pc-slide .swiper-container{
    min-width: auto;
}
.view{
    position: relative;
    max-width:600px;
    margin:0 auto;
}
.view .swiper-container{
    width:100%;
    height:450px;
    border:2px solid #e9e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.view .swiper-slide{
    width:100%;
    text-align: center;
    line-height:450px;
}
.view .swiper-slide>img{
    max-width:100%;
    max-height:100%;
}
.swiper-slide-active img{
	max-width:100%;
	max-height:100%;
}
.Download{
    position: absolute;
    display: block;
    width:80px;
    height:80px;
    text-align: center;
    background: #8da3c8;
    cursor: pointer;
    bottom:0;
    right:0;
    z-index:20;
}
.Download>img{
    margin-top:10px;
}
.Download>p{
    line-height:20px;
    color:#fff;
}
.preview{
    position: relative;
    margin-top:20px;
    padding:0 30px;
}
.preview .swiper-container{
    width:100%;
    height:100px;
}
.preview .swiper-slide{
    text-align: center;
    line-height:100px;
    cursor: pointer;
    border:1px solid #e9e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.preview .swiper-slide>img{
    max-width:90%;
    max-height:90%;
}
.preview .active-nav{
    border:1px solid #004aa0;
}
.left,.right{
    position: absolute;
    width:26px;
    height:46px;
    top:24px;
    cursor: pointer;
    border-radius: 3px;
    z-index: 10;
}
.left{
    left:0;
    background: url("../images/left1.png") no-repeat center center;
}
.right{
    right:0;
    background: url("../images/right1.png") no-repeat center center;
}
.proCenter{
    width:100%;
    padding:20px 0;
    margin-top:30px;
    background: -webkit-linear-gradient(#fff, #e6e6e6); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fff, #e6e6e6); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fff, #e6e6e6); /* Firefox 3.6 - 15 */
    background: linear-gradient(#fff, #e6e6e6); /* 标准的语法 */
}
.proContent > h3 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    margin:10px 0 20px;
}
.proCenterLeft{
    width:26%;
}
.proCenterLeft>h3{
    font-size:14px;
    line-height:16px;
    text-align: center;
    padding-top:30px;
	word-wrap:break-word;
}
.proCenterRight{
    width:73%;
    padding:30px 5%;
    border-left:2px solid #ccc;
}
.proDown{
    width:100%;
    margin-top:25px;
}
.proDown>h3{
    font-size:22px;
    line-height:22px;
    height:22px;
    margin-bottom:15px;
}
.proDown>table{
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
}
.proDown>table>tbody>tr{
    width:100%;
    height:36px;
    line-height:36px;
}
.proDown>table>tbody>tr:first-child{
    background: #eeeeee;
}
.proDown>table>tbody>tr>th{
    border:1px solid #ccc;
}
.proDown>table>tbody>tr>td{
    text-align: center;
    border:1px solid #ccc;
}
.proDown>table>tbody>tr>th:nth-child(1){
    width:40%;
}
.proDown>table>tbody>tr>th:nth-child(2){
    width:30%;
}
.proDown>table>tbody>tr>th:nth-child(3){
    width:30%;
}
/*contact*/
.ny-banner{
    position: relative;
    width:100%;
    height:260px;
    overflow: hidden;
}
.ny-banner>img{
    position: absolute;
    width:1920px;
    height:260px;
    left:50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.contCont{
    width:100%;
    margin:40px auto 50px;
}
.map{
    width:60%;
    margin-right:2%;
}
.map>img{
    width:100%;
}
.contact{
    width:38%;
    background:#1b4792;
    padding:85px 35px;
}
.contD{
    color:#fff;
}
.contD>h3{
    line-height:20px;
    font-size:20px;
    font-weight: normal;
    font-style: italic;
    margin-bottom:20px;
}
.contD>p{
    font-size:14px;
    line-height:22px;
}
/*about*/
.aboutTop{
    width:100%;
    margin:40px 0 30px;
}
.aboutTopLeft{
    width:40%;
    text-align: right;
}
.aboutTopLeft>img{
    max-width: 100%;
}
.aboutTopRight{
    width:58%;
    padding:0 2%;
    border-left:3px solid #ccc;
}
.aboutTopRight>h3,.aboutCenter>h3,.aboutDown>h3{
    font-size:24px;
    font-weight: normal;
    font-style: italic;
    line-height:24px;
    margin-bottom:15px;
}
.aboutTopRight>div>p,.aboutDetails>p{
    text-indent: 24px;
    text-indent: 2em;
    word-wrap: break-word;
    text-align:justify;
    text-justify:inter-word;
}
.aboutCenter,.aboutCenter>ul{
    width:100%;
}
.aboutCenter>ul>li{
    float: left;
    overflow: hidden;
}
.aboutCenter>ul>li:nth-child(1){
    width:49%;
    margin-right:2%;
}
.aboutCenter>ul>li:nth-child(2){
    width:49%;
}
.aboutCenter>ul>li:nth-child(3){
    width:25.5%;
    margin-top:10px;
    margin-right:1.25%;
}
.aboutCenter>ul>li:nth-child(4){
    width:42%;
    margin-top:10px;
    margin-right:1.25%;
}
.aboutCenter>ul>li:nth-child(5){
    width:30%;
    margin-top:10px;
}
.aboutCenter>ul>li>img{
    width:100%;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}
.aboutCenter>ul>li:hover >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);
}
.aboutDown{
    width:100%;
    padding-top:25px;
    padding-bottom:30px;
}
.aboutDetails>span{
    display: block;
    margin-top:15px;
    margin-bottom:20px;
}
/*honor*/
.honor{
    position: relative;
    width:100%;
    padding:50px 10px;
}
.honor>h3{
	width:100%;
	font-weight:normal;
	font-size:24px;
	line-height:24px;
	margin:20px 0;
}
.honor>.proContent>li{
	width:23%;
	margin-right:2.66%;
}
.honor>.proContent>li:nth-child(4n){
	margin-right:0;
}
.honor .honorCont{
	width:100%;
	min-height:300px;
}
/*company*/
.companyCont{
    width:100%;
    min-height:300px;
}
.companyCont>li{
    float: left;
    width:24%;
    margin-right:1.3%;
    margin-top:20px;
}
.companyCont>li:nth-child(4n){
    margin-right:0;
}
.companysd{
    padding-top:35px;
}
.companysd video,.companysd audio,.companysd img,.proContent video,.proContent audio,.proContent img,
.honor .honorCont video,.honor .honorCont audio,.honor .honorCont img{
    max-width: 100%;
}
.ny-pager{
    margin:30px 0;
    padding-top:20px;
    border-top:1px solid #e5e5e5;
}
.ny-pager>a{
    display: inline-block;
    width:100%;
    line-height:35px;
    padding:0 20px;
}
.ny-pager>a:hover >span{
    color: #1b4792;
}
@media screen and (min-width:801px){
    .nav{
        display: block!important;
    }
}
/*宽度小于1100px时*/
@media screen and (max-width:1100px){
    .header {
        padding-right: 10px;
    }
    .search{
        right:40px;
    }
    .nav{
        margin-left:10px;
    }
    .nav>li{
        padding:0 15px;
    }
    .guide>h3{
        margin-top:50px;
    }
}
@media screen and (max-width:900px){
	.header>a{
		width:200px;
	}
    .nav{
        margin-left:0;
    }
    .nav>li{
        padding:0 5px;
    }
    .contact{
        padding:70px 35px;
    }
    .companyCont>li{
        width:32%;
        margin-right:2%;
    }
    .companyCont>li:nth-child(4n){
        margin-right:2%;
    }
    .companyCont>li:nth-child(3n){
        margin-right:0;
    }
    .guide>h3{
        margin-top:35px;
    }
    .guide>p{
        margin-top:20px;
    }
	.honor>.proContent>li{
		width: 32%;
		margin-right: 2%;
	}
	.honor>.proContent>li:nth-child(4n){
		margin-right:2%;
	}
	.honor>.proContent>li:nth-child(3n){
		margin-right:0;
	}
}
@media screen and (max-width:800px){
    .header>a{
        width:167px;
        height:50px;
    }
    .header>a>img{
        height:50px;
    }
    .nav{
        position: relative;
        display: none;
        width:100%;
        margin-left:0;
        padding-left:10px;
    }
    .nav>li{
        float: none;
        width:100%;
        padding:0;
    }
    .headerBtn{
        height:24px;
        margin-top:18px;
    }
    .nav>li>a{
        height:40px;
        line-height:40px;
        text-indent: 20px;
        border-bottom:1px dotted #e5e5e5;
    }
    .search{
        margin-top:10px;
        right:45px;
    }
    .banner{
        height:450px;
    }
    .banner>img{
        width:1329px;
        height:450px;
        margin-left:-665px;
    }
    .bannerTxt{
        left:35%;
    }
    .indexCont>.wel{
        float: none;
        width:100%;
    }
    .indexPro{
        float: none;
        width:100%;
    }
    .indexPro>ul>li:nth-child(1)>.ImgBox>img{
        margin-left:100px;
    }
    .indexPro>ul>li:nth-child(3)>.ImgBox>img{
        -webkit-transform: scale(1.1) skew(20deg);
        -moz-transform: scale(1.1) skew(20deg);
        -ms-transform: scale(1.1) skew(20deg);
        -o-transform: scale(1.1) skew(20deg);
        transform: scale(1.1) skew(20deg);
        margin-left:-385px;
    }
    .footerTop{
        padding-right:0;
    }
    .footerTop>ul>li{
        padding:0 10px;
    }
    .productBg>ul{
        padding:60px 10px 100px;
    }
    .productBg>ul>li:nth-child(1)>a>img{
        width:600px;
    }
    .productBg>ul>li:nth-child(2)>a>img{
        width:600px;
    }
    .productBg>ul>li:nth-child(3)>a>img{
        width:700px;
    }
    .productBg>ul>li:nth-child(4)>a>img{
        width:800px;
    }
    .productBg>ul>li:nth-child(5)>a>img{
        width:900px;
    }
    .proLeft{
        width:100%;
        margin-right:0;
    }
    .proRight{
        width:100%;
        margin-top:15px;
    }
    .map{
        float: none;
        width:100%;
        margin-right:0;
    }
	.map img{
		max-width:100%;
	}
    .contact{
        float: none;
        width:100%;
        padding:35px 35px;
    }
    /*about*/
    .aboutTop{
        margin-top:0;
    }
    .aboutTopLeft{
        width:100%;
        text-align: center;
    }
    .aboutTopRight{
        width:100%;
        border-left:0;
    }
    /*honor*/
    .honorImg{
       width:80%;
        text-align: center;
    }
    .honorTitle{
        width:20%;
    }
    .carousel{
        position: relative;
        width:100%;
        margin-top:10px;
        top:0;
    }
    .proCenterLeft{
        float: none;
        width:100%;
        margin-right:0;
    }
    .proCenterLeft>h3{
        text-align: left;
        text-indent: 20px;
    }
    .proCenterRight{
        width:100%;
        border-left:0;
    }
    .guideFoot{
        margin-top:0;
    }
    .guide>a{
        bottom:30px;
    }
	.bannerTxt>h2{
		font-size:36px;
		line-height:36px;
	}
	.bannerTxt>h3{
		font-size:24px;
		line-height:24px;
	}
}
@media screen and (max-width:600px){
    .bannerTxt{
        width:225px;
        padding:0;
        left:10%;
    }
    .bannerTxt>h2{
        font-size:26px;
        line-height:30px;
    }
    .bannerTxt>h3{
        font-size:20px;
        line-height:24px;
    }
    .indexCont>.wel{
        padding:25px 40px;
    }
    .wel>div{
        max-height:104px;
    }
    .footerTop>ul{
        width:100%;
        height:auto;
    }
    .footerTop>ul>li{
        float: none;
        width:100%;
        height:35px;
        border-bottom:1px solid #e5e5e5;
    }
    .footerTop>ul>li:first-child{
        padding-left:10px;
    }
    .footerTop>ul>li:after{
        content: "";
    }
    .footerTop>ul>li>a{
        height:35px;
        line-height:35px;
    }
    .companyCont>li{
        width:49%;
        margin-right:2%;
    }
    .companyCont>li:nth-child(4n){
        margin-right:2%;
    }
    .companyCont>li:nth-child(3n){
        margin-right:2%;
    }
    .companyCont>li:nth-child(2n){
        margin-right:0;
    }
    .proContent>li{
        width:49%;
        margin-right:2%;
    }
    .proContent>li:nth-child(3n){
        margin-right:2%;
    }
    .proContent>li:nth-child(2n){
        margin-right:0;
    }
    .view .swiper-container{
        height:300px;
    }
    .view .swiper-slide{
        line-height:300px;
    }
    .guide>h3{
        margin-top:10px;
    }
    .guide>p{
        margin-top:10px;
    }
    .guide>h4{
        margin-top:10px;
    }
    .guide>a{
        bottom:15px;
    }
    .guideFoot{
        padding:40px 10px;
    }
	.honor>.proContent>li{
		width: 49%;
		margin-right: 2%;
	}
	.honor>.proContent>li:nth-child(4n){
		margin-right:2%;
	}
	.honor>.proContent>li:nth-child(3n){
		margin-right:2%;
	}
	.honor>.proContent>li:nth-child(2n){
		margin-right:0;
	}
}
@media screen and (max-width:500px){
    .header{
        padding-right:0;
    }
    .headerBtn{
        margin-right:10px;
    }
    .searchMobile{
        position: relative;
        width:100%;
        height:40px;
        z-index: -1;
    }
    .searchMobile>.searchBtn1{
        width:60px;
        height:40px;
        line-height:40px;
        text-align: center;
        color:#fff;
        cursor: pointer;
        background: #1ea6dc;
    }
    .searchMobile>.searchInput1{
        width:260px;
        width:calc(100% - 60px);
        height:40px;
        line-height:40px;
        font-size:14px;
        text-indent: 30px;
        border-bottom:1px solid #1ea6dc;
    }
    .productBg>ul>li:nth-child(1)>a>img{
        width:400px;
    }
    .productBg>ul>li:nth-child(2)>a>img{
        width:400px;
    }
    .productBg>ul>li:nth-child(3)>a>img{
        width:500px;
    }
    .productBg>ul>li:nth-child(4)>a>img{
        width:600px;
    }
    .productBg>ul>li:nth-child(5)>a>img{
        width:700px;
    }
    .til{
        text-align: left;
    }
    .til>a{
        height:35px;
        line-height:35px;
        word-wrap:break-word;
    }
    .aboutCenter>ul>li:nth-child(1){
        width:100%;
        margin-right:0;
    }
    .aboutCenter>ul>li:nth-child(2){
        width:100%;
        margin-top:10px;
    }
}
@media screen and (max-width: 400px){
    .companyCont>li{
        width:100%;
        margin-right:0;
    }
    .proContent>li{
        width:100%;
        margin-right:0;
    }
    .guide>h3{
        font-size:18px;
        height:18px;
        line-height:18px;
    }
    .guide>p{
        font-size:16px;
        height:16px;
        line-height:16px;
    }
	.honor>.proContent>li{
		width: 100%;
		margin-right: 0;
	}
}
