* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
	overflow-x:hidden;
	padding-top:80px;
    width: 100% !important;
}
a,
a:hover {
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
#pages{
	margin-top:20px;
	clear:both;
}
#pages a, #pages span {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 5px 10px;
}

#pages span {
  color: #fff;
  font-weight: bold;
  border: 1px solid #f08200;
  background-color: #f08200;
}
.trans {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover,
.text-white a:hover {
    color: #f08200;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
}


.text-brand {
    color: #004d8b;
}


.font-bold {
    font-weight: bold;
}

.text-white,
.text-white a {
    color: #fff;
}

.word-break,.swiper-pagination-bullet,.product-name {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.solution .swiper-pagination-bullet{
	height:20px !important;
	border-radius:0 !important;
}
.text-brand2 {
    color: #f08200;
}

@media(min-width:1439px) {
    .container {
        width: 1200px;
    }
}

.margin-top-60 {
    margin-top: 60px;
}

.padding-zero {
    padding: 0;
}

.left-menue {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    left: 55px;
	top:5px;
	background-color:#f5f5f5;
}

.nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-bg {
    background-color: #fff;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.m-line {
    width: 30px;
    height: 4px;
    background-color: #004d8b;
    margin: 5px 0;
}

.left-nav {
    padding: 100px 15px;
    background-color: #fff;
    position: absolute;
    left: -160px;
    top: 0;
    height: 100vh;
    width: 160px;
}

.left-nav-item {
    font-size: 16px;
    /* font-weight: bold; */
    cursor: pointer;
    padding: 15px 0;
    color: #004d8b;
    border-bottom: 1px solid #f5f5f5;
}

.arr {
    width: 20px;
    height: 20px;
    background-image: url(../../images/arr-r.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}

.left-nav-sub {
    font-size: 16px;
    line-height: 2em;
    padding-top: 15px;
    display: none;
    font-weight: 400;
    padding-left: 10px;
}

.left-nav-active ul {
    display: block;
}

.left-nav-click {
    left: 0 !important;
}

.menue-active {
    background-color: #f08200;
}

.menue-active .m-line {
    background-color: #fff;
}

.left-wechat {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.sw-culture-img {
    border-radius: 12px;
    overflow: hidden;
}

.home-culture {
    padding: 0 15px;
}

.sw-culture-title {
    font-size: 24px;
    padding: 10px 0;
}

.sw-culture-info {
    font-size: 16px;
}

.sw-culture-line {
    width: 100px;
    height: 4px;
    margin: auto;
    background-color: #004d8b;
    margin-top: 20px;
}

.home-brand {
    font-size: 36px;
}

.home-icon {
    display: block;
    float: left;
    width: 120px;
    height: 50px;
}

.sw-page {
    /* padding-top:100px; */
    top: 30px;
}

.swiper-solution {
    padding-top: 100px !important;
}

.sw-page .swiper-pagination-bullet {
    width: 11.1111% !important;
    background: none;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    color: #f08200;
}

@media(min-width:1441px) {
    .container {
        width: 1400px;
    }
}

.swiper-container {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

.banner-c {
    position: relative;
}

.cat-news-brand {
    width: 600px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.cat-brand-item {
    width: 33.333%;
    float: left;
    z-index: 999;
    padding: 50px;
    font-size: 24px;
	background-color: rgba(240, 130, 0, .8);
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}



.solution-title {
    font-size: 24px;
}

.solution-info {
    font-size: 16px;
    line-height: 1.75em;
    padding-top: 30px;
}

.application-container {
    padding: 0 15px;
}
/* .application-container .col-sm-6:nth-of-type(2),.application-container .col-sm-6:nth-of-type(3){
	width:25%;
	margin-bottom:30px;
} */

/* .application-container .col-sm-6:nth-of-type(2) .application-one,
.application-container .col-sm-6:nth-of-type(3) .application-one,
.application-container .col-sm-6:nth-of-type(4) .application-one{
	height:300px;
} */
.application-img {
    /* position: relative; */
	overflow:hidden;
}

/* .application-brand {
    font-size: 24px;
    position: absolute;
    bottom: 30px;
    right: 30px;
} */
.application-brand{
	font-size:24px;
	text-align:center;
	border:1px solid #ddd;
	padding:20px 15px;
}
.app-item:hover img{
	transform: scale(1.1);
}
.app-item:hover .application-brand{
	background-color:#004d8b;
}
.margin-top-30 {
    margin-top: 30px;
}

.news-one-img,
.news-item-img,
.cat-solution-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.news-one-img {
    height: 400px;
}

.home-news-one {
    background-color: #f0f0f0;
    border-radius: 20px;
    overflow: hidden;
}

.news-one-info {
    padding: 80px 15px 0 15px;
}

.news-one-title {
    font-size: 30px;
}

.news-one-des {
    color: #696969;
    font-size: 18px;
    padding-top: 15px;
}

.news-one-more {
    font-size: 30px;
    padding-top: 30px;
}

.news-item-img {
    height: 260px;
    border-radius: 20px;
}

.home-news-time {
    font-size: 18px;
    padding: 20px 0;
}
.home-news-title{
    font-size: 18px;
	color:#373c41;
	padding: 20px 0;
}
.home-news-time {
    color: #828282;
}

.home-news-line {
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
.cat-news-more{
	padding:15px 0;
	font-size:18px;
	font-family: fantasy;
	letter-spacing: 1px;
}
.cat-news-more a{
	color:#727171;
}
.news-li:hover .cat-news-b,.news-li:hover a,.news-li:hover .home-news-title{
	color:#f08200 !important;
}
.home-news-item .col-sm-4:nth-of-type(1) {
    padding-left: 0;
}

.home-news-item .col-sm-4:nth-of-type(3) {
    padding-right: 0;
}

.home-news-btn {
    font-size: 24px;
    padding: 10px 35px;
    color: #004d8b;
    border-radius: 6px;
    border: 2px solid #004d8b;
}

.home-news-btn:hover {
    background-color: #004d8b;
    color: #fff;
}

.footer {
    padding: 50px 0;
    background-color: #004d8b;
}

.copyright {
    background-color: #013055;
    line-height: 40px;
}

.language {
    padding-top: 60px;
    font-size: 16px;
}

.language a {
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 20px;
}

.language span {
    padding-right: 20px;
}

.zz {
    padding-top: 5px;
}

.cat-news-title {
    font-size: 24px;
}

.cat-sw-xw {
    position: relative;
}

.swiper-news {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #a2a2a2;
    line-height: 30px;
    font-size: 24px;
    background-color: #fff;
}

.swiper-news-next {
    right: 50px;
}

.swiper-news-prev {
    right: 0;
}

.swiper-news .fa {
    font-size: 24px !important;
    /* display: block; */
    color: #a2a2a2;
}

.cat-news-b {
    font-size: 16px;
    padding: 15px 0;
	font-family: fantasy;
	color:#727171;
}

.swiper-news:hover {
    background-color: #f08200;
    border-color: #f08200;
}

.swiper-news:hover .fa {
    color: #fff !important;
}

.cat-news-img {
    background-repeat: no-repeat;
    background-position: center;
    height: 260px;
    width: 100%;
	background-size: contain;
	border:1px solid #f0f0f0;
}

.list-news-item {
    margin-bottom: 30px;
}

.cat-news-nav {
    line-height: 51px;
}

.list-news-img {
    height: 260px;
    background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
}

.list-news-btn a {
    padding: 10px 35px;
    border: 1px solid #004d8b;
    border-radius: 19px;
}

.list-news-btn a:hover {
    background-color: #f08200;
    color: #fff;
    border-color: #f08200;
}

.list-news-item {
    background-color: #f5f5f5;
    overflow: hidden;
}

.list-news-info {
    padding: 20px 15px;
}

.list-news-item:hover {
    margin-top: -10px;
    margin-bottom: 40px;
}

.list-news-des {
    font-size: 16px;
    color: #696969;
    padding-top: 15px;
}

.cat-hr {
    background-image: url(../../images/cat-hr.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 0;
}

.hr-info {
    font-size: 16px;
    line-height: 1.75em;
}
.hr-j-info{
	text-indent:32px;
}
.btn-hr {
    color: #004d8b;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 32px;
}

.btn-hr-more {
    border: 1px solid #004d8b;
    color: #004d8b;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 15px;
}

.btn-hr-more:hover {
    border-color: #f08200;
    color: #fff;
    background-color: #f08200;
}

.col-sm-20 {
    width: 20%;
    float: left;
}

.gp-name {
    font-size: 24px;
}

.time,
.gp-item {
    color: #b3b3b3;
    font-size: 14px;
}

.gp-item {
    padding-bottom: 5px;
}

#gupiao {
    width: 100%;
    height: 300px;
    font-size: 16px;
}

.text-red {
    color: red;
}

.text-green {
    color: green;
}

.dq-price,
.sz,
.szf {
    line-height: 60px;
}

.dq-price {
    font-size: 48px;
}

.sz,
.szf {
    padding-top: 10px;
    font-size: 22px;
}

.dq-price,
.sz,
.szf {
    line-height: 60px;
}

#gp .time {
    line-height: 34px;
	margin-bottom:10px;
}

#gp .col-sm-20 {
    padding-bottom: 5px;
}

.cat-inve-brand .fa {
    display: block;
    float: left;
    font-size: 24px !important;
    margin-right: 8px;
}

.cat-inv-time {
    color: #696969;
    font-size: 14px;
}

.left-zero {
    padding-left: 0;
}

.right-zero {
    padding-right: 0;
}

.cat-inv-list {
    font-size: 16px;
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px dashed #f0f0f0;
}

.cat-inv-list:hover {
    border-color: #f08200;
}

.inv-margin-bottom {
    margin-bottom: 30px;
    position: relative;
}

.inv-tz-brand {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -24px;
    font-size: 24px;
}

.inv-tz-brand span {
    border: 1px solid #fff;
    padding: 10px 30px;
    background-color: rgba(0, 77, 139, .8);
}

/* product */
.product-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.product-container a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.product-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}

.product-name {
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
	padding:0 5px;
}

.cat-solution-info {
    padding: 30px;
	overflow:hidden;
	height:350px;
}

.cat-solution-title {
    font-size: 24px;
}

.cat-solution-des {
    color: #696969;
    font-size: 16px;
    padding-top: 15px;
	
}

.cat-solution-img {
    height: 350px;
}

.cat-solution-list {
    overflow: hidden;
    background-color: #f5f5f5;
}

.cat-solution-list {
    margin-bottom: 30px;
}

.show-info {
    font-size: 16px;
    line-height: 1.75em;
}

.show-sou-brand {
    font-size: 18px;
    background-color: #f0f0f0;
    overflow: hidden;
}

.show-sou-brand span {
    background-color: #f08200;
    padding: 10px 15px;
    display: block;
    float: left;
    border-left: 6px solid #013055;
}

.show-img {
    border-radius: 16px;
    overflow: hidden;
}

.manager {
    position: relative;
    font-size: 32px;
    padding-left: 60px;
    margin-bottom: 30px;
    clear: both;
}

.manager:after {
    content: '';
    height: 45px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #004d8b;
    transform: skew(-15deg, 0);
    -webkit-transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
    -o-transform: skew(-15deg, 0);
    z-index: 10;
}

.manager:before {
    content: '';
    height: 45px;
    width: 20px;
    position: absolute;
    left: 5px;
    opacity: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #f08200;
    transform: skew(-15deg, 0);
    -webkit-transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
    -o-transform: skew(-15deg, 0);
    z-index: 9;
}

.manager-item {
    position: relative;
    box-sizing: content-box;
    min-width: 100%;
    line-height: 1.75em;
    margin-bottom: 30px;
}


.manager-con {
    color: #333;
    width: 100%;
    background-color: transparent;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 4;
    font-size: 16px;
}

.manager-con {
    padding: 80px 50px;
}

.manager-title {
    font-size: 24px;
}

.manager-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #f0f0f0;
    z-index: -1;
    transform: skew(0, -3deg);
    -webkit-transform: skew(0, -3deg);
    -moz-transform: skew(0, -3deg);
    -o-transform: skew(0, -3deg);
    top: 0;
    transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}

.manager-i {
    line-height: 1.75em;
    margin-top: 30px;
    letter-spacing: .5px;
}

.pro-title {
    font-size: 18px;
}

.pro-con .fa {
    display: block !important;

}

.pro-con .fa-file-pdf-o {
    padding-right: 10px;
    font-size: 48px !important;
    float: left;
}

.pro-con .fa-cloud-download {
    font-size: 32px !important;
}

.pro-size {
    font-size: 14px;
    padding-top: 5px;
}

.download a {
    color: #b1b1b1;
}

.pro-con {
    background-color: #f0f0f0;
    margin-bottom: 30px;
    padding: 30px 15px;
    overflow: hidden;
}

/* hr */
.hr-list-brand {
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    background-color: #f08200;
}

.hr-list {
    font-size: 16px;
    padding: 10px 0;
    overflow: hidden;

}

.border-lr {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.hr-list-more {
    overflow: hidden;
    background-color: #f3f3f3;
    padding: 15px 0;
    display: none;
}

.border-r {
    border-right: 1px solid #fff;
}

.hr-list-more h4 {
    border-left: 4px solid #f08200;
    padding-left: 15px;
}

.hr-line {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 15px;
    margin-top: 5px;
}

.hr-list-item {
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    padding-bottom: 15px;
    cursor: pointer;
}

.t90 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

#allmap {
    height: 700px;
    width: 100%;
}

#allmap img {
    max-width: inherit;
}

#allmap p {
    margin: 0;
}

.map-add {
    background-color: #f0f0f0;
    padding: 30px 15px;
}

.map-item {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
}

.map-info {
    line-height: 1.5em;
}

.map-item-title {
    font-size: 22px;
    padding-bottom: 10px;
}

.map-item-title .fa {
    font-size: 24px !important;
    color: #f08200;
}

#map-c {
    height: 650px;
    overflow: hidden;
}

