/* ---------- Responsive ---------- */


/* ---------- reset ---------- */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
button,
textarea,
p,
th,
td,
blockquote {
    margin: 0;
    padding: 0;
}

nav,
section,
menu {
    display: block;
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

:focus {
    outline: 0;
}

em,
b,
i,
th {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

ol,
ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

a,
ins {
    text-decoration: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
button,
textarea {
    -webkit-appearance: none;
}


/*去掉苹果的默认UI来渲染按钮*/

select {
    background-color: #fff;
}

input,
textarea,
select {
    -webkit-border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    border: 0;
}


/*page basic */

body {
    font: 0.75rem/0 "Microsoft YaHei", Tahoma, sans-serif, simsun;
    color: #000;
}

a {
    color: #5e5e5e;
}


/*a:link, a:visited, a:active, a:hover {
	color: #5e5e5e;
}*/

.form-control {
    color: #000;
}


/*register page style*/

.container {
    width: 12.42rem;
    height: auto;
    display: table;
  
}

.meeting_hq,
.meeting_hh {
    width: 12.42rem;
    height: auto;
    display: table;
}

.banner {
    width: 12.42rem;
    height: auto;
    display: table;
}

.banner img {
    width: 12.42rem;
    height: auto;
}

.theme {
    width: 12rem;
    height: 3.8rem;
    margin: 0.2rem auto 0 auto;
}

.theme_img {
    float: left;
    width: 5.8rem;
    height: 3.8rem;
    overflow: hidden
}

.theme_img img {
    width: 5.8rem;
    height: 3.8rem;
}

.theme_info {
    float: right;
    width: 6rem;
    height: 3.8rem;
    overflow: hidden
}

.theme_info h2 {
    font-size: 0.5rem;
    line-height: 0.7rem;
}

.theme_info p {
    font-size: 0.45rem;
    line-height: 0.7rem;
    margin-top: 0.28rem;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 5;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
}

.bg {
    width: 12.42rem;
    height: 0.1rem;
    background: #f2f2f2;
    margin-top: 0.4rem;
}

.speak {
    width: 12rem;
    height: auto;
    display: table;
    margin: 0.5rem auto 0 auto;
}

.title {
    width: 12rem;
    height: 1rem;
    /*background:#f00 url(../images/title_bj.jpg) no-repeat bottom;*/
    border-bottom: 0.1rem solid #0075e5;
    font-size: 0.55rem;
    font-weight: bold;
    line-height: 1rem;
}

.title span {
    color: #004fc8
}

.speak ul {
    width: 12rem;
    height: auto;
    display: table;
}

.speak ul li {
    width: 12rem;
    height: 3.8rem;
    border-bottom: 1px solid #f1efef;
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.speak_img {
    float: left;
    width: 5.8rem;
    height: 3.8rem;
    overflow: hidden
}

.speak_img img {
    width: 5.8rem;
    height: auto;
}

.speak_info 
{
    position:relative;
    float: right;
    width: 6rem;
    height: 3.8rem;
    overflow: hidden
}

.speak_info h2 {
    font-size: 0.5rem;
    line-height: 0.63rem;
    color:#000
}

.speak_info p {
    font-size: 0.45rem;
    line-height: 0.55rem;
    margin-top: 0.25rem;
    color: #004fc8
}

.speak_info p span {
    font-size: 0.45rem;
    line-height: 0.50rem;
    margin-top: 0.35rem;
    color: #999
}

.speak ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.speak_info .more {
    position: absolute;
    font-size: 0.45rem;
    bottom: .4rem;
    color: #004fc8;
}

.review {
    width: 12rem;
    height: auto;
    display: table;
    margin: 0.5rem auto 0 auto;
}

.review ul {
    width: 12rem;
    height: auto;
    display: table;
}

.review ul li {
    float: left;
    width: 5.9rem;
    height: 4.65rem;
    overflow: hidden;
    margin-top: 0.3rem;
    font-size: 0.4rem;
    text-align: center;
}

.review ul li:nth-child(even) {
    float: right
}

.review ul li img {
    width: 5.9rem;
    height: 3.85rem;
}

.review ul li p {
    width: 5.9rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.45rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact {
    width: 12rem;
    height: auto;
    display: table;
    margin: 0.1rem auto 0 auto;
}

.contact_info {
    width: 12rem;
    height: auto;
    display: table;
    margin-top: 0.3rem;
}

.contact_info img {
    width: 12rem;
    height: auto;
}

.contact_info table {
    line-height: 0.8rem;
    font-size: 0.45rem;
    margin-top: 0.3rem;
}

.contact_info table th {
    width: 2.5rem;
    vertical-align: top;
    color: #004fc8
}

.award-winning {
    width: 12rem;
    height: auto;
    display: table;
    margin: 0.1rem auto 0 auto;
}

.award-winning ul {
    width: 12rem;
    height: auto;
    display: table;
    font-size: 0.5rem;
    font-family: " 黑体"
}

.award-winning ul li {
    border: 1px solid #d9d9d9;
    line-height: 1rem;
    color: #004fc8;
    overflow: hidden;
    border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    background: #f0f0f0;
    font-size: 0.5rem;
    margin-top: 0.3rem
}

.award-winning ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: bold;
    color: #004fc8;
}

.organizer {
    width: 12rem;
    height: auto;
    display: table;
    margin: 0.1rem auto 0 auto;
}

.organizer dl {
    width: 12rem;
    height: auto;
    display: table;
    font-size: 0.5rem;
    font-family: " 黑体"
}

.organizer dl dt {
    line-height: 1rem;
    color: #004fc8;
    font-size: 0.5rem;
    font-weight: bold;
   
}

.organizer dl dd {
    border: 1px solid #004fc8;
    line-height: 0.8rem;
    color: #004fc8;
    overflow: hidden;
    border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    background: #f7fbff;
    font-size: 0.45rem;
    padding: 0.2rem 0
}

.organizer dl dd span {
    display: inline-block;
    margin-left: 0.3rem;
}

.btn {
    width: 12rem;
    height: auto;
    display: table;
    margin: 0.5rem auto 0 auto;
}

.btn a {
    display: block;
    width: 12rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    border: none;
    background: #0374f7;
    color: #fff;
    font-size: 0.55rem;
    text-align: center;
    line-height: 1.5rem;
}

.footer {
    width: 12rem;
    height: auto;
    display: table;
    margin: 0.5rem auto 0 auto;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.5rem;
    color: #0372f8
}

.footer p {
    line-height: 0.8rem;
    color: #999999
}

.oration {
    width: 12rem;
    height: auto;
    display: table;
    margin: 0.5rem auto 0 auto;
}

.oration ul {
    width: 12rem;
    height: auto;
    display: table;
}

.oration ul li {
    position: relative;
    float: left;
    width: 5.9rem;
    height: 5.2rem;
    /*height:4.65rem; overflow:hidden; */
    margin-top: 0.3rem;
    font-size: 0.4rem;
    /*text-align:center;*/
}

.oration ul li:nth-child(even) {
    float: right;
}

.oration ul li img {
    width: 5.9rem;
    height: 3.85rem;
}

.oration ul li p {
    width: 5.9rem;
    /*height:0.8rem;*/
    line-height: 0.7rem;
    font-size: 0.45rem;
    /*overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top:.2rem;
    text-align: center;
    
}

.oration ul li span {
    display: block;
    position: absolute;
    z-index: 99;
    width: 5.8rem;
    bottom: 0.8rem;
    height: 1rem;
    line-height: 1rem;
    background: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #f00 url(../images/top.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cd-top {
    visibility: visible;
    opacity: 1;
}

.dialogue {
    width: 12rem;
    height: auto;
    display: table;
    margin: 0.5rem auto 0 auto;
}

.dialogue-lg {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
}

.dialogue-lg img {
    width: 100%;
    height: auto;
}

.dialogue ul {
    width: 12rem;
    height: auto;
    display: table;
}

.dialogue ul li {
    position: relative;
    float: left;
    width: 5.9rem;
    height: 7.3rem;
    /*height:4.65rem; overflow:hidden; */
    margin-top: 0.3rem;
    font-size: 0.4rem;
    /*text-align:center;*/
}

.dialogue ul li:nth-child(even) {
    float: right;
}

.dialogue ul li img {
    display: block;
    width: 5.9rem;
    height: 5.9rem;
    overflow: hidden;
}

.dialogue ul li div {
    display: block;
    width: 100%;
    font-size: 0.5rem;
    color: #414141;
    line-height: 0.8rem;
    font-weight: bold;
}

.dialogue ul li p {
    display: block;
    width: 5.9rem;
    /*height:0.8rem;*/
    line-height: 0.6rem;
    font-size: 0.45rem;
    /*overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;*/
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 2;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
    color: #414141;
    margin-top:0.2rem;
    text-align:center
}

.dialogue ul li span {
    display: block;
    position: absolute;
    z-index: 99;
    width: 5.8rem;
    bottom: 0.8rem;
    height: 1rem;
    line-height: 1rem;
    background: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand {
    width: 12rem;
    height: auto;
    display: table;
    margin: 0.5rem auto 0 auto;
}

.brand-lg {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
}

.brand-lg img {
    width: 100%;
    height: auto;
}

.brand-text {
    width: 100%;
    height: auto;
    display: table;
    line-height: .6rem;
}

.brand-text h2 {
    font-size: .5rem;
    margin: .3rem 0;
    text-align:center
}

.brand-text p {
    font-size: .45rem;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 3;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
    color: #414141;
    margin:0 0.2rem;
    line-height:.7rem
}

.title-photo {
    width: 100%;
    height: auto;
    display: table;
    margin-top: .5rem;
}

.title-photo img {
    width: 100%;
    height: auto;
    display: table;
}

.title-text {
    width: 12rem;
    font-size: .5rem;
    color: #df2422;
    margin: .7rem auto
}
.title-text2{ text-align:center; font-weight:bold}
.sdpp-1 {
    width: 100%;
    height: auto;
    margin: 0 auto .5rem auto;
    background-color: #fdf5f3;
    padding: .2rem 0 .3rem 0;
    display: table;
}

.swiper_text {
    float: left;
    width: 48%;
    font-size: .45rem;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #414141;
    padding-left: 2%;
}

.jpgys {
    width: 100%;
    width: 100%;
    height: 9.7rem;
    line-height: 1rem;
    margin: .4rem auto;
    overflow: hidden;
}

.swiper-container1 
{

    width: 100%;
    height: 100%;

}

swiper-slide {
    width: 100%;
     height: 100%;
    line-height: 1rem;
    font-size: .44rem;
    color: #fff;
}

.swiper-slide .swiper_text {
    float: left;
    width: 45%;
    font-size: .45rem;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #414141;
    padding-left: 3%;
   
}

.prodect {
    width: 12rem;
    height: auto;
    display: table;
    margin: 0.1rem auto 0 auto;
}

.zdgc-1 {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto .1rem auto;
    padding-top: .3rem;
}

.zdgc-2 {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto .1rem auto;
    padding-top: .3rem;
}

.swiper_text2 {
    float: left;
    width: 65%;
    font-size: .44rem;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #414141;
    padding-left: 3%;
}

.swiper_text3 {
    float: left;
    width: 29%;
    font-size: .44rem;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #414141;
    padding-left: 3%;
}

.swiper2 {
    width: 100%;
    height: 5rem;
    line-height: 1rem;
    overflow: hidden;
    background-color: #fdf5f3;
}

.swiper3 {
    width: 100%;
    height: 10rem;
    line-height: 1rem;
    overflow: hidden;
    background-color: #fdf5f3;
}

    #back-top {
        position: fixed;
        width: 1.5rem;
        height: 1.5rem;
        bottom: 1.5rem;
        right: .5rem;
        text-align: center;
        text-decoration: none;
        z-index: 99999;
    }
    
    #back-top img {
          width: 1.5rem;
        height: 1.5rem;
    }
    
    
    .swiper_tab {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      line-height: 1.54rem;
      height: auto;
      overflow: hidden;
      text-align: center;
      z-index: 9
}
.swiper_tab ul {
      width: 100%;
      margin: 0 auto;
      background: #F7F7F7;
}
.swiper_tab ul {
      display: flex;
      width: 100%;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin: 0 auto
}
.swiper_tab ul li {
      width: 25%;
      float: left;
      line-height: 1.54rem;
      color: #434343;
      text-align: center;
      font-size: 0.5rem;
      font-weight: bold;
}
.swiper_tab ul li.active {
      font-size: 0.5rem;
      /*line-height: 20px;*/
      font-weight: bold;
      overflow: hidden;
      color: #0276E3;
}
.swiper_tab ul li a {
      border-bottom: 2px solid #F7F7F7;
      padding-bottom: 0.2rem;
}
.swiper_tab ul li.active a {
      border-bottom: 2px solid #0276E3;
      padding-bottom: 0.2rem;
}