@charset "UTF-8";
.head {
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 9;
	background: #fff;
}

.head .content {
	width: 100%;
	height: 100%;
}

.head .f-left {
	height: 100%;
}

.head .f-left a {
	box-sizing: border-box;
	padding-left: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head .f-left a img {
	max-height:74%;
}

.head .f-left a .logo-txt {
	max-height: 45%;
	margin-left: 5px;
}

.head .f-left span {
	padding-left: 8px;
	line-height: 1.25;
	font-size: 20px;
	color:#2c6b76;font-weight:bold
}

.head .f-right {
	height: 100%;
	line-height: 50px;
	box-sizing: border-box;
	display: block;
	width: 50px;
	text-align: center;padding:0 !important;background:#fff
}

.head .f-right img {
	height: 40%;
}

.header-fixed {
	background: rgba(255, 255, 255, 0);
	position: relative;
	text-align: center;
	height: 0px;
	margin: 0 auto;
}

.servicev2 ul li i{
	width: 45px;
	height: 42px;
	display: block;
	position: relative;
	margin: 20px auto 0;
}
.servicev2 ul li i:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 42px;
    
}
.servicev2 ul li:nth-child(1) i:after{
    background:url(../images/ico01.png) no-repeat center;
}
.servicev2 ul li:nth-child(2) i:after{
    background:url(../images/ico02.png) no-repeat center;
}
.servicev2 ul li:nth-child(3) i:after{
    background:url(../images/ico03.png) no-repeat center;
}
.servicev2 ul li:nth-child(4) i:after{
    background:url(../images/ico04.png) no-repeat center;
}
.servicev2 ul li:nth-child(5) i:after{
    background:url(../images/ico05.png) no-repeat center;
}
.servicev2 ul li:nth-child(6) i:after{
    background:url(../images/ico06.png) no-repeat center;
}

.servicev2 ul li:nth-child(1):hover i:after{
    background:url(../images/ico1.png) no-repeat center;
}
.servicev2 ul li:nth-child(2):hover i:after{
    background:url(../images/ico2.png) no-repeat center;
}
.servicev2 ul li:nth-child(3):hover i:after{
    background:url(../images/ico3.png) no-repeat center;
}
.servicev2 ul li:nth-child(4):hover i:after{
    background:url(../images/ico4.png) no-repeat center;
}
.servicev2 ul li:nth-child(5):hover i:after{
    background:url(../images/ico5.png) no-repeat center;
}


