@charset "utf-8";
@font-face {      font-family: 'Oswald-Bold';      
src: url('Oswald-Bold.eot'); /* IE9 Compat Modes */      
src: url('Oswald-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('Oswald-Bold.woff') format('woff'), /* Modern Browsers */              
url('Oswald-Bold.otf')  format('truetype'), /* Safari, Android, iOS */              url('Oswald-Bold.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.428571429;
  color: #000000;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 0px solid #BEBCBC;
}


.navbar-inverse {
    background-color: rgba(255,255,255,0);
    border-color: #5F5D5D;
}

.navbar-inversex {
    background-color: rgba(255,255,255,1);
    border-color: #5F5D5D;
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 2.9rem;
    padding-bottom: 2.9rem;
	padding-left:2.6rem;
	padding-right:2.6rem;
    line-height: 3rem;
}

.nav {
    padding-left: 20rem;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFFFFF;
}

.navbar-inversex .navbar-nav > li > a:hover, .navbar-inversex .navbar-nav > li > a:focus {
    color: #1d4b9f;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover { text-decoration:none; transition: all 300ms ease-in 0ms; color: #1d4b9f;}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
	font-size:1.8rem;
}

.navbar-inversex .navbar-nav > li > a {
    color: #333333;
    font-size: 1.8rem;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 5px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
.nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
	
.nav-middle1{
		opacity: 0;
    }
	
.nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }

.navbar-inverse .navbar-nav > li.mouseover .ul_hide {
    position: absolute;
    left: 0%;
    top: 9rem;
    width: 100%;
    text-align:center;
    border: 0px solid #CBCBCB;
	padding:0px;
    background-color: hsl(180 1% 99% / 1);
    display: none;
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li {
    width: 100%;
    border-bottom: 1px solid hsl(0 0% 91% / 1);
    list-style-type:none;
    background:none;
    position:relative;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a {
    text-align:center;
    color: #333;
    font-size: 1.4rem;
    height: auto;
    overflow: hidden;
	padding:1rem;
    line-height: 2;
    display: block;
    width: 100%;
    height: 100%;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:hover {
    display:block;
    color:#FFFFFF;
    background-color:#1d4b9f;
    text-decoration: none;
} 


.menu ul.sub_menu{position:absolute; width:600px; display:none; z-index:999; margin-left:0px;}
.menu ul.sub_menu a{ color:#ffffff;}
.menu ul.sub_menu a:hover{ color:#ffffff; background:none;}
.bg{ background:url(../images/bg.png) repeat; height:40px; display:none; width:100%; z-index:99; position:absolute;}
.menu ul.sub_menu li {
    float:left;
	width:100px;
    line-height: 40px;
	list-style-type:none;
	background:none;
}
.menu ul.sub_menu li a{ 
    color:#ffffff;
	font-size:12px;
	}
	
.navbar-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 0.2rem;
    display: block;
    margin: 0 auto;
    content: "";
    background-color:#FFFFFF;
}

.navbar-inverse .navbar-nav > li > a:hover:after{
	width:100%;
	height:0.2rem;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#FFFFFF;
}

.navbar-inversex .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 0.2rem;
    display: block;
    margin: 0 auto;
    content: "";
    background-color:#1d4b9f;
}

.navbar-inversex .navbar-nav > li > a:hover:after{
	width:100%;
	height:0.2rem;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#1d4b9f;
}
	
.kq1 {-webkit-animation-delay: 0.4s;}
.kq2 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq3 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}
.kq4 {-webkit-animation-delay: 1.6s; -webkit-animation-duration: 1.6s;}
.kq5 {-webkit-animation-delay: 2s; -webkit-animation-duration: 2s;}
.kq6 {-webkit-animation-delay: 2.4s; -webkit-animation-duration: 2.4s;}

.kuanping {
   width:123rem;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.logo {
   margin-top:2.5rem;
   }
   
.logo img {
   width:16.2rem;
   filter: grayscale(100%) invert(100%) brightness(1000%);
   }
   
.logox img {
   filter: none;
   }
   
.tbs {
    height: 4rem;
    margin-top: 2.5rem;
    padding-left: 2.5rem;
    border-left: 1px solid #cccccc;
}

.tbs li {
   list-style-type:none;
   width:4rem;
   float:left;
   margin-left:1.6rem;
   } 
   
.tbs li img {
   width:4rem;
   filter: grayscale(100%) invert(100%) brightness(1000%);
   }
   
.tbsx li img {
   filter: none;
   }  
   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   }
   
.banner {
   position:relative;
   }

.banner img {
   width:100%;
   }   
   
.banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 8rem;
    height: 8rem;
    z-index: 6;
    cursor: pointer;
	left:2.4rem;
	background:url(../images/left.png);
    background-size: 8rem 8rem;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 8rem;
    height: 8rem;
    z-index: 6;
    cursor: pointer;
	right:2.4rem;
	background:url(../images/right.png);
    background-size: 8rem 8rem;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 6rem;
    left: 0rem;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255,255,255,0.6);
    opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    width: 3.6rem;
    height: 0.8rem;
	border-radius: 30px;
    background: rgba(255,255,255,1);
	opacity: 1;
}

.searchh {
    background-color: rgba(255,255,255,0.9);
    padding: 1rem;
    display: none;
    margin: 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    border-radius: 3px;
}

.searchh form {
    height: 4rem;
    padding: 0;
}

.searchh #name {
    height: 4rem;
    border: 1px #d2dae2 solid;
    border-radius: 0;
    width: 100%;
}

.searchh .btn {
    background-color:#1d4b9f;
    height: 4rem;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.8rem;
	width:14%;
}

.ss a {
   cursor:pointer;
   } 

.bnnzi {
    position: absolute;
    width: 100%;
    left: 0rem;
    top: 22rem;
    font-size: 1.8rem;
    color: #FFFFFF;
	text-align:center;
    z-index: 8;
}

.bnnzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:6rem;
   letter-spacing:6px;
   margin-top:0rem;
   margin-bottom:3.2rem;
   opacity: 0;
   }
   
.xianshi {
    opacity: 1;
}

.bnnzi span {
   opacity: 0;
   } 
   
.bnmore {
   width:13.5rem;
   height:3.6rem;
   border:1px solid #FFFFFF;
   margin:4.1rem auto 0rem;
   opacity: 0;
   }
   
   
.bnmore-aa {
   width:73.4%;
   height:3.6rem;
   line-height:3.6rem;
   font-size:1.2rem;
   text-align:center;
   float:left;
   } 
   
.bnmore-bb {
   width:26.6%;
   height:3.6rem;
   line-height:3.6rem;
   text-align:center;
   border-left:1px solid #FFFFFF;
   float:right;
   } 
   
.bnmore-bb img {
   width:auto;
   height:auto;
   }
   
   
.shuju {
   height:auto; overflow:hidden;
   margin-top:5.4rem;
   margin-bottom:5.4rem;
   }
   
   
.shuju li {
   list-style-type:none;
   width:25%;
   height:9.2rem;
   text-align:center;
   color:#333333;
   float:left;
   } 
   
.fenge {
   border-right:1px solid #F2F2F2;
   }
   
.shuju li h2 {
   font-family: 'Oswald-Bold', Helvetica, Arial, sans-serif;
   font-size:5rem;
   color:#1d4b9f;
   font-weight:bold;
   margin-top:0rem;
   margin-bottom:1.2rem;
   }
   
.sjww {
   position:relative;
   padding-right:1.5rem;
   }
   
.sjzi {
   position:absolute;
   width:1.4rem;
   font-size:1.2rem;
   color:#333333;
   height:2rem;
   right:0px;
   top:1rem;
   }
   
.about {
   height:auto; overflow:hidden;
   padding-top:7rem;
   padding-bottom:10rem;
   }
   
.about-aa {
   width:51.3rem;
   position:relative;
   padding-top:11.3rem;
   padding-right:3.2rem;
   float:left;
   }
   
.abss {
   width:48.1rem;
   height:27.7rem;
   background-color:#1d4b9f;
   }
   
.abtu {
   position:absolute;
   width:48.1rem;
   height:35rem;
   top:0px;
   right:0px;
   }
   
.abtu img {
   width:100%;
   aspect-ratio: 481/350;
   object-fit: cover;
   }
   
.about-bb {
   width:61.6rem;
   font-size:1.8rem;
   line-height:3rem;
   color:#1A1A1A;
   float:right;
   }
   
.about-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#1d4b9f;
   margin-top:0.5rem;
   margin-bottom:0.8rem;
   } 
   
.about-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3rem;
   color:#1A1A1A;
   margin-top:0rem;
   margin-bottom:3rem;
   }  
   
.abmore {
   width:13.5rem;
   height:3.6rem;
   border:1px solid #999999;
   margin-top:3rem;  
   }
   
.abmore a {
   display:block;
   color:#666666;
   }
   
