/*全局样式*/
@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;
    max-height: initial
}

/* 头部 */
header .top {
    background: #f9f9f9;
    border-bottom: 1px solid #f1f1f1;
}
header .top h5 {
    color: #b0b0b0;
    line-height: 40px;
}
header .top ul li {
    padding-left: 10px;
    margin: 10px 0 0 10px;
    position: relative;
    line-height: 20px;
    border-left: 1px solid #ddd;
}
header .top ul li a {
    color: #b0b0b0;
    transition: all .3s;
}
header .top ul li a i {
    margin-right: 5px;
}
header .top ul li a:hover {
    color: #fe6537;
}
header .top ul li:first-child {
    border: none;
}
header .top ul li:last-child a.en {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 25px;
    display: none;
    z-index: 10;
    border: 1px solid #ccc;
    background: #fff;
}
header .top ul li:last-child:hover a.en{
    display: block;
}
header .logo_box {
    height: 142px;
}
header .logo_box .logo {
    line-height: 142px;
    max-width: 34%;
}
header .logo_box .logo img {
    max-width: 100%;
}
header .logo_box .logo-2 {
    max-width: 37%;
}
header .logo_box .phone {
    text-align: right;
    margin-top: 41px;
}
header .logo_box .phone p {
    font-size: 16px;
    color: #7f7f7f;
}
header .logo_box .phone p img{
    position:relative;
    top:-1px;
}
header .logo_box .phone h5 {
    font-size:30px;
    font-weight: bold;
    color: #004d9f;
    margin-top: 5px;
}

/*PC端导航*/
nav {
    background: #004d9f;
}
nav a {
    color: #fff !important;
    font-size: 15px;
}
/*一级导航*/
nav ul li {
    float: left;
    width: 12.5%;
    text-align: center;
    position: relative;
    line-height: 54px;
}
nav ul li a {
    display: block;
    position: relative;
    font-size: 16px;
}
nav ul li a:hover,
nav ul li a.active {
    background: #ff7e00;
}
/*二级导航*/
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:#004d9f;
    border: none;
}
nav ul li ul li:last-child{
    border: none;
}
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: #004d9f;
    top: 50%;
    left: -100px;
    margin-top: -30px;
    opacity: 1;
    font-size: 25px;
}
#myCarousel .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background:#004d9f;
    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 #004d9f;
    border-radius: 0;
    background: #fff;
}
#myCarousel .carousel-indicators .active {
    width: 44px;
    height: 6px;
    margin: 1px 3px;
    background: #004d9f;
    border-color: #004d9f;
}

/* 搜索 */
.sousuo-box{
    background:#efefef;
    padding:10px 0;
}
.sousuo {
    height: 40px;
    position: relative;
    padding: 10px 400px 0 15px;
}
.sousuo a {
    color: #585858;
    position: relative;
    margin-left: 40px;
    transition: all .3s;
}
.sousuo a::before {
    content: "";
    width: 1px;
    height: 12px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -20px;
}
.sousuo a:first-child::before,
.sousuo a:nth-child(2)::before {
    display: none;
}
.sousuo a:hover {
    color: #fe6537;
}
.sousuo a:first-child {
    font-weight: bold;
    color: #2c2c2c;
    margin: 0;
    cursor: auto !important;
}
.sousuo a:first-child:hover {
    color: #2c2c2c;
}
.sousuo a:nth-child(2) {
    margin-left: 20px;
}
.sousuo form {
    width: 370px;
    height: 100%;
    background: #cacaca;
    position: absolute;
    top: 0;
    right: 0;
}
.sousuo form input{
    width:calc(100% - 58px);
    height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
}
.sousuo form button {
    width: 58px;
    height: 40px;
    background:#004d9f url(../images/icon3.png) no-repeat center;
    border:none;
    position:relative;
    transition:all .3s;
}
.sousuo form button:hover{
    background-color:#07417f;
}

