/*公共样式*/

* {
    margin: 0;
    padding: 0;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
}

dt {
    font-weight: normal
}

body {
    line-height: unset;
    color:#666666;
    background-color: #fff;
    font-size: 16px;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    -webkit-font-smoothing: antialiased;
    /*字体抗锯齿*/
}

.details .content{
    line-height:24px; 
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #666;
}

a:hover {
    color: #1362C1;
}

a:active {
    color: #666;
}

li {
    list-style: none;
}

article{
    line-height: 1.75;
}

.w-1200 {
    width: 1200px;
    margin: auto;
    overflow:hidden
}

.show {
    display: block!important;
}


/* 头部 */
.logo {
    float: left;
}

.top-line {
    float: left;
    height: 56px;
    background: #E5E5E5;
    width: 1px;
    margin: 0 10px;
    display: block;
    overflow: hidden;
}
.top-right{
    float: left;
    margin-left: 10px;    
}
.top-right{
    line-height: 30px;
}
.top-right .t1 {
    color:#1362C1;
    font-size: 16px;
    font-weight: bolder;
    font-family: '微软雅黑', Microsoft YaHei;
    margin-top: 7px;
}
.top-right .t2 {
    color:#929292;
    font-size: 16px;
}
.tel{
    float:right;
}
.tel-img{
    width:215px;
    height: 51px;
    margin-top: 10px;    
}


/*顶部*/
.main {   
    height: 90px;
}
.top {
    width: 100%;
    height: 136px;
    background: white;
    z-index: 1000;
    margin: 20px auto 0;
    display: block;
    overflow: hidden;
    clear: both;
}

.top .menu {
    background: linear-gradient(#1060C3, #1393EE);
    height: 46px;
    width: 100%;
}


.menu ul {
    display: block;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    height: 46px;
    line-height: 46px;
}

.menu ul li{
    float: left;
    height: 46px;
    line-height: 46px;    
    font-size: 15px;
    color: #fff;
    cursor: pointer;    
    width: 150px;
    text-align: center;
    margin: 0;
}

.menu ul li:hover {
    color: #fff;
    background: #E13436;
    font-weight: bold;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    display: block;    
}

.menu ul li a:hover {
    color: #fff;
}

.menu .menu-active {
   background: #E13436;
} 



/* 底部 */

footer {    
    width: 100%;    
    overflow: hidden;
    height: auto;
    margin-top: 10px;
}



footer #wx {
    cursor: pointer;
    text-align: right;        
}
.contact{    
    margin: 20px auto 10px;
}
.contact .c-logo{
    margin-top: 25px;
}
.contact-us{
    margin-left: 40px;  
    width: 350px;
    
}
.contact-us ul{
    font-size: 14px;
    line-height: 20px;    
}
.contact-us li{
    padding-left: 30px;
    height: 25px;
    line-height: 20px;
    display: block;        

}
.contact-us .icon-address{
    background: url("../images/icon-address.png") no-repeat;
    background-size: 13px 16px;
    background-position:left 2px;
}
.contact-us .icon-phone{
    background: url("../images/icon-phone.png") no-repeat;    
    background-position:left 4px;
}
.contact-us .icon-email{
    background: url("../images/icon-email.png") no-repeat;    
    background-position:left 4px;
}
.contact-us .icon-fax{
    background: url("../images/icon-fax.png") no-repeat;
    background-position:left 4px;
}

.contact-phone{
    margin: 30px 50px 0;
}

footer .bottom{
    background-color: #1362C1;
    height: 60px;
    line-height: 60px;
    color:white;
    font-size: 13px;
}



/* 分页 */

#page {
    margin: 80px auto;
    width: 100%;
    text-align: center;
}

#page ul {
    display: inline-block;
}


#page ul li {
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 2px;
    line-height: 14px;
    text-align: center;
}

#page ul li a{
    transition: all .2s;
}

#page ul li a:hover {
    background-color: #1362C1;
    color: #fff;
}

#page ul li a,
#page ul li span {
    border-radius: 5px;
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    color: #585858;
}

#page ul li .current {
    color: #fff;
    background-color: #1362C1;
}


/* 弹窗背景 */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}


/* 图片 */

.modal-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #fff;
    display: block;
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
}


/* 文本内容 */

#caption {
    display: block;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: 130px;
    max-width: 160px;
    text-align: center;
    color: #ccc;
    height: 30px;
}


/* 添加动画 */

.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: .6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.right-tag {
    position: fixed;
    right: 0;
    top: 50%;
    font-size: 14px;
    z-index: 99;
}

.right-tag li {
    padding: 2px 0 2px 6px;
    position: relative;
    cursor: pointer;
}
.right-tag .common img{
    z-index:9
}
.right-tag li .content {
    z-index:-9;
    background: #fff;
    min-width: 180px;
    white-space: nowrap;
    height: 60px;
    position: absolute;
    border: 1px solid #d4d4d4;
    right: 60px;
    top: 2px;
    padding: 6px 14px;
    box-sizing: border-box;
    display: none;
    cursor: text;
}

.right-tag li .content p {
    line-height: 24px
}

.right-tag li .content p.red {
    color: #c90b0b;
}


/* banner */

.banner img {
    width: 100%;
    cursor: pointer;
}


/*左侧分类列表*/

.left-class {
    width: 160px;
}

.page-content .details .left-class {
    float: left;
}