#map1 {
    display: block;

}

/* about关于共达 */
.cat-about-brand {
    font-size: 36px;
    position: relative;
}

.about-cir {
    background-color: #f08200;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 8px;
    position: absolute;
    bottom: 10px;
}

.about-info {
    font-size: 16px;
    line-height: 1.75em;
    padding: 15px 0 30px 0;
}

.cat-about-btn a {
    font-size: 16px;
    background-color: #004d8b;
    padding: 11px 25px;
    border-radius: 20px;
}

.cat-about-btn a:hover {
    background-color: #f08200;
    color: #fff;
}

/* 发展历程 */

.history {
    background-image: url(../../images/history-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 80px;
}
.historys-sw-prev,
.historys-sw-next {
  z-index: 9999;
}

.history-item .p-title .t {
  color: #fff;
}

.history-item .p-title .s {
  background: #e50012;
}

/*大*/

.history-main {
  width: 928px;
  padding: 0 0 246px;
  position: relative;
  margin: 50px auto 0;
}

.history-main .swiper-container {
  padding: 69px 0 0;
}

.history-main .history-con {
  display: block;
  height: 72px;
  text-align: center;
  color: #fff;
  background: url(../../images/history-item-bg.png) no-repeat center 68px;
  position: relative;
}

.history-con .year {
  line-height: 28px;
  font-size: 16px;
}

.history-con:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: 0px;
}

