﻿html {
    font-size: 62.5%;
	background-color:#fff;
}

@media only screen and (min-width: 375px) {
    html {
        font-size: 73.2%!important;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 80.8%!important;
    }
}

@media only screen and (min-width: 481px) {
    html {
        font-size: 94%!important;
    }
}

@media only screen and (min-width: 561px) {
    html {
        font-size: 109%!important;
    }
}

@media only screen and (min-width: 641px) {
    html {
        font-size: 125%!important;
    }
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Microsoft Yahei,SimSun,Helvetica;
    color: #000;
    -webkit-overflow-scrolling: touch;
    /* touch滚动回弹 */
}

/*开启硬件加速*/
 .css {
     -webkit-transform: translate3d(0,0,0);
     -moz-transform: translate3d(0,0,0);
     -ms-transform: translate3d(0,0,0);
     transform: translate3d(0,0,0);
 }


/*改写滚动条为全部透明*/

::-webkit-scrollbar
/*整体部分*/

{
    width: 0;
    height: 0;
}

::-webkit-scrollbar-track
/*滑动轨道*/

{
    background: rgba(0, 0, 0, 0);
}


::-webkit-scrollbar-thumb
/*滑块*/

{
    background: rgba(0, 0, 0, 0.0);
}

::-webkit-scrollbar-thumb:hover
/*滑块效果*/

{
    background: rgba(0, 0, 0, 0);
}


/* /透明度设置为0，去掉点击链接和文本框对象时默认的灰色半透明覆盖层(iOS)或者虚框(Android) */

input,
a ,textarea{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
    list-style-type: none
}

ul,
li,
img,
p {
    margin: 0;
    padding: 0;
}

input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.dis-b {
    display: block;
}

.dis-n {
    display: none;
} 
.dis-in{
    display: inline-block;
}
button {
    padding: 0;
}


/* 重置链接a标签 */

