* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.top {
    width: 100%;
    overflow: hidden;
    background: #f3f3f5;
    border-bottom: 1px solid #bfbfbf;
    line-height: 48px;
	height:49px;
}

.tops {
    max-width: 1410px;
    margin: auto;
}

.top_fl {
    float: left;
    font-size: 14px;
    color: #000;
}

.top_fr {
    float: right;
    font-size: 0;
}

.top_fr a {
    font-size: 14px;
    color: #000;
    padding: 0 5px;
    border-right: 1px solid #000;
}

.top_fr a:last-child {
    padding-right: 0;
    border-right: none;
}

.nav {
    width: 100%;
    background: #0162af;
    height: 73px;
}

.navs {
    max-width: 1410px;
    margin: auto;
}

.navs ul {
    margin-bottom: 0;
}

.navs ul li {
    height: 73px;
    line-height: 73px;
    width: calc(100% / 9);
    float: left;
    text-align: center;
    position: relative;
}

.navs ul li a {
    display: block;
    font-size: 20px;
    color: #fff;
}

.navs ul li:hover {
    background: #274a8f;
}

.navs ul li .detailnav {
    position: absolute;
    top: 73px;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

.navs ul li .detailnav li {
    height: 41px;
    line-height: 40px;
    background: #0162af;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.navs ul li .detailnav li:hover {
    background: #274a8f;
}

.navs ul li .detailnav li a {
    font-size: 14px;
}

.navs ul li:hover .detailnav {
    display: block;
}

.head {
    width: 100%;
    height: 105px;
    background: #f3f3f5;
}

.heads {
    max-width: 1410px;
    margin: auto;
}

.logo {
    float: left;
    height: 105px;
    line-height: 105px;
    width: 44.2%;
}

.logo img {
    width: 100%;
}

.tel {
    float: right;
    margin-top:17px;
}

.tel_top {
    font-size: 14px;
    color: #000;
}

.tel_bot {
    font-size: 18px;
    color: #0162af;
    font-weight: bold;
}

.hwechat {
    float: right;
    text-align: center;
    margin-top: 27px;
    margin-right: 30px;
    cursor: pointer;
}

.hwechat p {
    font-size: 14px;
    color: #000;
    margin-top: 7px;
}

.search {
    float: right;
    width: 23%;
    margin-right: 5%;
    margin-top: 37px;
}

.search input[type=text] {
    float: left;
    width: 86%;
    height: 31px;
    border-radius: 30px 0 0 30px;
    border: 1px solid #0162af;
    border-right: none;
    background: #fff;
    padding-left: 15px;
    outline: none;
    font-size: 14px;
    color: #878787;
}

.search input[type=submit] {
    float: left;
    height: 31px;
    border-radius: 0 30px 30px 0;
    background: url(../images/search.png) center no-repeat #0162af;
    border: none;
    outline: none;
    width: 14%;
}

.index_a {
    width: 100%;
    background: #fff;
    line-height: 80px;
    margin-bottom: 35px;
    overflow: hidden;
    box-shadow: 0px 6px 5px #e6e6e6;
	display:none;
}

.index_as {
    max-width: 1410px;
    margin: auto;
}

.index_as span,
.index_as a {
    float: left;
    font-size: 14px;
    color: #605e5e;
}

.index_as a {
    margin-left: 5px;
}

.product {
    width: 100%;
    overflow: hidden;
}

.products {
    max-width: 1410px;
    margin: auto;
}

.protitle {
    text-align: center;
}

.promaintitle {
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.protitleline {
    margin: 5px 0;
}

.protitleline img {
    width: 100%;
}

.protitles {
    font-size: 18px;
    color: #797979;
}

.proadv {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.proadvs {
    float: left;
    width: 18.8%;
    text-align: center;
    background: #f3f3f3;
    margin-right: 1.5%;
    height: 238px;
    border-radius: 15px;
    padding-top: 75px;
}

.proadvs:last-child {
    margin-right: 0;
}

.proadvs_pic {
    height: 39px;
    line-height: 39px;
}

.proadvs_title {
    margin-top: 25px;
    font-size: 18px;
    color: #484545;
}

.pro {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.left_pro {
    float: left;
    width: 20%;
}

.lprotop {
    width: 100%;
    background: #0162af;
    height: 95px;
    text-align: center;
}

.lprotop_title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    padding-top: 15px;
}

.lprotop_titles {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}

.lprolist {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0 3px 15px;
	background:#fff;
}

.lprolist a {
    display: block;
    line-height: 40px;
    background: #eeeeee;
    padding-left: 7px;
    margin-top: 8px;
    font-size: 16px;
    color: #000;
}

.lprolist a:hover {
    color: #fff;
    background: #0162af;
}

.lprotel {
    text-align: center;
    line-height: 35px;
    background: #0162af;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
	padding:15px 0;
}

.right_pro {
    float: right;
    width: 78%;
}

.right_pro a {
    display: block;
    float: left;
    margin-bottom: 25px;
    margin-right: 1.2%;
    width: 24.1%;
}

.right_pro a:nth-child(4n) {
    margin-right: 0;
}

.right_pro a img {
    width: 100%;
}

.right_pro a p {
    margin-top: 4px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #dbdbdb;
}

.liucheng {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    height: 545px;
    background: url(../images/lcbg.png) center no-repeat;
    padding-top: 55px;
}

.liuhengs {
    max-width: 1510px;
    margin: 70px auto 0;
}

.lctitle {
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-weight: bold;
}

.lctitles {
    text-align: center;
    font-size: 29px;
    color: #fff;
}

.lc {
    float: left;
    text-align: center;
    margin-right: 90px;
}

.lc_pic {
    width: 136px;
    height: 136px;
    border-radius: 100%;
    background: #fff;
    border: 5px solid #e7e7e7;
    line-height: 126px;
}

.lc:last-child {
    margin-right: 0;
}

.lc_name {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
}

.lc.active .lc_pic {
    background: #0162af;
    border: 5px solid #fff;
}

.advantage {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 35px;
    padding-bottom: 70px;
}

.advantages {
    max-width: 1510px;
    margin: 50px auto 0;
}

.maintitle {
    text-align: center;
    font-size: 38px;
    color: #000;
}

.maintitles {
    font-size: 18px;
    color: #797979;
    text-align: center;
    margin-top: 10px;
}

.adv_top {
    width: 100%;
    overflow: hidden;
    padding: 5px;
}

.adv_top_fr {
    float: right;
    width: 53%;
}

.adv_top_fr img {
    width: 100%;
}

.adv_top_fl {
    float: left;
    width: 47%;
    background: #fff;
    height: 485px;
    box-shadow: 0px 0px 5px #a9a9a9;
    padding: 90px 50px 0;
}

.adv_top_title {
    font-size: 26px;
    color: #1165a4;
    font-weight: bold;
}

.adv_top_con {
    font-size: 20px;
    color: #000;
    line-height: 2.5;
    margin-top: 60px;
}

.advswiper .swiper-button-prev {
    bottom: 30px;
    top: auto;
    margin-top: 0;
    width: 48px;
    height: 40px;
    background: url(../images/image_12.jpg) center no-repeat;
    left: 40%;
}

.advswiper .swiper-button-next {
    bottom: 30px;
    top: auto;
    margin-top: 0;
    width: 48px;
    height: 40px;
    background: url(../images/image_14.jpg) center no-repeat;
    left: calc(40% + 58px);
    right: auto;
}

.adv_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.adv_bots {
    float: left;
    width: 18.2%;
    text-align: center;
    margin-right: calc(27.2% / 3);
    cursor: pointer;
}

.adv_bots:last-child {
    margin-right: 0;
}

.adv_bots img {
    border-radius: 100%;
    width: 100%;
    border: 15px solid #0162af;
}

.adv_bots p {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}

.application {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.applications {
    max-width: 1410px;
    margin: 30px auto 0;
}

.app_top {
    width: 100%;
    overflow: hidden;
    padding: 0 80px;
    position: relative;
    background: url(../images/appline.png) center top 14px no-repeat;
}

.appcircle {
    margin: auto;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: #fff;
    border: 6px solid #d2d2d2;
}

.appname {
    text-align: center;
    margin-top: 35px;
    font-size: 16px;
    color: #000;
}

.swiper-slide-active .appcircle {
    border: 6px solid #01a4b3;
}

.app_top .swiper-button-prev {
    left: 0;
    top: 5px;
    margin-top: 0;
    width: 11px;
    height: 19px;
    background: url(../images/left_app.png) center no-repeat;
}

.app_top .swiper-button-next {
    right: 0;
    top: 5px;
    margin-top: 0;
    width: 11px;
    height: 19px;
    background: url(../images/right_app.png) center no-repeat;
}

.app_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.appbots a {
    display: block;
    width: 32%;
    margin-right: 2%;
    float: left;
}

.appbots a:last-child {
    margin-right: 0;
}

.appbots img {
    width: 100%;
}

.appbots {
    display: none;
}

.about {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
    background: url(../images/abbg.png) center top no-repeat;
    padding-top: 60px;
    padding-bottom: 50px;
}

.abouts {
    max-width: 1510px;
    background: #fff;
    margin: auto;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0px 0px 5px #a9a9a9;
}

.abtitle {
    text-align: center;
    font-size: 38px;
    color: #000;
    font-weight: bold;
}

.abtitles {
    font-size: 18px;
    color: #797979;
    margin-top: 10px;
    text-align: center;
}

.abtop {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.right_ab {
    float: right;
    width: 52.4%;
}

.right_ab img,.right_ab video {
    width: 100%;
}

.left_ab {
    float: left;
    margin-top: 20px;
    width: 45.4%;
    font-size: 18px;
    color: #000;
    line-height: 2.5;
}

.abbot {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.sj {
    width: 25%;
    float: left;
    text-align: center;
}

.sj_top {
    font-family: "思源黑体 CN";
    font-size: 28px;
    color: #000;
    font-weight: 300;
}

.sj_bot {
    font-family: "思源黑体 CN";
    font-size: 50px;
    color: #000;
    font-weight: bold;
    margin-top: 15px;
}

.new {
    width: 100%;
    overflow: hidden;
    background: url(../images/newbg.png) center no-repeat;
    height: 909px;
    padding-top: 70px;
}

.news {
    max-width: 1510px;
    margin: 40px auto 0;
}

.nw {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 17px;
    border-radius: 10px;
}

.newpic {
    float: left;
    width: 34%;
}

.newpic img {
    width: 100%;
}

.newintro {
    float: right;
    width: 62.2%;
}

.newtitle {
    font-size: 20px;
    color: #000;
}

.newcon {
    font-size: 14px;
    color: #646464;
    line-height: 2.5;
    margin-top: 15px;
}

.newbot {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.newmore {
    float: left;
    width: 70px;
    height: 22px;
    border-radius: 30px;
    background: #eeeeee;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #646464;
}

.newdate {
    float: right;
    line-height: 22px;
    font-size: 12px;
    color: #646464;
}

.newarrow {
    text-align: center;
    margin-top: 55px;
}

.newarrow .swiper-button-prev {
    position: static;
    display: inline-block;
    margin: 0 14px;
    width: 31px;
    height: 54px;
    background: url(../images/image_32.jpg) center no-repeat;
}

.newarrow .swiper-button-next {
    position: static;
    display: inline-block;
    margin: 0 14px;
    width: 31px;
    height: 54px;
    background: url(../images/image_35.jpg) center no-repeat;
}

.copy {
    text-align: center;
    border-top: 1px solid #3a3b3e;
    line-height: 65px;
    font-size: 14px;
    color: #d3d3d3;
    background: #1f2024;
}

.copy a {
    font-size: 14px;
    color: #d3d3d3;
    margin-left: 10px;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #1f2024;
    padding: 35px 0;
}

.foots {
    max-width: 1510px;
    margin: auto;
}

.flogo {
    float: left;
    border-right: 1px solid #3a3b3e;
    width: 26%;
    height: 315px;
    padding-top: 75px;
}

.flogo_title {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.flogo_titles {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 10px;
}

.fnav {
    float: left;
    margin-left: 2.6%;
}

.ftitle {
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}

.fnav.fpnav {
    width: 22%;
}

.fplist a {
    display: block;
    width: 50%;
    float: left;
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
}

.flist a {
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    display: block;
}

.right_foot {
    float: right;
    border-left: 1px solid #3a3b3e;
    width: 26%;
    height: 315px;
    padding-left: 6%;
}

.right_foot_title {
    font-size: 16px;
    color: #fff;
}

.right_foot_title img {
    margin-right: 10px;
    margin-top: -5px;
}

.right_foot_num {
    font-family: "Bahnschrift";
    font-size: 32.48px;
    color: #fff;
    margin-top: 20px;
}

.saoma {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.sm {
    float: left;
    text-align: center;
    margin-right: 20px;
}

.sm:last-child {
    margin-right: 0;
}

.sm img {
    width: 106px;
}

.sm p {
    font-size: 14px;
    color: #9a9a9a;
    margin-top: 5px;
}

.insidebanner img {
    width: 100%;
}

.inproduct {
    width: 100%;
    overflow: hidden;
	margin-top:40px;
}

.inproducts {
    max-width: 1410px;
    margin: auto;
}

.inproduct .pro {
    margin-top: 0;
}

.proshow {
    float: right;
    width: 77%;
}

.proshow_top {
    width: 100%;
    overflow: hidden;
}

.proshow_top_fl {
    float: left;
    width: 51.7%;
}

.proshow_top_fl img {
    width: 100%;
}

.proshow_top_fr {
    float: right;
    width: 44.7%;
}

.proshow_top_fr_title {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 21px;
    font-size: 24px;
    color: #000;
}

.proshow_top_fr_con {
    font-size: 18px;
    color: #757575;
    line-height: 2;
    margin-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}

.proshow_top_fr_tel {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.proshow_top_fr_tel_pic {
    float: left;
}

.proshow_top_fr_tel_num {
    float: left;
    line-height: 40px;
    font-size: 18px;
    color: #757575;
    margin-left: 25px;
}

.proshow_top_fr_tel_num span {
    font-size: 24px;
    color: #ff0000;
    font-weight: bold;
}

.proshow_top_fr_tel_more {
    float: right;
}

.proshow_top_fr_tel_more a {
    display: block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    text-align: center;
    background: #0068b7;
    font-size: 17px;
    color: #fff;
}

.proshow_title {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    line-height: 45px;
    background: #ededed;
}

.proshow_title span {
    display: inline-block;
    padding: 0 10px;
    background: #0068b7;
    font-size: 17px;
    color: #fff;
}

.proshow_parameter {
    margin-top: 15px;
    margin-bottom: 20px;
}

.proshow_parameter_title {
    width: 100%;
    overflow: hidden;
    background: #e4e4e4;
    text-align: center;
    line-height: 46px;
    font-size: 17px;
    color: #000;
    font-weight: bold;
}

.proshow_parameter table {
    border-collapse: collapse;
    border: 1px solid #d7d7d7;
}

.proshow_parameter table td {
    padding-left: 30px;
    line-height: 60px;
    font-size: 18px;
    color: #000;
}

.proshow_parameter table tr td:nth-child(1) {
    background: #f5f5f5;
    width: 26%;
}

.proshow_parameter table tr td:nth-child(2) {
    background: #fff;
    width: 74%;
}

.proshow_display {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.proshow_display a {
    display: block;
    width: 49%;
    margin-right: 2%;
    text-align: center;
    float: left;
}

.proshow_display a:last-child {
    margin-right: 0;
}

.proshow_display a img {
    width: 100%;
}

.proshow_display a p {
    font-size: 19px;
    color: #000;
    margin-top: 15px;
}

.proshow_advantage {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.proshow_advantage img{
	width: 100%;
}

.proshow_adv_pic {
    width: 55.7%;
}

.proshow_adv_pic img {
    width: 100%;
}

.proshow_adv_intro {
    width: 44.3%;
}

.proshow_adv_title {
    border-bottom: 1px solid #dcdcdc;
    padding-left: 30px;
    line-height: 59px;
    font-size: 24px;
    color: #000;
}

.proshow_adv_con {
    padding-left: 30px;
    padding-top: 25px;
    font-size: 14px;
    color: #000;
    line-height: 2.7;
}

.proshow_adv {
    overflow: hidden;
    margin-bottom: 20px;
}

.proshow_adv:last-child {
    margin-bottom: 0;
}

.proshow_adv:nth-child(2n+1) .proshow_adv_pic,
.proshow_adv:nth-child(2n+1) .proshow_adv_intro {
    float: left;
}

.proshow_adv:nth-child(2n) .proshow_adv_pic,
.proshow_adv:nth-child(2n) .proshow_adv_intro {
    float: right;
}

.proshow_hot {
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
}

.proshow_hots {
    width: 32%;
    margin-right: 2%;
    border: 1px solid #dddddd;
    padding: 5px 5px 0;
    float: left;
}

.proshow_hots:last-child {
    margin-right: 0;
}

.proshow_hots img {
    width: 100%;
}

.proshow_hots_bot {
    line-height: 50px;
    font-size: 19px;
    color: #000;
    background: url(../images/proshow_more.png) right center no-repeat;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.innews {
    max-width: 1510px;
    margin: auto;
}

.innewlists {
    width: 100%;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px;
    -webkit-box-shadow: #e9e9e9 0px 0px 10px;
    -moz-box-shadow: #e9e9e9 0px 0px 10px;
    box-shadow: #e9e9e9 0px 0px 10px;
    margin-top: 30px;
    overflow: hidden;
}

.innewpic {
    float: left;
    width: 24.5%;
}

.innewpic img {
    width: 100%;
}

.innewintro {
    float: right;
    width: 71%;
}

.innewtitle {
    font-size: 20.5px;
    color: #000000;
    font-weight: bold;
    margin-top: 15px;
}

.innewdate {
    font-size: 14.4px;
    color: #b1b1b1;
    margin-top: 8px;
}

.innewcon {
    font-size: 16.8px;
    color: #333333;
    margin-top: 15px;
    line-height: 28px;
}

.innewmore {
    margin-top: 50px;
    width: 115px;
    height: 36px;
    line-height: 34px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 14.4px;
    color: #3f3f3f;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}

#art_content {
    word-break: break-all;
    font-size: 13px;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width: 920px;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1510px;
    margin: 30px auto 40px;
}

.g-gywm {
    max-width: 1510px;
    margin: 30px auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #0162af;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

.inabintro {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.inabintros {
    max-width: 1510px;
    margin: 40px auto 0;
}

.inabintros_fr {
    float: right;
    width: 47.2%;
}

.inabintros_fr img,.inabintros_fr video {
    width: 100%;
}

.inabintros_fl {
    float: left;
    width: 50%;
    font-size: 18px;
    color: #000;
    line-height: 3;
}

.history {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    background: #f3f3f3;
    padding-top: 55px;
    padding-bottom: 90px;
}

.about_history {
    overflow: hidden;
    max-width: 1510px;
    margin: auto;
}

.about_history_top {
    text-align: center;
}

.about_history_top_title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.about_history_top_con {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}

.about_history_top_img {
    margin-top: 20px;
}

.about_history_top_img img {
    max-width: 100%;
}

.about_history_tops {
    display: none;
}

.about_history_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    padding: 0 50px;
}

.historyswiper {
    text-align: center;
}

.swiper-container.historyswiper {
    padding-top: 20px;
    background: url(../images/hisline.png) top 40px center no-repeat;
}

.about_history_bot_year {
    font-size: 23px;
    color: #010101;
}

.about_history_bot_circle {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 auto 18px;
    background: #000;
    border: 2px solid #b6b6b6;
}

.historyswiper .swiper-slide {
    cursor: pointer;
}

.swiper-slide.show .about_history_bot_circle {
    width: 60px;
    height: 60px;
    background: #ff0000;
    border: 2px solid #fff;
    margin-top: -10px;
    margin-bottom: 8px;
}

.about_history_bot .swiper-button-prev {
    width: 21px;
    height: 36px;
    background: url(../images/prev_history.png) center no-repeat;
    left: 0;
    top: 40px;
}

.about_history_bot .swiper-button-next {
    width: 21px;
    height: 36px;
    background: url(../images/next_history.png) center no-repeat;
    right: 0;
    top: 40px;
}

.inhonor {
    width: 100%;
    overflow: hidden;
    background: #f3f3f3;
    padding-top: 35px;
    padding-bottom: 60px;
    margin-top: 25px;
}

.inhonors {
    max-width: 1510px;
    margin: 40px auto 0;
}

.honorswiper img {
    width: 100%;
}

.environment {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 40px;
}

.environments {
    max-width: 1510px;
    margin: auto;
}

.environments img {
    float: left;
    margin-top: 30px;
    width: 100%;
}

.environments img:nth-child(3n) {
    margin-right: 0;
}

.inmaintitle {
    font-size: 36px;
    color: #000;
}

.intitles {
    font-size: 18px;
    color: #9d9d9d;
    text-transform: uppercase;
    margin-top: 10px;
}

.title {
    text-align: center;
}

.mobile-inner-header {
    background-color: rgba(243, 243, 245, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #333;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(51, 51, 51, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 65%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(243, 243, 245, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(51, 51, 51, 0.4);
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.mobile-inner-nav li{
	position:relative;
}

.navtwo{
	display:none;
}
.navtwo a{
	padding-left:20px;
}

.left_case {
    float: left;
    width: 26.4%;
}

.left_case img {
    width: 100%;
	height: 100%;
}

.right_case {
    float: right;
    width: 71.7%;
}

.right_case img {
        width: 100%;
    
}

.swiper-container.caseswiper {
    height: 960px;
}

.left_case p {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 28px;
    background: #0162af;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
}
.flogo_pic{
	text-align:center;
	margin-bottom:15px;
}

.lprotop span {
    display: inline-block;
    width: 40%;
    margin: 0 2%;
    height: 45px;
    line-height: 45px;
    background: #fff;
    font-size: 16px;
    color: #0162af;
    margin-top: 25px;
    cursor: pointer;
}

.lprolists {
    display: none;
}

.rpro {
    display: none;
}

.swipe-container.rproswiper {
    height: 800px;
    width: 100%;
}

.rproswiper {
    display: none;
}

.right_pro {
    overflow: hidden;
}

.swipe-container.rproswiper .swiper-slide {
    height: auto;
}

.right_pro .swipe-container.rproswiper a {
    width: 100%;
    margin-bottom: 0;
}

.lprotopic{
	text-align:center;
	background: #0162af;
	width:100%;
	padding-top:20px;
	font-size:30px;
	color:#fff;
	font-weight:bold;
}