@charset "utf-8";
/* CSS Document */
html {
    overflow-y:scroll;
}
body {
    margin:0;
    padding:0;
    background:#EEF3FA;
    font-family:微软雅黑,'Microsoft YaHei',tahoma, 宋体;
    color:#333;
    font-size:14px;
    line-height:25px;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,strong,p{
    padding:0;
    margin:0;
}
p{
    text-indent: 2em;
}
li{
    list-style-type:none;
}
img{
    vertical-align:top;
    border:0;
}
ol,ul {
    list-style:none;
}
h1,h2,h3,h4,h5,h6{
    font-size:12px;
    font-weight:normal;
}
address,cite,code,em,th {
    font-weight:normal;
    font-style:normal;
}
::selection{
    color:#333;
    background: #FFDD57;
}
a{
    text-decoration:none;
    transition:all 0.7s;
    color:#333;
}
a:hover{
    color:#FF8A00;
}
input,textarea {font-family: "微软雅黑";border: none;outline: none;background: none;}
.clearfix:after{content:"\200B"; display:block; height:0; clear:both;}
/*content:"\200B";这个参数，Unicode字符里有一个“零宽度空格”，即 U+200B*/
.clearfix{*zoom:1;}/*IE/7/6*/
/*initialization*/
/*gonggong*/
.sk{
    width:100%;
    background:#000;
}
.zk{
    max-width:1440px;
    margin:0 auto;
    background-color: #FFF;
    overflow:hidden;
}
.tk{
    width:1280px;
    margin:0 auto;
}
.fadeInLeftBig{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.pubimg{
    background: url(../images/tubiao.png) no-repeat;
    width:25px;
    height:25px;
}
.lista{
    background:#FFDD57;
    color:#000;
    font-weight: 700;
}
/*gonggongjieshu*/

/*inpronav*/
.inpronaver{
    background:#00A7EA;
    clear:both;
}
.inpronav{
    background: #00A7EA;
    padding:10px 0;
    overflow:hidden;
}
.inpronav span{
    font-size:16px;
    color:#fff;
    display: block;
    width:15%;
    float:left;
}
.inpronav .xiala{
    width:85%;
    float:right;
}
.inpronav select{
    border:none;
    width;
    width:10%;
    margin-right:2.5%;
}
.inpronav .selectend{
    margin-right:0;
}
/*inpronav end*/
/*foot con*/
#footerToolBar li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#footerToolBar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    background: #232323;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
    z-index: 999;
}

#footerToolBar #footerBarClose {
    width: 100px;
    height: 24px;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -50px;
    cursor: pointer;
    display: none;
}

#footerToolBar #footerBarClose:before {
    content: "\e626";
    font-family: icomoon;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #232323;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
}

#footerToolBar li {
    width: 20%;
    height: 45px;
    float: left;
    text-align: center;
    border-color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    margin-top: 2px;
}

#footerToolBar li a {
    display: block;
    height: 45px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-transform: capitalize;
    filter: alpha(opacity=80);
    opacity: 0.8;
    padding-top: 1px;
}

#footerToolBar li a:before {
    content: '';
    width: 30px;
    height: 20px;
    margin: 4px auto;
    display: block;
    background: url(/images/footer-tool.png) no-repeat;
    background-size: 149px;
}

#footerToolBar li:first-child {
    border-left: 0px none;
}

#footerToolBar .footerBarPro a:before {
    background-position: -120px 0px;
}

#footerToolBar .footerBarTel a:before {
    background-position: -90px 0px;
}

#footerToolBar .footerBarEmail a:before {
    background-position: 0px 0px;
}

#footerToolBar .footerBarMessage a:before {
    background-position: -30px 0px;
}

#footerToolBar .footerBarShare a:before {
    background-position: -60px 0px;
}

#footerToolBar.close {
    bottom: -43px;
}

#footerToolBar.close #footerBarClose:before {
    content: '\e627';
}
/*foot contact*/
/*fenye*/
.pagelist{
    overflow: hidden;
    margin:20px 0;
    clear: both;
}
.pagelist a{
    color:#0597BC;
    float:left;
    display: block;
    background: #fff;
    padding:6px 13px;
    margin-right:20px;
    border:1px solid #BCBCBC;
}
.pagelist a:hover{
    border:1px solid #FF7519;
    color:#FF7519;
    transition: all 0.2s;
}
.pagelist b{
    color:#FFF;
    float:left;
    display: block;
    padding:6px 13px;
    display: block;
    background: #00A7EA;
    padding:6px 13px;
    margin-right:20px;
    box-shadow:#C3C3C3 0 1px 1px 0;
}
/*fenye end*/
/*404*/
.cf:after{
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear:both;
    visibility: hidden;
}
.cf{
    zoom: 1;
    clear:both;
}

