@charset "UTF-8";
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #1b1b1b;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #1b1b1b;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #1b1b1b;
}
@font-face {
  font-family: 'iconfont';  /* project id 1689011 */
  src: url('http://at.alicdn.com/t/font_1689011_n74kg84hk2.eot');
  src: url('http://at.alicdn.com/t/font_1689011_n74kg84hk2.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_1689011_n74kg84hk2.woff2') format('woff2'),
  url('http://at.alicdn.com/t/font_1689011_n74kg84hk2.woff') format('woff'),
  url('http://at.alicdn.com/t/font_1689011_n74kg84hk2.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_1689011_n74kg84hk2.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

/* 地图样式 */
#allmap{
  height:300px;
  width: 100%;
  border-radius: 20px;
}
.top{
  width: 60px;
  height: 30px;
  background: #99cccc;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 10px;
  margin: 10px auto;
}
.introduce{
  margin-top: 20px;
}
.introduce{
  color: #99cccc;
}
.introduce > .col-md-12{
  color: #ccc;
  margin-bottom: 10px;
}
#allmap{
  margin-bottom: 20px;
}
.w1520 {
  width: 96%;
  margin: 0 auto;
}

html, body {
  color: #777;
  background-color: #eaeaea;
}
/* 在线留言表格 */
input{
  width: 100%;
  height: 40px;
  border-color: #cccccc;
  outline: none; 
  border: 1px solid #ccc;
}
p{
  margin: 5px 0;
}
/* 在线留言多行表格 */
textarea{
  width: 100%;
  height: 150px;
  /* margin-left: 20px; */
  outline: none;
  border: 1px solid #ccc;
}
/* 提交按钮 */
.submit{
  width: 130px;
  height: 35px;
  background: #99cccc;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 15%;
  bottom: -20%;
}
img{
  display: inline-block;
  margin-left: 10px;
}
.button{
  width: 140px;
  height: 40px;
  background: #99cccc;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin: 30px auto;
  cursor: pointer;

}
/* 检查框 */
#checkCode {
  font-family: Arial;
  font-style: italic;
  font-weight: bold;
  background: #fff;
  border: 1px solid #ccc;
  letter-spacing: 2px;
  color: red;
  margin: 5px -3px;
}
a {
  color: #777;
  transition: color 0.3s ease 0s;
    text-decoration: none
}

a:hover {
  color: #333;
}

li {

    list-style: none
}

ul:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.fr{
    float: right
}
.fl{
    float: left
}
.wap_main{
    margin: 1.2rem auto;
    background: #fff
}
img.up-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  *height: auto;
}

.pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 10px;
}
.pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #dadada;
  border-radius: 50%;
  margin: 0 5px;
  vertical-align: top;
}
.pagination span.swiper-pagination-bullet-active {
  border: 1px solid #3b3b3b;
  background: none;
}
/* 头部样式所有 */