.history-con:after {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: 11px;
}

.history-con.cur .year {
  color: #fff;
  width: 77px;
  height: 77px;
  line-height: 77px;
  background: rgba(229, 0, 18, .75);
  border-radius: 100%;
  position: absolute;
  top: -53px;
  left: 50%;
  margin-left: -38.5px;
}

.history-con.cur .year:after {
  content: "";
  display: block;
  width: 109px;
  height: 109px;
  background: rgba(229, 0, 18, .25);
  border-radius: 100%;
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: -1;
}

.history-con.cur:before,
.history-con.cur:after {
  background: #e50012;
}

.history-con.cur:after {
  height: 30px;
  z-index: 2;
}

.historys-sw-prev,
.historys-sw-next {
  display: block;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 70px;
}

.historys-sw-prev {
  left: -58px;
  background: url(../../images/swiper2-l.png) no-repeat center center;
}

.historys-sw-next {
  right: -58px;
  background: url(../../images/swiper2-r.png) no-repeat center center;
}

.history-main:before,
.history-main:after {
  content: "";
  display: block;
  width: 26px;
  height: 24px;
  background: url(../../images/history-ic.png) no-repeat center center;
  position: absolute;
  top: 125px;
}

.history-main:before {
  left: -103px;
}

.history-main:after {
  right: -103px;
}

