/*全局样式*/
@charset "utf-8";

html {
    overflow-x: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}
body {
    font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    min-width: 320px;
}
input:required,
textarea:required {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important;
}
a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
}
a:focus {
    outline: none;
}
ul {
    margin: 0;
}
li {
    list-style: none;
}
.container-fluid {
    max-width: 1230px !important;
}
.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}
.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header .top {
    background: #f1f1f1;
    height: 34px;
}
header .top h5 {
    line-height: 34px;
    font-size: 12px;
    color: #696969;
}
header .top ul li a{
    line-height: 34px;
    font-size: 12px;
    color: #696969;
    padding-left:10px;
    margin-left:10px;
    border-left:1px solid #696969;
    transition:all .3s;
}
header .top ul li a:hover{
    color:#126dc0;
}
header .top ul li:first-child a{
    border:none;
}

/* logo */
.logo_box {
    height: 120px;
}
.logo_box .logo {
    line-height: 120px;
    max-width: 49%;
}
.logo_box .logo-2{
    max-width: 23%;
    margin-left:10px;
}
.logo_box .logo img {
    max-width: 100%;
}
.logo_box .phone {
    background: url(../images/icon2.png) no-repeat 0 center;
    padding-left: 50px;
    margin-top: 30.5px;
}
.logo_box .phone p{
    color: #131313;
}
.logo_box .phone i {
    font-size: 30px;
    font-weight: bold;
    color: #ff9101;
}

/*PC端导航*/
nav {
    background: #126dc0;
}
nav a {
    color: #fff !important;
    font-size: 18px;
}
/*一级导航*/
nav ul li {
    float: left;
    width: 11.11%;
    text-align: center;
    position: relative;
    line-height:49px;
    position: relative;
    padding: 0 1px;
}
nav ul li::before,
nav ul li:first-child::after {
    content: "";
    width: 2px;
    height:22px;
    border-left: 1px solid #2084df;
    border-right: 1px solid #04559f;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
}
nav ul li:first-child::after {
    right: auto;
    left: -1px;
}
nav ul li a {
    display: block;
    position: relative;
}
nav ul li a:hover,
nav ul li a.active {
    background:#ff9101;
}
/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 1000;
    width: 100%;
}
nav ul li ul li {
    float: none;
    width: 100%;
    line-height: 35px;
    background: #126dc0;
    padding: 0;
}
nav ul li ul li::before,
nav ul li ul li:first-child::after {
    display: none !important;
}
nav ul li ul li a {
    font-size: 14px;
}
nav ul li:hover ul {
    display: block;
}

/*banner轮播*/
#myCarousel {
    position: relative;
    overflow: hidden;
}
#myCarousel .carousel-inner a {
    display: block;
}
#myCarousel .carousel-control.left {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #126dc0;
    top: 50%;
    left: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
}
#myCarousel .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #126dc0;
    top: 50%;
    right: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
}
#myCarousel:hover .carousel-control.right {
    right: 0;
}
#myCarousel:hover .carousel-control.left {
    left: 0;
}
#myCarousel .carousel-indicators li {
    width: 44px;
    height: 6px;
    margin: 1px 3px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background: #fff;
}
#myCarousel .carousel-indicators .active {
    width: 44px;
    height: 6px;
    margin: 1px 3px;
    background: #126dc0;
    border-color: #126dc0;
}

#phone{
    background:#e60606;
    position: relative;
    font-size:0;
    text-align:center;
}
#phone::before{
    content:"";
    border:1px solid rgba(255, 255, 255, .3);
    width:calc(100% - 20px);
    height:calc(100% - 20px);
    position: absolute;
    top:10px;
    left:10px;
}
#phone .con{
    margin:25px 0;
    display:inline-block;
    background:url(../images/icon1.png) no-repeat 0 center;
    padding-left:70px;
    text-align:left;
}
#phone .con .text{
    font-size:20px;
    color:#fff;
    line-height:25px;
    padding-top:6px;
}
#phone .con h5{
    font-size:60px;
    font-weight:bold;
    margin-left:15px;
    color:#fff;
}

