html{background:#FFF;color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;}img{border:0;}ol,ul{list-style:none;}h1,h2,h3{font-weight:normal;font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-weight:inherit;font-size:inherit;font-family:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}a,a:hover{color:inherit;text-decoration:none;}
/*******CSS reset*************/
body{position:relative;z-index:-2;background:#fff;color:#333;font-size:14px;font-family:'Microsoft YaHei',SimHei,SimYou,SimSun,Arial;z-index:2;}
.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.left{float:left;}
.right{float:right;}
.t_r{text-align:right;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;left:50%;}
.hidden{display:none;}
input{outline:none;}
img{vertical-align:middle;}
a{
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
/********General**********/

/*头部*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    color: #333;
    z-index: 9999;
    -webkit-box-shadow:0px 4px 10px #e0e0e0;
    -moz-box-shadow:0px 4px 10px #e0e0e0;
    box-shadow:0px 4px 10px #e0e0e0;
}
header .logo {
    position: fixed;
    top: 20px;
    left: 50px;
    width: 200px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
header .logo img {
    max-width: 100%;
}
header nav.menu {
    position: fixed;
    margin: 32px 0 0 380px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
header nav.menu ul li {
    float: left;
    margin: 0 26px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
header nav.menu ul li a {
    color: #333;
    cursor: pointer;
}
header nav.menu ul li a:hover,header nav.menu ul li.active a {
    color: #285bc9;
    text-decoration: none;
}
header .hotline {
    position: fixed;
    top: 26px;
    right: 315px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
header .hotline span {
    position: fixed;
    color: #285bc9;
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    font-style: italic;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
header .hotline u {
    position: fixed;
    top: 32px;
    right: 330px;
    display: block;
    width: 22px;
    height: 22px;
    text-decoration: none;
    background: url(../Image/tel.png) no-repeat center;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
header .hotline a {
    color: #285bc9;
}
header .menu-icon {
    position: fixed;
    top: 26px;
    right: 42px;
    font-size: 24px;
    color: #285bc9;
    z-index: 99;
    display: none;
}
header .menu-icon a {
    color: #285bc9;
    text-decoration: none;
}
header .menu-icon span {
    margin-left: 15px;
    -moz-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
header .menu-icon span.glyphicon-earphone {
    display: none;
}
header .menu-icon span:hover,header .menu-icon span.active {
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
@media (max-width:1680px) {
    header nav.menu {
        margin-left: 360px;
    }
    header nav.menu ul li {
        margin: 0 18px;
    }
}
@media (max-width:1540px) {
    header nav.menu {
        margin-left: 340px;
    }
    header nav.menu ul li {
        margin: 0 15px;
    }
}
@media (max-width:1460px) {
    header nav.menu {
        margin-left: 320px;
    }
    header nav.menu ul li {
        margin: 0 12px;
    }
}
@media (max-width:1380px) {
    header nav.menu {
        margin-left: 280px;
    }
    header nav.menu ul li {
        margin: 0 10px;
    }
}
@media (max-width:1300px) {
    header .logo {
        top: 20px;
        left: 35px;
        width: 200px;
    }
    header nav.menu {
        margin-left: 260px;
    }
    header nav.menu ul li {
        margin: 0 8px;
    }
    header .hotline {
        right: 200px;
    }
    header .hotline u {
        right: 215px;
    }
}
@media (max-width:1080px) {
    header .hotline {
        right: 375px;
    }
    header .hotline u {
        right: 390px;
    }
    header .menu-icon {
        display: block;
    }
    header nav.menu {
        position: fixed;
        width: 82px;
        top: 22px;
        right: -100px;
        margin: 0px;
        padding-top: 30px;
        border: 1px solid #f5f5f5;
        border-top: 1px solid #285bc9;
        border-right: none;
        background: #fff;
    }
    header nav.menu.active {
        display: block;
        margin: 0px;
        right: 0px;
    }
    header nav.menu ul li {
        margin: 0px;
        margin-left: 10px;
        width: 72px;
        padding: 8px 0px;
        font-size: 14px;
        text-align: center;
    }
    header nav.menu ul li.active {
        background: #285bc9;
    }
    header nav.menu ul li.active a {
        color: #fff;
    }
}
@media (max-width:720px) {
    header {
        height: 80px;
    }
    header .logo {
        top: 22px;
        left: 20px;
        width: 160px;
    }
    header .menu-icon {
        top: 18px;
        right: 42px;
    }
    header nav.menu {
        width: 76px;
        top: 16px;
        padding-top: 30px;
    }
    header nav.menu ul li {
        margin-left: 12px;
        width: 60px;
        padding: 6px 0px;
    }
    header .hotline {
        top: 16px;
        right: 218px;
    }
    header .hotline span {
        font-size: 20px;
    }
    header .hotline u {
        top: 22px;
        right: 226px;
        width: 18px;
        height: 18px;
        background: url(../Image/tel.png) no-repeat center;
        background-size: cover;
    }
}
@media (max-width:460px) {
    header {
        height: 60px;
    }
    header .logo {
        top: 18px;
        width: 120px;
    }
    header .menu-icon {
        top: 18px;
    }
    header .menu-icon span.glyphicon-earphone {
        display: inline;
    }
    header nav.menu {
        top: 16px;
    }
    header .hotline {
        display: none;
    }
}
/*头部end*/

/*首页*/
.page2{background:url('../Image/page2.jpg') center no-repeat;background-size:cover;}
.gy-nr{display:block;position:absolute;top:50%;left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
}
.gy-nr0{display:none;}
.gy-title{text-align:center;}
.gy-title h1{font-size:80px;font-weight:bold;text-transform:uppercase;margin:0;color:rgba(40,91,201,0.15);}
.gy-title h2{font-size:32px;font-weight:bold;margin:-64px 0 0 0;}
.gy-l{margin-top:82px;}
.gy-cont p{font-size:14px;line-height:30px;margin:0;max-height:120px;overflow:hidden;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.gy-cont b{font-size:14px;line-height:30px;margin:0;}
.gy-l a{display:block;width:120px;height:36px;background:#222;color:#fff;text-align:center;line-height:36px;margin-top:68px;}
.gy-l a:hover{background:#285bc9;color:#fff;text-decoration:none;}
.gy-r{margin-top:82px;}
.gy{height:167px;}
.gy1{background:#d7444c url('../Image/gy1.png') no-repeat center right 48px;}
.gy-img{background:url('../Image/gy-img.jpg') no-repeat center;background-size:cover;margin-top:8px;padding-right:11px;}
.gy2{background:#d86e44 url('../Image/gy2.png') no-repeat top 20px right 24px;margin-top:8px;padding-left:11px;}
.gy3{background:#fe9400 url('../Image/gy3.png') no-repeat top 36px right 30px;margin-top:8px;padding-right:11px;}
.gy4{background:#285bc9 url('../Image/gy4.png') no-repeat top 38px right 24px;margin-top:8px;padding-left:11px;}
.gy a{display:block;width:100%;height:100%;color:inherit;text-decoration:none;}
.gy h2{font-size:20px;color:rgba(255,255,255,0.4);text-transform:uppercase;font-style:italic;margin:0 0 0 4%;padding-top:40px;}
.gy h1{font-size:24px;color:#fff;margin:0 0 0 4%;padding-top:8px;}
.gy a:hover{color:inherit;text-decoration:none;
    transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);
}
@media (max-width:1440px) {
    .gy3{background:#fe9400 url('../Image/gy3.png') no-repeat top 22px right 16px;}
    .gy4{background:#285bc9 url('../Image/gy4.png') no-repeat top 22px right 16px;}
}
@media (max-width:991px) {
    .gy-nr{display:none;}
    .gy-nr0{display:block;}
    .gy3{background:#fe9400 url('../Image/gy3.png') no-repeat top 36px right 30px;}
    .gy4{background:#285bc9 url('../Image/gy4.png') no-repeat top 38px right 24px;}
}
@media (max-width:768px) {
    .gy-title h1{font-size:60px;}
    .gy-title h2{font-size:24px;margin:-48px 0 0 0;}
    .gy-l{margin-top:62px;}
    .gy-r{margin-top:62px;}
}
@media (max-width:460px) {
    .gy-title h1{font-size:40px;}
    .gy-title h2{font-size:18px;margin:-31px 0 0 0;}
    .gy-l{margin-top:42px;}
    .gy-r{margin-top:42px;}
    .gy-cont p{max-height:60px;-webkit-line-clamp:2;}
    .gy{height:120px;}
    .gy h2{font-size:16px;padding-top:20px;}
    .gy h1{font-size:20px;padding-top:4px;}
    .gy1{background:#d7444c url('../Image/gy1.png') no-repeat center right 28px;background-size:40px 40px;}
    .gy-img{margin-top:4px;}
    .gy2{background:#d86e44 url('../Image/gy2.png') no-repeat top 10px right 14px;background-size:25px 20px;margin-top:4px;}
    .gy3{background:#fe9400 url('../Image/gy3.png') no-repeat top 18px right 12px;background-size:27px 27px;margin-top:4px;}
    .gy4{background:#285bc9 url('../Image/gy4.png') no-repeat top 18px right 12px;background-size:19px 25px;margin-top:4px;}
}

.page3{background:url('../Image/page3.jpg') center no-repeat;background-size:cover;}
.fl1{display:block;width:100%;height:100%;}
.fl2{display:none;width:100%;height:100%;}
.cp-type{display:-webkit-flex;display:flex;width:100%;height:100%;margin:0;}
.cp-type li{flex:1;text-align:center;background:rgba(0,0,0,0.3);border-right:1px solid rgba(255,255,255,0.1);position:relative;}
.cp-type li a{display:block;width:100%;height:100%;color:#fff;text-decoration:none;}
.cp-type li a:hover{color:#fff;text-decoration:none;}
.cp-fl{
    width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
}
.cp-fl h1{font-family:'Arial';font-size:48px;margin:0;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.fl-m{position:relative;margin-top:50px;width:100%;height:86px;background:rgba(0,0,0,0.6);
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.fl-m h2{font-size:22px;margin:0;width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
}
.cp-type li a:hover h1{
    transform:translate(0,-130px);
    -webkit-transform:translate(0,-130px);
    -moz-transform:translate(0,-130px);
    -o-transform:translate(0,-130px);
    -ms-transform:translate(0,-130px);
}
.cp-type li a:hover .fl-m{
    transform:translate(0,-86px);
    -webkit-transform:translate(0,-86px);
    -moz-transform:translate(0,-86px);
    -o-transform:translate(0,-86px);
    -ms-transform:translate(0,-86px);
    background:rgba(40,91,201,0.8);
}
.cp-type li a:hover .fl-m h2{
    font-weight:bold;
}
@media (max-width:1440px) {
    .cp-fl h1{font-size:42px;}
    .fl-m h2{font-size:20px;}
}
@media (max-width:991px) {
    .fl1{display:none;}
    .fl2{display:block;}
    .cp-fl h1{font-size:36px;}
    .fl-m h2{font-size:18px;}
}

.page4{background:url('../Image/page4.jpg') center no-repeat;background-size:cover;}
.anli{width:100%;height:100%;}
.anli li{float:left;width:25%;height:50%;text-align:center;overflow:hidden;position:relative;}
.anli li a{color:inherit;text-decoration:none;}
.al-img{width:100%;height:100%;}
.al-cont{width:100%;height:100%;position:absolute;top:0;left:0;display:table;color:#fff;}
.al-cont p{width:100%;height:100%;margin:0;background:rgba(0,0,0,0.5);font-size:18px;font-weight:bold;display:table-cell;vertical-align:middle;}
.al-cont span{width:68px;height:68px;line-height:68px;font-size:30px;border:1px solid #fff;border-radius:68px;display:none;position:absolute;left:50%;margin-left:-35px;top:50%;margin-top:-35px;}
.anli li a:hover p{display:none;}
.anli li a:hover span{display:block;}
@media (max-width:991px) {
    .anli li{width:50%;height:25%;}
    .al-cont p{font-size:16px;}
    .al-cont span{width:48px;height:48px;line-height:48px;font-size:20px;border-radius:48px;margin-left:-25px;margin-top:-25px;}
}

.page5{background:url('../Image/page5.jpg') center no-repeat;background-size:cover;}
.xw-nr{display:block;position:absolute;top:50%;left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
}
.xw-nr1{display:none;position:absolute;top:50%;left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
}
.xw-nr2{display:none;position:absolute;top:50%;left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
}
.xw-title{text-align:center;}
.xw-title h1{font-size:80px;font-weight:bold;text-transform:uppercase;margin:0;color:rgba(255,255,255,0.4);}
.xw-title h2{font-size:32px;font-weight:bold;margin:-64px 0 0 0;}
.sy-news{margin:138px 0 0 0;}
.sy-news li{height:350px;}
.sy-news li a{color:inherit;text-decoration:none;display:block;background:#fff;}
.xw-img{width:100%;height:220px;}
.xw-cont{margin:0 20px;}
.xw-cont h3{font-size:16px;line-height:24px;margin:16px 0 0 0;max-height:24px;overflow:hidden;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.xw-cont p{font-size:14px;line-height:24px;color:#999;margin:6px 0 0 0;max-height:24px;overflow:hidden;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.xw-cont span{display:block;width:100%;height:43px;border-top:1px solid #ddd;line-height:43px;font-size:14px;color:#999;margin:16px 0 0 0;background:url('../Image/jt.png') no-repeat center right;}
.sy-news li a:hover p{max-height:96px;}
@media (max-width:991px) {
    .xw-nr{display:none;}
    .xw-nr1{display:block;}
    .xw-nr2{display:none;}
    .sy-news{margin:108px 0 0 0;}
}
@media (max-width:768px) {
    .xw-nr{display:none;}
    .xw-nr1{display:none;}
    .xw-nr2{display:block;}
    .xw-title h1{font-size:60px;}
    .xw-title h2{font-size:24px;margin:-48px 0 0 0;}
    .sy-news{margin:68px 0 0 0;}
}
@media (max-width:460px) {
    .xw-title h1{font-size:40px;}
    .xw-title h2{font-size:18px;margin:-31px 0 0 0;}
}

.page6{background:url('../Image/page6.jpg') center no-repeat;background-size:cover;}
.lx-title{text-align:center;}
.lx-title h1{font-size:80px;font-weight:bold;text-transform:uppercase;margin:0;color:rgba(255,255,255,0.1);}
.lx-title h2{font-size:32px;font-weight:bold;margin:-64px 0 0 0;color:#fff;}
.dibu{margin-top:72px;}
.dibu ul{margin:40px 0 0 0;}
.dibu div{margin:40px 0 0 0;}
.dibu h3{font-size:14px;color:#fff;margin:0;}
.dibu hr{width:22px;height:4px;background:#285bc9;border:none;margin:22px 0 26px 0;}
.dibu ul li{font-size:14px;line-height:30px;color:#b1b1b1;}
.dibu ul li a{color:inherit;text-decoration:none;}
.dibu ul li a:hover{color:#285bc9;text-decoration:none;}
.dibu p{font-size:14px;line-height:30px;color:#b1b1b1;margin:0;}
.dibu img{width:102px;height:102px;}
.icp{margin-top:118px;}
.icp p{margin:0;text-align:center;font-size:14px;color:#b1b1b1;line-height:30px;padding:26px 0;border-top:1px solid rgba(255,255,255,0.25);border-bottom:1px solid rgba(255,255,255,0.25);}
.icp a{color:inherit;text-decoration:none;}
.icp a:hover{color:#285bc9;text-decoration:none;}
@media (max-width:1024px) {
    .dibu{margin-top:32px;}
    .icp{margin-top:68px;}
}
@media (max-width:768px) {
    .lx-title h1{font-size:60px;}
    .lx-title h2{font-size:24px;margin:-48px 0 0 0;}
    .dibu ul{display:none;}
    .dibu div{margin-top:20px;}
    .dibu hr{margin:12px 0 16px 0;}
    .dibu p{line-height:24px;}
    .icp{margin-top:48px;}
    .icp p{padding:12px 0;line-height:24px;}
}
@media (max-width:460px) {
    .lx-title h1{font-size:40px;}
    .lx-title h2{font-size:18px;margin:-31px 0 0 0;}
    .icp{margin-top:28px;}
}
/*首页end*/

/*底部*/
.footer{width:100%;background:url('../Image/page6.jpg') center no-repeat;background-size:cover;}
.d-title{text-align:center;padding-top:144px;}
.d-title h1{font-size:80px;font-weight:bold;text-transform:uppercase;margin:0;color:rgba(255,255,255,0.1);}
.d-title h2{font-size:32px;font-weight:bold;margin:-64px 0 0 0;color:#fff;}
.bottom{margin-top:72px;}
.bottom ul{margin:40px 0 0 0;}
.bottom div{margin:40px 0 0 0;}
.bottom h3{font-size:14px;color:#fff;margin:0;}
.bottom hr{width:22px;height:4px;background:#285bc9;border:none;margin:22px 0 26px 0;}
.bottom ul li{font-size:14px;line-height:30px;color:#b1b1b1;}
.bottom ul li a{color:inherit;text-decoration:none;}
.bottom ul li a:hover{color:#285bc9;text-decoration:none;}
.bottom p{font-size:14px;line-height:30px;color:#b1b1b1;margin:0;}
.bottom img{width:102px;height:102px;}
.banquan{margin:118px 0 72px 0;}
.banquan p{margin:0;text-align:center;font-size:14px;color:#b1b1b1;line-height:30px;padding:26px 0;border-top:1px solid rgba(255,255,255,0.25);border-bottom:1px solid rgba(255,255,255,0.25);}
.banquan a{color:inherit;text-decoration:none;}
.banquan a:hover{color:#285bc9;text-decoration:none;}
@media (max-width:1024px) {
    .d-title{padding-top:124px;}
    .bottom{margin-top:32px;}
}
@media (max-width:768px) {
    .d-title{padding-top:84px;}
    .d-title h1{font-size:60px;}
    .d-title h2{font-size:24px;margin:-48px 0 0 0;}
    .bottom ul{margin-top:28px;}
    .bottom div{margin-top:28px;}
    .bottom hr{margin:12px 0 16px 0;}
    .bottom p{line-height:24px;}
    .banquan{margin:48px 0 52px 0;}
    .banquan p{padding:12px 0;line-height:24px;}
}
@media (max-width:460px) {
    .d-title{padding-top:64px;}
    .d-title h1{font-size:40px;}
    .d-title h2{font-size:18px;margin:-31px 0 0 0;}
    .banquan{margin:38px 0 42px 0;}
}
/*底部end*/

.ny-banner{width:100%;height:440px;position:relative;}
.ny-banner span{position:absolute;bottom:0;display:inline-block;line-height:40px;padding:0 40px;background:rgba(40,91,201,0.9);color:#fff;}
.ny-banner span img{margin-right:20px;}
.ny-banner a{color:#fff;text-decoration:none;}
.ny-banner a:hover{color:#f9bc2e;text-decoration:none;}
.main{overflow:hidden;background:#f0f1f3;width:100%;}
.daohang{width:100%;background:#fff;border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin-bottom:78px;}
.daohang ul{width:100%;text-align:center;margin:0;}
.daohang ul li{display:inline-block;margin:0 24px;line-height:68px;}
.daohang ul li a{display:block;color:inherit;text-decoration:none;padding:0 10px;height:68px;}
.daohang ul li a:hover{color:#285bc9;border-bottom:4px solid #285bc9;}
.daohang ul li .on{color:#285bc9;border-bottom:4px solid #285bc9;}
.dh-fixed{position:fixed;top:80px;z-index:999;display:none;}
@media (max-width:1024px) {
    .ny-banner{height:360px;}
}
@media (max-width:991px) {
    .ny-banner span{padding:0 20px;}
    .ny-banner span img{margin-right:10px;}
    .daohang{margin-bottom:68px;}
    .daohang ul li{line-height:48px;}
    .daohang ul li a{height:48px;}
    .daohang ul li a:hover{border-bottom:2px solid #285bc9;}
}
@media (max-width:768px) {
    .ny-banner{height:300px;}
    .daohang{margin-bottom:48px;}
    .daohang ul li{margin:0 18px;}
}
@media (max-width:460px) {
    .ny-banner{height:240px;}
}

.article{overflow:hidden;}
.article p{font-size:14px;line-height:30px;margin:0;}
.article p img{max-width:100%;}

#allmap p{line-height:10px;margin:10px;white-space:nowrap;}

.page{margin:20px 0px 80px 0;}
.page a{display:inline-block;height:18px;line-height:18px;border:1px solid #dbdbdb;padding:0 2px 0;}
.page a:hover{background:#404040;color:#fff;border:none;height:20px;line-height:20px;padding:0 3px 0;}
.current {padding:0 6px 0;height:18px;line-height:18px;background:#404040;color:#fff;}
/***************global*****************/

/*关于*/
.com-jj{margin-bottom:80px;overflow:hidden;}
.jj-l{background:#fff;padding:50px 0;}
.jj-l h1{font-size:26px;margin:0 auto;width:88%;}
.jj-l h2{font-size:12px;text-transform:uppercase;color:#999;margin:0 auto;width:88%;padding:12px 0 24px 0;}
.jj-l p{font-size:15px;color:#666;line-height:30px;margin:0 auto;width:88%;}
.jj-r img{width:100%;}

.ys-title{text-align:center;}
.ys-title h1{font-size:26px;margin:0;}
.ys-title h2{font-size:12px;text-transform:uppercase;color:#999;margin:0;padding-top:8px;}
#tab{width:100%;margin-top:44px;}
#tab .tab_menu{width:100%;height:95px;margin:0;}
#tab .tab_menu li{cursor:pointer;}
.tab_tit{width:100%;height:95px;background:#fff;display:table;text-align:center;}
.tab_nr{display:table-cell;vertical-align:middle;}
.tab_nr h1{font-size:16px;margin:0;}
.tab_nr h2{font-size:12px;text-transform:uppercase;color:#999;margin:0;padding-top:8px;}
#tab .tab_box{width:100%;clear:both;margin-top:33px;background:#285bc9;color:#fff;}
#tab .tab_box .container{padding:50px 15px;position:relative;}
.arrow-top {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #285bc9;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -10px;
}
#tab .tab_box p{font-size:15px;line-height:48px;}
#tab .tab_box p:before{content:'○\00a0\00a0\00a0';font-size:22px;}
#tab .tab_menu .selected{cursor:pointer;}
.tab_hide{display:none;}

.com-ln{width:100%;background:#344363;color:#f0f1f3;text-align:center;padding-bottom:72px;}
.ln-title h1{font-size:28px;margin:0;letter-spacing:1px;padding-top:80px;}
.ln-title hr{width:74px;height:3px;background:#f9bc2e;border:none;margin:28px auto 0 auto;}
.ln-img{margin-top:80px;max-width:100%;}
.ln-cont{margin-top:80px;}
.ln-cont p{font-size:15px;line-height:36px;font-style:italic;}
@media (max-width:991px) {
    .com-jj{margin-bottom:60px;}
    .jj-l{padding:40px 0;}
    
    #tab{margin-top:34px;}
    #tab .tab_box .container{padding:40px 15px;}

    .com-ln{padding-bottom:62px;}
    .ln-title h1{padding-top:60px;}
    .ln-title hr{margin:24px auto 0 auto;}
    .ln-img{margin-top:60px;}
    .ln-cont{margin-top:60px;}
}
@media (max-width:991px) {
    .com-jj{margin-bottom:40px;}
    .jj-l{padding:30px 0;}
    
    #tab .tab_box .container{padding:30px 15px;}

    .com-ln{padding-bottom:42px;}
    .ln-title h1{font-size:24px;padding-top:40px;}
    .ln-title hr{margin:18px auto 0 auto;}
    .ln-img{margin-top:40px;}
    .ln-cont{margin-top:40px;}
}
/*关于end*/

/*联系*/
.contact{padding:90px 0 50px 0;}
.contact li{text-align:center;margin-bottom:40px;}
.contact li img{max-width:100%;}
.contact li h3{font-size:18px;font-weight:bold;margin:0;padding-top:20px;}
.contact li p{font-size:14px;line-height:30px;color:#666;margin:0;padding-top:16px;}
.xianlu{width:100%;background:#f9bc2e;}
.xl-nr{width:100%;background:#fff;padding-bottom:44px;margin-top:-102px;min-height:102px;z-index:999;position:relative;}
.xl-cont{margin:0 6%;}
.xl-cont h1{font-size:30px;margin:0;padding:34px 0;border-bottom:1px solid #ccc;}
.xl-cont h1 span{font-size:15px;color:#999;margin-left:26px;}
.xl-cont ul{margin:22px 0 0 0;}
.xl-cont ul h3{font-size:18px;font-weight:bold;line-height:30px;background:url('../Image/lx1.png') no-repeat center left;padding-left:40px;margin-bottom:14px;}
.xl-cont ul p{font-size:15px;color:#999;line-height:30px;}
.xl-ewm{margin-top:8px;}
.xl-ewm img{float:left;width:78px;height:78px;}
.xl-ewm span{display:inline-block;float:left;margin-left:18px;font-size:15px;color:#999;line-height:30px;padding:24px 0;}
@media (max-width:768px) {
    .contact{padding:60px 0 30px 0;}
    .contact li{margin-bottom:30px;}
    .contact li img{max-width:50%;}
    .contact li h3{padding-top:16px;}
    .contact li p{padding-top:10px;}
    .xl-nr{margin-top:-96px;min-height:96px;}
    .xl-cont h1{font-size:24px;}
}
/*联系end*/

/*留言*/
.ly-title{text-align:center;}
.ly-title h1{font-size:26px;margin:0;padding-top:79px;}
.ly-title h3{font-size:12px;text-transform:uppercase;color:#999;margin:0;padding-top:10px;}
.mess{margin:60px 0 102px 0;}
.mess input{border:none;background:#fff;width:48.5%;height:56px;margin-bottom:26px;padding:0 30px;color:#999;}
.mess input:first-child{float:left;}
.mess input:nth-child(2){float:right;}
.mess textarea{border:none;background:#fff;width:100%;height:250px;line-height:56px;padding:0 30px;color:#999;}
.mess p{font-size:14px;color:#999;margin:36px 0;}
.mess #submit{width:260px;height:48px;border-radius:48px;background:#285bc9;color:#fff;margin:0 auto;display:block;}
.mess-img{margin-bottom:112px;}
.mess-img img{width:100%;}
@media (max-width:768px) {
    .mess{margin:40px 0 62px 0;}
    .mess input{width:100%;padding:0 20px;margin-bottom:16px;}
    .mess textarea{padding:0 20px;}
    .mess p{margin:26px 0;}
    .mess-img{margin-bottom:62px;}
}
/*留言end*/

/*产品*/
.pro li{margin:0 0 50px 0;height:360px;}
.li-img{width:100%;height:280px;position:relative;overflow:hidden;}
.li-more{width:100%;height:0;position:absolute;bottom:0;background:url('../Image/li-more.png') no-repeat center;background-size:cover;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.li-cont{width:100%;height:80px;background:#fff;overflow:hidden;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.li-cont p{margin:0 8%;border-top:1px solid #ddd;line-height:79px;font-size:14px;color:#666;}
.li-cont p span{font-size:14px;color:#f9bc2e;}
.pro a{color:inherit;text-decoration:none;}
.pro a:hover{color:inherit;text-decoration:none;}
.pro a:hover .li-more{height:280px;}
.pro a:hover .li-cont{height:110px;background:#285bc9;}
.pro a:hover .li-cont p{border-top:none;border-bottom:1px solid rgba(255,255,255,0.4);text-align:center;color:#fff;font-size:16px;}
.pro a:hover .li-cont p span{display:none;}
/*************index&goods**************/
.info_title{width:100%;height:40px;background:#e5e5e5;margin-top:42px;margin-bottom:32px;}
.info_title span{display:inline-block;width:134px;height:100%;background:#285bc9;color:#fff;line-height:40px;text-align:center;}
/********goods_info&jobs_info*******/
.pro_more{width:100%;margin-top:34px;}
.pro_info_tel{font-size:16px;}
.pro_info_tel span{display:inline-block;font-size:20px;color:#285bc9;font-weight:bold;vertical-align:top;}
.pro_info_btn{width:114px;height:38px;margin:30px 16px 0 0;}
.pro_info_btn a{display:block;width:114px;height:38px;line-height:38px;background:#285bc9;color:#fff;border-radius:5px;text-align:center;font-size:16px;}
.pro_info_btn a:hover{background:#f9bc2e;color:#fff;text-decoration:none;}
/*产品end*/

/*新闻*/
.news{margin:0;}
.news li{width:100%;height:218px;border:1px solid #ddd;background:#fff;margin-bottom:32px;}
.news-img{width:196px;height:196px;float:left;margin:10px 0 10px 10px;}
.news-cont{width:828px;float:left;margin-left:32px;}
.news-cont h3{font-size:18px;font-weight:bold;line-height:30px;margin:32px 0 0 0;max-height:30px;overflow:hidden;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.news-cont hr{width:20px;height:2px;border:none;background:#285bc9;margin:10px 0 0 0;}
.news-cont p{font-size:14px;line-height:30px;color:#999;margin:14px 0 0 0;max-height:90px;overflow:hidden;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.news-more{width:36px;height:100%;border-left:1px solid #ddd;float:right;background:url('../Image/point.png') no-repeat center top;}
.news li a{color:inherit;text-decoration:none;}
.news li a:hover{color:inherit;text-decoration:none;}
.news li a:hover .news-more{background:#f9bc2e url('../Image/point.png') no-repeat center bottom;}
@media (max-width:1200px) {
    .news-img{display:none;}
}
@media (max-width:991px) {
    .news-cont{width:86%;margin-left:5%;}
    .news-more{width:5%;}
}
/****************news*****************/
.news_title{text-align:center;line-height:40px;font-size:20px;margin:0;}
.meta{color:#999;text-align:center;line-height:28px;}
.meta img{max-width:100%;padding:10px 0 20px 0;}
/***********news_info**************/
/*新闻end*/

/*案例*/
.case{margin-top:40px;}
.case li{height:218px;margin-bottom:30px;text-align:center;}
.case li a{color:inherit;text-decoration:none;}
.case-img{width:100%;height:218px;position:relative;}
.case-cont{width:100%;height:42px;background:rgba(0,0,0,0.5);color:#fff;overflow:hidden;position:absolute;bottom:0;display:table;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.case-cont p{width:100%;height:100%;margin:0;font-size:16px;font-weight:bold;display:table-cell;vertical-align:middle;}
.case li a:hover .case-cont{height:218px;}
/*案例end*/

/*实力*/
.shili{margin-top:40px;}
.shili li{margin:0 0 50px 0;height:360px;}
.shili-img{width:100%;height:280px;position:relative;overflow:hidden;}
.shili-cont{width:100%;height:80px;background:#fff;overflow:hidden;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.shili-cont p{margin:0 8%;border-top:1px solid #ddd;line-height:79px;font-size:14px;color:#666;text-align:center;}
.shili a{color:inherit;text-decoration:none;}
.shili a:hover{color:inherit;text-decoration:none;}
.shili a:hover .shili-cont{background:#285bc9;}
.shili a:hover .shili-cont p{color:#fff;}
/*实力end*/

.jobs li{overflow:hidden;margin:23px 18px 28px 28px;padding-bottom:27px;border-bottom:1px dotted #cdcdcd;}
.jobs a{position:relative;top:-150px;background-position:0 -301px;float:right;width:71px;height:34px;color:#fff;text-align:center;line-height:34px;}
.jobs strong{color:#da020d;}
.jobs p{/*margin:6px 0 -134px 156px;*/line-height:35px;}
/***************jobs***************/

.order{margin:40px 0 120px 46px;line-height:40px;}
.order img{vertical-align:-5px;cursor:pointer;}
.order input{padding:0 3px;}
.order textarea{padding: 3px;}
.order #submit{width:90px;height:34px;border:none;background-position:0px -366px;color:#fff;cursor:pointer;}
/**************order&message********/

/*sitemap*/
.mesmore{margin-top:5px;}
.mesmore:hover{color:#da020d;text-decoration:underline;}

.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}
.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}
.m2{ margin-left:20px; margin-top:20px; line-height:25px;}
.m2 span{ font-size:14px; font-weight:bold;}
.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;}
.m2t ul{}
.m2t ul li{ list-style-type:none; float:left; width:150px;}
.m2t ul li a:hover{ color:red}

.f{ float:right; margin-right:10px; _margin-top:7px;}

/*上一页_下一页*/
#prev_next{margin: 20px 0px 80px 0;clear: both;overflow: hidden;}
#prev_next li{margin: 5px 0;}
#prev_next li a{color:inherit;text-decoration:none;}
/*.map dt{float:right;display:inline;border:1px solid #666;margin-top:10px;z-index:101;border-bottom:1px solid #f0f0f0;}
.map dd{position:absolute;z-index:100;top:31px;left:-65px;background:#f0f0f0;border:1px solid #666;width:135px;*width:145px;}
.map ul{padding-left:10px;line-height:25px;overflow:hidden;zoom:1;font-size:12px;}
.map li{float:left;margin:0 5px;}*/
/*2017-7-17 update */
/*产品详情*/
.o_product{
    clear: both;
    padding: 28px 20px;
    background: #fff;
}
.o_product .o_product_img{
    /*float: left;
    width: 580px;*/
}
.o_product .o_product_img .o_product_thumb{
    width: 100%;
    height: 402px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.o_product .product_small{
    margin-top:10px;
    height: 55px;
    position: relative;
}
.swiper-container{
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.o_product .product_small .arrow-left{
    width: 10px;
    height: 20px;
    display: block;
    background: url(../Image/swiper-l.png) no-repeat;
    position: absolute;
    left: -15px;
    top: 16px;
    transition: all 0.5s;
}
.o_product .product_small .arrow-right{
    width: 10px;
    height: 20px;
    display: block;
    background: url(../Image/swiper-r.png) no-repeat;
    position: absolute;
    right: -12px;
    top: 16px;
    transition: all 0.5s;
}
.o_product .product_small ul{
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.o_product .product_small ul li{
    float: left;
    height: 50px;
    width: 50px;
    margin: 0px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.o_product .product_small ul li.select img{
    border: 1px solid #C4C4C4;
}
.o_product .product_small ul li img{
    height: 50px;
    display: inline-block;
    box-sizing: border-box;
}
.o_product .o_product_img .o_product_thumb img{
    max-width: 100%;
    max-height: 402px;
    display: inline-block;
    vertical-align: middle;
}

.o_product .o_product_info{
    /*float: right;
    width: 520px;*/
    margin-bottom: 40px;
}
.o_product .o_product_info h2{
    color: #3f3f3f;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    padding-top: 12px;
}
.o_product .o_product_info .o_product_detail{
    background: #F6F6F6;
    font-size: 14px;
    color: #999;
    padding: 15px 18px;
    margin-top: 20px;
}
.o_product .o_product_info .o_product_detail .o_product_data{
    clear: both;
    width: 100%;
}
.o_product .o_product_info .o_product_detail .o_product_data:after,.o_product:after{
    display: block;
    content: '';
    clear: both;
    height: 0;
    width: 0;
}
.o_product_data span{
    display: inline-block;
    float: left;
    line-height: 26px;
}
.o_product_data span.key{
    width: 56px;
    text-align: right;
}
.o_product_data span.val{
    /*width: 339px;*/
}
.colhs{
    color: #285bc9;
}
.o_product_data span.val b{
    color:#285bc9;
    font-size: 16px;
}
.o_product_info .go_order{
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    background: #285bc9;
    border: none;
    margin-top: 30px;
    outline: none;
}
.o_product_info .go_order:hover{
    background: #f9bc2e;
}
.order-content{
    padding: 20px 30px;
    background: #fff;
}

.order-content .order-line{
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 14px;
}
.order-content .order-line:after{
    display: block;
    content: '';
    clear: both;
    height: 0;
    width: 0;
}
.order-content .order-line lable{
    width: 70px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    text-align: right;
}
.order-content .order-line .order-zhi{
    float: left;
    padding: 10px;
    line-height: 30px;
    padding: 0px 10px;
    max-width: 380px;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .order-zhi.noborder{
    border:none;
}
.order-content .order-line  .order-zhi.overword{
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.order-line.bz-line{
    height: auto;
}
.order-content .order-line .beizhu{
    padding: 10px;
    float: left;
    border: 1px solid #d2d2d2;
}
.order-content .order-line .dwid{
    width: 375px;
}
.order-content .order-line img{
    display: inline-block;
    float: left;
    margin-left:15px;
}
.order-content .go-sub{
    margin-left:70px;
    border: none;
    color: #fff;
    background: #285bc9;
    font-size: 14px;
    padding: 8px 28px;
    margin-top:8px;
    border-radius: 5px;
    outline: none;
}
.order-content .go-sub:hover
{
    background: #f9bc2e;
}

/*main css*/
.main-im{ position:fixed; right: 10px; top:28%; z-index: 100; width: 110px; height: 272px; }
.main-im .qq-a { display: block; width: 106px; height: 116px; font-size: 14px; color: #0484cd; text-align: center; position: relative; }
.main-im .qq-a span { bottom: 5px; position: absolute; width: 90px; left: 10px; }
.main-im .qq-hover-c { width: 70px; height: 70px; border-radius: 35px; position: absolute; left: 18px; top: 10px; overflow: hidden; z-index: 9; }
.main-im .qq-container { z-index: 99; position: absolute; width: 109px; height: 118px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 1px solid #dddddd; background: url(../images/qq-icon-bg.png) no-repeat center 8px; }
.main-im .img-qq {max-width: 60px; display: block; position: absolute; left: 6px; top: 3px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.main-im .im-qq:hover .img-qq{ max-width: 70px; left: 1px; top: 8px; position: absolute; }
.main-im .im_main {background: #F9FAFB; border: 1px solid #dddddd; border-radius: 10px; background: #F9FAFB;display:none;}
.main-im .im_main .im-tel { color: #000000; text-align: center; width: 109px; height: 105px; border-bottom: 1px solid #dddddd; }
.main-im .im_main .im-tel div{font-weight:bold;font-size: 12px;margin-top:11px;}
.main-im .im_main .im-tel .tel-num { font-family: Arial; font-weight: bold; color: #e66d15;}
.main-im .im_main .im-tel:hover { background: #fafafa; }
.main-im .im_main .weixing-container {width: 55px; height: 47px; border-right: 1px solid #dddddd; background: #f5f5f5; border-bottom-left-radius: 10px; background: url(../images/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show {width: 112px; height: 136px; background: #ffffff; border-radius: 10px; border: 1px solid #dddddd; position: absolute; left: -125px; top: -90px; }
.main-im .im_main .weixing-show .weixing-sanjiao {width:0; height: 0; border-style: solid; border-color: transparent transparent transparent #ffffff; border-width: 6px; left: 112px; top: 98px; position: absolute; z-index: 2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big { width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #dddddd; border-width: 8px; left: 112px; top: 96px; position: absolute; }
.main-im .im_main .weixing-show .weixing-ma { width: 104px; height: 104px; padding-left: 5px; padding-top: 5px; }
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto; text-align:center;}
.main-im .im_main .go-top { width: 50px; height: 47px; background: #f5f5f5; border-bottom-right-radius: 10px; background: url(../images/toTop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a { display: block; width: 52px; height: 47px; }
.main-im .close-im { position: absolute; right: 10px; top: -12px; z-index: 100; width: 24px; height: 24px; }
.main-im .close-im a { display: block; width: 24px; height: 24px; background: url(../images/close_im.png) no-repeat left top; }
.main-im .close-im a:hover { text-decoration: none; }
.main-im .open-im { cursor: pointer; margin-left: 68px; width: 40px; height: 133px; background: url(../images/open_im.png) no-repeat left top; }