/* nav1 */
.nav1 .title {
    background: #004d9f url(../images/icon4.png) no-repeat 30px center;
    padding: 30px 0 30px 80px;
    position: relative;
}
.nav1 .title h5 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.nav1 .title p {
    font-size: 12px;
    color: #fff;
    margin-top: 7px;
}
.nav1 .title i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.nav1 .title span {
    color: #fff;
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 50px;
    font-size: 20px;
}
.nav1 .nav1-1 {
    background-color:#095193;
    padding: 20px 20px 7px;
    margin-top:5px;
}
.nav1 ul li {
    margin-bottom: 13px;
}
.nav1 ul li a {
    display: block;
    background: #fff url(../images/icon6.png) no-repeat 8px center;
    line-height: 36px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    position: relative;
    font-size: 16px;
    color: #3c3c3c;
    padding: 0 30px;
}
.nav1 ul li a::before {
    content: "";
    width: 8px;
    height: 100%;
    background: url(../images/icon8.png) no-repeat 0 center;
    position: absolute;
    top: 0;
    right: 13px;
}
.nav1 ul li a:hover {
    background-color: #fab29c;
}
.nav1 ul li a.active {
    background-color: #fe6537;
    color:#fff;
}
.nav1 ul li a.active::before{
    background-image:url(../images/icon9.png);
}
.nav1 dl {
    border: 1px dashed #c6c6c6;
    margin-bottom: 13px;
    display: none;
}
.nav1 dl.dl-1 {
    display: block;
}
.nav1 dl dd {
    border-bottom: 1px dashed #c6c6c6;
}
.nav1 dl dd:last-child {
    border: none;
}
.nav1 dl dd a {
    display: block;
    line-height: 42px;
    font-size: 16px;
    color: #585858;
    position: relative;
    padding: 0 5px 0 30px;
}
.nav1 dl dd a::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #0090ff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -5px;
    opacity: 0;
}
.nav1 dl dd a.active {
    background: #e0e0e0;
}
.nav1 dl dd a.active::before {
    opacity: 1;
}
.nav1 dl dd a:hover {
    background: #f5f3f3;
}
.nav1 .phone {
    margin-top:20px;
    text-align: center;
    padding: 20px;
    background-color:#095193;
}
.nav1 .phone img{
    width:100%;
    height:100%;
}
.nav1 .phone p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.nav1 .phone h4 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
}
.nav1 .phone h5 {
    line-height: 25px;
    color: #fff;
    text-align: left;
}

/* 产品直通车 */
.cpztc{
    margin:30px 0 70px;
}
.cpztc .cpztc-1 {
    padding: 0 5px;
}

.cpztc .cpztc-1 .col-sm-12 {
    padding: 0 10px;
}

.cpztc .cpzs .title,
.title4 {
    height: 34px;
    border: 1px solid #e2e3e7;
    padding-right: 12px;
    margin-bottom: 20px;
    background: #f2f2f4;
}

.cpztc .cpzs .title h5,
.title4 h5 {
    background: #004d9f url(../images/icon5.png) no-repeat 14px center;
    padding: 0 40px;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    position: relative;
}

.cpztc .cpzs .title h5::before,
.title4 h5::before {
    content: "";
    border-right: 42px solid transparent;
    border-bottom: 32px solid #004d9f;
    position: absolute;
    top: 0;
    left: 100%;
}

.cpztc .cpzs .title a,
.title4 a {
    font-size: 12px;
    color: #888;
    line-height: 32px;
    transition: all .3s;
}

.cpztc .cpzs .title a:hover,
.title4 a:hover {
    color: #004d9f;
}

.title4 p {
    color: #888;
}

.cpzs .row {
    padding: 0 10px;
}

.cpzs .row .col-md-4 {
    padding: 0;
}

.news1 {
    display: block;
    background: #f1f1f1;
    padding: 10px 10px 0 10px;
    border: 1px solid #e8e8e8;
    height: 266px;
    overflow: hidden;
    margin: 0 5px 10px;
}

.news1 .imgbox {
    background: #fff;
    border: 1px solid #e8e8e8;
}

.news1 .imgbox .img {
    height: 200px;
}

