@charset "utf-8";
/* CSS Document */
html,body,div,ul,li,a,p,input,img,span,table,tr,td,h1,h2,h3,h4,h5,h6,i,dl,dt,dd {
	padding: 0;
	margin: 0;
}
header,nav,footer,menu {
	display: block;
}
dt {
	font-weight: 300;
}
img {
	border: none;
	max-width: 100%;
}
li {
	list-style-type: none;
}
a,
a:hover {
	text-decoration: none;
	color: #585757;
}
body {
	font-family: "微软雅黑";
	font-size: 0.16rem;
	color: #333;
	background-color: #fff;
	position: relative;
}
.h1, h1 {
    font-size: 0.36rem;
}
.h2, h2 {
    font-size: 0.30rem;
}
.h3, h3 {
    font-size: 0.24rem;
}
.h4, h4 {
    font-size: 0.18rem;
}
.h5, h5 {
    font-size: 0.14rem;
}
.h6, h6 {
    font-size: 0.12rem;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

.width1200px {
	width: 1200px;
}

.width865px {
	width: 865px;
}

.marginAuto {
	margin: auto;
}

.textL {
	text-align: left;
}

.textR {
	text-align: right;
}

.textC {
	text-align: center;
}

.b363636 {
	background-color: #363636;
}

.bf7f7f7 {
	background-color: #f7f7f7;
}

.bffffff {
	background-color: #ffffff;
}

.bff7202 {
	background-color: #ff7202;
}

.cffffff{
	color: #ffffff;
}

.fsize12px {
	font-size: 0.12rem;
}

.fsize14px {
	font-size: 0.14rem;
}

.fsize16px {
	font-size: 0.16rem;
}

.fsize18px {
	font-size: 0.18rem;
}

.fsize20px {
	font-size: 0.20rem;
}

.fsize24px  {
	font-size: 0.24rem;
}

.familys {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	color: #828282;
	line-height: 0.26rem;
}

/*******头部********/
header {
    background-color: #fff;
}
#menuColumn {
	font-size: 0.14rem;
}
#menuColumn #phone {
	background: url(../images/Telephone.jpg) no-repeat left center;
	padding-left: 20px;
}

#menuColumn #phone,
#menuColumn #WeChat,
#menuColumn #micro-blog {
	height: 30px;
	line-height: 30px;
}

#menuColumn #WeChat {
	position: relative;
}

#menuColumn #WeChat .WeChatBox {
	position: absolute;
	top: 30px;
	height: 100px;
	width: 100px;
	border: 1px solid #000;
	display: none;
}

#menuColumn #micro-blog {
	margin-right: 20px;
}

#search input{
	border: 1px solid #dbd7d8;
	border-right: none;
	height: 30px;
	line-height: 30px;
	width: 145px;
	padding-left: 15px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.navbar-nav li a {
	color: #161616;
    position: relative;
}
.navbar-nav li a.nav-a:after {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    width: 100%;
    left: 0;
    height: 2px;
    z-index: 999;
}
.navbar-nav li:hover a,
.navbar-nav li.on a {
	color: #000;
	background-color: transparent;
}
.navbar-nav li:hover a.nav-a:after,
.navbar-nav li.on a.nav-a:after {
    background-color: #ff7202;
}
.two-nav {
	position: absolute;
	left: 0;
	top: 0.2rem;
	z-index: 999;
	padding-top: 32px;
	display: none;
}
.two-nav-box {
	/*width: 420px;*/
    width: 93px;
    border: 1px solid #f6e5d1;
    background-color: #fff;
    padding-bottom: 15px;
}
.navbar-nav li .two-nav {
    left: -14px;
}
.navbar-nav li:nth-child(6) .two-nav .two-nav-box {
    width: 160px;
}
.navbar-nav li:nth-child(6) .two-nav {
    left: -42px;
}
.navbar-nav li:nth-child(4) .two-nav .two-nav-box {
    width: 1300px;
    padding: 10px;
}
.navbar-nav li:nth-child(4) .two-nav {
    left: -766px;
}