.history-main .orn1,
.history-main .orn2 {
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, .3);
  position: absolute;
  top: 137px;
}

/*小*/

.history-min {
  width: 900px;
  position: relative;
  margin: -151px auto 0;
  z-index: 2;
}

#history .swiper-wrapper {
  padding-bottom: 0;
}


.history-min .swiper-container .swiper-slide {
  padding: 0 10px;
}

/* .history-bcon {
  display: block;
  padding: 0 6.851851851851852% 0 53%;
  background: #fff url(../../images/history-item.jpg) no-repeat center center / cover;
  box-shadow: 0 4px 20px rgba(162, 162, 162, .24);
  position: relative;
} */

.history-bcon {
  display: block;
  /* background: #fff url(../../images/history-item.jpg) no-repeat center center / cover;
  box-shadow: 0 4px 20px rgba(162, 162, 162, .24); */
  color:#fff;
  position: relative;
  padding:0 30px;
}
.history-bcon .history-img {
  display: block;
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.history-bcon .history-show {
  /* padding: 61px 0 51px; */
  min-height: 220px;
  font-size: 16px;
  line-height: 1.75em;
}

.history-show li {
  padding: 0 0 0 37px;
  line-height: 29px;
  color: #666666;
  position: relative;
  margin: 9px 0 0;
}

.history-show li:first-child {
  margin: 0px;
}

.history-show li:before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #afafaf;
  position: absolute;
  left: 0px;
  top: 14px;
}