.news1 .more {
    text-align: center;
    padding-bottom: 10px;
    overflow: hidden;
}

.news1 .more h5 {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 52px;
}

.news1 .more p {
    color: #fff;
    background: #fe6537;
    line-height:30px;
}

/* ad */
.ad{
    background:url(../images/ad_bg.jpg) center center/cover;
    position: relative;
    margin-bottom:60px;
}
.ad::before{
    content:"";
    width:100%;
    height:41px;
    background:url(../images/bg1.jpg) no-repeat center 0;
    position:absolute;
    top:100%;
    left:0;
}
.ad .row{
    padding:0 55px 0 70px;
}
.ad .row .col-sm-12{
    padding:0;
}
.ad .con1{
    text-align:center;
    background-color:#004d9f;
    transform: skewX(-30deg);
    overflow: hidden;
    padding:20px 0;
}
.ad .con1 .con-box{
    transform:skewX(30deg);
}
.ad .con1 h5{
    font-size:30px;
    font-weight:bold;
    color:#fff;
    line-height:30px;
}
.ad .con1 p{
    font-size:20px;
    color:#fff;
    line-height:30px;
    margin-top:13px;
    position: relative;
}
.ad .con1 p::before,.ad .con1 p::after{
    content:"";
    width:60%;
    height:1px;
    background:rgba(255, 255, 255, 0.3);
    position:absolute;
    bottom:-14px;
    left:-20px;
}
.ad .con1 p::after{
    left:auto;
    right:0;
    bottom:-17px;
}
.ad .con1 ul{
    margin-top:30px;
    padding:0 30px;
}
.ad .con1 ul li{
    width:33.33%;
    text-align:center;
    color:#fff;
    font-size:18px;
}
.ad .con1 ul li i{
    display:inline-block;
    width:17px;
    height:17px;
    border:1px solid #fff;
    color:#fff;
    line-height:15px;
    margin-right:5px;
    position:relative;
    top:-1px;
}
.ad .con2{
    background:#fe6537;
    color:#fff;
    padding:40px 0 40px 50px;
    transform: skewX(-30deg);
    margin-top:25px;
    position: relative;
    left:-8px;
}
.ad .con2 .phone{
    transform: skewX(30deg);
}
.ad .con2 p{
    font-size:18px;
}
.ad .con2 h5{
    font-size:30px;
    font-weight:bold;
    color:#fff;
    margin-top:5px;
}

/* 三大理由 */
.liyou .title{
    display:block;
    max-width:100%;
    margin:20px auto 60px;
}
.liyou ul{
    margin:0 -100px;
    position:relative;
}
.liyou ul::before{
    content:"";
    width:14px;
    height:100%;
    background:url(../images/bg2.png) repeat-y;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}
.liyou ul li{
    position: relative;
    margin-bottom:40px;
}
.liyou ul li .imgbox,.liyou ul li .text-box{
    width:50%;
    float:left;
    padding:0 100px;
    height:330px;
}
.liyou ul li .imgbox .img{
    width:100%;
    height:100%;
}
.liyou ul li .imgbox img.icon{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
}
.liyou ul li .text-box{
    display:flex;
    align-items:center;
}
.liyou ul li .text-box h5{
    font-size:36px;
    line-height:41px;
    font-weight:bold;
    color:#004d9f;
}
.liyou ul li .text-box p{
    font-size:30px;
    line-height:35px;
    color:#4f4f4f;
    margin-top:15px;
}
.liyou ul li .text-box dl{
    margin-top:30px;
    max-height:120px;
    overflow:auto;
}
.liyou ul li .text-box dl dd{
    font-size:16px;
    color:#4f4f4f;
    line-height:30px;
    position:relative;
    padding-left:30px;
}
.liyou ul li .text-box dl dd::before{
    content:"";
    width:16px;
    height:16px;
    background:#004d9f;
    position:absolute;
    top:7px;
    left:0;
}
.liyou ul li:nth-child(even) .imgbox{
    float:right;
}