.navbar-nav li:nth-child(5) .two-nav .two-nav-box {
    width: 200px;
}
.navbar-nav li:nth-child(5) .two-nav {
    left: -64px;
}
/*.navbar-nav li:nth-child(4) .two-nav .two-nav-box,
.navbar-nav li:nth-child(6) .two-nav .two-nav-box {
    width: 1146px;
    margin-left: -690px;
}
.navbar-nav li:nth-child(6) .two-nav .two-nav-box {
    margin-left: -880px;
}
.navbar-nav li:nth-child(8) .two-nav .two-nav-box {
    margin-left: -360px;
}*/
.two-nav-box div {
	display: block;
    margin: 0 10px;
    text-align: center;
    /*margin-right: 25px;*/
}
.two-nav-box div a {
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #e5e5e5;
}
.two-nav-box div:last-child {
    /*margin-right: 0;*/
}
.two-nav div a {
	font-size: 0.15rem;
	color: #828282 !important;
    display: block;
}
.two-nav-box div:hover a {
	color: #ff7202 !important;
}
.navbar-nav li.nav-product .two-nav-box div {
    float: left;
    min-width: 122px;
    text-align: left;
}
.navbar-nav li.nav-product .two-nav div a {
    color: #333 !important;
    height: 42px;
    line-height: 42px;
    position: relative;
}
.navbar-nav li.nav-product .two-nav div a.before:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
}
.navbar-nav li.nav-product .two-nav-box div.nav-son {
    padding: 10px 0;
    margin: 0;
}
.navbar-nav li.nav-product .two-nav-box div.nav-son a {
    border-bottom: none;
    color: #828282 !important;
    height: 30px;
    line-height: 30px;
}
.navbar-nav li.nav-product .two-nav-box div.nav-son a:hover {
    color: #ff7202 !important;
}
/*header .bg {
    background-color: #ffa141;
    box-shadow: 0 0 5px #eeeeee;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 9;
    height: 50px;
    width: 100%;
    display: none;
}*/
.border {
	margin: 0 10px; 
	line-height: 30px; 
	height: 30px;
}
.navbar {
	height: auto;
    margin-bottom: 0;
    border-width: 0 0 0;
    text-transform: uppercase;
}
.navbar-theme .navbar-toggle .icon-bar {
	background-color: #333;
}
.navbar-toggle .icon-bar:nth-child(3) {
  position: relative;
}
.navbar-toggle .icon-bar:nth-child(3):before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: inherit;
}
.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2),
.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(4) {
  opacity: 0;
}
.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3):before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
#logo .navbar-brand {
	padding-top: 8px;
	padding-bottom: 0;
}
/*********尾部************/

footer {
	padding: 0.15rem 0;
	line-height: 0.35rem;
	font-size: 0.14rem;
}

footer ul li {
	display: inline-block;
	margin: 0 5px;
	position: relative;
}
footer ul li a,
footer ul li a:hover {
    color: #ffffff;
}
footer ul li span {
	height: 13px;
	border-left: 1px solid #868686;
	position: absolute;
	top: -11px;
}

/*****主体*******/
#banner {
	position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
}

#banner .swiper-pagination-bullet,
#service .swiper-pagination-bullet {
	width: 0.16rem;
	height: 0.16rem;
	margin: 0 0.1rem;
	background-color: #fff;
	opacity: 0.8;
}

#banner .swiper-pagination-bullet-active {
	background-color: #2882e8;
	opacity: 1;
}

#service .swiper-pagination {
	text-align: right;
	padding-right: 0.1rem;
}

#service .swiper-pagination-bullet {
	margin: 0 0.05rem;
}

#service .swiper-pagination-bullet-active {
	background-color: #ff7202;
	opacity: 1;
}

#main {
	background-color: #E4E4E4;
}

.swiper-button-white {
	background: rgba(0, 0, 0, 0.6);
	height: 60px !important;
	width: 40px !important;
}
.swiper-button-prev.swiper-button-white {
	left: 0;
}
.swiper-button-next.swiper-button-white {
	right: 0;
}
/***********首页************/
#service {
    display: none;
}
#service,
#product,
#cases,
#news,
#clients,
#contact,
#about {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#title {
	padding-bottom: 0.2rem;
}

#title h1 {
	text-transform: uppercase;
}

#cases {}

#cases ul li {
	margin-bottom: 0.15rem;
}

#cases ul li a {
	overflow: hidden;
	display: block;
    position: relative;
}

#cases ul li a img {
	-webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