/* title1 */
.title1 {
    margin: 50px 0;
    text-align:center;
    font-size: 0;
    overflow:hidden;
}
.title1 .con {
    display: inline-block;
    position: relative;
}
.title1 .con::before,.title1 .con::after{
    content:"";
    width:35px;
    height:35px;
    border:2px solid #126dc0;
    border-right:none;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:15px;
    transform:translateY(-50%);
}
.title1 .con::after{
    right:auto;
    left:100%;
    margin:0 0 0 15px;
    transform:translateY(-50%) rotateY(180deg);
}
.title1 h5 {
    font-size:30px;
    font-weight: bold;
    color: #126dc0; 
}
.title1 h5::before,.title1 h5::after{
    content:"";
    width:1000%;
    height:1px;
    background:#dcdcdc;
    position: absolute;
    top:50%;
    right:100%;
    margin-right:50px;
}
.title1 h5::after{
    right:auto;
    left:100%;
    margin:0 0 0 50px;
}
.title1 p {
    font-size:20px;
    color: #999;
    margin-top: 10px;
}

.nav1 {
    text-align: center;
    font-size:0;
    margin-bottom:30px;
}
.nav1 a {
    display: inline-block;
    width:180px;
    line-height: 44px;
    font-size: 20px;
    background:#cfcfcf;
    color:#333;
    border-radius:30px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    margin:0 5px 10px;
}
.nav1 a:hover,.nav1 a.active{
    background:#126dc0;
    color:#fff;
}

a.more1 {
    display: block;
    width: 174px;
    line-height: 44px;
    border: 2px solid #126dc0;
    color: #333;
    text-align: center;
    margin: 40px auto;
    background: #fff;
}
a.more1:hover {
    background: #126dc0;
    color: #fff;
}

/* 产品展示 */
.fwxm {
    background: url(../images/bg1.jpg) repeat;
}
.fwxm-con{
    position:relative;
}
.fwxm-con .but{
    width:50px;
    height:50px;
    background:#126dc0 url(../images/jt.png) no-repeat center center;
    margin-top:-25px;
    left:-80px;
    border-radius:50%;
}
.fwxm-con .swiper-button-next{
    left:auto;
    right:-80px;
    transform:rotateY(180deg);
}
.news1 {
    display: block;
}
.news1 .imgbox {
    border: 1px solid #e2e2e2;
    padding: 1px;
}
.news1 .imgbox .img {
    border: 1px solid #e2e2e2;
}
.news1 h5 {
    line-height: 38px;
    background: #cfcfcf;
    border: 1px solid #e2e2e2;
    text-align: center;
    font-size: 16px;
    color: #333;
    position: relative;
}
.news1 h5::before {
    content: "";
    width: 80%;
    height: 150%;
    background: #c4c4c4;
    position: absolute;
    top: 0;
    right: -35%;
    transform: rotate(-25deg);
    transition: all .3s
}
.news1 h5 span {
    position: relative;
    z-index: 2;
}
.news1:hover .imgbox,
.news1:hover .img {
    border-color: #126dc0;
    color: #fff;
}
.news1:hover h5 {
    color: #fff;
    background: #126dc0;
    border-color:#126dc0;
}
.news1:hover h5::before {
    opacity: 0;
    right: -100%;
}

/* 公司简介 */
.gywm {
    position: relative;
}
.gywm::before{
    content:"";
    width:100%;
    height:44%;
    background:url(../images/gsjj_bg.jpg) center center/cover;
    position: absolute;
    top:0;
    left:0;
}
.gywm::after{
    content:"";
    width:100%;
    height:56%;
    background:url(../images/gsjj_bg2.jpg) center center/cover;
    position: absolute;
    bottom:0;
    left:0;
}
.gywm_con {
    background: #fff;
    padding:20px;
    position: relative;
    z-index:100;
}
.gywm_con .text_box h5 {
    font-size: 20px;
    font-weight: bold;
    color: #126dc0;
    margin: 20px 0 6px;
}

