.w1200{
    width: 100%;
    padding: 0 14%;
}

header{
    padding: 20px 0;
}

header .logo img.logo_m{
    display: none;
}

header .search{
    position: relative;
    display: inline-block;
    height: 26px;
    margin-right: 25px;
    margin-top: 30px;
    line-height: 26px;
    vertical-align: bottom;
}

header .search i{
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background: url(../images/icon_search.png) no-repeat center;
    background-size: 17px 17px;
}

header .search input{
    height: 26px;
    padding: 0 4px 0 30px;
    line-height: 26px;
    border: 1px solid #666;
    border-radius: 4px;
    outline: none;
}

header .language{
    display: inline-block;
    vertical-align: bottom;
}

header .language a{
    font-size: 16px;
    word-spacing: 10px;
}

.home-btn{
    display: none;
}

.nav{
    width: 100%;
    height: 48px;
    background: url(../images/nav_bg.jpg);
    line-height: 48px;
    font-size: 0;
}

.nav .w1200{
    height: 48px;
    text-align: center;
}

.nav ul{
    /* display: inline-block; */
    display: flex;
    height: 48px;
    margin: 0 auto;
    justify-content: center;
    font-size: 0;
}

.nav ul li{
    height: 48px;
    margin: 0 4%;
    vertical-align: top;
    line-height: 48px;
    text-align: center;
}

.nav ul li a{
    position: relative;
    display: block;
    height: 48px;
    width: 100%;
    text-transform: capitalize;
    font-size: 18px;
    color: #fff;
}

.nav ul li a:after{
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 3px;
    width: 0;
    background: #f02c28;
    transition: .6s;
    content: "";
}

.nav ul li.cur a:after,
.nav ul li:hover a:after{
    width: 100%;
}

.nav ul li.hide{
    display: none;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 17px;
    height: 7px;
    border-radius: 3px;
    background: #7f7f7f;
    opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 27px;
    background: #007ec5;
}

.banner img,
.i_banner img{
    display: block;
    width: 100%;
}

.banner img.m_banner,
.i_banner img.m_banner{
    display: none;
}

.dec_container{
    display: flex;
    margin: 60px auto;
    flex-wrap: wrap;
}

.dec_container .col{
    width: 25%;
    text-align: center;
}

.dec_container .col .top{
    position: relative;
    display: inline-block;
    width: 123px;
    height: 139px;
    background: url(../images/dec_bg.png) no-repeat center;
    background-size: 123px 139px;
}

.dec_container .col .top img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.dec_container .col p{
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 18px;
}

.content1{
    padding: 60px 0;
}

.c_tit1 h2{
    position: relative;    
    padding-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
    color: #141555;
    text-transform: capitalize;
}

.c_tit1 h2:after{
    position: absolute;
    width: 168px;
    height: 9px;
    bottom: 0;
    left: 0;
    background: #141555;
    content: "";
}

.c_tit1.white h2{
    color: #fff;
}

.c_tit1.white h2:after{
    background: #fff;
}