#cases ul li:hover a img {
	-webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}
#cases ul li:hover a .text {
    opacity: 1;
}
#cases ul li:hover a .text .caseTop,
#cases ul li:hover a .text p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
#cases ul li a .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.7rem  0.3rem 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    opacity: 0;
    -webkit-transition: all .5s linear;
       -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
         -o-transition: all .5s linear;
            transition: all .5s linear;
}
#cases ul li a .text p {
    color: #fff;
}

#cases ul li .caseTop {
	margin: 20px 0 10px;
}

#cases ul li a .text p,
#cases ul li a .text .caseTop {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

#casesBtn {
	padding: 0.2rem 0;
}

#casesBtn a {
	padding: 10px 100px;
	font-size: 0.20rem;
    font-style: normal;
    text-shadow: none;
    text-transform: uppercase;
    color: #00307c;
    position: relative;
    letter-spacing: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 0;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #00307c;
}

#casesBtn a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 0;
    background: #333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#casesBtn a:hover {
    color: #fff;
}
#casesBtn a:hover:before {
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#casesBtn a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background: #E4E4E4;
    z-index: -2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.newsTab {}

.newsTab a {
	width: 50%;
	padding: 10px 0;
	display: block;
	border: 1px solid #d9d9d9;
	float: left;
	font-size: 0.20rem;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
}

.newsTab a span {
	background-image: url(../images/news_03.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 35px;
}

.newsTab .current {
	background-color: #ff7202;
	color: #fff;
	border: 1px solid #ff7202;
}

.newsTab .current span{
	background-image: url(../images/news_02.jpg);
}

.newsTabBox {
	margin-top: 20px;
}

.newsTabBox .newsTabBoxL_Text {
	padding-left: 0;
}

.recommend-con {
	margin-bottom: 0.2rem;
}

.newsTabBox dl {
	border-bottom: 1px dotted #959595;
	padding-top: 0.06rem;
	padding-bottom: 0.06rem;
}

.newsTabBox dl dt {
	float: right;
}

.newsTabBox .TabBoxText02 {
	display: none;
}

#clients .clientsL li {
	margin-bottom: 0.18rem;
}

#clients .clientsL li .img {
	border: 1px solid #e5e5e5;
}

#clients .clientsL li:hover .img {
	border: 1px solid #fec10f;
}
.contactBox-tel .col-xs-12 {
	padding: 0;
	margin-bottom: 0.2rem;
}
.contactBox-tel .img {
	width: 13%;
}
.contactBox-tel .text {
	width: 83%; 
	border-left: 1px solid #f0f0f0; 
	margin-left: 0.09rem; 
	padding-left: 0.09rem;
}
.contactBoxLoginbar label {
	display: block;
	margin: 0;
}

.contactBoxLoginbar input {
	width: 100%;
	height: 0.45rem;
	line-height: 0.45rem;
	padding: 0 15px;
	border: 1px solid #c5c5c5;
	margin-bottom: 0.2rem;
}

.contactBoxLoginbar #message {
	width: 100%; 
	height: 2rem; 
	border: 1px solid #c5c5c5; 
	padding: 0.1rem;
}

.contactBoxLoginbar .contactBoxLoginbarSubmit {
	width: 25%;
	height: 0.4rem;
	line-height: 0.4rem;
	margin: 0;
	margin-top: 0.2rem;
	border: none;
    background-color: #999;
}

.productTab {
    margin: 0.1rem auto;
}

.productTab a {
	width: 25%;
	/*padding: 10px 0;
	display: block;
	margin-left: 10px;*/
	float: left;
	font-size: 0.18rem;
	text-align: center;
	/*background-color: #ff7202;*/
	color: #000;
	/*cursor: pointer;*/
}

.productTab a:hover,
.productTab .current {
	/*background-color: #0472ad;
	color: #fff;box-shadow: -3px 5px 5px #888888;*/
}

.productText {
	padding-top: 20px;
}

.productText .productTextBox {
	overflow: hidden;
	display: none;
}

.productText .productTextBox ul  li {
    margin-bottom: 0.3rem;
}

.productText .productTextBox ul  li .shadow {
    box-shadow: 0 0 5px #ccc inset;
}