.abmore-aa {
   width:73.4%;
   height:3.4rem;
   line-height:3.4rem;
   font-size:1.2rem;
   text-align:center;
   float:left;
   } 
   
.abmore-bb {
   width:26.6%;
   height:3.4rem;
   line-height:3.4rem;
   text-align:center;
   border-left:1px solid #999999;
   float:right;
   } 
   
   
.chanpin {
   height:auto; overflow:hidden;
   background:url(../images/cpbj.png);
   background-size: 100% 100%;
   padding-top:10rem;
   padding-bottom:11.5rem;
   }
   
.chanpin h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#1d4b9f;
   text-align:center;
   margin-top:0rem;
   margin-bottom:0.8rem;
   }
   
.chanpin h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3rem;
   color:#333333;
   text-align:center;
   margin-top:0rem;
   margin-bottom:6rem;
   }
   
.cpkuan {
   width:79.2%;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.cpkuan .swiper-container {
   padding:1.5rem;
   }
   
.cpkuan .swiper-pagination {
   z-index:6;
   }
   
.proce {
    padding: 0px 7.3%;
    position: relative;
}

#fuwu {
    position: static;
}

.proce .swiper-container {
   padding-bottom:10rem;
}

.proce .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    border-radius: 100%;
    background: rgba(0,0,0,.15);
    opacity: 1;
}

.proce .swiper-pagination-bullet-active {
    width: 3.6rem;
    height: 0.8rem;
    opacity: 1;
	border-radius: 30px;
    background: #1d4b9f;
}

.proce .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 8rem;
    height: 8rem;
    margin-top: -22px;
    z-index: 8;
    cursor: pointer;
	background:url(../images/leftw.png);
    background-size: 8rem 8rem;
    background-position: center;
    background-repeat: no-repeat;
}

.proce .swiper-button-next {
    position: absolute;
    top: 40%;
    width: 8rem;
    height: 8rem;
    margin-top: -22px;
    z-index: 8;
    cursor: pointer;
	background:url(../images/rightw.png);
    background-size: 8rem 8rem;
    background-position: center;
    background-repeat: no-repeat;
}

.cpkk {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
.cpkk img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%; aspect-ratio: 800/580;
    object-fit: cover;}  

.cpkk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpkk section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 
   
.cpkk-zi {
   height:auto; overflow:hidden;
   padding:3.2rem;
   padding-top:2.4rem;
   }
   
.cpkk-zi h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.8rem;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   color:#333333;
   margin-top:0rem;
   margin-bottom:3.2rem;
   }
   
.cpmore {
   width:13.5rem;
   height:3.6rem;
   border:1px solid #999999;
   }
   
.cpmore-aa {
   width:73.4%;
   height:3.4rem;
   line-height:3.4rem;
   font-size:1.2rem;
   text-align:center;
   float:left;
   } 
   
.cpmore-bb {
   width:26.6%;
   height:3.4rem;
   line-height:3.4rem;
   text-align:center;
   border-left:1px solid #999999;
   float:right;
   }
   
.cpmore-bb img {
   width:auto;
   }
   
.cpkk:hover .cpkk-zi h4 {
   color:#1d4b9f;
   }
   
.chuneng {
   height:auto; overflow:hidden;
   background-color:#2b52ff;
   } 
   
.cnkk {
    height:auto; overflow:hidden;
	}
   
.cn-aa {
   width:50%;
   float:left;
   }
   
.cn-aa img {
   width:100%;
   }
   
.cn-bb {
   width:50%;
   height:auto; overflow:hidden;
   padding:8.7rem;
   padding-top:14.7rem;
   padding-bottom:14.1rem;
   padding-right:36rem;
   font-size:1.6rem;
   color:#FFFFFF;
   line-height:2.4rem;
   background:url(../images/cnbj.jpg);
   background-size: 100% 100%;
   float:right;
   } 
   
.chuneng .swiper-pagination {
   left:34rem;
   width:12rem;
   bottom:4rem;
}

.chuneng .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    border-radius: 100%;
    background: #aebac5;
    opacity: 1;
}

.chuneng .swiper-pagination-bullet-active {
    width: 3.6rem;
    height: 0.8rem;
    opacity: 1;
	border-radius: 30px;
    background: #1d4b9f;
}


.cnpt {
   width:4rem;
   height:4rem;
   }
   
.cn-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#a4b5ff;
   margin-top:1.6rem;
   margin-bottom:0.6rem;
   }
   
.cn-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3rem;
   color:#FFFFFF;
   margin-top:0rem;
   margin-bottom:3.5rem;
   }
   
.cnmore {
   width:13.5rem;
   height:3.6rem;
   border:1px solid #FFFFFF;
   margin-top:5.2rem;
   }
   
.cnmore a {
   color:#FFFFFF;
   }   
   
.cnmore-aa {
   width:73.4%;
   height:3.6rem;
   line-height:3.6rem;
   font-size:1.2rem;
   text-align:center;
   float:left;
   } 
   
.cnmore-bb {
   width:26.6%;
   height:3.6rem;
   line-height:3.6rem;
   text-align:center;
   border-left:1px solid #FFFFFF;
   float:right;
   } 
   
.cnmore-bb img {
   width:auto;
   height:auto;
   }
   
.xinwen {
   height:auto; overflow:hidden;
   background-color:#FAFAFA;
   padding-top:12rem;
   padding-bottom:10.8rem;
   }
   
.xwlan {
   height:auto; overflow:hidden;
   } 
   
.xwlan-aa {
   width:50%;
   float:left;
   }
   
.xwlan-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#1d4b9f;
   margin-top:0rem;
   margin-bottom:0.8rem;
   }  
   
.xwlan-aa h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3rem;
   color:#1A1A1A;
   margin-top:0rem;
   margin-bottom:0rem;
   } 
   
.xwlan-bb {
   width:13.5rem;
   height:3.6rem;
   float:right;
   margin-top:2.7rem;
   }
   
.xwlan-bb a {
   display:block;
   color:#FFFFFF;
   }
   
.xwmore-aa {
   width:73.4%;
   height:3.6rem;
   line-height:3.6rem;
   font-size:1.2rem;
   text-align:center;
   color:#FFFFFF;
   background-color:#1d4b9f;
   float:left;
   } 
   
.xwmore-bb {
   width:26.6%;
   height:3.6rem;
   line-height:3.6rem;
   text-align:center;
   color:#FFFFFF;
   background-color:#1d4b9f;
   border-left:1px solid #FFFFFF;
   float:right;
   } 
   
.xwmore-bb img {
   width:auto;
   height:auto;
   }
   
.xwnn {
   height:auto; overflow:hidden;
   margin-top:6rem;
   }
   
.xwkk {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   }
   
.xwkk img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.xwkk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.xwkk section {
   overflow: hidden;
   }
   
.xwkk-zi {
   height:auto; overflow:hidden;
   font-size:1.6rem;
   color:#666666;
   line-height:2.4rem;
   padding:3.2rem;
   } 
   
.xwkk-zi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   height:4.6rem; overflow:hidden;
   color:#333333;
   font-weight:bold;
   margin-top:0rem;
   margin-bottom:2rem;
   }
   
.xwkk:hover .xwkk-zi {
   color:#FFFFFF;
   background-color:#1d4b9f;
   transition: all 300ms ease-in 0ms;
   }
   
.xwkk:hover .xwkk-zi h2 {
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.xwhh {
    height: auto;
    overflow: hidden;
}

.xwhh li {
    list-style-type: none;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 3.2rem;
}

.xwhh-z {
    position: absolute;
    left: 1rem;
    top: 1.6rem;
    width: 32.8rem;
    height: 19.2rem;
    padding: 4rem;
	padding-left:3.2rem;
	padding-right:3.2rem;
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.07);
    border-radius:0;
    opacity: 1;
}

.xwhh-tit {
   height:4.8rem; overflow:hidden;
   }

.xwhh-w {
    width: 38rem;
    float: right;
}

.xwhh-w img {
   width:100%;
   }

.xwmorek {
    width: 13.5rem;
    height: 3.6rem;
	border:1px solid #999999;
    margin-top: 2.8rem;
}   

.xwmorek-aa {
   width:73.4%;
   height:3.4rem;
   line-height:3.4rem;
   font-size:1.2rem;
   text-align:center;
   float:left;
   } 
   
.xwmorek-bb {
   width:26.6%;
   height:3.4rem;
   line-height:3.4rem;
   text-align:center;
   border-left:1px solid #999999;
   float:right;
   }
   
.xwmorek-bb img {
   width:auto;
   }
   
.bottom {
   height:auto; overflow:hidden;
   background-color:#14336a;
   color:#CCCCCC;
   font-size:1.6rem;
   padding-top:12rem;
   padding-bottom:13.9rem;
   }  
   
.bottom a {
   color:#CCCCCC;
   }
   
.bottom a:hover {
   color:#FFFFFF;
   }
   
.bmwzk {
    width: 27%;
}

.dilogo img {
    width: 16rem;
}