.gywm_con .text_box .text {
    margin-top: 20px;
    color: #333;
    line-height: 30px;
    max-height: 300px;
    overflow: hidden;
}
.gywm_con .imgbox{
    display:block;
    overflow: hidden;
}
.gywm_con .imgbox:hover .img{
    transform:scale(1.1);
}
.gywm_con .img {
    height: 358px;
}
.gywm ul.con2{
    position:relative;
    z-index:100;
    margin:50px -10px;
}
.gywm ul.con2 li{
    width:20%;
    text-align:center;
    padding:0 10px;
}
.gywm ul.con2 li .img{
    width:125px;
    height:125px;
    border:2px solid #c9c9c9;
    border-radius:50%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto;
}
.gywm ul.con2 li .img img{
    transition:all .3s;
}
.gywm ul.con2 li h5{
    font-size:18px;
    color:#fff;
    margin:15px 0;
}
.gywm ul.con2 li .text{
    line-height:25px;
    color:#fff;
    height:50px;
    overflow:auto;
}
.gywm ul.con2 li .con:hover img{
    transform:scale(1.1);
}

/* 新闻资讯 */
.xwzx {
    background: url(../images/bg1.jpg) repeat;
}
.news2 {
    display: block;
}
.news2 .imgbox {
    overflow: hidden;
    height: 277px;
}
.news2 .img {
    width: 100%;
    height: 100%;
}
.news2 .text_box {
    position: relative;
    background: #fff;
    border-top: 3px solid #248faf;
    padding: 20px 10px;
    margin-top: 10px;
}
.news2 .text_box h5 {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    padding-right: 60px;
}
.news2 .text_box p {
    color: #999;
    position: absolute;
    top: 20px;
    right: 10px;
    line-height: 25px;
}
.news2 .text_box .text {
    color: #333;
    line-height: 25px;
    height: 50px;
    margin-top: 10px;
    overflow: hidden;
}
.news2:hover .img {
    transform: scale(1.1);
}
.news2:hover h5 {
    color: #248faf;
}
.news2-2 {
    background: #fff;
    margin-bottom: 20px;
}
.news2-2 .imgbox {
    width: 184px;
    height: 125px;
}
.news2-2 .text_box {
    padding: 10px 0 0 200px;
    border: none;
    background: none;
    margin: 0;
}
.news2-2 .text_box p {
    top: 10px;
}
.xwzx a.more1 {
    margin: 20px auto 40px;
}

/* 联系我们 */
.lxwm {
    background: url(../images/lxwm_bg.jpg) center center/cover;
    padding-bottom: 50px;
}
.lxwm form ul{
    margin:0 -10px;
}
.lxwm form ul li{
    width:33.33%;
    padding:0 10px;
}
.lxwm form input,
.lxwm form textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #ececec;
    padding: 0 10px;
    margin-bottom: 8px;
}
.lxwm form textarea {
    padding: 10px;
    height: 70px;
    resize:none;
}
.lxwm form button {
    width: 100%;
    height: 40px;
    background: #1172c9;
    border: none;
    color: #fff;
    transition: all .3s;
}
.lxwm form button:hover {
    background: #0e5799;
}

/* 联系我们2 */
.lxwm2 {
    background: url(../images/bg2.jpg) center center/cover;
    padding: 50px 0;
}
.lxwm2 .top{
    margin-bottom:40px;
    display:flex;
    justify-content:center;
    text-align:center;
}
.lxwm2 .top img{
    max-width:100%;
}
.lxwm2 .top .phone{
    margin-left:40px;
}
.lxwm2 .top .phone span{
    font-size:35px;
    font-weight:bold;
    color:#fff;
    background:url(../images/icon3.png) no-repeat 0 center;
    padding-left:50px;
    display:inline-block;
}
.lxwm2 .bottom{
    width:62%;
    margin:0 auto;
}
.lxwm2 .bottom img{
    width:89px;
    height:89px;
    border:3px solid #fff;
}
.lxwm2 .bottom ul{
    margin-left:120px;
}
.lxwm2 .bottom ul li{
    width:50%;
    color:#fff;
    line-height:25px;
}