.productText .productTextBox ul  li a.img {
	display: block;
	overflow: hidden;
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.productText .productTextBox ul  li a.img img {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    position: relative;
    right: 0;
}
.productText .productTextBox ul  li:hover a.img img {
	right: -60px;
}

.productText .productTextBox ul  li .caseTop a {
    color: #00307c;
}

.productText .productTextBox ul  li .shadow .text {
    position: relative;
    padding-top: 15px;
}

.productText .productTextBox ul  li .shadow .text:after {
    content: '';
    background-color: #333;
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.productText .productTextBox ul  li .caseTop,
.productText .productTextBox ul  li .caseTop a ,
.productText .productTextBox ul  li p {
    z-index: 9;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
       -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
         -o-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
}

.productText .productTextBox ul  li:hover .caseTop a,
.productText .productTextBox ul  li:hover p {
    color: #fff;
}

.productText .productTextBox ul  li:hover .shadow .text:after {
    width: 100%;
}

.productText .productTextBox ul  li p {
    padding-bottom: 0.2rem;
}

.productText .productTextBox ul  li span {
	display: block;
	line-height: 0.6rem;
	height: 0.6rem;
    color:#ff7202;font-weight:bold;
}

#service .serviceLeft {}

#service .serviceLeft .serviceTab {}

#service .serviceLeft .serviceTab ul li {
	position: relative;
	z-index: 99;
	color: #666666;
	cursor: pointer;
	height: 0.7rem;
	line-height: 0.7rem;
}

#service .serviceLeft .serviceTab ul li .serviceTabBox {
	margin-left: 23%;
}

#service .serviceLeft .serviceTab ul li .serviceTabBox .serviceTabImg {
	margin-right: 7%;
}

#service .serviceLeft .serviceTab ul li .serviceTabBox .serviceTabImg a {
	display: table-cell;
	vertical-align: middle;
}

#service .serviceLeft .serviceTab ul li .serviceTabBox span {}

#service .serviceLeft .serviceTab ul .current .serviceTabBox_  {
	display: block;
}

#service .serviceLeft .serviceTab ul li .serviceTabBox_ {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	border: 2px solid #0472ad;
	height: 104%;
	width: 130%;
}

#service .serviceLeft .serviceTab ul li .serviceTabBox_  div {
	width: 10.4%;
}
#service .serviceLeft .serviceTab ul li .serviceTabBox_  div img {
	display: block;
	width: 100%;
}
#service .serviceLeft .serviceTab ul li .serviceTabBox_  span {
	font-size: 0.52rem;
	color: #ff7202;
	background-color: #0472ad;
	width: 18%;
}

#service .serviceRight {
	overflow: hidden;
	position: relative;
}

#service .serviceRight .serviceText li img {
	display: block;
}

