/* 咨询开始 */

.zixun {
    position: relative;
    height: 476px;
    overflow: hidden;
}

.zixun img {
    display: block;
    position: absolute;
    width: 1903px;
    left: 50%;
    margin-left: -954px;
}


/*咨询 结束*/


/*最顶部*/


.top_tt {


    background-color: #f4f4f4;
    padding: 15px 0;
}


.top_tt .top_t_box {

    display: flex;
    justify-content: flex-end;
}

.top_tt .top_t_box h3 {
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 500;
}


.top_tt .top_t_box .top_t_r {

    display: flex;
    justify-content: space-around;
}

.top_tt .top_t_box .top_t_r_l {

    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}


.top_tt .top_t_box .top_t_r_l img {
    padding-right: 10px;
    padding-top: 3px;
}

.top_tt .top_t_box .top_t_r_l a {
    padding-right: 15px;
    font-size: 16px;
}


/*最顶部  结束*/


/*返回顶部*/

.fanhui {
    position: fixed;
    right: 0;
    top: 800px;
}

.fanhui a {
    width: 100px;
    height: 100px;
    display: block;
    background-color: #c9201d;
    border-radius: 15px;
}

.fanhui a img {
    display: block;
    margin: 0 auto;
    padding-top: 10%;
    margin-bottom: 5%;
}

.fanhui a p {
    text-align: center;
    font-size: 18px;

    color: white;
}


/*<!--  头部开始-->*/

.top_warp {


}

.top_warp .top_box {
    display: flex;
    justify-content: end;
    height: 120px;
}

.top_warp .top_box .logo {
    display: flex;
    justify-content: start;
    flex: 1;
    align-items: start;

}

.top_warp .top_box .logo img {
    width: 25%;
    padding-top: 30px;
}

.top_warp .top_box .logo .logo_wenzi {
    padding-left: 15px;
}


.top_warp .top_box .logo .wenzi01 {
    font-size: 30px;
    color: #0041c4;
    padding-top: 20px;

}

.top_warp .top_box .logo .wenzi02 {
    font-size: 20px;
    color: #666;
    padding-top: 5px;


}

.top_box .rexian {
    width: 26%;
    padding-top: 3%;

}

.top_box .rexian .rx {
    font-size: 16px;

    padding-top: 5px;
    color: #3479be;
    padding-right: 10px;
}

.top_box .rexian .dian {
    font-size: 26px;
    color: #3479be;
    padding-top: 10px;

}

.top_box .rexian img {

    display: block;
    padding-right: 2%;

    padding-top: 3%;
}


/*  头部结束*/


/*  导航开始*/

.nav {
    height: 50px;

    background-color: #3479be;
}

.nav .logo_right ul li {
    float: left;
    height: 50px;
}

.nav .logo_right ul li > a {
     display: block;
    text-align: center;
    color: #fff;
    margin: 0 37px;
    font-size: 18px;
    padding-bottom: 5px;
    /* line-height: 50px; */
  
    padding-top: 12px;
}

.nav .logo_right ul li:hover {
  

}

.nav .logo_right ul li:hover a {
  border-bottom: 2px #ee821f solid;
  
}


.nav_content {
    display: flex;
    padding: 15px 10px;
    justify-content: space-between;
}

.nav_item {
    padding: 0 10px;
    /* border-left: 1px solid #fff; */
    position: relative;
}

.nav_item:first-child {
    border-left: 0;
}

.nav_item a {
    color: #fff;
    font-size: 15px;
}