header {
  position: fixed;
  z-index: 10;
  transition: transform 0.5s ease 0s;
  height: 100px;
    z-index: 999999;
    
}
header .header-main {
  width: 100%;
  padding-top: 24px;
  background-color: #fff;
  transition: padding 0.3s ease 0s, transform 0.5s ease 0s;
  position: fixed;
  left: 0;
  top: 0;
}
header .logo img {
  transition: all 0.3s ease 0s;
}
header .nav-link {
  position: relative;
  margin-top: 4px;
}
header .nav-link .nav {
  line-height: 40px;
  font-size: 14px;
  transition: all 0.3s ease 0s;
}
header .nav-link .nav a {
  color: #333;
  display: inline-block;
  transition: all 0.3s ease 0s;
  line-height: 40px;
}
header .nav-link .nav a:hover {
  color: #888;
}
header .nav-link .nav li {
  padding-left: 36px;
  height: 40px;
  padding-bottom: 32px;
  transition: all 0.3s ease 0s;
}
header .nav-link .nav li.cur a {
  color: #888;
}
header .nav-link .nav .line {
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #ccc;
  float: left;
  margin-left: 33px;
  margin-top: 16px;
}
header .nav-link .extra-nav {
  color: #333;
}
header .nav-link .sub-menu {
  width: 722px;
  position: absolute;
  left: 0;
  top: 72px;
  background-color: #fff;
  display: none;
}
header .nav-link .sub-menu .boxs {
  border-top: 1px solid #444444;
  display: none;
}
header .nav-link .sub-menu ul {
  width: 236px;
  border: 1px solid #d0d0d0;
}
header .nav-link .sub-menu li {
  border-top: 1px solid #d0d0d0;
  line-height: 44px;
  font-size: 12px;
  line-height: 24px;
  width: 100%;
  transition: background 0.3s ease 0s;
}
header .nav-link .sub-menu li a {
  display: block;
  width: 186px;
  padding: 10px 25px;
}
header .nav-link .sub-menu li:hover {
  background-color: #eee;
}
header .nav-link .sub-menu li:first-child {
  border-top: none;
}
header .nav-link .sub-menu .img-box {
  padding-top: 13px;
  margin-left: 12px;
  padding-bottom: 10px;
}
header .nav-link .sub-menu .img-box .img {
  display: block;
  width: 225px;
  position: relative;
  margin-right: 10px;
  float: left;
}
header .nav-link .sub-menu .img-box .up-tit {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -42px;
}
header .nav-link .sub-menu .img-box .up-tit p {
  font-size: 70px;
  font-family: "Trump";
  color: #fff;
  line-height: 80px;
}
header .nav-link .sub-menu .img-box .up-tit .line {
  display: block;
  width: 78px;
  height: 4px;
  margin: 0 auto;
  background-color: #fff;
}
header .extra-link {
  margin-left: 28px;
  margin-top: 4px;
}
header .extra-link a {
  display: inline-block;
  height: 40px;
  width: 22px;
  margin-left: 15px;
  float: left;
}
header .extra-link .link1 {
  background: url("ico_01.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_01.png*/) no-repeat center;
}
header .extra-link .link2 {
  background: url("ico_02.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_02.png*/) no-repeat center;
}
header .extra-link .link3 {
  background: url("ico_03.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_03.png*/) no-repeat center;
}
header .extra-link .link4 {
  background: url("ico_04.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_04.png*/) no-repeat center;
}
header .m-btn {
  width: 22px;
  height: 20px;
  padding: 12px;
  display: none;
  cursor: pointer;
  margin-top: 3px;
}
header .m-btn .box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
header .m-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1d1d1d;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}
header .m-btn .line1 {
  width: 12px;
  top: 0;
}
header .m-btn .line2 {
  width: 20px;
  top: 6px;
}
header .m-btn .line3 {
  width: 16px;
  top: 13px;
}
header .m-btn.cur .line1, header .m-btn.cur .line2, header .m-btn.cur .line3 {
  width: 100%;
}

header.fixed .header-main {
  position: fixed;
  left: 0;
  top: 0;
}
/* 底部所页页面样式*/
footer {
  background-color: #222;
  padding-top: 70px;
  padding-bottom: 54px;
}
footer .main-wrap {
  width: 82.8%;
  margin: 0 auto;
}
footer .top-wrap {
  padding-bottom: 35px;
  border-bottom: 1px solid #393939;
}
footer .top-wrap .nav {
  line-height: 40px;
}
footer .top-wrap .nav a {
  display: inline-block;
  font-size: 14px;
  float: left;
  color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  transition: opacity 0.3s ease 0s;
}
footer .top-wrap .nav a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
footer .top-wrap .nav .line {
  display: inline-block;
  float: left;
  width: 1px;
  height: 10px;
  background-color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin: 16px 20px 14px;
}
footer .top-wrap .call {
  line-height: 40px;
  margin-top: 2px;
  display: inline-block;
  color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
footer .bot-wrap {
  line-height: 42px;
  padding-top: 28px;
}
footer .bot-wrap p {
  color: #7a7a7a;
  text-transform: uppercase;
}
footer .bot-wrap a {
  color: #7a7a7a;
  transition: all 0.3s ease 0s;
}
footer .bot-wrap a:hover {
  color: #fff;
}
footer .bot-wrap .site-img {
  display: inline-block;
  margin-right: 8px;
}

.return-top {
  width: 36px;
  position: fixed;
  right: 4.4%;
  bottom: 190px;
  display: none;
}
.return-top .top-btn {
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 14px;
  line-height: 16px;
  height: 22px;
  background: url("ico_45.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_45.png*/) no-repeat center 10px #fff;
  font-family: "Arial";
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.return-top .top-btn:hover {
  background: url("ico_45_h.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_45_h.png*/) no-repeat center 10px #000;
  color: #fff;
}
.return-top .link-qq {
  display: block;
  width: 100%;
  height: 36px;
  margin-top: 1px;
  background: url("ico_46.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_46.png*/) no-repeat center #fff;
  transition: all 0.3s ease 0s;
}
.return-top .link-qq:hover {
  background: url("ico_46_h.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_46_h.png*/) no-repeat center #000;
  color: #fff;
}

.float-right-box{
  width: 250px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -127px;
  background-color: #191919;
  z-index: 1000;
  transition: width 0.3s ease 0s;
}
.float-right-box.on{
  width: 50px;
}
.float-right-box .top-list{
    width: 100%;
}
.float-right-box .top-list ul{
  width: 100%;
}
.float-right-box .top-list li{
  width: 100%;
  position: relative;
  border-bottom: 1px solid #3b3b3b;
  transition: background 0.3s ease 0s;
  height: 50px;
}
.float-right-box .top-list a{
  display: block;
  width: 100%;
}
.float-right-box .top-list .ico{
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.3s ease 0s;
  z-index: 2;
}
.float-right-box .top-list .ico1{
  background: url("ico_58.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_58.png*/) no-repeat center #191919;
}
.float-right-box .top-list .ico2{
  background: url("ico_59.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_59.png*/) no-repeat center #191919;
}
.float-right-box .top-list .ico3{
  background: url("ico_60.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_60.png*/) no-repeat center #191919;
}
.float-right-box .top-list .ico4{
  background: url("ico_61.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_61.png*/) no-repeat center #191919;
}
.float-right-box .top-list .ico5{
  background: url("ico_62.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_62.png*/) no-repeat center #191919;
}
.float-right-box .top-list .ico6{
  background: url("ico_68.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_68.png*/) no-repeat center #191919;
}
.float-right-box .top-list .stt{
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  transition: color 0.3s ease 0s;
  position: absolute;
  left: 28px;
  top: 0;
  z-index: 1;
  width: 222px;
}
.float-right-box .top-list li:hover .stt{
  color: #15191e;
}
.float-right-box .top-list li:hover .ico1{
  background: url("ico_58_h.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_58_h.png*/) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico2{
  background: url("ico_59_h.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_59_h.png*/) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico3{
  background: url("ico_60_h.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_60_h.png*/) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico4{
  background: url("ico_61_h.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_61_h.png*/) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico5{
  background: url("ico_62_h.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_62_h.png*/) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico6{
  background: url("ico_68_h.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_68_h.png*/) no-repeat center #fff;
}
.float-right-box .top-list li:hover{
  background-color: #fff;
}
.float-right-box .top-list .return-webtop .stt{
  font-family: "Arial";
  font-weight: bold;
}
.float-right-box .bot-share{
  position: relative;
  height: 50px;
}
.float-right-box .bot-share a{
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  transition: background 0.3s ease 0s;
  margin: 0;
  padding: 0;
}
.float-right-box .bot-share .share{
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.float-right-box .bot-share .sina{
  background: url("ico_63.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_63.png*/) no-repeat center;
}
.float-right-box .bot-share .wx{
  background: url("ico_64.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_64.png*/) no-repeat center;
}
.float-right-box .bot-share .tx{
  background: url("ico_65.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_65.png*/) no-repeat center;
}
.float-right-box .bot-share .more{
  background: url("ico_66.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_66.png*/) no-repeat center;
}
.float-right-box .bot-share a:hover{
  background-color: #525354;
}
.float-right-box .bot-share .share-ico{
  background: url("ico_67.png"/*tpa=http://www.bocweb.cn/static/web/img/ico_67.png*/) no-repeat center #191919;
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.body-wrap {
  width: 100%;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

.body-wrap.left, header.left .header-main {
  transform: translateX(0);
}

.m-sub-menu.show {
  right: 0;
  transition: all 0.44s ease 0s;
    z-index: 9999999999;
}

.m-sub-menu {
  position: fixed;
  right: -100%;
  width: 66%;
  top: 0;
  z-index: 9999;
  height: 100%;
  background-color: #fff;
  transition: all 0.64s ease 0s;
}
.m-sub-menu .top-box {
  line-height: 60px;
  background-color: #333;
  overflow: hidden;
    z-index: 99999
}
.m-sub-menu .top-box .stt {
  display: inline-block;
  font-size: 16px;
  color: #acacac;
  margin-left: 8.2%;
  font-family: "Base-font";
    
}
.m-sub-menu .top-box .close {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 7.8%;
  cursor: pointer;
    background: url(../images/ico_37.png) no-repeat center;
    margin-top: 20px;
}
.m-sub-menu .list-wrap ul {

    margin: 0;
    overflow: scroll;
}
.m-sub-menu .list-wrap li {
  line-height: 60px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  float: left
}
.m-sub-menu .list-wrap li .col-box {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
}
.m-sub-menu .list-wrap .tit {
  font-size: 16px;
  width: 90%;
  color: #666;
}
.m-sub-menu .list-wrap .point {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url("../images/ico_38.png") no-repeat center;
  margin-top: 26px;
}
.m-sub-menu .bot-link {
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  margin-top: 30px;
    height:300px;
}
.m-sub-menu .bot-link a {
  display: inline-block;
  width: 36px;
  height: 50px;
  margin-right: 20px;
  float: left;
}
.m-sub-menu .bot-link .link1 {
  background: url("../images/ico_39.png") no-repeat center;
  background-size: auto 25px;
}
.m-sub-menu .bot-link .link2 {
  background: url("../images/ico_40.png") no-repeat center;
  background-size: auto 25px;
}
.m-sub-menu .bot-link .link3 {
  background: url("../images/ico_41.png") no-repeat center;
  background-size: auto 25px;
}
.img_wx img{
    width: 80px;
    height: 80px;
        position: relative;
    left: 36px;
}
.img_tel{
    width: 150px;
     position: relative;
        right: -87px;
}
.img_tel p{
    font-size: 14px;
    color: #666;margin-top: 10px;
}
.m-sub-menu .sec-sub-list {
  position: absolute;
  right: -100%;
  top: 60px;
  width: 100%;
}
.m-sub-menu .sec-sub-list .return-fir {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  line-height: 60px;
  background-color: #333;
}
.m-sub-menu .sec-sub-list .return-fir p {
  padding-left: 18px;
  color: #fff;
  font-size: 18px;
  background: url("../images/ico_42.png") no-repeat left center;
    margin: 0
}
.m-sub-menu .sec-sub-list .boxs {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  background-color: #fff;
    min-height: 400px;
}
.m-sub-menu .sec-sub-list .boxs.show {
  left: -100%;
}
.m-sub-menu .sec-sub-list ul, .m-sub-menu .sec-sub-list li {
  width: 100%;
    margin: 0
}
.m-sub-menu .sec-sub-list li {
  line-height: 40px;
  border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .sec-sub-list li a {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  font-size: 16px;
  color: #666;
}
.m-sub-menu .sec-sub-list .bot-link {
  margin-top: 14px;
}
.team_list{
  padding-bottom: 40px
}
.team_list ul li{
    width: 47%;
    float: left;
    box-shadow: 1px 1px 1px 1px #ddd;
    margin-left: 2%;
    margin-top: 20px;
    position: relative;
    text-align: center;
}
.team_list ul li a img{
    width: 90%;
    height: 100%;
    border-radius: 8px;
}
.team_list ul li a p{
    
    z-index: 999;
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 98%;
    bottom: 0;
    padding-left: 2%;
    font-size: 0.875rem;
    
}
.team_list ul li a p span{
    padding-left: 10px;
}
h4{
  color: #66cccc;
  font-size: 20px;
  text-align: left;
}
p{
  color: #fff;
}
/*内容样式*/
.wab_p3{
    padding: 1rem;
    font-size: 0.875rem;
    color: #666;
    line-height: 1.6rem;
}
.wab_p3 h1{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.875rem
}
.wab_img{
    width: 100%;
    margin-top: 20px;
}
.wab_img ul li{
    margin-left: 5%;
    float: left;
    text-align: center;
    height: inherit;
}
.wab_img ul li a{
    color: #fff;
    width: 5.5rem;
    height:5.5rem;
    display: block
}
.wab_img ul li a p{
    position: relative;
    bottom: -63px;
    background:rgba(0,0,0,0.6);   
}
.wap_news_2{
    background:#051b2c;
    color: #fff;
    font-size:1.1rem;
    padding: 3px 20px;
}
.wap_news_2 p{
    font-size: 0.875rem;
    font-weight: normal;
    color: #e5b60e;
   
}
.qyyw_list{
    padding: 10px 20px;
    margin-top: 10px;
}
.qyyw_list ul li{
    background: url(../images/dot.jpg) no-repeat left center;
    background-size: 1.2%;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
.qyyw_list ul li span{
   width: 26%;
    font-size: 0.875rem;
}
.qyyw_list ul li a p{
    float: left;
    width: 70%;
    padding-left: 20px;
    font-size: .875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hot_news{
    background: #f5f5f5;
    padding: 10px ;
    color: #333;
    font-weight: normal;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    margin-top: 20px;
    margin-left: 2%
}
.hot_news span{
    color: #e5b60e;
    float: left;
    padding-right: 6px;
}
.hot_news_con{
    /* background: #f5f5f5; */
    padding: 10px ;
    color: #333;
    font-weight: normal;
    width: 90%;
    font-size: 1.2rem;
    margin-top: 20px;
    margin-left: 2%
}
.hot_news_con p{
    color: #ccc;
    font-size: 0.75rem;
}
.news_con_data{
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    color: #ccc;
}
.news_con_data span{
    margin-right: 20px
}
.qyyw_list_con{
    padding: 15px;
    text-align: justify;
}
.qyyw_list_con img{
    width: 100%;
}
.demo{width:90%;margin:0 auto 0 auto;}
/*history*/
.history{background:url(../images/line04.gif) repeat-y 106px 0;overflow:hidden;position:relative;}
.history-date{overflow:hidden;position:relative;}
.history-date h2{background:#fff url(../images/icon06.gif) no-repeat 80px 0;height:30px;font-size:18px;font-family:微软雅黑;font-weight:bold;margin-bottom:25px; }
.history-date h2.first{width:935px;z-index:99;}
.history-date h2 a{color:#00bbff;display:inline-block;*display:inline;zoom:1;background:url(../images/icon08.gif) no-repeat right 50%;padding-right:17px;margin:15px 10px 0 -10px;}
.history-date h2 a:hover{text-decoration:none;}
.history-date h2 img{vertical-align:-5px;}
.history-date h2.date02{background:none;}
.history-date ul li{background:url(../images/icon07.gif) no-repeat 98px 17px;zoom:1;}
.history-date ul li.last{padding-bottom:0;}
.history-date ul li:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.history-date ul li h3{float:left;width:65px;text-align:right;padding-right:19px;color:#c3c3c3;font:normal 18px/16px Arial;}
.history-date ul li h3 span{display:block;color:#d0d0d0;font-size:12px;}
.history-date ul li dl{float:left;padding-left:127px;margin-top:10px;font-family:微软雅黑;line-height: 24px;color: #666}
.history-date ul li dl img{
    width: 100%;
    height: auto
}

.history-date ul li dl dt{color:#737373;}
.history-date ul li dl dt span{display:block;color:#787878;font-size:8px;}
.history-date ul li.green h3{color:#1db702;}
.history-date ul li.green h3 span{color:#a8dda3;}
.history-date ul li.green dl{margin-top:10px;}

.history-date ul li.green dl dt{line-height:28px;}
.history-date ul li.green dl dt a{display:inline-block;*display:inline;zoom:1;overflow:hidden;vertical-align:middle;margin-left:12px;}
.history-date ul li.green dl dd{padding-top:20px;display:none;}
.history-date ul li.green dl dd img{float:left;}
.history-date ul li.green dl dd p{overflow:hidden;zoom:1;line-height:21px;color:#787878;}

.history-date h2.first .more-history{font-size:16px;background:transparent;margin-left:30px;}
.history-date h2.first .more-history:hover{text-decoration:underline;}
/*公共样式*/
.t_page1,.t_page2,.t_page3,.t_page5,.t_page6,.t_page7{
    background-size: 100% 100% !important;
}
.com_title{
    width: 100%;
    text-align: center;
}
.com_title h2{
    font-size: 36px;
}
.com_title h4{
    padding-top: 10px;
    font-size:18px;
    font-weight: normal;
}
.com_more{
    left: 50%;
    position: absolute;
    bottom: 5%;
    width: 195px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    display: block;
    margin-left: -97px;
        border: 1px solid #fff;
    color: #fff;
}

/***************第3屏样式*********************/
.t_page3{
    background: url("../images/pic/t_pic3_bg.jpg");
}
.t_page3 .title,.t_page5 .title{
    top: 13%;
}
.t_page3 .title h2,.t_page3 .title h4,.t_page5 h2,.t_page5 h4{
    color: #ffffff;
}
.t_page3 .cont{
    position: relative;
    width: 100%;
  
}
.t_page3 .cont .pre,.t_page3 .cont .nex{
    position: absolute;
    top: 18%;
    width: 65px;
    height: 65px;
    cursor: pointer;
    display: block;
}
.t_page3 .cont .pre img,.t_page3 .cont .nex img{
    display: block;
    width: 65px;
    height: 65px;
}
.t_page3 .cont .pre{
    left: 10px;
}
.t_page3 .cont .nex{
    right: 10px;
}
.t_page3 .cont .box{
    overflow: hidden;
    height: 328px;
}
.t_page3 .cont .box li .left1{
   
   margin-top: 55px;
    width:100%;
    text-align: center;
    border-right: 1px solid #fff;
}
.t_page3 .cont .box li .left1 h1{
    font-size: 80px;
    color: #333;
}
.t_page3 .cont .box li .left1 p{
    font-size: 27px;
    color: #666;
}
.t_page3 .cont .box li .cen{
    float: left;
    margin: 0 55px;
    width: 360px;
    height: 230px;
    overflow: hidden;
}
.t_page3 .cont .box li .cen img{
    width: 360px;
    height: 230px;
}
.t_page3 .cont .box li .right1{
    margin-top: 25px;
   padding: 0 30px;
   
    color: #666;
       
}
.t_page3 .cont .box li .right1 h2{
    font-size: 24px;
    font-weight: normal;
}
.t_page3 .cont .box li .right1 p{
    font-size: 14px;
    line-height: 28px
}
.t_page3 .cont .box_time{
    overflow: hidden;
    width: 1366px;
}
.t_page3 .cont .time{
    margin: 6% auto;
    position: relative;
}
.t_page3 .cont .time img{
    width: 1272px;
    display: block;
    margin: 0 auto;
    height: 23px;
}
.t_page3 .cont .time ul{
    margin-left: 10px;
    margin-top: 25px;
    overflow: hidden;
}
.t_page3 .cont .time ul li{
    color: #c7c5c5;
    font-size: 24px;
    cursor: pointer;
    float: left;
    margin-right: 180px;
    width: 78px;
}
.t_page3 .cont .time ul li.active{
    top: 40px;
    font-weight: bold;
    color: #fff;
    font-size: 32px;
}
.t_page3 .com_more{
    border: 1px solid #fff;
    color: #fff;
}

.time-list {
  height: 82px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
 .time-list ul {
  left: 7%;
  position: absolute;
  top: 0;
}
 .time-list li {
  background: url("../images/bg_03.png") no-repeat 0 0;
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 181px;
  float: left;
  color: #c7c5c5;
  font-size: 18px;
}
/* .time-list li.active{

} */
 .time-list li .year-box {
  height: 46px;
  margin-left: -56px;
  padding-top: 36px;
  width: 120px;
}
 .time-list li i {
  background-color: #dd6c47;
  border-radius: 50%;
  display: none;
  height: 5px;
  left: -2px;
  position: absolute;
  top: 25px;
  width: 5px;
}
.time-list li .year {
    font-weight: bold;
    color: #666;
    font-size: 18px;
    display: block;
    font-family: "Arial";
    line-height: 46px;
    opacity: 0.3;
}
 .time-list li.active .year {
  opacity: 1;
  font-size: 20px;
}

.jjfa_wap{
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px 40px 0px;

    color: #fff;
    
}
.jjfa_wap h1{
    font-size: 1.6rem;
    padding: 10px 20px 5px 20px;
    font-weight: bold;
    color: #0b82e1;
}
.jjfa_wap p{
     padding: 0px 20px;
    line-height: 1.5rem;
    color: #0b82e1;
}
.wap_news{
    padding: 20px 20px 0 20px;
    font-size: 1.4rem;
    color: #666;
    font-weight: bold
}
.news_list{
    width: 90%;
    margin: 20px auto;
}
.news_list img{
   width: 100%
}
.news_list h1{
    font-size: 1rem;
    padding: 10px 0;
    white-space: nowrap;
}
.news_list h1 a{
    color: #333333;
    padding: 0;
}
.news_list p{
    padding-bottom: 10px ;
    color: #999
}
.news_list a{
    padding: 10px 0 ;
    color: #ff4500;
        
}
.news_list_more{
    display: block;
    text-align: center;
    color: #fff;
    background: #ff4500;
    padding: 11px 20px;
    width: 100px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: .875rem;
    
}

.container {
  width: 100%;
  margin: 0px auto;
  background: #fff
}
.container > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.title {
  font-family: 'Pacifico';
  font-weight: norma;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  color: #2980b9;
}
.bqxx{
    width: 90%;
    background: #fff;
    padding: 10px 5%;
    color: #888;
	font-size: 10px;
    line-height: 1.4rem;
}

.dropdown a {
  text-decoration: none;
 
}
.dropdown {
    border-bottom: 1px solid #eee;
    width: 90%;
    margin-left: 5%;
}
.dropdown [data-toggle="dropdown"] {
  position: relative;
  display: block;
  color: #333;
  font-size: .875rem;
  padding: 15px;
}
.dropdown [data-toggle="dropdown"]:hover {
  
}
.dropdown .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: #999;
  top: 14px;
  right: 10px;
}
.dropdown .icon-arrow.open {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown .icon-arrow.close {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown .icon-arrow:before {
  content: '\25BC';
}
.dropdown .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown .dropdown-menu li {
  padding: 0;
}
.dropdown .dropdown-menu li a {
  display: block;
  color: #6e6e6e;

 
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
}
.dropdown .dropdown-menu li a:hover {
  background: #f6f6f6;
}
.dropdown .show, .dropdown .hide {
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.dropdown .show {
  display: block;
  max-height: 9999px;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.dropdown .hide {
  max-height: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}

@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }

  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }

  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }

  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

/***************第6屏样式*********************/
.t_page6{
    background: url("../images/pic/t_pic6_bg.jpg");
}
.t_page6 .title{
    top: 10%;
}
.t_page6 .cont{
    width: 100%;
    top: 25%;
}
.t_page6 .cont .tab{
    text-align: center;
}
.t_page6 .cont .tab li{
    width: 144px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #999999;
    font-size: 16px;
    display: inline-block;
    *display:inline;
    *zoom:1;
    border-radius: 20px;
    background: #ffffff;
    margin-right: 30px;
    cursor: pointer;
}
.t_page6 .cont .tab li.active{
    background: #f04b09;
    color: #fff;
}
.t_page6 .cont .boxs{
    margin: 5% 5px 0;
}
.t_page6 .cont .boxs .box li{
    width: 320px;
    height: 360px;
    float: left;
    background: #ffffff;
    margin-right: 25px;
}
.t_page6 .cont .boxs .box li.last,.t_page6 .cont .tab li.last,.t_page7 .lunbo .box ul li.one ol li.last,.zp_box .w10 .tab li.last,.cd_tese .tab li.last,.cd_tese .boxs .box ul li.one ol li.last{
    margin-right: 0;
}
.t_page6 .cont .boxs .box li a{
    display: block;
}
.t_page6 .cont .boxs .box li a img{
    width: 320px;
    height: 240px;
    display: block;
}
.t_page6 .cont .boxs .box li a .wz,.t_page5 .cont .cn a .wz,.t_page5 .cont .right a .wz{
    height: 120px;
    padding: 0 15px 0 20px;
    background: #fff;
}
.t_page6 .cont .boxs .box li a .wz p{
    padding-top: 15px;
    color: #333333;
}
.t_page6 .cont .boxs .box li a .wz .s_l{
    padding-top: 15px;
    color: #999999;
}
.t_page6 .cont .boxs .box li a .wz .s_l span,.t_page5 .cont .cn a .wz .s_l span,.t_page5 .cont .right a .wz .s_l span{
    margin-right: 10px;
}
.t_page6 .cont .boxs .box li a .wz .s_l em,.t_page6 .cont .boxs .box li a .wz  i,.t_page5 .cont .cn a .wz .s_l em,.t_page5 .cont .cn a .wz i,.t_page5 .cont .right a .wz .s_l em{
    font-style: normal;
}
.t_page6 .cont .boxs .box li a .wz  i,.t_page5 .cont .cn a .wz i,.t_page5 .cont .right a .wz i{
    color: #f04b09;
    padding-top: 15px;
    display: inline-block;
    background: url("../images/pic/r_icon1.jpg") no-repeat 65px 22px;
    padding-right: 25px;
}
.t_page6 .cont .boxs .box li a:hover .wz{
    background: #f04b09;
}
.t_page6 .cont .boxs .box li a:hover .wz p,.t_page6 .cont .boxs .box li a:hover .wz .s_l{
    color: #fff;
}
.t_page6 .cont .boxs .box li a:hover .wz i{
    color: #fff;
    padding-top: 15px;
    display: inline-block;
    background: url("../images/pic/r_icon2.jpg") no-repeat 65px 22px;
    padding-right: 25px;
}
.t_page5 .cont .cn a .wz,.t_page5 .cont .right a .wz{
    background: #e63f2c;
}
.t_page5 .cont .cn a .wz p,.t_page5 .cont .cn a .wz .s_l,.t_page5 .cont .right a .wz p,.t_page5 .cont .right a .wz .s_l{
    padding-top: 15px;
    color: #fff;
}
.t_page5 .cont .cn a .wz i,.t_page5 .cont .right a .wz i{
    color: #fff;
    background: url("../images/pic/r_icon2.jpg") no-repeat 65px 22px;
    font-style: normal;
}

/***************第7屏样式*********************/
.picScroll-left{ width:100%;  overflow:hidden; position:relative;   }
.picScroll-left .hd{
    position: relative
}
		.picScroll-left .hd .prev{    display: block;
    width: 45px;
    height: 45px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    cursor: pointer;
    background: url(../images/pre_1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: -330px;
    border-radius: 50%;
}


.picScroll-left .hd .next{     display: block;
    width: 45px;
    height: 45px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    cursor: pointer;
    background: url(../images/nex_1.png) no-repeat center;
    position: absolute;
    right: 0;
    top: -330px;
    border-radius: 50%;}
	
		
		.picScroll-left .bd{ padding:10px;   }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width:220px; height:300px; display:block;   }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picScroll-left .bd ul li .title{ line-height: 24px;
    position: relative;
    top: -100px;
    color: #fff; 
font-size: 1.4rem;
text-align: left;
left: 20px;
font-weight: bold}
.picScroll-left .bd ul li .title a{
    color: #fff
}

.t_page7{
    background: url("../images/pic/t_pic7_bg.jpg");
}
.t_page7 .present{
    top:5%;
    width: 100%;
}
.t_page7 .present h2{
    font-size: 36px;
    width: 560px;
    color: #fefefe;
    margin: 0 0 30px 35px;
}
.t_page7 .present p{
    width: 560px;
    line-height: 1.6;
    color: #fff;
    margin-left: 35px;
}
.t_page7 .lunbo{
   
}
.t_page7 .lunbo .pre{
    position: absolute;
    left: 50px;
    top: 30%;
    cursor: pointer;
    z-index: 1000;
}
.t_page7 .lunbo .nex{
    position: absolute;
    right: 50px;
    top: 30%;
    cursor: pointer;
    z-index: 1000;
}
.t_page7 .lunbo .box{
    overflow: hidden;
    width: 1204px !important;
    margin: 0 auto;
    height: 520px;
}
.t_page7 .lunbo .box ul li.one,.t_page7 .lunbo .box ul li.one ol{
    width: 1204px !important;
    overflow: hidden;
}
.t_page7 .lunbo .box ul li.one ol li{
    background: #fff;
    float: left;
    margin: 0 28px 15px 0;
    width: 280px;
}
.t_page7 .lunbo .box ul li.one ol li a{
    display: block;
}
.t_page7 .lunbo .box ul li.one ol li a img{
    width: 280px;
    height: 390px;
    display: block;
}
.t_page7 .lunbo .box ul li.one ol li a div{
    width: 278px;
  
}
.t_page7 .lunbo .box ul li.one ol li a p{
    text-align: center;
}
.t_page7 .lunbo .box ul li.one ol li a p.p1{
    color: #333333;
    padding: 10px 10px 0 10px;
}
.t_page7 .lunbo .box ul li.one ol li a p.p2{
    color: #fff;
    position: absolute;
    bottom: 30%
}
.t_page7 .lunbo .box ul li.one ol li a p.p2 b{
    display: block;
    text-align: left;
    font-size: 30px;
}
.warp{
    margin-left: 30px;
}
@media (max-width: 1366px) {
    .t_page7 .lunbo .box ul li.one ol li {
    background: #fff;
    float: left;
    margin: 0 28px 15px 0;
    width: 220px;
}
    .t_page7 .lunbo .box ul li.one ol li a img {
    width: 280px;
    height: 295px;
    display: block;
}
    .t_page7 .lunbo .pre {
    position: absolute;
    left: -82px;
    top: 30%;
    cursor: pointer;
    z-index: 1000;
}
    .t_page7 .lunbo .nex {
    position: absolute;
    right: 190px;
    top: 30%;
    cursor: pointer;
    z-index: 1000;
}
}
@media only screen and (min-width:360px) {
    .warp{
    margin-left: 60px;
} 
}
/* 网页的新闻区域 */
.online_form{
  width: 60%;
  margin: 5% auto;
}
.online_form > .row > .col-md-6 > img{
  border-radius: 20px;
}
input{
  width: 100%;
  height: 40px;
  /* margin-left: 20px; */
  border-color: #cccccc;
  outline: none;
}
p{
  margin: 5px 0;
}
textarea{
  width: 100%;
  height: 150px;
  /* margin-left: 20px; */
  outline: none;
}
.submit{
  width: 130px;
  height: 35px;
  background: #99cccc;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 15%;
  bottom: -20%;
}
img{
  display: inline-block;
  /* margin-left: 10px; */
}
.button{
  width: 140px;
  height: 40px;
  background: #99cccc;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin: 30px auto;
  cursor: pointer;
}

p{
  color: #000;
}
input{
  margin-left: -3px;
}
textarea{
  margin-left: -3px;
}
h3{
  
  margin: 10px;
  font-size: 13px;
}
h2{
  color: #99cccc;
  margin: 10px;
  font-size: 25px;
}
/* 网页链接 */
.about{
  width: 100%;
}
.about > .about_link{
  margin: 3% 0 0 20%; 
  width: 210px;
  height: 40px;
}
.about > .about_link > a{
  display: inline-block;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px; 
  color: #333;
}
.about > .about_link > .link_one{
  background: #99cccc;
  color: #fff;
}
/* 网页中心内容 */
.about_content{
  width: 99%;
  margin: 0px auto;
}

.about_content > .row > .col-md-6 > h1{
  color: #3399cc;
  font-size: 25px;

}

.about_content > .row > .col-md-6 > p{
  color: #99cccc;
  font-size: 30px;
  font-family: Serif;
}
.about_content > .row > .col-md-6 > .row > .words{
  text-align: justify;
}
.about_introduce{
      width: 88%;
    margin: 3% auto;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
}
.about_introduce > .row > .col-md-6 > h1{
  margin-top: 10%;
  text-align: left;
}
.about_introduce > .row > .col-md-6 > p{
  text-indent: 2em;
  line-height: 30px;
  margin-top: 5%;
  text-align: justify;
}
.about_introduce > .row > .col-md-6 > img{
  width: 95%;
  transition: all .7s;
  padding-top: 10px;
  border-radius: 30px;
}
.about_introduce > .row > .col-md-6:hover img{
  transform: scale(1.4);
  transition: all .7s;
}
.about_introduce > .row > .col-md-6{
  transform: all .7s;
  overflow: hidden;
}
/* 选项卡 */
ul,li{ list-style: none}
    .tabClick{ background: #f3f3f3; overflow: hidden; margin-bottom: 30px;}
    .tabClick li{ height:40px; line-height: 40px; width: 25%; float: left; text-align: center}
    .tabClick li.active{ color: #099; transition: 0.1s; font-weight: bold}
    .tabCon{ overflow: hidden}
    .tabBox{ position: relative}
    .tabList{word-break: break-all; width:100%;float:left; line-height:100px; text-align:center; color:#D3D3D3; font-size:36px; font-family: "Arial Black"}
    .lineBorder{ height: 2px; overflow: hidden; border-bottom:1px solid #099; background: #f3f3f3}
    .lineDiv{ background: #099; height: 2px; width: 25%;}
   /* 分页效果 */
#pageBox{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#prev,#next{
  display: inline-block;
  width: 80px;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 30px;
  margin: 0 20px;
}
#pageNav { display: inline-block; display: none; }
#pageNav a { display: inline-block; width: 30px; height: 30px; border: 1px solid #ccc; border-radius: 50%;  line-height: 30px; text-align: center; color: #000; margin-right: 20px; text-decoration: none; background: #fff; }
#pageNav a.active, #pageNav a:hover { background: #993333; color: #fff;  }

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 13px;
}
.apple-banner {
	width: 100%;
	/* height: 330px; */
    overflow: hidden;
    background: url(../images/history_banner.png) no-repeat center bottom 100%;
    position: relative;
    background-size: cover;
}
.banner{
    position: absolute;
    width: 200px;
    height: 40px;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -20px;
    text-align: center; 
    letter-spacing: 2px;
}
.banner > p{
    font-size: 20px;
    color: #fff;
}
.apple-banner .swiper-container {
	margin-top: -40px;
	width: 100%;
	height: 310px;
}
/* 媒介查询 */
@media screen and (min-width:900px) and (max-width: 1000px) {
  .apple-banner .swiper-container{
    height: 800px;
  }
}
@media screen and (min-width:700px) and (max-width: 900px) {
  .apple-banner .swiper-container{
    height: 600px;
  }
}
@media screen and (min-width:500px) and (max-width: 700px) {
  .apple-banner .swiper-container{
    height: 600px;
  }
}
.swiper-button-prev,.swiper-button-next{
	width: 15%;
	height: 100%;
	top:0;
	background:none;
	}
.swiper-button-prev{
	left:0;}	
.swiper-button-next{
	right:0;}	
.swiper-button-prev span,.swiper-button-next span{
	display:block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top:-32px;
	border-radius: 100%;
	/* background: rgba(180,180,180,0.25) url(../images/arrows.png) no-repeat center 17px; */
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.swiper-button-next span{
	/* background: rgba(180,180,180,0.25) url(../images/arrows.png) no-repeat center -71px; */
	left:auto;
	right:20px;
	}
.swiper-button-prev:hover span,.swiper-button-next:hover span{
	opacity: .6;
}
/*分页器*/
.apple-banner .swiper-pagination{
	top:auto;
	bottom:50px;
	background:none;
}
.apple-banner  .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius:0;
	opacity: 1;
}
.apple-banner  .swiper-pagination-bullet span {
	width: 50px;
	height: 2px;
	display: block;
	background: rgba(128,128,128,0.2);
}
.apple-banner .swiper-pagination-bullet-active span{
    background:gray;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span{
    background: rgba(128,128,128,0.2);
}
.apple-banner  .swiper-pagination-bullet i{
	background: gray;
	height: 2px;
	transform:scaleX(0);
	transform-origin: 0;
	display: block;
}
.apple-banner .autoplay .firsrCurrent i{
	transition:transform 2.9s linear;
	transform:scaleX(1);
}
.apple-banner .autoplay .current i{
	transition:transform 4s linear;
	transform:scaleX(1);
}
.apple-banner  .autoplay .replace span{
  background:gray;
}
/*内容样式*/
.slide1 {
	background: #000 url(../images/iphone_large.jpg) no-repeat 50% 10%;
	background-size: auto 100%;
}
.slide1 .title {
	text-align: center;
	margin-top: 100px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}
.slide2 {
	background: #f3f3f3 url(../images/watch_alt_large.jpg) no-repeat center 50%;
	background-size: 50% 100%;
}
.slide2 .title {
	padding-top: 100px;
	text-align: center;
}
.slide2 .title img{
	width: 100%;
	height: 400px;
}
/* 响应式 */
@media screen and (min-width: 100px) and (max-width: 500px) {
  .slide2 .title img {
    height: 340px;
}
}
@media screen and (min-width: 500px) and (max-width: 700px) {
  .slide2 .title img {
    height: 530px;
}
}
@media screen and (min-width: 700px) and (max-width: 800px) {
  .slide2 .title img {
    height: 550px;
}
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
  .slide2 .title img {
    height: 730px;
}
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .slide2 .title img {
    height: 830px;
}
}
.slide2 h2 {
	bottom: 100px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	width: 100%;
}
.slide3 {
	background: #fff url(../images/macbookpro_large.jpg) no-repeat center 110%;
	background-size: auto 70%;
}
.slide3 .title {
	text-align: center;
	margin-top: 100px;
	font-size: 40px;
	font-weight: normal;
}
.slide3 .title img{
    width: 100%
}
.about{
    width: 100%;
    height: 100%;
}
.about > .about_title{
    width: 310px;
    height: 165px;
    margin: 50px auto;
    text-align: center;
   
}
.about > .about_title > h1{
    line-height: 120px;
    font-size: 45px;
}
.about > .about_title > p{
    margin-top: -40px;
    color: #ccc;
}
/* 网页的about区域 */
.about > .about_content{
    width: 98%;
    height: 100%;
    margin: 50px auto;
    overflow: hidden;
}
.about > .about_content > .about_banner{
    width: 48%;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
} 
.about > .about_content > .row > .about_banner >  .thumbnail{
    overflow: hidden;
    width: 100%;
}  
.about > .about_content > .row > .about_banner >  .thumbnail > img{
    width: 100%;
    transition: all .7s ease 0s;
}
.about > .about_content > .row > .about_banner > .thumbnail:hover img{
    transition: all 0.7s;
    transform: scale(1.3);
}
.about > .about_content > .row > .about_banner > .thumbnail > i{
    width: 88px;
    height: 2px;
    background: #000;
    margin-bottom: 5%;
    
}
.about > .about_content > .row > .about_banner > .thumbnail > span{
    width: 88px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 60%;
    right: 5%;
}
/* 网页的公司介绍 */
.about > .about_content > .about_introduce{
    width: 48%;
    height: 40%;
    float: right;
    margin-left: 2%;
}
.about > .about_content > .about_introduce > img{
    width: 100%;
    transition: all .7s;
    transform: scale(1.3);
}
.about > .about_content > .about_introduce > img:hover{
    transition: all 0.7s;
    
}
.about > .about_content > .about_introduce > h3{
    margin-top: 35px;
    font-size: 25px;
    color: #333;
}
.about > .about_content > .about_introduce > h1{
    margin-top: 20px;
    font-size: 40px;
    margin-bottom: 30px;
}
.about > .about_content > .about_introduce > p{
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
    color: #333;
    text-indent: 2em;
}
.about > .about_content > .row{
    margin-bottom: -4%;
}
.about > .about_content > .row > .about_introduce > img{
    width: 100%;
}
.about > .about_content > .row > .about_banner > .thumbnail > img{
    width: 90%;
}
.about > .about_content > .row > .about_introduce > .col-md-12 > a > .btn > button{
    color: #99cccc;
    border: 2px solid #99cccc;
}
.btn button {
      position: relative;
      /* margin-left: 50%; */   
    }

    .btn button::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
	  
      transition: .7s;
      opacity: .3;
      background: #99cccc;
      transform-origin: left;
      transform: scaleX(0);
    }

    .btn button:hover::after {
      transform: scaleX(1);
	  color: #fff;
    }
    .btn button{
        background-color: #fff;
        width: 140px;
        height: 40px;
        border: none;
        outline: none;
        cursor: pointer;
        color: #000;
		border: 1px solid #99cccc;
        border-radius: 10px;
        margin: 0 auto;
	}
	/* 选项卡 */
.main-page{
	width: 80%;
	margin: 5% auto;
}
.main-page >.row > .col-md-4 > .left{
	float: left;
	width: 40%;
}
.main-page >.row > .col-md-4 > .left > p{
    font-size: 18px;
    text-align:left;
}
.main-page > .row > .col-md-4 >  .left  > .nav > div{
	margin-bottom: 10px;
    width: 100%;
    margin: 10px auto;
    font-size: 16px;
	cursor: pointer;	
}

.main-page > .row > .col-md-4 > .left  > .nav > div > em{
	display: inline-block;
    width: 0;
    height: 5px; 
    background: #99cccc;
    margin-bottom: 5px;
    transition: all .7s;
}
.main-page > .row > .col-md-4 > .left  > .nav > div:hover{
	font-size: 20px;
    color: #99cccc;
    transform: all.7s;
    
}
.main-page > .row > .col-md-4 > .left  > .nav > div:hover em{
	width: 50px;
    transition: width .5S;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
}
.main-page > .row > .col-md-4 > .left > .nav{
	color: #666;

}
.main-page > .row > .col-md-4 {
    overflow: hidden;
}
.main-page > .row > .right{
	float: right;
	width: 65%;
	height: 600px;
	overflow: hidden;
}
.main-page > .row > .col-md-8 > .right > .col-md-8 > .content{
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.main-page > .row > .col-md-8 > .right > .content > div{
	width: 100%;
	height: 600px;
    overflow: hidden;
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_1{
    width: 50%;
    height: 50%; 
    position: relative;
    transition: all .7s;
	overflow: hidden; 
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_2{
    width: 50%;
    height: 50%; 
	margin-top: 10px;
    position: relative;
    transition: all .7s;
	margin-bottom: 20px;
}

.main-page > .row > .col-md-8 > .right > .content > div > .tab_3{
    width: 50%;
    height: 620px;
    float: right;
    position: relative;
    top: -108%;
    margin-right: -10px;
    transition: all .7s;
} 
.main-page > .row > .col-md-8 > .right > .content{
	overflow: hidden;
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_1 .one{
    width: 100%;
    height: 100%;
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_1 .one > a > img{
    transition: all .7s;
    width: 100%;
    height: 100%;
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_1:hover img{
	transform: scale(1.3);
	transition: all .7s;
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_2 > a > img{
    transition: all .7s;
    
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_2:hover img{
    transform: scale(1.3);
	transition: all .7s;   
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_3 > a > img{
    transition: all .7s; 
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_3:hover img{
    transform: scale(1.3);
	transition: all .7s;   
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_1{
    overflow: hidden;  
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_2{
    overflow: hidden;
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_3{
    overflow: hidden;
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_1 > .one > h1{
	color: #fff;
	position: absolute;
	bottom: 19%;
    left: 10%;
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_1 >  a > img{
	width: 100%;
	height: 100%;
	
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_2 > a > img{
	width: 100%;
	height: 100%;
}
.main-page > .row > .col-md-8 > .right > .content > div > .tab_3 > a > img{
	width: 100%;
	height: 100%;
}
 .main-page > .row > .col-md-8 > .right > .content > div > .tab_1 > .one > span{
	 color: #fff;
	 position: absolute;
     bottom: 13%;
     left: 10%;
 }
 .main-page > .row > .col-md-8 > .right > .content > div > .tab_2 >  .two > h1{
 	color: #fff;
 	position: absolute;
 	bottom: 15%;
    right: 10%;
 }
  .main-page > .row > .col-md-8 > .right > .content > div > .tab_2 >  .two > span{
 	 color: #fff;
 	 position: absolute;
     bottom: 13%;
     right: 10%;
  }
   .main-page > .row > .col-md-8 > .right > .content > div > .tab_3 >  .three > h1{
  	color: #fff;
  	position: absolute;
  	top: 10%;
    left: 32%;
  }
   .main-page > .row > .col-md-8 > .right > .content > div > .tab_3 >  .three > span{
  	 color: #fff;
  	 position: absolute;
     top: 20%;
     left: 32%;
   }
   h3{
	   text-align: center;
   }
   h4{
       text-align: center;
   }
   /* h1{
     color: #99cccc;
     text-align: center
   } */
/* 网页的information */
.information{
    width: 100%;
    margin: -30px auto 0;
    overflow: hidden;
    background: #fff;
    padding-bottom: 30px;
}
.information > .information_title{
    /* width: 310px; */
    height: 165px;
    /* margin: 20px auto; */
    text-align: center;
  
}
.information > .information_title > h1{
    line-height: 120px;
    font-size: 35px;
}
.information > .information_title > p{
    margin-top: -40px;
    color: #ccc;
}
/* 消息列表 */
.information > .information_view{
    margin-top: 0px;
    width: 100%;
    overflow: hidden;
}

.information > .information_button{
    width: 170px;
    height: 50px;
    margin: 10px auto;
}
.information > .information_button > button{
    width: 100%;
    height: 100%;
    border: 1px solid #99cccc;
    color: #99cccc;
    outline: none;
}
.information > .information_button > button > a{
    color: #99cccc;
}
.information_view > .row > .col-md-3 > .row > .col-md-12{
    overflow: hidden;
    transition: all .7s;
}
.information_view > .row > .col-md-3 > .row > .col-md-12 > .list_banner:hover img{
    transition: all.7s;
    transform: scale(1.4);
}
.information_view > .row > .col-md-3 > .row > .col-md-12 > .list_banner > img{
    width: 100%;
    padding-top: 15px;
    transition: all .7s;
    overflow: hidden;
}
.information_view > .row > .col-md-3 > .row > .col-md-12 > .row > .col-md-12{
    margin-top: 10px;
}
.information_view > .row > .col-md-3 > .row > .col-md-12 > .row > .col-md-12 > .left{
    color: #99cccc;
    font-size: 45px;
}
.information_view > .row > .col-md-3 > .row > .col-md-12 > .row > .col-md-12 > .middle{
    color: #ccc;
    display: inline-block;
}
.information_view > .row > .col-md-3 > .row > .col-md-12 > .row > .col-md-12 > em{
    display: inline-block;
    width: 40px;
    height: 3px;
    margin-bottom: 10px;
    background: #99cccc;
}
.information_view > .row > .col-md-3 > .row > .col-md-12 > .row > .col-md-12 > p{
    color: #000;
    font-size: 15px;
    margin: 10px 0;
}
.information_view > .row > .col-md-3 > .row > .col-md-12 > .row > .col-md-12 > a > .btn{
    width: 100px;
    height: 40px;
    /* border: 2px solid #99cccc; */
    line-height: 40px;
    color: #99cccc; 
    border-radius: 10px;
}
.information_view > .row > .col-md-12 > a > .btn > button{
    width: 200px;
    height: 40px;
    /* border: 2px solid #99cccc; */
    margin-top: 20px;
    line-height: 40px;
    color: #99cccc; 
    border-radius: 10px;
}
@media(max-width:500px){
	
	.about > .about_content > .row > .about_banner > .thumbnail > span{
		width: 88px;
		height: 2px;
		background: #000;
		position: absolute;
		top: 100%;
		right: 1%;
	}
	.information_view > .row > .col-md-3 > .row > .col-md-12 > .row{
		text-align: left;	
	}
	.left{
		overflow: auto;
	}
	.information > .information_title > h1 {
		line-height: 130px;
	}
}
.swiper-container {
	width: 100%;
	height: 100%;
  }
  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* 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;
  }
  .link{
      width: 90%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 10px;
  }

.list_left{
    width: 50%;
    float: left;
}
.list_left > h1{
    font-size: 10px;
    color: #99cccc;
    margin: -65px 0;
}
.list_left > span{
    font-size: 14px;
    color: #666;
    display: inline-block;
    margin: -80px 0;
}
.list_right > h1{
    font-size: 10px;
    color: #99cccc;
    margin: -65px 0;
}
.list_right > span{
    font-size: 12px;
    color: #ccc;
    display: inline-block;
    margin: -80px 0;
}
.list_left > img{
    width: 95%;
    margin-left: 0;
}

.list_right > img{
    width: 95%;
    margin-left: 0;
}
.list_right{
    width: 50%;
    float: left;
}
@media(max-width:900px){
    .about > .about_content > .row > .about_introduce > .col-md-12 > a > .btn > button{
        border: none;
    }
}
@media(max-width:1050px){
    .about > .about_content > .row > .about_introduce > .col-md-12 > a > .btn > button{
        border: none;
    }
    .btn button {
        height: 60px;
    }
    .tabClick {
        background: #f3f3f3;
        overflow: hidden;
        margin-bottom: 100px;
    }
}
@media screen and (min-width: 400px) and (max-width: 1199px) {}
/* @media(max-width:500px){
    .slide2 .title img{
        height: 530px;
    }
}
@media(max-width:600px){
  .slide2 .title img{
      height: 540px;
  }
} */
/* 主页 */
.clear {
	clear: both
}

.bg_footer {
	width: 100%;
	height: 260px;
	background: #f5f5f5;
	border-top: 3px solid #0b82e1;
	transition: all 1s;
}

.news_banner {
	position: relative;
	top: 77px;
}

.news_banner img {
	width: 100%;
	height: auto
}

.news_fl {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 120px 0 34px;
	text-align: center;
	border-bottom: 1px solid #efefef;
	margin-bottom: 40px;
}

.news_fl ul {
	display: inline-block;
}

.news_fl ul li {
	margin-right: 10px;
	position: relative;
	float: left;
        margin-bottom: 20px;
}

.news_fl ul li a {
	display: block;
	width: 190px;
	height: 28px;
	padding: 11px 0;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	background-color: #b6b6b6;
	color: #fff;
}

.news_fl ul li span {
	position: absolute;
	display: none;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: -4px;
	background: url("../images/ws07.png") no-repeat center;
}

.news_fl ul li.cur a {
	background-color: #e3001b;
}

.news_fl ul li.cur span {
	display: block;
}

.news_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	height: 350px;
	padding: 20px;
	background-color: #f3f3f3;
	margin-bottom: 50px;
}

.news_box ul li {
	background-color: #fff;
	width: 340px;
	height: 336px;
	padding: 14px 13px 0 12px;
	border-right: 1px solid #ededed;
	float: left
}

.news_box .img {
	overflow: hidden;
	width: 340px;
	height: 209px;
}

.news_box .img img {
	width: 100%;
	height: 100%;
	transition: 500ms;
}

.news_box .cnt {
	position: relative;
}

.news_box .cnt h2 {
	color: #999;
	font-size: 18px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	padding: 22px 25px 18px 13px;
}

.news_box .cnt p {
	color: #999;
	font-size: 14px;
	line-height: 14px;
	padding-left: 13px;
	position: relative;
}

.cover {
	position: absolute;
	z-index: 2;
	width: 26px;
	height: 26px;
	right: 0;
	top: 85px;
	left: auto;
	background-repeat: no-repeat;
	background-image: url("../images/xw05.png");
}

.news_box ul li:hover {
	box-shadow: 5px 5px 5px #d0cfcf;
}

.news_box ul li:hover .img img {
	transform: scale(1.1);
}

.news_box ul li:hover .cnt h2 {
	color: #333;
}

.news_box ul li:hover .cnt p {
	color: #333;
}

.news_box ul li:hover .cover {
	background-position: 0 -26px;
}

.news_list{
    margin: 30px auto;
}
.news_list ul{
    margin-bottom: 50px;
}
.news_list ul li{
    width: 100%;
    padding: 20px 0;
    overflow: hidden
}
.news_list ul li.one{
    background: #f3f3f3;
}
.news_list ul li.two{
    background: #fff;
}

.news_list ul li .news_awrap{
    display: block;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    color: #999;
    
}
.news_list ul li .r_img{
    float: left;
    width: 208px;
    height: 118px;
    overflow: hidden;
    margin-right: 36px;
}
.news_list ul li .r_img img{
    display: block;
    width: 100%;
    height: 100%;
    transition: 500ms;
}
.r_list{
    float: left;
    width: 850px;
}
.r_list h2{
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0 7px 0;
    font-weight: bold;
}
.r_list h2 span{
    margin-left: 40px;
}
.r_list p{
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 8px;
    height: 40px;
    overflow: hidden;
}
.cover2{
    display: block;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-image: url("../images/xw05.png");
}
.news_list ul li:hover .r_list .cover2{
    background-position: left -26px;
}
.news_list ul li:hover .r_list h2{
    color: #e20012;
}
.news_list ul li:hover  .r_img img{
    transform: scale(1.1);
}

.con_top{
    width: 1100px;
    margin: 30px auto;
    text-align: center;
}
.con_top h2{
    font-size: 18px;
    padding: 8px 0;
    font-weight: normal;
}
.con_top p span{
    color: #999;
    padding: 0 20px;
    font-size: 14px;
}
.con_main{
    width: 1100px;
    margin: 20px auto;
    padding: 20px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
/*关于我们*/

.w1200{
    width: 1200px;
    margin:90px auto;
}
.about{
    box-shadow: 3px 3px 3px 3px #d0cfcf;
    overflow: hidden;
    background: url(../images/aaaa.jpg) no-repeat top;
    background-size: 100%;
}
.about h1{
    height: 80px;
    border-bottom: 1px solid #eee;
    font-size: 30px;
    line-height: 80px;
    color: #ea5a25;
    width: 94%;
    margin: 0 auto
}
.about_left{
    float: left;
    width: 60%;
    border-right: 1px solid #eee;
    padding: 30px 60px;
    margin: 20px 0;
}
.about_left h2{
     color: #ea5a25;
     font-size: 26px;
}
.about_left h2 p{
    color: #666;
    font-size: 14px;
    text-transform:uppercase;
    padding: 6px 0 0 0;
}
.about_left_main{
    margin: 20px auto;
    font-size: 14px;
    line-height: 30px;
    color: #666
}

.about_right{
    width: 22%;
    padding: 30px;
    float: right;
    margin-right: 2%
}
.about_right_box{
    border: 1px solid #eee;
    text-align: center;
    margin-bottom: 30px;
    padding: 40px 0;
}
.about_right_box h3{
     color: #ea5a25;
     font-size: 26px;
    font-weight: bold
}
.about_right_box p{
    color: #999;
    font-size: 16px;
    padding-top: 10px;
}
.box_img{
    margin: 10px auto 0px;
    border-bottom: 1px solid #eee;
    padding: 0 30px 60px;
    overflow: hidden
}
.box_img ul li{
    width: 30%;
    margin-left: 30px;
    float: left;
    
}
.box_img ul li img{
    width: 100%;
}
.about_box2{
    padding:  60px;
}
.about_box2 p{
    color: #666;
    line-height: 30px;
    font-size: 14px;
}
.about_box2 img{
    margin-top: 20px;
    width: 100%
}

.case{
    margin-bottom: 50px;
    overflow: hidden
}



.case dl dt{
    float: left;
    overflow: hidden;
    width: 49%;
    height: 384px;
}
.case dl dt img{
    width: 100%;
    height: 100%;
    transition: 500ms;
}
.case dl:hover dt img{
    transform: scale(1.1);
}
.case dl dd{
    background-color: #fff;
    width: 41%;
    height: 384px;
    float: left;
    padding-left: 40px;
    padding-right: 60px;

}
.case dl dd h2{
    color: #333;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 15px;
    font-weight: normal;
}
.case dl dd h2.pdt65{
    padding-top: 65px;
}
.case dl dd .line{
    display: block;
    width: 28px;
    height: 5px;
    background-color: #1088ba;
    margin-bottom: 18px;
}
.case dl dd .det{
    color: #999;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 44px;
}
.case dl dd .cnt{
    color: #333;
    font-size: 14px;
    line-height: 24px;
}
.case dl dd .cnt p{
    color: #333;
    padding-left: 43px;
    background: url("../images/cp07.jpg") no-repeat left 12px;
}
.case dl:hover dd h2{
    color: #e8001b;
}

.case_list{
    overflow: hidden
}
.case_list ul li{
    width: 23%;
    margin-right: 2%;
    background: #f3f3f3;
    overflow: hidden;
    padding-bottom: 30px;
    float: left;
    margin-bottom: 30px;
}
.case_list ul li .img{
    width: 100%;
    height: 185px;
    overflow: hidden
}
.case_list ul li .img img{
    width: 100%;
    height: 100%;
    transition: 500ms;
}
.case_list ul li:hover .img img{
    transform: scale(1.1);
    
}
.case_list ul li .cnt h2{
    font-size: 18px;
    color: #333;
    padding: 20px;
}
.case_list ul li:hover .cnt h2{
    color: #e8001b;
}


#example1 .sp-thumbnail {
	width: 100%;
	padding: 8px;
	background-color: #F0F0F0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#example1 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

#example1 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}

@media (max-width: 860px) {
	#example1 .hide-medium-screen {
		display: none;
	}
}

@media (max-width: 640px) {
	#example1 .sp-layer {
		font-size: 12px;
	}

	#example1 .hide-small-screen {
		display: none;
	}
}

@media (max-width: 100px) {
	#example1 .sp-thumbnail {
		text-align: center;
	}

	#example1 .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	#example1 .sp-thumbnail-description {
		display: none;
	}
}
/* 在线留言 */
*{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
.clear{
  clear: both;
}
header{
  width: 100%;
  overflow: hidden;
}
.header{
  width: 100%;
  height: 500px;
  background: url(../images/list_banner.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.header > .header_nav > .header_logo{
  width: 300px;
  height: 65px;
  float: left;
  margin: 30px 0 0 100px;   
}
.header > .header_nav > .header_menu{
  width: 300px;
  height: 65px;
  float: right;
  margin: 23px 100px 0 0;
  color: #fff;
  line-height: 65px;
  text-align: center;
  cursor: pointer;
}
.header > .header_nav > .header_menu > img{
  margin-right: 10px;
}
.header > .header_banner{
  width: 400px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
  color: #fff;
  text-align: center;
}
.header > .header_banner > h1{
  margin: 10px 0 10px 0; 
}
.header > .header_banner > p{
  font-size: 18px;
}
.link{
  /* width: 60%; */
  margin: 20px auto;
  /* text-align: right; */
}
.link > .online_link{ 
 width: 100%;
}
.link > .online_link > a{
  color: #666666;
  display: inline-block;
  margin-bottom: 30px;
}
/* 留言区域 */
.online_form{
  width: 60%;
  margin: 5% auto;
}
.online_form > .row > .col-md-6 > img{
  border-radius: 20px;
}
input{
  width: 100%;
  height: 40px;
  /* margin-left: 20px; */
  border-color: #cccccc;
  outline: none;
}
p{
  margin: 5px 0;
}
textarea{
  width: 100%;
  height: 150px;
  /* margin-left: 20px; */
  outline: none;
}
.submit{
  width: 130px;
  height: 35px;
  background: #99cccc;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 15%;
  bottom: -20%;
}
img{
  display: inline-block;
  margin-left: 10px;
}
.button{
  width: 140px;
  height: 40px;
  background: #99cccc;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin: 30px auto;
  cursor: pointer;
}
#checkCode {
  font-family: Arial;
  font-style: italic;
  font-weight: bold;
  border: 1px solid #000;
  letter-spacing: 2px;
  color: red;
}
/* 网页的底部 */
footer{
  width: 100%;
  height: 160px;
  background: url(../images/coating.png) no-repeat;  
  overflow: hidden;
}

footer > .left{
  width: 80%;
  margin: 50px auto;
} 
footer > .left > .col-md-6 > .row > .col-md-12 > p{
  color: #ccc;
  margin-top: 10px;
}
footer > .left > .col-md-6 > .row > .col-md-8 > .footer_p{
  color: #ccc;
  margin-bottom: 10px;
}

.wap-content > p > img{
  width: 100% !important;
  
}