* {
    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;
}

.mobile-inner-header {
    background-color: rgba(0, 86, 156, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    position: relative;
}

.mobile-inner-header-icon {
    color: #fff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    width: 60px;
    position: absolute;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
    top: 0;
    right: 0;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 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(255, 255, 255, 1);
}

.mobile-inner-header img {
    height: 55%;
}

.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(0, 86, 156, 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: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.banner img {
    width: 100%;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 45px;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.banner .swiper-pagination-bullet {
    width: 55px;
    height: 15px;
    border-radius: 10px;
    background: #00569c;
}

.banner .swiper-pagination-bullet-active {
    background: #c30d23;
}

.head {
    width: 100%;
    overflow: hidden;
    background: #00569c;
    height: 136px;
    border-bottom: 2px solid #fff;
}

.heads {
    max-width: 1600px;
    margin: auto;
}

.logo {
    float: left;
    height: 134px;
    line-height: 134px;
    width: 36.4375%;
}

.logo img {
    width: 100%;
}

.slogan {
    float: left;
    font-size: 19px;
    color: #fff;
    line-height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    height: 86px;
    margin-left: 12px;
    margin-top: 25px;
    padding-left: 20px;
    padding-top: 12px;
}

.right_head {
    float: right;
    width: 30%;
}

.right_head form {
    width: 100%;
    overflow: hidden;
    margin-top: 26px;
}

.right_head form input[type=text] {
    width: 83.4%;
    border: 1px solid #fff;
    border-radius: 30px 0 0 30px;
    background: none;
    height: 31px;
    outline: none;
    padding-left: 10px;
    font-size: 16px;
    color: #fff;
    float: left;
}

.right_head form input[type=text]::-webkit-input-placeholder {
    color: #fff;
}

.right_head form input[type=text]:-moz-placeholder {
    color: #fff;
}

.right_head form input[type=text]::-moz-placeholder {
    color: #fff;
}

.right_head form input[type=text]:-ms-input-placeholder {
    color: #fff;
}

.right_head form input[type=submit] {
    width: 16.6%;
    border: 1px solid #fff;
    border-radius: 0 30px 30px 0;
    background: url(../images/search.png) left 5px center no-repeat #c30d23;
    height: 31px;
    outline: none;
    padding-left: 25px;
    font-size: 16px;
    color: #fff;
    float: left;
}

.key {
    margin-top: 15px;
}

.key span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.key a {
    font-size: 14px;
    color: #fff;
}

.nav {
    width: 100%;
    overflow: hidden;
    background: #00569c;
    height: 72px;
}

.navs {
    max-width: 1600px;
    margin: auto;
}

.navs ul {
    margin-bottom: 0;
}

.navs ul li {
    width: calc(100% /7);
    float: left;
    text-align: center;
    height: 72px;
    line-height: 72px;
}

.navs ul li a {
    display: block;
    font-size: 20px;
    color: #fff;
}

.navs ul li:hover a {
    color: #2c3d8d;
    font-weight: bold;
    background: #fff;
}

.about {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_03.jpg) center no-repeat;
    height: 858px;
}

.abouts {
    width: 100%;
    overflow: hidden;
}

.right_ab {
    float: right;
    width: 50.6%;
}

.right_ab img {
    width: 100%;
}

.left_ab {
    width: 41.1%;
    float: left;
    margin-left: 8.3%;
    margin-top: 35px;
}

.abtop {
    width: 100%;
    overflow: hidden;
    padding-right: 10px;
}

.abtitle {
    float: left;
}

.abmaintitle {
    font-size: 30px;
    color: #00569c;
    position: relative;
}

.abtitles {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    color: #9f9f9f;
    margin-top: -45px;
    opacity: 0.2;
}

.abmore {
    float: right;
    margin-top: 10px;
}

.abmore a {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    border-radius: 30px;
    background: #c30d23;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.abline {
    margin-top: 10px;
}

.abline img {
    width: 100%;
}

.abcon {
    font-size: 18px;
    color: #000;
    text-indent: 2em;
    line-height: 3;
    margin-top: 25px;
    width: 94%;
    text-align: justify;
}

.shuju {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

.sj {
    width: 25%;
    float: left;
    text-align: center;
}

.sj_top {
    font-size: 28.6px;
    color: #000;
}

.sj_top b,
.sj_top span {
    font-size: 53.7px;
    color: #000;
    font-weight: bold;
}

.sj_bot {
    font-size: 28.6px;
    color: #000;
}

.product {
    width: 100%;
    overflow: hidden;
    background: url(../images/probg.jpg) top center no-repeat;
    padding-top: 40px;
}

.products {
    max-width: 1600px;
    margin: 20px auto 0;
}

.title {
    text-align: center;
}

.maintitle {
    font-weight: bold;
    font-size: 48px;
    color: #1d1d1d;
}

.titles {
    font-size: 26px;
    color: #1d1d1d;
    font-weight: 300;
    margin-top: 10px;
}

.product .maintitle,
.product .titles {
    color: #fff;
}

.pro {
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px 10px 20px;
}

.propic img {
    width: 100%;
}

.propic{
	position:relative;
	overflow:hidden;
}

.propic::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	transform:rotate(-30deg);
	background:url(../images/prologo.png) center no-repeat;
	background-size:100%;
}

.proline {
    width: 100%;
    height: 1px;
    background: #c9c9c9;
    margin-top: 32px;
}

.promore {
    text-align: center;
    margin-top: -21px;
}

.proname {
    font-size: 24px;
    color: #000;
    margin-top: 10px;
}

.pro_arrow {
    text-align: center;
    margin-top: 25px;
    font-size: 0;
}

.pro_arrow .swiper-button-prev {
    position: static;
    margin: 0 22px;
    width: 79px;
    height: 76px;
    background: url(../images/image_10.jpg) center no-repeat;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    pointer-events: all;
}

.pro_arrow .swiper-button-next {
    position: static;
    margin: 0 22px;
    width: 79px;
    height: 76px;
    background: url(../images/image_12.jpg) center no-repeat;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    pointer-events: all;
}

.application {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.applications {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    height: 783px;
    background: url(../images/application.jpg) center no-repeat;
}

.app {
    float: left;
    width: 20%;
    height: 783px;
    text-align: center;
    background: rgba(0, 85, 155, 0.7);
    border-right: 1px solid #fff;
}

.app:last-child {
    border-right: none;
}

.app a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.appname {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: table;
}

.appnames {
    display: table-cell;
    vertical-align: middle;
}

.appbefore {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 10px #000;
    opacity: 0;
    transition: all 0.6s;
}

.appbefores {
    display: table-cell;
    vertical-align: middle;
}

.app:hover .appbefore {
    opacity: 1;
}

.service {
    width: 100%;
    overflow: hidden;
    background: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 60px;
}

.services {
    max-width: 1600px;
    margin: 45px auto 0;
}

.ser {
    float: left;
    display: table;
    text-align: center;
    width: 13.75%;
    border-radius: 150px;
    height: 305px;
    background: #fff;
    border: 15px solid #eeeeee;
    margin-right: 7.8125%;
    cursor: pointer;
}

.ser:last-child {
    margin-right: 0;
}

.sercontainer {
    display: table-cell;
    vertical-align: middle;
}

.serpic {
    height: 73px;
    line-height: 73px;
}

.sertitle {
    font-size: 30px;
    color: #000;
    margin-top: 10px;
}

.ser:hover {
    border: 15px solid #c30d23;
}

.advantage {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_16.jpg) center no-repeat;
    height: 772px;
}

.advantages {
    max-width: 1310px;
    margin: auto;
    height: 772px;
    position: relative;
}

.adv {
    font-size: 14px;
    color: #696969;
    line-height: 24px;
    position: absolute;
}

.adv1 {
    left: 8px;
    top: 250px;
}

.adv2 {
    right: 40px;
    top: 250px;
}

.adv3 {
    left: 8px;
    top: 447px;
}

.adv4 {
    right: 50px;
    top: 460px;
}

.adv5 {
    left: 8px;
    top: 640px;
}

.adv6 {
    right: 8px;
    top: 640px;
}

.honor {
    width: 100%;
    overflow: hidden;
    background: url(../images/honorbg.jpg) top center no-repeat;
    padding-top: 40px;
}

.honors {
    max-width: 1600px;
    margin: 50px auto 0;
}

.honor .maintitle,
.honor .titles {
    color: #fff;
}

.honorswiper img {
    width: 100%;
}

.new {
    width: 100%;
    overflow: hidden;
    margin: 50px 0;
}

.news {
    max-width: 1600px;
    margin: 25px auto 0;
}

.newitem {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.newitem:nth-child(3n) {
    margin-right: 0;
}

.newpic img {
    width: 100%;
}

.newtitle {
    border-bottom: 1px solid #e5e5e5;
    line-height: 57px;
    font-size: 20px;
    color: #000;
}

.newcon {
    font-size: 16px;
    color: #6f6f6f;
    line-height: 2;
    margin-top: 10px;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: url(../images/fbg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 60px;
}

.foots {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 25px;
}

.flogo {
    float: left;
    margin-top: 120px;
    width: 27.5%;
}

.flogo img {
    width: 100%;
}

.fcontact {
    float: left;
    font-size: 20px;
    color: #fff;
    margin-left: 11%;
}

.fcontact p {
    margin-bottom: 35px;
}

.fnav a {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 35px;
}

.fnav {
    float: left;
    margin-left: 11%;
}

.saoma {
    float: right;
    width: 14%;
}

.saoma img {
    width: 100%;
}

.copy {
    width: 100%;
    border-top: 1px solid #fff;
    text-align: center;
    line-height: 110px;
    font-size: 20px;
    color: #fff;
}

.copy a {
    margin-left: 10px;
    font-size: 20px;
    color: #fff;
}

.incontact {
    max-width: 1600px;
    margin: 40px auto;
}

.incontact_top {
    width: 100%;
    background: #e8e8e8;
    height: 235px;
    margin-top: 40px;
}

.incontact_top_fl {
    float: left;
    background: #00569c;
    width: 30%;
    height: 235px;
    padding: 60px 40px 0;
}

.incontact_top_fr {
    float: left;
    width: 70%;
    height: 235px;
    padding: 40px;
}

.incontact_top_fl_title {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.incontact_top_fl_con {
    font-size: 28px;
    color: #fff;
    margin-top: 8px;
}

.incontact_top_fr {
    font-size: 23px;
    color: #000;
    line-height: 2.3;
}

.incontact_bot {
    width: 100%;
    overflow: hidden;
    padding: 25px 0;
}

.incontact_bots {
    float: left;
    width: 33%;
    margin-right: 0.5%;
    height: 170px;
    border: 1px solid #f1f1f1;
    line-height: 168px;
    text-align: center;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.incontact_bots:last-child {
    margin-right: 0;
}

.incontact_bots img {
    margin-right: 15px;
    margin-top: -5px;
}

.incontact_bots:hover {
    box-shadow: 0 0 10px #ddd;
}

.feedback {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.feedback_title {
    font-size: 36px;
    color: #000;
}

.feedback form div {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.feedback form div input {
    float: left;
    width: 33%;
    margin-right: 0.5%;
    border: 1px solid #f1f1f1;
    background: none;
    outline: none;
    padding-left: 15px;
    font-size: 23px;
    height: 85px;
}

.feedback form div input:last-child {
    margin-right: 0;
}

.feedback form textarea {
    width: 100%;
    border: 1px solid #f1f1f1;
    background: none;
    outline: none;
    padding-left: 15px;
    font-size: 23px;
    padding-top: 20px;
    margin-top: 30px;
    height: 585px;
}

.feedback form input[type=submit] {
    width: 550px;
    border: none;
    background: #00569c;
    outline: none;
    font-size: 23px;
    margin-top: 30px;
    height: 85px;
    color: #fff;
}

.inproduct {
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
}

.inproducts {
    max-width: 1600px;
    margin: auto;
}

.inpro_fl {
    float: left;
    width: 17%;
}

.inpro_fr {
    float: right;
    width: 81%;
}

.inpro_fl_top {
    text-align: center;
    position: relative;
    line-height: 70px;
    background: #00569c;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.inpro_fl_top span {
    font-family: "Arial";
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

.inpro_fl_top::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 24px;
    background: #fff;
    top: 24px;
    left: 25px;
}

.inpro_fl_list {
    margin-top: 9px;
}

.inpro_fl_list a {
    display: block;
    margin-bottom: 3px;
    line-height: 43px;
    border: 1px solid #efefef;
    font-size: 14px;
    color: #000;
    padding-left: 40px;
    background: url(../images/product_06.jpg) left 22px center no-repeat;
}

.inpro_fl_contact {
    width: 100%;
    overflow: hidden;
    border: 1px solid #efefef;
    padding: 4px;
}

.inpro_fl_contact_pic {
    position: relative;
}

.inpro_fl_contact_pic img {
    width: 100%;
}

.inpro_fl_contact_pic p {
    position: absolute;
    font-family: "Arial";
    font-size: 22px;
    color: #00569c;
    font-weight: bold;
    right: 15px;
    top: 70px;
}

.inpro_fr_top img {
    width: 100%;
}

.inpro_fr_list {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.inpro_fr_list a {
    display: block;
    float: left;
    width: 24.4%;
    margin-bottom: 15px;
    margin-right: 0.8%;
	position:relative;
	overflow:hidden;
}

.inpro_fr_list a::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	transform:rotate(-30deg);
	background:url(../images/prologo.png) center no-repeat;
	background-size:100%;
}

.inpro_fr_list a:nth-child(4n) {
    margin-right: 0;
}

.inpro_fr_list a img {
    width: 100%;
}

.inpro_fr_list a p {
    margin-top: 3px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    color: #000;
}

.inproshow_top {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.inproshow_top_fl {
    float: left;
    width: 44.2%;
	position:relative;
	overflow:hidden;
}

.inproshow_top_fl::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	transform:rotate(-30deg);
	background:url(../images/prologo.png) center no-repeat;
	background-size:100%;
}

.inproshow_top_fl img {
    width: 100%;
}

.inproshow_top_fr {
    float: right;
    width: 51%;
}

.inproshow_top_fr_con{
	line-height:2.2;
}

.inproshow_top_fr_con p {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

.inproshow_top_fr_tel {
    font-size: 18.6px;
    color: #000;
    margin-top: 20px;
}

.inproshow_top_fr_tel span {
    font-family: "Arial";
    font-size: 34px;
    color: #00569c;
    font-weight: bold;
}

.inproshow_bot {
    margin-top: 20px;
}

.inproshow_bot_title {
    padding-left: 15px;
    line-height: 50px;
    background: #eeeeee;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.inproshow_bot_con {
    margin-top: 25px;
}

.inproshow_bot_con img {
    max-width: 100%;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.innews {
    max-width: 1600px;
    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: 1600px;
    margin: 30px auto 40px;
}

.intitle {
    text-align: center;
}

.inmaintitle {
    font-size: 40px;
    color: #282828;
    font-weight: bold;
}

.inbanner img {
    width: 100%;
}

.incase {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}

.incases {
    max-width: 1600px;
    margin: auto;
}

.incas {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px;
    float: left;
	position:relative;
}

.incas:nth-child(4n) {
    margin-right: 0;
}

.incas img {
    width: 100%;
    border-radius: 20px;
}
.incas p{
	font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 10px #000;
	position:absolute;
	left:0;
	top:45%;
	width:100%;
	text-align:center;
}

.bread {
    font-size: 0;
    width: 100%;
    height: 68px;
    background: #f4f4f4;
    text-align: center;
}

.bread a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    padding: 0 45px;
    line-height: 68px;
    height: 68px;
}

.bread a.active {
    color: #fff;
    background: #00569c;
}

.inabout {
    width: 100%;
    overflow: hidden;
    background: url(../images/abbg.jpg) center bottom no-repeat;
    margin-top: 120px;
    padding-bottom: 60px;
}

.inabouts {
    max-width: 1600px;
    margin: auto;
}

.right_inab {
    float: right;
    width: 40.4375%;
}

.right_inab img {
    width: 100%;
}

.left_inab {
    float: left;
    width: 53%;
}

.inabtitle {
    text-transform: uppercase;
    font-size: 24px;
    color: #333;
}

.inabtitles {
    font-size: 40px;
    color: #00569c;
    font-weight: bold;
}

.inabline {
    width: 78px;
    height: 4px;
    background: #00569c;
    margin-top: 5px;
}

.inabcon {
    font-size: 17px;
    color: #282828;
    line-height: 2.5;
    margin-top: 45px;
    text-align: justify;
}

.inshuju {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.insj {
    width: 25%;
    float: left;
    text-align: center;
}

.insj_top {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.insj_top span {
    font-size: 48px;
    color: #00569c;
}

.insj_bot {
    font-size: 18px;
    color: #282828;
}

.culture {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.cultures {
    max-width: 1600px;
    margin: 50px auto 0;
}

.intitlecon {
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    margin-top: 10px;
}

.cul {
    text-align: center;
    float: left;
    position: relative;
    width: 32%;
    margin-right: 2%;
}

.cul:last-child {
    margin-right: 0;
}

.cul_pic img {
    width: 100%;
}

.cul_before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 35%;
}

.cul_title {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.cul_con {
    font-size: 24px;
    color: #fff;
    margin-top: 5px;
}

.environment {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
    padding: 60px 0;
    background: #f4f4f4;
}

.environments {
    max-width: 1600px;
    margin: 60px auto 0;
}

.environmentswiper img {
    width: 100%;
    cursor: pointer;
}

.environment_arrow {
    text-align: center;
    margin-top: 45px;
}

.environment_arrow .swiper-button-prev {
    display: inline-block;
    position: static;
    margin: 0 30px;
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.environment_arrow .swiper-button-prev:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(180deg);
}

.environment_arrow .swiper-button-next {
    display: inline-block;
    position: static;
    margin: 0 30px;
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
    transform: rotate(180deg);
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.environment_arrow .swiper-button-next:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(0);
}

.inhonor {
    width: 100%;
    overflow: hidden;
    margin: 60px 0;
}

.inhonors {
    max-width: 1600px;
    margin: 60px auto 0;
}

.inhonorswiper img {
    width: 100%;
    cursor: pointer;
}

.inhonor_arrow {
    text-align: center;
    margin-top: 45px;
}

.inhonor_arrow .swiper-button-prev {
    display: inline-block;
    position: static;
    margin: 0 30px;
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.inhonor_arrow .swiper-button-prev:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(180deg);
}

.inhonor_arrow .swiper-button-next {
    display: inline-block;
    position: static;
    margin: 0 30px;
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
    transform: rotate(180deg);
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.inhonor_arrow .swiper-button-next:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(0);
}

.environmentlist {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 2%;
    display: none;
    z-index: 999;
}

.environmentlists {
    max-width: 1600px;
    margin: auto;
    position: relative;
}

.inenvironmentswiper img {
    height: 90vh;
    display: block;
    margin: auto;
}

.environmentlists .img {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    padding: 5px;
}

.inenvironmentswiper .swiper-button-prev {
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
}

.inenvironmentswiper .swiper-button-prev:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(180deg);
}

.inenvironmentswiper .swiper-button-next {
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
    transform: rotate(180deg);
}

.inenvironmentswiper .swiper-button-next:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(0);
}

.honorlist {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 2%;
    display: none;
    z-index: 999;
}

.honorlists {
    max-width: 1600px;
    margin: auto;
    position: relative;
}

.honorlistswiper img {
    height: 90vh;
    display: block;
    margin: auto;
}

.honorlists .img {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    padding: 5px;
}

.honorlistswiper .swiper-button-prev {
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
}

.honorlistswiper .swiper-button-prev:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(180deg);
}

.honorlistswiper .swiper-button-next {
    width: 65px;
    height: 65px;
    background: url(../images/arrow1.png) center no-repeat;
    transform: rotate(180deg);
}

.honorlistswiper .swiper-button-next:hover {
    background: url(../images/arrow2.png) center no-repeat;
    transform: rotate(0);
}

.history {
    width: 100%;
    overflow: hidden;
    background: url(../images/hisbg.jpg) center no-repeat;
    height: 489px;
    padding-top: 40px;
}

.historys {
    max-width: 1600px;
    margin: 35px auto 0;
    position: relative;
    background: url(../images/hisline.png) center bottom 15px no-repeat;
}

.histop {
    width: 100%;
    background: #fff;
    display: table;
    text-align: center;
    height: 160px;
    padding: 0 25px;
}

.histops {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
}

.hisyear {
    width: 100%;
    text-align: center;
    height: 65px;
    line-height: 65px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    background: #006ab4;
}

.hisarrow {
    text-align: center;
    margin-top: -2px;
}

.hiscircle {
    text-align: center;
    margin-top: 5px;
}

.historys .swiper-button-prev {
    width: 38px;
    height: 38px;
    left: -50px;
    background: url(../images/left_his.png) center no-repeat;
}

.historys .swiper-button-next {
    width: 38px;
    height: 38px;
    right: -50px;
    background: url(../images/right_his.png) center no-repeat;
}