* {
    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 {
    overflow: hidden;
    clear: both;
}


/* 手机端导航 */

.mobile-inner-header {
    background-color: rgba(0, 109, 193, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #fff;
    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(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: 90%;
}

.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, 109, 193, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999999;
}

.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;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}


/* 网页头部 */

.header {
    width: 100%;
    z-index: 9999999;
    position: absolute;
    top: 0;
    left: 0;
}

.header_main {
    max-width: 1700px;
    height: 110px;
    margin: auto;
}

.logo {
    width: 18%;
    overflow: hidden;
    line-height: 110px;
    float: left;
}

.logo img {
    width: 100%;
}

.header_right {
    width: 80%;
    float: right;
}

.nav {
    float: right;
    width: 100%;
    height: 110px;
    float: left;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    width: calc(100%/7);
    text-align: center;
    font-size: 18px;
    height: 110px;
    line-height: 110px;
    position: relative;
}

.nav ul li a {
    color: #fff;
    display: inline;
    padding-right: 30%;
    border-right: 1px solid #fff;
}

.nav ul li:last-child a {
    border-right: none;
}

.xiala {
    width: 80%;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 999;
    display: none;
	background: rgba(0,109,193,0.4);
}



.nav ul li:hover .xiala {
    display: block;
}

.header_right .nav .xiala  {
	width:146%;
	overflow:hidden;
    font-size: 13.5px;
	text-align:center;
	margin-left:-38%;
}

.header_right .nav .xiala  a{
	display:block !important;
	width:100% !important;
	height:48px !important;
	line-height:48px !important;
	border-right:none !important;
	padding-right:0;}

.header_tel {
    width: 20%;
    overflow: hidden;
    float: right;
}

.header_pic {
    width: 18.2%;
    float: left;
    line-height: 135px;
}

.header_pic img {
    width: 100%;
}

.header_word {
    width: 81.2%;
    overflow: hidden;
    float: right;
    padding-top: 50px;
}

.headr_ch {
    font-size: 12px;
    color: #000000;
}

.header_num {
    font-size: 18px;
    color: #007acd;
    font-weight: 700;
}


/* 
  .nav .xiala li:hover a{
    border-left: none;
  } */

.nav .xiala li a {
    color: #fff;
}

.nav .xiala li:hover a {
    color: #000;
}


/* banner */

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner_01 .swiper-pagination-bullet {
    background: #e9e9e9;
    width: 42px;
    height: 6px;
    opacity: 1;
    border-radius: 0;
}

.banner_01 .swiper-pagination-bullet-active {
    width: 42px;
    height: 6px;
    background-color: #e9e9e9;
    border-radius: 0;
}


/* 页面内容 */

.content {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}

.content_01 {
    width: 100%;
    overflow: hidden;
}

.content_01 .swiper-slide {
    width: 100%;
    overflow: hidden;
}

.content_01 .swiper-slide a {
    width: 100%;
}

.content_01 .swiper-slide a img {
    width: 100%;
}


/* 页尾 */

.foot {
    width: 100%;
    overflow: hidden;
    background: #006dc1;
    padding-top: 100px;
}

.foot_main {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
    color: #fff;
}

.foot_main_01 {
    width: 12%;
    overflow: hidden;
    float: left;
    height: 192px;
    /* text-align: center; */
    line-height: 3;
    margin-right: 6%;
    font-size: 16px;
    border-right: 1px solid #4d99d4;
}
.foot_main_01:first-child{
	width:16%;
	margin-right:4%;}
.foot_main_01:first-child a{
	width:50%;
	float:left;}

.foot_main_01:nth-child(4) {
    margin-right: 0;
	width:25%;
}

.foot_main_01:nth-child(4) a{
    width:50%;
	float:left;}
.foot_main_01 a {
    color: #fff;
    display: block;
}

.foot_right {
    width: 12.35%;
    float: right;
    overflow: hidden;
    text-align: center;
}

.foot_logo {
    margin-bottom: 20px;
    width: 100%;
}

.foot_logo img {
    width: 100%;
}

.foot_ma {
    width: 100%;
}

.foot_ma img {
    width: 100%;
}

.copy {
    width: 100%;
    overflow: hidden;
    background: #006dc1;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-size: 15.77px;
}

.copy span {
    padding-right: 10px;
}

.copy a {
    color: #fff;
    padding: 0 10px;
}

.copy a:nth-child(2) {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}


/* 内页头部 */

.inheader {
    width: 100%;
    height: 110px;
    line-height: 110px;
    background: #006dc1;
}


/* 内页大图 */

.inbanner {
    width: 100%;
    overflow: hidden;
}

.inbanner img {
    width: 100%;
}


/* 产品中心 */

.inproduct {
    max-width: 1700px;
    overflow: hidden;
    margin: 20px auto;
}

.inproduct_title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.inproduct_main {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.inproduct_main_01 {
    width: 24.53%;
    overflow: hidden;
    float: left;
    margin-right: 0.6266%;
    margin-bottom: 30px;
}

.inproduct_main_01:nth-child(4n) {
    margin-right: 0;
}

.inproduct_pic {
    width: 100%;
    overflow: hidden;
}

.inproduct_pic img {
    width: 100%;
}

.inproduct_word {
    width: 100%;
    height: 57px;
    line-height: 57px;
    text-align: center;
    color: #000000;
    font-size: 20px;
    margin-top: 10px;
    background: #e5e5e5;
}


/* 关于我们 */

.about {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
    margin-top: -50px;
    padding: 20px 20px 0 40px;
    border-radius: 30px;
    box-shadow: 0 0 10px #eeeeee;
    z-index: 99999;
    position: relative;
    background: #fff;
}

.about_title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 36px;
    color: #000000;
    font-weight: 700;
}

.about_main {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.about_left {
    width: 46.5%;
    overflow: hidden;
    float: left;
    line-height: 2.5;
    font-size:16px;
    color: #000000;
    text-indent: 2em;
}

.about_right {
    width: 48.2%;
    overflow: hidden;
    float: right;
}

.about_right img {
    width: 100%;
}

.about_data {
    width: 100%;
    height: 226px;
    margin: auto;
    margin-top: 30px;
    background: url(../images/about_02.jpg) center no-repeat;
    padding-top: 40px;
}

.about_data_main {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
}

.about_data_01 {
    width: 25%;
    color: #fff;
    float: left;
}

.about_data_01:first-child {
    text-align: left;
}

.about_data_01:last-child {
    text-align: right;
}

.about_data_01 p:first-child {
    font-size: 29px;
    color: #ffffff;
    text-align: center;
}

.about_data_01 p:first-child span {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
}

.about_data_01 p:last-child {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}


/* 荣誉资质 */

.honor {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
}

.honor_main {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.honor_bigPic{
	width:100%;
	overflow:hidden;}
.honor_bigPic img{
	width:100%;}

.honor_01 {
    width: 100%;
    overflow: hidden;
	margin-top:20px;
}

.honor_01 .swiper-slide {
    width: 100%;
    overflow: hidden;
}

.honor_01 .swiper-slide a {
    width: 100%;
}

.honor_01 .swiper-slide a img {
    width: 100%;
}


/* 企业文化 */

.culture {
    max-width: 1700px;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
}

.culture_main {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    background: #006dc1;
}

.culture_left {
    width: 50.35%;
    overflow: hidden;
    float: left;
}

.culture_left img {
    width: 100%;
}

.culture_right {
    width: 49%;
    overflow: hidden;
    padding: 100px 40px 0 40px;
    color: #fff;
    line-height: 2.5;
    float: right;
}

.culture_rtitle {
    font-size: 30px;
    font-weight: 700;
}

.culture_rcontent {
    font-size: 20px;
}


/* 企业环境 */

.environment {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 40px;
}

.environments {
    max-width: 1700px;
    margin: auto;
}

.eve_pic {
    float: left;
    margin-top: 30px;
    width: 24.5%;
    margin-right: calc(2% / 3);
}

.eve_pic img {
    width: 100%;
}

.eve_pic:nth-child(4n) {
    margin-right: 0;
}

.environments img:nth-child(4n) {
    margin-right: 0;
}

.eve_title {
    width: 100%;
    overflow: hidden;
    text-align: center;
}


/* 解决方案 */

.case {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.case_main {
    width: 100%;
    overflow: hidden;
}

.case_main_01 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    color: #fff;
}


.case_left {
    float: left;
}

.case_title {
    font-size: 20px;
    font-weight: 700;
}

.case_title a{
	color:#fff;
}

.case_content {
    font-size: 18px;
    line-height: 2.8;
    margin-top: 30px;
	color:#fff;
}

.case_content a{
	color:#fff;
}

.case_main_01:nth-child(n+1) {
    background: #006dc1;
}

.case_main_01:nth-child(n+1) .case_left {
    width: 56.25%;
    padding: 80px 40px 0 5.7%;
    float: left;
}


.case_main_01:nth-child(n+1):hover{
	background: rgba(0,141,214,0.8);
}
.case_main_01:nth-child(n+1) .case_right {
    width: 43.75%;
    float: right;
}

.case_main_01:nth-child(n+1) .case_right img {
    width: 100%;
}

.case_main_01:nth-child(2n) {
    background: #008dd6;
}
.case_main_01:nth-child(2n):hover{
	background: rgba(0,109,193,0.6);
}

.case_main_01:nth-child(2n) .case_left {
    width: 56.25%;
    padding: 80px 40px 0 5.7%;
    float: right;
}

.case_main_01:nth-child(2n) .case_left img {
    width: 100%;
}

.case_main_01:nth-child(2n) .case_right {
    float: left;
    width: 43.75%;
}

.case_button{
	width:140px;
	height:50px;
	line-height:50px;
	text-align:center;
	margin-top:30px;
	border-radius:30px;
	background: #006bb3;
	border:1px solid #fff;
	color:#fff}

/* 行业应用案例 */

.industry {
    max-width: 1700px;
    overflow: hidden;
    margin: 30px auto;
}

.industry_title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 36px;
    color: #000000;
    font-weight: 700;
}

.industry_nav {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/app_bg.png) center top 20px no-repeat;
    margin-top: 30px;
}

.industry_01 {
    width: 95%;
    overflow: hidden;
    margin: auto;
}

.industry_01 .swiper-slide {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.industry_yuan {
    width: 35px;
    height: 34px;
    background: url(../images/app_02.png) center no-repeat;
    margin: auto;
}

.industry_01 .swiper-slide:hover .industry_yuan {
    width: 35px;
    height: 34px;
    background: none;
    background: url(../images/app_03.png) center no-repeat;
    margin: auto;
}

.industry_nword {
    margin-top: 30px;
    font-size: 14px;
    color: #000000;
}

.industry_left {
    display: inline-block;
    width: 13px;
    height: 23px;
    background: url(../images/industry_left.png);
    position: absolute;
    left: 0;
    top: 32px;
}

.industry_right {
    display: inline-block;
    position: static;
    width: 13px;
    height: 23px;
    background: url(../images/industry_right.png);
    position: absolute;
    right: 0;
    top: 32px;
}

.industry_main {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.industry_main_01 {
    width: 24.53%;
    overflow: hidden;
    float: left;
    margin-right: 0.6266%;
    margin-bottom: 30px;
}

.industry_main_01:nth-child(4n) {
    margin-right: 0;
}

.industry_pic {
    width: 100%;
    overflow: hidden;
}

.industry_pic img {
    width: 100%;
}

.industry_word {
    width: 100%;
    height: 57px;
    line-height: 57px;
    text-align: center;
    color: #000000;
    font-size: 20px;
    margin-top: 10px;
    background: #e5e5e5;
}


/* 新闻资讯内页 */

.newsInfo {
    width: 100%;
    overflow: hidden;
}

.newsInfo_title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin: 20px 0;
}

.newsInfo_main {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
}

.newsInfo_main_01 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px #eee solid;
}

.newsInfo_left {
    float: left;
    width: 25.8%;
}

.newsInfo_left img {
    width: 100%;
}

.newsInfo_right {
    float: right;
    width: 74%;
    padding-left: 20px;
}

.newsInfo_right_top {
    font-size: 18px;
    line-height: 50px;
    width: 99%;
    border-bottom: 1px #eee solid;
}

.newsInfo_right_date {
    font-size: 15px;
    line-height: 40px;
    color: #7f7f7f;
}

.newsInfo_right_main {
    line-height: 30px;
    font-size: 16px;
    color: #7f7f7f;
}

.newsInfo_right_button {
    margin-top: 20px;
    background-color: #0586ab;
    width: 93px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

.newsInfo_right_button a {
    color: #fff;
}


/* 新闻详情 */

.news_d_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.news_d_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: 16px;
    padding: 0 0 10px 0;
    line-height: 2.2;
}

#art_content img {
    max-width: 920px;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1600px;
    margin: 20px auto 40px;
}


/* 联系我们 */

.p12-aboutinfo-1 {
    max-width: 1700px;
    margin: auto;
    overflow: hidden;
    z-index: 9999;
}

.p12-aboutinfo-1 .tit {
    height: 80px;
    clear: both;
    text-align: center;
}

.p12-aboutinfo-1 .tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 10px;
}

.p12-aboutinfo-1 .tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 5px;
    display: block;
}

.g-gywm {
    height: 530px;
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
}

.wm-l {
    width: 50%;
    float: left;
    color: #fff;
    height: 420px;
    overflow: hidden;
    background: #0072c1;
    padding: 60px 50px 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: 50%;
}

#map {
    width: 100%;
    height: 460px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
}

.map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
}


/* 在线留言 */

.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(../image/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    float: right;
    background: url(../image/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(../image/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    float: right;
    background: url(../image/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}

.listcontactsTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../image/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: #0072c1;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}