/********内页***********/
.slier-nav {
	background-color: #d3dcee;
}
.breadcrumb {
	margin-bottom: 0;
	padding: 0.14rem 0;
	background: url(../images/breadcrumb-home.png) no-repeat left center;
	padding-left: 30px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.breadcrumb>li+li:before {
    content: "》";
    font-family: "宋体";
    font-size: 12px;
    color: #999;
}
.main-list li {}
.main-list li+li{
	border-top: 1px solid #ececec;
}
.main-list .img,
.main-list .text {
	padding-bottom: 0.4rem;
}
.main-list .img,
.main-list .text,
.news-sidebar {
	padding-top: 0.4rem;
}
.list-title {
	margin-bottom: 0.05rem;
}
.list-title h1 span,
.main-list-over span.fsize20px {
	color: #2652ab;
}
.list-title div.h4 {
	color: #999999;
	text-transform:capitalize;
	padding-top: 0.2rem;
	padding-left: 0.1rem;
	margin: 0;
}
.main-title,
.news-sidebar h3 {
	border-bottom: 1px solid #ececec;
	padding-bottom: 0.3rem;
}
.main-list-over {
	height: 3.1rem;
	overflow-y: auto;
}
.main-list-over p,
.news-d-con p {
	padding-bottom: 0.3rem;
}
.main-padding {
	padding: 0.4rem 0 0.6rem;
}
.con div.fsize20px {
	padding-bottom: 0.1rem;
}
.about-more,
.solution-con {
	border-top: 1px solid #ececec;
}
.about-more a {
	background-color: #f1851d;
	color: #fff;
	margin-top: 0.4rem;
	display: inline-block;
	padding: 0.16rem 0.48rem;
	border-radius: 50rem;
}
.build-title {
	border-bottom: 1px solid #ececec;
	padding: 0.25rem 0;
}
.news-list {
	padding-top: 0.1rem;
}
.service-list {
	padding-top: 0;
	margin-top: -0.2rem;
}
.news-list li {
	border-bottom: 1px solid #ececec;
	padding-top: 0.3rem;
}
.news-list li .img,
.news-list li .text {
	padding-bottom: 0.3rem;
}
.news-list li .time {
	color: #ababab;
	padding: 0.05rem 0 0.1rem;
}
.news-list li:hover h4 a {
	color: #f1851d;
}
.pagination {
	margin: 0.3rem auto 0.6rem;
}
.pagination li a {
	margin: auto 0.05rem;
	color: #999;
}
.pagination li a:hover {
	background-color: #ee7801;
	color: #fff;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span,
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
	border-radius: 0 !important;
}
.news-sidebar h3 {
	padding-bottom: 0.2rem;
	font-size: 0.26rem;
}
.news-hr {
	padding-top: 0.1rem;
}
.news-hr li {
	margin: 0.1rem 0;
	background: url(../images/news-prev.jpg) no-repeat left 0.06rem;
	padding-left: 20px;
}
.news-hr li a,
.news-con li a,
.news-con li  {
	color: #666666;
}
.news-con li {
	border-bottom: 1px solid #ececec;
	padding: 0.23rem 0;
}
.news-d-title .h1 {
	margin: 0 0 0.17rem 0;
}
.news-d-title div.time {
	background: url(../images/news-time.jpg) no-repeat left center;
	padding-left: 25px;
	color: #999999;
	margin-bottom: 0.3rem;
}
.solution-con {
	padding-top: 0.35rem;
}
.solution-con h1 {
	padding-bottom: 0.20rem;
}
.solution-con p {
	padding-bottom: 0.35rem;
}
.case-slier {
	margin-bottom: 0.35rem !important;
}
.case-swiper {
	margin-bottom: 0.2rem !important;
	padding-top: 0.25rem;
	padding-bottom: 0.15rem;
}
.case-swiper ul {
    margin-right: -1%;
    margin-left: -1%;
}
.case-swiper li {
	width: 20%;
    text-align: center;
    margin: 0 1%;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 0.18rem;
    float: left;
}
.case-swiper li a {
    color: #000;
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.case-swiper li a:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
    border-top: 6px solid #f1851d;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    opacity: 0;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.case-swiper li.on a,
.case-swiper li:hover a {
	/*background-color: #f1851d;*/
    color: #f1851d;
    border-bottom: 1px solid #f1851d;
}
.case-swiper li.on a:after,
.case-swiper li:hover a:after {
    /*opacity: 1;*/
}
.case-product,
.case-product-ab h4,
.service-re {
	position: relative;
}
.case-con li {
	margin-bottom: 0.4rem;
	cursor: pointer;
}
.case-product-ab {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
}
.case-con li:hover .case-product-ab {
	opacity: 1;
	transition: opacity 0.5s;
}
.case-product-ab,
.case-product-ab div.h5,
.case-product-ab p,
.case-product-ab a {
	color: #fff;
}
.case-product-ab h4 {
	margin-bottom: 0.45rem;
}
.case-product-ab h4:after {
	content: "";
	position: absolute;
	bottom: -0.22rem;
	left: 50%;
	margin-left: -0.2rem;
	width: 0.4rem;
	height: 0.04rem;
	background-color: #f1851d;
}
.case-product-table {
	display: table;
	width: 100%;
	height: 100%;
}
.case-product-cell {
	display: table-cell;
	vertical-align: middle;
}
.service-con-ul {
	color: #828282;
	padding: 0.1rem 0  0.2rem;
}
.service-con-ul li {
	padding: 0.05rem;
}
.service-re {
	margin: 0.2rem 0;
}
.service-re div.h4 {
	position: absolute;
	width: 100%;
	bottom: 0.03rem;
	color: #fff;
}
.service-download {
	padding-bottom: 0.1rem;
}
.service-download dl {
	border-bottom: 1px solid #ececec;
	padding: 0.18rem 0;
}
.service-download dl dt,
.service-download dl dd {
	background-position: center left;
	background-repeat: no-repeat;
}
.service-download dl dt {
	background-image: url(../images/download02.jpg);
	padding-left: 22px;
}
.service-download dl dd {
	background-image: url(../images/download01.jpg);
	padding-left: 25px;
}
.service-download dl:hover,
.service-download dl:hover dt a {
	color: #f1851d;
}
.service-download dl:hover dt {
	background-image: url(../images/download02_.jpg);
}
.service-download dl:hover dd {
	background-image: url(../images/download01_.jpg);
}
.contact-title,
.pro-title {
	background-color: #2652ab;
	color: #fff;
}
.contact-title {
	padding: 0.35rem 0 0.15rem;
}
.pro-title {
	padding: 0.35rem 0;
}
.pro-title h1 {
	margin-bottom: 0.1rem;
}
.pro-title .container-fluid div {
	opacity: 0.5;
}
.contact-list .img div {
	border: 0.08rem solid #e9e9e9;
}
.contact-list .add {
	padding-top: 0.2rem;
}
.contact-list .add div {
	padding: 4px 0;
	color: #828282;
}
.contact-list .add div img {
	padding-right: 5px;
}
.contact-form {
	padding: 0.2rem 0 0.45rem;
}
.contact-form .input-lg {
	border-radius: 0 !important;
	font-size: 0.16rem;
}
.contact-form textarea {
	height: 1.80rem;
}
.contact-form button {
	border-radius: 6rem;
	padding: 0.12rem 0.5rem;
	background-color: #f1851d;
}
.product-list li {
	border: 0.08rem solid #fff;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.product-list li .img {
	max-height: 2.20rem;
}
.product-list .product-list-h4 {
	margin: 0.3rem 0 0.2rem;
}
.product-list li .more a,
.product-content .more {
	background-color: #7fa5d5;
	color: #fff;
	width: 1.4rem;
	padding: 0.08rem 0;
	display: block;
	margin: auto;
	border-radius: 50rem;
}
.product-list li:hover {
   border: 0.08rem solid #f1851d;
}
.product-list li:hover .more a {
	background-color: #f1851d;
}
.product-swiper {
	padding: 0.08rem 0;
	background: rgba(38, 82, 171, 0.8);
	color: #fff;
}
.product-swiper h1 {
	font-size: 0.28rem;
}
.product-swiper .text {}
.product-swiper .text p {
	color: #fff !important;
}
.product-banner {
	background-color: #fff;
	padding: 0.3rem 0;
	width: 100%;
}
.product-banner ul {
	padding-bottom: 0.2rem;
}
.product-banner .product-pagination .swiper-pagination-bullet {
	border-radius: 0;
	width: 0.4rem;
	height: 0.08rem;
	background-color: #dbe6f3;
	opacity: 1;
}
.product-banner .product-pagination .swiper-pagination-bullet-active {
	background-color: #003282;
}
.product-title {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 0.1rem;
}
.product-title01 {
	border-color: rgba(255, 255, 255, 0.2);
}
.product-con {
	color: #666;
}
.product-content {
	background-color: #f5f5f5;
	padding: 0.5rem 0;
}
.product-content div.h2 {
	font-size: 0.34rem;
}
.product-content .more {
	width: 1.85rem;
	padding: 0.15rem 0;
	margin-top: 0.3rem;
}
.product-fff {
	/*background-color: #fff;
	border-top: 1px solid #ececec;*/
}

/*修改*/
.main-modify {}
.main-modify li {
    padding-top: 0.4rem;
    padding-bottom: 0.8rem;
}
.main-modify li+li {
    border-top: none;
}
.main-modify li:nth-child(2) {
    background-color: #f6f6f6;
}
.main-modify .list-title div.h4 {
    text-transform: uppercase;
    padding-top: 0.12rem;
    padding-left: 0;
    padding-bottom: 0.2rem;
}
.main-modify .img {
    padding-top: 0;
    padding-bottom: 0;
}
.main-modify .main-list-over {
    height: auto;
    overflow: auto;
}
.main-modify .main-list-over p {
    text-indent: 0.33rem;
    padding-bottom: 0;
}

.stick {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 1px 4px #ccc;
    padding: 0;
}
.stick #menuColumn {
    display: none;
}
.stick .navbar-nav li a.nav-a:after {
    bottom: -0.2rem;
}
.stick .navbar-nav .two-nav {
    padding-top: 21px;
}
/*手机*/
@media (min-width: 768px) {
.stick .navbar-fixed-top {
    min-height: initial;
    min-height: inherit;
}
.stick .navbar-nav {
    padding: 19px 0;
}
.stick #logo .navbar-brand {
    margin: 5px 0;
    padding-top: 0;
    padding-bottom: 0;
}
.stick #logo .navbar-brand img {
    height: 100%;
}
.navbar-fixed-top {
	position: static;
}
header {
	padding: 0.16rem 0 0.3rem;
    position: relative;
}
.navbar-nav {
	padding-top: 14px;
}
.navbar-nav li {
	display: inline-block;
	margin-left: 0.05rem;
    position: static;
}
.navbar-nav li .position-r {
    position: relative;
}
.navbar-nav li a {
	padding: 0;
}
}
@media (min-width: 992px) {
.navbar-nav li {
	margin-left: 0.16rem;
}
.navbar-nav {
	padding-top: 16px;
}
.productTab a {
	width: 1.5rem;
}
#service .serviceRight {
	top: 12px;
}
#service .serviceLeft .serviceTab ul li {
	height: 0.55rem;
	line-height: 0.55rem;
}
}
@media (min-width: 1260px) {
.navbar-nav li {
	margin-left: 0.3rem;
}
.navbar-nav {
	padding-top: 0.48rem;
}
#service .serviceRight {
	top: 0;
}
#service .serviceLeft .serviceTab ul li {
	height: 0.7rem;
	line-height: 0.7rem;
}
}