.nav_item:hover>a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.nav_item::after {
    content: '';
    width: 64%;
    height: 2px;
    background: #fff;
    border-radius: 50px 50px;
    position: absolute;
    bottom: -17px;
    left: 18%;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.nav_item:hover::after {
    transform: scaleX(1);
}

.nav .sub {
    
    display: none;
    width: 200px;
    left: -40px;
    top: 37px;
    position: absolute;
    background: #fff;
    line-height: 35px;
    padding: 18px 0;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    z-index: 9999;
    margin-top: 0;
    
}

.nav_item:hover>.sub {
    display: block;
}

.nav .sub::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub li a i {
    position: absolute;
    right: 20px;
    top: 0px;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
    font-size: 15px;
    text-align: center;
    position: relative;
    color: #000;
}

.nav .sub li:hover a {
    color: #005c23;
}

.nav .sub li:hover a i {
    color: #005c23;
}

.nav .on h3 a {
    /* background: #4E4E4E; */
    color: #fff;
}

.nav_content .nav_item:nth-child(1) .sub {
    display: none!important;
}



.nav_content .nav_item:nth-child(2) .sub {
    display: none!important;
}

.nav_content .nav_item:nth-child(3) .sub {
    display: none!important;
}


.nav_content .nav_item:nth-child(4) .sub {
    display: none!important;
}

.nav_content .nav_item:nth-child(6) .sub {
    display: none!important;
}
.nav_content .nav_item:nth-child(7) .sub {
    display: none!important;
}
.nav_content .nav_item:nth-child(8) .sub {
    display: none!important;
}

/*导航结束*/


/* banner 轮播图 */

.slide {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    overflow: hidden;
    min-width: 1200px;
}

.slide ul {
    width: 10000%;
    list-style-type: none
}

.next_btn {
    position: absolute;
    width: 25px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    opacity: .5;
    vertical-align: middle;
    background: rgba(0, 0, 0);
    right: 5px;
    top: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}

.prev_btn {
    position: absolute;
    width: 25px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    opacity: .9;
    vertical-align: middle;
    background: rgba(0, 0, 0, .1);
    left: 5px;
    top: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer
}

.slide ul:after {
    content: '';
    clear: both;
    display: block
}

.slide ul li {
    float: left;
    text-align: center
}

.slide ul li img {
    vertical-align: middle;
    max-width: 100%
}

.slide .circle_btn {
    position: absolute;
    bottom: 25px;
    text-align: center;
    left: 0;
    display: table;
    margin: 0 auto;
    width: 100%
}

.slide .circle_btn button {
    box-sizing: content-box;
    opacity: .8;
    outline: 0;
    border: 0;
    padding: 5px 25px;
    background: #666;
    margin: 2px 5px;
    overflow: hidden;
    transition: all .6s;
    cursor: pointer;
}

.slide .circle_btn button.active {
    background: #333;
}


/*  轮播图结束*/

.why {
    background: url(../img/why_bgc.jpg) no-repeat top center;
    height: 770px;
}

.why .c_top h1 {
    color: #FFFFFF;
}


.why .c_top p {
    color: #FFFFFF;
}

.why .why_wz {

    width: 51%;
    float: right;
    /*background: url(../img/why_bgc2.jpg) no-repeat top center;*/
    height: 528px;
    margin-top: 53px;
}

.why .why_wz p {
    font-size: 16px;
    line-height: 30px;
    padding: 30px 30px 0;

}


/* hangye */


.zhuanli {


    margin-bottom: 50px;
}

.hangye {
    padding-bottom: 3%;
    position: relative;
    overflow: hidden;

}

.hangye_item {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.hangye_item li {
    width: 24%;
}

.hangye_item li img {
    width: 100%;
}

.hangye_item li p {
    color: #000;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.hangye_item1 {
    background-color: #666666;
}

.hangye_item2 {
    background-color: #004387;
}

.hangye_txt {
    height: 364px;
    padding: 4% 8%;
}

.hangye_txt h1 {
    color: #fff;
    font-size: 21px;
    line-height: 104px;
}

.hangye_txt p {
    color: #fff;
    font-size: 17px;
    line-height: 46px;
}

.hangye_txt p span {
    margin-left: 5%;
}

.youjiantou {
    position: absolute;
    top: 46%;
    left: 46%;
}

.hangye1 .cp01 {
    /*background: url(../img/cp01.jpg) no-repeat top center;*/
    height: 419px;


}

.hangye1 .cp02 {
    background: url(../img/cp02.jpg) no-repeat top center;
    height: 419px;


}

.hangye1 .cp03 {
    background: url(../img/cp03.jpg) no-repeat top center;
    height: 419px;


}

.hangye1 .cp04 {
    /*background: url(../img/cp04.jpg) no-repeat top center;*/
    height: 419px;


}

.hangye1 .hxcp ul {

    margin-top: 115px;

}

.hangye1 .hxcp ul li:nth-child(even) a {

    float: right;
    text-align: right;
    padding-right: 20px;

}

.hangye1 .hxcp ul li {


    width: 50%;
}

.hangye1 .hxcp ul li a {
    display: block;
    color: #FFFFFF;
    background-color: #3479be;
    width: 195px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 30px;
}

.hangye1 .hxcp ul li a:hover {

    background-color: #e9e165;
    color: #333333;
}


.hangye1 .hangye_c {


    overflow: hidden;

}

.hangye1 .pic {


}


.hangye1 .pic img {

    width: 100%;
    display: block;
    margin: 0 auto;
}

.hangye1 .title {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    text-align: center;
}

.hangye1 {
    padding-top: 5%;
}

.hangye1 .swiper-button-prev:after {
    display: none;
}

.hangye1 .swiper-button-next:after {
    display: none;
}


.anli .swiper-button-prev {
    width: 60px !important;
    height: 65px !important;
    background: url(../img/prev.png) no-repeat !important;
    left: 265px !important;
    top: 50% !important;
}

.anli .swiper-button-next {
    width: 60px !important;
    height: 65px !important;
    background: url(../img/next.png) no-repeat !important;
    top: 50% !important;
    right: 265px !important;
}


.hangye1 .swiper-button-prev {
    width: 60px !important;
    height: 65px !important;
    background: url(../img/prev.png) no-repeat !important;
    left: 330px !important;
    top: 57% !important;
}

.hangye1 .swiper-button-next {
    width: 60px !important;
    height: 65px !important;
    background: url(../img/next.png) no-repeat !important;
    top: 57% !important;
    right: 50px !important;
}

/*专利   专利*/


/**/


/*anli*/


.anli {

    background: url(../img/jianzheng_bgc.jpg) no-repeat top center;
    height: 1518px;
    position: relative;
}

.hangye2 {
    float: none;
    width: 100%;
}

.hangye2 .title {

    background-color: #0041c4;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
!important;
}

/*应用领域   四个一排的列表*/


.lingyu {


}

.lingyu .c_top h1 {
    color: #FFFFFF;
}

.lingyu .c_top p {
    color: #FFFFFF;
}

.lingyu ul li {

    padding-bottom: 2%;
    width: 33%;
    position: relative;
}

.lingyu ul li img {

    width: 100%;
}



/*应用领域   四个一排的列表*/


.jianzheng ul li {

    padding-bottom: 30px;
}

.jianzheng ul li p {
    font-size: 16px;
    padding-top: 15px;
    text-align: center;
}


.more {
    display: block;
    width: 80px;
    height: 30px;
    background-color: #e3e3e3;
    text-align: center;
    line-height: 30px;
    color: #333333;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 30px;

}


/*优势 开始*/


.ys {


}


.ys ul {
    background: url(../img/fazhan_bgc.jpg) no-repeat 0px 265px;
}


.ys ul li {


    padding-top: 20px;
    width: 30%;

}

.ys ul li:nth-child(1){
    padding-top: 160px;
    padding-left: 50px;
}
.ys ul li:nth-child(2){
    padding-top: 100px;

}
.ys ul li:nth-child(4){
    padding-top: 150px;
    width: 15%;

}


.ys ul li:nth-child(5){
    padding-top: 120px;    width: 15%;

}
.ys ul li:nth-child(6){
    padding-top: 80px;width: 18%;

}

.ys ul li .ys_wz {

    padding-top: 20px;
}



.ys ul li .ys_wz h2 {

    font-size: 26px;

    font-weight: 500;
    padding-bottom: 10px;
    color: #3479be;
    padding-top: 30px;

}

.ys ul li .ys_wz h2 span {

    margin-right: 10px;
    border-radius: 50%;

    color: #525252;

    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 56px;

}

.ys ul li .ys_wz p {

    font-size: 16px;
    line-height: 36px;
    display: flex;
    color: #333;
    background: url(../img/shouzhi.png) no-repeat left 5px;


    padding-bottom: 20px;
}

.ys ul li .ys_wz p span {

    font-size: 50px;
    padding-right: 10px;
    line-height: 30px;


}


.ys ul li .ys_b {
    display: flex;
    margin-top: 30px;
    /*justify-content: space-around;*/
}

.ys ul li .ys_b h3 {

    padding-right: 30px;

    font-size: 18px;
    line-height: 26px;
}


/*优势 开始*/


/*领域*/


.lingyu {

    background: url(../img/lingyu_bgc.jpg) no-repeat top center;
    height: 778px;

}


/*领域*/


/*选择*/

.dibu {


    background: url(../img/wangge.jpg) no-repeat center;


}


.xuanze ul {
    justify-content: space-around;
    padding-top: 50px;
    width: 95%;
    margin: 0 auto;
}

.xuanze ul {


    padding-bottom: 30px;

}


.xuanze p {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    color: #fafafa;

}

.xuanze ul li:nth-child(1) {
    background: url(../img/xuanze01.png) no-repeat center;

}


.xuanze ul li:nth-child(2) {
    background: url(../img/xuanze02.png) no-repeat center;

}

.xuanze ul li:nth-child(3) {
    background: url(../img/xuanze03.png) no-repeat center;

}


.zhaomu_b {
    background-color: rgba(13, 7, 2, 0.6);
    height: 200px;
    text-align: center;
}

.zhaomu_b h2 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 500;
    padding-top: 50px;
    padding-bottom: 30px;
}

.zhaomu_b p {

    font-size: 22px;

}

/*选择*/

/*合作企业*/
.hzqy {
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}

.hzqy .flex-between > img {
    width: 30%;
}

.hzqy ul {
    width: 60%;
    padding-top: 50px;

}

.hzqy ul li {
    padding-left: 3%;
}

.hzqy ul li > p {


    font-size: 20px;
    color: #333;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: sticky;
    width: 98%;
    margin: 0 auto;
    margin-top: -5px;
}


.hzqy ul li img {

    display: block;
}


/*合作企业*/


/*jiameng*/

.jiameng {
    background: url(../img/jiameng_bgc.jpg) no-repeat top center;
    height: 872px;
}

.jiameng .c_top h1 {
    color: #FFFFFF;
}

.jiameng ul {
    padding-top: 30px;
}

.jiameng ul li {
    padding-bottom: 30px;
}


/*荣誉*/
.zs {

}

/*  */

.zs_con {
    position: relative;
    width: 1200px;
    margin: 0 auto;

}

.zs_con .swiper-container {

}

.zs_con .swiper-slide {
    width: 520px;

}


.zs_con .swiper-slide img {
    display: block;
    width: 100%;

}


.zs_con .swiper-slide p {
    line-height: 38px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.5em;
    margin: 0;
}

.zs_con .swiper-pagination {
    width: 100%;
    /* bottom: 20px; */
}

.zs_con .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.zs_con .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #cfaf47;
    background-color: #fff;
}

