/* 
*@Description: 公共CSS及首页CSS
*@Author:      Hanli 
*@Update:      Hanli(2019-09-26)  
*/ 

@charset "utf-8";

/* 防止用户自定义背景颜色对网页的影响 */
html{
  color:#333333;background:#fff;
}
/* 内外边距重置 */
*{
  margin:0;padding:0;
}
body,button,input,select,textarea{
  /*font-family:"Gotham Rounded",Tahoma, Arial, Helvetica, STHeiti, 'Hiragino Sans GB','Hiragino Sans GB W3','Microsoft Yahei', '微软雅黑';*/
  font-family: "Microsoft Yahei","Roboto",Arial,Helvetica,sans-serif;
  /*font-family: "Arial","Helvetica Neue","Helvetica",sans-serif,"Microsoft Yahei Light","Microsoft Yahei";*/
  font-size: 14px;
  word-wrap: break-word;
  color: #333333;
  line-height: 1.5;
  /*letter-spacing: 0.5px;*/
}

/* 去掉列表前的标识, li 会继承 */
ol.no-style,ul.no-style{
  list-style:none;
  margin-bottom: 0;
  padding-left: 0;
}
ol.no-style li,ul.no-style li{
  list-style:none;
  position: relative;
  line-height: 150%;
}
ol.outside.no-style,ul.outside.no-style{
    padding-left: 20px;
}


ol.inline-block li,ul.inline-block li{
    display: inline-block;
}

/* 让标题都自定义 */
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  margin: 0;
  margin-bottom: 10px;
}
h3,h4,h5,h6 {
  line-height: 150%;
}

q:before,q:after {
  content:'';
}
/* 让链接在 hover 状态下不显示下划线 */
a:focus{
    text-decoration: none;
    color: #333;
}
a, a:hover{
  text-decoration:none;
  color: #333;
}
a:hover{
    color: #4a0048;
}
/* button的cursor属性 */
button,a{
  outline:none;
  cursor:pointer;
}

/*  页面布局  */ 
@media screen and (max-width: 767px) {
    .no_padding_container .container{
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
    }
}
img{
    max-width: 100%;
}
.clearB{
  clear:both;
}
.fll{
  float:left;
}
.flr{
  float: right;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}