.c_tit2 h2{
    padding: 5px 0;
    font-size: 26px;
    color: #fff;
    background:linear-gradient(90deg,#141555,#4f51aa,#ffffff); 
}

.c_tit3 h2{
    display: inline-block;
    min-width: 360px;
    padding:5px 90px 5px 10px;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    background:linear-gradient(90deg,#8385dc,#ffffff); 
}

.c_tit4 h2{
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    color: #141555;
}

.c_tit4 h2::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 1px;
    background: #141555;
    content: "";
}

.c_tit4.jz h2{
    text-align: center;
}

.c_tit4.jz h2::after{
    width: 150px;
    left: 50%;
    transform: translate(-50%,0);
}

.c_tit4.jz.white h2{
    color: #fff;
}

.c_tit4.jz.white h2::after{
    background: #fff;
}

.content1 .flex{
    display: flex;
    flex-wrap: wrap;
}

.content1 .flex .tab{
    padding: 6% 0;
    width: 40%;
    min-width: 400px;
}

.content1 .flex .tab p{
    position: relative;
    margin: 20px 0;
    font-size: 24px;
    color: #666;
}

.content1 .flex .tab p::after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background:linear-gradient(90deg,#8385dc,#ffffff); 
    z-index: -1;
    transition: .6s;
    content:"";
}

.content1 .flex .tab p.cur,
.content1 .flex .tab p:hover{
    color: #fff;
}

.content1 .flex .tab p.cur::after,
.content1 .flex .tab p:hover::after{
    width: 100%;
}

.content1 .flex .tab_container{
    width: 60%;
    padding-left: 15%;
    max-width: calc(100% - 400px);
}

.tab_container .swiper-button-prev{
    outline: none;
    background: url(../images/prev.png) no-repeat center;
}

.tab_container .swiper-button-prev::after{
    content: "";
}

.tab_container .swiper-button-prev:hover{
    background: url(../images/prev_cur.png) no-repeat center;
}

.tab_container .swiper-button-next{
    outline: none;
    background: url(../images/next.png) no-repeat center;
}

.tab_container .swiper-button-next::after{
    content: "";
}

.tab_container .swiper-button-next:hover{
    background: url(../images/next_cur.png) no-repeat center;
}

.tab_container .swiper-slide{
    padding: 10px 10%;
    text-align: center;
}

.tab_container .swiper-slide .pic{
    border: 1px solid #141555;
    box-shadow: 8.81px 10.88px 12.87px 0.13px rgba(214, 214, 214, 0.9);
    overflow: hidden;
}

.tab_container .swiper-slide .pic img{
    width: 100%;
    height: 100%;
}


.content2 .top{
    height: 324px;
    padding: 120px 0;
    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.content2 .bot{
    padding: 40px 0;
}

.content2 .bot .flex{
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
    align-items: center;
}

.video_wrap{
    position: relative;
    width: 40%;
}

.video_wrap .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.video_wrap .mask span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.video_wrap > img{
    display: block;
    width: 100%;
}

.content2 .bot .info{
    width: 60%;
    max-height: 372px;
    padding: 20px 0 20px 5%;
    overflow: hidden;
}

.content2 .bot .info p{
    margin: 10px 0;
    font-size: 18px;
    line-height: 150%;
    text-indent: 2em;
}


.c_more{
    display: block;
    margin: 0 auto;
    width: 142px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    background: #192169;
    font-size: 24px;
    color: #fff;
    text-align: center;
}


.content3{
    padding: 60px 0;
    background: url(../images/why_bg.jpg) no-repeat center;
    background-size: cover;
}

.content3 .why_container{
    margin: 90px 0 0;
}

.content3 .why_container .col{
    text-align: center;
}

.content3 .why_container .col h2{
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
}

.content3 .why_container .col .info{
    margin-top: 20px;
}

.content3 .why_container .col .info p{
    text-align: justify;
    word-wrap:break-word;
    color: #fff;
}

.content3 .why_container .col i{
    display: inline-block;
    margin-top: 20px;
    width: 26px;
    height: 26px;
    background: url(../images/icon_arrow_white_why.png) no-repeat center;
    background-size: 26px 26px;
}

.content4{
    padding: 90px 0 70px;
}

.content4 .flex{
    display: flex;
    flex-wrap: wrap;
}

.content4 .flex .left{
    width: 540px;
    padding-right: 5%;
}

.content4 .c_tit2{
    margin-top: 35px;
}

.content4 .left .info{
    margin-top: 30px;
}

.content4 .left .info .row{
    margin: 15px 0 0 4px;
    font-size: 0;
}

.content4 .left .info .row img{
    display: inline-block;
    width: 34px;
    height: 34px;
    padding: 4px;
    border-radius: 50%;
    border: 1px solid #141555;
    vertical-align: middle;
}

.content4 .left .info .row p{
    display: inline-block;
    width: calc(100% - 34px);
    padding-left: 10px;
    font-size: 16px;
    vertical-align: middle;
}

.content4 .flex .map{
    width: calc(100% - 540px);
    min-height: 360px;
}



.footer{
    padding: 50px 0 30px;
    background: #282828;
}

.footer .flex{
    display: flex;
}

.footer .flex .left{
    width: 230px;
    text-align: center;
}

.footer .flex .left img{
    width: 76px;
}

.footer .flex .left h3{
    margin: 10px 0;
    font-size: 18px;
    color: #fff;
}

.footer .flex .left p{
    color: #fff;
}

.footer .flex .mid{
    width: calc(100% - 360px);
}

.footer .flex .mid .footer_nav{
    width: 100%;
}

.footer .flex .mid .footer_nav ul{
    display: flex;
}

.footer .flex .mid .footer_nav ul li{
    flex: 1;
    text-align: center;
}

.footer .flex .mid .footer_nav ul li a{
    color: #fff;
    font-size: 14px;
}

.footer .flex .mid .ipt_wrap{
    position: relative;
    width: 50%;
    margin: 24px auto 0; 
    text-align: center;
}

.footer .flex .mid .ipt_wrap input{
    width: 100%;
    padding: 0 44px 0 12px;
    background: none;
    border-radius: 4px;
    line-height: 32px;
    outline: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}

.footer .flex .mid .ipt_wrap ::-webkit-input-placeholder{
    color: #cecece;
}

.footer .flex .mid .ipt_wrap i{
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    padding-top: 7px;
}

.footer .flex .mid .i_link{
    margin: 32px auto 0;
    text-align: center;
}

.footer .flex .mid .i_link img{
    margin: 0 4px;
}

.footer .flex .right{
    width: 160px;
}

.footer .flex .right .code{
    width: 100%;
    text-align: center;
}

.footer .flex .right .code img{
    width: 80%;
    border: 3px solid #fff;
}

.footer .flex .right .code p{
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
}

.copyright{
    background: #282828;
    border-top: 1px solid #979797;
    font-size: 14px;
    color: #fff;
    line-height: 48px;
}

.copyright span{
    display: inline-block;
    margin: 0 10px 0 0;
}


/* Product */

.pro_nav{
    width: 100%;
    padding: 30px 0;
    background: #f4f4f4;
}

.pro_nav .flex{
    display: flex;
    flex-wrap: wrap;
}

.pro_nav .flex .col{
    width: 48%;
    margin: 20px 2% 20px 0;
    padding: 20px 0;
    background: #fff;
    border-radius: 10px;
}

.pro_nav .flex .col:nth-child(even){
    margin: 20px 0 20px 2%;
}

.pro_nav .flex .col h2{
    position: relative;
    padding: 0 20px;
    font-size: 24px;
    color: #333;
}

.pro_nav .flex .col h2::before{
    position: absolute;
    left: 0;
    width: 3px;
    height: 30px;
    background: #141555;
    content:"";
}

.pro_nav .flex .col .bot{
    margin: 10px 0 0;
    padding: 0 20px;
    overflow: hidden;
}

.pro_nav .flex .col .bot .fl{
    width: 70%;
}

.pro_nav .flex .col .bot .fl .info p{
    font-size: 14px;
    line-height: 21px;
    color: #666;
}

.pro_nav .flex .col .bot .fl .more{
    margin-top: 30px;
}

.pro_nav .flex .col .bot .fl .more span{
    display: inline-block;
    vertical-align: middle;
}

.pro_nav .flex .col .bot .fl .more i{
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-left: 10px;
    background: url(../images/i_arrow_right_gray.png) no-repeat center;
    background-size: 20px 18px;
    vertical-align: middle;
}

.pro_nav .flex .col .bot .fr{
    width: 30%;
}

.pro_nav .flex .col .bot .fr .nav_bg img{
    width: 100%;
}

.pro_nav .flex .col:hover,
.pro_nav .flex .col.cur{
    background: #282aaa;
    box-shadow: 5px 6px 5px 0px rgba(169, 169, 169, 0.8);
}

.pro_nav .flex .col:hover h2,
.pro_nav .flex .col.cur h2{
    color: #fff;
}

.pro_nav .flex .col:hover h2::before,
.pro_nav .flex .col.cur h2::before{
    background: #282aaa;
}

.pro_nav .flex .col:hover .bot .fl .info p,
.pro_nav .flex .col.cur .bot .fl .info p{
    color: #fff;
}

.pro_nav .flex .col:hover .bot .fl .more span,
.pro_nav .flex .col.cur .bot .fl .more span{
    color: #fff;
}

.pro_nav .flex .col:hover .bot .fl .more i,
.pro_nav .flex .col.cur .bot .fl .more i{
    background: url(../images/i_arrow_right_white.png) no-repeat center;
}

.pro_nav .flex .col:hover .bot .fr .nav_bg img,
.pro_nav .flex .col.cur .bot .fr .nav_bg img{
    opacity: 0;
}


/* Description */

.i_nav{
    display: flex;
    margin: 30px 0 0;
    background: #fff;
    z-index: 33;
}

.i_nav a{
    padding: 6px 10px;
    margin-right: 12px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    background: #bbb;
    text-transform: capitalize;
}

.i_nav a.cur{
    background: #1B2271;
}

.pro_info{
    padding: 0 0 60px;
}

.pro_info .row{
    margin: 30px 0 0;
}

.pro_info .row .info{
    margin-top: 20px;
}

.pro_info .row .info p{
    margin: 10px 0;
    line-height: 24px;
}

.pro_info .row .info img,
.pro_info .row .info p img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.pro_info .row .info .swiper-container{
    margin-top: 30px;
}

.pro_info .row .info .swiper-container .swiper-wrapper .swiper-slide .col{
    position: relative;
    width: 100%;
}

.pro_info .row .info .swiper-container .swiper-wrapper .swiper-slide .col .pic{
    width: 100%;
    overflow: hidden;
}

.pro_info .row .info .swiper-container .swiper-wrapper .swiper-slide .col .pic img{
    transition: .6s;
    width: 100%;
}

.pro_info .row .info .swiper-container .swiper-wrapper .swiper-slide .col:hover .pic img{
    transform: scale(1.1);
}

.pro_info .row .info .swiper-container .swiper-wrapper .swiper-slide .col .top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #141555;
    text-align: center;
}

.pro_info .row .info .swiper-container .swiper-wrapper .swiper-slide .col .top p{
    margin: 0;
    line-height: 32px;
    color: #fff;
    text-transform: capitalize;
}

.pro_info .pro_box{
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap;
}

.pro_info .pro_box .pic_box{
    margin: 10px 2%;
    width: 16%;
    border: 1px solid #141555;
    overflow: hidden;
}

.pro_info .pro_box .pic_box img{
    width: 100%;
    transition: .6s;
}

.pro_info .pro_box .pic_box:hover img{
    transform: scale(1.1);
}

.about1{
    padding: 60px 0;
}

.about1 .flex{
    display: flex;
    margin: 50px 0 0;
    flex-wrap: wrap;
    align-items: center;
}

.about1 .flex .left{
    width: 46%;
    margin-right: 4%;
}

.about1 .flex .left .pic{
    width: 100%;
    overflow: hidden;
}

.about1 .flex .left .pic img{
    width: 100%;
}

.about1 .flex .right{
    display: flex;
    width: 46%;
    margin-left: 4%;
    flex-wrap: wrap;
}

.about1 .flex .right .top{
    width: 100%;
}

.about1 .flex .right h2{
    font-size: 28px;
}

.about1 .flex .right .info{
    margin: 20px 0;
}

.about1 .flex .right .info p{
    line-height: 21px;
}

.about1 .flex .right .small_pic{
    display: flex;
}

.about1 .flex .right .small_pic .pic{
    width: 20%;
    margin-right: 5%;
    border: 1px solid #d3d3d3;
}

.about1 .flex .right .small_pic .pic img{
    width: 100%;
}

.about2{
    position: relative;
    height: 520px;
    padding: 30px 0;
    background: url(../images/about2_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.about2 .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.about2 .flex{
    display: flex;
    margin: 30px 0;
}

.about2 .flex .left{
    display: flex;
    height: 100%;
    width: calc(100% - 280px);
    padding-right: 30px;
    align-items: center;
}

.about2 .flex .left .s1_over{
    position: relative;
    height: 370px;
    overflow: hidden;
}

.about2 .flex .left .s1{
    width: 180px;
    height: 340px;
    padding: 20px 0;
    overflow: hidden;
    text-align: center;
}

.about2 .flex .left .s1_over .swiper-button-prev{
    top: 10px;
    left: 50%;
    margin-left: -12px;
    background: url(../images/icon_prev.png) no-repeat center;
    background-size: 25px 15px;
    outline: none;
}

.about2 .flex .left .s1_over .swiper-button-prev::after{
    content: "";
}

.about2 .flex .left .s1_over .swiper-button-next{
    top: auto;
    bottom: -10px;
    left: 50%;
    margin-left: -12px;
    background: url(../images/icon_next.png) no-repeat center;
    background-size: 25px 15px;
    outline: none;
}

.about2 .flex .left .s1_over .swiper-button-next::after{
    content: "";
}

.about2 .flex .left .s1 .time i{
    position: relative;
    display: inline-block;
    height: 20px;
    width: 50px;
}

.about2 .flex .left .s1 .time i::after{
    position: absolute;
    left: 0;
    top: 6px;
    width: 50px;
    height: 2px;
    color: #fff;
    content: "-------";
}

.about2 .flex .left .s1 .time span{
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    color: #fff;
}

.about2 .flex .left .s1 .swiper-slide-thumb-active .time span{
    font-size: 18px;
}

.about2 .flex .left .s2{
    width: calc(100% - 270px);
    margin-left: 90px;
}

.about2 .flex .left .s2 .info{
    max-height: 360px;
    width: 100%;
    overflow: auto;
}

.about2 .flex .left .s2 .info::-webkit-scrollbar{
    width: 1;
}

.about2 .flex .left .s2 .info::-webkit-scrollbar-track{
    width: 1;
}

.about2 .flex .left .s2 .info::-webkit-scrollbar-thumb{
    width: 1;
}

.about2 .flex .left .s2 .info p{
    line-height: 24px;
    color: #fff;
}

.about2 .flex .right{
    position: relative;
    width: 280px;
    z-index: 2;
}

.about2 .flex .right img{
    display: block;
    width: 100%;
    margin-bottom:30px;
}

.honor{
    padding: 60px 0;
}

.honor .over_honor{
    position: relative;
}

.honor .swiper-container{
    padding: 30px 0;
}

.honor .swiper-button-prev{
    left: -40px;
    background: url(../images/prev.png) no-repeat center;
    outline: none;
}

.honor .swiper-button-next{
    left: auto;
    right: -40px;
    background: url(../images/next.png) no-repeat center;
    outline: none;
}

.honor .swiper-button-prev::after{
    content: "";
}

.honor .swiper-button-next::after{
    content: "";
}

.honor .swiper-slide .pic{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

.honor .swiper-slide img{
    width: 100%;
}

.rd{
    margin: 60px 0;
}

.c_tab{
    margin: 20px 0;
}

.c_tab a{
    display: inline-block;
    padding:0 20px;
    margin: 0 10px 0 0;
    height: 40px;
    background: #bbb;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    vertical-align: middle;
}

.c_tab a:hover,
.c_tab a.cur{
    background: #192169;
}

.rd .rd_tab_wrap{
    display: flex;
    flex-wrap: wrap;
}

.rd .rd_tab_wrap .col{
    width: 23%;
    margin: 20px 1% 10px;
}

.rd .rd_tab_wrap .col .pic{
    overflow: hidden;
}

.rd .rd_tab_wrap .col .pic img{
    width: 100%;
    transition: .6s;
}

.rd .rd_tab_wrap .col:hover .pic img{
    transform: scale(1.1);
}

.rd .rd_tab_wrap .col .info{
    text-align: center;
}

.rd .rd_tab_wrap .col .info p{
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
}

.news{
    margin: 60px 0;
}

.news_top{
    padding: 30px 0;
}

.news_top .fl{
    margin-right: 40px;
}

.news_top .info{
    display: flex;
    align-items: center;
}

.news_top .info h2{
    margin-top: 30px;
    font-size: 24px;
    color: #007ec5;
}

.news_top .info p{
    margin: 45px 0;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.news_top .info font{
    font-size: 14px;
    color: #666;
}

.news_top .info span{
    position: absolute;
    right: 5%;
    width: 140px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 8px;
    line-height: 38px;
    color: #007ec5;
    border: 1px solid #007ec5;
    /* transition: .6s; */
    cursor: pointer;
}

.news_top .info span:hover{
    background: #007ec5;
    color: #fff;
}

.news .tab_wrap{
    margin-top: 20px;
}

.news_list .row{
    display: flex;
    padding-bottom: 20px;
    margin: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.news_list .row .time{
    display: block;
    width: 98px;
    height: 110px;
    border-radius: 4px;
    background: #e9e5e5;
    text-align: center;
}

.news_list .row .time .day{
    font-size: 50px;
    color: #1a75bb;
}

.news_list .row:hover .time .day{
    color: #fff;
}

.news_list .row:hover .time{
    background: #1a75bb;
}

.news_list .row .time .year{
    font-size: 20px;
    color: #1a75bb;
}

.news_list .row:hover .time .year{
    color: #fff;
}

.news_list .row .info{
    width: calc(100% - 98px);
    padding: 0 0 0 18px;
}

.news_list .row .info h2{
    margin-bottom: 16px;
    font-size: 20px;
    color: #333;
}

.news_list .row .info p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.news .news_list .row .time{
    border-radius: 0;
}

.c_page{
    margin-top: 50px;
    text-align: center;
}

.c_page a{
    display: inline-block;
    width: 36px;
    font-size: 22px;
}

.c_page a.cur span,.c_page a:hover span,.c_page a:hover{
    color: #007ec5;
    text-decoration: underline;
}

.c_page a span{
    display: block;
    width: 100%;
}


/* 新闻详情 */

.news_show{
    padding: 60px 0;
}

.news_show .title{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.news_show .title h1{
    margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
}

.news_show .news_show_info{
    margin:30px 0;
	text-align: center;
}

.news_show .news_show_info p{
    font-size: 16px;
	line-height: 36px;
	text-indent: 2em;
	text-align: left;
}

.news_show .news_show_info img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.news_show .news_show_info p img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.news_show table{
    border-collapse: collapse;
    border-spacing: 0;
}

.news_show table td{
    border: 1px solid #333;
}

.news_show .title span{
    display: inline-block;
	margin: 0 10px;
	font-size: 18px;
}

.news_show .news_show_row img{
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.news_show .news_show_row p{
    margin: 10px 0;
    font-size: 18px;
    line-height: 36px;
}

.page{
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

.page .row{
    display: block;
	margin: 30px 0;
	font-size: 18px;
}

.page .row a{
    color: #666;
}

.page .row a:hover{
    color: #007ec5;
}

.page .c_more{
    position: absolute;
	width: 144px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	font-size: 24px;
	right: 0;
	color: #fff;
	border-radius: 8px;
}

.contact{
    padding: 60px 0 10px;
}

.contact .content4{
    padding: 40px 0;
}

.contact .content4 .flex .left h2{
    font-size: 26px;
    font-weight: bold;
    color: #141555;
}

.message{
    padding: 50px 0;
    background: url(../images/contact_bg.jpg) no-repeat center;
    background-size: cover;
}

.message .flex{
    display: flex;
}

.message .flex .left{
    width: 50%;
}

.message .flex .left .info{
    display: flex;
    height: 80%;
    padding-right: 8%;
    font-size: 20px;
    line-height: 33px;
    align-items: center;
}

.message .flex .right{
    width: 50%;
}

.message .flex .right .box{
    height: 500px;
    background: rgba(5, 135, 103, .78);
    border-radius: 5px;
}

.message .flex .right .box h2{
    padding: 20px 0 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.message .flex .right .box .ipt_box{
    display: flex;
    padding: 0 6%;
    margin: 20px 0;
}

.message .flex .right .box .ipt_box span{
    display: block;
    width: 120px;
    font-size: 16px;
    color: #fff;
}

.message .flex .right .box .ipt_box input{
    width: calc(100% - 120px);
    padding: 0 10px;
    height: 44px;
    border-radius: 5px;
    outline: none;
}

.message .flex .right .box .ipt_box textarea{
    width: calc(100% - 120px);
    height: 140px;
    padding: 10px;
    font-family: "Microsoft YaHei", 'Arial';
    border-radius: 5px;
    resize: none;
}

.message .flex .right .box .send{
    display: block;
    width: 120px;
    height: 32px;
    margin: 0 auto;
    line-height: 32px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    text-transform: uppercase;
}

.tip{
    position: fixed;
    top: 30%;
    right: 5%;
    z-index: 99;
}

.btn_tip_close{
    position: absolute;
    right: 30px;
    top: 10px;
    width: 32px; 
    height: 32px;
    vertical-align: middle;
    fill: currentColor;
    cursor: pointer;
    overflow: hidden;
}