footer {
    background: #126dc0;
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
}

footer ul {
    margin-bottom: 10px;
    font-size:0;
}
footer ul li {
   display:inline-block;
}

footer ul li a {
    color: #fff !important;
    display: block;
    transition: all .3s;
    font-size:14px;
    padding:0 5px;
    border-right:1px solid #fff;
    line-height:14px;
}
footer ul li:last-child a{
    border:none;
}
footer ul li a:hover {
    color: #000 !important;
}
footer .text a {
    color: #fff;
    transition: all .3s;
}
footer .text a:hover {
    color: #000;
}

/*内页导航*/
.neiye {
    padding: 40px 0;
}

.ny_nav .title {
    height: 78px;
    line-height: 78px;
    background: #126dc0;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.ny_nav .title .span1 {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 45px;
    transition: all .3s;
}

.ny_nav .title .span1.active {
    transform: rotate(180deg);
}

.ny_nav .title i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}

.ny_nav ul a {
    display: block;
    line-height: 40px;
    background: #eaeaea url(../images/icon6.png) no-repeat 95% center;
    font-size: 16px;
    color: #323232;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    padding: 0 30px 0 15px;
}

.ny_nav ul li a:hover {
    color: #ff9101;
}

.ny_nav ul li a.active {
    background-color: #ff9101;
    color: #fff;
}

.ny_nav dl {
    display: none;
}

.ny_nav dl.active {
    display: block;
}

.ny_nav dl dd a {
    line-height: 40px;
    text-align: center;
    color: #353535;
    background: #efefef;
    font-size: 16px;
    border-bottom: 1px dashed #b8b8b8;
    margin: 0;
}

.ny_nav dl dd:last-child a {
    border: none;
}

.ny_nav dl dd a.active,
.ny_nav dl dd a:hover {
    color: #2a7dc3;
}

.neiye .lxfs {
    margin-top: 35px;
}

.neiye .lxfs .imgbox {
    padding: 5px;
    border: 1px solid #faeaef;
    margin-top: 5px;
}

.neiye .lxfs .imgbox img {
    width: 100%;
}

.neiye .lxfs .text {
    background: #f1f1f1;
    padding: 20px 10px;
    line-height: 30px;
}

.neiye .title2 {
    height: 42px;
    background: #ededed;
    padding: 0 15px;
    margin-bottom: 20px;
}

.neiye .title2 h5 {
    line-height: 42px;
    background: #129acc;
    padding: 0 40px;
    font-size: 18px;
    color: #fff;
}

.neiye .title2 p {
    color: #767676;
    line-height: 42px;
}

.neiye .title2 p a {
    color: #767676;
    transition: all .3s;
}

.neiye .title2 p a:hover {
    color: #126dc0;
}

/* 新闻中心内页 */
.xwzx_ny a {
    display: block;
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 20px;
}

.xwzx_ny a .imgbox {
    width: 214px;
    height: 142px;
    overflow: hidden;
}

.xwzx_ny a .imgbox .img {
    width: 100%;
    height: 100%;
}

.xwzx_ny a .text_box {
    margin-left: 240px;
}

.xwzx_ny a .text_box h5 {
    font-size: 18px;
    color: #262626;
    line-height: 30px;
}

.xwzx_ny a .text_box .text {
    color: #6c6c6c;
    line-height: 25px;
    height: 50px;
    margin: 15px 0;
    overflow: hidden;
}

.xwzx_ny a .text_box .more {
    width: 85px;
    line-height: 24px;
    background: #c5c5c5;
    color: #fff;
    text-align: center;
}

