*{
    padding: 0;
    margin: 0;
}
html,body{
    position: relative;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    font-family: 微软雅黑;
    color: #222222;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    line-height: normal;
}
img{
    border: 0;
    vertical-align: top;
}
ul,li,ol{
    list-style: none;
}
input{
    border: 0;
    outline: none;
    vertical-align: top;
}
/* 去除特殊标签斜体 */
s,
i,
em {
    font-style: normal;
    /*去掉倾斜*/
    text-decoration: none;
    /*去掉删除线*/
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
    /* IE/ 7 / 6 */
}
/* 去除链接默认样式 */
a {
    color: #333333;
    text-decoration: none;
    vertical-align: top;
}
/*公共类*/
.topw {
    width: 1200px;
    margin: 0 auto;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.txleft {
    text-align: left;
}
.txcenter {
    text-align: center;
}
.txright {
    text-align: right;
}
.box-mauto {
    margin: auto;
}
select , option {
    border: 0;
    outline: none;
}
textarea {
    border: 0;
    outline: none;
    resize: none;
}
/* 给placeholder 添加颜色样式 */
input::-webkit-input-placeholder {
    color: #b0b0b0;
}
textarea::-webkit-input-placeholder{color:#b0b0b0;}
/* 单行省略 */
.one-row {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 多行省略 */
.more-row {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 解决swiper闪屏方法 */
.swiper-container {
    transform:translate3d(0,0,0);
    overflow: hidden;
}
.swiper-slide {
    transform:translate3d(0,0,0);
}
/* 解决苹果下方黑条遮盖的方法 */
@supports (bottom: env(safe-area-inset-bottom)){
    body,
    .footer{
      padding-bottom: constant(safe-area-inset-bottom);
      padding-bottom: env(safe-area-inset-bottom);
    }
}
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
/* 点击导航隐藏阴影 */
.click_nav_hideshadow {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
.inside-pages {
    cursor: default;
}
/* 顶部 */
.header {
    cursor: default;
    width: 100%;
    height: 104px;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 3px 4px rgba(0,0,0,0.1);
}
.webHead {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2014;
     background-image: url("../images/bannerbg.png");
     background-size: 100%;
}
.header .logo {
    width: 13.25%;
    padding: 30px 0;
}
.header .logo img {
    width: 100%;
}
.navCenter {
    width: 52%;
    overflow: hidden;
}
.navCenter .itemContainer {
    margin: 30px 0;
}
.navCenter .itemContainer .itemcol {
    float: left;
}
.navCenter .itemContainer .itemsep {
    width: 20px;
    height: 50px;
    float: left;
}
.navCenter .itemContainer a {
    padding: 17px 10px;
    font-size: 18px;
    line-height: 18px;
    display: block;
    color: #000000;
    border-bottom: 2px solid transparent;
}
.navCenter .itemContainer a.active {
    border-color: rgb(255, 102, 55);
    color: #ff6637;
    font-weight: bold;
}
.navCenter .itemContainer a:hover {
    border-color: rgb(255, 102, 55);
    color: #ff6637;
}
.bannerbox {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 104px;
}
/* 一个图片 */
.bannerbox img {
    width: 100%;
}
.part-content {
    padding: 60px 0 50px;
}
.part-content:nth-child(2n) {
    background-color: #f7f7f7;
}
/* 分类标题 */
.dyninfotit {
    position: relative;
}
.dyninfotit .entit {
    position: relative;
    z-index: 0;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    color: #e2e6f0;
    text-align: center;
    line-height: 68px;
    height: 68px;
}
.dyninfotit .chitit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    font-size: 32px;
    font-weight: bold;
    color: #283256;
    line-height: 68px;
    text-align: center;
}
.dyninfotit .briefinfo {
    font-size: 14px;
    color: #a7afc4;
    line-height: 32px;
    text-align: center;
}
/*分页器*/
.page-box {
   width: 100%;
   height: auto;
   display: flex;
   justify-content: center;
}
.pagination{
    border-radius:4px;
    font-size: 14px;
    line-height: 14px;
    margin: 30px 0;
}
.pagination > li{
    display:inline
}
.pagination > li > a,.pagination > li > span{
    position:relative;
    float:left;
    margin: 0 1px;
    padding: 10px 16px;
    color:#999;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius: 2px;
}
.pagination > li:first-child > a,.pagination > li:first-child > span{
    margin-left:0;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}
.pagination > li:last-child > a,.pagination > li:last-child > span{
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}
.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus{
    z-index:2;
    color:#fff;
    background-color:#09c878;
    border:1px solid #09c878;
}
.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus{
    z-index:3;
    color:#fff;
    cursor:default;
    background-color:#09c878;
    border:1px solid #09c878;
}
.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus{
    color:#777;
    cursor:not-allowed;
    background-color:#fff;
    border-color:#ddd
}
/* 底部 */
.footer {
    background-color: #160e0c;
}
.footer-head {
    padding: 30px 0;
}
.footer-head h1 {
    font-size: 30px;
    color: rgb(178,178,178);
    line-height: 60px;
}
.footer-head .contact-us {
    display: flex;
    align-items: center;
}
.footer-head .contact-us .way-col-3 {
    display: flex;
    align-items: center;
    width: 30%;
    font-size: 22px;
    color: rgb(178,178,178);
    margin-left: 6%;
}
.footer-head .contact-us .way-col-3 .addres{
    font-size: 16px !important;
    width: 80%;
}
.footer-head .contact-us .way-col-3:nth-child(1) {
    margin-left: 0;
}
.footer-head .contact-us .way-col-3 .way-ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #b3b3b3;
    margin-right: 24px;
}
.footer-head .contact-us .way-col-3 .way-ico img{
    width: 25px;
}
.footer .footer-foot {
    border-bottom: 1px solid #302c29;
    text-align: center;
    padding: 40px 0;
}
.footer-foot a {
    font-size: 16px;
    color: rgb(140,140,140);
    margin: 0 15px;
    line-height: 24px;
}
.footersup {
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.2);
    font-size: 14px;
    color: rgb(178,178,178);
    text-align: center;
    line-height: 40px;
    cursor: default;
}
.footersup span {
    margin: 0 10px;
}
.footersup a {
    color: #ffffff;
}
.empty-1 {
    height: 90px;
}
/* 右边浮窗 */
.side {
    position: fixed;
    width: 64px;
    right: 30px;
    top: 30%;
    z-index: 100;
}
.side ul li {
    width: 64px;
    height: 64px;
    float: left;
    position: relative;
    margin-top: 20px;
}
.side ul li a{
    border-radius: 7px;
}
.side ul li .sidebox {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    right: 0;
    transition: all .3s;
    background: #000;
    opacity: .8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 16px/64px "PingFang SC";
    text-align: center;
    overflow: hidden;
    border-radius: 7px;
}
.side ul li.blue .sidebox {
    background: linear-gradient(to bottom right,#1b64aa,#064d92);
}
.side ul li.green .sidebox {
    background: linear-gradient(to bottom right,#09c878,#009b4c);
}
.side ul li.orange .sidebox {
    background: linear-gradient(to bottom right,#ff7760,#ff5639);
}
.side ul li .sidetop {
    width: 64px;
    height: 64px;
    line-height: 64px;
    display: inline-block;
    background: #e2e6f0;
    opacity: .8;
    filter: Alpha(opacity=80);
    transition: all .3s;
}
.side ul li img {
    float: left;
}
.side li .sidecode {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    right: 0;
    transition: all .3s;
    background: #e2e6f0;
    color: #000;
    font: 16px/64px "PingFang SC";
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}
.sidecodehover {
    position: absolute;
    top: -58px;
    left: -220px;
    padding: 10px;
    background: #e2e6f0;
    display: none;
    text-align: center;
}
.side li .sidecodehover img {
    width: 180px;
}
.side li .sidecodehover p {
    line-height: 30px;
}
.sidecode img {
    width: 36px;
}

@keyframes big {
    from {
        transform: scale(1);
        z-index: 999;
    }
    to {
        transform: scale(1.2);
        z-index: 999;
    }
}
/*页面按钮动画*/
.projects-foot a {
    display: block;
    width: 219px;
    height: 50px;
    background-color: #ff6637;
    border-radius: 4px;
    text-align: center;
    margin: 40px auto 0;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    transition: all .1s;
    z-index: 0;
    overflow: hidden;
}
.projects-foot a:hover .anim {
    animation:anim-out .75s;
    border-radius:50%
}
@keyframes anim-out{
    0%{
        width:0;
        background:rgba(0,0,0,0.25);
    }
    100%{
        width:100%;
        background:transparent;
    }
}
.anim {
    transform:translateY(-50%) translateX(-50%);
    position:absolute;
    top:50%;
    left:50%;
    z-index:-1;
    border-radius:50%;
}
.anim:before{
    position:relative;
    content:"";
    display:block;
    margin-top:100%
}