.bmlx {
    height: auto;
    overflow: hidden;
    margin-top: 3rem;
}

.bmlx li {
    list-style-type: none;
    margin-bottom: 1.3rem;
}

.bmlx li img {
    width:3.2rem;
}

.bmlmk {
    width: 56.333333333333336%;
}

.dilm {
    height: auto;
    overflow: hidden;
}

.dilm li {
   list-style-type:none;
   width:20%;
   line-height: 4rem;
   float:left;
   }

.dilm li h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #FFFFFF;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.dilm li h2 a {
   color: #FFFFFF;
   }

.weixin {
    width: 12.8rem;
    float: right;
}

.weixin img {
   width:100%;
   }

.weixin p {
    text-align: center;
    margin-top: 1.4rem;
    font-size: 1.4rem;
}
   
   
.footer {
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 5rem;
    color: #CCCCCC;
    background-color: #14336a;
	border-top:1px solid #1d4b9f;
}

.footer a {
   color: #CCCCCC;
   }
   
.footer a:hover {
   color:#FFFFFF;
   }

.juyou {
   text-align:right;
   }   
   
.xufu {
    position: fixed;
    top: 60%;
    right: 0px;
    z-index: 99;
}   

.xufu ul {
    width: auto;
    flex-wrap: wrap;
}
.xufu ul li{
	display:flex;
	justify-content:flex-end;
}
.xufu ul li:not(.eewm){
	overflow:hidden;
}
.xufu ul li a{
	display:flex;
	min-width:5rem;
	background:#1d4b9f;
	flex-wrap:wrap;
	align-content:center;
	height:5rem;
	font-size:1.2rem;
	color:#FFFFFF;
	text-decoration:none;
	padding:0.5rem 0rem;
	position:relative;
	transition:background .3s;
	margin-bottom:0.1rem;
	border-radius: 5px 0 0 5px;
}
.xufu ul li:last-child a{
	border-bottom:0;
}

.xufu ul li a small{
	display:block;
	width:100%;
	height:3rem;
	text-align:center;
}
.xufu ul li:nth-of-type(1) a small{
	background:url(../images/fd1.png) center no-repeat;
	background-size:2.4rem auto;
}
.xufu ul li:nth-of-type(2) a small{
	background:url(../images/fd2.png) center no-repeat;
	background-size:2.4rem auto;
}
.xufu ul li:nth-of-type(3) a small{
	background:url(../images/fd3.png) center no-repeat;
	background-size:2.4rem auto;
}
.xufu ul li:nth-of-type(4) a small{
	background:url(../images/fd4.png) center no-repeat;
	background-size:2.4rem auto;
}

.xufu ul li:nth-of-type(1) a:hover small{
	background:url(../images/fd1.png) center no-repeat;
	background-size:2.4rem auto;
}
.xufu ul li:nth-of-type(2) a:hover small{
	background:url(../images/fd2.png) center no-repeat;
	background-size:2.4rem auto;
}
.xufu ul li:nth-of-type(3) a:hover small{
	background:url(../images/fd3.png) center no-repeat;
	background-size:2.4rem auto;
}
.xufu ul li:nth-of-type(4) a:hover small{
	background:url(../images/fd4.png) center no-repeat;
	background-size:2.4rem auto;
}

.xufu ul li a span{
	position:absolute;
	width:14rem;
	bottom:0;
	display:none;
	right:100%;
}
.xufu ul li a span img{
	width:100%;
}
.xufu ul li:hover a span{
	display:block;
}
.xufu ul li a:hover{
	background:#1a33a1;
	max-width:auto;
	color:#fff;
	text-decoration:none;
}
.xufu ul li a section{
	display:flex;
	align-items:center;
	overflow:hidden;
	position:relative;
	margin-right:-24rem;
	transition:margin-right .5s;
}
.xufu ul li a:hover section{
	margin-right:0px;
}
.xufu ul li a section div{
	width:5rem;
}

.xufu ul li a section big{
	display:flex;
	align-items:center;
	border-left:1px #fff solid;
	height:90%;
	font-family:Fontone;
	font-size:1.4rem;
	padding:0px 0.5rem;
	letter-spacing:1px;
}
.xufu ul li a .top{
	display:block;
	width:0;
	height:0;
	border-left:8px rgba(0,0,0,.5) solid;
	border-top:8px transparent solid;
	border-bottom:8px transparent solid;
	margin:0 auto;
	transform:rotate(-90deg);
}
.xufu ul li a:hover .top{
	border-left:8px #fff solid;
	border-top:8px transparent solid;
	border-bottom:8px transparent solid;
}
.xufu ul li:last-child a p{
	font-size:1.6rem;
} 

/* 解决方案 */
.bnn {
   position:relative;
   }
   
.bnn img {
   width:100%;
   }
   
.bnnzik {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 35%;
    text-align: center;
    font-size: 4rem;
    color: #FFFFFF;
}

.bnnlm {
    position: absolute;
    width: 100%;
    height: 7rem;
    background-color: rgba(0,93,172,0.8);
    left: 0rem;
    bottom: 0rem;
}

.home {
   position:absolute;
   width:7rem;
   height:7rem;
   line-height:7rem;
   text-align:center;
   background-color:#FFFFFF;
   left:0px;
   top:0px;
   }
   
.home img {
   width:auto;
   }
   
.bnnlm-aa {
   width:75%;
   padding-left:7rem;
   position:relative;
   float:left;
   }
   
.bnnlm-aa li {
   list-style-type:none;
   width:14rem;
   float:left;
   line-height:7rem;
   border-right: 1px solid rgba(255, 255, 255, 0.2);
   }
   
.bnnlm-aa li a {
   display:block;
   width:100%;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   line-height:7rem;
   text-align:center;
   color:#FFFFFF;
   font-size:1.8rem;
   cursor:pointer;
   }
   
.bnnlm-aa li a:hover {
   background-color:#1d4b9f;
   }
   
.bnnlm-aa li.hover a {
   background-color:#1d4b9f;
   }  
   
.bnnlm-bb {
    width: 22%;
    line-height: 7rem;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFFFFF;
    float: right;
    text-align: right;
} 

.bnnlm-bb a {
   color:#FFFFFF;
   }
   
.dynn {
    padding-top: 8rem;
    padding-bottom: 8rem;
    font-size: 1.6rem;
    line-height: 3rem;
    position: relative;
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
}

.dynn h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2.6rem;
    color: #343434;
    margin-top: 0px;
    margin-bottom: 3rem;
}

.dynn img {
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
   }


/* 产品中心 */
.dqtt {
    height: auto;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #FFFFFF;
}

.erji {
    height: auto;
    overflow: hidden;
    margin-top: 2rem;
}

.erji li {
    list-style-type: none;
    width: 32.3%;
    height: 5rem;
    float: left;
    margin-right: 1%;
    margin-bottom: 1.5rem;
}

.erji li a {
    display: block;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.8rem;
    color: #333333;
    background-color: hsl(0 0% 85% / 1);
    border-radius: 8px 24px;
    text-align: center;
}

.erji li a:hover {
    background-color:#005dac;
    color: #fff;
   }
   
.erji li.hover a {
    background-color:#005dac;
    color: #fff;
   }
   
.search1 {
   width:100%;
   margin-bottom:2rem;
   }
   
.search1 form {
    display: flex;
}

.search1 .search {
    border: 0;
    height: 3.6rem;
    font-size: 1.4rem;
    padding-left: 5rem;
	background:url(../images/fdj.png) left; background-repeat:no-repeat;
	background-color:#f3f7f9;
	color:#333333;
    width: 86%;
    border-radius: 0;
}   

.search1 .btn {
    height: 3.6rem;
    margin: 0;
    background: #1d4b9f;
    border-radius: 0;
    color: #FFFFFF;
	font-size:1.4rem;
    text-align: center;
    width: 14%;
} 

.cplbb {
    height: auto;
    overflow: hidden;
    padding-top: 1.5rem;
    padding-bottom: 5rem;
    background-color: #f2f2f2;
}

.cplbb h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size:2rem;
    margin-top:3rem;
    margin-bottom:0rem;
   }

.cptux {
    height: auto;
    overflow: hidden;
    border: 1px solid #e5e4e4;
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 2rem;
}

.cptux p {
   text-align:center;
   margin-top:1rem;
   }
   
.cpzi {
   height:auto; overflow:hidden;
   padding:25px;
   color:#808080;
   }
   
.cptux:hover {
   background-color:#1d4b9f;
   box-shadow: 0px 0px 10px rgba(0,0,0,.1);
   transition: all 500ms ease-in 0ms;
   }
   
   
.cptux img { width:100%; -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;         width: 100%;
    aspect-ratio: 800 / 800;
    object-fit: cover;
    object-position: top center; /* 显示图片顶部区域 */}  

.cptux:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cptux section {
   overflow: hidden;
   }	
   
.cpzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.8rem;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin-top:0px;
   margin-bottom:6px;
   color:#333333;
   }
   
.cpwz-aa {
   width:9rem;
   height: auto; overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   }
   
.cpwz-bb {
   width:3.6rem;
   height:1px;
   background-color:#808080;
   margin-top:1.2rem;
   margin-right:2rem;
   float:right;
   }

   
.cptux:hover h2 {
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.cptux:hover .cpwz-bb {
   width:170px;
   background-color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   } 
   
/* 律师详情 */
.yskuai {
    height: auto;
    overflow: hidden;
	position:relative;
    background-color: #FFFFFF;
    box-shadow: 0.625em 0px 2.5em rgba(0,0,0,0.04);
}

.yskuai-aa {
   width:32.6%;
   float:left;
   }
   
.yskuai-bb {
   width:67.4%;
   float:right;
   padding: 5rem;
   color: #333333;
   }
   
.ysdd {
    font-size: 1.6rem;
    line-height: 3rem;
    height:auto;
    overflow: hidden;
}

.ysdd h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3rem;
   color:#000000;
   margin-top:0rem;
   margin-bottom:3rem;
   }

.ysnn {
    font-size: 1.6rem;
    line-height: 3rem;
    height: 32rem;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 1rem;
}  

/* 设置滚动条的宽度为细 */
.ysnn::-webkit-scrollbar {
  width: 0.5rem;
}

/* 设置滚动条的滑块颜色为蓝色，滑轨背景颜色为灰色 */
.ysnn::-webkit-scrollbar-thumb {
  background-color: #3db3f2;
}

.ysnn::-webkit-scrollbar-track {
  background-color: #15496b;
} 
   
.liebiao {
   width:100%;
   height:7.8rem;
   border:1px solid #ebebeb;
   margin-top:2rem;
   }
   
.liebiao-aa {
   width:16%;
   height:7.6rem;
   line-height:7.6rem;
   text-align:center;
   float:left;
   color: #000000;
   background-color: #f5f6f6;
   border-right:1px solid #ebebeb;
   }
   
.liebiao-bb {
   width:68%;
   height:7.8rem;
   line-height:7.8rem;
   float:left;
   text-align:center;
   color:#919191;
   border-right:1px solid #ebebeb;
   }
   
.liebiao-bb a {
   color:#000000;
   }
   
.liebiao-cc {
   width:16%;
   height:7.6rem;
   line-height:7.6rem;
   text-align:center;
   color: #000000;
   background-color: #f5f6f6;
   float:right;
   }

/*新闻中心*/
.xwlie {
   height:auto; overflow:hidden;
   margin-top:6rem;
   margin-bottom:6rem;
   } 
   
.xwlie li {
    list-style-type: none;
    padding: 1rem;
    margin-bottom: 4rem;
} 

.xwlie li a {
   display:block;
   height:auto;
   overflow:hidden;
   } 

.xwlie-aa {
    width: 32.6%;
    float: left;
}

.xwlie-bb {
   width:67.4%;
   padding:6.5rem;
   padding-left:7.5rem;
   padding-right:11rem;
   color:#999999;
   float:right;
   } 
   
.xwlie-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.2rem;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   color:#333333;
   margin-top:0px;
   margin-bottom:1rem;
   transition: all 300ms ease-in 0ms;
   } 
   
.xian {
   width:94%;
   height:1px;
   float:right;
   background-color:#e4e4e4;
   margin-top:2.5rem;
   transition: all 300ms ease-in 0ms;
   }
   
.xwzi {
   height:5.2rem;
   overflow:hidden;
   line-height:2.6rem;
   margin-top:3.5rem;
   }
   
.xwlie li img { -moz-transition:all .8s ease 0s;
   -ms-transition:all .8s ease 0s;
   -o-transition:all .8s ease 0s;
   -webkit-transition:all .8s ease 0s;
   transition:all .8s ease 0s;
   width:100%;
   aspect-ratio: 500/370;
   object-fit: cover;
} 


.xwlie li:hover img {
    -webkit-transform: scale(1.1);
   transform: scale(1.1);
   transition: all 500ms ease-in 0ms;
   } 
   
.xwlie li section {
   border-radius: 16px 48px;
   overflow: hidden;
   }


.xwlie li a:hover {
   background-color:#FFFFFF;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
.xwlie li a:hover h2 {
   color:#1d4b9f;
   transition: all 300ms ease-in 0ms;
   }
   
.xwlie li a:hover .xian {
   width:100%;
   transition: all 300ms ease-in 0ms;
   }
   
/* 新闻详情 */
.xwbj {
    background: #f6f9fc;
    height: auto;
    overflow: hidden;
    padding: 8rem 0 8rem;
}

.xwnnk {
    height: auto;
    overflow: hidden;
    padding: 7rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.xwnnk h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   color:#000000;
   text-align:center;
   margin-top:0rem;
   margin-bottom:5rem;
   }
   
.fabu {
   width:60rem;
   height:auto; overflow:hidden;
   line-height:2.5rem;
   border-bottom:1px solid #eeeeee;
   padding-bottom:1.5rem;
   margin:0 auto;
   }
   
.fabu li {
   list-style-type:none;
   width:33.3%;
   text-align:center;
   line-height:2.5rem;
   color:#333333;
   float:left;
   }
   
   
.xwxq {
   height:auto; overflow:hidden;
   padding-top:5rem;
   padding-bottom:6rem;
   color:#666666;
   font-size:1.6rem;
   line-height:2.6rem;
   border-bottom:1px solid #fbfbfb;
   }
.xwxq img{
    max-width: 100%;
}
.liebiaok {
    height: auto;
    overflow: hidden;
	margin-top:2rem;
}

.liebiaok-aa {
    width: 80%;
    line-height: 3rem;
    color: #666666;
    float: left;
}

.shangy {
    height: auto;
    overflow: hidden;
    line-height: 3.2rem;
    color: #666666;
    border-bottom: 1px dotted #ececec;
}

.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 3.2rem;
}

.liebiaok-bb {
    width: 16%;
    float: right;
}   

.fanhui {
    width: 14.2rem;
    height: 4.3rem;
    margin-top: 0.6rem;
    float: right;
}

.fanhui a {
    display: block;
    width: 14.2rem;
    height: 4.3rem;
    line-height: 4.3rem;
    color: #FFFFFF;
    background-color: #1b2d52;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 20px;
}  

/* 关于我们 */ 
.fznn {
    padding-top: 6rem;
    padding-bottom: 3rem;
    position: relative;
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
}

.fznn h2 {
    color: #343434;
    margin-top: 3rem;
    margin-bottom: 5rem;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
}

.fznn-aa {
    width: 47.5%;
    float: left;
}

.fznn-aa img {
   width:100%;
   aspect-ratio: 960/600;
   object-fit: cover;
    border-radius: 16px 48px;
}

.fznn-bb {
    width: 45%;
    line-height: 1.8;
    float: right;
}

.fznn-bb p {
    color: #666;
}


.abnn {
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
}

.abnn-aa {
    width: 45%;
    line-height: 1.8;
    float: left;
}

.abnn h2 {
    color: #343434;
    margin-top: 0rem;
    margin-bottom: 3rem;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
}

.abnn-aa p {
    color: #666;
}

.abnn-bb {
    width: 47.5%;
    float: right;
}

.abnn-bb img {
   width:100%;
   aspect-ratio: 960/800;
   object-fit: cover;
    border-radius: 16px 48px;
}


.wk2 {

	-webkit-perspective:1000px;

	-o-perspective:1000px;

	-ms-perspective:1000px;

	perspective:1000px;

}   
   
.wenhua {
   height:auto;
   overflow:hidden;
   background-color:#4A84C3;
   -webkit-transform:rotatex(-80deg) translateZ(0);
   -ms-transform:rotatex(-80deg) translateZ(0);
   transform:rotatex(-80deg) translateZ(0);
   -webkit-transform-origin:0 0 0;
   -ms-transform-origin:0 0 0;
   transform-origin:0 0 0;
   opacity:0;
   transition:1s;
   display: flex;
   align-items: center;
   justify-content: center;
   }
   
.wenhua.on {

	-webkit-transform:rotatex(0) translateZ(0);

	-ms-transform:rotatex(0) translateZ(0);

	transform:rotatex(0) translateZ(0);

	opacity:1

}
   
.wenhua-aa {
   width:50%;
   float:left;
   }   
   
.wenhua-bb {
   width:50%;
   float:left;
   padding: 0 4rem;
   padding-right:36rem;
   color:#FFFFFF;
   font-size:1.6rem;
   line-height: 2;
   }
   
.wenhua-bb h2 {
   margin-top:0px;
   margin-bottom:5rem;
   color:#FFFFFF;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size: 3.2rem;
   font-weight: bold;
   }  
   