.xwzx_ny a:hover .img {
    transform: scale(1.1);
}

.xwzx_ny a:hover h5 {
    color: #126dc0;
}

.xwzx_ny a:hover .more {
    background: #126dc0;
    color: #fff;
}

/*详情页*/
.xqy {
    line-height: 25px;
    min-height: 300px;
}

.xqy .title {
    text-align: center;
    margin-bottom: 20px;
}

.xqy .title h5 {
    font-size: 16px;
    font-weight: bold;
}

.xqy .title p {
    color: #999;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px dashed #999;
}

.xqy .con {
    line-height: 25px;
}

.xqy .con img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.fwxm_ny {
    padding: 0 5px;
}

.fwxm_ny .col-md-4 {
    padding: 0;
}

.fwxm_ny .news1,
.fwxm_ny .sp {
    margin: 0 10px 20px;
}

.fwxm_ny .sp {
    position: relative;
}

.fwxm_ny .sp iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.zxly_ny.lxwm {
    background: none;
}

.zxly_ny form {
    max-width: 700px;
    margin: 0 auto;
}

.zxly_ny form button {
    width: 100%;
}

/*微信弹窗*/
.weixin_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    padding: 30px 30px 0 30px;
    text-align: center;
    background: #fff;
    transform: scale(0);
    margin: -116px 0 0 -106px;
    z-index: 5000;
}

.weixin_popup.active {
    transform: scale(1);
    transition: transform .3s;
}
.weixin_popup i {
    color: #999;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(45deg);
    font-size: 20px;
    cursor: pointer;
}

.weixin_popup i:hover {
    color: red;
}

.weixin_popup img {
    width: 150px;
    height: 150px;
}

.weixin_popup p {
    line-height: 30px;
}

/*右侧悬浮*/
.suspend_nav {
    background: #126dc0;
    width: 52px;
    position: fixed;
    bottom: 150px;
    right: 10px;
    text-align: center;
    z-index: 5000;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.suspend_nav .list {
    height: 50px;
    color: #fff;
    padding-top: 6px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.suspend_nav .list:last-child {
    border: none;
}

.suspend_nav .list:before {
    content: "";
    width: 100%;
    height: 100%;
    top: -50px;
    right: 0;
    background: #083a68;
    position: absolute;
    transform: rotate(0);
    transition: all .3s;
}

.suspend_nav .list i {
    display: block;
    transition: all .3s;
    position: relative;
    z-index: 2;
}

.suspend_nav .list p {
    position: relative;
    z-index: 2;
}

.suspend_nav .top {
    padding: 0;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.suspend_nav .top:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}

.suspend_nav .top.active {
    height: 50px;
    opacity: 1;
}

.suspend_nav .top i {
    font-size: 25px;
}

.suspend_nav .on-off {
    padding: 0;
    line-height: 50px;
}

.suspend_nav .on-off.active i {
    transform: rotate(135deg);
}

.suspend_nav .list:hover {
    color: #fff;
}

.suspend_nav .list:hover:before {
    top: 0;
    transform: rotate(90deg);
}

.suspend_nav ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.suspend_nav ul li .list {
    border: none;
}

.suspend_nav ul li .weixin {
    position: absolute;
    right: 65px;
    bottom: 0;
    border: 1px solid #126dc0;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: all .3s;
    padding-bottom: 10px;
    background: #fff;
    padding: 5px;
}

.suspend_nav ul li .weixin:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #126dc0;
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: all .5s;
}

.suspend_nav ul li .weixin img {
    width: 150px;
    height: 150px;
}

.suspend_nav ul li:hover .weixin {
    transform: scale(1);
}

.suspend_nav ul li:hover .weixin:before {
    bottom: 18px;
}

.suspend_nav ul li .popup {
    position: absolute;
    min-width: 200px;
    min-height: 200%;
    top: 0;
    right: 100%;
    border: 1px solid #126dc0;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #126dc0;
    color: #fff;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
    padding: 0 15px;
}

.suspend_nav ul li .popup:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 0 solid #126dc0;
    position: absolute;
    top: 0;
    left: 100%;
    transition: top .5s;
}