@media (max-width: 991px) {
.productTab {
	width: 100%;
	clear: both;
}
.productTab a {
	margin-left: 0;
}
.productTab a+a {
		border-left: 1px solid #fff;
}
#clients .clientsR {
	margin-bottom: 0.3rem;
}
#service .serviceLeft .serviceTab ul .current .serviceTabBox_  {
	display: none;
}
#service .serviceLeft .serviceTab ul li {
	width: 50%;
	float: left;
	margin-bottom: 0.1rem;
}
#service .serviceLeft .serviceTab ul li .serviceTabBox {
	margin-left: 0;
}
#service .serviceLeft .serviceTab ul .current {
	color: #0472ad;
}
#logo .navbar-brand img {
	width: 80%;
}
}
@media (max-width: 767px) {
.navbar-fixed-top {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
body {
	padding-top: 51px;
}
#logo .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}
#logo .navbar-brand img {
	width: 76%;
}
header .pull-right {
	float: none !important;
	width: 100%;
	clear: both;
}
header .navbar-nav {
	text-align: center;
}
#search {
	margin: 10px 0;
}
#search:after {
	content: '';
	clear: both;
	display: block;
}
#search input {
	width: 85%;
}
#search a.pull-left {
	width: 15%;
}
.navbar-header {
	border-bottom: 1px solid #ccc;
}
#casesBtn a {
	width: 100%;
}
.text-padding {
	padding-top: 0.3rem;
}
.product-content .more {
	float: left !important;
}
.navbar-nav {
	margin-left: 0;
	margin-right: 0;
}
.case-product-ab {
	opacity: 1;
}
.main-list .text {
	padding-top: 0;
	margin-top: -0.2rem;
}
.main-modify .text {
    margin-top: 0;
}
.two-nav {
	position: relative;
	left: 0;
	top: 0;
	z-index: 999;
	padding-top: 0;
	display: block;
}
.two-nav-box {
	width: 100% !important;
	padding: 0.15rem;
	background-color: #fff;
	box-shadow: 0 0 5px #eeeeee;
    margin-left: 0 !important;
    text-align: center;
}
.two-nav-box div {
	margin: 0 0.1rem;
    height: 25px;
    line-height: 25px;
}
.two-nav-box div:last-child {
    margin-right: 0.1rem;
}
.navbar-nav li a.nav-a {
    display: block;
    padding: 10px 15px;
}
.navbar-nav li a.nav-a:after {
    bottom: 0;
}
}
@media (max-width: 736px) {}
@media (max-width: 414px) {}