.wenhua img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.wenhua:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.wenhua section {
   overflow: hidden;
   }	 

 .ihonor {
    background: url(../images/rybg.jpg) center no-repeat;
	color: #262626;
    background-size: cover;
    padding: 7rem 18%;
}
.ititle big {
    display: block;
    line-height: 5rem;
    margin-bottom: 5rem;
    font-size: 3.2rem;
    font-weight: bold;
    text-transform: uppercase;
} 

.ititle span {
    display: block;
    color: #8d8d91;
    font-size: 2.0rem;
    line-height: 4.7rem;
    font-family: Fontone;
    margin: 5px 0px 0px;
}

.ihonor ul {
    padding:0px;
	margin-top:4rem;
	margin-right:-15px;
	margin-left:-15px;
	padding-bottom:3rem;
}
.ihonor ul li {
	float:left;
	width:25%;
	list-style-type:none;
	padding:0px 1.5rem;
	margin-bottom:3rem;
}
.ihonor ul li span {
	display:block;
	background:#fff;
	padding:2.5rem;
	border-radius:15px;
}

.ihonor ul li span img {
   width:100%;
   }

.ihonor .more {
	width:55%;
	text-align:center;
	background:#fff;
	line-height:100px;
	color:#000;
	font-size:2.4rem;
	cursor:pointer;
	transition:.3s;
	border-radius:8px;
	margin:0 auto;
}
.ihonor .more:hover {
	background:#283D7E;
	color:#fff;
}


@media (max-width:1400px) {
	.ihonor ul li span {
	padding:10px;
}
.ihonor .more {
	line-height:5rem;
	font-size:1.6rem;
}
}@media (max-width:992px) {
	.ihonor ul {
	margin-top:1rem;
	margin-right:-5px;
	margin-left:-5px;
	padding-bottom:1rem;
}
.ihonor ul li {
	width:50%;
	padding:0px 5px;
	margin-bottom:1rem;
}
.ihonor ul li span {
	padding:0.5rem;
}
.ihonor .more {
	line-height:4rem;
	font-size:1.4rem;
}
}


/* 联系我们 */
.lxnnw {
    padding-top:5rem;
    padding-bottom: 5rem;
	background-color:#FFFFFF;
}   

.lxhh {
    height: auto;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.lxhh-aa {
    width: 10%;
    float: left;
}

.lxhh-aa img {
    width:3.6rem;
}

.lxhh-bb {
    width: 89%;
    float: right;
    color: #666666;
    font-size: 1.6rem;
}

.lxhh-bb a {
   color: #666666;
   }

.lxhh-bb h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    margin-top: 0.8rem;
    margin-bottom: 1.6rem;
    color: #333333;
}

.liuyans {
    height: auto;
    overflow: hidden;
    padding-top: 7rem;
    padding-bottom: 4.5rem;
    background-color: #f1f1f1;
}

.liuyans h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
	color:#262626;
	font-weight:bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 8.3rem;
}

.lykkm {
    width: 120rem;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.hzi {
    color: #1d4b9f;
}

.biao {
    height: auto;
    overflow: hidden;
    margin-bottom: 2rem;
}

.biao h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    margin-top: 0px;
    margin-bottom: 1.4rem;
    color: #666666;
}

.kka {
    height: 4rem;
    border: 1px solid #d2d2d2;
	border-radius: 0;
}

.kkb {
    border: 1px solid #d2d2d2;
	border-radius: 0;
}

.anniuk {
    width: 20.8rem;
    height: 5.4rem;
	font-size:1.6rem;
    background-color: #1d4b9f;
	border:1px solid #1d4b9f;
    padding: 0px;
}  

.modal-dialog {
    width: 66rem;
    margin: 10rem auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 2px solid #1d4b9f;
}
.tanchu-lan {
    height: 5.5rem;
    line-height: 5.5rem;
    background-color: #1d4b9f;
    font-size: 1.8rem;
    color: #FFFFFF;
    padding-left: 1rem;
	margin-top:-3.6rem;
}
.tanchu-nei {
    padding: 2rem;
    height: auto;
    overflow: hidden;
}  

.yc {
   display:block;
  }
  
.yd {
   display:none;
   }
   
.jumpto {
   display:none;
   }   
   
   