.zs_con .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/Arrowleft.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.zs_con .swiper-button-prev:hover {
    /* background-position: 0 -46px; */
    background-size: 100%
}

.zs_con .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/Arrowright.png) no-repeat;
    /* background-position: 0 -93px; */
    background-size: 100%;
}

.zs_con .swiper-button-next:hover {
    /* background-position: 0 -139px; */
    background-size: 100%;
}

.zs {


    padding-bottom: 50px;
}

/*荣誉*/


/*行业*/

.hy {

    margin-top: -50px;
}

.hy img {
    padding: 30px 0;
}


/*案例*/


.an_li {


}

.an_li ul {
    justify-content: space-around;
}

.an_li ul li {
    padding-top: 30px;


}

.an_li ul li img {
    display: block;
    width: 100%;
    width: 100%;
}

.an_li ul li p {

    background-color: #172980;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-top: -50px;
    position: relative;
    opacity: 0.9;
}


.an_li a {

    margin-top: 80px;

}

.an_li a:hover {
    background-color: #158ee4;
    color: #FFFFFF;
}

/*案例*/


.fuwu .fuwu_wz {
    margin-top: -150px;
    height: 150px;
    background-color: #172980;
    position: relative;
    display: none;
}

.fuwu ul li .fuwu_wz h2 {

    color: #FFFFFF;
    font-size: 22px;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 10px;
}