.page-content .details .left-class li {
    width: 160px;
    height: 50px;
    display: block;
    font-size: 16px;
    background: #f0f0f0;
    line-height: 50px;
    margin-bottom: 5px;
    padding-left: 18px;
    border-left: 2px solid #dbdbdb;
}

.page-content .details .left-class li a {
    display: block;
    height: 50px;
    font-size: 16px;
}

.page-content .details .left-class .c-active {
    background-color: #eef1f9;
    border-left: 2px solid #1362C1;
}

.page-content .details .left-class .c-active a {
    color: #1362C1;
}

.mark {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
    color: #fff;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center
}

.mark a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.mark a:hover {
    color: #fff
}


.text-over-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-over {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.swiper-pagination-bullet {
    background: #fff!important;
}

.swiper-pagination-bullet-active {
    background-color: #1949cc!important
}

.hide{
    display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    color: #fff!important;
   
}
.swiper-button-next,
.swiper-button-prev{
    width:calc(var(--swiper-navigation-size)*1.2);
    height:calc(var(--swiper-navigation-size)*1.8);
    background-color: rgba(0,0,0,.5);
}

.swiper-button-next{
    right: 0;
}

.swiper-button-prev{
    left: 0;
}

.fl{
    float: left;
}
.fr{
    float: right;
}



/*分页顶部*/
.page_top {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
}

.page_top img {
    float: left;
    margin-left: 38px;
}

.page_top ul {
    float: left;
    margin-left: 420px;
}

.page_top ul li {
    float: left;
    margin-top: 20px;
    line-height: 40px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.page_top ul li:hover {
    color: #050505;
    border-bottom: solid 2px #fd6121;
}

.page_top ul li a {
    color: #050505;
    text-decoration: none;
}

.page_top ul li a:hover {
    color: #050505;
}

.this_top {
    border-bottom: solid 2px #fd6121;
}

.page_banner {
    width: 100%;
    overflow: hidden;
}

.page_main {
    min-height: 660px;
    width: 80%;
    max-width: 1200px;
    margin: 50px auto auto;
}

.page_main .page_title {
    margin: 0px auto;
    text-align: center;
    font-size: 32px;
    letter-spacing: 5px;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}

.page_main span {
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 1px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.page_main .page_content {
    font-size: 16px;
    text-indent: 2em;
    line-height: 40px;
    font-family: '微软雅黑', Microsoft YaHei;
    padding: 20px;
    color: #333;
}

.page_main .page_content p {
    margin-bottom: 20px;
}

.page_main .page_content img {
    margin: 20px auto;
}

/*联系我们*/
.page_main .contact_us {
    min-height: 790px;
    position: relative;
    max-width: 1030px;
    margin: 0 auto;
}

/*.page_main .contact_bg{background:#f7f7f7;width: 100%;height:240px;display:block;max-width:1900px;z-index:-1;left:0;top:0px;position: absolute;}*/
.page_main .contact_us ul {
    float: left;
    margin: 30px 12px;
    width: 230px;
    height: 310px;
    background: #fff;
    display: block;
    overflow: hidden;
    box-shadow: 0 5px 5px 5px #f4f5f4;
    border: #eee solid 1px;
    text-align: center;
}

.page_main .contact_us ul .u_title {
    font-size: 18px;
    margin-bottom: 20px;
}

.page_main .contact_us ul .u_content {
    font-size: 14px;
}

.page_main .contact_us ul i {
    height: 150px;
    display: block;
}

.page_main .contact_us map {
    position: absolute;
    top: 400px;
    left: 0;
    max-height: 320px;
    background: #ddd;
    width: 100%;
}

.contact_border {
    background: linear-gradient(to right, #eb1b11, #ffa336);
    height: 3px;
    width: 100%;
}

.home_icon {
    background: url(../images/home_icon.png) no-repeat center center;
}

.phone_icon {
    background: url(../images/phone_icon.png) no-repeat center center;
}

.address_icon {
    background: url(../images/address_icon.png) no-repeat center center;
}

.email_icon {
    background: url(../images/email_icon.png) no-repeat center center;
}


.diamond {
    width: 10px;
    height: 10px;
    display: block;    
    background-color: #1362C1;
    transform: rotate(45deg);
  }

  
.page-body .page-path {    
    text-align: center;
    box-sizing: content-box;
    margin-bottom: 50px;
    height: 25px;
    margin-top: 56px;
    border-bottom: 1px solid #e4e4e4;    
}

.page-body .p-title{    
    width: 220px;
    text-align: center;
    margin: auto;    
    background-color: white;        
}
.page-body .p-title h2 {
    font-size: 36px;
    color: #222;
    text-align: center;       
    justify-content: center;
    align-items: center;
    display: flex;        
    letter-spacing: 3px;
}
.page-body .p-title h2 i{
    margin: 0 10px;
}


.page-body .p-title p span {
    font-size: 14px;
    color: #979797;
    padding: 0 10px;
    background-color: #fff;
    text-transform: uppercase;
}

/*友情链接*/
.link{
    border: 1px solid #EDEDED;
    height: 55px;
    line-height: 55px;
}

.link li{
    float: left;
    padding: 0 15px;
}

.link li:first-child{
    width: 135px;    
     border-right: 1px solid #EDEDED;
     text-align: center;
     background: url("../images/icon-link.png") no-repeat 13px center;
    }