@charset "utf-8";

/*body {
    text-transform: capitalize
}*/

.mobileshow {
    display: none
}

.header {
    height: 108px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.header .logo {
    top: 15px;
    left: 15px;
    z-index: 2
}

.header .container {
    height: 108px
}

.header .index_nav {
    right: 180px;
    bottom: 0
}

.header .index_nav>ul {
    margin-bottom: 0;
    text-align: center
}

.header .index_nav>ul>li {
    float: none;
    display: inline-block;
    height: 88px;
    position: relative;
    margin-left: 10px
}

.header .index_nav>ul>li:nth-child(1) {
    background: 0 0
}

.header .index_nav>ul>li>a {
    display: block;
    color: #080518;
    font-size: 16px;
    line-height: 88px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header .index_nav>ul>li>a.on,
.header .index_nav>ul>li>a:hover {
    color: #fff;
    background: #0d4681
}

.header .hotline {
    width: 146px;
    height: 30px;
    line-height: 30px;
    background: #f8cb00;
    border-radius: 15px;
    font-size: 16px;
    color: #333;
    text-align: center;
    right: 15px;
    top: 32px
}

.header .header_share {
    right: 175px;
    top: 33px
}

.header .header_share a {
    border: solid 1px #909090;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    margin-left: 10px;
    opacity: .8;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header .header_share a span {
    width: 100px;
    height: 100px;
    top: 40px;
    left: 50%;
    margin-left: -50px;
    display: none
}

.header .header_share a span img {
    width: 100%
}

.header .header_share a:hover {
    opacity: 1
}

.header .language {
    top: 52px;
    right: 15px
}

.header .language a {
    margin-left: 13px;
    width: 29px;
}
.header .language a img{
    width: 29px;
}
.menu {
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 18px;
    color: #000;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    display: none;
    z-index: 1
}

.hsbtm {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none
}

.menu_close {
    font-size: 14px;
    padding: 10px;
    background: #fff;
    color: #000;
    position: absolute;
    top: 0;
    left: -39px;
    z-index: 11;
    display: none;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1)
}

.banner {
    height: 895px;
    background-size: cover !important;
    margin-top: 108px
}

.banner img {
    width: 100%
}

.footer {
    background: #062240;
    padding-top: 50px;
    padding-bottom: 30px
}

.footer .footer_m .footer_left {
    width: 320px;
    margin-left: 145px
}

.footer .footer_m .footer_left .tit {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.footer .footer_m .footer_left .cont {
    padding-top: 15px
}

.footer .footer_m .footer_left .cont .contt {
    margin-right: 105px
}

.footer .footer_m .footer_left .cont .search_inp {
    width: 100%;
    height: 30px;
    border: solid 1px #fff;
    background: 0 0;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.footer .footer_m .footer_left .cont input::-webkit-input-placeholder,
.footer .footer_m .footer_left .cont textarea::-webkit-input-placeholder {
    color: #fff
}

.footer .footer_m .footer_left .cont input:-moz-placeholder,
.footer .footer_m .footer_left .cont textarea:-moz-placeholder {
    color: #fff
}

.footer .footer_m .footer_left .cont input::-moz-placeholder,
.footer .footer_m .footer_left .cont textarea::-moz-placeholder {
    color: #fff
}

.footer .footer_m .footer_left .cont input:-ms-input-placeholder,
.footer .footer_m .footer_left .cont textarea:-ms-input-placeholder {
    color: #fff
}

.footer .footer_m .footer_left .cont .search_btn {
    width: 90px;
    height: 30px;
    background: 0 0;
    color: #fff;
    border: solid 1px #d4d4d4;
    font-size: 12px;
    text-transform: capitalize;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.footer .footer_m .footer_left .cont .search_btn:hover {
    background: #cf3f45;
    border-color: #cf3f45
}

.footer .footer_m .footer_right {
    width: 350px;
    margin-right: 145px
}

.footer .footer_m .footer_right .item_left {
    width: 255px;
    color: #fff;
    font-size: 14px
}

.footer .footer_m .footer_right .item_left ul li {
    margin-bottom: 20px
}

.footer .footer_m .footer_right .item_left ul li a {
    font-weight: 700;
    color: #fff
}

.footer .footer_m .footer_right .item_right {
    width: 90px
}

.footer .footer_m .footer_right .item_right img {
    width: 90px
}

.footer .copyRight {
    color: #fff;
    text-align: center;
    padding-top: 35px;
    font-size: 12px;
    text-transform: capitalize
}

.footer .copyRight div {
    margin-left: 10px;
    margin-right: 10px
}

.footer .copyRight a {
    color: #fff
}

.share {
    position: fixed;
    bottom: 220px;
    right: 0
}

.share a {
    width: 60px !important;
    height: 60px !important;
    margin: 0 0 1px 0 !important;
    display: block;
    float: none !important;
    background-color: #cf3f45 !important
}

.share a:hover {
    opacity: 1 !important
}

.share a:nth-child(1) {
    background: url(../images/xftb1.png) no-repeat center center;
    background-size: 30px;
}

.share a:nth-child(2) {
    background: url(../images/xftb2.png) no-repeat center center;
    background-size: 25px;
}

.share a:nth-child(3) {
    background: url(../images/xftb3.png) no-repeat center center;
    background-size: 35px;
}

.ejbanner {
    height: 546px;
    background-size: cover !important;
    margin-top: 100px;
}

.ejbanner img {
    width: 100%
}

.breadCrumb {
    padding-top: 34px;
    padding-bottom: 20px
}

.breadCrumb img {
    margin-right: 10px
}

.breadCrumb span {
    color: #000;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px
}

.breadCrumb a {
    color: #000;
    font-size: 18px;
    text-transform: capitalize
}

.breadCrumb a.on,
.breadCrumb a:hover {
    color: #0d4681
}

.about_main1 {
    padding-top: 45px
}

.about_main1 .pic {
    width: 380px
}

.about_main1 .pic img {
    width: 380px
}

.about_main1 .cont {
    margin-right: 510px;
    padding-top: 20px
}

.about_main1 .cont .tit1 {
    color: #383838;
    font-size: 20px
}

.about_main1 .cont .tit {
    color: #0d4681;
    font-size: 32px;
    margin-top: 5px
}

.about_main1 .cont .tit .hengxian {
    width: 30px;
    height: 2px;
    background: #c20a12;
    margin-left: 20px
}

.about_main1 .cont .note {
    padding-top: 30px;
    color: #000;
    font-size: 22px;
    line-height: 34px
}

.about_main1 .cont .note1 {
    padding-top: 30px;
    color: #707070;
    font-size: 18px;
    line-height: 32px
}

.about_main2 {
    padding-top: 120px;
    padding-bottom: 100px
}

.about_main2 .row {
    margin-left: -40px;
    margin-right: -40px
}

.about_main2 .row .col-xs-12 {
    padding-left: 40px;
    padding-right: 40px
}

.about_main2 .row .col-xs-12 .item .tit {
    color: #c20a12;
    font-size: 60px
}

.about_main2 .row .col-xs-12 .item .tit .hengxian {
    margin-left: 10px;
    width: 30px;
    height: 2px;
    background: #0d4681;
    position: relative;
    top: -4px
}

.about_main2 .row .col-xs-12 .item .tit1 {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px
}

.about_main2 .row .col-xs-12 .item .pic {
    margin-top: 50px
}

.about_main2 .row .col-xs-12 .item .pic img {
    width: 100%
}

.about_main2 .row .col-xs-12 .item .note {
    padding-top: 25px;
    color: #707070;
    font-size: 16px;
    line-height: 26px
}

.service_main1 {
    padding-top: 30px
}

.service_main1 .tit {
    color: #eef1f4;
    font-size: 48px;
    font-weight: 700;
    position: relative
}

.service_main1 .tit:before {
    content: '';
    width: 50px;
    height: 4px;
    /*background: #c20a12;*/
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -2px
}

.service_main1 .row {
    margin-top: 40px;
    min-height: 360px;
    padding-bottom: 60px
}

.service_main1 .row .tit1 {
    color: #0d4681;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px
}

.service_main1 .row .service_m1_cont {
    color: #707070;
    font-size: 16px;
    margin-top: 45px;
    line-height: 30px;
    padding-right: 150px
}

.service_main1 .row .service_m1_cont .word_btn {
    color: #c20a12;
    font-size: 14px;
    margin-left: 16px
}

.service_main1 .row .service_m1_cont .word_btn img {
    margin-left: 5px
}

.service_main1 .row .service_m1_cont1 {
    /* padding-top: 20px */
}

.service_main1 .row .service_m1_cont1 .cont1 {
    width: 1000px
}

.service_main1 .row .service_m1_cont1 .cont1 #owl-demo5 {
    margin-bottom: 15px
}

.service_main1 .row .service_m1_cont1 .cont1 #owl-demo5 .item {
    position: relative
}

.service_main1 .row .service_m1_cont1 .cont1 #owl-demo5 .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 4px;
    background: #c20a12;
    z-index: 2;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.service_main1 .row .service_m1_cont1 .cont1 #owl-demo5 .item:hover:before {
    width: 100%
}

.service_main1 .row .service_m1_cont1 .cont1 .prev {
    width: 30px;
    height: 30px;
    background: url(../images/zuoxiaojian.png) no-repeat center center #fff;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block
}

.service_main1 .row .service_m1_cont1 .cont1 .prev:hover {
    background: url(../images/zuoxiaojian1.png) no-repeat center center #0d4681
}

.service_main1 .row .service_m1_cont1 .cont1 .next {
    width: 30px;
    height: 30px;
    background: url(../images/youxiaojian.png) no-repeat center center #fff;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block
}

.service_main1 .row .service_m1_cont1 .cont1 .next:hover {
    background: url(../images/youxiaojian1.png) no-repeat center center #0d4681
}

.service_main2 {
    text-align: center
}

.service_main2 .tit {
    text-align: left;
    margin-bottom: 50px
}

.service_main2 .tit .tit1 {
    color: #eef1f4;
    font-size: 48px;
    font-weight: 700;
    position: relative
}

.service_main2 .tit .tit1:before {
    content: '';
    width: 50px;
    height: 4px;
    background: #c20a12;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -2px
}

.service_main2 .tit .tit2 {
    color: #0d4681;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px
}

.service_main2 .item {
    padding-right: 90px;
    padding-top: 45px;
    padding-bottom: 45px
}

.service_main2 .item .tit1 {
    position: absolute;
    left: -135px;
    bottom: 35px;
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    opacity: .32;
    z-index: 3
}

.service_main2 .item img {
    width: 100%;
    position: relative;
    z-index: 2
}

.service_main2 .item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 220px;
    height: 100%;
    width: 1200px;
    background: #0d4681
}

.service_main2 ul {
    padding-top: 55px
}

.service_main2 ul li {
    margin-bottom: 35px;
    padding-left: 30px
}

.service_main2 ul li .num {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: #c20a12;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-weight: 700
}

.service_main2 ul li .cont1 {
    margin-left: 40px;
    text-align: left;
    color: #707070;
    font-size: 16px;
    line-height: 32px
}

.service_tit .tit1 {
    color: #eef1f4;
    font-size: 48px;
    font-weight: 700;
    position: relative
}

.service_tit .tit1:before {
    content: '';
    width: 50px;
    height: 4px;
    background: #c20a12;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -2px
}

.service_tit .tit2 {
    color: #0d4681;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px
}

.service_main3 {
    padding-top: 120px
}

.service_main3 .note {
    color: #707070;
    font-size: 16px;
    line-height: 32px;
    padding-top: 35px
}

.service_main3 .pic img {
    width: 100%
}

.service_main4 {
    padding-bottom: 105px
}

.service_main4 .note {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    padding-top: 40px;
    padding-bottom: 85px;
    color: #707070;
    font-size: 16px;
    line-height: 32px
}

.service_main4 .pic img {
    width: 100%
}

.team_main {
    padding-top: 80px
}

.team_main .item {
    margin-bottom: 60px;
    height: 320px;
    overflow: hidden;
    position: relative;
    
}

.team_main .item .pic {
    width: 210px;
    height: 270px;
    overflow: hidden
}

.team_main .item .pic img {
    width: 100%;
}

.team_main .item .cont {
    margin-left: 230px;
    text-align: center;
}

.team_main .item .cont .tit a {
    color: #0d4681;
    font-size: 30px;
    font-weight: 700
}

.team_main .item .cont .note {
    color: #707070;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase
}

.team_main .item .cont .note a {
    color: #0d4681
}

.team_main .item .cont .note a:hover {
    text-decoration: underline !important
}

.team_main .item .cont .note1 {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase
}

.team_main .item .cont .bot {
    padding-top: 15px;
    position: absolute;
    bottom: 44px;
    right: 0;
}

.team_main .item .cont .bot a {
    color: #c20a12;
    font-size: 16px;
    text-transform: uppercase;
    float: right
}

.team_main .item .cont .bot a:hover span {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.team_main .item .cont .bot a span {
    width: 16px;
    height: 16px;
    background: url(../images/jiahao.jpg) no-repeat center center #c20a12;
    border-radius: 100%
}

.career_main {
    margin-top: 55px;
    padding-bottom: 85px
}

.career_main ul li {
    margin-bottom: 18px
}

.career_main ul li .li_top {
    height: 58px;
    line-height: 58px;
    padding: 0 30px 0 35px;
    background: #f2f2f2
}

.career_main ul li .li_top span.tit {
    width: 310px;
    color: #000;
    font-size: 22px;
    font-weight: 700
}

.career_main ul li .li_top span.dw {
    color: #0d4681;
    font-size: 18px;
    font-weight: 700
}

.career_main ul li .li_top span.fr {
    color: #000;
    font-size: 18px;
    padding-right: 40px;
    background: url(../images/xiajian2.png) no-repeat right center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer
}

.career_main ul li .li_top span.fr.on {
    background: url(../images/shangjian2.png) no-repeat right center
}

.career_main ul li .li_cont {
    padding-top: 30px;
    padding-bottom: 50px;
    display: none
}

.career_main ul li .li_cont .item {
    margin-top: 30px
}

.career_main ul li .li_cont .item .tit1 {
    color: #0d4681;
    font-size: 20px
}

.career_main ul li .li_cont .item .note {
    margin-top: 20px;
    color: #707070;
    font-size: 16px;
    line-height: 30px
}

.news_main {
    padding-bottom: 100px
}

.news_main ul {
    padding-bottom: 95px
}

.news_main ul li {
    margin-top: 75px;
    padding-right: 100px;
    position: relative
}

.news_main ul li:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    background: #c4131a;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.news_main ul li:hover:before {
    height: 100%
}

.news_main ul li:hover .cont .more a {
    background: #c4131a
}

.news_main ul li .pic {
    width: 342px
}

.news_main ul li .pic img {
    width: 100%
}

.news_main ul li .cont {
    margin-left: 440px;
    overflow: hidden
}

.news_main ul li .cont .date {
    width: 175px;
    border-bottom: solid 4px #c4131a;
    padding-bottom: 5px
}

.news_main ul li .cont .date .year {
    color: #000;
    font-size: 30px;
    font-weight: 700
}

.news_main ul li .cont .date .month {
    color: #656565;
    font-size: 24px;
    position: relative;
    top: 4px
}

.news_main ul li .cont .tit {
    padding-top: 10px
}

.news_main ul li .cont .tit a {
    color: #0d4681;
    font-size: 30px;
    font-weight: 700
}

.news_main ul li .cont .note {
    color: #707070;
    font-size: 16px;
    line-height: 32px;
    padding-top: 40px
}

.news_main ul li .cont .more {
    padding-top: 80px
}

.news_main ul li .cont .more a {
    width: 155px;
    height: 42px;
    background: #0d4681;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.news_main ul li .cont .more a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.pages {
    text-align: center
}

.pages a {
    width: 34px;
    height: 34px;
    background: #eaeaea;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.pages a:hover {
    color: #fff;
    background: #c4131a
}

.pages a.tsa {
    color: #fff;
    background: #c4131a
}

.news_details {
    padding-top: 40px;
    padding-bottom: 100px
}

.news_details .tit {
    color: #373737;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.news_details .note {
    color: #646464;
    font-size: 20px;
    text-align: center;
    padding-top: 15px
}

.news_details .cont {
    padding-top: 50px;
    color: #707070;
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 85px
}

.news_details .cont .bot {
    margin-top: 90px
}

.news_details .cont .bot .item_left {
    width: 630px
}

.news_details .cont .bot .item_left li {
    margin-bottom: 25px;
    padding-left: 20px;
    background: url(../images/heidian.png) no-repeat left 10px
}

.news_details .cont .bot .pic {
    width: 462px
}

.news_details .cont .bot .pic img {
    width: 100%;
    margin-top: 20px;
    display: block
}

.fanye {
	font-size: 16px;
    text-transform: uppercase
}

.fanye a {
    text-transform: capitalize;
    color: #797979;
    font-size: 16px;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.fanye a:hover {
    color: #c20a12
}

.contact_main {
    padding-top: 35px;
    padding-bottom: 100px
}

.contact_main .map img {
    width: 100%
}

.contact_main .cont {
    margin-top: 85px;
    padding-left: 60px;
    padding-right: 60px
}

.contact_main .cont input::-webkit-input-placeholder,
.contact_main .cont textarea::-webkit-input-placeholder {
    color: #2f2f2f
}

.contact_main .cont input:-moz-placeholder,
.contact_main .cont textarea:-moz-placeholder {
    color: #2f2f2f
}

.contact_main .cont input::-moz-placeholder,
.contact_main .cont textarea::-moz-placeholder {
    color: #2f2f2f
}

.contact_main .cont input:-ms-input-placeholder,
.contact_main .cont textarea:-ms-input-placeholder {
    color: #2f2f2f
}

.contact_main .cont .inp1 {
    width: 100%;
    height: 66px;
    border-radius: 10px;
    border: 0;
    background: #ebebeb;
    padding: 0 22px;
    color: #2f2f2f;
    font-size: 20px;
    text-transform: capitalize
}

.contact_main .cont .textarea {
    width: 100%;
    height: 130px;
    border-radius: 10px;
    border: 0;
    background: #ebebeb;
    padding: 10px 22px;
    color: #2f2f2f;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-transform: capitalize;
    resize: none
}

.contact_main .cont .row .fl {
    float: left !important
}

.contact_main .cont .row .fr {
    float: right !important;
    text-align: right;
    line-height: 50px;
    color: #000;
    font-size: 16px
}

.contact_main .cont .row .fr>div {
    display: inline-block
}

.contact_main .cont .row .fr input {
    margin-left: 15px;
    margin-right: 15px
}

.contact_main .cont .row .fr .dib {
    color: #d4d4d4;
    font-style: italic;
    cursor: pointer;
    text-decoration: underline !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.contact_main .cont .row .fr .dib:hover {
    color: #c20a12
}

.contact_main .cont .btn1 {
    width: 160px;
    height: 50px;
    background: 0 0;
    border: solid 1px #d4d4d4;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 10px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.contact_main .cont .btn1:hover {
    background: #c4131a;
    border-color: #c4131a;
    color: #fff
}

.hsbtm1 {
    background: #061e37;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .76;
    z-index: 5;
    display: none
}

.tk {
    width: 830px;
    padding: 50px 80px 100px;
    background: #fff;
    border-radius: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
    display: none
}

.tk .tk_close {
    position: absolute;
    right: 25px;
    top: 20px;
    background: url(../images/cha.png) no-repeat center center;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.tk .tk_close:hover {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tk .tit {
    color: #000;
    font-size: 30px;
    text-align: center;
    font-weight: 700
}

.tk .note {
    color: #707070;
    font-size: 16px;
    line-height: 30px;
    padding-top: 40px;
    height: 300px;
    overflow-y: scroll;
}

.tk .note div {
    margin-top: 20px
}
.about_main2 .note,.about_main1 .cont{
	text-transform: none;
}
.banner_m{
    width: 100%;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 0px 70px;
}
.banner_m .note{
    color: #ffffff;
    font-size: 40px;
    line-height: 54px;
}
.banner_m .tit{
    font-size: 34px;
    color: #fff;
    margin-top: 20px;
}
.banner_m .hengxian{
    width: 108px;
    height: 4px;
    background: #cf3f45;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.footer .footer_m .footer_right .item_left ul li{
    text-transform: none;
}
/*
*/
.cont img{
    max-width: 100%;
}
.service_main3 .service_tit .tit1{
    display: none;
}