.fuwu ul li p {
    /*border-radius: 15px;*/
    opacity: 1;

}

.fuwu ul li h6 {

    color: #FFFFFF;
    font-size: 18px;
    padding-top: 0px;
    padding-left: 30px;
    font-weight: 500;
    padding-right: 20px;
}

.fuwu ul li:hover .fuwu_wz {
    display: block;
}


/*爱心*/

.aixin {

    background: url(../img/aixin_bgc.jpg) no-repeat top center;
    height: 1399px;
}

.aixin ul {
    padding-top: 100px;
    padding-bottom: 20px;
}

.aixin ul li {

    width: 31%;

}

.aixin ul li video {
    width: 100%;
    height: 475px;
}

.aixin p {
    padding: 5px 40px;
    line-height: 35px;
    font-size: 16px;
    text-indent: 2em;
}


.aixin .w > img {
    display: block;
    margin: 0 auto;
}


/*爱心*/


/* 荣誉资质 */
.ry_zz {

    background: url(../img/ry_bgc.jpg) no-repeat top center;
    height: 678px;


}
.ry_zz .c_top h1{
    color: #FFFFFF;
}
.ry_zz .c_top p{
    color: #FFFFFF;
}
.ry_zz ul li {

    padding-top: 30px;
}

.ry_zz a {

    margin-top: 50px;

}

.ry_zz .w > a:hover {
    background-color: #158ee4;
    color: #FFFFFF;
}


/* 荣誉资质 */


/*介绍*/

.gs_js {


}


