*{
    margin: 0;
    padding: 0;
    font-family:\5FAE\8F6F\96C5\9ED1;
}
body{
    padding-top: 100px;
    font-family:\5FAE\8F6F\96C5\9ED1;
}
header.header{
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 156;
    -webkit-box-shadow: 0 0 5px #c8c8c8;
    -moz-box-shadow: 0 0 5px #c8c8c8;
    box-shadow: 0 3px 8px #c8c8c8;
}
header.header .content{
    width: 1200px;
    margin: auto;
    height: 100px;
    line-height: 100px;
}
header.header .content .logo{
    height: 100%;
    float: left;
}
header.header .content .logo>div{
    display: inline-block;
    height: 100%;
}
header.header .content .logo a{
    font-size: 18px;
    font-weight: bold;
    color:#347ab3;
}
header.header .content .right{
    float: right;
}
header.header .content .right .nav{
    float: left;
    font-size: 16px;
}
header.header .content .right .search{
    float: left;
}
header.header .content .right .search img{
    vertical-align: middle;
    cursor: pointer;
}
header.header .content .right .nav ul{
    overflow: hidden;
}
header.header .content .right .nav ul li{
    float: left;
    margin-right: 50px;
}
header.header .content .right .nav ul li.active a{
    color:#1b68ae;
}
header.header .content .right .nav ul li a{
    color:#333;
}
header.header .content .right .nav ul li a:hover{
    color:#1b68ae;
}
.search-form {
    position: fixed;
    top: 114px;
    width: 100%;
    z-index: 1000;
    display: none;
}
.search-form .box{
    width: 1200px;
    margin: auto;
}
.search-form .box .form{
    width: 1100px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 0;
    border-radius: 10px 10px;
    background: #fff;
    box-shadow: 0 0 5px #eee;
}
.search-form .box .form i{
    display: inline-block;
    width: 5%;
    font-size: 28px;
    color: #015a9c;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    cursor: pointer;
}
.search-form .box .form input{
    background: transparent;
    display: inline-block;
    width: 90%;
    border: none;
    font-size: 16px;
    vertical-align: middle;
    box-sizing: border-box;
    outline: none;
}
.container{
    width: 100%;
}
.container .banner{
    width: 100%;
}
.container .banner .index-banner{
    width: 100%;
    height: 600px;
}
.container .banner .index-banner a{
    display: block;
}
.container .banner .index-banner a div{
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
}
.container .banner .index-banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background:#fff;
    opacity: 1;
    margin:0 10px;
}
.container .banner .index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#347ab3;
}
.container .banner .index-banner .swiper-pagination{
    bottom: 20px;
}
.container .products{
    width: 100%;
    background:#fff;
    padding-top: 60px;
    padding-bottom: 70px;
}
.container .products .con{
    width: 1200px;
    margin:auto;
}
.container .products .con h3{
    font-size: 22px;
    color:#333;
}
.container .products .con h3 em{
    font-size: 16px;
    color:#666;
    display: inline-block;
    vertical-align: text-bottom;
}
.container .products .con .pro{
    width: 100%;
    margin-top: 25px;
}
.container .products .con .pro  ul li{
    float: left;
    margin-right: 20px;
    width: 550px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.container .products .con .pro  ul li:nth-child(2n){
    margin-right: 0;
}
.container .products .con .pro  ul li a{
width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    color:#333;
    height: 360px;
    box-sizing: border-box;
}
.container .products .con .pro  ul li a:hover img{
    transform: scale(1.08);
}
.container .products .con .pro  ul li a img{
    width: 100%;
    height: 360px;
    max-width: 550px;
    max-height: 360px;
    transition: all 0.8s;
}
.container .products .con .pro ul li a h4{
    position: absolute;
    text-align: center;
    top: 50px;
    width: 100%;
}
.container .products .con .more{
    width: 100%;
    margin-top: 55px;
    text-align: center;
}
.container .products .con .more a{
    display: inline-block;
    height: 40px;
    padding:0 20px;
    line-height: 38px;
    box-sizing: border-box;
    border:1px solid #347ab3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color:#347ab3;
}
.container .products .con .more a:hover{
    color:#fff;
    background:#347ab3;
}
.container .products .con .more a:hover .iconfont{
    color:#fff;
}
.container .products .con .more a .iconfont{
    color:#347ab3;
    font-weight: bold;
    display: inline-block;
    transform: translateY(1px);
}
.container .about{
    width: 100%;
    height: 550px;
    background:url("../images/index-aboutBG.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.container .about .con{
    width: 1200px;
    margin:auto;
    box-sizing: border-box;
    height: 550px;
    padding-top: 50px;
}
.container .about .con h3{
    font-size: 22px;
    color:#333;
}
.container .about .con h3 em{
    font-size: 16px;
    color:#666;
    display: inline-block;
    vertical-align: text-bottom;
}
.container .about .con .do{
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.container .about .con .do .l{
    float: left;
    width: 300px;
    height: 400px;
}
.container .about .con .do .l a{
    display: block;
    overflow: hidden;
}
.container .about .con .do .l a:hover img{
    transform: scale(1.08);
}
.container .about .con .do .l a img{
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 400px;
    transition: all 0.8s;
}
.container .about .con .do .r{
    width: 900px;
    right:0;
    position: absolute;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.container .about .con .do .r .top{
    width: 100%;
    box-sizing: border-box;
    padding:0 40px 0 30px;
    background:#fff;
    margin-top: 30px;
    line-height: 150%;
    font-size: 14px;
    color:#666;
    height: 200px;
    position: relative;
    box-shadow: 5px 5px  10px #c4c4c4;
}
.container .about .con .do .r .top h4{
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 5px;
    color:#347ab3;
}
.container .about .con .do .r .top h5{
    margin-bottom: 15px;
    color:#bbb;
}

.container .about .con .do .r .top p{
    max-height: 75px;
    overflow: hidden;
}
.container .about .con .do .r .top>a{
    position: absolute;
    right:40px;
    bottom:20px;
    color:#347ab3;
    font-size: 12px;
}
.container .about .con .do .r .bottom{
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
    padding:0 30px;
    line-height: 130%;
}
.container .about .con .do .r .bottom .item{
    display: inline-block;
    margin: 0 30px;
    text-align: center;
}
.container .about .con .do .r .bottom .item img{

}
.container .about .con .do .r .bottom .item:hover img{
    transform:rotateY(360deg);
    transition: all .5s;
}
.container .about .con .do .r .bottom .item span{
    display: block;
}
.container .news{
    width: 100%;
    background:#fff;
    padding: 70px 0;
}
.container .news .con{
    width: 1200px;
    margin:auto;
}
.container .news .con h3{
    font-size: 22px;
    color:#333;
}
.container .news .con h3 em{
    font-size: 16px;
    color:#666;
    display: inline-block;
    vertical-align: text-bottom;
}
.container .news .con .more{
    width: 100%;
    margin-top: 55px;
    text-align: center;
}
.container .news .con .more a{
    display: inline-block;
    height: 40px;
    padding:0 20px;
    line-height: 38px;
    box-sizing: border-box;
    border:1px solid #347ab3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color:#347ab3;
}
.container .news .con .more a:hover{
    color:#fff;
    background:#347ab3;
}
.container .news .con .more a:hover .iconfont{
    color:#fff;
}
.container .news .con .more a .iconfont{
    color:#347ab3;
    font-weight: bold;
    display: inline-block;
    transform: translateY(1px);
}
.container .news .con .n{
    width: 100%;
    margin-top: 30px;
}
.container .news .con .n ul li{
    width: 360px;
    height: 415px;
    float: left;
    margin-right: 60px;
    position: relative;
    transition: all 0.2s;
}
.container .news .con .n ul li:hover{
    box-shadow: 0 5px 10px #d4d4d4;

}
.container .news .con .n ul li:nth-child(3n){
    margin-right: 0;
}
.container .news .con .n ul li>a{
    display: block;
    height: 230px;
    overflow: hidden;
}
.container .news .con .n ul li:hover>a img{
    transform: scale(1.08);
}
.container .news .con .n ul li a img{
    width: 100%;
    height: 230px;
    max-height: 230px;
    transition: all 0.8s;
}
.container .news .con .n ul li .txt{
    line-height: 150%;
    color:#999;
    box-sizing: border-box;
    padding:0 15px;
    font-size: 14px;
}
.container .news .con .n ul li .txt h4{
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 10px;
}
.container .news .con .n ul li .txt h4 a{
    color:#333;
}
.container .news .con .n ul li .txt h4 a:hover{
    color:#347ab3;
}
.container .news .con .n ul li .txt p{
    max-height: 42px;
    overflow: hidden;
}
.container .news .con .n ul li .txt .bottom{
    position: absolute;
    bottom:20px;
    width: calc(100% - 30px);
}
.container .news .con .n ul li .txt .bottom .time{
    font-size: 14px;
    color:#347ab3;
    float: left;
    transform: translateY(5px);
}
.container .news .con .n ul li .txt .bottom .icon{
    float: right;
}
.container .news .con .n ul li .txt .bottom .icon a{
    display: block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background:#dddddd;
    color:#fff;
    text-align: center;
    line-height: 30px;
    font-size: 0;
    font-family:\5B8B\4F53;
}
.container .news .con .n ul li .txt .bottom .icon a i{
    font-size: 18px;
    display: inline-block;
    transform: translate3d(2px,0,0);
}
.container .news .con .n ul li:hover .txt .bottom .icon a{
    background:#347ab3;
}
footer.footer{
    padding-top: 40px;
    width: 100%;
    background:#f7f7f7;
}
footer.footer .f-content{
    width: 1200px;
    margin: auto ;
}
.footer.footer .f-content .f-top{
    width: 1100px;
    margin: auto;
}
.footer.footer .f-content .f-top .top-l{
    float: left;
    text-align: center;
}
.footer.footer .f-content .f-top .top-l a{
    display:    inline-block;
}
.footer.footer .f-content .f-top .top-l h3{
    margin-top: 30px;
    color:#003336;
    font-weight: bold;
    letter-spacing: 2px;
}
.footer.footer .f-content .f-top .top-l .tel{
    height: 42px;
    line-height: 42px;
    color:#1b68ae;
    font-size: 28px;
    margin-top: 20px;
}
.footer.footer .f-content .f-top .top-l .tel img{
    vertical-align: bottom;
}
.footer.footer .f-content .f-top .top-r{
    float: right;
    margin-top: -10px;
}
.footer.footer .f-content .f-top .top-r .nav-item{
    display: inline-block;
    vertical-align: top;
    line-height:230%;
    margin-left: 75px;
    font-size: 14px;
    color:#333;
}
.footer.footer .f-content .f-top .top-r .nav-item a{
    color:#999;
}
.footer.footer .f-content .f-top .top-r .nav-item a:hover{
    color:#347ab3;
}

.footer.footer .f-content .f-top .top-r .nav-item h4{
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer.footer .f-content .f-top .top-r .nav-item h4:before{
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background:#1b68ae;
    position: absolute;
    left: -20px;
    top: 18px;
}
.footer.footer .f-content .f-share{
    margin-top: 50px;
    width: 100%;
    box-sizing: border-box;
    padding:20px 20px;
    line-height: 180%;
    font-size: 14px;
    color:#333;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.footer.footer .f-content .f-share .title{
    float: left;
}
.footer.footer .f-content .f-share .txt{
    float: left;
    width: calc(100% - 74px);
    box-sizing: border-box;
    padding-left: 30px;
}
.footer.footer .f-content .f-share .txt a{
    display: inline-block;
    color:#999;
    margin:0 15px;
}
.footer.footer .f-content .f-share .txt a:hover{
    text-decoration: underline;
}
.footer.footer .f-content .f-bottom{
    height:60px;
    line-height: 60px;
    text-align: center;
}
.footer.footer .f-content .f-bottom span{
    display: inline-block;
    color:#999;
    font-size: 14px;
    margin: 0 15px;
}
.footer.footer .f-content .f-bottom a{
    color:#999;
}
.footer.footer .f-content .f-bottom a:hover{
    text-decoration: underline;
}
div.container-inner{
    width: 100%;
}
div.container-inner .bg{
    width: 100%;
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
}
div.container-inner .now-position{
    width: 1200px;
    margin: auto;
    padding:25px 0;
    font-size: 14px;
    color:#999;
}
div.container-inner .now-position a{
    color:#999;
}
div.container-inner .now-position a:hover{
    color:#347ab3;
}
div.container-inner .now-position span{
    color:#347ab3;
}
div.container-inner .now-position em{
    font-weight: bold;
    font-family:\5B8B\4F53;
}
div.container-inner .now-position .iconfont{
    font-size: 14px;
}
div.container-inner .inner-box{
    width: 1200px;
    margin: auto;
}
div.container-inner .inner-box .left{
    float: left;
    width: 230px;
}
div.container-inner .inner-box .left h3{
    background: url("../images/aside-navBG.jpg") no-repeat center;
    height: 90px;
    width: 100%;
    text-align: center;
    line-height: 90px;
    color:#fff;
    font-size: 22px;
}
div.container-inner .inner-box .left>ul{
    width: 100%;
    box-sizing: border-box;
}
div.container-inner .inner-box .left>ul>li{
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #eee;
    line-height: 120%;
    border-top: none;
    position: relative;
}
div.container-inner .inner-box .left>ul>li .slide-down{
    display: block;
    position: absolute;
    width: 16px;
    height: 100%;
    cursor: pointer;
    top: 0;
    right:20px;
    background-image: url("../images/aside-navIcon.png");
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.1s linear;
}
div.container-inner .inner-box .left>ul>li .slide-down.active{
    transform: rotate(180deg);
}
div.container-inner .inner-box .left>ul>li>a{
    display: block;
    color: #333;
    padding: 20px 50px 20px 20px;
}
div.container-inner .inner-box .left>ul>li .par-nav{
    position: relative;
}
div.container-inner .inner-box .left>ul>li .par-nav a{
    display: block;
    color: #333;
    padding: 20px 50px 20px 20px;
}
div.container-inner .inner-box .left>ul>li .par-nav a.active{
    color: #347ab3;
}
div.container-inner .inner-box .left>ul>li.active .par-nav a{
    color:#347ab3;
}
div.container-inner .inner-box .left>ul>li:hover .par-nav a{
    color:#347ab3;
}
div.container-inner .inner-box  .right{
    width: 900px;
    float: right;
}
div.container-inner .inner-box  .right .title{
    border-bottom: 1px dashed #bfbfbf;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
div.container-inner .inner-box  .right .title h3{
    font-size: 22px;
    color:#333;
}
div.container-inner .inner-box  .right .title h3 span{
    font-size: 16px;
    color:#666;
    display: inline-block;
    vertical-align: bottom;
    transform: translateY(2px);
    opacity: .4;
}
div.container-inner .inner-box  .right>img{
    width: 100%;
    max-width: 900px;
}
div.container-inner .inner-box  .right .text{
    line-height: 180%;
    margin-top: 10px;
    margin-bottom: 160px;
    color:#333;
    font-size: 14px;
}
div.container-inner .inner-box  .right .text img{
    width: 100%;
    max-width: 900px;
    margin-bottom: 5px
}
div.container-inner .inner-box .left>ul>li>ul{
    box-sizing: border-box;
    width: 100%;
    padding:15px 30px 15px 20px;
    background: #eeeeee;
    display: none;
}
div.container-inner .inner-box .left>ul>li>ul li{

}
div.container-inner .inner-box .left>ul>li>ul li a{
    display: block;
    padding:10px 0;
}
div.container-inner .inner-box .left>ul>li>ul li a:hover,div.container-inner .inner-box .left>ul>li>ul li a.active{
    color:#347ab3;
}
div.container-inner .inner-box  .right .text.products{
    width: 100%;
    margin-bottom: 85px;
}
div.container-inner .inner-box  .right .text.products .items-pro{
    width: 100%;
}
div.container-inner .inner-box  .right .text.products .items-pro .item-pro{
    width: 290px;
    margin-right: 15px;
    float: left;
    margin-bottom: 40px;
}
div.container-inner .inner-box  .right .text.products .items-pro .item-pro:nth-child(3n){
    margin-right: 0;
}
div.container-inner .inner-box  .right .text.products .items-pro .item-pro .pic-pro>a{
    display: block;
    height: 290px;
    width: 100%;
    position: relative;
}
div.container-inner .inner-box  .right .text.products .items-pro .item-pro .pic-pro a img{
    width: 100%;
    height: 100%;
    max-width: 290px;
    max-height: 290px;
}
div.container-inner .inner-box  .right .text.products .items-pro .item-pro .pic-pro a:hover .opacity{
    opacity: 1;
}
div.container-inner .inner-box  .right .text.products .items-pro .item-pro .pic-pro a .opacity{
    position: absolute;
    width: 280px;
    height: 280px;
    background:rgba(52,122,179,0.8);
    top: 5px;
    left: 5px;
    color:#fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.5s  ;
    -moz-transition: all 0.5s  ;
    -ms-transition: all 0.5s  ;
    -o-transition: all 0.5s  ;
    transition: all 0.5s ;
}
div.container-inner .inner-box  .right .text.products .items-pro .item-pro .pic-pro a .opacity span{
    display: block;
}
div.container-inner .inner-box  .right .text.products .items-pro .item-pro .pic-pro a .opacity i{
    border-radius: 50%;
    overflow: hidden;
    display: block;
    text-align: center;
    margin-top: 15px;
}
div.container-inner .inner-box  .right .text.products .items-pro .item-pro .pic-pro a .opacity i img{
    width: 26px;
    height: 26px;
}
div.container-inner .inner-box  .right .text.products .items-pro .item-pro h4{
    margin-top: 15px;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
div.container-inner .inner-box  .right .text.products .items-pro .item-pro h4 a{
    color: #333;
}
.pages{
    text-align: center;
}
 .pages a{
    display: inline-block;
}
.pages a.control{
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-family: '宋体';
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;

}
 .pages a.num{
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin:0 4px;
    border-radius: 50%;
    color:#666;
    font-size: 14px;
    transition:  all 0.2s;
}
.pages a:hover{
    background: #347ab3;
    color:#fff;
}
 .pages a.num.active{
    background: #347ab3;
    color:#fff;
}
div.container-inner .inner-box  .right .products-detail{
    width: 100%;
    margin-bottom: 55px;
}
div.container-inner .inner-box  .right .products-detail .img{
    width: 400px;
    height: 400px;
    float: left;
    max-height: 400px;
    max-width: 400px;
}
div.container-inner .inner-box  .right .products-detail .img img{
    width: 100%;
    height: 100%;
}
div.container-inner .inner-box  .right .products-detail  .detail{
    width: 500px;
    box-sizing: border-box;
    padding-left: 30px;
    float: left;
    line-height: 170%;
    font-size: 14px;
    color: #666;
}
div.container-inner .inner-box  .right .products-detail  .detail h4{
    color: #347ab3;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 5px;
}
div.container-inner .inner-box  .right .products-detail  .detail strong{
    color:#999;
    display: block;
}
div.container-inner .inner-box  .right .products-pic{
    width: 100%;
    margin-bottom:80px;
    line-height: 180%;
    color: #333;
}
div.container-inner .inner-box  .right .products-pic img{
    max-width: 900px;
}
div.container-inner .inner-box  .right .news-container{
    margin-bottom: 100px;
}

div.container-inner .inner-box  .right .news-list{
    width: 100%;
    margin-bottom: 60px;
}
div.container-inner .inner-box  .right .news-list ul li{
    margin-bottom: 30px;
}
div.container-inner .inner-box  .right .news-list ul li a{
    display: block;
    height: 200px;
    position: relative;
}
div.container-inner .inner-box  .right .news-list ul li a:hover{
    box-shadow: 2px 4px 10px #ccc;
}
div.container-inner .inner-box  .right .news-list ul li a:hover .icon-circle{
    background:#347ab3;
}
div.container-inner .inner-box  .right .news-list ul li a img{
    width: 314px;
    height: 200px;
    max-width: 314px;
    max-height: 200px;
    float: left;
}
div.container-inner .inner-box  .right .news-list ul li a .a-text{
    float: left;
    height: 200px;
    width: 440px;
    box-sizing: border-box;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#999;
    font-size: 14px;
    line-height: 170%;
}
div.container-inner .inner-box  .right .news-list ul li a .a-text h4{
    font-size: 20px;
    color:#333;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.container-inner .inner-box  .right .news-list ul li a .a-text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 70px;
}

div.container-inner .inner-box  .right .news-list ul li a .a-text span{
    color:#347ab3;
    display: block;
    margin-top: 30px;
}
div.container-inner .inner-box  .right .news-list ul li a .icon-circle{
    position: absolute;
    width: 36px;
    height: 36px;
    background: #cccccc;
    color:#fff;
    font-family:\5B8B\4F53;
    line-height:36px ;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    right:20px;
    top: 50%;
    transform: translateY(-50%);
}
div.container-inner .inner-box  .right .news-list ul li a .icon-circle .iconfont{
    display: inline-block;
    font-size: 18px;
    transform: translateX(2px);
}
div.container-inner .inner-box  .right .header-tip{
    width: 100%;
    background: #f2f2f2;
    text-align: center;
    color:#999;
    padding-bottom: 14px;
}
div.container-inner .inner-box  .right .header-tip span{
    display: inline-block;
    margin:0 15px;
}
div.container-inner .inner-box  .right .header-tip h4{
    padding:20px 0;
    font-size: 20px;
    color:#333;
}
div.container-inner .inner-box  .right .news-inner{
    line-height:180% ;
    font-size: 14px;
    color:#333;
    margin-bottom: 70px;
}
div.container-inner .inner-box  .right .news-inner img{
    width: 100%;
    max-width: 900px;
    margin-bottom: 5px;
}
div.container-inner .inner-box  .right  .text-pages{
    width: 100%;
    padding-top: 20px;
    border-top: 1px dashed #bfbfbf;
    margin-bottom: 100px;
    color: #999;
    font-size: 14px;
}
div.container-inner .inner-box  .right  .text-pages>div{
    max-width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.container-inner .inner-box  .right  .text-pages>div span{
    cursor: pointer;
}
div.container-inner .inner-box  .right  .text-pages>div a{
    color: #999;
}
div.container-inner .inner-box  .right  .text-pages>div:hover a{
    color:#347ab3;
}
div.container-inner .inner-box  .right  .text-pages>div:hover span{
    color:#347ab3;
}
div.container-inner .inner-box  .right  .text-pages>div.prev{
    float: left;
}
div.container-inner .inner-box  .right  .text-pages>div.next{
    float: right;
}
div.container-inner .inner-box  .right .hr-text{
    line-height: 180%;
    color:#333;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 100px;
}
div.container-inner .inner-box  .right .hr-text h4{
    color:#347ab3;
    font-size: 16px;
}
div.container-inner .inner-box  .right .hr-list{
    width: 100%;
    margin-bottom: 260px;
}
div.container-inner .inner-box  .right .hr-list dl{
    width: 100%;
    display: flex;
    line-height: 130%;
}
div.container-inner .inner-box  .right .hr-list dl dt,div.container-inner .inner-box  .right .hr-list dl dd{
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #d2d2d2;
    font-size: 14px;
}
div.container-inner .inner-box  .right .hr-list dl dt:last-child{
    border-right:none;
}
div.container-inner .inner-box  .right .hr-list dl.title-dl{
    background:#347ab3 ;
    color:#fff;
}
div.container-inner .inner-box  .right .hr-list dl dt{
    padding: 15px 5px;
}
div.container-inner .inner-box  .right .hr-list dl dd{
    padding: 20px 5px;
    border-bottom: 1px solid #d2d2d2;;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    color:#333;
}
div.container-inner .inner-box  .right .hr-list dl dd span{
    color: #999;}
div.container-inner .inner-box  .right .hr-list dl dd:last-child{
    color: #347ab3;
}
div.container-inner .inner-box  .right .hr-list dl dd:first-child{
    border-left: 1px solid #d2d2d2;
}
div.container-inner .inner-box  .right .hr-list dl dt:nth-child(1),div.container-inner .inner-box  .right .hr-list dl dd:nth-child(1){
    width: 130px;
}
div.container-inner .inner-box  .right .hr-list dl dt:nth-child(2),div.container-inner .inner-box  .right .hr-list dl dd:nth-child(2){
    width: 130px;
}
div.container-inner .inner-box  .right .hr-list dl dt:nth-child(3),div.container-inner .inner-box  .right .hr-list dl dd:nth-child(3){
    width: 310px
}
div.container-inner .inner-box  .right .hr-list dl dt:nth-child(4),div.container-inner .inner-box  .right .hr-list dl dd:nth-child(4){
    width: 200px;
}
div.container-inner .inner-box  .right .hr-list dl dt:nth-child(5),div.container-inner .inner-box  .right .hr-list dl dd:nth-child(5){
    width: 130px;
}
div.container-inner .inner-box  .right .contact-way{
    line-height: 58px;
    color:#333;
    font-size: 16px;
    margin: auto;
    width: 880px;
}
div.container-inner .inner-box  .right .contact-way p i{
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: url("../images/contact-watBG.png") no-repeat center;
    border-radius: 50%;
    margin-right: 20px;
}
div.container-inner .inner-box  .right .contact-way p i.tel img{
   transform: translateY(3px);
}
div.container-inner .inner-box  .right .contact-way p i.email img{
    transform: translateY(1px);
}
div.container-inner .inner-box  .right .contact-way p i.addr img{
    transform: translateY(4px);
}
div.container-inner .inner-box  .right .contact-map{
    width: 880px;
    margin: auto;
    height: 300px;
    margin-bottom: 90px;
    margin-top: 30px;
}
.amap-logo{
    opacity: 0;
}
.amap-copyright{
    opacity: 0;
}
#map{
    width: 100%;
    height: 100%;
}
div.container-inner .inner-box  .right .contact-form{
    width: 860px;
    padding-bottom: 125px;
}
div.container-inner .inner-box  .right .contact-form .item{
    width: 100%;
    margin-bottom: 30px;
}
div.container-inner .inner-box  .right .contact-form .item .i2{
    width: 400px;
    font-size: 0;
}
div.container-inner .inner-box  .right .contact-form .item .i1{
    width: 100%;
    font-size: 0;
}
div.container-inner .inner-box  .right .contact-form .item .i2:first-child{
    float: left;
}
div.container-inner .inner-box  .right .contact-form .item .i2:last-child{
    float: right;
}
div.container-inner .inner-box  .right .contact-form .item .i-title{
    display: inline-block;
    width: 100px;
    font-size: 16px;
    text-align: right;
    color: #333;
}
div.container-inner .inner-box  .right .contact-form .item .i1 .i-title{
   vertical-align: top;
    position: relative;
    top:12px;

}
div.container-inner .inner-box  .right .contact-form .item .i-title span{
    color:#e71e1e;
    display: inline-block;
    padding-right: 2px;
}
div.container-inner .inner-box  .right .contact-form .item .i-title span{
    color:#e71e1e;
    display: inline-block;
    padding-right: 2px;
}
div.container-inner .inner-box  .right .contact-form .item .i2 input{
    display: inline-block;
    width: 300px;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    border: 1px solid #bfbfbf;
    padding: 0px 5px;
    outline: none;
    font-size: 14px;
}
div.container-inner .inner-box  .right .contact-form .item .i1 textarea{
    display: inline-block;
    width: 760px;
    box-sizing: border-box;
    line-height:140%;
    height: 150px;
    padding:7px 5px;
    border: 1px solid #bfbfbf;
    /*text-indent: 1em;*/
    outline: none;
    font-size: 14px;
    resize: none;
}
div.container-inner .inner-box  .right .contact-form .button{
    text-align: center;
    font-size: 0;
    padding-top: 10px;
}
div.container-inner .inner-box  .right .contact-form .button input{
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #347ab3;
    border-radius: 20px;
    background: transparent;
    margin:0 20px;
    color:#347ab3;
    cursor: pointer;
    outline: none;
}
div.container-inner .inner-box  .right .contact-form .button input.submit{
    background: #347ab3;
    color:#fff;
}
div.container-inner .inner-box  .right .contact-form .button input:hover{
    background: #347ab3;
    color:#fff;
}