@media all and (max-width:1100px) {

  .history-item {
    padding: .5rem 0;
    background-size: cover;
  }

  .history-main {
    width: 100%;
    padding: 0px;
    margin: 1rem 0 0;
  }

  .history-con.cur .year {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-left: -25px;
    top: -33px;
  }

  .history-con.cur .year:after {
    width: 70px;
    height: 70px;
    top: -10px;
    left: -10px;
  }

  .history-min {
    margin: 1.2rem 0 0;
  }

  .history-min .swiper-container {
    padding: 0px 0 1rem;
  }
}

@media all and (max-width:1100px) {

  /*1024 * 768 */
  .Hnav .Hname {
    font-size: 14px;
  }

  .Hnav>li {
    margin: 0 0 0 .3rem;
  }

  .historys-sw-prev {
    left: 0px;
  }

  .historys-sw-next {
    right: 0px;
  }

  .history-min {
    width: 100%;
    padding: 0 4%;
  }
}
#maps{
    padding-top: 30px;
}

.news-info{
	overflow:hidden;
	color:#727171;
	font-size:16px;
	padding:15px 0;
}
.show-info img{
	display:block;
	margin:auto;
	min-width:500px;
	height:auto !important;
}
.next{
	font-size:16px;
	padding-top:30px;
	border-top:1px solid #f5f5f5;
	margin-top:30px;
}
.next img{
	max-width:150px;
	max-height:50px;
}
.bread{
	font-size:16px;
	overflow:hidden;
	background-color:#f5f5f5;
	padding:30px 0;
}
.bread .fa{
	font-size:16px !important;
	margin-right:5px;
}
.bread,.bread a{
	color:#717171;
}
.bread-item{
	float:left;	
}
.bread-item a{
	padding:0 20px;
	border-right:1px solid #ddd;
}
.bread .bread-item:last-child a{
	border:none;
}
.breadcrumb{
	padding:0;
	margin:0;
}
.page-info{
	font-size:16px;
	line-height:1.75em;
}
.cat-his-title{
	font-size:24px;
	padding-bottom:15px;
}
.pro-num{
	font-size:16px;
	color:#717171;
	font-weight:400;
	line-height:32px;
	padding-left:30px;
}
.show-pro-title{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}
.show-slide-img{
	height:270px;
}
#show-pro .swiper-wrapper{
	padding-bottom:30px;
}
.cat-pro-sou{
	background-color:#f5f5f5;
	padding:50px 0;
}
.cat-pro-sou .cat-solution-list{
	background-color:#fff;
}
.show-pro-info img{
	max-width:120px !important;
	display:block;
	margin:auto;
}
.pro-right{
	position: fixed;
	bottom:30%;
	right:0;
}
.pro-right-item{
	padding:20px;
	background-color:#004d8b;
	margin-bottom:5px;
}
.bread{
    background-color: #ececec;
    padding: 16px 0;
    font-size: 16px;
}
.bread span{
    margin: 0 15px;
}
.breadcrumb{
	background-color: #ececec;
}
#marquee,.home-culture-wrapper{
	overflow:hidden;
	width:100%;
}
.sw-culture-item{
	float:left;
	width:450px;
	padding:0 15px;
}
.hr-btn{
	margin:30px;
}
/*常用css样式*/
pre {
  font-family: '微软雅黑';
  font-size: 14px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #fff;
  border: none;
  background-color: transparent;
}
.about-info pre{
	color:#000;
	font-size:16px;
}
.ib{
	padding-top:5px;
}
.form-control,
.input-text,
textarea {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.online .form-group:nth-of-type(1),
.online .form-group:nth-of-type(2),
.online .form-group:nth-of-type(3),
.online .form-group:nth-of-type(4),
.online .form-group:nth-of-type(5),
.online .form-group:nth-of-type(6){
	width:50%;
	float:left;
}
.online .form-group:nth-of-type(7) .col-sm-2,
.online .form-group:nth-of-type(8) .col-sm-2{
	width: 8.33333333%;
}
.online .form-group:nth-of-type(7) .col-sm-10,
.online .form-group:nth-of-type(8) .col-sm-10{
	padding-right:0;
}
@media(max-width:1367px){
	.left-menue{
		left:10px;
	}
}
.hi-item{
	overflow:hidden;
	padding:30px 0 30px 30px;
	border-bottom:1px solid #f5f5f5;
}
.hi-title{
	font-size:32px;
	text-align:center;
	font-family: fantasy;
}
.hi-info{
	font-size:16px;
	line-height:1.75em;
}
.hi-border{
	border-left:1px solid #ddd;
}
.hi-img{
	max-height:130px;
}
.hi-line{
	width:80px;
	height:4px;
	background-color:#f08200;
	margin:15px auto;
}
.footer-nav-cname{
	font-size:22px;
	padding-bottom:15px;
}
.footer-nav-item{
	font-size:16px;
	line-height:2em;
}




















@media(max-width:768px){
	.hi-title{
	font-size:24px;
	text-align:left;
	}
	.hi-border{
		border-left:none;
	}
	.hi-item{
		padding:0;
	}
	.sw-page{
		display:none;
	}
	.swiper-solution{
		padding-top:0 !important;
	}
	.application-one,.application-container .col-sm-6:nth-of-type(2) .application-one, .application-container .col-sm-6:nth-of-type(3) .application-one, .application-container .col-sm-6:nth-of-type(4) .application-one{
		height:260px;
	}
	.application .col-sm-6{
		padding:0;
		width:50%;
		float:left;
	}
	.application-container .col-sm-6:nth-of-type(2), .application-container .col-sm-6:nth-of-type(3){
		width:50%;
		margin-bottom:0;
	}
	.home-news-one .padding-zero{
		padding:0 15px;
	}
	.news-one-img{
		height:240px;
	}
	.news-one-info{
		padding:20px 0;
	}
	.news-one-title,.news-one-more{
		font-size:24px;
	}
	.news-one-des{
		font-size:16px;
	}
	.home-news-item .col-sm-4:nth-of-type(1){
		padding-left:15px;
	}
	.home-news-line{
		margin-bottom:15px;
	}
	.language{
		padding-top:0;
		margin-bottom: 50px;
	}
	.copyright{
		line-height:2em;
		text-align:center;
		padding:15px 0;
	}
	.left-menue,.left-nav{
		display:none;
	}
	body{
		padding-top:60px;
	}
	.margin-top-60{
		margin-top:30px;
	}
	.page-info{
		padding:0 15px;
	}
	.product-container,.product-container a{
		height:150px;
	}
	.product-container a img{
		max-height:140px;
	}
	.list-news-info{
		padding:0 0 30px 0;
	}
	.pro-right{
		display:none;
	}
	#map-c{
		height:auto;
	}
	#allmap{
		height:450px;
	}
	#history{
		overflow:hidden;
		margin-top:30px;
	}
	.history-bcon .history-img{
		display:none;
	}
	.history-bcon .history-show{
		padding:30px 0;
	}
	.history-bcon{
		padding:0 15px;
	}
	.sw-culture-item{
		float:left;
		width:350px;
		padding:0 15px;
	}
	.solution img{
		max-height:200px;
	}
	.solution-title{
		font-size:18px;
	}
	.solution-info{
		font-size:14px;
		line-height:1.5em;
		padding-top:15px;
	}
	.sw-culture-line{
		margin:15px auto;
	}
	.language{
		text-align: center;
	}
	.nav-bg .link{
		color:#333 !important;
	}
	.cat-news-title{
		font-size:18px;
	}
	.show-info img{
		max-width:100% !important;
		min-width:auto;
	}
	.container{
		padding:0 20px;
	}
	.next .col-sm-6{
		margin-bottom:15px;
	}
	.cat-solution-img{
		background-size: contain;
	}
	.cat-solution-info{
		height:auto;
	}
	.pro-con .fa-file-pdf-o{
		display:none !important;
	}
	.pro-title{
		letter-spacing:.5px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		white-space: inherit;
		word-break:inherit;
	}
	.pro-size{
		overflow:hidden;
	}
	.download{
		text-align:right;
		margin-top:-20px;
	}
	.download .fa-cloud-download{
		font-size:16px !important;
	}
	.pro-con .download .fa{
		display:inherit !important;
	}
	.pro-con{
		padding:15px 0;
	}
	.manager-con{
		padding:50px 15px;
		letter-spacing:.5px;
	}
	.product-container,.product-container a{
		height: 130px;
	}
	.product-container a img{
		max-height:120px;
	}
}