.suspend_nav ul li .popup p {
    font-size: 16px;
}

.suspend_nav ul li .popup h5 {
    font-size: 20px;
    margin-top: 5px;
}

.suspend_nav ul li .popup a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}

.suspend_nav ul li:hover .popup {
    visibility: visible;
    right: 65px;
    opacity: 1;
}

.suspend_nav ul li:hover .popup:before {
    top: 18px;
    border-left-width: 10px;
}

/*移动端底部热点*/
.bottom_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #126dc0;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li {
    width: 33.33%;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li:last-child {
    border: none;
}

.bottom_link ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    position: relative;
}

.bottom_link ul li a i {
    display: block;
    height: 20px;
}

.bottom_link ul li:last-child a i {
    font-size: 20px;
    position: relative;
    top: -1px;
}

/*媒体查询开始*/
@media(max-width:1199px) {
    footer ul {
        padding: 0;
    }
}

@media (max-width:991px) {
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 100px;
        z-index: 2000;
    }

    header .sjdnav ul {
        padding: 0;
        margin: 0;
    }

    header .sjdnav li {
        display: block;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: #129acc;
    }

    header .sjdnav li:last-child {
        border: none;
    }

    header .sjdnav li a {
        display: block;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
    }

    header .ydd_btn {
        width: 40px;
        cursor: pointer;
        position: absolute;
        z-index: 2000;
        top: 35px;
        right: 15px;
    }

    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 8px;
        background: #129acc;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #129acc;
    }

    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }

    header .ydd_btn.click span.span02 {
        margin: 0.5px 0;
    }

    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }

    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .neiye {
        padding: 20px 0 30px;
    }

    .ny_nav {
        margin-bottom: 20px;
    }

    .ny_nav .title {
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        text-align: left;
        padding-left: 15px;
    }

    .ny_nav ul li a {
        text-align: center;
        padding: 0 5px;
        background: none;
        margin-top: 1px;
        border: 1px solid #eee;
    }

    .ny_nav ul li a.active {
        background: none;
        color: #000;
    }

    .ny_nav dl.active {
        display: none;
    }

    .ny_nav dl dd a {
        padding: 0 5px;
    }

    .logo_box {
        height: 100px;
    }

    .logo_box .logo {
        line-height: 100px;
        max-width: 60%;
    }

    .nav1 ul li {
        width: 25%;
    }
    .gywm_con .img{
        height:auto;
    }
    .gywm_con .text_box {
        padding: 0;
    }

    .gywm_con .text_box h5,
    .gywm_con .text_box p {
        text-align: left;
    }

    .gywm_con .text_box .text {
        margin: 20px 0 10px;
    }

    .news2 {
        margin-bottom: 20px;
    }

    .news2 .imgbox {
        height: auto;
    }

    .news2 .text_box .text {
        max-height: 50px;
        height: auto;
    }
    .lxwm2 .top img{
        float:none !important;
    }
    .lxwm2 .top .phone{
        float:none !important;
        margin:10px 0 0 0;
    }
    .lxwm2 .bottom{
        width:100%;
        text-align:center;
    }
    .lxwm2 .bottom img{
        float:none !important;
    }
    .lxwm2 .bottom ul{
        margin:20px 0 0 0;
    }
    .lxwm2 .bottom ul li{
        width:100%;
    }
}