.servicev2 ul li {
	float: left;
	width: 48%;
	padding:10px 0  5px ;
	margin:1%;
	text-align: center;
}
.servicev2 ul li:last-child {
	margin-right: 0;
}
.servicev2 ul li img {
	overflow: hidden;
    border: 1px solid #ddd
}
.servicev2 ul li h5 {
	color: #000;margin-top: 8px;font-size: 16px;
    line-height: 44px;
}
.servicev2 ul li p {
	height:36px;background:#ff7e11;text-align: center; margin: 0 auto;line-height: 36px;color: #fff
}
.servicev2 ul li, .servicev2 ul li:hover h5, .servicev2 ul li:hover p {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
}
.servicev2 ul li:hover {
	background: #f94f04;color: #fff
}
.servicev2 ul li:hover h5{color: #fff}
.servicev2 ul li:hover p{background: #fff}






.typ{padding:3% 0;}
.typ li{ width:48%;float:left; position:relative; overflow:hidden;margin:1%;}
.typ li:nth-child(4n){margin-right:0}
.typ li img{ width:100%;-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;}
.typ li .typ-img{width:100%;overflow: hidden;}
.typ li span{ width:110px; height:30px; background:url(../images/tm-1.png); font:14px "Microsoft YaHei"; color:#fff; line-height:30px; padding-left:8px; position:absolute; left:0;     bottom: 0;; cursor:pointer;}
.typ li:hover span{background:#ff7f3b}
.typ li .typ-img:hover img{transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}


.bg-cover {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 768px;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10000;
	display: none;
}

.nav-box {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 60%;
	max-width: 330px;
	height: 100%;
	text-align: center;
	background: #fff;
	z-index: 99999999;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.nav-box a {
	display: block;
	width: 100%;
	height: 60px;
}

.nav-box .title {
	line-height: 60px;
	box-sizing: border-box;
	background: #2c6b76;
	color: #fff;
}

.nav-box.on {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	background: #f9f9f9;
	width: 100%;
	display: block;
}

.sliding-menu li a {
	padding-left: 15px;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
}

.sliding-menu a {
	display: block;
	padding-left: 0;
	font-size: 12px;
	line-height: 10px;
}

.sliding-menu a:hover {
	color: #3f2e24;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #fff;
	height: 40px;
	color: #333;
	line-height: 40px;
}

.sliding-menu a.back:before {
	content: '\3008';
	float: left;
	margin-right: 1em;
}


.index-banner {
	position: relative;
	overflow: hidden;    margin-top: 50px;
}
.index-banner .swiper-pagination {
	bottom: 15px  !important;
}
.swiper-pagination {
	overflow: hidden;
}

.swiper-pagination span {
	opacity: 1;
	background: #fff;
	width: 8px;
	height: 8px;
}
.swiper-pagination span.active {
	background: #133984;
}




.serve-index{
    background: #eeeeee;
    padding: 10px 0;
}
.serve-index-z{
    white-space: nowrap
}
.serve-index-z .des{
    width: 65px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ff9000;
    position: relative;
    margin-right: 4px;
}
.serve-index-z .des::before{
    width: 9px;
    height: 12px;
    background: url('../images/serve-index-ico.png') no-repeat center top;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -8px;
    display: block
}
.serve-index-z .des b{
    display: block;
    font-family: 'ms serif';
    font-size: 19px;
    color: #ff9000;
    line-height: 20px;
}
.serve-index-z .des span{
    color: #ff9000;
    font-size: 14px;
    line-height: 16px;
}
.serve-index-z p{
    display: inline-block;
	background: url(../images/hot.png) center left no-repeat;
	 padding-left: 28px;
    line-height: 36px;
}
.serve-index-z p a{
    color: #4d4d4d;
    font-size: 14px;
    margin-right: 10px;
}
.serve-index-z p a:hover{
    color: #0061af
}
.serve-btn .submit{
    width: 20px;
    height: 20px;
    background: url('../images/fangda-serve.png') no-repeat center top;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 10px;
}
.serve-btn .text{
    font-size: 14px;
    width: 200px;
}
.serve-btn label{
    width: 300px;
    line-height: 38px;
    border-radius: 20px;
    border: 1px solid #d2d2d2;
    height: 38px;
    display: block;
    box-sizing: border-box;
    padding: 0 20px
}
.index-product{
    /* padding: 48px 0 106px */
}
.index-product-nav{
    width: 18%;
    min-height: 647px;
    background: #0061af;
    box-sizing: border-box;
    padding: 30px 1% 20px;
}
.index-product-nav .title{
    text-align: center;
    margin-bottom: 20px;
}
.index-product-nav .title h4{
    font-size: 36px;
    color: #fff;
    line-height: 58px;
    font-weight: bold;
}
.index-product-nav .title span{
    color: #80b0d7;
    text-transform: uppercase;
    font-size: 14px;
}
.index-product-nav dl{
    width: 100%;
    background: #f5f5f5;
    margin-top: 12px;
    height: 100%;
    overflow: hidden;
  
}
.index-product-nav dl dt{
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 10%;
    border-bottom: 1px solid #aaaaaa;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    margin-bottom: 15px;
}
.index-product-nav dl dt i{
    width: 16px;
    height: 16px;
    background: url('../images/index-product-ico-xia.png') no-repeat center top;
    margin-left: auto;
    float: right;
    margin-top: 15px;
    transform: rotate(0deg);
}
.index-product-nav dl dd{
    box-sizing: border-box;
    width: 100%;
    padding: 0 7%;
    line-height: 30px;
}
.index-product-nav dl dd a{
    color: #444;
    font-size: 14px;
    font-weight: bold;
}
.index-product-nav dl dd:last-of-type{
    padding-bottom: 30px;
}
.index-product-nav dl dd::before{
    content: '★';
    margin-right: 10px;
    color: #444;
}
.index-product-nav dl dd:hover a{
    color: #001daf
}
.index-product-nav dl dd:hover::before{
    color: #001daf
}
.index-product-nav dl .action a{
    color: #001daf
}
.index-product-nav dl .action::before{
    color: #001daf
}
.index-product-content{
    width: 100%
}
.productContentIndex{
    display: none
}
.index-product-content .title{
    border-bottom: 1px solid #dddddd;
    padding: 18px 0;
}
.index-product-content .title .title_t b{
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #444444;
  line-height:36px;
}
.index-product-content .title .title_t span{
    font-size: 12px;
    color: #828081
}
.index-product-content .title a{
    margin-top: 10px;
}
.index-product-content .indexview{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}
.index-product-content .indexview dl{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 13px;
    left: 0;
}
.index-product-content .indexview dl dd{
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    margin: 0 10px;
    cursor: pointer;
}
.index-product-content .indexview dl .action{
    background: #001daf;
}
.index-product-content ul{
    margin-top: 24px;
/*     width: 100000px; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.index-product-content li{
    float: left;
    width: 46% !important;
    margin:0 2%;
    box-sizing: border-box;
    border: 1px solid #bdd3ec;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    padding: 0.5px;margin-bottom: 12px;

}

.index-product-content li .conetn{
    width: 100%;
    background: #f6f8fb;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 8%;
}
.index-product-content li .conetn h5{
    font-size: 16px;
    color: #444;
    white-space: nowrap
}
.index-product-content li .conetn em{
    color: #004da4;
    display: block;
    margin:15px auto;
    border: 1px solid #004da4;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    width: 80%
}

.index-product-content li .conetn p{
    font-size: 14px;
    line-height: 28px;
    color: #666
}
.index-product-content li:hover{
    border: none;
    box-shadow: 0 0 10px 10px #f2f2f2;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); 
    
}
.index-product-content li:hover .conetn{
    background: #0061af
}
.index-product-content li:hover .conetn em{
    background: #fff;
    border: 1px solid #fff;
}
.index-product-content li:hover .conetn p{
    color: #cbd8e9
}
.index-product-content li:hover .conetn h5{
    color: #fff
}
.indexys{
    width: 100%;
    position: relative;
}
.swiper-pagination-index{
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 8px;
    z-index: 5;
}
.swiper-pagination-index span{
    width: 10px;
    height: 10px;
    background: #000;
}
.swiper-pagination-index .active{
    background: #004da4
}
.index-ys{
    width: 100%
}
.index-ys dd{
    width: 100%;
    float: left;
    cursor: pointer;
}
.index-ys dd .img{
    width: 100%;
    overflow: hidden;
}
.index-ys dd .img img{
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.index-ys dd:hover img{
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}
.index-ys dd .content{
    background: url('../images/index_bj.png');
    text-align: center;
    height: 235px;
    box-sizing: border-box;
    padding-top: 40px;
    position: relative;
}
.index-ys dd .content::after{
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    
}
.index-ys dd:hover .content::after{
    background: none
}
.index-ys dd:hover .content a{
    color: #fff
}
.index-ys dd:hover .content a:before{
    height: 100%;
    width:100%
}
.index-ys dd:hover .content a:hover{
    color: #fff
}
.index-ys dd .content h5{
    font-size: 15px;
    color: #444;
    font-weight: bold;
    padding-bottom: 2px;
}
.index-ys dd .content p{
    font-size: 18px;
    color: #004da4;
    padding: 10px 0;
}
.index-ys dd .content a::before{
   content: '';
   position: absolute;
   left: 50%;
   top: 50%;
   width: 0;
   height: 0;
   transform: translateY(-50%) translateX(-50%);
   -webkit-transform: translateY(-50%) translateX(-50%);
   z-index: -1;
   background: #004da4;
   display: block;
   transition: all 0.5s;
   -webkit-transition: all 0.5s; 
}
.index-ys dd .content a{
    display: inline-block;
    font-size: 14px;
    color: #444;
    padding: 5px 30px;
    border: 1px solid #666;
    border-radius: 30px;
    background: #fff;
    margin-top: 11px;
    position: relative;
    z-index: 3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    position: relative;
    overflow: hidden;
}
.index-ys dd .content a:hover{
    color: #001daf;
    padding: 5px 60px
}
.index-set1{
    width: 100%;
    background: url('../images/index-set1-bj.png') no-repeat center top;
    background-size: 100% 100%;
    height: 163px;
    margin-bottom: 337px;
}
.index-set1 .title{
    text-align: center;
    padding: 33px 0 34px;
}
.index-set1 .title b{
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
}
.index-set1 .title  span{
    color: #85b1d3;
    font-size: 14px;
    text-transform: uppercase
}
.index-set1 .p{
    width: 761px;
    margin: 0 auto;
    color: #e9eef4;
    text-align: center
}
.index-set1 dl{
    text-align: center;
    /* margin-top: 74px; */
}
.index-set1 dl dd{
    display: block;
    width: 32%;
    float: left;
    text-align: center;
    margin-right: 1.333%;
    
    margin:15px 0px 10px;
}
.index-set1 dl dd:nth-of-type(3n){
    margin-right: 0;
}
.index-set1 dl dd img{
    display: block;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 6px;
}
.index-set1 dl dd span{
    color: #444;
    font-size: 13px;
}
.index-set1 dl dd span::after{
    content: '';
    height: 2px;
    width: 20px;
    display: block;
    background: #bfbfbf;
    margin: 10px auto 0;
}
.index-product-view{
    width: 100%;
}
.index-product-view ul{
    width: 100%;
}
.index-product-view ul li{
    width: 49%;
    margin-right: 1%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.index-product-view ul li:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.index-product-view ul li:hover span{
    color: #004da4
}
.index-product-view ul li .img{
    width: 100%;
    overflow: hidden;
    /* height: 230px; */
}
.index-product-view ul li .img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s
}
.index-product-view ul li:nth-of-type(2n){
    margin-right: 0;
}
.index-product-view ul li span{
    color: #444444;
    font-size: 12px;
    line-height: 42px;
}
.index-trem{
   background: #f2f2f2;
   padding: 35px 0 15px;
    /* background: url('../images/text-j-bj.png') no-repeat center top; */
    /* background-size: 100% 100%; */
}
.index-trem .tx-title{
    /* width: 29%; */
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    /* height: 362px; */
}
.index-trem .tx-title .ts-txt{
    /* position: absolute;
    left: 50%;
    top: 30%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);  */
}

.index-trem .tx-title span{
    font-size: 27px;
    color: #111;
    line-height: 30px;
    font-weight: bold;
}

.index-trem .tx-title p{
    font-size: 14px;
    color: #666;
    line-height: 28px;

}
.index-trem .trem-login{
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    /* padding: 73px 0 0 2%; */
}
.index-trem .trem-login li{
    float: left;
    width: 32%;
    margin-right: 1.33%;
    text-align: center;
    overflow: hidden;
}
.index-trem .trem-login li:nth-of-type(3n){
    margin-right: 0;
}
.index-trem .trem-login li span{
    font-size: 14px;
    line-height: 19px;
}
.index-trem .trem-login li img{
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.index-trem .trem-login li:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1); 
}
.index-trem .trem-login li:hover span{
    color: #001daf
}
.Protection-view{
    width: 100%;
    background: url('../images/trem-bj.png') no-repeat;
    background-position:right bottom
}
.title1{
    text-align: center;
    width: 100%;
   padding: 35px 0 20px;
}
.title1 b{
    font-size: 27px;
    color: #444;
    text-align: center !important;
    width: 100%;
    display: block;
    margin: 0 auto;
    /* font-weight: normal; */
}
.title1 span{
    text-transform: uppercase;
    color: #a1a1a1;
    font-size: 14px;
    text-align: center !important;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.Protection-content{
    width: 100%;
}
.Protection-content .pagev{
    width: 100%;
    background: url('../images/trem-ico-bj.png');
    height: 179px;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    cursor: pointer; 
}
.Protection-content .pagev:hover{
    box-shadow: 0 0 10px 10px #f1f1f1;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px); 
}
.Protection-content .pagev:nth-of-type(2n){
    margin-right: 0;
}
.Protection-content .pagev .img{
    width: 50%;
    height: 179px;
    overflow: hidden;
}
.Protection-content .pagev:nth-of-type(2),
.Protection-content .pagev:nth-of-type(3),
.Protection-content .pagev:nth-of-type(6){
    background: url('../images/trem-ico-bj_hs.jpg');
}

.Protection-content .pagev .img img{
    width: 100%;
    height: 179px;
}
.Protection-content .pagev .page-cont{
    width: 50%;
    position: relative;
    height: 179px;
    overflow: hidden;
}
.Protection-content .pagev .page-cont .page-t{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    width: 90%;
}
.Protection-content .pagev .page-cont i{
    font-size: 72px;
    font-family: Arial;
    position: absolute;
    right: 20px;
    bottom: 0;
    line-height: 72px;
    transform: translateY(30%);
    color: rgba(255, 255, 255, 0.2)
}
.Protection-content .pagev .page-cont .page-t b{
    font-size: 15px;
    color: #fff;
    line-height: 27px;
    /* font-weight: normal; */
}
.Protection-content .pagev .page-cont .page-t p{
    font-size: 12px;
    color: #fff
}
.Protection-phone{
    text-align: center;
    padding: 6px 0 24px;
}
.Protection-phone a{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    line-height: 36px;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    background: #0061af;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-left: 10%;
}

.Protection-phone .phone{
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
}
.Protection-phone .phone p{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 2px;
}
.Protection-phone .phone p span{
    font-size: 12px;
    color: #444;
    line-height: 16px;
   
}

.Protection-phone .phone p b{
    font-size: 16px;
    color: #004da4;
    line-height: 21px;
}
.index-new{
    width: 100%;
    background:#f5f5f5;
    padding: 3% 0 6%;
}
.index-new .title{
    padding-bottom: 20px;
}
.index-new .title b{
    font-size:22px;
    color: #444;
    line-height: 36px;
}
.index-new .title p{
    font-size: 12px;
    color:#828081
}
.index-new ul{
    width: 100%;
    padding: 1px;
}
.index-new ul li{
    width: 100%;
    float: left;
    box-sizing: border-box;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 10px;    line-height: 36px;border-bottom: 1px dashed #ccc;
}
.index-new ul li:nth-of-type(2n){
    margin-right: 0;
}
.index-new ul li .img{
    width: 100%;
    height: 140px;
   overflow: hidden;
}
.index-new ul li .img img{
    width: 100%;
    height: 140px;
}
.index-new ul li .content{
    width: 100%;
    box-sizing: border-box;
}
.index-new ul li .content .timer{
    width: 100px;
    text-align: center;
    background: #0276d3;
    height: 40px;
    line-height: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
}
.index-new ul li .content .timer b{
    font-size: 30px;
    font-weight: normal;
}
.index-new ul li .content .timer span{
    font-size: 16px;
}
.index-new ul li .content h5{
    font-size: 16px;
    color: #444;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
        width: 72%;    line-height: 36px;
    float: left;background:url(../images/news-ico.png) left center no-repeat;    padding-left: 4%;
}
.index-new ul li .content p{
    font-size: 12px;
    color: #666;
    margin-top: 3px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.index-new ul li .content  em{
    font-size: 14px;
    color: #999;
    width:24%;float:right;
    /* padding-top: 8px; */
}
.index-new ul li:hover{
    box-shadow: 0 0 10px 10px #f2f2f2;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.index-new ul li:hover .content{
    background: #0061af
}
.index-new ul li:hover .content h5{
    color: #fff
}
.index-new ul li:hover .content p{
    color: #a3bbd9
}
.index-new ul li:hover .content em{
    color: #fff
}
.index-new ul li:hover .content .timer{
    background: #fff;
    color: #004da4
}
.index-about{
    background: url(../images/bg3.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 191px;
}
.index-about .about-title{
    width: 100%;
    text-align: center;
    /* padding-left: 5%; */
    box-sizing: border-box;
    padding: 15px 0 0px;color: #fff;
    /* margin-top: 70px; */
}
.index-about .about-title h3{
    font-weight: bold;
    font-size: 24px;color: #fff;
}
.index-about .about-title p{
    font-size: 16px;
}
.index-about .about-title a{
    width: 150px;
    font-size: 16px;
    color: #444;
    line-height: 40px;
    height: 40px;
    border-radius: 30px;
    background: #e5eff6;
    border: 1px solid #b5b5b5;
    display: block;
    margin: 40px 0;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    text-align: center;
}
.index-about .about-title a:hover{
    width: 180px;
    background: #001daf;
    color: #fff
}
.index-about .about-txt{
    width: 100%;
    margin-top: 10px;
}
.index-about .about-txt{color:#fff;text-align:center}

.index-about .about-txt .paged{
    float: left;
    text-align: center;
    margin-right: 7%;
}
.index-about .about-txt .paged b{
    display: block;
    width: 72px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #444;
    position: relative;
    /* margin-bottom: 8px; */
}
.index-about .about-txt .paged em{
    font-size: 46px;
    color: #004da4;
    font-weight: normal;
    line-height: 48px;
    width: 44px;
    display: inline-block;
    margin-right: 10px;
}
.index-about .about-txt .paged:last-of-type{
    margin-right: 0;
}
.index-about .about-txt .paged:last-of-type em{
    width: 150px;
}
.index-about .about-txt .paged span{
    font-size: 15px;
    color: #444;
}
.index-about .about-txt .paged:nth-of-type(2) b::before{
    content: '+';
    font-size: 22px;
    color: #444;
    position: absolute;
    right: 2px;
    top: -9px;
}
footer{
    width: 100%;
    background: url('../images/fooder-bj.jpg') no-repeat ;
    background-size: 100% 100%;
    height: 471px;
}
.fooder{
    width: 100%;
    position: relative;
    height: 471px;
}
.fooder .fooder-left{
    width: 32%;
    height: 499px;
    background: #0061af;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 5%
}
.fooder .fooder-left >a img{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.fooder .fooder-left .das{
    margin-top: 30px;
    
}
.fooder .fooder-left .das .top{
    margin-bottom: 30px;
}
.fooder .fooder-left .das .top span{
    font-size: 14px;
    color: #749bc9;
    line-height: 14px;
}
.fooder .fooder-left .das .top b{
    font-size: 36px;
    color: #fff;
    line-height: 40px;
}
.fooder .fooder-left .das a{
    width: 60%;
    display: block;
    margin: 0 auto 30px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #444;
    border-radius: 23px;
    background: #fff;
    border: 1px solid #fff;
}
.fooder .fooder-left .das a:hover{
    background: #0061af;
    color: #fff;
    
}
.fooder .fooder-left p{
    font-size: 14px;
    color: #749bc9;
    line-height: 28px;
}
.fooder .fooder-left p a{
    color: #749bc9;
}
.fooder .fooder-left p em{
    width: 1px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: #749bc9;
    margin: 0 10px;
}
.fooder .fooder-left p a:hover{
    color: #fff
}
.fooder-rigth{
    width: 68%;
    margin-top: 80px;
}
.fooder-rigth > p{
    font-size: 14px;
    color: #96999c;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 7%;
}
.fooder-rigth > p a{
    font-size: 14px;
    color: #96999c;
    padding-left: 10px;
}
.fooder-rigth > p a:hover{
    color: #fff
}
.fooder-rigth ul{
    width: 100%;
    box-sizing: border-box;
    
}
.fooder-rigth ul li{
    float: left;
    margin-left: 68px;
}
.fooder-rigth ul li .wx {
    text-align: center;
    color: #b7bac5;
}
.fooder-rigth ul li .wx img{
    width: 74px;
   height: auto;
   display: block;
   margin-bottom: 15px;

}
.fooder-rigth ul li dt{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 31px;
}
.fooder-rigth ul li dd a{
    font-size: 14px;
    color: #b7bac5;
    line-height: 32px;
    cursor: pointer;
}
.fooder-rigth ul li dd a:hover{
    color: #004da4
}
.pro-bananr{
    width: 100%;
    position: relative;
}
.ser-bananr > img{
    width: 100%;
    height: auto;
}
.ser-bananr .ser-bananr-conent{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    width: 100%;
    text-align: center
}
.ser-bananr .ser-bananr-conent span{
    font-size: 14px;
    color: #989ba4;
    line-height: 20px;
}
.case-bananr-conent{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
}
.about-bananr-conent{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
}
.contact-bananr-conent{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
}
.contact-bananr-conent p{
    font-size: 27px;
    font-weight: bold;
    color: #fff
}
.contact-bananr-conent span{
    color: #fff;
    font-size: 16px;
}
.new-bananr-conent{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
}
.new-bananr-conent span{
    color: #fff;
    font-size: 16px;
}
.new-bananr-conent p{
    font-size: 27px;
    /* font-weight: bold; */
    color: #fff
}
.about-bananr-conent span{
    color: #fff;
    font-size: 16px;
}
.about-bananr-conent p{
    font-size: 27px;
    font-weight: bold;
    color: #fff
}
.case-bananr-conent h3{
    font-size: 27px;
    /* font-weight: bold; */
    color: #fff;
    line-height: 34px;
}
.case-bananr-conent p{
    font-size: 14px;
    color: #99c0df;
    line-height: 24px;
}

.ser-bananr .ser-bananr-conent p{
    font-size: 18px;
    font-weight: bold;
    color: #444;
    line-height: 28px;
}
.pro-bananr>img{
    width: 100%;
    height: auto
}
.pro-bananr .bananr-content{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1.5s;
    -webkit-animation: bnananrtop 1.5s;
}


.pro-bananr .bananr-content span{
    font-size: 12px;
    color: #989ba4
}
.pro-bananr .bananr-content h2{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}
.pro-bananr .bananr-content .fong{
    width: 500px;
    height: 65px;
    border-radius: 33px;
    background: #fff;
    margin: 0 auto;
    border: 5px solid rgba(0, 0, 0, 0.8);
    overflow: hidden;
    margin-top: 40px;
}
.pro-bananr .bananr-content .fong .text{
    width: 364px;
    font-size: 16px;
    line-height: 46px;
    height: 55px;
    /* border: 1px solid #000; */
    padding: 5px 0;
    display: block;
    margin-left: 38px;
}
.pro-bananr .bananr-content .fong .submitBtn{
    background-color: #0061af;
    height: 56px;
    width: 80px;
    display: block;
    background-image: url('../images/pro-serve-ico.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.pro_content{
    width: 100%;
    background: #f6f8fb !important;
    padding-bottom: 35px;
    overflow: hidden;
    box-sizing: border-box
}

.pro_content:nth-of-type(2n) {
    background: #ffffff;
}
.pro_content:last-of-type{
    padding-bottom: 160px;
}
.nav-pro{
    background: #fff;
    width: 100%;
    padding: 0 6%;
    margin-top: -45px;
    position: relative;
    text-align: center;
    white-space: nowrap
}
.nav-pro a{
    font-size: 16px;
    line-height: 86px;
    display: inline-block;
    margin-right: 76px;
    position: relative
}
.nav-pro a::after{
    display: block;
    height: 2px;
    width: 0;
    background: #001daf;
    margin: 0 auto;
    content: '';
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.nav-pro a:last-of-type{
    margin-right: 0;
}
.nav-pro a:hover{
    color: #001daf;
}
.nav-pro a:hover::after{
    width: 100%;
}
.nav-pro .action{
    color: #001daf;
}
.nav-pro .action::after{
    width: 100%;
}

.pro_content .pro-list{
        width: 98%;
    margin: 0 1%;
    background: #fff;
}
.pro_content  .pro-list .titleview{
    width: 100%;
    padding: 15px 0 16px;
    border-bottom: 1px solid #dddddd;
}
.pro_content  .pro-list .titleview a{
    width: 142px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #f6f8fb;
    border: 1px solid #0061af;
    color: #0061af;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 13px;
    display: block
    
}
.pro_content  .pro-list .titleview a:hover {
    width: 200px;
}
.pro_content  .pro-list .titleview a::before{
    width: 24px;
    height: 19px;
    background: url(../images/zx-pro-def.png) no-repeat center top;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 5px;
}
.pro_content  .pro-list .title{
     /* display: inline-block;
     vertical-align: middle */
}
.pro_content  .pro-list .title b{
    color: #444444;
    font-size: 27px;
}
.pro_content  .pro-list .title p{
    font-size: 14px;
    color: #666
}
.pro_content ul{
    width: 100%;
    
}
.pro_content ul li{
    width:48%;
    float: left;
	margin:0 1%;
    margin-top: 25px;
    border: 1px solid #bdd3ec;
    background: #f6f8fb;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s; 
    
}
.pro_content ul li .img{
    width: 100%;
    overflow: hidden;
}
.pro_content ul li .img img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s; 
}
.pro_content ul li:nth-of-type(4n){
    margin-right: 0;
}
.pro_content ul li .conet{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 6% ;
    text-align: center
}
.pro_content ul li .conet h3{
    font-size:1rem;
    color: #444;
    white-space: nowrap;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_content ul li .conet  p{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    min-height: 56px;
	display: -webkit-box;    
-webkit-box-orient: vertical;    
-webkit-line-clamp: 2;    
overflow: hidden;
}
.pro_content ul li:hover{
    transform: translateY(-10px) !important;
    -webkit-transform: translateY(-10px) !important;
    box-shadow: 0 0 10px 10px #f1f1f1;
}
.pro_content ul li:hover .img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05); 
}

.case-bananr{
    width: 100%;
    
}
.case-bananr img{
    width: 100%;
    height: auto;
}
.case-conetnt{
    width: 100%;

    padding-bottom: 30px;
    padding-top: 5px;margin-bottom: 40px;
}
.case-conetnt .case-pages{
    padding: 1px 0;
    background: #fff;
    margin-top: 10px;
    position: relative;
}
.case-conetnt h2{
    font-size:24px;
    font-weight: bold;
    color: #444;
    line-height: 28px;
    text-align:center;
    position: relative;
    margin:20px 0;
}
/* .case-conetnt h2::before{
    content: '';
    height: 100%;
    width: 3px;
    background: #ff9000;
    left: 1px;
    top: 0;
    display: block;
    position: absolute;
} */
.case-pages ul{
    width: 100%;
    padding-bottom: 60px;
}
.case-conetnt .text{
    text-align: center;
    font-size: 18px;
    color: #bbb;
    padding-bottom: 50px;
}
.case-pages ul li{
    width: 49%;
    float: left;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    z-index: 0;
    background: #fff;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    box-sizing: border-box;margin-right:2%;margin-bottom:2%
}
.case-pages ul li:nth-child(2n){margin-right:0}
.case-pages ul li:hover{
    transform: scale(1.02) translateY(-10px);
    -webkit-transform: scale(1.02) translateY(-10px);
    box-shadow: 0 0 10px 10px #f2f2f2; 
    border: 1px solid #dadee1 !important;
    z-index: 1;
}
.case-pages ul li:hover span{
    color: #004da4
}

.case-pages ul li:nth-of-type(3){
   /*  border-top:1px solid #dadee1  */
}
.case-pages ul li:nth-of-type(4){
    /* border-top:1px solid #dadee1  */
}
.case-pages ul li .img{
    width: 100%;
    overflow: hidden;
    height:140px;
    margin: 0px auto;
}
 .case-pages ul li .img img{
    width: 100%;
}
.case-pages ul li span{
    font-size: 14px;
    color: #444;
    line-height: 40px;
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 0 4px;
    
}

.ser-conent{
    width: 100%;
    background: #f6f8fb;
    min-height: 400px;
}

.title-ser-1{
    width: 100%;
    text-align: center;
    background: #fff;
    margin-top: -26px;
    position: relative;
    overflow: hidden;
}
.title-ser-1 a{
    font-size: 18px;
    color: #444;
    /* margin-right: 203px; */
    line-height: 53px;
    display: inline-block
}
.title-ser-1 a::after{
   content: '';
   height: 2px;
   width: 0;
   background: #001daf;
   display: block;
   transition: all 0.5s;
   -webkit-transition: all 0.5s; 
   margin: 0 auto;
}
.title-ser-1 a:hover{
    color: #001daf
}
.title-ser-1 a:hover::after{
    width: 100%;
}


.title-ser-1 .action{
    color: #001daf
}
.title-ser-1 .action::after{
    width: 100%;
  
}

.title-ser-1 a:last-of-type{
    margin-right: 0;
}

.ser-conent .ser-cont1{
  /* padding: 0px 0 98px; */
}
.ser-conent .ser-cont1 .left{
    width: 100%;
    padding: 20px 0;
}
.ser-conent .ser-cont1 .left >p{
    font-size: 16px;
    color: #444
}
.ser-conent .ser-cont1 .left h3{
    font-size: 18px;
    color: #444;
    font-weight: bold;
    line-height: 28px;
   margin-top: 10px;
}
.ser-conent .ser-cont1 .left dl{
    width: 100%;
    /* padding: 10px 0 13px; */
}
.ser-conent .ser-cont1 .left dl dd{
    float: left;
    text-align: center;
    width: 33%;
    margin-right: 0.5%;
    /* margin-right: 3%; */
}
.ser-conent .ser-cont1 .left dl dd:nth-of-type(3n){
    margin-right: 0;
}
.ser-conent .ser-cont1 .left dl dd:last-of-type{
    margin-right: 0;
}
.ser-conent .ser-cont1 .left dl dd b{
   display: block;
   /* width: 104px; */
  
}
.ser-conent .ser-cont1 .left dl dd b em{
    font-size: 40px;
    color: #004da4;
    font-weight: normal;
    line-height: 60px;
}
.ser-conent .ser-cont1 .left dl dd b i{
    font-size: 18px;
    position: relative;
}
.ser-conent .ser-cont1 .left dl dd span{
    font-size: 12px;
    color: #444;
}
.ser-conent .ser-cont1 .left dl dd:nth-of-type(2) b i::after{
    content: '+';
    font-size: 23px;
    top: -29px;
    right: 0;
    position: absolute;
}
.ser-conent .ser-cont1 .left .btn{
    width: 100%;
    padding: 18px 0 15px;
}
.ser-conent .ser-cont1 .left .btn .phone{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.ser-conent .ser-cont1 .left .btn a{
    width: 137px;
    line-height: 34px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
     color: #fff;
     background: #004da4;
     font-size: 16px;
     border: 1px solid #004da4
}
.ser-conent .ser-cont1 .left .btn a:hover{
     background: #001daf;
     /* color: #004da4 */
}
.ser-conent .ser-cont1 .left .btn .phone .cone{
    display: inline-block;
    vertical-align: middle;
    /* margin-left: 12px; */
}
.ser-conent .ser-cont1 .left .btn .phone .cone span{
    font-size: 16px;
    color: #666;
    
}
.ser-conent .ser-cont1 .left .btn .phone .cone b{
    font-size: 18px;
    color: #004da4;
    line-height: 22px;
}
.ser-conent .ser-cont1 .rigth{
    width: 100%;

}
.ser-conent .ser-cont1 .rigth img{
    width: 100%;
    height: auto;
}
.ser-coent2{
    background: url('../images/ser-conet2-bj.jpg') no-repeat;
    background-size: 100% 100%;
    height: 284px;
    text-align: center;
    padding: 10px 0;
}
.ser-coent2 .paget{
   display: block;
   float: left;
   width: 33%;
   margin-right: 1%;
   /* margin-top: 70px; */
   cursor: pointer;
}
.ser-coent2 .paget:nth-of-type(3n){
    margin-right: 0;
}
.ser-coent2 .paget img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    width: 65%;
    display: block;
    height: auto;
    margin: 0 auto;
}
.ser-coent2 .paget:hover img{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px); 
}
.ser-coent2 .paget:last-of-type{
    margin-right: 0;
}
.ser-coent2 .title{
    margin-top: 22px;
    margin-bottom: 7px;
}
.ser-coent2 .title h3{
    font-size: 27px;
    color: #fff;
    font-weight: bold;
}
.ser-coent2 span{
    font-size: 12px;
    /* white-space: nowrap; */
    color: #7eaacf;
    text-transform: uppercase;
}
.ser-coent2 .paget p{
    font-size: 16px;
    color: #fff;
    padding: 10px 0 6px;
    line-height: 24px;
    /* font-weight: bold; */
}
.ser-conent3{
    width: 100%;
    padding-bottom: 30px;
}
.ser-conent3 .title{
    padding: 38px 0 20px;
    /* padding: 102px 0 58px; */
}
.ser-conent3 .title h3{
    font-size: 27px;
    font-weight: bold;
    color: #444
}
.ser-conent3 .title span{
    text-transform: uppercase;
    color: #666;
    font-size: 14px;
}
.ser-conent3 .title p{
    font-size: 14px;
    padding: 10px 0;
    color: #444;
    /* margin-top: 20px; */
}
.ser-conent3 dl{
    width: 100%;
}
.ser-conent3 dl dd{
    width: 100%;
    /* margin-right: 2%; */
    float: left;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    cursor: pointer;
}

.ser-conent3 dl dd:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px); 
    box-shadow: 0 0 10px 10px #f1f1f1
}
.ser-conent3 dl dd:nth-of-type(3n){
    margin-right: 0;
}
.ser-conent3 dl dd .conetn{
    height: 330px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 8%;
    overflow: hidden;
}
.ser-conent3 dl dd:first-of-type .conetn p{
    font-size: 16px;
    color: #666666;
    width: 100%;
    margin-top: 19px;
    width: 100%;
    padding-left: 18px;
    box-sizing: border-box;
    position: relative;
}
.swiper-pagination-ser{
    text-align: center
}
.swiper-pagination-ser .active{
    background: #0061af;
}
.ser-conent3 dl dd:first-of-type .conetn p::before{
    width: 10px;
    height: 10px;
    background: #0061af;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
}


.ser-conent3 dl dd:nth-of-type(2) .conetn p{
    font-size: 16px;
    color: #666666;
    width: 100%;
    margin-top: 33px;
    width: 100%;
    padding-left: 18px;
    box-sizing: border-box;
    position: relative;
}
.ser-conent3 dl dd:nth-of-type(2) .conetn p::before{
    width: 10px;
    height: 10px;
    background: #ff9000;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
}


.ser-conent3 dl dd:nth-of-type(3) .conetn p{
    font-size: 16px;
    color: #666666;
    width: 100%;
    margin-top: 33px;
    width: 100%;
    padding-left: 18px;
    box-sizing: border-box;
    position: relative;
}
.ser-conent3 dl dd:nth-of-type(3) .conetn p b{
    color: #116cb4;
    display: block
}
.ser-conent3 dl dd:nth-of-type(3) .conetn p::before{
    width: 10px;
    height: 10px;
    background: #0061af;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
}

.ser-content4{
    width: 100%;
    height: 562px;
    /* background: url('../images/ser-coent4-bj.jpg') no-repeat; */
    /* background-size: 100% 100%; */
    position: relative
}
.ser-content4 .w1400{
    position: relative;
    /* height: 100%; */
}
.ser-content4 .title{
   width: 100%;
   text-align: center;
   padding: 35px 0 25px;
}
.ser-content4 .title p{
      font-size: 16px;
      /* font-weight: bold; */
      text-transform: uppercase;
      color: #666;
      line-height: 28px;
}
.ser-content4 .title b{
    color: #111;
    font-size: 26px;
}
.ser-content4 .title i{
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 20px;
}
.ser-content4 .ul{
    /* position: absolute; */
    width: 100%;
    height: 430px;
    /* background: url('../images/ser-fwbz-bj.jpg'); */
  
}
.ser-content4 .ul ul{
    width: 100%;
    text-align: center;
    /* margin-top: 101px; */
}
.ser-content4 .ul ul li{
    display: block;
    width: 49%;
    margin-right: 2%; 
    margin-bottom: 15px;
    float: left;
}
.ser-content4 .ul ul li:nth-of-type(2n){
    margin-right: 0;
    
}
.ser-content4 .ul ul li:hover{
    
    box-shadow: 0 0 5px 5px #f1f1f1;
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
}
.ser-content4 .ul ul li:last-of-type{
    margin-right: 0;
}
.ser-content4 .ul ul li img{
    display: block;
    margin: 0 auto;
    width: 70%;
    height: auto;
    margin-bottom: 10px;
}
.ser-content4 .ul ul li span{
    font-size: 20px;
    color: #444;
}
.title-ser-1 .abot a{
    /* margin-right: 9%; */
    cursor: pointer;
    display: inline-block
}
.title-ser-1 .abot a:last-of-type{
    margin-right:0
}
.ser-conent .ser-cont1 .left .about-t{
    color: #0061af;
    margin-top: 3px;
}
.ser-conent .ser-cont1 .left  .about-p{
    font-size: 12px;
    color: #666;
    line-height: 20px;
    width: 100%;
    /* margin-top: 50px; */
}
.ser-conent .ser-cont1 .left dl dd .t{
    /* width: 142px; */
}
.ser-conent .ser-cont1 .left dl dd:first-of-type .t{
    /* width: 213px; */
}
.about-fz{
    width: 100%;
    padding: 1px;
    /* padding-bottom: 105px; */
}
.about-fz .title{
    text-align: center;
    padding-bottom: 20px;
    padding-top: 30px;
}
.about-fz .title h3{
    font-size: 27px;
    color: #444;
    font-weight: bold;
}
.about-fz .title span{
    font-size: 14px;
    color: #828081;
    text-transform: uppercase;
    line-height: 36px;
}
.about-fz .title p{
    font-size: 16px;
    color: #444;
    margin-top: 10px;
}
.about-fz-conent{
    border: 1px solid #bdd3ec;
    width: 100%;
    min-height: 300px;
    background: #fff
}
.about-fz-conent dl{
    width: 100%;
    text-align: center;
    margin-top: -10px;
}
.about-fz-conent dl dd{
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #444;
    /* font-weight: bold; */
    margin-right: 7%;
    cursor: pointer;
}
.about-fz-conent dl .action{
    color: #0061af
}
.about-fz-conent dl .action i{
   border-color: #0061af
}
.about-fz-conent dl dd:last-of-type{
    margin-right:0
}
.about-fz-conent dl dd i{
    width: 20px;
    height: 20px;
    background: #fff;
    display: block;
    margin: 0 auto 10px;;
    border-radius: 50%;
    border: 4px solid #828081;
}
.pages-view{
    width: 85%;
    height: 271px;
    position: relative;
    margin: 25px auto 0;
}
.pages-view .pageview{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform:  scale(0);
    -webkit-transform:  scale(0);
    transform-origin:0 50%;
    -webkit-transform-origin:0 50%;
    opacity: 0;
    transition: transform  0.5s,opacity 0.5s;
    -webkit-transition: transform 0.5s,opacity 0.5s;
    padding-bottom: 50px; 
}

.pages-view .action{
    transform:  scale(1);
    -webkit-transform: scale(1);
    transform-origin:100% 50% !important;
    -webkit-transform-origin:100% 50% !important;
    opacity: 1;
}
.pages-view .pageview p{
    font-size: 12px;
    color: #666;
    font-weight: bold;
    /* width: 100%; */
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}
.pages-view .pageview img{
    width: 100%;
    height: auto;
}
.pages-view .pageview p::before{
   content: '';
   display: block;
   height: 15px;
   width: 15px;
   background: #ff9000;
   position: absolute;
   left: 0;
   top: 6px;
}
.about-fz-conent ul{
    width: 100%;
}
.about-fz-conent ul li{
    width: 25%;
    float: left;
     border-right: 1px solid #bdd3ec;
     border-bottom: 1px solid #bdd3ec;
     position: relative;
     cursor: pointer;
}
.about-fz-conent ul li::before{
   content: '';
   width: 100%;
   height: 100%;
   background: rgba(189, 211, 236, 0.1);
   position: absolute;
   left: 0;
   top: 0;
   display: block
}
.about-fz-conent ul li:last-of-type{
    /* border-bottom:none */
}
.about-fz-conent ul li img{
    width: 100%;
}
.about-fz-conent ul .action{
    border-bottom:none
}
.about-fz-conent ul .action::before{
    display: none
}
.about-fz-conent .about-fz{
   width: 100%;
   height: 439px;
   position: relative;
}
.about-fz-conent .about-fz .about-fz-pages{
   width: 100%;
   position: absolute;
   left: 0;
   top: 0%;
   transform: scale(0);
   -webkit-transform: scale(0); 
   opacity: 0;
   transform-origin: 100% 100%;
   -webkit-transform-origin: 100% 100%;
   transition: transform 0.5s ,opacity 0.5s;
   -webkit-transition: transform 0.5s , opacity 0.5s;
}
.about-fz-conent .about-fz .action{
    opacity: 1;
    transform-origin: 0  0;
    -webkit-transform-origin: 0 0;
    transform: scale(1) !important;
   -webkit-transform: scale(1) !important; 
}
.about-fz-conent .about-fz .fz-conent{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 3%;
}
.about-fz-conent .about-fz  img{
    width: 32%;
    height: auto;
    margin-left: 2%;
}
.about-fz-conent .fz-conent h3{
    font-size: 18px;
    color: #444;
    font-weight: bold;
    margin: 15px 0;
}
.about-fz-conent .fz-conent h3::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: #ff9000;
    margin-right: 15px;
}
.about-fz-conent .fz-conent .conent{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #444
}
.about-fz-conent .fz-conent a{
    width: 200px;
    display: block;
    margin-left: 20px;
    color: #fff;
    background: #0061af;
    line-height: 40px;
    text-align: center;
    /* margin-top: 30px; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-fz-conent .fz-conent a:hover{
     width: 250px;
}



.qye-title{
    text-align: center;
    padding: 30px 0 20px;
    /* padding-bottom: 40px; */
}
.qye-title h3{
    font-size: 27px;
    color: #444;
    font-weight: bold;
}
.qye-title span{
    font-size: 14px;
    color: #828081;
    text-transform: uppercase;
    line-height: 36px;
}
.qye-title p{
    font-size: 16px;
    color: #444;
    margin-top: 10px;
}
.about-qye ul{
    width: 100%;
 
}
.about-qye ul li{
    width: calc(100%/6);
    box-sizing: border-box;
    background-position:  center top;
    border-left: 1px solid #fff;
    height: 600px;
    float: left;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.about-qye ul li:first-of-type{
    border-left:none
}
.about-qye ul li::after{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 1;
}
.about-qye ul li h3{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    font-size: 16px;
    color: #fff;
    /* font-weight: bold; */
    width: 30px;
    text-align: center;
    z-index: 2;
    line-height: 22px;
}
.about-qye ul .action {
    width: calc(100%/2);
   /* background-size: 100% 100% !important; */
}
.about-qye ul .action .conent{
    opacity: 1;
    transition: opacity 0.3s , transform 0.3s;
    -webkit-transition: opacity 0.3s ,transform 0.3s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transform: translate3d(-50%,0,0) scale(1);
    -webkit-transform: translate3d(-50%,0,0) scale(1);
}
.about-qye ul .action h3{
    opacity: 0;
}
.about-qye ul .action::after{
    background: rgba(0, 97, 175, 0.3)
}
.about-qye ul li .conent{
   position: absolute;
   left: 50%;
   top: 13%;
   width: 80%;
   transform: translate3d(-50%,0,0) scale(0);
   -webkit-transform: translate3d(-50%,0,0) scale(0);
   z-index: 3;
   opacity: 0;
   
}
.about-qye ul li .conent b{
    font-size: 18px;
    color: #fff;
}
.about-qye ul li .conent .txt{
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    margin-top: 2%;
}
.about-client{
    width: 100%;
    min-height: 300px;
    /* padding-bottom: 103px; */
}
.about-client ul{
    width: 100%;
}
.about-client ul li{
    float: left;
    margin-right: 0.6%;
    width: 19.5%;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    
}
.about-client ul li p{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff9000;
    line-height: 118px;
    color: #fff;
    font-size: 16px;
    left: 0;
    top: 0;
    text-align: center;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.about-client ul li:hover {
   box-shadow: 0px 3px 2px 5px rgba(0, 29, 175, 0.6);
   transform: translateY(-5px);
   -webkit-transform: translateY(-5px);
}
.about-client ul li img{
    width: 100%;
    height: auto;
}
.about-client ul li:nth-of-type(5n){
    margin-right: 0;
}
.about-client-conetn{
    width: 100%;
    background: #fff;
    /* padding-top: 105px; */
}
.about-environment{
    width: 100%;
    background: #f6f8fb;
    /* padding-top: 103px; */
    /* padding-bottom: 114px; */
}
.about-environment-conetnt{
    width: 100%
}
.about-environment-conetnt .pages0t{
    width: 100%;
    /* height:  471px; */
    box-sizing: border-box;
    margin-bottom: 10px;
}
.about-environment-conetnt .pages0t .left{
    width: 100%;
}
.about-environment-conetnt .pages0t .rigth{
    width: 33%;
}
.about-environment-conetnt .pages0t li{
    float: left;
}
.about-environment-conetnt .paf .left{
    height: 168px;
    overflow: hidden;
}
.about-environment-conetnt img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.about-environment-conetnt img:hover{
    transform: scale(1.05);
    -webkit-ransform: scale(1.05); 
}

.about-environment-conetnt .paf .rigth ul{
    width: 100%;
}
.about-environment-conetnt .paf .rigth ul li:first-of-type{
     width: 100%;
     height: 230px;
     overflow: hidden;
}
.about-environment-conetnt .paf .rigth ul li:nth-of-type(2){
    width: 49%;
    margin-right: 2%;
    height: 230px;
    background: #0061af;
    color: #fff;
    font-size: 28px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 59px;
    margin-top: 10px;
}
.about-environment-conetnt .paf .rigth ul li:last-of-type{
    width: 49%;
    height: 230px;
    overflow: hidden;
    margin-top: 10px;
}
.about-environment-conetnt .pat .left li{
    height: 471px;
    margin-right: 1.2%;
    overflow: hidden;
}
.about-environment-conetnt .pat .left li:first-child{
   width: 24.35%;
   overflow: hidden;
  
}
.about-environment-conetnt .pat .left li:nth-of-type(2){
    width: 24.35%;
   
}
.about-environment-conetnt .pat .left li:nth-of-type(2) p{
    height: 230px;
    margin-bottom: 10px;
    background: #ff9000;
    color: #fff;
    font-size: 28px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 59px;
}
.about-environment-conetnt .pat .left li:nth-of-type(2) .ds{
    height: 230px;
    width: 100%;
    overflow: hidden;
}
.about-environment-conetnt .pat .left li:last-of-type{
    margin-right: 0;
    width: 48.5%;
    overflow: hidden;
}
.about-environment-conetnt .pat .rigth .ds{
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.about-environment-conetnt .pat .rigth .ds:last-of-type{
    margin-top: 10px;
}

.list-about-nav{
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 10;
    background:#fff;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    border-bottom: 1px solid #eee;
    z-index: -1;
    
}
.list-about-nav a{
    font-size: 16px;
    cursor: pointer;
    line-height: 87px;
    margin-right: 9%;
    display: inline-block;
}
.list-about-nav a::after{
    content: '';
    height: 2px;
    width: 0;
    background: #004da4;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0 auto;
}
.list-about-nav .action{
    color: #001daf
}
.list-about-nav .action::after {
    width: 100%;
}
.list-about-nav a:hover{
    color: #001daf
}
.list-about-nav a:hover::after {
    width: 100%;
}
.contant-title{
    width: 100%;
    text-align: center;
    padding: 25px 0;
    /* margin-bottom: 66px; */
}
.contant-title h2{
    font-size: 20px;
    color: #0061af;
    font-weight: bold;
    /* text-align: left; */
    /* line-height: 80px; */
    /* margin-top: 90px; */
    
}
.contant{
    width: 100%;
    background: #f6f8fb;
    padding: 1px 0;
}
.contant-title p{
    font-size: 13px;
    /* text-align: left; */
    color: #444;
}
.contant-ico{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    /* margin-bottom: 108px; */
}
.contant-ico li{
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
}
.contant-ico li:nth-of-type(2n){
    margin-right: 0;
}
.contant-ico li img{
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
    width: 60%;
    height: auto;
}
.contant-ico li span{
    display: block;
    font-size: 16px;
    color: #666
}
.contant-ico li b{
    font-size: 20px;
    color: #444;
    line-height: 32px;
}
.contant-map{
    width: 100%;
   background: #0061af
}
.contant-map .map{
    width: 100%;
    position: relative;
    display: inline-block;
    /* overflow: hidden; */
}
.contant-map .map .img{
   width: 100%;
    /* overflow: hidden; */
}
.contant-map .map a{
    width: 200px;
    height: 50px;
    text-align: center;
    background: #ff9000;
    font-size: 16px;
    line-height: 50px;
    display: block;
    color: #fff;
    position: absolute;
    left: 57%;
    top: 41%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.contant-map .map a:hover{
    width: 220px
}
.contant-map .map .img img{
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
/* .contant-map .map:hover .img img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2); 
} */
.contant-map .map-form{
    width: 100%;
    padding: 1px 0;
}
.contant-map .map-form h3{
    font-size: 27px;
    color: #666;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}
.contant-map .map-form span{
    font-size: 14px;
    color: #93afd3;
    text-transform: uppercase;
    padding-bottom: 18px;
    display: block;
    width: 100%;
    text-align: center
}
.contant-map .map-form input{
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
.contant-map .map-form input:first-of-type,
.contant-map .map-form input:nth-of-type(2),
.contant-map .map-form input:nth-of-type(3){
    background: #fff;
    padding: 15px 20px;
   
}
.contant-map .map-form textarea{
    width: 100%;
    margin-bottom: 20px;
    display: block;
    background: #fff;
    height: 100px;
    /* width: 472px; */
    padding: 22px 20px;
}
.contant-map .map-form input:last-of-type{
    font-size: 16px;
    color: #fff;
    background: #ff9000;
    line-height: 48px;
    cursor: pointer;
}
.contant-map .map-form input:last-of-type:hover{
    background: #fe950d
}
.ser-title{
    padding: 38px 0 20px;
    /* margin-top: 73px;
    margin-bottom: 54px; */
}
.ser-title h3{
    font-size: 27px;
    color: #444;
    font-weight: bold;
    line-height: 36px;
}
.ser-title span{
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}
.ser-title p{
    font-size: 16px;
    color: #444;
    padding-top: 6px;
}
.ser-cj-conent{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #bdd3ec;
    margin-bottom: 40px;
}
.ser-cj-conent ul{
    width: 100%;
   
}
.ser-cj-conent ul li{
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #bdd3ec;
    padding: 0 2%;
    background: #fff
}
.ser-cj-conent ul li h5{
    font-size: 14px;
    color: #444;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}
.ser-cj-conent ul li h5 i{
    position: absolute;
    right: 30px;
    top: 50%;
    width: 34px;
    height: 1px;
    background: #444444;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.ser-cj-conent ul .action h5 i::before{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg)
}
.ser-cj-conent ul li h5 i::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%; 
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: block;
    background: #444444;
    z-index: 3;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
.ser-cj-conent ul li h5::before{
    content: '';
    width: 36px;
    height: 35px;
    display: inline-block;
    background: url('../images/cjwt-ico-1.png') no-repeat center top;
    vertical-align: middle;
    margin-right: 16px;
}
.ser-cj-conent ul li:last-of-type{
    border-bottom: none; 
}
.ser-cj-conent ul li .conetn{
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.ser-cj-conent ul li .conetn::before{
    content: '';
    width: 36px;
    height: 35px;
    display: inline-block;
    background: url('../images/cjwt-ico-2.png') no-repeat center top;
    margin-right: 16px;
    margin-top: 30px;
}
.ser-cj-conent ul li .conetn .coent{
    width: calc(100% - 78px);
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    padding-bottom: 30px;
}
.ser-cj-conent ul li:nth-of-type(2n){
    background: #f6f8fb
}
.ser-conent .index-new{
    background: none
}
.ser-conent .index-new li{
    margin-bottom: 20px;
}
.ser-zlxz-conet{
    width: 100%;
    /* border: 1px solid #bdd3ec; */
}
.ser-zlxz-conet ul{
    width: 100%;
    padding-bottom: 27px;
}
.ser-zlxz-conet ul li{
    width: 49%;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
    padding: 20px 1%;
    /* background: #fff; */
    text-align: center;
    font-size: 16px;
    color: #444;
    cursor: pointer;
    margin-bottom: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 

}

.ser-zlxz-conet ul li:hover{
    box-shadow: 0 0 5px 5px #f1f1f1;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); 
}
.ser-zlxz-conet ul li .img{
    width: 100%
}
.ser-zlxz-conet ul li .img img{
    /* width: 100%; */
    /* height: auto; */
    margin-bottom: 20px;
}
.ser-zlxz-conet ul li:nth-of-type(2n){
    margin-right: 0;
}
.ser-content4 .title .wt{
    line-height: 36px;
    margin-top: 20px;
    display: block
}
.ser-content4 .ds{
    box-sizing: border-box;
    padding: 59px 4%;

    
}
.download .ser-content4 .title p{
    color: #fff
}
.download .ser-content4 .title .wt{
    color: #fff;
    margin-top:0
}
.download .ser-content4{
    height: 509px;
}
.download .ser-content4 .ds{
    padding: 10px;
}
.ser-content4 .ds .inp input{
   width: 100%;
   display: block;
   float: left;
   background: #ffff;
   line-height: 48px;
   height: 48px;
   /* margin-right: 2%; */
   box-sizing: border-box;
   padding: 0 3%;
   margin-bottom: 12px;
   border: 1px solid #bdd3ec

}
.ser-content4 .ds .inp input:last-of-type{
    margin-right: 0;
}
.ser-content4 .ds textarea{
    width: 100%;
    background: #fff;
    border: 1px solid #bdd3ec;
    height: 100px;
    box-sizing: border-box;
    padding: 20px 3%;
    /* margin-top: 20px; */
}
.ser-content4 .ds #submit{
   width: 100%;
   background: #2c6b76;
   line-height: 48px;
   height: 48px;
   color: #fff;
   margin-top: 10px;
}
.ser-content4 .ds #submit:hover{
    background: #0274cf;
    cursor: pointer;
}
.pro-def{
    width: 100%;
    padding: 15px 0;background:#f6f8fb
}
.pro-def .title-top{
    padding: 35px 0;
}
.pro-def .title-top a{
    color: #b4c6e4;
    font-size: 14px;    
}
.pro-def .title-top .fl a{
    display: inline-block;
    padding: 0 10px;
}
.pro-def .title-top .fl a:hover{
    color: #fff
}
/* .pro-def .title-top .fl a::after{
    content: '>';
    color: #b4c6e4;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
} */
.pro-def .title-top .fl a:last-of-type::after{
    content: '';
}
.pro-def .title-top .fl .pro-index{
    width: 23px;
    height: 23px;
    background: url('../images/pro_index.png') no-repeat center top;
    display: inline-block;
    vertical-align: middle
}
.pro-def .title-top .fr i{
    width: 23px;
    height: 23px;
    background: url('../images/huans_t.png') no-repeat center top;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

.pro-def-pro{
    width: 100%;
    background: #fff;
    /* box-shadow: 0 0 10px 10px #f1f1f1; */
}

.pro-def-de{
    box-sizing: border-box;
    width: 92%;
    margin: 0 auto;

    /* margin-bottom: 15px; */
}


.pro-def-pro  .pro-def-de > p{
    font-size: 16px;
    color: #444
}
.pro-def-pro  .pro-def-de .conetn{
    width: 100%;
    min-height: 200px;
    padding: 20px 0 0px;
    color: #666;
    font-size: 14px;
}
.pro-def-pro  .pro-def-de .btn{
    width: 87%;
    border-radius: 30px;
    overflow: hidden;
}
.pro-def-pro  .pro-def-de .btn a{
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    height: 46px;
}
.pro-def-pro  .pro-def-de .btn a:last-of-type:hover{
    background: rgba(255, 144, 0, 0.8)
    /* animation: btnaxiaz 0.3s infinite;
    -webkit-animation: btnaxiaz 0.3s infinite;  */
}
.pro-def-pro  .pro-def-de .btn a:first-of-type:hover{
    background: rgba(0, 97, 175, 0.8)
    /* animation: swing 0.3s infinite;
    -webkit-animation: swing 0.3s infinite;  */
}



.case-def .pro-def-pro{
    margin-bottom: 15px;
    /* box-shadow: 0 0 10px 10px #f1f1f1; */
}
.case-def .pro-def-pro .img{
    border: 1px solid #f1f1f1
}
.pro-def-pro .img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-pagination-img{
    text-align: center
}
.swiper-pagination-img .active{
    background: #001daf
}
.pro-def-pro .img dl dd{
    width: 100%;
    text-align: center;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
/* .pro-def-pro .img dl li:last-of-type{
    margin-bottom: 0;
} */
.pro-def-pro .img dl dt i{
    width: 35px;
    height: 15px;
    display: inline-block;
    background: url('../images/pro-fangx.png') no-repeat;
    background-position: 0 center;
    margin-right: 20px;
    cursor: pointer;
}
.pro-def-pro .img dl .action{
    box-shadow: 0 0 2px 2px #f2f2f2;
    transform: translate3d(-5px,-5px,0);
    -webkit-transform: translate3d(-5px,-5px,0); 
}
.pro-def-pro .img dl dt em{
    width: 35px;
    height: 15px;
    display: inline-block;
    background: url('../images/pro-fangx.png') no-repeat;
    background-position: right center;
    cursor: pointer;
}
.pro-def-pro .img dl dd img{
    width: 100%;
    height: auto;
    cursor: pointer;
}
.pro-def-pro .img dl dt{
    width: 100%;
    text-align: center
}
.pro-def-pro .img img{
    width: 100%;
    height: auto;
}
.pro-def-de{
    box-sizing: border-box;
    width: 92%;
    margin: 0 auto;
    /* margin-bottom: 15px; */
}

.pro-def-pro   .pro-def-de h2{
    font-size: 24px;
    color: #444;
    font-weight: bold;
    line-height: 51px;
    margin-bottom: 7px;text-align:center
}
.pro-def-pro  .pro-def-de > p{
    font-size: 16px;
    color: #444
}
.pro-def-pro  .pro-def-de .conetn{
    width: 100%;
    min-height: 200px;
    padding: 20px 0 0px;
    color: #666;
    font-size: 14px;
}
.pro-def-pro  .pro-def-de .btn{
    width: 87%;
    border-radius: 30px;
    overflow: hidden;
}
.pro-def-pro  .pro-def-de .btn a{
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    height: 46px;
}
.pro-def-pro  .pro-def-de .btn a:last-of-type:hover{
    background: rgba(255, 144, 0, 0.8)
    /* animation: btnaxiaz 0.3s infinite;
    -webkit-animation: btnaxiaz 0.3s infinite;  */
}
.pro-def-pro  .pro-def-de .btn a:first-of-type:hover{
    background: rgba(0, 97, 175, 0.8)
    /* animation: swing 0.3s infinite;
    -webkit-animation: swing 0.3s infinite;  */
}

@keyframes btnphone {
    0% {
        transform: translateX(-3px);
        -webkit-transform: translateX(-3px); 
    }
    100% {
        transform: translateX(3px);
        -webkit-transform: translateX(3px); 
    }
   }

@keyframes btnaxiaz {
    0% {
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px); 
    }
    100% {
        transform: translateY(3px);
        -webkit-transform: translateY(3px); 
    }
   }
.pro-def-pro  .pro-def-des .btn a:first-of-type{
    background: rgba(0, 97, 175, 1)
}

.pro-def-pro  .pro-def-des .btn a:first-of-type::before{
    width: 27px;
    height: 27px;
    content: '';
    display: inline-block;
    background: url('../images/pro-def-ico.png') no-repeat;
    background-position: 0 top;
    vertical-align: middle;
    margin-right: 8px;
}
.pro-def-pro  .pro-def-des .btn a:last-of-type{
    background: rgba(255, 144, 0, 1)
}
.pro-def-pro  .pro-def-des .btn a:last-of-type::before{
    width: 27px;
    height: 27px;
    content: '';
    display: inline-block;
    background: url('../images/pro-def-ico.png') no-repeat;
    background-position: right top;
    vertical-align: middle;
    margin-right: 8px;
}
.pro-dse-nav{
    width: 100%;
    text-align: left;
    background: #f6f8fb;
    border-bottom: 1px solid #dadee1;
}
.pro-dse-nav a{
    display: inline-block;
    font-size: 16px;
    line-height: 52px;
    margin-right: 3%;
    cursor: pointer;
}
.pro-dse-nav .action{
    color: #004da4
}
.pro-des-conetn{
    width: 100%;
    padding-bottom: 120px;
    /* position: absolute */
}
.pro-des-conetn .title{
    padding: 31px 0 35px;
    
}
.pro-des-conetn .title h4{
    font-size:1.4rem;
    line-height: 28px;
    font-weight: bold;
    color: #444;
    border-left: 10px solid #0765b5;
}
.pro-des-conetn .title h4::before{
    width: 3px;
    height: 30px;
    background: #ff9000;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 20px;
}
.pro-des-conetn .title a{
    width: 141px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    background: #f6f8fb;
    border: 1px solid #0061af;
    color: #0061af;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;

}
.pro-des-conetn .title a:hover{
    width: 200px;
}
.pro-des-conetn .title a::before{
    width: 24px;
    height: 19px;
    background: url('../images/zx-pro-def.png') no-repeat center top;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 5px;
}
.pro-des-conetn .conetn{
    width: 100%;
    min-height: 250px
}
.pro-des-conetn .conetn ul{
    width: 100%;
}
.pro-des-conetn .conetn ul li{
    width: 49%;
    margin-right: 2%;
    float: left;
    border: 1px solid #eceeef;
    position: relative;
    height: 112px;
    border-radius: 60px;
    margin-bottom: 20px;
}
.pro-des-conetn .conetn ul li:nth-of-type(2n){
    margin-right: 0;
}
.pro-des-conetn .conetn ul li p:last-of-type{
    font-size: 20px;
    color: #444;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
}
.pro-des-conetn .conetn ul li em{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    background: #fff
}
.pro-des-conetn .conetn ul li:nth-of-type(2n-1) em{
     border: 3px solid #0061af;
     color: #0061af
}
.pro-des-conetn .conetn ul li:nth-of-type(2n) em{
    border: 3px solid #ff9000;
     color: #ff9000
}
.pro-des-conetn .conetn a{
  width: 100%;
  display: block;
  text-align: center;
  padding: 35px 0;
  border-radius: 100px;
  margin-top: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pro-des-conetn .conetn a img{
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}
/* .pro-des-conetn:last-of-type{
    margin-bottom: 60px;
} */
.pro-des-conetn .conetn a .top{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 9%;
    
}
.pro-des-conetn .conetn a:hover{
    box-shadow: 0 0 5px 5px #f1f1f1;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.pro-des-conetn .conetn a .top b{
    font-size: 27px;
    display: block;
    color: #fff;
    line-height: 30px;
    text-align: center
}
.pro-des-conetn .conetn a .top p{
    font-size: 16px;
    color: #fff;
}
.pro-des-conetn .conetn a:first-of-type{
    background: #ff9000
}
.pro-des-conetn .conetn a:last-of-type{
    background: #0061af;
    cursor: pointer;
    
}
.pro-des-conetn .pro-id-pro img{
   
    display: block;
    margin: 0 auto;
}
#indindId{
    width: 100%;
    height: 0;
}


.banner {
    position: relative;
    overflow: hidden;
    /* width: 100%; */
   }
   
   .banner >img {
    width: 100%;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-animation: minus 5s 0s ease both infinite;
    -moz-animation: minus 5s 0s ease both infinite;
    animation: minus 5s 0s ease both infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
   }
   
   @keyframes minus {
    0% {
     -webkit-transform: scale3d(1.1, 1.1, 1.1);
     transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
    }
   }


.vimgview{
    position: fixed;
    left: 50%;
    top: 30%;
    width: 90%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 999;
    display: none
}
.vimgview .pagest{
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
    padding: 30px 10px;
}
.vimgview .pagest h6{
   text-align: center;
   font-size: 20px;
   color: #111;
}
.vimgview .pagest .text{
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
    padding: 10px 12px;
    margin: 20px 0;
}
.vimgview .pagest .btn{
    display: block;
    width: 100%;
}
.vimgview .pagest .btn a,
.vimgview .pagest .btn button{
    width: 32%;
    margin-right: 2%;
    float: left;
    background: rgba(13, 40, 176, 0.8);
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: block;
}
.vimgview .pagest .btn a:hover,
.vimgview .pagest .btn button:hover{
    background: rgba(13, 40, 176,1);
}
.vimgview .pagest .btn button:last-of-type{
    margin-right: 0;

}
.vimgview .pagest .btn .dat{
    display: none
}

.vimgview  .forem{
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
    padding: 30px 15px;
    display: none
}
.vimgview  .forem  p{
    text-align: center;
    font-size: 14px;
}
.vimgview  .forem h6{
    text-align: center;
    font-size: 20px;
    color: #111;
 }
 .vimgview  .forem .inp{
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
    padding: 10px 12px;
    width: 100%;
    margin-top: 12px;
 }
 .vimgview  .forem  .formbtn{
     margin-top: 12px;
 }
 .vimgview  .forem  .formbtn input{
     width: 45%;
     margin-right: 10%;
     background: rgba(13, 40, 176, 0.8);
     color: #fff;
     font-size: 16px;
     line-height: 40px;
     height: 40px;
     border-radius: 5px;
     text-align: center;
     cursor: pointer;
     display: block;
 }
 .vimgview  .forem  .formbtn input:hover{
    background: rgba(13, 40, 176,1);
 }
 .vimgview  .forem  .formbtn input:last-of-type{
     margin-right: 0;
 }
























 .f-left {
	float: left;
}

.f-right {
	float: right;
}
 
 /*按钮触发*/
.link{
	transition: 0.52s;
	position: relative;
	overflow: hidden;
}
.anim {
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}

.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}

.link:hover .anim {
	animation: anim-out 0.75s;
}

.link:hover .anim:after {
	animation: anim-out-pseudo 0.75s;
}



.anim2:hover span{
	z-index: 2;
	position: relative;
}
.anim2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0;
	background: #07377f;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.anim2:hover:before {
	opacity: 1;
	height: 100%;
	top: 0;
}


.all-fixed {
	position: fixed;
	top: 50%;
	margin-top: -140px;
	right: -0px;
    height: 279px;
	z-index: 99999;
	box-sizing: border-box;
	/*display: none;*/
	
}
.all-fixed .f-left{
    position: relative;
    top: 60px;
    float: left;
    width: 0px;
    height: 121px;
    border-top: 10px solid transparent;
    border-right: 25px solid #07377f;
    border-bottom: 10px solid transparent;
    text-align: center;
    font-size: 13px;
    color: #0b2a1a;
    cursor: pointer;
}
.all-fixed .f-left p{
	position: absolute;
    top: 10px;
    left: 6px;
    line-height: 20px;
    color: #fff;
}
.all-fixed .f-right{
	width: 180px;
	background: #f8fbff;
	height: 100%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.all-fixed .title{
	margin-top: -67px;
	text-align: center;
}
.all-fixed h3{
	font-size: 18px;
	color: #333;
	font-weight: initial;
	text-align: center;
	letter-spacing: 0px;
	line-height: 1;
	margin: 15px 0 20px;
}
.all-fixed h3 span{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.all-fixed li{
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 15px;
}
.all-fixed li:last-child{
	margin-bottom: 5px;
}
.all-fixed li a{
	width: 100%;
	height: 100%;
	background: #07377f;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	transition: .3s;
	border-radius: 5px;
}
.all-fixed li a:hover{
	color: #fff;
}
.all-fixed li a img{
	height: 25px;
	margin-right: 10px;
	border: 0;
	vertical-align: middle; 
	margin-top: -5px;
}

.all-page{
	text-align: center;
	margin: 40px 0;
}

.all-page a,
.all-page span{
	width: 35px;
	height: 100%;
	background: #aaa;
	color: #fff;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	transition: .3s;
}
.all-page .current, .all-page a:hover{
	background: #07377f;
	color: #fff;
}
.all-page .prev,
.all-page .prev_disabled,
.all-page .next,
.all-page .next_disabled{
	width: 60px;
	color: #666;
	background: transparent;
	font-family: "microsoft yahei";
}
.all-page .prev:before, .all-page .prev_disabled:before {
    content: "上一页";
    font-family: "microsoft yahei";
}
.all-page .next:before, .all-page .next_disabled:before {
    content: "下一页";
    font-family: "microsoft yahei";
}

#top {
    position: fixed;
    z-index: 999999;
    right: 15px;
    width: 50px;
    height: 50px;
    bottom: 30px;
    opacity: 0.9;
    background: #999 url(../images/kefu-top.png) no-repeat center;
    transition: .3s;
    cursor: pointer;
}
#top:hover{
	background-color: #158ef3;
}


.case-def .pro-def-pro .pro-def-des .cont{
    min-height: 205px;
}
.case-def .pro-def-pro .pro-def-des h2{
    margin-bottom: 28px;
}
.case-def .pro-def{
    /* background: #f2f2f2; */
    /* padding-bottom: 50px; */
}
/* .case-def .pro-def .title-top a{
    color: #666
} */
.case-def .pro-def .title-top .fl a::after{
    color: #666
}
.case-def  h6{
    font-size: 24px;
    font-weight: bold;
    padding: 0px 0 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom:20px;
}
.case-def .conent{
    width: 100%;
    min-height: 500px
}

.casedefxg{
    width: 100%;
}
.casedefxg h5{
    text-align: center;
    font-size: 28px;
    padding: 40px 0 25px;
}
.case-def .pro-def-pro .pro-def-des .btn a:last-of-type::before{
     background: url('../images/casedef-ioc-t.png') no-repeat ;
     background-position: right top;
}
/* .case-def .pro-def .title-top a:hover{
    color: #07377f;
} */
#top {
    position: fixed;
    z-index: 999999;
    right: 15px;
    width: 30px;
    height: 30px;
    bottom: 45px;
    opacity: 0.9;
    background: #999 url(../images/kefu-top.png) no-repeat center;
    background-size: 20px;
    transition: .3s;
    cursor: pointer;
}


.foot{
	background: #0c2b5f;
	padding-bottom: 40px;
	
}
.foot .content1 {
	border: 1px solid rgba(255,255,255,0.1);
}
.foot .content1 .main1 .foot-logo{
	width: 100%;
	background: #133984;
	text-align: center;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 1.7;
	display: none;
}
.foot .content1 .main1 .foot-logo img{
	max-width: 100px;
}
.foot .content1 .main1 .foot-logo p.t{
	margin-top: 10px;
}
.foot .content1 .main1 .foot-nav{
	float: left;
	margin-left: 95px;
	box-sizing: border-box;
	padding-top: 70px;
	display: none;
}
.foot .content1 .main1 .foot-nav-main{
	float: left;
	width: 165px;
}
.foot .content1 .main1 .foot-nav-main h4{
	font-size: 18px;
	color: #fff;
}
.foot .content1 .main1 .foot-nav-main ul{
	margin-top: 25px;
}
.foot .content1 .main1 .foot-nav-main ul li{
	margin-bottom: 15px;
	display: block;
}
.foot .content1 .main1 .foot-nav-main ul li a{
	font-size: 14px;
	color: #fff;
}
.foot .content1 .main1 .foot-nav-main ul li a:hover{
	padding-left: 5px;
	color: #136884;
}
.foot .content1 .main2{
	box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 15px 10px;
}
.foot .content1 .main2 .tel {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	margin-bottom: 10px;
}
.foot .content1 .main2 .tel .icon{
	float: left;
	padding-top: 3px;
}
.foot .content1 .main2 .tel .icon img{
	max-width: 50px;
}
.foot .content1 .main2 .tel .txt{
	float: left;
	color: #fff;
	margin-left: 10px;
}
.foot .content1 .main2 .tel .txt .t{
	font-size: 14px;
}
.foot .content1 .main2 .tel .txt .num{
	font-size: 24px;
	font-weight: 300;
}
.foot .content1 .main2 .other{
	font-size:0.9rem;
	color: #fff;
	line-height: 22px;text-align: center;
}
.foot .content1 .main2 .other p{
	margin-bottom: 4px;
}
.foot .content2{
	margin-top: 10px;
	color: #6c7683;
	box-sizing: border-box;
	font-size: 12px;
	box-sizing: border-box;
	padding: 0px 15px 10px;
}
.foot .content2 a{
	color: #6c7683;
}
.foot .content2 a:hover{
	color: #fff;
}

.foot-nav2{
	width: 100%;
	height: 50px;
	background:#156ccd;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.foot-nav2 li{
	width: 33.3333%;
	height: 50px;
	float: left;
}
.foot-nav2 li a{
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	position: relative;
}
.foot-nav2 li a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	width: 30px;
	height: 60px;
	background: no-repeat center;
	background-size: 20px;
}
.foot-nav2 .foot-index a:before{
	background-image: url(../images/index.png);
}
.foot-nav2 .foot-zixun a:before{
	background-image: url(../images/zixun.png);
}
.foot-nav2 .foot-tel a:before{
	background-image: url(../images/tel.png);
}


.idx-pr{
}
.title1{
    text-align: center;
    width: 100%;
    padding: 20px 0;background:url(../images/bg1.jpg) top center no-repeat;background-size: 100% 100%;

}
.title1 b{
    font-size:24px;
    color: #fff;
    text-align: center !important;
    width: 90%;
    display: block;
    margin: 0 auto;
}
.title1 b i{color:#fe0000}
.title1 span{
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    text-align: center !important;
    width: 80%;
    display: block;
    margin: 0 auto;
}
.title1 p{
    font-size: 16px;
    color: #444;
    padding: 8px 0 60px;
    text-align: center !important;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.change-cut li{width:30%;float:left;border:1px solid #666;line-height:36px;margin:3% 1.5%;text-align:center;font-size:14px}
.contents li{width:46%;float:left;margin:2%;text-align:center}
.contents li .img{height:140px;overflow:hidden}
.contents li img{width:100%;}
.contents li p{line-height:36px;font-size:16px;font-weight}


.idx-ys{background:url(../images/bg1.jpg) left center no-repeat;height:200px;}
.ys-con{color:#fff;width:86%;margin:0 auto;padding:6% 0;text-align: center;}
.ys-con h2{color:#fff;font-size:22px;font-weight:bold;line-height:36px}
.ys-con p{font-size:15px;line-height: 24px;}
.ys-con span{width: 94%;
    height: 42px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 15px auto;
    background: #f58220;
    border-radius: 25px;
    line-height: 42px;
}
.ys-con img{width:100px;margin:20px 0}

.about-con{padding-bottom:30px;font-size: 15px;}
.pageController{padding-right:10px; padding-top:5px;padding-bottom:5px;color:#505050;margin:0 auto;margin-top:16px;line-height:24px;}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;border-radius:3px;}
.pageController a:hover{background-color:#efefef;color:#438ece; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #efefef;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;}
.pageController .t2{float:right;vertical-align:middle;line-height:24px;}
.pageController .t2 #current{line-height: 24px;background-color: #0068bd;vertical-align: middle;border: 1px solid #0068bd; color: #fff;padding: 5px 8px;margin-right: 3px;margin-left: 3px;border-radius:3px;}
.pageController .t1 span{padding-left:4px;padding-right:4px;}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;}
.pageController select option{vertical-align:middle;}

.cate-position {
    height: 50px;
    color: #999;
    line-height: 50px;
}
.cate-position a {
    color: #999;
}
.cate-position a:hover{
	color: #e93e00;
}
.com-width {
    width:97%;
    margin: 0 auto;
}
.news-show-left{float: left; margin: auto; width:100%; background: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1); box-shadow: 0 1px 1px rgba(0,0,0,.1); -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);}
.news-show-left .news-title{padding: 40px 20px; padding-bottom: 20px;border-top: 1px #f1f1f1 solid; text-align: center;line-height: 1.5;}
.news-show-left .news-title .tit{padding-bottom: 10px; color: #333;font-weight: normal;font-size: 24px;}
.news-show-left .news-title p{padding-bottom: 10px;border-bottom: 1px solid #F0F2F5; color: #a3afb7;font-size: 14px;}
.news-show-left .news-title p a{color: #a3afb7;}
.news-show-left .news-views{overflow: hidden;margin: 40px 20px 20px; margin-top: 0;min-height: 600px; color: #666; font-size: 14px; line-height: 25px;}
.news-show-left .news-views p{margin-bottom: 10px;}
.news-show-left .news-views img{max-width: 100%;height: auto;}
.news-show-left .news-other{padding: 20px 15px; border-top: 1px #f1f1f1 solid;}
.news-show-left .news-other p{display: block;padding-left:3px; height: 40px;line-height: 40px;}
.news-show-left .news-other p a{color: #333;font-size: 14px;}
.news-show-left .news-other p a:hover{color: #BB3E46;}
.news-show-left .share-bar{padding: 20px;}

.news-show-right{float: right; width: 100%;}
.news-show-right dl{display: block; margin-top: 0; margin-bottom: 20px; background: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1); box-shadow: 0 1px 1px rgba(0,0,0,.1); -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);}
.news-show-right dl dt{position: relative;display: block; height: 42px; border-bottom: 1px #f1f1f1 solid; line-height: 42px;}
.news-show-right dl.tab dt{padding-left: 20px;height: 42px;border-top: 1px #f1f1f1 solid;color: #1d1d1d; font-size: 18px; line-height: 42px;}
.news-show-right dl.tab dd{position: relative;}
.news-show-right dl.tab dd ul{display: block; padding: 0 20px;}
.news-show-right dl.tab dd ul li{display: block; padding: 15px 0; border-bottom: 1px #f1f1f1 solid;}
.news-show-right dl.tab dd ul li a{display: inline;}
.news-show-right dl.tab dd ul li .pic{position: relative; overflow: hidden; margin-right: 20px; width: 60px; height: 60px; text-align: center; font-size: 0; line-height: 60px;float: left;}
.news-show-right dl.tab dd ul li .pic img {max-width: none;}
.news-show-right dl.tab dd ul li h5{display: block; overflow: hidden; padding-top: 4px; padding-bottom: 10px; color: #333; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; line-height: 20px;}
.news-show-right dl.tab dd ul li h5 a{color: #333;}
.news-show-right dl.tab dd ul li h5 a:hover{color: #BB3E46;}
.news-show-right dl.tab dd ul li .news-cate{color: #999;}
.news-show-right dl.tab dd ul li i{float: left;color: #999;font-size: 12px;}
.news-show-right dl.tab dd ul li em{float: right; padding-left: 25px; background: url(../img/eye.png) no-repeat left center; color: #999; font-style: normal; font-size: 12px;min-width: 50px;}
.news-show-right dl.tab dd .more{position: relative; top: -1px; height: 45px; border-top: 1px #f1f1f1 solid;color: #333; text-align: center; line-height: 45px;}
.news-show-right dl.tab dd .more a{position: relative;display: inline-block; color: #333;}
.news-show-right dl.tab dd .more a b{margin-left: 5px;font-family: "å®‹ä½“";-webkit-transition: transform .3s;-o-transition: transform .3s;transition: transform .3s;}
.news-show-right dl.tab dd .more a:hover b{-webkit-transform: translateX(5px);-o-transform: translateX(5px);transform: translateX(5px);-ms-transform: translateX(5px);}
.news-show-right dl.tab dd .more a:hover{color: #BB3E46;}
.news-show-right dl.list dt{padding-left: 20px; color: #333; font-size: 18px;}
.news-show-right dl.tab dt a{display: table-cell;width: 33%; height: 42px; color: #009A62; text-align: center; font-size: 18px; line-height: 42px; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out;}
.news-show-right dl.list dt a b{position: relative; top: -1px; display: inline-block; overflow: hidden; margin-left: 2px;width: 15px; height: 15px; background-position: 0 -64px; vertical-align: middle;}
.news-show-right dl.list dd ul{display: block; padding: 20px;}
.news-show-right dl.list dd ul li{display: block; overflow: hidden;padding-bottom: 12px; text-overflow: ellipsis; white-space: nowrap;}
.news-show-right dl.list dd ul li a{color: #333; font-size: 14px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s;}
.news-show-right dl.list dd ul li a:hover{color: #BB3E46;}
.gr-page-other{margin-top: 15px; padding-top: 10px; padding-bottom: 10px; border-top: 1px dotted #ddd; border-bottom: 1px dotted #ddd;}
.gr-product-content .gr-page-other{border-color: #E4EAEC;}
.gr-page-other p{line-height: 26px;width: calc(100% - 150px);}
.gr-back-btn{margin-top: 6px; width: 125px; height: 40px; background-color: #999; color: #fff!important; text-align: center; font-size: 14px; line-height: 40px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;float: right;}
.gr-back-btn:hover{opacity: 0.8; filter: alpha(opacity=80);}
.gr-page-other p a{color: #333;}
.news-case {
    padding: 20px;
}
.news-case .gr-case-list {
    width: 100%;
}
.news-case .gr-case-list li,
.news-case .gr-case-list li .pic {
    float: none;
    width: 100%;
    height: auto;
}


.idx-pr .title{
    padding-bottom: 10px;
}
.idx-pr .title b{
    font-size:22px;
    color: #444;
    line-height:36px;    display: block;
}
.idx-pr .title span{
    font-size: 12px;
    color: #828081
}

.menu{background:#f2f2f2;padding:12px 6px}
.menu ul li{float:left;background:#fff;width:46%;margin: 1.5% 2%;border-radius:5px;}
.menu ul li img{display:block;margin:10px auto;width:30%}
.menu ul li p{font-size:16px;text-align:center;line-height:40px;padding-bottom:6px}


.moblie_head{display:block;height:50px;background:#fff;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd}
.moblie_head .lf{padding-left:5%;width:75%;float:left;line-height:50px;}
.moblie_head .lf img{height:40px;margin:5px 0;float: left;}
.moblie_head .lf span{padding-left: 8px;font-size: 20px;color: #333;font-weight: bold;}
.moblie_head .rg{padding-right:5%;padding-top:20px;width: 10%;float: right;}
.moblie_head .rg a img{height:16px;vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{background:url(../images/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none;    padding-left: 20px;}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}

.menu{background:#f2f2f2;padding:12px 6px}
.menu ul li{float:left;background:#fff;width:46%;margin: 1.5% 1.6%;}
.menu ul li img{display:block;margin:10px auto}
.menu ul li p{font-size:16px;text-align:center;line-height:40px;padding-bottom:12px}


.cate-position {
    height: 50px;
    color: #999;
    line-height: 50px;
}
.cate-position a {
    color: #999;
}
.cate-position a:hover{
	color: #e93e00;
}
.com-width {
    width:97%;
    margin: 0 auto;
}

.pro-def-de{
    box-sizing: border-box;
    width: 92%;
    margin:0 auto 20px;
    /* margin-bottom: 15px; */
}

.pro-def-pro   .pro-def-de h2{
    font-size: 24px;
    color: #444;
    font-weight: bold;
    line-height: 51px;
    margin-bottom: 7px;text-align:center
}
.pro-def-pro  .pro-def-de > p{
    font-size: 16px;
    color: #444
}


.feature_nor { justify-content:flex-start; overflow:hidden;}
.feature_nor dl {display: flex; justify-content: center; align-items: center; width:48%;  position:relative;    margin-right: 2%;float:left;margin-bottom:2%}
.feature_nor dl:nth-child(2n){margin-right:0}
.feature_nor dl dt img { width:100%; height:100%;}
.feature_nor dl dd { line-height:30px; font-size:16px; text-align:center; background:url(../images/gy1.png); width:78%; position:absolute; z-index:2; color:#fff; padding:10%; transition: all 0.5s;}
.feature_nor dl dd strong { display:block; font-size:18px; margin-top:15px; margin-bottom:2px;}

.feature_nor dl:hover dd { background:url(../images/gy2.png); cursor:pointer;}


 .about_sort{
        margin: 15px 0 !important;padding-bottom:0 !important
    }
.about-page
	.about_sort li{width: 30% !important;border:none !important;}
	.about_sort li:nth-child(2n){margin-right:2% !important}
    .about_sort li a{
        line-height:40px;
		    display: block;
    width: 100%;
    font-size: 18px;
    color: #333;
    text-align: center;
    background: #f4f4f4;
    position: relative;
    margin: 0 4px;
    border-radius: 30px;
    }
.ny-new{padding:0 !important}



.product-num-box{
    width: 100%;
    background:url(../images/four_bg.jpg) center center repeat-y;padding: 40px 0 20px 0;
}

.product-num-content{
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.product-num-title{
    font-size:22px;
    color: #333;
    line-height:30px;font-weight:bold;
   /*  background:url(../images/heng2.png) center center no-repeat */
}
.product-num-title span{color:#ef7c2b}
.product-num-text{
    font-size: 13px;
    color: #666;
    line-height: 28px;
}

.product-num-head{
    margin-top:10px;
    font-size: 0;
}

.product-num-item{
       float: left;
    width: 48%;
    text-align: center; background: #fff;
    margin: 1%;    padding: 20px 0;
}
.product-num-item p {
    color: #2f383d;
}
.product-num-jus{
    display: inline-block;
    margin:10px 0;
    width: 145px;
    height:32px;
    font-size:14px;
    color: #fff;border-radius:35px;
    line-height:32px;
    letter-spacing: 2px; background-color: #0765b5;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
}

.product-num-nub{
    font-size:32px;
    display: inline-block;
    font-weight: bold;
    
}

.product-num-add{
    display: inline-block;
    font-size:12px;color:#666;
    width: 20px;
    line-height:14px;    font-style: normal;
}

.product-num-inf{
    display: block;
    font-size:18px;
    color: #333;
    height:40px;
    line-height: 40px;font-weight:bold;
 
}

.product-num-jus:hover{
    background-color: #0765b5;
    color: #3e88f1;
}

.product-num-wan{
    position:absolute;
    right: 55px;
    top: 0px;
}



.aui-flexView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aui-scrollView {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding-bottom: 10px;
}

.aui-navBar {
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 102;
    background: #fff;
}

.aui-navBar-item {
    height: 44px;
    min-width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    padding: 0 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    color: #808080;
    position: relative;
}

.aui-navBar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
    font-size: 0.9rem;
    font-weight: bold;
}

.aui-navBar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
    color: #4e85fd;
}

.aui-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 80%;
    margin-left: 25%;
}

.aui-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 1rem;
    color: #333;
}

.icon {
    width: 19px;
    height: 19px;
    display: block;
    border: none;
    float: left;
    background-size: 19px;
    background-repeat: no-repeat;
}

.aui-flex-box h1 {
    color: #303741;
    font-weight: 500;
    font-size: 1rem;
    overflow: hidden;
}

.aui-flex-box h2 {
    color: #fff;
    font-weight: bolder;
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    margin-bottom: 0.3rem;
}

.aui-flex-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    color: #ffffffc4;
}

.aui-flex-box h3 {
    font-size: 0.7rem;
    color: #ffffffc4;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
}
.aui-flex-box h4 {
    font-size: 0.7rem;
    color: #ffffffc4;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
}
.aui-flex-box h5 {
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
}

.aui-palace {
    padding: 0.6rem 0;
    position: relative;
    overflow: hidden;
    background: white;
}

.aui-palace-grid {
    position: relative;
    float: left;
    padding: 1px;
    width: 33.333%;
    box-sizing: border-box;
    margin: 10px 0;
}

.aui-palace-img {
    width: 50px;
    height:50px;
    margin: 0 auto;
}

.aui-palace-text p {
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-top:5px;
}



.tab-nav {
    height: 45px;
    line-height: 45px;
    display: block;
    position: relative;
    background:#f5f5f5;
    z-index: 1;
    width: 100%;
    margin: 0 auto 1rem;
}

.tab-nav-item {
    height: 45px;
    line-height: 45px;
    position: relative;
    text-align: center;
    color: #585858;
    font-size: 0.9rem;
    display: block;
    float: left;
    width: 25%;
}

.tab-nav-item.tab-active {
    /* background-color: #51bd03; */
}

.tab-nav-item.tab-active a {
    color: #ff7f3b;
    font-size: 0.9rem;
    font-weight:bold;
}

.tab-nav-item a {
    display: inherit;
    font-size: 0.9rem;
    color: #525252;
    font-weight: bold;
}

.tab-panel {
    position: relative;
    overflow: hidden;
}

.tab-panel .tab-panel-item {
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tab-panel .tab-panel-item.tab-active~.tab-panel-item {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tab-panel .tab-panel-item.tab-active {
    position: relative;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.tab-nav-item.tab-active:before {
    content: '';
    width: 50%;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25%;
    z-index: 4;
    border-radius: 100px;
    background-color: #ff7f3b;
}




.aui-list-box {
    padding: 0.1rem 0 0 1rem;
    overflow: hidden;
    position: relative;
}

.aui-list-item {
    width: 46%;
    float: left;
    margin: 0 4% 2% 0;
    background: #fff;
    display: block;
    overflow: hidden;
}

.aui-list-theme-img {
    height: auto;
    width: 100%;
    position: relative;
}

.aui-list-theme-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.aui-list-theme-message {
    background: #fff;
    padding: 0.3rem 0;
}

.aui-list-theme-title {
    color: #4a4a4a;
    font-size: 0.92rem;
    margin: 0.2rem 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-weight: normal;
    text-overflow: ellipsis;
}

.aui-list-theme-message p {
    color: #ff3b52;
    font-size: 0.88rem;
    font-weight:bold;
}

.aui-list-theme-message span {
    font-size: 0.9rem;
    color: #363636;
    width:100%;
    display:block;
    padding: 0 0.2rem;
}


.aui-list-theme-message span i{
    color:#ff4601;
    font-weight:bold;
    font-style:normal;
}
.aui-list-theme-message span em{
    color:#ff4601;
    font-weight:bold;
    font-style:normal;
}

.aui-footer {
    width: 100%;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 5px 7px 5px;
    background: #fefefe;
    box-shadow:0 0px 4px #c3c3c3;
}

.aui-tabBar-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #979797;
    position: relative;
}

.aui-tabBar-item-text {
    display: inline-block;
    font-size: 0.65rem;
    color: #7d7d7d;
    padding-top: 2px;
}

.aui-tabBar-item-active .aui-tabBar-item-text {
    color: #11d492;
}
.idx-t{background: #f7f7f7}
.idx-t h3{background: url(../img/line01.png) no-repeat center bottom;
        font-size:1.6rem;
    color: #c4c4c4;
    text-align: left;
    text-transform: uppercase;
    padding-left: 20px;
    line-height:1rem;
}
.idx-t h3 a{color:#c4c4c4}
.idx-t h3 span {
        font-size:1.2rem;
    color: #333;
    line-height:3.4rem;
}
.idx-t h3 em {color: #0068bd;font-style: normal;}


.idx-yy ul li{ margin:0.2rem 1.2rem 0.58rem;width: 5.25rem;height: 5.25rem;float: left;overflow: hidden;text-align: center; background:url(../images/ab_bg01.gif) no-repeat; -webkit-background-size:100%; -ms-background-size:100%; -o-background-size:100%; background-size:100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.idx-yy ul li a{font-size: 1rem;color: #333;display: block; padding:1.1rem 0 0;}
.idx-yy ul li em{display: block;font-size: 0.5rem;color: #c4c4c4;text-transform: uppercase;}
.idx-yy .m-pic{display: block; margin:0.7rem 0;}
a.about-more{color:#0068bd;text-align:center}

.idx-news{margin-bottom: 40px}
.idx-news ul{padding: 12px 0}
.idx-news li{line-height: 40px;font-size: 14px;}
.idx-news li a{width: 70%;float: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.idx-news li span{width: 24%;float: right;font-size: 12px}

.kddd {
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    line-height: 40px;
    text-align:left;
}
.pro_detail_con h1{text-align: center;line-height: 40px;font-size: 18px;font-weight: bold;}
.pro_detail_con h3{font-size: 16px;border-bottom: 1px solid #ddd;line-height: 40px;margin-bottom: 10px}
.pro_detail_con p{line-height: 28px;font-size: 14px}
.ny_news li{border-bottom: 1px dashed #ddd}

.news-view-con h2{font-size: 16px;font-weight: bold;color: #ff7e11;border-bottom: 1px solid #ddd;line-height: 50px;margin: 0 0 10px!important}

.idx-yy-con{margin: 12px 0}
.idx-yy-con p{line-height: 28px}