/* ad2 */
.ad2{
    background:url(../images/ad2_bg.jpg) center center/cover;
    padding-bottom:20px;
    text-align:center;
    font-size:0;
    position:relative;
    margin-top:20px;
}
.ad2::before{
    content:"";
    width:100%;
    height:41px;
    background:url(../images/bg1.jpg) no-repeat center 0;
    position:absolute;
    top:100%;
    left:0;
}
.ad2 .con{
    overflow: hidden;
}
.ad2 h4{
    color:#fff;
    font-size:30px;
    line-height:30px;
    font-weight:bold;
    padding:20px 60px;
    display:inline-block;
    position:relative;
}
.ad2 h4::before{
    width:100%;
    content:"";
    border-left:35px solid transparent;
    border-right:35px solid transparent;
    border-top:70px solid #fe6537;
    position: absolute;
    top:0;
    left:0;
}
.ad2 h4 span{
    position:relative;
}
.ad2 h5{
    font-size:24px;
    color:#fff;
    position: relative;
    line-height:30px;
    margin:15px 0;
    display:inline-block;
}
.ad2 h5::before,.ad2 h5::after{
    content:"";
    width:100%;
    height:1px;
    background:#4e6cba;
    position:absolute;
    top:50%;
    right:100%;
    margin:-1px 45px 0 0;
}
.ad2 h5::after{
    right:auto;
    left:100%;
    margin:-1px 0 0 45px;
}
.ad2 p{
    font-size:12px;
    color:#7c90e6;
}

/* 资质证书 */
.zzzs{
    margin:60px 0;
}
.news2{
    display:block;
    border:1px solid #ddd;
    text-align:center;
}
.news2 .img{
    margin:5px;
    border:1px solid #ddd;
}
.news2 .text-box{
    border-top:1px solid #ddd;
    padding:20px 10px;
}
.news2 h5{
    font-size:18px;
    color:#262626;
    line-height:25px;
}
.news2 p{
    width:70%;
    line-height:30px;
    background:#004d9f;
    font-size:12px;
    color:#fff;
    position: relative;
    margin:20px auto 0;
}
.news2 p::before{
    content:"";
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    border:2px solid #fff;
    position: absolute;
    top:1px;
    left:1px;
}
.news2:hover,.news2:hover .img,.news2:hover .text-box{
    border-color:#004d9f;
}
.news2:hover h5{
    color:#004d9f;
}
.zzzs-con{
    position: relative;
}
.zzzs-con .but{
    width:40px;
    height:40px;
    background:#004d9f url(../images/jt.png) no-repeat center center;
    margin-top:-20px;
    left:-60px;
    opacity:1;
}
.zzzs-con .swiper-button-next{
    left:auto;
    right:-60px;
    transform:rotateY(180deg);
}
.zzzs-con .but:hover{
    background-color:#fe6537;
}

/* title1 */
.title1{
    margin:60px 0 50px;
    text-align:center;
    overflow: hidden;
}
.title1 h5{
    font-size:36px;
    font-weight:bold;
    color:#004d9f;
}
.title1 h5 span{
    color:#ff7e00;
}
.title1 b{
    font-size:17px;
    display:inline-block;
    position:relative;
    color:#7a7a7a;
    margin:15px 0;
}
.title1 b::before,.title1 b::after{
    content:"";
    width:22px;
    height:2px;
    background:#c8c8c8;
    position:absolute;
    top:50%;
    right:100%;
    margin:-1px 15px 0 0;
}
.title1 b::after{
    right:auto;
    left:100%;
    margin:-1px 0 0 15px;
}
.title1 p{
    font-size:12px;
    color:#cdcdcd;
}