@media (max-width:767px) {
    body {
        padding-bottom: 50px;
    }

    header .sjdnav {
        top: 80px;
    }

    header .ydd_btn {
        width: 35px;
        top: 30px;
    }

    header .ydd_btn span {
        height: 4px;
    }

    header .ydd_btn span.span02 {
        margin: 3px 0;
    }

    header .ydd_btn.click span.span02 {
        margin: 4px 0;
    }

    #myCarousel .carousel-indicators {
        bottom: 2px;
    }

    #myCarousel .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 1px;
    }

    #myCarousel .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin: 1px;
    }

    .xwzx_ny a {
        padding: 10px;
        margin-bottom: 10px;
    }

    .xwzx_ny a .imgbox {
        width: 120px;
        height: 100px;
    }

    .xwzx_ny a .text_box {
        margin-left: 130px;
    }

    .xwzx_ny a .text_box h5 {
        font-size: 16px;
        line-height: 25px;
    }

    .xwzx_ny a .text_box .text {
        line-height: 18px;
        height: 36px;
        margin: 5px 0 8px;
        font-size: 13px;
    }

    .xwzx_ny a .text_box .more {
        width: 80px;
        line-height: 23px;
    }
    .logo_box {
        height: 80px;
    }

    .logo_box .logo {
        line-height: 80px;
    }

    .title1 {
        margin: 30px 0;
    }

    .title1 h5 {
        font-size: 20px;
    }

    .title1 p {
        font-size: 13px;
        margin-top: 5px;
    }
    .news1 h5 {
        line-height: 30px;
    }

    a.more1 {
        margin: 30px auto;
        line-height: 35px;
        width: 140px;
    }
    .gywm_con{
        padding:10px;
    }
    .gywm_con .text_box h5 {
        font-size: 18px;
    }
    .gywm_con .text_box .text {
        margin: 10px 0;
        line-height:25px;
    }
    .news2 .text_box {
        padding: 10px;
    }

    .news2 .text_box h5 {
        font-size: 16px;
    }

    .news2 .text_box p {
        top: 10px;
    }

    .news2-2 .imgbox {
        width: 120px;
        height: 90px;
    }

    .news2-2 .text_box {
        padding: 5px 0 0 130px;
    }

    .news2-2 .text_box p {
        top: 5px;
    }

    .news2-2 .text_box .text {
        margin-top: 5px;
    }

    .xwzx a.more1 {
        margin: 10px auto 30px;
    }

    .lxwm {
        padding-bottom: 30px;
    }

    .lxwm form button {
        width: 100%;
    }

    .lxwm .weixin img {
        float: none !important;
    }

    .lxwm .weixin .text {
        margin: 10px 0 0 0;
    }

    .fwxm_ny {
        padding: 0 10px;
    }

    .fwxm_ny .news1,
    .fwxm_ny .sp {
        margin: 0 5px 10px;
    }
    #phone .con{
        margin:15px 0;
    }
    #phone .con .text{
        font-size:14px;
        padding:0;
        line-height:20px;
        float:none !important;
    }
    #phone .con h5{
        font-size:35px;
        float:none !important;
        margin:5px 0 0 0;
    }
    .nav1{
        margin-bottom:20px;
    }
    .nav1 a{
        font-size:16px;
        width:130px;
        line-height:35px;
    }
    .gywm ul.con2{
        margin:30px -10px 10px;
    }
    .gywm ul.con2 li{
        width:33.33%;
        margin-bottom:20px;
    }
    .gywm ul.con2 li h5{
        font-size:16px;
        margin:10px 0;
    }
    .gywm ul.con2 li .text{
        font-size:13px;
        line-height:20px;
        height:40px;
    }
    .gywm ul.con2 li .img{
        width:110px;
        height: 110px;
    }
    .gywm ul.con2 li .img img{
        height:40px;
    }
    .lxwm form ul li{
        width:100%;
    }
    .lxwm2{
        padding:30px 0;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }

    header .sjdnav {
        top: 60px;
    }

    .logo_box {
        height: 60px;
    }

    .logo_box .logo {
        line-height: 60px;
    }
    #phone .con h5{
        font-size:25px;
    }
    .gywm ul.con2 li{
        width:50%;
    }
    .lxwm2 .top .phone span{
        font-size:25px;
    }
}