a {
    text-decoration: none;
    outline: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.cursor {
    cursor: pointer;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.clear {
    clear: both;
}

.white {
    color: #fff;
}

.text-hide-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-hide-2 {
    /* 超过两行显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*万能清除浮动*/

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

.t-l{
    text-align: left
}
.t-c{
    text-align: center
}
.t-r{
    text-align: right
}


/* index */

.banner{
    width:1200px;
    height: 450px!important;
    margin-bottom: 20px
  }
  .bannerbox,.bannerbox img{
	text-align: center;
    width: 1200px;
    height: 100%
  }
  .header{
    height: 100px;
    width: 1200px;
    margin: 0 auto;
	background-color:#FFFFFF;
  }
  .h_item{
    width: 9%;
    text-align: center;
    height: 100px;
    line-height: 40px;
    border:0px solid #b6b4b6;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px
  }
  .banner_des{
    width: 1000px;
    height: 150px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0px;
    left:50%;
    margin-left: -500px;
    border-bottom: 4px solid #dd1d21;

    
  }
  .banner_tit{
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    color: #404040
     
  }
  .banner_info{
    text-align: center; 
    font-size: 16px; 
    line-height: 30px;
    color: #404040;
    box-sizing: border-box;
    width: 100%;
    padding: 0 70px
     
  }
  .nav{
    max-width: 1200px;
    height: 60px;
    margin: auto

  }
  .nav_home{
    width: 120px;
    height: 60px;
    background: #fbce07;
    text-align: center;
     
  }
  .nav_home img{
    margin: 15px auto;
    width: 30px;
    height:30px;
    
  }
  .nav_item{
    width: 150px;
    height:60px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    color: #404040
    
  }
  .boxlist{
    width: 1200px;
     
    margin: auto
  }
  .zxboxlist{
    width: 900px; 
    float: left
  }
  .zxnav{
      width: 280px;
      float: left
  }
  .boxlist1{
    width: 1200px;
     height: 360px;
     margin: auto
  }
  .artitem{
    width: 25%;
    height: 260px;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 40px
  }
  .artitem1{
    width: 33.33333%;
    height: 260px;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 40px
  }
  .arttitle{
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    color: #404040;
    font-weight: 600;
    margin-bottom: 30px
  }
.artinfobox{
  width: 84%;
  top: 170px;
  left: 8%;
  height: 150px;
  background: #fff;
  position:absolute;
  border-bottom: 4px solid #fff;
   
}
.artinfobox p{
  padding:0 20px;
  box-sizing: border-box;
  width: 100%;
  color: #404040;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600

}
.footer{
  width: 1200px;
  margin: auto;
  margin-top:40px;
  height: 200px;
  border-top: 4px solid #fbce07;
  padding-top: 20px


}
.footer a{
  width: 25%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #404040;
  font-size: 17px;
  font-weight: 600
}
.icp{
	width: 1200px;
	margin: auto;
  text-align: center;
  background: #404040;
  height: 50px;
  line-height: 50px;
  color: #fff
}
.hover_act {
  cursor: pointer;
  transition: all 0.6s;
}
.hover_act:hover{
  transform: scale(1.1);
  overflow: hidden;
}
.nav_item:hover{
  background: #fbce07;
 color: #404040
}
.l_banner{
    width: 1200px;
    height: 300px;
    margin: auto;
    position: relative;
    margin-bottom: 140px
} 
.l_banner img{
   width: 1200px;
   height: 200px;
}
.h_bannerbox{
    position: absolute;
    width: 1200px;
    height: 200px;
    bottom: -100px;
    /*left: 100px;*/
    background: #F8F8FF

}
.h_bannerbox p{
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    padding: 0 150px;
    color: #404040
}
.h_bannerbox p:first-child{
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    padding: 20px 100px;
    color: #404040

}
.box{
  width: 1000px;
  margin:0 auto 20px;
  overflow: hidden;
}
.logo,.nav_home{
    cursor: pointer;
}
.str_wrap{
    padding-left: 3em;
    padding-right: 3em;
    background: #fefefe;
    height: 10em;
    line-height: 2em;
    font-size: 1.2em;
}
 
.str4 .str_item {
    font-size:0;
    line-height:0
}
.str4 img { opacity:0.8;margin-right: 10px;height: 280px;width: 400px}
.str4 img:hover { opacity:1}

.str5 .str_item {
    font-size:0;
    line-height:0
}
.str5 img { opacity:0.8;margin-right: 10px;height: 200px;width: 280px}
.str5 img:hover { opacity:1}

.newsbox{
    float:left;
    width:32%;
    height: 100%; 
    box-shadow: 2px 2px 5px #CCC;
    border-top: 4px solid #fff;

}
.aboutusbox{
    float:left;
    width:32%;
    height: 100%; 
    box-shadow: 2px 2px 5px #CCC;
    border-top: 4px solid #fff;
    margin:0 2%

}
.contactbox{
    float:left;
    width:32%;
    height: 100%; 
    box-shadow: 2px 2px 5px #CCC;
    border-top: 4px solid #fff;
     
}
.newstitle{
    width:100%;
    height:40px;
    line-height: 40px;
    padding-left: 14px;
    box-sizing: border-box;
    position: relative;
    color: #fff;font-size: 16px;
    font-weight: bold;
    border-bottom: 0px solid #eee;
	background-color:#F2702B;
}
.aboutustitle{
    width:100%;
    height:40px;
    line-height: 40px;
    padding-left: 14px;
    box-sizing: border-box;
    position: relative;
    color: #fff;font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
	background-color:#1B3C8B;
}
.contacttitle{
    width:100%;
    height:40px;
    line-height: 40px;
    padding-left: 14px;
    box-sizing: border-box;
    position: relative;
    color: #fff;font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
	background-color:#3C3C3C;
}
 

.newstitle span{
    display:block;
    width:4px;
    height:16px;
    top:12px;
    left: 0px;
    background:#F2702B;
    position: absolute
}
.aboutustitle span:first-child{
    display:block;
    width:4px;
    height:16px;
    top:12px;
    left: 0px;
    background:#1B3C8B;
    position: absolute
}
.contacttitle span{
    display:block;
    width:4px;
    height:16px;
    top:12px;
    left: 0px;
    background:#3C3C3C;
    position: absolute
}
.aboutusmore{
    float:right;
    font-size: 14px;
    color: #fff;
    cursor: pointer

}

.newslistbox{
    width:100%;
    height: 348px;
    overflow: scroll;
    padding: 10px 0;
    box-sizing: border-box;

}    
.newslistbox p{
    color: #333;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    clear: both;
    cursor: pointer;
}
.newslistbox p span:first-child{
    float: left
}
.newslistbox p span:last-child{
    float: right
}


.ui-nowrap {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.contactcontentbox{
    padding: 10px 0px
}
.contactcontentbox p{
    width: 100%;
    font-size: 14px;
    line-height: 30px
}
.aboutuscontentbox{
    padding: 20px 0
}
.navbox2 .nav_item{
    display: block!important;
    margin: auto
}
  