h1{
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5{
  font-size: 18px;
}
h6{
  font-size: 16px;
}
@media screen and (max-width: 767px) {
    h1{
        font-size: 26px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
}
.clearfix:after {
    display: block;
    content: "\20";
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: visible;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
input, button, select, textarea {
    outline: none
}
textarea {
    resize: none
}
button {
    background: none;
    border: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
#button-to-top {
    background: rgba(255,255,255,.8);
    border: 1px solid #CCCCCC;
    position: fixed;
    bottom: 50px;
    right: 0px;
    z-index: 997;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    text-align: center;
    font-size: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
@media screen and (max-width: 991px) {
    #button-to-top{
        display: none;
    }
}
.fixed-right{
    position: fixed;
    bottom: 100px;
    right: 0px;
    z-index: 997;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.fixed-right ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.fixed-right li{
    list-style: none;
    position: relative;
    overflow-y: hidden;
}
.fixed-right li span{
    display: none;
}
@media screen and (min-width: 768px) {
    .fixed-right li a{
        display: block;
        border: 1px solid #CCCCCC;
        background: rgba(255,255,255,.8);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: relative;
        text-align: center;
        color: #555;
        float: right;
        width: 50px;
        overflow: hidden;
        white-space: nowrap;
    }
    .fixed-right li a .iconfont{
        display: inline-block;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 24px;
    }
    .fixed-right li span {
        display: inline-block;
        width: 75px;
        text-align: left;
        line-height: 1;
    }
    .fixed-right li a:hover{
        width: 125px;
    }
}
.fixed-right li a .icon-weibo{
    color: #D52929;
}
.fixed-right li a .icon-facebook{
    color: #3B589C;
}
.fixed-right li a .icon-twitter{
    color: #1AB2E8;
}
.fixed-right li a .icon-linkedin{
    color: #0B66C1;
}

@media screen and (max-width: 767px) {
    .fixed-right{
        bottom: 0;
        right: 0;
        left: 0;
    }
    .fixed-right ul{
        display: table;
        width: 100%;
        table-layout: fixed;
        border-top: 1px solid #CCCCCC;
        overflow: hidden;
    }
    .fixed-right ul li{
        display: table-cell;
        border-right: 1px solid #ccc;
        background: #fff;
        text-align: center;
        font-size: 24px;
    }
    .fixed-right ul li:last-child{
        border-right: 0;
    }
    .fixed-right ul li a{
        display: block;
        padding: 8px 0;
    }
}

/*color*/
.color_1{
    color: #2782bd; /*蓝*/
}
.color_2{
    color: #e79039; /*黄*/
}

.color_1 i,.color_2 i{
    width: 30px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
}
.color_1 i{
    background: #2782bd;
}
.color_2 i{
    background: #e79039;
}

/*bg-color*/
.bg_1,.bg_2,.bg_3,.bg_4{
    color: #fff;
}
.bg_1{
    background: #2782bd;
}
.bg_2{
    background: #e79039;
}

.select-box>div{
    display: inline-block;
    margin-top: 10px;
}

.form-select,.select-box input {
    background-color: transparent;
    color: white;
    height: 39px;
    padding: 10px;
    border: none;
    outline: none;
}

.j-select {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.j-select > .form-select.removed-appearence {
    padding-right: 40px;
}

.j-select > select,.j-select > input {
    background-color: rgba(240,240,240,1);
    width: 100%;
    color: #333;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}
.j-select > select:focus,.j-select > input:focus{
    border-color: #2782bd;
}

.j-select > input{
    cursor: text;
}

.grey .j-select > select,.grey .j-select > input{
    background-color: rgba(255,255,255,1);
}
.select-box .button {
    cursor: pointer;
    text-align: center;
    background-color: #2782bd;
    height: 39px;
    display: block;
    width: 100%;
    line-height: 39px;
    color: #fff;
    border-radius: 2px;
}
@media screen and (max-width: 767px) {
    .select-box .button,.form-select,.select-box input{
        height: 45px;
    }
    .select-box .button{
        line-height: 45px;
    }
    
}



@media screen and (max-width: 767px) and (min-width: 568px) {
    .col-xsm-6{
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*header*/
.header,.header .container{
    position: relative;
}
.logo{
    padding: 12px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.logo img{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media screen and (min-width: 1200px) {
    /*header-top*/
.header-top{
    color: #fff;
    position: absolute;
    top: 25px;
    right: 0px;
    text-align: right;
}
.search-btn{
    font-size: 14px;
    float: right;
    cursor: pointer;
    width: 20px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.search-btn:hover{
    opacity: .5;
}
.search-box{
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}
.search-box h2{
    font-size: 24px;
    color: #555;
    margin-bottom: 30px;
    margin-top: 50px;
}
.search-box .container{
    position: relative;
}
.search-box .close{
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 14px;
}
.search-form {
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}
.search-form .form-text {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    font-style: italic;
    height: 60px;
    font-size: 16px;
    padding: 0 100px 0 15px;
}
.search-form .form-text:focus{
    font-style: normal;
    border-bottom-color: #2782bd;
}

.search-form .form-submit{
    position: absolute;
    right: 0;
    top: 0px;
    width: 100px;
    height: 60px;
    line-height: 60px;
    background: none;
    border: none;
    outline: none;
    color: #2782bd;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.search-form .form-submit:hover{
    background: #2782bd;
    color: #fff;
}

}

@media screen and (max-width: 1200px) {
    .search-box {
        display: none;
    }
}

.header-nav .dropdown-menu li{
    list-style: none;
}

.menu-top{
    display: inline-block;
    padding-left: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    height: 30px;
}
.menu-top li{
    list-style: none;
    display: inline-block;
    line-height: 1;
}
.menu-top>li>a{
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    float: right;
    position: relative;
    font-weight: 300;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.menu-top>li>a:hover{
    color: #fff;
}



header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 999;
}
@media screen and (max-width: 991px) {
    header{
        padding-top: 0;
    }
}
header.fixed{
    top: -100%;
    background-color: rgba(74,0,72,0.75);
    padding-top: 0;
}
header.fixed.show,
    .top.fixed.show{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: top  .3s;
    -o-transition: top  .3s;
    transition: top  .3s;
    z-index: 999;
}
@media screen and (max-width: 1200px) {
    .top.fixed.show{
        position: fixed;
        left: auto;
        right: 0;
        top: 0;
        -webkit-transition: top  .3s;
        -o-transition: top  .3s;
        transition: top  .3s;
        z-index: 999;
    }
}
/*header,fixed*/
header.fixed .logo{
    padding: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
header.fixed .logo img{
    height: 50px;
    margin: 15px 0;
    position: relative;
    z-index: 9;
}
header.fixed .header-nav{
    bottom: 0px;
    height: auto;
}
header.fixed .header-nav .nav>li>a{
    padding: 28px 20px;
}

/* header.fixed .header-top{
    display: none;
} */


/* header-nav*/

body{
    position: relative;
    left: 0;
    overflow-y: auto;
    height: auto;
}
.site-mobile,.site-mobile .logo{
    left: -280px;
}
@media screen and (max-width: 567px){
    .logo{
        padding: 10px 0;
    }
    .logo img{
        height: 30px;
    }
    header.fixed .logo img{
        height: 30px;
        margin: 10px 0;
    }

    .site-tree{
        top: 10px;
    }
}
.main-header{
    display: none;
}
@media screen and (min-width: 1199px) {
    .main-header{
        display: block;
        position: absolute;
        right: 100px;
        top: 0;
    }
    .main-header,.main-header li{
        margin: 0;
        list-style: none;
        float: left;
        height: 80px;
        line-height: 80px;
        text-align: center;
    }
    .main-header li {
        min-width: 90px;
        position: relative;
        padding: 0 30px;
    }
    .main-header>li>a{
        width: 90px;
        padding: 30px 0;
        line-height: 80px;
        font-size: 16px;
        color: #fff;
    }
    .main-header>li:hover{
    }
    
    .main-header>li:hover> a.dbt{
        /* border-bottom: 1px dashed #cccccc; */
    }
    .main-header dl {
        width: auto;
        min-width: 100%;
        font-size: 14px;
        display: none;
        text-align: center;
        padding: 0px 0px 0px 0px;
        background-color: rgba(74,0,72,0.75);
        position: absolute;
        left: 0px;
        top: 80px;
    }
    .fixed .main-header{
        top: 0px;
    }
    .main-header li:last-child dl {
        left: auto;
        right: 0px;
    }
    
    .main-header li dd {
        width: 100%;
        border-bottom: 1px solid #986481;
        white-space : nowrap;
    }
    .main-header li dd:last-child {
        border-bottom: 0 solid #000;
    }
    .main-header li dd:hover {
        background-color: rgba(74,0,72,0.8);
    }
    .main-header li dl dd a {
        padding: 12px 5px;
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
        height: 100%;
    }
}
/* @media screen and (max-width: 1199px) {
    .main-header>li>a{
        padding: 10px 6px;
    }
} */



/*banner*/
.video-banner{
    height: 100vh;
    position: relative;
    overflow: hidden;
    /*padding: 60px 0;*/
    color: #fff;
}

.header {
    background-color: rgba(74,0,72,0.75);
    /* opacity: 0.75; */
}

/*video-container*/
.video-banner .banner-video {
    background-image: url("../images/banner-bg-sm.jpg?v=2019101501");
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-container{
    position: relative;
    z-index: 2;
    background: #fff;
}
@supports (background-blend-mode: multiply) {
    .video-banner .banner-video {
        background-color: #2782bd;
        background-blend-mode: multiply;
    }
}

@media screen and (min-width: 640px) {
    .video-banner .banner-video {
        background-image: url("../images/banner-bg-md.jpg");
    }
}

@media screen and (min-width: 960px) {
    .video-banner .banner-video {
        background-image: url("../images/banner-bg.jpg");
    }
}
.banner-video:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(14, 38, 53, 0.75);
}
.video-banner .banner-box .container{
    position: relative;
}
.video-banner .banner-text{
    position: absolute;
    left: 15px;
    bottom: 80px;
    z-index: 3;
    /*color: #7DB049;*/
    background: rgba(0, 31, 43, 0.55);
    width: 100%;
    padding: 30px 50px;
    max-width: 500px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.video-banner .banner-text h2 {
    font-size: 20px;
    margin: 0 auto;
    line-height: 1.5;
}

.video-banner .banner-text .banner-more{
    padding-top: 40px;
}
@media screen and (min-width: 480px) {
    .video-banner .banner-text h2 {
        font-size: 24px;
    }
}
@media screen and (min-width: 768px) {
    .video-banner .banner-text h2 {
        font-size: 30px;
    }
}
.video-banner .banner-text h2 br {
    display: none;
}
@media screen and (min-width: 992px) {
    .video-banner .banner-text h2 br {
        display: block;
    }
}
.video-banner .banner-text .desc {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5;
}

@media screen and (min-width: 480px) {
    .video-banner .banner-text .desc {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .video-banner .banner-text .desc {
        font-size: 18px;
    }
}
.video-banner .banner-text .desc br {
    display: none;
}
@media screen and (min-width: 992px) {
    .video-banner .banner-text .desc {
        font-size: 20px;
    }
    .video-banner .banner-text .desc br {
        display: block;
    }
}


@media screen and (max-width: 767px) {
    .video-banner .banner-text{
        right: 15px;
        width: auto;
    }
}

.video-banner .bg-video {
    display: none;
    position: absolute;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: initial;
    will-change: transform;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media screen and (min-width: 768px) {
    .video-banner .bg-video {
        display: block;
    }
}

@media all and (-ms-high-contrast:active),(-ms-high-contrast: none) {
    .video-banner {
        background-image: url(../images/banner-bg.jpg) !important;
    }
    .video-banner .bg-video {
        display: none !important;
    }
}

.video-banner .red-triangle {
    background-color: #2782bd;
    opacity: .95;
    position: absolute;
    bottom: -75vw;
    left: 0;
    z-index: 2;
    width: 100%;
    padding-top: 100%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.images-banner .css-arrow ,
.video-banner .css-arrow {
    /*display: none;*/
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -12px;
    z-index: 3;
    animation: MoveUpDown 1s ease-in-out infinite;
}
.images-banner .css-arrow:after,
.video-banner .css-arrow:after{
    content: "\e604";
    font-family: 'iconfont';
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
@keyframes MoveUpDown {
    0% {
        bottom: 5px; 
    }
    50% {
        bottom: 15px;  
    }
    100% {
        bottom: 5px;  
    } 
}
@media screen and (max-width: 991px) {
    .images-banner .css-arrow{
        display: none;
    }
}
/*@media screen and (max-width: 767px) {
    .video-banner .css-arrow{
        bottom: 74px;
    }
    @keyframes MoveUpDown {
        0% {
            bottom: 74px; 
        }
        50% {
            bottom: 84px;  
        }
        100% {
            bottom: 74px;  
        } 
    }
}*/
/*video-banner END*/


/*images-banner*/
/*banner*/
.images-banner{
    position: relative;
    /* height: 100vh; */
    height: 600px;
}
@media screen and (max-width: 991px){
    .images-banner {
        height: 51vw;
    }
    .images-banner:after{
        height: 60px;
    }
}
.images-banner .swiper-container {
    width: 100%;
    height: 100%;
}
.images-banner .swiper-slide {
    text-align: center;
    position: relative;
    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
}
.images-banner img{
    width: 100%;
}


/*swiper-pagination-bullet*/
.images-banner .swiper-pagination-bullet {
    background: url(../images/page-2.png) no-repeat center;
    width: 18px;
    height: 18px;
    opacity: 1;
}
.images-banner .swiper-pagination-bullet-active {
    background: url(../images/page-1.png) no-repeat center;
    /* background-size: 100% 100%; */
}
.images-banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: absolute;
    bottom: 40px;
    left: 75%;
    width: 200px;
    text-align: right;
}
.images-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    /* margin: 0 8px; */
    width: 28px;
    height: 28px;
}

@media screen and (max-width: 767px) {
    .images-banner .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
    .images-banner .swiper-pagination-bullet-active:after{
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        border: 1px solid #fff;
        left: -4px;
        top: -4px;
        border-radius: 50%;

    }
}

.images-banner .bottom-nav{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 20px;
    z-index: 2;
}
.images-banner .bottom-nav .container{
    position: relative;
}

.images-banner .swiper-container .swiper-button-next,
    .images-banner .swiper-container .swiper-button-prev{
    right: 10%;
    bottom: 50%;
    top: auto;
    margin-top: 0;
    width: 60px;
    text-align: center;
    background: none;
    width: 80px;
}
.images-banner .swiper-container .swiper-button-prev{
    left: 10%;
}
.images-banner .swiper-container .swiper-button-next:after{
    background: url(../images/r-jt.png)
}
.images-banner .swiper-container .swiper-button-prev:after{
    background: url(../images/l-jt.png)
}

.images-banner .slide-headline{
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: white;
    text-align: left;
    font-size: 14px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.images-banner .text-box{
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 0px;
   
    color: #fff;
    text-align: left;
    display: inline-block;
}
.images-banner .text-box .title{
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: left;
}
.images-banner .text-box .title a{
    display: block;
    text-align: center;
    width: 500px;
    height: 140px;
    line-height: 140px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}
.images-banner .text-box a:hover{
    /* color: rgba(74,0,72,1); */
}
.images-banner .text-box .con{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.images-banner .text-box .con .desc{
    font-size: 14px;
    line-height: 150%;
    margin-top: 10px;
}
.images-banner .text-box .container{
    position: relative;
}
.images-banner .text-box .more-btn{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -21px;
}
@media screen and (max-width: 991px){
    .images-banner .text-box .title{
        font-size: 20px;
    }
}
@media screen and (max-width: 767px){
    .images-banner .text-box .con{
        /* padding-left: 15px;
        padding-right: 50px; */
    }
    .images-banner .swiper-pagination{
        display: none;
    }
    .images-banner .swiper-container .swiper-button-next{
        width: 30px;
        bottom: 15px;
    }
    .images-banner .swiper-container .swiper-button-next:after{
        font-size: 20px;
    }
    .images-banner .text-box {
        min-width: 0;
        padding: 0 0;
    }
    .images-banner .slide-headline .container{
        display: block;
        width: 100%;
    }
    .images-banner .text-box .title{
        font-size: 14px;
        padding-right: 0;
        line-height: 1.5;
    }
    .images-banner .text-box .con h6{
        font-size: 12px;
    }
    .images-banner .text-box .more-btn{
        position: relative;
        margin-top: 0px;
    }
}
@media screen and (max-width: 767px) {
    .images-banner .swiper-container .swiper-button-next,
    .images-banner .swiper-container .swiper-button-prev {
        right: 10%;
        bottom: auto;
        top: 40%;
        margin-top: 0;
        width: 60px;
        text-align: center;
        background: none;
        width: 30px;
    
    }
    
}
@media screen and (max-width: 1200px) {
    .images-banner .text-box .title a{
        display: block;
        text-align: center;
        width: 70%;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background-color: rgba(0,0,0,0.7);
    }
}
/*images-banner END*/


@media only screen and (max-width: 1200px) {
    .top {
        width: 20%;
        /* box-shadow: 0 1px 2px rgba(0, 0, 0, .2); */
        height: 50px;
        position: absolute;
        color: #fff;
        z-index: 9999;
        top: 0px;
        right: 0;
    }
    .top .main {
        height: 50px;
        position: relative;
    }
    .menu2 {
        width: 40px;
        height: 25px;
        display: block;
        position: absolute;
        right: 20px;
        top: 17px;
        z-index: 31;
    }
    .menu2 a {
        outline: none;
        display: block;
        width: 40px;
        height: 25px;
        line-height: 30px;
        background-image: url(../images/d2_1_03.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .menu2 a.on {
        background-image: url(../images/d2_2_03.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    #navk {
        display: none;
        left: 100%;
        width: 100%;
        display: none;
        background: #fff;
        position: fixed;
        left: 100%;
        top: 0px;
        height: 100%;
        overflow-y: auto;
        z-index: 9;
    }
    .top_ss {
        width: 94%;
        margin-left: 3%;
        height: 36px;
        line-height: 34px;
        float: left;
        margin-top: 15px;
        position: relative;
    }
    .main-header {
        display: block;
        margin: 15px 0px 0px 0%;
        float: left;
        width: 100%;
    }
    .main-header li {
        float: left;
        width: 100%;
        border-top: solid 1px #ddd;
    }
    .main-header  a {
        font-size: 14px;
    }
    .main-header  a {
        display: block;
        width: 100%;
        padding: 10px 0px;
        text-align: left;
        padding-left: 3%;
        color: #333333;
    }
    .main-header  dl {
        width: 100%;
        float: left;
        padding-bottom: 8px;
        display: block !important;

    }
    .main-header  dl dd {
        display: block;
        width: 50%;
        float: left;
    }
    .main-header  dl dd a {
        padding: 5px 0px;
        padding-left: 6%;
        font-size: 12px;
    }
    .top .main {
        height: 50px;
        position: relative;
    }
    #navk .hd {
        height: 50px;
        background-color: rgba(74,0,72,1);
    }
    #navk .hd .logo {
       padding-left: 20px;
    }
    .top_ss .txtk {
        width: 100%;
    }
    .top_ss .form-control {
        height: 36px;
    }
    .form-control {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        padding: 0 10px;
    }
    .top_ss .ss_an {
        position: absolute;
        right: 5px;
        top: 0px;
        height: 36px;
        line-height: 36px;
        border-radius: 0px;
        width: 36px;
        background: url(../images/t_ss.png) center no-repeat;
        background-size: auto 50%;
    }
}
@media only screen and (max-width: 767px) {
    .menu2 {
        width: 25px;
        height: 16px;
    }
    .menu2 a {
        width: 25px;
        height: 16px;
    }
    .menu2 a.on {
        background-image: url(../images/d2_2_03.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
}

@media only screen and (min-width: 1200px) {
    .top_jg {
        display: none;
    }

    .menu2 {
        display: none;
    }
    #navk .hd,
    #navk .top_ss,
    .mob ,
    #navk .hd {
        display: none;
    }
}

/* foot */
@media only screen and (max-width: 1200px) {
    .images-banner .text-box .con{
        position: relative;
        width: auto;
        margin: 0 auto;
    }
    .foot {
        width: 100%;
        background: #4a0048;
        background-size: cover;
        background-position: center;
        color: #fff;
        padding: 15px 0;
        text-align: center;
    }
    
    .foot .ft2 {
        margin-top: 20px;
    }
    .foot .ft2 i {
        margin: 0 5px;
    }
    .foot .ft3 {
        font-weight: 600;
        margin-top: 10px;
    }
}
/* foot */
@media only screen and (min-width: 1200px) {
    .foot {
        width: 100%;
        height: 280px;
        background: #4a0048;
        background-size: cover;
        background-position: left;
        color: #fff;
        text-align: center;
    }
    .foot .ft1 {
        margin-top: 60px;
    }
    .foot .ft2 {
        margin-top: 50px;
    }
    .foot .ft2 i {
        margin: 0 5px;
    }
    .foot .ft3 {
        font-weight: 600;
        margin-top: 20px;
    }
    
}


@media only screen and (max-width: 1200px) {
    .top_r1 {
        display: none;
    }



}
@media only screen and (min-width: 1200px) {

    .top_r1 {
        position: absolute;
        right: 0px;
        height: 30px;
        line-height: 30px;
        color: #ffffff;
    }

    .top_r1 li ,
        .top_r2 li {
        float: left;
        /* width: 40px; */
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        position: relative;
        padding-left: 20px;
    }
    .top_r1 li:first-child {
        width: 40px;
    }
    .top_r2 li:nth-child(1) {
        padding-right: 20px;
    }

    .top_r1 a.cd_user {
        background: url("../images/ss.png") center center no-repeat;
        display: block;
        width: 100%;
        height: 30px;
    }

    .top_r1 a {
        color: #fff;
    }

    .ss {
        position: relative;
        z-index: 11;
        height: 30px;
        width: 100%;
        display: block;
        background: url(../images/ss.png) center center no-repeat;
		background-size: 21px 21px;
	}

    .ss .txtk {
        position: absolute;
        overflow: hidden;
        height: 30px;
        width: 0px;
        right: 0px;
        top: 0px;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }

    .ss .form-control {
        width: 100%;
        height: 30px;
        padding: 0 0 0 12px;
        background-color: rgba(74,0,72,1);
        color: #ffffff;
        border: solid 1px #fff;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
        font-size: 15px;
    }

    .ss .an_ss {
        position: absolute;
        width: 40px;
        height: 30px;
        border: 0;
        right: 0px;
        top: 0px;
		background: url(../images/ss.png) center center no-repeat;
		background-size: 20px 18px;    
	}

    .ss:hover .txtk {
        width: 250px;
    }
    .u-5 .imgk img {
        height: 100%;
        object-fit: cover;
    }
    .u-5 .text p:nth-child(1) {
        height: 48px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

}

.top_r1 a:hover, .top_r2 a:hover {
    text-decoration: underline;
}

.top_r1 li:last-child:after {
    display: none
}


/*  */
@media only screen and (max-width: 1200px) {
    .lb-list {
        width: 100%;
        overflow: hidden;
        padding-bottom: 20px;
    }
    .lb-list .sj-pin ,
        .lb-list .ls-pin {
        float: left;
        width: 49.5%;
        text-align: center;
        padding-top: 20px;
    }
    .lb-list .line-1 {
        float: left;
        height: 250px;
    }
    .lb-list .line-1 IMG {
        height: 100%;
    }
    .lb-list .ls-pin {
        width: 49.5%;
    }
    .lb-list .sj-pin .p-tit1,
    .lb-list .ls-pin .p-tit1 {
        font-size: 20px;
        color: #1a1a1a;
        margin-bottom: 10px;
    }
    .lb-list .sj-pin .p-info1, 
    .lb-list .ls-pin .p-info1 {
        font-size: 14px;
        color: #4c4c4c;
    }
    .lb-list .sj-pin .imgk,
    .lb-list .ls-pin .imgk {
        width: 80%;
        height: 130px;
        object-fit: cover;
        margin: 20px auto;
    }
    .lb-list .sj-pin .imgk img,
    .lb-list .ls-pin .imgk img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .more-1 a{
        display: block;
        margin: 0 auto;
        width: 100PX;
        height: 34px;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
        border-radius: 5px;
        color: #4a0048;
        border: 2px solid #4a0048;
    }
    .more-1 a:hover {
        color: #fff;
        background-color: #4a0048;
    }
}

@media only screen and (min-width: 1200px) {
    .lb-list {
        width: 100%;
        overflow: hidden;
        padding: 5px 0 ;
    }
    .lb-list .sj-pin ,
        .lb-list .ls-pin {
        float: left;
        width: 600px;
        text-align: center;
        padding-top: 40px;
    }
    .lb-list .line-1 {
        float: left;
        width: 1px;
        height: 580px;
    }
    .lb-list .ls-pin {
        width: 599px  ;
    }
    .lb-list .sj-pin .p-tit1,
    .lb-list .ls-pin .p-tit1 {
        font-size: 26px;
        color: #1a1a1a;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .lb-list .sj-pin .p-info1, 
    .lb-list .ls-pin .p-info1 {
        font-size: 18px;
        color: #4c4c4c;
        font-weight: 600;
    }
    .lb-list .sj-pin .imgk,
    .lb-list .ls-pin .imgk {
        width: 370px;
        height: 310px;
        object-fit: cover;
        margin: 30px auto;
    }
    .lb-list .sj-pin .imgk img,
    .lb-list .ls-pin .imgk img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .more-1 a{
        display: block;
        margin: 0 auto;
        width: 160px;
        height: 50px;
        line-height: 46px;
        font-size: 18px;
        text-align: center;
        border-radius: 5px;
        color: #4a0048;
        border: 2px solid #4a0048;
    }
    .more-1 a:hover {
        color: #fff;
        background-color: #4a0048;
    }
}

/*  */
@media only screen and (max-width: 1200px) {
    .hidden {
        display: block !important;
        visibility: hidden;
    }
    .home_news {
        background-color: #f7f7f7;
        padding: 20px 0;
    }
    .pp .tit-1 ,
        .home_news .tit-1 {
        font-size: 26px;
        color: #4b3a1c;
        position: relative;
        text-align: center;
    }
    .pp .tit-1 i img,
        .home_news .tit-1 i img{
        display: block;
        width: 50px;
        height: 4px;
        position: absolute;
        bottom: -12px;
        left: 50%;
        margin-left: -25px;
    }
     .u1 {
        width: 96%;
        margin: 30px 2%;
    }
     .u1 li {
        width: 100%;
        margin-bottom: 20px;
    }

    .u1 .time {
        margin-bottom: 10px;
    }
    .u1 .imgk {
        object-fit: cover;
    }
    .u1 .imgk img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .u1 li p {
        margin-top: 10px;
        line-height: 24px;
        overflow:hidden; 
        text-overflow:ellipsis;
        display:-webkit-box; 
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2; 
    }
}

@media only screen and (min-width: 1200px) {
    .hidden {
        display: block !important;
        visibility: hidden;
    }
    .home_news {
        background-color: #f7f7f7;
        padding: 60px 0 54px 0;
        height: 618px;
    }
    .pp .tit-1 ,
        .home_news .tit-1 {
        font-size: 28px;
        color: #4b3a1c;
        position: relative;
        text-align: center;
    }
    .pp .tit-1 i img,
        .home_news .tit-1 i img{
        display: block;
        width: 50px;
        height: 4px;
        position: absolute;
        bottom: -12px;
        left: 50%;
        margin-left: -25px;
    }
     .u1 {
        /* height: 340px; */
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .u1 li {
        float: left;
        width: 385px;
        margin-right: 20px;
    }

    .u1 li:nth-child(3n) {
        margin-right: 0;
    }
    .u1 .time {
        margin-bottom: 12px;
    }
    .u1 .imgk {
        width: 385px;
        height: 242px;
        object-fit: cover;
    }
    .u1 .imgk img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .u1 li p {
        margin-top: 15px;
        line-height: 24px;
        overflow:hidden; 
        text-overflow:ellipsis;
        display:-webkit-box; 
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2; 
    }
}

/*  */
@media only screen and (max-width: 1200px) {
    .pp {
        padding: 30px 0;
        position: relative;
        background: url(../images/ban3.jpg) no-repeat center;
    }
    .pp .main {
        position: relative;
    }
    .pp .tit-1 {
        margin-bottom: 20px;
    }
    .pp .pp-gs {
        position: absolute;
        padding: 10px;
        background-color: #fff;
        width: 75%;
        margin-left: 2%;
        left: 0;
        top: 90px;
        box-shadow: 0 0 30px rgba(0, 0, 0, .1);
        padding-bottom: 40px;
    }
    .pp .pp-gs p {
        font-size: 14px;
        line-height: 26px;
    }
    .pp .pp-gs .more-1 {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    .pp .bgt {
        float: right;
        width: 80%;
        /* height: ; */
        border-bottom-left-radius: 10%;
        border-top-right-radius: 10%;
        overflow: hidden;
        margin-right: 2%;
    }
    .pp .bgt img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1200px) {
    .pp {
        padding: 65px 0;
        position: relative;
        background: url(../images/ban3.jpg) no-repeat center;
		    background-size: cover;
    }
    .pp .main {
        position: relative;
    }
    .pp .tit-1 {
        width: 118px;
        text-align: left;
        float: left;
        margin-top: 40px;
    }
    .pp .pp-gs {
        position: absolute;
        padding: 50px 50px 40px 40px;
        background-color: #fff;
        width: 720px;
        height: 320px;
        left: 0;
        top: 130px;
        box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    }
    .pp .pp-gs p {
        font-size: 16px;
        line-height: 26px;
    }
    .pp .pp-gs .more-1 {
        position: absolute;
        right: 50px;
        bottom: 40px;
    }
    .pp .bgt {
        float: right;
        width: 550px;
        height: 570px;
        border-bottom-left-radius: 110px;
        border-top-right-radius: 110px;
        overflow: hidden;
    }
    .pp .bgt img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/*  */
@media only screen and (max-width: 1200px) {
    .aside1 {
        padding: 50px 0;
        background: url(../images/ban_2.png) no-repeat center;
    }
    .foot .ft1 {
        width: 40%;
        margin: 0 auto;
    }
    .aside1 .u2 {}
    .u2 li {
        width: 300px;
        height: 120px;
        margin-bottom: 35px;
        margin-left: 2%;
        background-color: #fff;
        box-shadow: -1px 4px 2px rgba(0, 0, 0, .2)
    }
    .u2 li:last-child {
        margin-bottom: 0;
    }
    .u2 li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .u2 li .p-tit {
        font-size: 20px;
        font-weight: 600;
        color: #333;
        padding-left: 120px;
        padding-top: 30px;
        margin-bottom: 10px;
    }
    .u2 li .p-info {
        font-size: 14px;
        color: #999;
        padding-left: 120px;
    }
    .u2 li i {
        float: left;
        width: 30px;
        height: 30px;
        margin-top: 30px;
        margin-left: 20px;
    }
    .u2 li:hover .p-info,
        .u2 li:hover .p-tit{
        color: #4a0048;
    }
}
@media only screen and (max-width: 768px) {
    .u2 li {
        width: 96%;
        height: 70px;
        margin-bottom: 15px;
        margin-left: 2%;
        background-color: #fff;
        box-shadow: -1px 4px 4px rgba(0, 0, 0, .2)
    }
    .u2 li .p-tit {
        font-size: 20px;
        font-weight: 600;
        color: #333;
        padding-left: 100px;
        padding-top: 5px;
        margin-bottom: 5px;
    }
    .u2 li .p-info {
        font-size: 14px;
        color: #999;
        padding-left: 100px;
    }
    .u2 li i {
        float: left;
        width: 30px;
        height: 30px;
        margin-top: 20px;
        margin-left: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .aside1 {
        padding: 85px 0;
        background: url(../images/ban_2.png) no-repeat center;
		    background-size: cover;
    }
    .aside1 .u2 {}
    .u2 li {
        width: 436px;
        height: 120px;
        margin-bottom: 35px;
        background-color: #fff;
        box-shadow: -1px 4px 4px rgba(0, 0, 0, .2)
    }
    .u2 li:last-child {
        margin-bottom: 0;
    }
    .u2 li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .u2 li .p-tit {
        font-size: 20px;
        font-weight: 600;
        color: #333;
        padding-left: 165px;
        padding-top: 30px;
        margin-bottom: 10px;
    }
    .u2 li .p-info {
        font-size: 14px;
        color: #999;
        padding-left: 165px;
    }
    .u2 li i {
        float: left;
        width: 59px;
        height: 59px;
        margin-top: 30px;
        margin-left: 50px;
    }
    .u2 li:hover .p-info,
        .u2 li:hover .p-tit{
        color: #4a0048;
    }
}

/*  */
@media only screen and (max-width: 1200px) {
    .cp {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .cp .logo2 {
        text-align: center;
        margin-bottom: 30px;
    }
    .cp .cp-info p {
        text-align: center;
        width: 80%;
        font-size: 16px;
        margin: 0 auto;
        color: #4c4c4c;
    }
}

@media only screen and (min-width: 1200px) {
    .cp {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .cp .logo2 {
        text-align: center;
        margin-bottom: 30px;
    }
    .cp .cp-info p {
        text-align: center;
        width: 678px;
        font-size: 16px;
        line-height: 32px;
        margin: 0 auto;
        margin-bottom: 15px;
        color: #4c4c4c;
    }
}

/*  */
@media only screen and (max-width: 1200px) {
    .tit-2 {
        color: #4a0048;
        font-size: 30px;
        text-align: center;
    }
    .sjgq {
        padding: 30px 0;
    }
    .tit-info {
        font-size: 16px;
        color: #4c4c4c;
        text-align: center;
        margin: 20px 2%;
    }
    .sjgq {
        
    }
    .u3 li {
        width: 94%;
        padding: 30px;
        float: left;
        text-align: center;
        box-shadow: 0 0 15px rgba(0, 0, 0, .15);
        margin: 20px 3%;
    }
    .u3 li:hover {
    }
    .u3 li .imgk {
        height: 200px;
    }
    .u3 li .imgk img {
        height: 100%;
    }
    .u3 li .p-tit {
        font-size: 20px;
        margin-top: 20px;
        color: #333;
    }
    .u3 li .p-info {
        font-size: 14px;
        margin-top: 10px;
        color: #666666;
    }
}

@media only screen and (min-width: 1200px) {
    .tit-2 {
        color: #4a0048;
        font-size: 36px;
        text-align: center;
    }
    .sjgq {
        padding: 60px 0;
        padding-top: 50px;
    }
    .tit-info {
        font-size: 16px;
        color: #4c4c4c;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 55px;
    }
    .sjgq {
        
    }
    .u3 li {
        width: 600px;
        height: 462px;
        padding: 50px;
        float: left;
        text-align: center;
    }
    .u3 li:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    }
    .u3 li .imgk {
        height: 280px;
    }
    .u3 li .imgk img {
        height: 100%;
    }
    .u3 li .p-tit {
        font-size: 20px;
        margin-top: 30px;
        color: #333;
    }
    .u3 li .p-info {
        font-size: 14px;
        margin-top: 10px;
        color: #666666;
    }
}

/*  */
@media only screen and (max-width: 1200px) {
    .u4 { 
        width: 96%;
        margin: 0 2%;
    }
    .u4 li {
        border-bottom: 1px solid #f2f2f2;
        padding: 15px 0;
    }
    .u4 li:last-child {
        border-bottom: 0 solid #000;
    }
    .u4 li .p-tit{
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    .u4 li .gq-info {

    }
    .u4 li .gq-info p {
        font-size: 16px;
        color: #4c4c4c;
        line-height: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    .u4 {}
    .u4 li {
        border-bottom: 1px solid #f2f2f2;
        padding: 15px 0;
    }
    .u4 li:last-child {
        border-bottom: 0 solid #000;
    }
    .u4 li .p-tit{
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    .u4 li .gq-info {

    }
    .u4 li .gq-info p {
        font-size: 16px;
        color: #4c4c4c;
        line-height: 28px;
    }
}

/*  */
@media only screen and (max-width: 1200px) {
    .u5 {
        margin-bottom: 0;
    }
    .u5 li {
        margin-bottom: 30px;
    }
    .u5 li p {
        font-size: 16px;
        color: #333;
    }
    .u5 li:hover p{
        color: #4a0048;
    }
}

@media only screen and (min-width: 1200px) {
    .u5 {
        margin-bottom: 0;
    }
    .u5 li {
        margin-bottom: 32px;
    }
    .u5 li p {
        font-size: 16px;
        color: #333;
    }
    .u5 li:hover p{
        color: #4a0048;
    }
}


@media only screen and (max-width: 1200px) {
    .xwxq .main {
        border: 1px solid #e5e5e5;
        padding-top: 50px;
        padding: 50px 41px 42px 41px;
        text-align: center;
        background-color: #fff;
    }
    .xwxq h2 {
        font-size: 24px;
    }
    .xwxq .info {
        font-size: 16px;
        color: #929090 ;
        /* line-height: 36px; */
        margin-bottom: 27px;
    }
    
    .xwxq .line {
        margin: 20px 0;
        border-bottom: 1px solid  #d9d9d9;
    }
    .xwxq .con {
        text-align: left;
        margin-top: 34px;
        font-size: 18px;
    }
    .xwxq .con .c1 p {
        margin-bottom: 10px;
    }
    .xwxq .con .img {
        text-align: center;
    }
    .xwxq .c2 {
        float: right;
        margin-top: 74px;
        margin-bottom: 41px;
        font-size: 18px;
    }
    .xwxq .c3 {
        margin-top: 43px;
        width: 100%;
        position: relative;
    }
    .xwxq .c3 .n2{
        margin-top: 22px;
    }
    .xwxq .bk {
        width: 138px;
        height: 40px;
        font-size: 16px;
        background-color: #e5e5e5;
        /* float: right; */
        text-align: center;
        line-height: 40px;
        position: absolute;
        right: 0;
        bottom: 18px;
    }
    .xwxq .img {
        margin: 20px 0;
    }
    .xwxq .p2 {
        margin-top: 10px;
        text-align: right;
    }
}
@media only screen and (max-width: 768px) {
    .xwxq .main {
        /* border: 1px solid #e5e5e5; */
        padding: 50px 21px 22px 21px;
        padding-top: 30px;
        text-align: center;
        background-color: #fff;
    }
    .xwxq h2 {
        font-size: 22px;
    }
    .xwxq .info {
        font-size: 14px;
        color: #929090 ;
        /* line-height: 36px; */
        margin-bottom: 27px;
    }
    
    .xwxq .line {
        border-bottom: 1px solid  #d9d9d9;
        margin: 20px 0;
    }
    .xwxq .con {
        text-align: left;
        margin-top: 34px;
        font-size: 16px;
    }
    .xwxq .con .c1 p {
        line-height: 25px;
        margin-bottom: 10px;
    }
    .xwxq .con .img {
        text-align: center;
    }
    .xwxq .c2 {
        float: right;
        margin-top: 24px;
        margin-bottom: 21px;
        font-size: 16px;
    }
    .xwxq .c3 {
        margin-top: 43px;
        width: 100%;
        position: relative;
        text-align: center;
    }
    .xwxq .c3 .n1 {
        text-align: left;
    }
    .xwxq .c3 .n2{
        margin-top: 10px;
        text-align: left;
    }
    .xwxq .bk {
        width: 138px;
        height: 40px;
        font-size: 14px;
        background-color: #e5e5e5;
        text-align: center;
        line-height: 40px;
        position: relative;
        margin-top: 40px;
    }
    .xwxq .img {
        margin: 20px 0;
    }
    .xwxq .p2 {
        margin-top: 10px;
        text-align: right;
        float: right;
    }
    .xwxq .p3 {
       float: left;
       margin-top: 10px;
        width: 100px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background-color: #4a0048;
    }
    .xwxq .p3 a {
        color: #fff;
    }
}
@media only screen and (min-width: 1200px) {
    .xwxq .main {
        /* border: 1px solid #e5e5e5; */
        padding-top: 50px;
        padding: 50px 41px 42px 41px;
        text-align: center;
        background-color: #fff;
    }
    .xwxq h2 {
        font-size: 22px;
    }
    .xwxq .info {
        font-size: 14px;
        color: #929090 ;
        /* line-height: 36px; */
        margin-bottom: 45px;
    }
    .xwxq .img {
        margin: 30px;
    }
    
    .xwxq .line {
        border-bottom: 1px solid  #d9d9d9;
        margin: 25px 0;
    }
    .xwxq .con {
        text-align: left;
        margin-top: 34px;
        font-size: 16px;
    }
    .xwxq .con .c1 p {
        line-height: 30px;
    }
    .xwxq .con .img {
        text-align: center;
    }
    .xwxq .c2 {
        float: right;
        margin-top: 74px;
        margin-bottom: 41px;
        font-size: 16px;
    }
    .xwxq .c3 {
        width: 100%;
        position: relative;
    }
    .xwxq .c3 .n2{
        margin-top: 10px;
    }
    .xwxq .p2 {
        position: absolute;
        right: 0;
        bottom: 40px;
        font-size: 14px;
        color: #808080;
    }
    .xwxq .p3 {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 130px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background-color: #4a0048;
    }
    .xwxq .p3 a {
        color: #fff;
    }
}

/*  */
@media only screen and (max-width: 1200px) {
    .tit-info.info-2 {
        margin-bottom: 35px;
        margin-top: 15px;
    }
    .fw-form {}
    .fw-form input,
    .fw-form select {
        width: 45%;
        height: 72px;
        border: 1px solid #ccc;
        margin: 0 2.5%;
        margin-bottom: 15px;
        font-size: 16px;
        padding: 0 15px;
    }
    .fw-form select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        background: url(../images/xz.png) no-repeat;
        background-position: 90% center;
    }
    .fw-form input:nth-child(2n) {
        margin-right: 0;
    }
    .fw-form textarea {
        width: 95%;
        margin: 0 2.5%;
        min-height: 100px;
        height: 200px;
        padding: 15px;
        border: 1px solid #ccc;
        font-size: 16px;
        resize: vertical;
    }
    .fw-form button {
        float: right;
        width: 150px;
        height: 40px;
        line-height: 10px;
        font-size: 16px;
        margin-right: 2.5%;
        margin-top: 20px;
        color: #fff;
        background-color: #4a0048;
        text-align: center;
    }
}

@media only screen and (min-width: 1200px) {
    .tit-info.info-2 {
        margin-bottom: 35px;
        margin-top: 15px;
    }
    .fw-form {}
    .fw-form input,
    .fw-form select {
        width: 586px;
        height: 72px;
        border: 1px solid #ccc;
        margin-right: 27px;
        margin-bottom: 24px;
        font-size: 18px;
        padding: 0 28px;
    }
    .fw-form select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        background: url(../images/xz.png) no-repeat;
        background-position: 535px center;
    }
    .fw-form input:nth-child(2n) {
        margin-right: 0;
    }
    .fw-form textarea {
        width: 100%;
        min-height: 100px;
        height: 200px;
        padding: 15px 28px;
        border: 1px solid #ccc;
        font-size: 18px;
        resize: vertical;
    }
    .fw-form button {
        float: right;
        width: 250px;
        height: 62px;
        line-height: 62px;
        font-size: 18px;
        margin-top: 40px;
        color: #fff;
        background-color: #4a0048;
        text-align: center;
    }
}

/*  */
@media only screen and (max-width: 1200px) {
    a.xz-1 {
        display: block;
        font-size: 18px;
        color: #367cb8;
        text-decoration: underline;
        margin-top: 20px;
        font-weight: 600;
    }
    .xzzn {
        width: 96%;
        margin: 0 2%;
    }
    .xzzn .p1 {
        font-size: 18px;
        color: #808080;
        margin-bottom: 30px;
        margin-top: 45px;
    }
    .xzzn .p2 {
        color: #4c4c4c;
        font-size: 18px;
    }
    .xzzn .p3 {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    a.xz-1 {
        display: block;
        font-size: 18px;
        color: #367cb8;
        text-decoration: underline;
        margin-top: 20px;
        font-weight: 600;
    }
    .xzzn .p1 {
        font-size: 18px;
        color: #808080;
        margin-bottom: 30px;
        margin-top: 45px;
    }
    .xzzn .p2 {
        color: #4c4c4c;
        font-size: 18px;
    }
    .xzzn .p3 {
        margin-bottom: 50px;
    }
}

/*  */
@media only screen and (max-width: 1200px) {
    .shfw {
        width: 96%;
        margin: 0 2%;
    }
    .shfw p{ 
        font-size: 16px;
        color: #4c4c4c;
        margin-bottom: 15px;
    }
    .shfw .info-fw {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .shfw p{ 
        font-size: 16px;
        color: #4c4c4c;
        margin-bottom: 18px;
    }
    .shfw .info-fw {
        margin-top: 40px;
    }
}

/*  */
@media only screen and (max-width: 1200px) {
    .tit-info.info-3 {
        color: #808080;
    }
    .cont-info p{
        font-size: 16px;
        color: #4c4c4c;
        line-height: 30px;
    }
    .cont-info .img {
        text-align: center;
        margin: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .tit-info.info-3 {
        color: #808080;
    }
    .cont-info p{
        font-size: 16px;
        color: #4c4c4c;
        line-height: 30px;
    }
    .cont-info .img {
        text-align: center;
        margin: 30px;
    }
}

/*  */
@media only screen and (max-width: 1200px) {
    .lxwm2 {
        background-color: #f7f7f7;
        padding: 30px 0 30px 0;
    }
    .lxwm2 p {
        font-size: 18px;
        width: 96%;
        margin: 0 2%;
        margin-bottom: 25px;
        color: #4c4c4c;
    }
    .lxwm .imgk {
        width: 96%;
        height: 300px;
        margin: 0 2%;
        margin-top: 30px;
    }
    .u6 {
        font-size: 18px;
        width: 96%;
        margin: 0 2%;
        margin-top: 20px;
    }
    .u6 li {
        color: #4c4c4c;
        margin-bottom: 10px;
    }
    .u6 li span {
        display: inline-block;
        vertical-align: top;
        width: 93px;
        line-height: 30px;
    }
    .u6 li .txt-info {
        display: inline-block;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .lxwm2 {
        background-color: #f7f7f7;
        padding: 50px 0 60px 0;
    }
    .lxwm2 p {
        font-size: 18px;
        margin-bottom: 25px;
        color: #4c4c4c;
    }
    .lxwm .imgk {
        width: 800px;
        height: 420px;
        float: left;
        margin-top: 30px;
    }
    .u6 {
        margin-top: 30px;
        float: right;
        font-size: 18px;
        width: 343px;
    }
    .u6 li {
        color: #4c4c4c;
        margin-bottom: 15px;
    }
    /* .u6 li:nth-child(3) {
        margin-bottom: 60px;
    } */
    .u6 li span {
        display: inline-block;
        vertical-align: top;
        width: 93px;
        line-height: 30px;
    }
    .u6 li .txt-info {
        display: inline-block;
        line-height: 30px;
    }

}

/*  */
@media only screen and (max-width: 1200px) {
    .ssk {
        margin-top: 30px;
        margin-bottom: 42px;
    }
    .ssk label {
        width: 96%;
        margin: 0 2%;
        font-weight: 400;
        font-size: 16px;
    }
    .ssk label span{
        width: 10%;
    }
    .ssk select {
        width: 86%;
        margin-bottom: 10px;
        height: 40px;
        font-size: 16px;
        line-height: 38px;
        border: 1px solid #ccc;
        margin-left: 5%;
        padding: 0 15px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        background: url(../images/xz.png) no-repeat;
        background-position: 90% center;
    }
    .ssk input {
        width: 100%;
        padding: 0 15px;
        font-size: 16px;
        height: 40px;
        border: 1px solid #ccc;
        line-height: 38px;
    }
    .ssk .ssk1 {
        position: relative;
    }
    .ssk .ssk1 button{
        position: absolute;
        width: 50px;
        height: 40px;
        right: 0;
    }
    .map1 .map2 {
        float: left;
        width: 96%;
        margin: 0 2%;
        height:300px;
    }
    .map1 .res {
        float: right;
        width: 96%;
        margin: 0 2%;
        margin-top: 20px;
    }
    .u7 {
        height: 425px;
        overflow-y: scroll;
        border-top: 1px solid #cccccc;
    }
    .res>p {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .u7 li {
        padding-top: 15px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #cccccc;
    }
    .u7 li:last-child {
        border-bottom: 0 solid #000;
    }
    .u7 li .p-tit {
        margin-bottom: 7px;
        font-size: 16px;
    }
    .u7 li .p-tit span {
        color: #ca0a2b;
    }
    .u7 li .p-info {
        font-size: 14px;
        color: #808080;
        margin-bottom: 7px;
    }
}

@media only screen and (min-width: 1200px) {
    .ssk {
        margin-top: 30px;
        margin-bottom: 42px;
    }
    .ssk label {
        font-weight: 400;
        font-size: 16px;
    }
    .ssk select {
        width: 220px;
        height: 40px;
        font-size: 16px;
        line-height: 38px;
        margin-left: 10px;
        border: 1px solid #ccc;
        margin-right: 38px;
        padding: 0 15px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        background: url(../images/xz.png) no-repeat;
        background-position: 190px center;
    }
    .ssk input {
        width: 400px;
        padding: 0 15px;
        font-size: 16px;
        height: 40px;
        border: 1px solid #ccc;
        line-height: 38px;

    }
    .ssk .ssk1 {
        position: relative;
    }
    .ssk .ssk1 button{
        position: absolute;
        width: 50px;
        height: 40px;
        right: 0;
    }
    .map1 .map2 {
        float: left;
        width: 700px;
        height: 460px;
    }
    .map1 .res {
        float: right;
        width: 450px;
        height: 460px;
    }
    .u7 {
        height: 425px;
        overflow-y: scroll;
        border-top: 1px solid #cccccc;
    }
    .res>p {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .u7 li {
        padding-top: 15px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #cccccc;
    }
    .u7 li:last-child {
        border-bottom: 0 solid #000;
    }
    .u7 li .p-tit {
        margin-bottom: 7px;
        font-size: 16px;
    }
    .u7 li .p-tit span {
        color: #ca0a2b;
    }
    .u7 li .p-info {
        font-size: 14px;
        color: #808080;
        margin-bottom: 7px;
    }
}



/*  */
@media only screen and (max-width: 1200px) {
    .cpxq.inner-banner {
        position: relative;
        height: auto;
        text-align: center;
        /* background: url(../images/cp_bj.jpg) no-repeat center; */
    }
    .cpxq.inner-banner img {
        margin-top: 60px;   
        max-width: 90%;     
        max-height: 230px;
		object-fit: contain;
    }
    .cpxq.inner-banner .mark-box {
        height: 200px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.15));
    }
    .cpxq.inner-banner .main {
        /* position: relative; */
    }
    .cpxq.inner-banner p {
        /*position: absolute;*/
        right: 2%;
        bottom: 20px;
        font-size: 22px;
		padding-bottom:10px;
    }
}

@media only screen and (min-width: 1200px) {
    .ppjs .tit-info{
        margin-top: 20px;
        margin-bottom: 28px;
    }
    .cpxq.inner-banner {
        position: relative;
        height:auto;
        text-align: center;
        /* background: url(../images/cp_bj.jpg) no-repeat center; */
    }
    .cpxq.inner-banner img {
        margin-top: 90px;     
		margin-bottom:30px;
        height: 500px;
		width: auto;
    }
    .cpxq.inner-banner .mark-box {
        height: 200px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.15));
    }
    .cpxq.inner-banner .main {
        position: relative;
    }
    .cpxq.inner-banner p {
        /*position: absolute;*/
        right: 0;
        bottom: 45px;
        font-size: 36px;
		width: 100%;
		padding-bottom:30px;
    }


    /*搜索页*/
    .serarch li{
        width: 100%;
    }
    .serarch li a{
        display: block;
        width: 100%;
        border-bottom: 1px solid #d2d2d2;
        padding: 16px 40px;
        padding-left: 20px;
        background-color: #fff;
    }
    .serarch li .time {
        float: right;
        font-size: 16px;
        color: #666;
    }
    .serarch li .tit-3 {
    float: left;
    width: 70%;
    font-size: 18px;
    margin-left: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
	.main_ms{
		width:800px;
		font-size:16px;
		line-height:24px;
		margin-top:20px;
	}


}




@media only screen and (max-width: 1200px){
.serarch li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 10px;
}
.serarch li .tit-3 {
    float: left;
    width:76%;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.main_ms{
	width: 96%;
    margin:10px  2% 0px;
}
}

@media only screen and (min-width: 1140px){
.ss select {
    width: 80px;
    height: 43px;
    display: inline-block;
    float: right;
    border: none;
    font-size: 14px;
}

}