/* 业务领域 */
.main_content,.index_bg_fff{ background:#fff; position:relative; z-index:2; padding:6rem 0 12rem;}
.site_width{ max-width:123rem; margin:0 auto; position:relative;}
.index_bg_fcfcfc{ background:#f0f0f0; position:relative; z-index:2;}

.index_content_height{ height:100%;}

.index_service_list {
    display: inline-block;
    width: 65%;
    text-align: left;
}

.padding_right40 {
    padding-right: 4rem;
}

.index_article_big_title{ position:relative; color:#000; font-size:3rem; margin:0; padding-bottom:3rem; line-height: 1.2em;}
.index_article_big_title:before{content:""; position:absolute; bottom:0; left:0; width:5rem; height:2px; background:#1d4b9f;}
.index_article_p{ margin:0; padding:3rem 0 1.2rem; font-size:1.4rem; text-align: justify; border-bottom:1px solid rgba(0,0,0,.1); min-height: 8.7rem; box-sizing: border-box;}
.index_article_list_item ul{ margin:0; padding:0; list-style:none;}
.index_article_list_item ul li{  border-bottom:1px solid rgba(0,0,0,.1);}
.index_article_list_item ul li a{ display:block; vertical-align:middle; position:relative; padding:10px 25px 10px 0; transition: all 0.36s ease;}
.index_article_list_item ul li a:before{content:"\f105"; font-family: FontAwesome; font-size:22px; line-height:1em; position:absolute; height:2.2rem; top:50%; margin-top:-11px; right:0; color:#666; transition: all 0.36s ease;}
.index_article_list_item ul li a h3{ font-size:1.4rem; font-weight:normal; color:#444; margin:0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; transition: all 0.36s ease;}
.index_article_list_item ul li a p{ color:#666; font-size:12px; margin:0;}
.index_article_list_item ul li a:hover h3,.index_article_list_item ul li a:hover:before,.index_article_list_item ul li a:hover p{ color:#1d4b9f;}
.index_article_list_more{margin-top: 6rem; padding-bottom: 1.8rem; text-align: left;}

.index_article .padding15 {
    position: relative;
}
.padding15 {
    padding: 0 1.5rem;
}

.padding_left15 {
    padding-left: 1.5rem;
}

.index_article {
    position: relative;
    text-align: right;
}


/* æ›´å¤šæŒ‰é’® */
.more_btn{ margin-top:4rem; text-align:center;}
.more_btn a{ background:#1d4b9f; border:1px #1d4b9f solid; padding: 1.2rem 4rem; color:#fff; position:relative;}
.more_btn a span{ position:relative; z-index:2;  transition: all .3s ease-out 0s;}
.more_btn a:before{ content:""; background:#fff; position:absolute; height:100%; top:0; left:0; width:0; z-index:1; transition: all .3s ease-out 0s;}
.more_btn a:hover span{ color:#1d4b9f;}
.more_btn a:hover:before{ width:100%;}

.index_service_list{ display:inline-block; width:65%; text-align:left;}
.index_service_list .index_article_p{ border-bottom:none;}
.index_service_img{ position:absolute; left:0; top:0; height:100%; width:35%;}
.index_service_img:before{ content:""; position:absolute; width:7rem; height:7rem; top:-3.5rem; left:-3.5rem; background:rgba(29,75,159,.5);}
.index_service_img .padding_right40{ height:100%;}
.index_service_img_content{ height:100%; background-position:center center; background-repeat:no-repeat;  background-size: cover;}
.index_service_ul ul{ margin:0; padding:0; list-style:none;}
.index_service_ul ul li{ float:left; width:30%; margin-right:5%; margin-top:1.5rem;}
.index_service_ul ul li:nth-child(3n){ margin-right:0;}
.index_service_ul ul li a{ display:block; border:1px solid rgba(0,0,0,0.1); padding:0.8rem 1rem; font-size:1.4rem; color:#1d4b9f; box-sizing: border-box; transition: all 0.36s ease;}
.index_service_ul ul li a:hover{ border:1px solid #1d4b9f; background:#1d4b9f; color:#fff;}

.index_service_list_more {
    margin-top: 20px;
    padding-bottom: 2px;
    text-align: left;
}

.index_service_list_more a {
    padding: 8px 0;
    width: 30%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

/* 律师团队 */
.cpyou-lan {
    height: 5rem;
    line-height: 5rem;
    border-bottom: 1px solid #e9e9e9;
    font-size: 2.4rem;
    color: #222222;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.tdkk {
   height:auto; overflow:hidden;
   background:#f1f5fb;
   margin-bottom: 2rem;
   }
   
.tdkk img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;
        width: 100%;
    aspect-ratio: 800 / 990;
    object-fit: cover;
    object-position: top center; /* 显示图片顶部区域 */
    
}  

.tdkk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.tdkk section {
   overflow: hidden;
   }	 
	
   
.tdkk-tu {
   position:relative;
   }
   
.tdkk-zi {
   height:auto; overflow:hidden;
   text-align:center;
   color:#a6a6a6;
   padding:20px;
   }
   
.tdkk-zi h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#4d4d4d;
   text-align:center;
   margin-top:0px;
   margin-bottom:1.5rem;
   }

.tdkk:hover {
   background: -webkit-linear-gradient(left, #09bae8, #2f91fb); /* Safari 5.1 - 6.0 */
   background: -o-linear-gradient(right, #09bae8, #2f91fb); /* Opera 11.1 - 12.0 */
   background: -moz-linear-gradient(right, #09bae8, #2f91fb); /* Firefox 3.6 - 15 */
   background: linear-gradient(to right, #09bae8, #2f91fb); /* ��׼���﷨ */  
   transition: all 300ms ease-in 0ms;
   }
   
.tdkk:hover .tdkk-zi {
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.tdkk:hover .tdkk-zi h4 {
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.zhezhao {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    color: #FFFFFF;
    font-size: 1.4rem;
	line-height:2.4rem;
    background-color: rgba(0,0,0,0.68);
	z-index:6;
    transition: all 300ms ease-in 0ms;
	opacity: 0;
}

.zhezhao h5 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   margin-top:0px;
   margin-bottom:2rem;
   } 
   
.zhezhao h6 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.6rem;
   margin-top:4rem;
   margin-bottom:1.5rem;
}

.tdkk:hover .zhezhao {
   height:100%;
   padding:2rem;
   padding-top:25%;
   transition: all 300ms ease-in 0ms;
   opacity: 1;
   }
   
   
/* 企业文化 */
.gongchangk {
    height: auto;
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #f7f8f8;
}

.liniank {
    height: auto;
    overflow: hidden;
}

.liniank h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   font-weight: bold;
   color:#333333;
   text-align:center;
   margin-top:0rem;
   margin-bottom:5rem;
   }  
   
   
.lnkk {
   height:auto; overflow:hidden;
   position:relative;
   margin-bottom:3rem;
   }
   
.lnkk a i {
    display: block;
    position: relative;
    overflow: hidden;
    font-style: normal;
}

.lnkk a i img{
    width:100%;
	transition: .3s;
}
.lnkk a:hover i img{
	transform: scale(1.05);
}
.lnkk a i:before{
	content: "";
	display: block;
	width: 0;
	height: 1rem;
	background: #1d4b9f;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
	z-index: 7;
}
.lnkk a:hover i:before{
	width: 100%;
}
.lnkk a i:after{
	content: "";
	display: block;
	width: 1rem;
	height: 0;
	background: #1d4b9f;
	position: absolute;
	top: 0;
	right: 0;
	transition: .3s;
	z-index: 7;
}
.lnkk a:hover i:after{
	height: 100%;
}
.lnkk a i b:before{
	content: "";
	display: block;
	width: 1rem;
	height: 0;
	background: #1d4b9f;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
	z-index: 7;
}
.lnkk a:hover b:before{
	height: 100%;
}
.lnkk a i b:after{
	content: "";
	display: block;
	width: 0;
	height: 1rem;
	background: #1d4b9f;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: .3s;
	z-index: 7;
}
.lnkk a:hover b:after{
	width: 100%;
}

.lnkk-zi {
   position:absolute;
   width:100%;
   height:100%;
   padding:1rem;
   padding-top:18%;
   color:#FFFFFF;
   font-size:1.6rem;
   line-height:2.9rem;
   background-color:rgba(0,0,0,.5);
   left:0px;
   top:0px;
   text-align:center;
   z-index:6;
   }
   
.lnkk-zi h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.2rem;
   margin-top:0rem;
   margin-bottom:1rem;
   }
   
.lnkk-zi h5 {
   font-family: 'PFHandbookProBold', Helvetica, Arial, sans-serif;
   font-size:1.6rem;
   margin-top:0px;
   margin-bottom:3rem;   
   }
   
/* 业务领域 */
.lawyer_link_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lawyer_link_list ul li {
    border-bottom: 1px #e6e6e6 solid;
}

.link_name li a {
    font-size: 1.5rem;
    padding: 1.5rem 0px 1.5rem 3rem;
    color: #666;
    position: relative;
}

.lawyer_link_list ul li a {
    display: block;
    line-height: 1em;
}

.link_name li a:hover {
    color: #1d4b9f;
}

.link_name li.active a {
    color: #1d4b9f;
}

.link_name li.active a:before {
    content: "";
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
    background: rgba(29, 75, 159, .2);
}

.link_name li.active a:after {
    content: "";
    position: absolute;
    top: 1.9rem;
    left: 7px;
    width: 1.4rem;
    height: 1.4rem;
    background: rgba(29, 75, 159, .5);
}

/* 经典案例 */
.case {
    height:auto; overflow:hidden;
    margin-top:2rem;
}

.case a {
    display:block;
    padding:2rem;
    color: rgba(108, 108, 108, 1);
    line-height:2.8rem;
    border:1px solid rgba(230, 230, 230, 1);
    background-color:rgba(255, 255, 255, 1);
}

.case h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size:1.8rem;
        height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height:3rem;
    color:#1d4b9f;
   margin-top:0px;
   margin-bottom:0rem;  
   }
   
.case a:hover {
   border:1px solid rgba(255, 0, 0, 1); 
}   
   
.case a:hover h2 {
    color:#FF0000;
   }
   
.alnn {
    height:11rem; overflow:hidden;
}


/* 人才招聘 */
.ijoint {
    padding: 0px;
}
	
.ijoin {
	margin:2.5rem 0px 0px;
}
.ijoin dl {
	background:#18439f;
	padding:0px 7rem;
}
.ijoin dl dd {
	float:left;
	width:25%;
	color:#fff;
	line-height:4rem;
	padding:2.5rem 0px;
	font-size:2rem;
}
.ijoin dl dd:nth-of-type(4) {
	width:22%;
}
.ijoin dl dd:nth-of-type(5) {
	width:30%;
}

@media (max-width:1400px) {
	.ijoin dl dd {
	font-size:1.8rem;
}
}@media (max-width:992px) {
	.ijoin {
	margin:1.5rem 0px 0px;
}
.ijoin dl {
	padding:0px 1.5rem;
}
.ijoin dl dd {
	line-height:3rem;
	padding:1rem 0px;
	font-size:1.6rem;
}
.ijoin dl dd:nth-of-type(2),.ijoin dl dd:nth-of-type(3),.ijoin dl dd:nth-of-type(4) {
	display:none;
}
.ijoin dl dd:nth-of-type(1) {
	width:70%;
}
}.ijoin ul {
	margin-top:3rem;
}
.ijoin ul li {
	border-bottom:1px rgba(0,0,0,.15) dashed;
	list-style-type:none;
	margin-bottom:2rem;
}
.ijoin ul li .jitp {
	padding:2.5rem 7rem;
	transition:.3s;
}
.ijoin ul li .jitp span {
	display:block;
	float:left;
	width:25%;
	color:#545459;
	line-height:4.4rem;
	font-size:1.9rem;
}
.ijoin ul li .jitp span:nth-of-type(4) {
	width:22%;
}
.ijoin ul li .jitp span:nth-of-type(5) {
	width:30%;
}
@media (max-width:1400px) {
	.ijoin ul li .jitp span {
	font-size:1.6rem;
}
}
@media (max-width:992px) {
	.ijoin ul {
	margin-top:1rem;
}
.ijoin ul li {
	margin-bottom:1rem;
}
.ijoin ul li .jitp {
	padding:1rem 1.5rem;
}
.ijoin ul li .jitp span {
	line-height:2.4rem;
	font-size:1.4rem;
}
.ijoin ul li .jitp span:nth-of-type(2),.ijoin ul li .jitp span:nth-of-type(3),.ijoin ul li .jitp span:nth-of-type(4) {
	display:block;
}
.ijoin ul li .jitp span:nth-of-type(1) {
	width:70%;
}
}.ijoin ul li .jitp span small {
	width:13.8rem;
	display:block;
	height:4.4rem;
	font-size:1.9rem;
	color:#545459;
	background:#efefef;
	cursor:pointer;
	text-align:center;
	transition:.3s;
	float:left;
}
.ijoin ul li.cur {
	border-bottom:0;
	box-shadow:0px 0px 3rem rgba(0,0,0,.15);
}
.ijoin ul li.cur .jitp span small {
	background:#fff;
}
.ijoin ul li .jitp span small:hover {
	background:#18439f;
	color:#fff;
}
.ijoin ul li.cur .jitp {
	background:#e6e6e6;
}
.ijoin ul li .jitp span i {
	display:block;
	background:url(../images/sjt.png) center no-repeat;
	height:4.4rem;
	float:right;
	cursor:pointer;
	width:4rem;
}
.ijoin ul li.cur .jitp span i {
	transform:rotate(180deg);
}
.ijoin ul li .jitp span a {
	display:none;
	width:90%;
	height:3rem;
	line-height:3rem;
	color:#545459;
	background:#efefef;
	font-size:1.4rem;
	margin-left: 1rem;
	text-align:center;
}
@media (max-width:1400px) {
	.ijoin ul li .jitp span small {
	font-size:1.6rem;
}
}@media (max-width:992px) {
	.ijoin ul li .jitp span a {
	display:none;
}
.ijoin ul li .jitp span small {
	display:none;
}
.ijoin ul li .jitp span i {
	display:none;
}
}.ijoin .jibt {
	display:none;
	padding:2rem 7rem 5rem;
}
.ijoin .jibt h1 {
	font-size:2.0rem;
	line-height:4rem;
}
.ijoin .jibt section {
	padding:1.5rem 0px 1.5rem 2rem;
	color:#545459;
	line-height:26px;
}
.ijoin .jibt>div>h2 {
	width:14rem;
	line-height:4.4rem;
	color:#fff;
	background:#18439f;
	text-align:center;
	font-size:1.5rem;
	transition:.3s;
	cursor:pointer;
	margin:1.5rem 0px 0px;
}
.ijoin .jibt>div>h2:hover {
	background:#fe710a;
}
.ijoindd .zwxxx {
	padding-bottom:1rem;
}
.ijoindd .zwxxx span {
	display:block;
	line-height:3rem;
	color:#000;
}
.ijoindd .zwxxx .zpzw {
	font-size:1.6rem;
	margin-bottom:1rem;
}
.ijoindd iframe {
	height:72rem;
	width:100%;
}


@media (max-width:992px) {
	.ijoindd {
	margin:0;
}
.ijoindd .jibt {
	display:block;
	padding:0px;
}
.ijoindd .jibt h1 {
	font-size:1.6rem;
	line-height:30px;
}
.ijoindd .jibt section {
	padding:10px 0px;
}
}

.ijoin ul {
   padding:0px;
   }
   
   
.apply {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.zwcont {
	width:60%;
	left:20%;
	top:50%;
	margin-top:-378px;
	position:relative;
}
.zwcont iframe {
	height:756px;
	background:transparent;
	width:100%;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:90px;
	right:15px;
	top:0;
	cursor:pointer;
	width:40px;
	background:url(../images/gbtou.png) center no-repeat;
}
.sqxx {
	width:100%;
	background:#fff;
}
.sqxx h2 {
	text-align:center;
	font-size:2.0rem;
	margin:0px;
	color:#000;
	line-height:90px;
}
.sqxx h2 big {
	font-size:2.0rem;
}
.sqxx .form {
	background:#f6f6f6;
	padding:30px 7% 25px;
}
.sqxx .form div {
	float:left;
	width:47%;
	margin-right:6%;
	margin-bottom:25px;
}
.sqxx .form div:nth-child(2n+0) {
	margin-right:0;
}
.sqxx .form div p {
	float:left;
	width:88px;
	color:#636366;
	line-height:42px;
}
.sqxx .form div p:before {
	content:"* ";
	color:#f00;
}
.sqxx .form div input {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
}
.sqxx .form div select {
	width:calc(100% - 88px);
	border:1px rgba(0,0,0,.1) solid;
	background:#fff;
	height:42px;
	outline:none;
	padding:0px 10px;
}
.sqxx .form div:last-child {
	width:100%;
}
.sqxx .form div textarea {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
	resize:none;
}
.sqxx form button {
	display:block;
	margin:30px auto 0px;
	background:#18439f;
	width:100%;
	max-width:230px;
	color:#fff;
	height:44px;
	outline:none;
	font-size:15px;
	transition:.3s;
	border:0;
}
.zwcont form button:hover {
	background:#333;
}    


.zpzw {
    cursor:pointer;
}

/* 企业文化新 */
.about_03, .about_04, .about_05 {
    padding: 5.5rem 0;
    box-sizing: border-box;
}

.about_gg {
    margin-bottom: 2.5rem;
}

.about_gg .wrap {
    overflow: hidden;
    line-height: 3.2rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
}

.wrap {
    width: 123rem;
    max-width: 90%;
    margin: auto;
}

.about_gg .news_title {
    float: left;
    margin: 0;
    width: 20rem;
    line-height: inherit;
    text-align: left;
}

.about_gg .news_title h3 {
    margin-top: 0px;
    margin-bottom:0px;
    line-height: 4rem;
}

.about_gg .slogo {
    float: right;
    margin: 0;
    width: calc(100% - 20rem);
    line-height: 4rem;
    text-align: right;
}

.fnt_26 {
    font-size: 2.6rem;
}


.jiaru {
    margin-top: 6rem;
    margin-bottom: 6rem;
}


@media (min-width: 1920px) and (max-width: 3000px) {
.kuanping {
    width: 64%;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
}

.procem {
    padding: 0px 8%;
    position: relative;
}

}


@media (min-width: 0px) and (max-width: 1000px) {

.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}

body {
    margin-top:4.9rem;
}


.kuanping {
   width:100%;
   }
 
.logo {
    margin:0.5rem;
}

.logo img {
    width: 16rem;
}  

.banner img {
    width: 100%;
    height:auto; overflow:hidden;
} 

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 1rem;
    left: 0rem;
    width: 100%;
}

.bnnzi {
    position: absolute;
    width: 100%;
    left: 0rem;
    top: 3.5rem;
    font-size: 1.4rem;
    color: #FFFFFF;
    text-align: center;
    z-index: 8;
}

.bnnzi h2 {
    font-size: 1.4rem;
    letter-spacing: 3px;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    z-index: 6;
    cursor: pointer;
	left:1.6rem;
	background:url(../images/left.png);
    background-size: 4rem 4rem;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    z-index: 6;
    cursor: pointer;
	right:1.6rem;
	background:url(../images/right.png);
    background-size: 4rem 4rem;
    background-position: center;
    background-repeat: no-repeat;
}

.bnmore {
   display:none;
   }
   
.shuju {
    height: auto;
    overflow: hidden;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
   
.shuju li h2 {
    font-size: 3rem;
    color: #1d4b9f;
    font-weight: bold;
    margin-top: 0rem;
    margin-bottom: 1.2rem;
}

.about {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.about-aa {
    width: 100%;
    position: relative;
    padding-top: 3rem;
    padding-right: 1.5rem;
}

.about-bb {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #1A1A1A;
}

.about-bb h3 {
    font-size: 2.5rem;
    color: #1A1A1A;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.abss {
    width: 100%;
    background-color: #FFFFFF;
}

.abtu {
    position: absolute;
    width: 100%;
}

.abmore {
    width: 13.5rem;
    height: 3.6rem;
    border: 1px solid #999999;
    margin-top: 3rem;
}

.chanpin {
    height: auto;
    overflow: hidden;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.chanpin h3 {
    font-size: 2rem;
    color: #333333;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.cpkuan {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.proce .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 4rem;
    height: 4rem;
    margin-top: -22px;
    z-index: 8;
    cursor: pointer;
    background-size: 4rem 4rem;
    background-position: center;
    background-repeat: no-repeat;
}

.proce .swiper-button-next {
    position: absolute;
    top: 40%;
    width: 4rem;
    height: 4rem;
    margin-top: -22px;
    z-index: 8;
    cursor: pointer;
    background-size: 4rem 4rem;
    background-position: center;
    background-repeat: no-repeat;
}

.xufu {
   display:none;
   }
   
.cn-aa {
   width:100%;
   }

.cn-bb {
   width:100%;
   height:auto; overflow:hidden;
   padding:2rem;
   padding-bottom:5rem;
   font-size:1.4rem;
   color:#FFFFFF;
   line-height:2.4rem;
   }  
   
.cn-bb h3 {
    font-size: 2rem;
    color: #FFFFFF;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
}

.cnmore {
    width: 13.5rem;
    height: 3.6rem;
    border: 1px solid #FFFFFF;
    margin-top: 2rem;
}
   
.chuneng .swiper-pagination {
   left:0rem;
   width:100%;
   bottom:2rem;
} 

.chuneng .swiper-pagination-bullet-active {
    background: #FFFFFF;
} 

.xinwen {
    height: auto;
    overflow: hidden;
    background-color: #FAFAFA;
	padding:0rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.xwlan-aa h3 {
   font-size:2rem;
   color:#1A1A1A;
   margin-top:0rem;
   margin-bottom:0rem;
   } 
   
.xwlan-bb {
   width:13.5rem;
   height:3.6rem;
   float:right;
   margin-top:1.8rem;
   }
 
.xwnn {
    height: auto;
    overflow: hidden;
    margin-top: 3rem;
}   

.xwkk-zi {
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    color: #666666;
    line-height: 2.4rem;
    padding: 2rem;
}

.xwhh {
    height: auto;
    overflow: hidden;
	margin-top:2rem;
}

.xwhh li {
    list-style-type: none;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
}

.bottom {
    height: auto;
    overflow: hidden;
    background-color: #1A1A1A;
    color: #CCCCCC;
	padding:0rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.bmwzk {
    width: 100%;
}

.bmlmk {
    display:none;
}

.bmlx li {
    list-style-type: none;
    margin-bottom: 1rem;
}

.weixin {
    width: 12.8rem;
    float:inherit;
	margin:0 auto;
}

.footer {
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #CCCCCC;
	margin-bottom:5rem;
}

.navbar-inverse {
    background-color: rgba(0,0,0,0.9);
    border-color: #5F5D5D;
}

.navbar-inversex {
    background-color: rgba(255,255,255,1);
    border-color: #5F5D5D;
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}

.yc {
   display:none;
  }
  
.yd {
   display:block;
   }  

.fygnav {
    padding: 0px;
	height:5rem;
	background-color:#D20010;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 25%;
    text-align: center;
    float: left;	
}
.fygnav li a { display:block; color:#FFFFFF; background-color:#1d4b9f; height:5rem; padding-top:0.3rem; border-right:1px solid rgba(255,255,255,.2);}

.fygnav li a:hover { color:#FFFFFF; background-color:#D20010;}

.fygnav li p {
   margin-top:0.2rem;
   }
   
.ablan {
   width:100%;
   height:auto; overflow:hidden;
}

.ablan li {
    list-style-type: none;
    width: 50%;
    position: relative;
    border-right: 1px solid #eff0f1;
    float: left;
}

.ablan li a {
    display: block;
    height: 4rem;
    line-height: 4rem;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    text-align: center;
    border-top: 0px solid rgb(23, 72, 150, 0);
}

.ablan li a:hover {
   color: #FFFFFF;
   font-size: 1.4rem;
   background-color:#0b46ac;
   border-top: 0px solid rgb(23, 72, 150, 1);
}

.ablan li.hover a {
   color: #FFFFFF;
   font-size: 1.4rem;
   background-color:#0b46ac;
   border-top: 0px solid rgb(23, 72, 150, 1);
}

.dynn {
    padding:0rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
}

.cplbb {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #f2f2f2;
}


.cpzi {
    height: auto;
    overflow: hidden;
    padding: 1rem;
    color: #808080;
}

.cpzi h2 {
    font-size: 1.4rem;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0px;
    margin-bottom: 3px;
    color: #333333;
}

.erji {
    height: auto;
    overflow: hidden;
    margin-top: 0rem;
	margin-bottom:2rem;
}

.erji li {
    list-style-type: none;
    width: 49%;
    height: 4rem;
    float: left;
    margin-right: 1%;
    margin-bottom: 1rem;
}

.cpyou-lan {
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px solid #e9e9e9;
    font-size: 2rem;
    color: #222222;
    font-weight: bold;
    margin-bottom: 1rem;
}

.cpnei {
    padding: 2rem;
    background-color: #FFFFFF;
}

.pro-img {
    margin-bottom: 2rem;
}

.pro-img .colmd5 {
    width: 100%;
}

.pro-img .colmd7 {
    width: 100%;
	margin-top:1.5rem;
}

.colmd7 h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0rem 0rem;
}

.cpxq-nei {
    padding: 1.5rem;
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #515151;
}

.cpxq {
    margin-top: 2rem;
    height: auto;
    overflow: hidden;
}

.liebiao {
    height: 5rem;
    border: 1px solid #ebebeb;
    margin-top: 1.5rem;
}

.liebiao-aa {
    width: 25%;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
}

.liebiao-bb {
    width: 50%;
    height: 5rem;
    line-height: 5rem;
}

.liebiao-cc {
    width: 25%;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
}

.modal-dialog {
    width: 96%;
    margin: 10rem auto;
}

.xwlie {
    height: auto;
    overflow: hidden;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.xwlie li {
    list-style-type: none;
    margin-bottom: 2rem;
}

.xwlie-aa {
    width: 100%;
}

.xwlie-bb {
    width: 100%;
    padding: 2rem;
}

.xwbj {
    background: #f6f9fc;
    height: auto;
    overflow: hidden;
    padding: 4rem 0 4rem;
}

.xwnnk {
    height: auto;
    overflow: hidden;
    padding: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.xwnnk h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    color: #000000;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.fabu {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 2.5rem;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1.5rem;
}

.xwxq {
    height: auto;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #666666;
    font-size: 1.4rem;
    line-height: 2.4rem;
    border-bottom: 1px solid #fbfbfb;
}

.liebiaok-aa {
    width: 100%;
    line-height: 3rem;
}

.liebiaok-bb {
    width: 100%;
}

.fznn {
    padding:0rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    position: relative;
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
}

.fznn-aa {
    width: 100%;
}

.fznn-bb {
    width: 100%;
    line-height: 1.8;
}

.fznn h2 {
    color: #343434;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: bold;
}

.abnn {
    padding:0rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
    position: relative;
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
}

.abnn-aa {
    width: 100%;
    line-height: 1.8;
}

.abnn-bb {
    width: 100%;
}

.abnn h2 {
    color: #343434;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: bold;
}

.wenhua {
    display:inherit;
}

.wenhua-aa {
    width: 100%;
    float: left;
}

.wenhua-bb {
    width: 100%;
    padding: 2rem;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 2;
}

.wenhua-bb h2 {
    margin-top: 2px;
    margin-bottom: 2rem;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: bold;
}

.ihonor {
    background-size: cover;
    padding: 2rem 5%;
}

.ititle big {
    display: block;
    line-height: 3rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.lxnnw {
    padding:0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #FFFFFF;
}

.liuyans {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #f1f1f1;
}

.liuyans h3 {
    font-size: 2rem;
    color: #262626;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 3rem;
}

.ditu {
   height:30rem; overflow:hidden;
   }

.biao h4 {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #666666;
}

.searchh .btn {
    font-size: 1.6rem;
    width: 20%;
}

.shuju li {
    list-style-type: none;
    width: 50%;
    text-align: center;
    color: #333333;
    float: left;
}

.proce .swiper-container {
    padding-bottom: 6rem;
}

.index_service_img{ display:none;}

.index_service_list {
    display: inline-block;
    width: 100%;
}

.padding_left15 {
    padding-left: 0rem;
}

.main_content, .index_bg_fff {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 3rem 0 5rem;
}

.index_article_big_title {
    position: relative;
    color: #000;
    font-size: 2rem;
    margin: 0;
    padding-bottom: 2rem;
    line-height: 1.2em;
}

.index_service_ul ul li {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-top: 1.5rem;
}

.index_service_ul ul li:nth-child(3n){ margin-right:5%;}

.navbar-collapse {
    max-height: 470px;
}

.fnt_26 {
    font-size: 1.4rem;
}

.about_gg .news_title {
    float: left;
    margin: 0;
    width: 15rem;
    line-height: inherit;
    text-align: left;
}

.about_gg .slogo {
    float: right;
    margin: 0;
    width: calc(100% - 15rem);
    line-height: 2.6rem;
}

.zhezhao {
    display:none;
}

.search1 .search {
    width: 78%;
    border-radius: 0;
}   

.search1 .btn {
    width: 22%;
} 

.yskuai-aa {
    width: 100%;
}

.yskuai-bb {
    width: 100%;
    padding: 2rem;
}

.ysdd h2 {
    font-size: 2rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.ysnn {
    font-size: 1.4rem;
    line-height: 2.6rem;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0rem;
}

.dynn {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
    position: relative;
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
}

.dynn h2 {
    font-size: 2rem;
    color: #343434;
    margin-top: 0px;
    margin-bottom: 2rem;
}

.erji li a {
    display: block;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
    color: #333333;
    text-align: center;
}

.cplbb h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 0rem;
}

.case a {
    display: block;
    padding: 1rem;
    line-height: 2.8rem;
}

.case h2 {
    font-size: 1.4rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    
}

.ijoin .jibt {
    padding: 1.5rem;
}

.ijoin .jibt h1 {
    font-size: 1.6rem;
    line-height: 3rem;
}

.ijoin .jibt section {
    padding: 1rem;
    color: #545459;
    line-height: 26px;
}

.ijoin .jibt {
    display: block;
    padding: 1rem;
}

.ijoin .jibt h1 {
    font-size: 1.4rem;
    line-height: 3rem;
    margin-top: 0rem;
}

.ijoin .jibt section {
    padding: 1rem;
    color: #545459;
    line-height: 26px;
}

.ijoin .jibt>div>h2 {
    display: none;
}

.job-info .info {
    width: 100%;
}

.job-info .img {
    width: 100%;
}

.job-info .info h4 {
    font-size: 2rem;
    color: #0e6aac;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding-left: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.job-info .info h4:after {
    content: '';
    width: 1rem;
    height: 1rem;
    border: 0.3rem solid #fdd000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.4rem;
}

.job-info .info .txt {
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.liebiao-aa img {
    width:2rem;
}

.liebiao-bb img {
    width:2.5rem;
}

}