/* 公司简介 */
.gsjj{
    background:url(../images/gsjj_bg.jpg) center center/cover;
    padding-bottom:60px;
}
.gsjj-con{
    background:#fff;
}
.gsjj-con .img{
    height:400px;
}
.gsjj-con .text-box{
    position: relative;
    padding:40px 30px 0 0;
    text-align:justify;
}
.gsjj-con .text-box h5{
    font-size:26px;
    line-height:30px;
    font-weight:bold;
    color:#2e2e2e;
    padding-right:150px;
}
.gsjj-con .text-box p{
    font-size:24px;
    font-weight:bold;
    color:#cdcdcd;
    position: absolute;
    top:40px;
    right:30px;
    line-height:30px;
}
.gsjj-con .text-box .text{
    font-size:16px;
    color:#2e2e2e;
    line-height:26px;
    max-height:208px;
    overflow: hidden;
    margin:25px 0;
}
.gsjj-con .text-box a{
    width:143px;
    line-height:32px;
    border:1px solid #e9e9e9;
    font-size:16px;
    color:#616161;
    text-align:center;
    display:block;
}
.gsjj-con .text-box a:hover{
    background:#ff7e00;
    border-color:#ff7e00;
    color:#fff;
}

/* 新闻动态 */
.xwdt .con1 .img{
    height:261px;
}
.news3{
    border:1px solid #eaeaea;
    padding:23px 20px 3px 20px;
}
.news3 ul{
    height:170px;
    overflow: hidden;
}
.news3 ul li a{
    display:block;
    color:#3e3e3e;
    line-height:22px;
    position: relative;
    padding-right:90px;
    transition:all .3s;
    margin-bottom:20px;
}
.news3 ul li a span{
    display:inline-block;
    width:58px;
    line-height:20px;
    margin-right:12px;
    transition:all .3s;
    border:1px solid #f3f3f3;
    text-align:center;
    font-size:12px;
}
.news3 ul li a p{
    color:#b3b3b3;
    line-height:22px;
    position:absolute;
    top:0;
    right:0;
    transition:all .3s;
}
.news3 ul li a:hover,.news3 ul li a:hover p{
    color:#28317d;
}
.news3 ul li a:hover span{
    background:#28317d;
    color:#fff;
}
.news4 b{
    width:134px;
    line-height:53px;
    background:#004d9f;
    color:#fff;
    border:1px solid #004d9f;
    font-size:16px;
    text-align:center;
}
.news4 b img{
    margin-right:10px;
    position: relative;
    top:-2px;
}
.news4 a{
    width:calc(100% - 134px);
    border:1px solid #eaeaea;
    border-left:none;
    font-size:16px;
    color:#181818;
    position:relative;
    padding:0 120px 0 20px;
    line-height:53px;
    transition:all .3s;
}
.news4 a p{
    font-size:14px;
    color:#9d9d9d;
    position:absolute;
    top:0;
    right:20px;
    transition:all .3s;
}
.news4 a:hover,.news4 a:hover p{
    color:#004d9f;
}
.news5{
    display:block;
    border:1px solid #eaeaea;
    margin-top:20px;
    transition:all .3s;
}
.news5 .imgbox{
    width:280px;
    height:180px;
    overflow: hidden;
}
.news5 .img{
    width:100%;
    height:100%;
    transition:all .3s;
}
.news5 .text-box{
    padding:22px 20px 0 300px;
}
.news5 h5{
    font-size:18px;
    font-weight:bold;
    color:#1d1d1d;
    line-height:25px;
    transition:all .3s;
}
.news5 .text{
    color:#969494;
    line-height:25px;
    height:50px;
    overflow: hidden;
    margin:20px 0;
    transition:all .3s;
}
.news5 .bottom p{
    font-size:12px;
    color:#cfcfcf;
    transition:all .3s;
}
.news5 .bottom p span{
    color:#0e459d;
    transition:all .3s;
}
.news5:hover{
    background:#004d9f;
}
.news5:hover h5,.news5:hover .text,.news5:hover .bottom p,.news5:hover .bottom p span{
    color:#fff;
}
.news5:hover .img{
    transform:scale(1.1);
}