.gs_js .js_c .js_l {

    padding-top: 30px;

    align-items: start;
}

.gs_js .js_c .js_l img {


}

.gs_js .js_l .js_wz {
    width: 46%;

}

.gs_js .js_l .js_wz h2 {
    padding-left: 30px;

    font-size: 22px;
    padding-bottom: 20px;
    color: #3479be;

}
.gs_js .js_l .js_wz .more{
    float: right;
}

.gs_js .js_c .js_l p {
    color: #333;
    /* width: 95%; */
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;

}


/* 工厂风彩*/


.gs_js .js_b {
    padding: 30px 0;
}

.gs_js .js_b a {
    padding-bottom: 20px;
    display: block;
}

.gs_js .js_b ul {

    justify-content: space-around;
}


.gs_js .js_b ul li p {
    text-align: center;
    font-size: 16px;
    background-color: rgba(111, 111, 111, 0.8);

    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-top: -40px;
    z-index: 666;
    position: relative;
}

.gs_js .js_b ul li:hover p {
    background-color: #158ee4;
    opacity: 1;
    position: relative;
}


/*介绍*/


/* 动态 开始 */

.xinwen .xw_c {
    /* border-top: 1px #e5e5e5 solid; */
    padding-top: 50px;
    margin-top: 20px;
}

.xinwen ul {
    overflow: hidden;
    padding-bottom: 5%;
}

.xinwen ul li {
    float: left;
    width: 46%;
    margin-left: 3%;
    /* background-color: #f9f9f9; */
    /* padding-bottom: 3%; */
    margin-top: 1%;
    /*height: 50px;*/
}

.xinwen ul li img {
    width: 8%;
    float: left;
}

.xinwen ul li h1 {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    color: #6e5d57;
    width: 70%;
    /* （行数） */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.xinwen ul li span {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #999;
    padding-top: 5px;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 3%;
}

.xinwen ul li p {
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #333;
    /* （行数） */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/* 动态 结束 */


/*  底部开始*/

.footer_box {

    padding-top: 50px;
    background-color: #3479be;
}

.footer {
}

.footer .fot_log {
    float: left;
    width: 16%;
    /* height: 250px; */
    margin-right: 15%;
}

.footer .fot_log img {
    width: 100%;
    padding-top: 15%;
    padding-right: 5%;
}

.footer .footer_right {
    float: left;
    width: 34%;

}

.footer .footer_right h2 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.footer .footer_right > ul {
    overflow: hidden;
}

.footer .fot_cp {
    width: 160px;
    border: none;
    float: left;
    margin-left: 2%;
}

.footer .fot_cp img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.footer .fot_cp p {
    text-align: center;
    color: white;
    padding-top: 5%;
    font-size: 16px;
}

.footer .footer_right > ul li a {
    font-size: 16px;
    color: #fff;
}

.footer .footer_right > .fot_nav {
}

.footer .footer_right > .fot_nav li {
    float: left;
    width: 46%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-right: 3%;
}

.footer .footer_right > .fot_nav li > a {
    color: #fff;
}

.footer .footer_left {
    float: left;
    width: 46%;
    /* padding-top: 20px; */
    padding-left: 20px;
}

.footer .footer_left h2 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    padding-top: 25px;
}

.footer .footer_left h3 {
    margin-left: 30px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 30px;
}

.footer .footer_left > img {
    float: left;
    width: 16%;
    margin-top: 6%;
    margin-right: 5%;
}

.footer .footer_left ul {
    float: left;
    padding-right: 5%;
}

.footer .footer_left ul li{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer .footer_left p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.footer .footer_left > h6 {
}

.footer .fot_js {
    float: left;
    width: 25%;
    padding-top: 20px;
    padding-left: 15px;
}

.footer .fot_js img {
}

.footer .fot_js p {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    line-height: 35px;
}

.footer_bom {
    border-top: 1px #e5e5e5 solid;
    margin-top: 50px;
    background-color: #3479be;
}

.footer_bom > p {
    color: #f9f9f9;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.footer_bom > p > a {
    color: #ff5400;
}

.page{
    width:100%;
    text-align: center;
    margin-top:20px;
    margin-bottom:20px;
}
.page .active{
    padding: 5px 10px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background: #d09e49;
    display: inline-block;
    margin-left: 4px;
    margin-top: 5px;
    border: 1px solid #d09e49;
}

.page .total{
    padding: 5px 10px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #d09e49;
    border: 1px solid #d09e49;
    background: #fff;
    display: inline-block;
    margin-top: 5px;
    margin-left: 4px;
}



/*底部结束 */