.sc-list{
	font-size:16px;
	line-height:1.75em;
}
.sc-list{
	overflow:hidden;
	border-bottom:1px solid #f5f5f5;
	padding:15px 0;
	margin-bottom:15px;
}

.job-list{
	font-size:16px;
	padding:10px 0;
	overflow:hidden;
}
#hr-cat .btn-hr {
    color: #004d8b;
    font-size: 16px;
    padding:8px 15px;
	border: 1px solid #004d8b;
	margin-bottom:30px;
	min-width:16%;
	float:left;
	margin-left:10px;
	margin-right:10px;
	border-radius:20px;
	line-height:24px;
}
.text-brand,.text-brand a{
	color: #004d8b;
}
#hr-cat .btn-hr:hover{
	background-color:#004d8b;
}
#hr-cat .btn-hr:hover a{
	color:#fff !important;
}
.margin-top-30{
	margin-top:30px;
}
#hr-cat .btn-hr-sc{
	position: relative;	
	color: #f08200;
    font-size: 16px;
    padding:8px 15px;
	border: 1px solid #f08200;
	margin-bottom:30px;
	min-width:16%;
	float:left;
	margin-left:15px;
	margin-right:15px;
	overflow:visible;
	border-radius:20px;
}
#hr-cat .btn-hr-icon{
	width:20px;
	height:20px;
	background-color:#f08200;
	position: absolute;
	top:-10px;
	right:5px;
	border-radius:15px;
	line-height:20px;
}
#hr-cat .btn-hr-sc a{
	color:#f08200;
}
#hr-cat .btn-hr-sc:hover{
	background-color:#f08200;
}
#hr-cat .btn-hr-sc:hover a{
	color:#fff;
}
#hr-cat .hr-list-brand {
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    background-color: #f08200;
}
.inv-margin-bottom a.text-white{
	color:#fff;
}