/* footer */
footer {
    background:url(../images/footer_bg.jpg) center center/cover;
    margin-top:60px;
}
footer .top{
    padding:35px 0;
}
footer .top{
    margin:0 -10px;
}
footer .top dl{
    padding:0 10px;
    position:relative;
}
footer .top dl:nth-child(1){
    width:26%;
}
footer .top dl:nth-child(2){
    width:53%;
    text-align:center;
}
footer .top dl:nth-child(3){
    width:21%;
}
footer .top dl dt{
    color:#fff;
    margin-bottom:20px;
}
footer .top dl dt p{
    font-size:22px;
}
footer .top dl dt h5{
    font-size:16px;
    margin-top:10px;
}
footer .top dl:nth-child(1) .list-box{
    margin:0 -5px;
}
footer .top dl:nth-child(1) .list{
    width:33.33%;
    padding:0 5px;
}
footer .top dl:nth-child(1) .list a{
    color:#fefefe;
    line-height:30px;
    transition:all .3s;
}
footer .top dl:nth-child(1) .list a:hover{
    color:#fe6537;
}
footer .top dl:nth-child(2) .con{
    text-align:left;
}
footer .top dl:nth-child(2)::before,footer .top dl:nth-child(2)::after{
    content:"";
    width:2px;
    height:100%;
    border-left:1px solid #05193c;
    border-right:1px solid #193363;
    position:absolute;
    top:0;
    left:0;
}
footer .top dl:nth-child(2)::after{
    left:auto;
    right:0;
}
footer .top dl:nth-child(2) .con{
    display:inline-block;
}
footer .top dl:nth-child(2) dd{
    color:#fefefe;
    line-height:30px;
}
footer .top dl:nth-child(2) dd .list{
    width:50%;
}
footer .top dl:nth-child(2) dd .list:last-child{
    width:100%;
}
footer .top dl:nth-child(3) img{
    width:104px;
    height:104px;
    border:5px solid #fff;
}
footer .bottom{
    color:rgba(255, 255, 255, .3);
    line-height:18px;
    text-align:center;
    position: relative;
    padding:30px 0;
}
footer .bottom::before{
    content:"";
    width:100%;
    height:2px;
    border-top:1px solid #05193c;
    border-bottom:1px solid #193363;
    position: absolute;
    top:0;
    left:0;
}
footer .bottom a{
    color:rgba(255, 255, 255, .3);
    transition:all .3s;
}
footer .bottom a:hover{
    color:#fe6537;
}

.zxly-ny form{
    max-width:700px;
    margin:0 auto;
}
.zxly-ny form input,.zxly-ny form textarea{
    width:100%;
    height:40px;
    border:1px solid #ccc;
    padding:0 10px;
    margin-bottom:10px;
}
.zxly-ny form textarea{
    padding:10px;
    height:120px;
    padding:10px;
    resize:none;
}
.zxly-ny form button{
    width:100%;
    height:40px;
    background:#095193;
    color:#fff;
    border:none;
    transition:all .3s;
}
.zxly-ny form button:hover{
    background:#083660;
}

/*内页左侧*/
.neiye {
    padding: 40px 0;
}
.neiye_box {
    padding: 0 5px;
}
.neiye_box .neiye_pad {
    padding: 0 10px;
}
.neiye .lxfs{
    margin-top:20px;
}
.neiye .lxfs .title{
    background-image:url(../images/icon10.png);
    background-position:15px center;
}
.neiye .lxfs .con{
    background:#efefef;
    padding:3px;
    margin-top:9px;
}
.neiye .lxfs .con .imgbox{
    padding:3px;
    background:#fff;
}
.neiye .lxfs .con .imgbox img{
    width:100%;
}
.neiye .lxfs .con .text{
    font-size:18px;
    line-height:30px;
    color:#131313;
    padding:10px;
}

.cpzs_ny {
    padding: 0 10px;
}

.cpzs_ny .col-md-4 {
    padding: 0;
}

.cpzs_ny .news2{
    margin:0 5px 10px;
}


/* 新闻中心内页 */
.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 {
    background: #095193;
}

.xwzx_ny a:hover h5,
.xwzx_ny a:hover .text {
    color: #fff;
}

.xwzx_ny a:hover .more {
    background: #fff;
    color: #095193;
}

/*详情页*/
.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;
}