.bg{
    width:100%;
    margin:0 auto;
    background:url("/images/01.jpg") no-repeat center top #DAD9D7;
    height:700px;
    margin-bottom: -50px;
    overflow:hidden;
    position:relative;
}
.hudie{
    position:absolute;
    transition:all 0.7s;
    cursor: pointer;
}
.s1{
    right:3%;
    bottom:30%;
}
.s1:hover{
    right:10%;
    bottom:50%;
}
.s2{
    top:15%;
    left:5%;
}
.s2:hover{
    top:25%;
    left:50%;
}
.s3{
    top:10%;
    right:2%;
}
.s3:hover{
    top:30%;
    right:80%;
}
.s4{
    bottom:10%;
    left:5%;
}
.s4:hover{
    bottom:55%;
    left:55%;
}
.s5{
    bottom:10%;
    right:25%;
}
.s5:hover{
    bottom:55%;
    right:55%;
}
.cont{
    margin:0 auto;
    width:500px;
    line-height:20px;
}
.c1{
    height:360px;
    text-align:center;
}
.c1 .img1{
    margin-top:180px;
}
.c1 .img2{
    margin-top:165px;
}
.cont h2{
    text-align:center;
    color:#555;
    font-size:18px;
    font-weight:normal;
    height:35px;
}
.c2{
    height:35px;
    text-align:center;
}
.c2 a{
    display:inline-block;
    margin:0 4px;
    font-size:14px;
    height:23px;
    color:#626262;
    padding-top:1px;
    text-decoration:none;
    text-align:left;
}
.c2 a:hover{
    color:#626262;
    text-decoration:none;
}
.c2 a.home{
    width:66px;
    background:url("/images/02.png");
    padding-left:30px;
}
.c2 a.home:hover{
    background:url("/images/02.png") 0 -24px;
}
.c2 a.home:active{
    background:url("/images/02.png") 0 -48px;
}
.c2 a.re{
    width:66px;
    background:url("/images/03.png");
    padding-left:30px;
}
.c2 a.re:hover{
    background:url("/images/03.png") 0 -24px;
}
.c2 a.re:active{
    background:url("/images/03.png") 0 -48px;
}
.c2 a.sr{
    width:153px;
    background:url("/images/04.png");
    padding-left:28px;
}
.c2 a.sr:hover{
    background:url("/images/04.png") 0 -24px;
}
.c2 a.sr:active{
    background:url("/images/04.png") 0 -48px;
}
.c3{
    height:180px;
    text-align:center;
    color:#999;
    font-size:12px;
}
#bf{
    position:absolute;
    top:269px;
    left:0;
    width:100%;
}
.bf1{
    margin:0 auto;
    width:99px;
    padding-left:32px;
}
/*.bd{
    height:600px;
    overflow:hidden;
}*/
#box{
    position:absolute;
    top:165px;
    left:0;
    width:100%;
    text-align:center;
}
.bf1{
    margin:0 auto;
    width:99px;
    padding-left:32px;
}
/*initialization*/
/*head*/
.head{
    position:relative;
    height:110px;
    border-bottom: #F2F2F2 8px solid;
    overflow:visible;
}
.proshow{position:absolute;left:0;width:100%;background:#00A7EB;z-index:199;margin-top:88px;}
.head .nav ul li.proshow{display:none;}
.proshow{display:none;}
.proshow ul{overflow:hidden;}
.proshow ul li{width:16.667%;float:left;text-align:center;}
.proshow ul li a:hover{color:#000;text-decoration: underline;}
.isbottom{width:100%;float:left;bottom:0;height:50px;line-height:50px;background:#242424;margin-top:20px;}
.isbottom span{width:16.667%;float:left;text-align:center;font-size:16px;font-weight: bold;color:#fff;}
.isbottom a{display:block;width:11.9%;float:left;text-align:center;color:#fff;}
.isbottom a:hover{color: #FD971F;}
.proshow ul li dl dt{margin:10px 0;color:#fff;}
.proshow ul li dl dt a{font-size:16px;color:#fff;}
.head .nav ul li:hover .proshow{background:#fff;}
.head .top{
    height:30px;
    line-height:30px;
    background: #242424;
    overflow:hidden;
}
.head .top a{color:#222;cursor:default}
.head .top :hover{color:#222}
.head .top a h1,.head .top a strong{float:left;margin:0 5px;}
.head .logo{
    width:360px;
    float:left;
    text-align:right;
}
.head img{
    width:236px;
    height:75px;
    margin-top:2.5px;
}
.head .nav{
    width:940px;
    float:right;
}
.head .nav ul {
    margin-left:-7px;
}
.head .nav ul li{
    float:left;
    line-height:80px;
    width:14.2857142%;
    width:14%\9;
    text-align:center;
    position:relative;
    border-left: 1px #e5e5e5 solid;
    cursor:pointer;
    margin-left: -1px;
}
.head .nav ul li:hover{
    background: #00A7EB;
}
.head .nav ul li:before, .head .nav ul li:hover :after{
    position: absolute;
    transition:background 0.7s;
    bottom: -8px;
    left: -3px;
    display: inline-block;
    width: 100%;
    height: 8px;
    content: "";
    -moz-transform: skew(-35deg, 0);
    -ms-transform: skew(-35deg, 0);
    -o-transform: skew(-35deg, 0);
    -webkit-transform: skew(-35deg, 0);
    transform: skew(-35deg, 0);
}
    .head .nav ul li:before{
    border-left: 1px #D3D3D3  solid;
}
    .head .nav ul li:hover :after{
    background: #07A9EB;
}
.head .nav ul li a{
    color:#000;
    font-weight: 600;
    font-size:16px;
    display:block;
    width:100%;
}
.head .nav ul li:hover a{
    color:#fff;
    transition:color 0s;
}
/*head end*/
/*inpronav*/
.inpronaver{
    background:#00A7EA;
    clear:both;
}
.inpronav{
    background: #00A7EA;
    padding:10px 0;
    overflow:hidden;
}
.inpronav span{
    font-size:16px;
    color:#fff;
    display: block;
    width:15%;
    float:left;
}
.inpronav .xiala{
    width:85%;
    float:right;
}
.inpronav select{
    border:none;
    width;
    width:10%;
    margin-right:2.5%;
}
.inpronav .selectend{
    margin-right:0;
}
/*inpronav end*/
/*foot*/
.footer{
    background: #242424;
}
.foot{
    margin:30px auto 20px auto;
    color:#fff;
}
.foottop{
    overflow:hidden;
}
.foot .ftleft{
    float:left;
    width:48%;
}
.foot .ftright{
    float:right;
    width:48%;
    overflow:hidden;
}
.foottop h3{
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    color: #FFDD57;
}
.foottop h3 em{
    display: inline-block;
    background-position:0  -90px;
}
.foottop h3 span{
    color: #FFF;
    margin-left: 10px;
    font-size: 14px;
}
.foottop .ftleft ul li{
    width:48%;
    float:left;
    margin-top:30px;
}
.foot embed{
    width:100%;
    height:210px;
}
.foot .ftleft ul li.map{
    float:right;
}
.foottop .ftright ul{
    margin-top:30px;
    overflow: hidden;
}
.foottop .ftright ul li{
    float:left;
    width:45%;
    color:#fff;
    margin-right:5%;
}
.foottop .ftright a{color:#fff}
.foottop .ftright ul li.othercu{
    margin-right:0;
    float:right;
}

.foottop .ftright ul li dl dt{
    background: #00A7EA;
    width:80px;
    text-align:center;
    line-height:30px;
    height:30px;
    color:#fff;
    margin-bottom:10px;
    cursor:pointer;
}
.foottop .ftright ul li dl dt:hover{
    background: #FFDD57;
    transition:all 0.7s;
    color:#000;
}
.foottop .ftright ul li dl dd em.ddtel{
    display:block;
    background-position: 0 -120px;
    width:25px;
    height:25px;
    display: inline-block;
}
.foottop .ftright ul li dl dd em.ddfax{
    display:block;
    background-position: 0 -165px;
    width:25px;
    height:25px;
    display: inline-block;
}
.foottop .ftright ul li dl dd em.ddemail{
    display:block;
    background-position: 0 -208px;
    width:25px;
    height:20px;
    display: inline-block;
}
.foottop .ftright .contact2{
    margin-top:10px;
}
.foottop .ftright .contact2 p span{
    color:#e40006;
}
.foot .tnav{
    overflow:hidden;
    padding-top:10px;
    border-top:1px solid #333333;
    margin:30px auto 10px auto;
}
.tnav p{
    margin:10px auto;
    width:100%;text-align:center;
    text-indent:0
}
.foott p{
text-indent:0}
.tnav p span{
    border-right:1px solid #fff;
    padding:0 25px;
}
.tnav p span:hover a{color:#FEDD57}
.tnav p span:last-child{border-right:0}
.tnav p span a{
    color:#fff;
    font-size:14px;
}
.footert{
    background: #2D2D2D;
    color:#fff;
    font-size:14px;
    text-align:center;
    padding:10px 0;
}
.footert a{
    color:#fff;
}
.footert p{
    font-size:14px;
}
.footert span{
    float:left;
}
.footert ul li{
    float:left;
    margin-right:1%;
}
/*foot end*/
/*pubnav*/
.banner{
    background: url(../images/nbanner.jpg) center;
    height:193px;
    position:relative;
    overflow:visible;
    margin-top: 50px;
}
.pubnav{
    height:50px;
    line-height:50px;
    background: #F4F4F4;
    font-size:14px;
    position:absolute;
    bottom:-25px;
    left:5%;
    z-index:9;
}
.pubnav .pnleft{
    float:left;
    overflow:hidden;
}
.pubnav .pnall{
    width:1280px;
}
.pubnav .pnleft ul li a{
    display: block;
    width:100%;
}
.pubnav .pnleft ul li a:hover{
    color:#000;
}
.pubnav .pnright{
    float:right;
    margin-right:5%;
}
.pubnav .pnleft ul li{
    float:left;
    width:150px;
    text-align:center;
    position:relative;
}
.pubnav .pnleft ul li:hover{
    background:#FFDD57
}
.pubnav .pnleft ul li.on em{
    position:absolute;
    bottom:0;
    left:70px;
    border-left: 8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:12px solid #FFDD57;
}
.pubnav .pnleft ul li.zhunav{
    background: #04ABF1;
    overflow:hidden;
}
.pubnav .pnleft ul li.zhunav a{
    color:#fff;
}
.pubnav .pnleft ul li.zhunav em{
    position:absolute;
    right:0;
    top:18px;
    border-top: 8px solid transparent;
    border-right: 16px solid #F4F4F4;
    border-bottom: 8px solid transparent;
}

/*pubnav end*/

/*list right*/
.pubright{
    width:27%;
    float:right;
}
.tuijiannews{
    border:2px solid #ccc;
    padding:20px;
}
.tuijiannews ul li{
    padding:5px 0;
    border-bottom:1px dashed #ccc;
    overflow:hidden;
}
.tuijiannews ul li span{
    float:right;
    font-weight: 700;
}
.tuijianpro {
    border:2px solid #ccc;
    padding:20px;
    margin:30px 0;
}
.pubright h3 {
    font-size:20px;
    font-weight: 700;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
    padding-bottom:20px;
}
.pubright h3 em{
    display: inline-block;
    background-position: 0 -90px;
}
.pubright h3 span{
    font-size:14px;
    font-weight: normal;
    margin-left:10px;
    color:#777;
}
.tuijianpro dl{
    overflow:hidden;
    margin-bottom:5px;
}
.tuijianpro dl dt{
    float:left;
    width:102px;
    overflow:hidden;
}
.tuijianpro dl dd{
    float:right;
    width:190px;
}
.tuijianpro dl dt img{
    width:100px;
    height:100px;
    border:1px solid #ccc;
}
.tuijianpro dl dd h4{
    font-size:15px;
    font-weight: 700;
}
.tuijiancontact img{
    width:100%;
}
.tuijiancontact p{
    text-indent: 0;
    font-weight: 700;
    margin-top:10px;
}
.tuijiancontact em{
    display: block;
    background-position: 0 -120px;
    width: 25px;
    height: 25px;
    display: inline-block;
}
    .tuijiancontact p span{
    color:#e40006;
    font-size:22px;
}
/*list right end*/
/*fenye*/
.pagelist{
    overflow: hidden;
    margin:20px 0 20px 2%;
    clear: both;
}
.pagelist a:first-child{display: none;}
.pagelist a{
    color:#0597BC;
    float:left;
    display: block;
    background: #fff;
    padding:6px 13px;
    margin-right:20px;
    border:1px solid #BCBCBC;
}
.pagelist a:hover{
    border:1px solid #FF7519;
    color:#FF7519;
    transition: all 0.2s;
}
.pagelist b{
    color:#FFF;
    float:left;
    display: block;
    background: #00A7EA;
    padding:6px 13px;
    margin-right:20px;
    box-shadow:#C3C3C3 0 1px 1px 0;
}
/*fenye end*/
/*404*/
.cf:after{
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear:both;
    visibility: hidden;
}
.cf{
    zoom: 1;
    clear:both;
}

/*.bd{
    height:600px;
    overflow:hidden;
}*/
#box{
    position:absolute;
    top:165px;
    left:0;
    width:100%;
    text-align:center;
}
.bf1{
    margin:0 auto;
    width:99px;
    padding-left:32px;
}
@media screen and (max-width:1441px) {
.zk{max-width:1339px;}
.tk{width:95%;overflow:hidden;}
.inpro dl dt,.inpro dl dd{left:17px}
.head{position:fixed;z-index:100;width:100%}
.head .logo{width:20%}
.head .nav{width:78%;}
.inbanner{height:445px;padding-top:110px}
.inbanner .pic img{height:445px;}
.inpro em{left:49.5%;top:80px}
.inbanner p{left:46.66%}
.incase dl dd p{height:60px;overflow:hidden;}
.proleft ul li{width:22%;margin:0 2% 30px 0}
.proleft ul li:nth-child(4n){margin-right:0}
.proleft ul li a img{width:100%;}
.pubnav{left:1.85%}
.proleft ul li:hover .content{width:95%;}
.tuijianpro{padding:10px}
.pubright{width:28%;}
.caseleft ul li{width:250px;padding-bottom:0}
.caseleft ul li dl dt img{width:100%;height:auto}
.pnbot dl dd ul li{width:200px}
.innews dl{height:145px;}
}
@media screen and (max-width:1280px) {
.incase dl dd a.incasemore{display:none}
.inpro dl{margin-left:1.8%}
.inpro dl dt,.inpro dl dd{left:5px}
.zk{max-width:1280px}
.head .logo{margin-left:2.5%}
.head .nav{width:68%}
.inbanner{height:417px;}
.inbanner .pic img{height:417px;}
.inpro em{left:48.5%;top:75px}
.inbody{padding:10px 0}+
.inbody .inabout{margin-left:2.5%;width:42.5%}
.inbody .innews{margin-right:2.5%;width:42.5%}
.inabout p span,.foot .ftleft ul li.map,.tuijiannews ul li span,.tuijianpro dl dt{display:none}
.inpronav select{width:13%}
.inpro .proshow{width:95%}
.incase{margin:35px auto 50px auto;width:95%;}
.foot .ftleft{width:28%;}
.foottop .ftleft ul li{width:100%}
.foot .ftright{width:65%}
.pubnav .pnleft ul li{width:120px;height:50px;overflow:hidden;}
.proleft ul li{width:30%;}
.proleft ul li:nth-child(4n){margin-right:16px}
.proleft ul li:nth-of-type(3n){margin-right:0;}
.tuijianpro dl dd{width:100%}
.tuijiancontact p span{display:block;}
.tuijianpro dl{border-top:1px dashed #ccc;margin-bottom:0;padding:10px 0}
.tuijianpro dl:first-of-type{border:none;margin-top:-10px}
.caseleft .bd ul li{width:30%;}
.caseleft .bd ul li:nth-child(3n){margin-right:0}
.ptleft{width:48%}
.ptleft ul li{height:30px;overflow:hidden}
.ptright{width:450px}
.ptright .bd{width:342px;height:342px;}
.ptright .bd img{width:340px;height:340px;}
.pnbot dl dd ul li{width:16.6666%;}
.pnbot dl dd ul li a img{width:90%;height:auto;}
.pnbot dl dd ul li h3{overflow:hidden;}
}
@media screen and (max-width:1152px) {
.inpro dl dt,.inpro dl dd{left:0}
.inbanner{height:376px;}
.inbanner .pic img{height:376px;}
}
@media screen and (max-width:1024px){
.inpro dl{margin-left:1.6%}
.inbanner{height:334px;}
.inbanner .pic img{height:334px;}
.incase dl dd a.incasemore{display:none}
}
@media screen and (max-width:930px){
.proleft ul li:nth-child(4n){margin-right:2%}
.proleft ul li:nth-child(3n){margin-right:0}
}
@media screen and (max-width:800px){
.incase dl dd p{height:auto}
.inbanner{height:261px;}
.inbanner .pic img{height:261px;}
.head .nav ul li:first-child:before{border-left:0}
.head .logo,.inbody .innews,.inabout p em,.inpro dl:nth-child(5),.inpro dl:last-child,.incase dl.incaseend,.inpronav select:last-child,.inpronav select:nth-last-child(2),.inbanner .hd,.tuijiancontact{display:none}
.inabout p span,.tuijiannews ul li span{display:block}
.head .nav,.proleft,.pubright,.newsleft,.caseleft,.ptleft{width:100%;}
.newsnrleft .guidance{width:93.5%}
.head .nav ul li:first-child{border-left:none}
.head .nav ul{margin-left:0}
.inbanner,.inbanner .pic img{height:250px;}
.inbody .inabout{width:95%;margin-left:2.5%}
.inpro .hd ul li{width:10%}
.inpro dl:nth-child(4){margin-right:0}
.inpro dl{width:20%;margin:0 0 30px 5.66%}
.inpro .proshow{margin-top:220px}
.inpronav span{width:25%}
.inpronav .xiala{width:75%}
.incase dl{width:48%;margin-left:4%}
.incase dl:first-child+dl+dl+dl{margin-left:4%}
.incase{margin-bottom:0}
.incase dl:nth-of-type(odd){margin-left:0}
.inpronav select{width:20%}
.inpro em{top:40px;left:49.5%}
.pro{padding-bottom:20px}
.contactleft,.newsnrleft{width:100%;margin-bottom:20px}
.ptright{float:left}
.pnfactory, .pnmessage{bottom:20px}
.pnbot dl dd ul li{width:33%}
.pnbot dl#xgcp{margin:20px 0;padding-bottom:0;height:340px;}
.pronav ul li{width:16%}
.newstj p span{display:block}
.newstj span.ntright{float:none}
.incase dl dd p{height:60px;}
.prolist-xin li{width: 31%;}
}
@media screen and (max-width:736px){
.tnav  p span{padding:0 2%}
}
@media screen and (max-width:640px){
#sscs img{display:block}
.footert{margin-bottom:48px;}
.head .nav ul li{width:14.14%}
.ptleft{height:auto}
.pnfactory, .pnmessage{position:static;margin-top:20px;margin-right:10%}
.inbanner,.inbanner .pic img{height:209px;}
.inpro{background:#00A7EA}
.inpro .proshowt{margin-top:30px}
.incase dl dd a.incasemore,.foott ul,.foot .ftleft,.inpro em,.inpro ul,.inabout p span,.sscs table,.sscs h4{display:none}
.foot .ftright{width:100%}
.pnbot dl#xgcp{height:320px}
#footerToolBar{display:block}
.inbanner p{left:44.1%}
.head{overflow:hidden;}
}
@media screen and (max-width:541px){
.tnav p span:nth-last-child(2){display:none}
.inpronav select{width:21%}
.proleft ul li{width:46.5%}
.proleft ul li:nth-child(3n){margin-right:2%}
.proleft ul li:nth-child(4n){margin-right:0}
.proleft ul li:nth-child(2n){margin-right:0}
}
@media screen and (max-width:480px){
.head{height:100px}
.head .top{height:20px;}
.head .nav ul li{width:16.42%}
.head .nav ul li:before{border-left:none}
.head .nav ul li:nth-last-child(2){display:none}
.inbanner p{left:42%;}
.inbanner,.inbanner .pic img{height:157px;}
.inpro dl dt{width:100%;height:auto}
.inpro dl dd,.inpronav .xiala{width:100%}
.inpro li dl{width:45%;margin-left:10%;margin-right:0}
.inpro li dl:nth-of-type(2n+1){margin-left:0}
.inpronav select:nth-child(3){display:none}
.inpronav select{width:30%}
.footert a{display:block;}
.proleft ul li{width:46%}
.proleft ul li:nth-of-type(3n){margin-right:2%}
.proleft ul li:nth-of-type(2n){margin-right:0}
.pubnav .pnleft ul li{width:110px}
.tuijianpro{display:none;}
.pagelist a{margin-bottom:15px}
.about .abimg img{width:100%;margin:5px 0}
    .newsnrleft .guidance{width:93.5%;margin-left:0;margin-bottom:15px}
.about .abimg img:last-child{display:none}
.about .abimgt img{width:45%;margin-left:2.5%;margin-bottom:15px}
.about .abimgt img:first-child{margin-left:2.5%;margin-bottom:15px}
.newshead dl dt{width:100%;text-align:center;margin-bottom:15px}
.newshead dl dt img{width:80%;}
.caseleft .bd ul li{width:48%;margin-left:4%}
.caseleft .bd ul li:nth-child(odd){margin-left:0}
.news .caseleft .bd ul li:first-child + li + li + li,.news .caseleft .bd ul li:nth-child(2n+2){margin-left:4%}
.news .caseleft .bd ul li:first-child{margin-left:0}
.caseleftt .bd ul li{min-height:280px;}
.contactleft p.coimg,.contactleft p.coimg img,.contop .conleft ul li,.newshead dl dd{width:100%;height:auto}
.contactleft form input.submit{width:100px}
.conlist ul li{width:50%}
.contactleft form textarea{height:120px}
.pnfactory, .pnmessage{bottom:0}
.ptleft{margin-bottom:15px}
.pnbot{overflow:visible}
.pnbot dl#xgcp{height:280px}
.pagelist a{padding:6px 10px}
.incase dl dt,.incase dl dd{width:100%}
.incase{margin:25px auto 0 auto}
.inpronav span,.tnav p span:nth-last-child(3){display:none}
.foot .tnav{margin:10px auto 0 auto}
.inpro ul{display:block;width:80%;margin:20px auto;}
.inpro .hd ul li{width:50%;position:static;margin-left:-2px}
}
@media screen and (max-width:441px){
.head{height:auto;border-bottom:none}

.head .nav ul li{width:33%;height:35px;line-height:35px;}
.ptright .hd{display:none}
.pronav ul li{width:25%}
.head .nav ul li:first-child{border-left:1px solid #e5e5e5}
.pronav{height:80px;}
.ptright{border:none}
.contactleft p.coimg{margin:15px 0}
.conlist{margin-bottom:20px}
.head .nav ul li:before, .head .nav ul li:hover :after{left:-10000px}
.inbanner,.inbanner .pic img{height:144px;}
.inbanner .prev, .inbanner .next{left:-2000px}
.inbanner p,.foot .tnav,.tuijiannews,.newsnrleft .guidance,.ptright .hd ul,.pnfactory,.nlnr ul li span,.pubnav .pnleft ul li{display:none}
.foottop .ftright .contact2{margin-top:20px}
.foottop .ftright ul{margin-top:0;}
.inpronav select:nth-child(4){display:none}
.inpronav select{width:48%}
.inpronav select:nth-child(2){margin-right:0}
li.neimao{margin-top:20px}
.contact2 p{text-indent: 0}
.pubnav .pnleft ul li.zhunav,.inpronav select:nth-child(3),.inpronav select:nth-child(4),.inpronav select:nth-child(5),.inpronav select:nth-child(6){display:inline-block}
.proleft ul li{width:46%}
.inpronav select{margin-right:0}
.inpronav select:nth-child(odd){margin-right:2.5%}
.newser, .about{padding:40px 0 0 0}
.caseleft ul li dl dd{height:165px;overflow:Hidden;}
.contop .conright{width:100%;text-align:left}
.contop .conleft ul li{line-height:25px}
.contactleft form ul li{padding:0 0 10px 0}
.contactleft form input.submit{margin-right:20px}
.ptright .bd{width:300px;height:300px;}
.ptright .bd img{width:300px;height:300px;}
.pnbot dl#xgcp{height:210px}
}
@media screen and (max-width:375px){
.inbanner, .inbanner .pic img{height:122px}
.inpro .proshowt{padding-bottom:0}
li.neimao:last-child{display:none}
.foottop .ftright ul li{width:100%}
.inbanner{padding-top:80px}
}
@media screen and (max-width:320px){
.inbanner, .inbanner .pic img{height:104px}
.inbanner{padding-top:70px}
.foottop .ftright ul li,.conlist ul li,.contactleft form ul li{width:100%}
.proleft ul li{width:70%;margin-left:13.5%}
.ptleft ul li{height:auto;overflow:visible;line-height:30px}
.ptright .bd img{width:285px;height:285px}
}