* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
	min-width:1600px;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.mobile-inner-header {
    background-color: rgba(255, 255, 255, 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(255, 255, 255, 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);
}
.banner {
	width: 100%;
}
.banner img {
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 42px;
    height: 11px;
    background: #fff;
    border-radius: 0;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 25px;
}

.head {
    width: 100%;
    height: 179px;
    background: url(../images/hbg.jpg) center;
}

.top {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    height: 111px;
}

.tops {
    max-width: 1600px;
    margin: auto;
}

.logo {
    float: left;
    height: 110px;
    line-height: 110px;
    width: 11.6%;
}

.logo img {
   
}

.logotitle {
    float: left;
    margin-left: 10px;
    margin-top: 40px;
}

.logomaintitle {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.logotitles {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
}

.toptitle {
    float: left;
    margin-left: 15px;
    margin-top: 25px;
    height: 65px;
    padding-left: 12px;
    border-left: 1px solid #fff;
}

.topmaintitle {
	display: inline-block;
    /* width: 148px; */
		padding: 0 1em;
    height: 27px;
    line-height: 27px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #11448b;
}

.toptitles {
    font-size: 18px;
    color: #fff;
    margin-top: 8px;
}

.top_tel {
    float: right;
    height: 85px;
    line-height: 110px;
    font-size: 22px;
    color: #fff;
}

.top_tel b {
    font-size: 24px;
}

.top_tel img {
    margin-right: 5px;
    margin-top: -8px;
}

.nav {
    max-width: 1600px;
    margin: auto;
    height: 68px;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    width: 10.5%;
    text-align: center;
    float: left;
    height: 68px;
    line-height: 68px;
}

.nav ul li a {
    display: block;
    font-size: 21px;
    color: #fff;
}

.nav ul li:hover {
    background: #00a0e9;
}

.about {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.abouts {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.title {
    text-align: center;
}

.maintitle {
    font-size: 48px;
    color: rgba(0, 0, 0, 0.1);
    font-weight: bold;
    text-transform: uppercase;
}

.titles {
    font-size: 36px;
    color: #000;
    margin-top: -45px;
}

.right_ab {
    float: right;
    width: 50.1%;
}

.right_ab img {
    width: 100%;
}

.left_ab {
    float: left;
    width: 39%;
    margin-left: 8.5%;
}

.abtitle {
    font-size: 29px;
    color: #000;
    font-weight: bold;
}

.abcon {
    font-size: 20px;
    color: #000;
    text-indent: 2em;
    line-height: 2.4;
    margin-top: 10px;
}
.inner-about {
	font-size: 18px;
	line-height: 2;
}
.abmore {
    margin-top: 35px;
}

.abmore a {
    display: block;
    width: 177px;
    height: 44px;
    line-height: 44px;
    border-radius: 40px;
    text-align: center;
    background: #074fa3;
    font-size: 21px;
    color: #fff;
}

.shuju {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    background: #f5f5f5;
    padding: 50px 0;
}

.sj {
    width: 25%;
    float: left;
    text-align: center;
}

.sj_top {
    font-size: 60px;
    color: #000;
    font-weight: bold;
}

.sj_bot {
    font-size: 23px;
    color: #000;
    margin-top: 10px;
}

.product {
    width: 100%;
    overflow: hidden;
    background: url(../images/probg.jpg) center no-repeat;
    background-size: cover;
    padding: 45px 0;
}

.products {
    max-width: 1600px;
    margin: 30px auto 0;
}

.product .maintitle {
    color: rgba(255, 255, 255, 0.1);
}

.product .titles {
    color: #fff;
}

.pro {
    float: left;
    background: #fff;
    margin-top: 15px;
    /* width: 49.5%; */
		width: 100%;
    margin-right: 1%;
    padding: 5px;
    text-align: center;
}

.pro:nth-child(2n) {
    margin-right: 0;
}
.propic {
	border: 1px solid #ddd;
}
.propic img {
    width: 100%;
	
}

.proname {
    line-height: 70px;
    font-size: 23px;
    color: #000;
}

.case {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.cases {
    max-width: 1600px;
    margin: 30px auto 0;
}

.case_top {
    width: 100%;
    overflow: hidden;
}

.case_top a {
    display: block;
    float: left;
    width: 24%;
    margin-right: calc(4% / 3);
}

.case_top a:nth-child(4n) {
    margin-right: 0;
}

.case_top a img {
    width: 100%;
}

.case_mid {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.case_mid a {
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
}

.case_mid a:nth-child(2n) {
    margin-right: 0;
}

.case_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.case_bot a {
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
}

.case_bot a:nth-child(3n) {
    margin-right: 0;
}

.case_top a img,
.case_mid a img,
.case_bot a img {
    width: 100%;
}

.application {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    padding-top: 30px;
    background: url(../images/appbg.jpg) top center no-repeat;
}

.applications {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.application .maintitle {
    color: rgba(255, 255, 255, 0.1);
}

.application .titles {
    color: #fff;
}

.app {
    width: 50%;
    float: left;
    position: relative;
}

.app_pic img {
    width: 100%;
}

.app_before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-top: 28%;
    opacity: 0;
    transition: all 0.6s;
}

.app_title {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.app_con {
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
}

.app:hover .app_before {
    opacity: 1;
}

.honor {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.honors {
    max-width: 1600px;
    margin: 25px auto 0;
}

.honorswiper img {
    width: 100%;
}

.honors .swiper-pagination {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    position: static;
}

.honors .swiper-pagination-bullet {
    width: 53px;
    height: 14px;
    border-radius: 10px;
    background: #0068c0;
    margin: 0 7px;
}

.honors .swiper-pagination-bullet-active {
    background: #004077;
}

.equip {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    background: url(../images/casebg.jpg) top center no-repeat;
    padding-top: 35px;
}

.equips {
    max-width: 1600px;
    margin: 30px auto 0;
}

.equip .maintitle {
    color: rgba(255, 255, 255, 0.1);
}

.equip .titles {
    color: #fff;
}

.equip_container {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    padding: 12px 12px 40px;
    text-align: center;
}

.equip_pic img {
    width: 100%;
}

.equip_name {
    font-size: 20px;
    color: #000;
    margin-top: 20px;
}

.equip_more {
    text-align: center;
    margin-top: -25px;
}

.new {
    width: 100%;
    overflow: hidden;
    margin: 35px 0;
}

.news {
    max-width: 1600px;
    margin: 40px auto 0;
}

.left_new {
    float: left;
    width: 54%;
}

.left_new img {
    width: 100%;
}

.newmore {
    width: 100%;
    text-align: center;
    margin-top: 45px;
}

.newmore a {
    display: inline-block;
    width: 175px;
    height: 45px;
    line-height: 45px;
    background: #074fa3;
    font-size: 21px;
    color: #fff;
    border-radius: 30px;
}

.right_new {
    float: right;
    width: 45%;
}

.rnew {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
    padding: 15px 10px 15px 0;
    margin-bottom: 10px;
}

.rnewdate {
    float: left;
    text-align: center;
    width: 105px;
}

.rnewyear {
    font-size: 29px;
    color: #000;
    margin-top: 5px;
    font-weight: bold;
}

.rnewtime {
    font-size: 26px;
    color: #000;
}

.rnewintro {
    float: left;
    width: calc(100% - 105px);
}

.rnewtitle {
    font-size: 20px;
    color: #000;
}

.rnewcon {
    font-size: 18px;
    color: #989898;
    line-height: 1.8;
    margin-top: 5px;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #074fa3;
    padding: 75px 0;
}

.foots {
    max-width: 1600px;
    margin: auto;
}

.flogo {
    text-align: center;
    margin-top: 20px;
    float: left;
}

.flogo_title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.flogo_titles {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.3px;
}

.fnav {
    float: left;
    margin-left: 3.5%;
}

.ftitle {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.flist a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.fcontact {
    float: left;
    margin-left: 3.5%;
		width: 25%;
}

.fcon p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.saoma {
    float: right;
    text-align: center;
    margin-left: 3%;
}

.saoma:last-child {
    margin-left: 0;
}

.saoma img {
    width: 171px;
    height: 171px;
}

.saoma p {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}

.copy {
    width: 100%;
    text-align: center;
    background: #00336e;
    line-height: 75px;
    font-size: 18px;
    color: #fff;
}

.copy a {
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}

.inbanner img {
    width: 100%;
}

.partner {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.partners {
    max-width: 1600px;
    margin: 45px auto 90px;
}

.par_item:first-child {
    margin-top: 95px;
}

.par_item {
    text-align: center;
    font-size: 0;
    margin-top: -15px;
}

.par {
    display: inline-block;
    width: 265px;
    height: 265px;
    border-radius: 10px;
    transform: rotate(45deg);
    line-height: 265px;
    background: #fff;
    margin: 0 65px;
    box-shadow: 0 0 10px #ddd;
    overflow: hidden;
}

.par img {
    transform: rotate(-45deg);
    width: 70%;
}

.inpro {
    margin: 40px 0;
    width: 100%;
    overflow: hidden;
}

.inpro .pro {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    padding: 0;
}

.inpro .pro:nth-child(4n) {
    margin-right: 0;
}

.inpro .proname {
    line-height: 45px;
    font-size: 18px;
}

.pronav {
    max-width: 1250px;
    margin: auto;
    text-align: center;
    font-size: 0;
}

.pronav a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    font-size: 22px;
    color: #fff;
    padding: 0 25px;
    margin: 0 25px 15px;
    background: #074fa3;
}

.proshow {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 40px;
}

.proshows {
    max-width: 1600px;
    margin: auto;
}

.proshow_top {
    width: 100%;
    overflow: hidden;
}

.proshow_top_fl {
    float: left;
    border: 1px solid #d3d7da;
    width: 50%;
}

.proshow_top_fl img {
    width: 100%;
}

.proshow_top_fr {
    float: right;
    width: 46.8%;
}

.proshow_top_fr_title {
    font-size: 24px;
    color: #000;
}

.proshow_top_fr_special {
    font-size: 18px;
    color: #000;
    margin-top: 45px;
}

.proshow_top_fr_speciallist {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.proshow_top_fr_speciallist span {
    display: flex;
		justify-content: center;
		align-items: center;
    float: left;
    width: 150px;
    height: 150px;
    border: 1px solid #00479d;
    border-radius: 100%;
    text-align: center;
		word-break: normal;
    line-height: 1.2;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    margin-right: 45px;
}

.proshow_top_fr_speciallist span:last-child {
    margin-right: 0;
}

.proshow_top_fr_hit {
    margin-top: 15px;
}

.proshow_top_fr_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.proshow_top_fr_sm {
    float: left;
    width: 192px;
}

.proshow_top_fr_sm img {
    width: 100%;
}

.proshow_top_fr_contact {
    float: left;
}

.proshow_top_fr_contacts {
    font-size: 20px;
    color: #000;
}

.proshow_top_fr_tel {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-top: 15px;
}

.proshow_top_fr_more {
    margin-top: 30px;
}

.proshow_top_fr_more a {
    display: block;
    width: 190px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-radius: 30px;
    background: #0068b7;
    font-size: 20px;
    color: #fff;
}

.proshow_topic {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 56px;
    line-height: 56px;
    background: #eeeeee;
    padding-left: 18px;
    font-size: 21px;
    color: #000;
    margin-top: 25px;
}

.proshow_topic::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 117px;
    height: 6px;
    background: #0068b7;
}

.proshow_title {
    font-size: 21px;
    color: #000;
    font-weight: bold;
    margin-top: 30px;
}

.proshow_con {
    font-size: 21px;
    color: #000;
    margin-top: 20px;
}

.proshow_con img {
    max-width: 100%;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.innews {
    max-width: 1600px;
    margin: auto;
}

.innewlists {
    width: 49%;
    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;
	float:left;
	margin-right:2%;
}

.innewlists:nth-child(2n){
	margin-right:0;
}

.innewpic {
    float: left;
    width: 24.5%;
	display:none;
}

.innewpic img {
    width: 100%;
}

.innewintro {
    float: right;
    width: 100%;
}

.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;
}

.g-gywm {
    max-width: 1600px;
    margin: 30px auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #074fa3;
    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%;
}

.bread {
    width: 100%;
    overflow: hidden;
    height: 74px;
    line-height: 73px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #000;
}

.breads {
    max-width: 1600px;
    margin: auto;
}

.bread a {
    font-size: 16px;
    color: #000;
}

.listcontacts {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}

.listcontacts>div {
    max-width: 1600px;
    margin: 5rem auto;
    overflow: hidden;
}

.listcontacts>div>span {
    font-size: 28px;
    color: #6a6a6a;
}

.listcontacts>div>span>i {
    font-style: normal;
    font-size: 19px;
    color: #8d8c8c;
    font-family: Arial Regular;
    text-transform: uppercase;
    margin-left: 5px;
}

.listcontactsTitle {
    overflow: hidden;
    margin-top: 3rem;
}

.listcontactsTitle input {
    height: 58px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    outline: none;
}

.listcontactsTitle input:nth-child(1) {
    background: url(../images/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    float: right;
    background: url(../images/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(../images/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    float: right;
    background: url(../images/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}

.listcontactsTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../images/126.png)left 0 no-repeat #fff;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.listcontactsubmit {
    text-align: center;
    margin-top: 3rem;
}

.listcontactsubmit input {
    background: #074fa3;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}