/*微信弹窗*/
.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: #004d9f;
    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: #063566;
    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 #004d9f;
    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 #004d9f;
    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 #004d9f;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #004d9f;
    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 #004d9f;
    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: #004d9f;
    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(min-width:992px) {
    .news1:hover {
        background: #095193;
    }
    .news1:hover .img {
        height: 158px;
    }
    .news1:hover .more h5 {
        color: #fff;
    }
}

@media(max-width:1199px){
    .ad .con1 p{
        padding:0 30px;
    }
}

@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: #004d9f;
    }

    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: #004d9f;
    }

    header .ydd_btn span.span02 {
        margin: 5px 0;
    }

    header .ydd_btn.click span {
        background: #004d9f;
    }

    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;
    }

    header .logo_box {
        height: auto;
    }

    header .logo_box .logo {
        line-height: 100px;
        max-width: 70%;
    }

    .sousuo {
        padding: 0;
    }

    .sousuo form {
        width: 100%;
    }

    .nav1 {
        margin-bottom: 20px;
    }

    .nav1 .title {
        background: #004d9f;
        padding: 0 0 0 15px;
    }

    .nav1 .title h5 {
        font-size: 20px;
        line-height: 50px;
    }

    .nav1 dl.dl-1 {
        display: none;
    }

    .news1 {
        height: auto;
    }

    .news1 .imgbox .img {
        height: auto;
    }

    .neiye {
        padding: 20px 0;
    }
    .ad .row{
        padding:0;
    }
    .ad .con1,.ad .con1 .con-box,.ad .con2,.ad .con2 .phone{
        text-align:center;
        transform:skewX(0);
        left:0;
        margin:0;
    }
    .ad .con1,.ad .con2{
        padding:15px;
    }
    .ad .con1 ul{
        padding:0;
    }
    .ad .con1 p{
        padding:0;
    }
    .liyou ul{
        margin:0;
    }
    .liyou ul::before{
        display:none;
    }
    .liyou ul li .imgbox,.liyou ul li .text-box{
        width:100%;
        height:auto;
        padding:0;
    }
    .liyou ul li .imgbox img.icon{
        top:0;
        left:0;
        z-index:10;
        transform:initial;
    }
    .liyou ul li .text-box{
        margin-top:20px;
    }
    .ad2 h4{
        background:#fe6537;
        display:block;
        padding:20px 5px;
    }
    .ad2 h4::before{
        display:none;
    }
    .gsjj-con .img{
        height:auto;
    }
    .gsjj-con .text-box{
        padding:20px;
    }
    .gsjj-con .text-box p{
        top:20px;
        right:20px;
    }
    .xwdt .con1{
        margin-bottom:20px;
    }
    .xwdt .con1 .img{
        height:auto;
    }
    footer .top dl{
        text-align:center;
        width:100% !important;
        height:auto !important;
    }
    footer .top dl:nth-child(2){
        margin:20px 0;
    }
    footer .top dl:nth-child(2) .con{
        display:block;
        text-align:center;
    }
    footer .top dl:nth-child(2)::before,footer .top dl:nth-child(2)::after{
        display:none;
    }
    footer .top dl:nth-child(2) dd .list{
        width:100%;
    }
    footer .top dl:nth-child(3) .con{
        float:none !important;
    }
}

@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;
    }

    header .logo_box .logo {
        line-height: 80px;
        max-width: 60%;
    }

    .news1 {
        padding: 5px 5px 0 5px;
    }

    .news1 .imgbox {
        padding: 5px;
    }

    .news1 .more {
        padding-bottom: 5px;
    }

    .news1 .more h5 {
        line-height: 40px;
    }

    .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;
    }

    .xwzx_ny a:hover {
        background: #0090fd;
    }

    .xwzx_ny a:hover h5,
    .xwzx_ny a:hover .text {
        color: #fff;
    }

    .xwzx_ny a:hover .more {
        background: #fff;
        color: #ff7300;
    }
    .cpztc{
        margin:30px 0 20px;
    }
    .ad{
        margin-bottom:30px;
    }
    .ad .con1 h5{
        font-size:20px;
    }
    .ad .con1 p{
        font-size:14px;
        line-height:20px;
    }
    .ad .con1 ul li{
        font-size:14px;
    }
    .ad .con1 ul li i{
        width:14px;
        height:14px;
        font-size:13px;
        line-height:14px;
    }
    .ad .con2 p{
        font-size:14px;
    }
    .ad .con2 h5{
        font-size:20px;
    }
    .liyou ul li{
        margin-bottom:30px;
    }
    .liyou ul li .text-box{
        margin-top:15px;
    }
    .liyou ul li .text-box h5{
        font-size:20px;
        line-height:30px;
    }
    .liyou ul li .text-box p{
        font-size:16px;
        line-height:25px;
        margin-top:0;
    }
    .liyou ul li .text-box dl{
        max-height:initial;
        margin-top:15px;
    }
    .liyou ul li .text-box dl dd{
        font-size:14px;
        line-height:25px;
    }
    .liyou ul li .text-box dl dd::before{
        width:14px;
        height:14px;
        top:5.5px;
    }
    .ad2{
        margin:0;
    }
    .ad2 h4{
        font-size:20px;
        line-height:30px;
        padding:10px 5px;
    }
    .ad2 h5{
        font-size:16px;
        line-height:25px;
    }
    .ad2 p{
        font-size:10px;
    }
    .zzzs{
        margin:30px 0;
    }
    .news2 .text-box{
        padding:10px 5px 5px;
    }
    .news2 h5{
        font-size:16px;
    }
    .news2 p{
        margin-top:10px;
        width:100%;
    }
    .gsjj{
        padding-bottom:30px;
    }
    .gsjj-con .text-box{
        padding:10px;
    }
    .gsjj-con .text-box h5{
        font-size:18px;
        padding:0;
    }
    .gsjj-con .text-box p{
        position:initial;
        font-size:14px;
        line-height:20px;
    }
    .gsjj-con .text-box .text{
        font-size:14px;
        line-height:25px;
        max-height:100px;
        margin:10px 0;
    }
    .gsjj-con .text-box a{
        width:120px;
        line-height:30px;
        font-size:13px;
    }
    .title1{
        margin:30px 0;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 b{
        font-size:14px;
        margin:5px 0;
    }
    .news3{
        padding:10px 10px 5px;
    }
    .news3 ul{
        height:130px;
    }
    .news3 ul li a{
        margin-bottom:10px;
        padding-right:80px;
    }
    .news3 ul li a span{
        width:40px;
        margin-right:5px;
    }
    .news3 ul li a p{
        font-size:12px;
    }
    .news5 .imgbox{
        width:120px;
        height:100px;
    }
    .news5 .text-box{
        padding:0 5px 0 130px;
    }
    .news5 h5{
        font-size:16px;
    }
    .news5 .text{
        margin:5px 0;
        line-height:22px;
        height:44px;
    }
    footer{
        margin-top:30px;
    }
    footer .top{
        padding:30px 0;
    }
    footer .top dl dt p{
        font-size:18px;
    }
    footer .top dl dt h5{
        margin-top:0;
    }
    footer .bottom{
        font-size:13px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }

    header .sjdnav {
        top: 60px;
    }

    header .logo_box .logo {
        line-height: 60px;
        max-width: 70%;
    }
    .ad .con1 ul li{
        font-size:12px;
    }
    .ad .con1 ul li i{
        width:12px;
        height:12px;
        font-size:12px;
        line-height:12px;
    }
    .liyou ul li .imgbox img.icon{
        width:60px;
    }
    .news4 b{
        width:80px;
        font-size:12px;
        line-height:40px;
    }
    .news4 b img{
        width:12px;
        margin-right:3px;
    }
    .news4 a{
        width:calc(100% - 80px);
        font-size:14px;
        padding:0 80px 0 5px;
        line-height:40px;
    }
    .news4 a p{
        font-size:12px;
        right:5px;
    }
    .news5 .bottom p:last-child{
        display:none;
    }
}