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

@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: 2rem;
    padding-bottom: 2rem;
	padding-left:3.5rem;
	padding-right:3.5rem;
    line-height: 4.8rem;
}

.nav {
    padding-left: 34rem;
}


.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: #D20010;
}

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

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

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

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

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 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: #FFFFFF;
    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;
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:hover {
    display:block;
    color:#FFFFFF;
    background-color: #D20010;
    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:#D20010;
}

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

.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:147rem;
   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:1.7rem;
   width:20.9rem;
   height:5.6rem;
   background:url(../images/logo.png);
   background-size: 20.9rem 5.6rem;
   }
   
.logox {
   background:url(../images/logox.png);
   background-size: 20.9rem 5.6rem;
   }   
   
.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%;
   height: 100vh;
   }   
   
.banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 4.8rem;
    height: 4.8rem;
    z-index: 6;
    cursor: pointer;
	left:2.4rem;
	background:url(../images/left.png);
    background-size: 4.8rem 4.8rem;
    background-position: center;
    background-repeat: no-repeat;
}

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

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 27rem;
    left: 24rem;
    width: 8rem;
}

.banner .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    border-radius: 100%;
    background: #CCCCCC;
    opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #D20010;
	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:#D20010;
    height: 4rem;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.8rem;
	width:14%;
}

.ss a {
   cursor:pointer;
   } 
   
.bnnzi {
    position: absolute;
    width: 80rem;
    left: 24rem;
    top: 33.7rem;
    font-size: 2rem;
    color: #FFFFFF;
    z-index: 8;
}

.bnnzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:6.4rem;
   color:#FFFFFF;
   letter-spacing:8px;
   line-height:8rem;
   margin-top:0rem;
   margin-bottom:4rem;
   opacity: 0;
   }
   
.bnnzi span {
   opacity: 0;
   }    
   
.bnndi {
   position:absolute;
   width:100%;
   left:0px;
   bottom:1rem;
   z-index:9;
   }
   
.bdrow {
   margin-left:-1.6rem;
   margin-right:-1.6rem;
   }
   
.bdrow li {
   list-style-type:none;
   width:20%;
   padding-left:1.6rem;
   padding-right:1.6rem;
   float:left;
   }
   
.bdlm {

   }
   
.bdlm a {
   display:block;
   height:auto; overflow:hidden;
   line-height:6rem;
   text-align:center;
   font-size:1.8rem;
   color:#FFFFFF;
   border-top:1px solid rgba(255,255,255,.2);
   transition: all 300ms ease-in 0ms;
   }
   
.bdlm a:hover {
   margin-top:-2rem;
   background-color:#D20010;
   transition: all 300ms ease-in 0ms;
   }
   
   
.about {
   height:auto; overflow:hidden;
   padding-top:13rem;
   padding-bottom:13rem;
   background:url(../images/abbj.jpg);
   background-size: 100% 100%;   
   }
   
.about-aa {
   width:70.6rem;
   height:74.3rem;
   position:relative;
   float:left;
   }
   
.ab2 {
   position:absolute;
   width:33.6rem;
   height:30.7rem;
   right:0rem;
   bottom:0rem;
   z-index:5;
   }
   
.ab2 img {
   width:100%;
   }
   
.shipin {
   position:absolute;
   width:45.9rem;
   height:60rem;
   left:0rem;
   top:0rem;
   z-index:6;
   }
   
.shipin img {
   width:100%;
   }
   
.spzi {
   position:absolute;
   width:100%;
   text-align:center;
   left:0rem;
   top:45%;
   z-index:6;
   }
   
.spzi a {
   cursor:pointer;
   }
   
.spzi img {
   width:auto;
   }
   
   
.about-bb {
   width:64rem;
   font-size:1.6rem;
   line-height:2.4rem;
   color:#333333;
   float:right;
   }
   
.about-bb h2 {
   font-family:'PFHandbookProBold', Helvetica, Arial, sans-serif;
   font-size:6.6rem;
   color:#333333;
   margin-top:0rem;
   margin-bottom:1rem;
   }
   
.about-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:4rem;
   color:#1A1A1A;
   margin-top:0rem;
   margin-bottom:5rem;
   }
   
.shuju {
   height:auto; overflow:hidden;
   margin-top:4rem;
   }
   
.shuju li {
   list-style-type:none;
   width:25%;
   float:left;
   text-align:center;
   font-size:1.4rem;
   color:#333333;
   }
   
.shuju li h2 {
   font-family:'Oswald-Bold', Helvetica, Arial, sans-serif;
   font-size:5.6rem;
   color:#D20010;
   margin-top:0rem;
   margin-bottom:2.2rem;
   }
   
.shuju li h2 span {
   position:relative;
   padding-right:1.2rem;
   }
   
.sjzi {
   position:absolute;
   width:1.2rem;
   height:2rem;
   color:#333333;
   font-size:1.2rem;
   top:1.5rem;
   right:0rem;
   }
   
.abmore {
   height:auto; overflow:hidden;
   margin-top:10rem;
   }
   
.abmore a {
   display:block;
   width:15.6rem;
   height:4.8rem;
   line-height:4.8rem;
   text-align:center;
   color:#D20010;
   border: 1px solid #D20010;
   border-radius: 32px;
   }
   
.abmore a img {
   width: 2.4rem;
   filter: none;
   }
   
.abmore a:hover {
   background-color:#D20010;
   color:#FFFFFF;
   }
   
.abmore a:hover img {
   width: 2.4rem;
   filter: grayscale(100%) invert(100%) brightness(1000%);
   }

.yewu {
   height:auto; overflow:hidden;
   padding-top:13rem;
   padding-bottom:13rem;
   background:url(../images/yewu.png);
   background-size: 100% 100%;     
   }
   
.ywtit {
   height:auto; overflow:hidden;
   margin-bottom:6rem;
   }
   
.ywtit-aa {
   width:50%;
   float:left;
   }
   
.ywtit-aa h2 {
   font-family:'PFHandbookProBold', Helvetica, Arial, sans-serif;
   font-size:6.6rem;
   color:#333333;
   margin-top:0rem;
   margin-bottom:0.9rem;
   }
   
.ywtit-aa h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:4rem;
   color:#1A1A1A;
   margin-top:0rem;
   margin-bottom:0rem;
   }
   
.ywtit-bb {
   width:15.6rem;
   height:4.8rem;
   margin-top:8.3rem;
   float:right;
   }
   
.ywtit-bb a {
   display:block;
   width:100%;
   height:4.8rem;
   line-height:4.8rem;
   font-size:1.4rem;
   color:#D20010;
   border:1px solid #D20010;
   border-radius: 32px;
   text-align:center;
   }
   
.ywtit-bb a img {
   width: 2.4rem;
   filter: none;
   }
   
.ywtit-bb a:hover {
   color:#FFFFFF;
   background-color:#D20010;
   }   
   
.ywtit-bb a:hover img {
   width: 2.4rem;
   filter: grayscale(100%) invert(100%) brightness(1000%);
   }
   
   
.ywmk {
   width:87.5%;
   float:right;
   }
   
.case {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.case a {
   color:#FFFFFF;
   }
   
.case-zi {
   position:absolute;
   width:100%;
   height:100%;
   font-size:3rem;
   padding:4rem;
   padding-top:40rem;
   color:#FFFFFF;
   background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
   left:0px;
   bottom:0px;
   z-index:5;
   }
   
.altb {
   width:4rem;
   height:4rem;
   margin-bottom:6rem;
   }
   
.altb img {
   width:4rem;
   height:4rem;
   }
   
.case:hover .altb img {
    -webkit-transform: scale(1);
    transform: scale(1);
	transition: all 500ms ease-in 0ms;
   }
   
.case a:hover .case-zi {
   color:#FFFFFF;
   }
   
.ywmk .swiper-container {
    margin-right: -25rem;
}
   
   
.case 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%;}  

.case:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.case section {
   overflow: hidden;
   border-radius: 4px;
   }	 
	
section {
    display: block;
}

.xinwen {
   height:auto; overflow:hidden;
   padding-top:13rem;
   padding-bottom:15rem;
   background:url(../images/xwbj.png);
   background-size: 100% 100%;      
   }
   
.xwtit {
   height:auto; overflow:hidden;
   margin-bottom:6rem;
   }
   
.xwtit-aa {
   width:50%;
   float:left;
   }
   
.xwtit-aa h2 {
   font-family:'PFHandbookProBold', Helvetica, Arial, sans-serif;
   font-size:6.6rem;
   color:#333333;
   margin-top:0rem;
   margin-bottom:0.9rem;
   }
   
.xwtit-aa h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:4rem;
   color:#1A1A1A;
   margin-top:0rem;
   margin-bottom:0rem;
   }
   
.xwtit-bb {
   width:35rem;
   float:right;
   }
   
.xwtit-bb li {
   list-style-type:none;
   width:50%;
   float:left;
   margin-top:8.3rem;
   text-align:right;
   }
   
.xwtit-bb li a {
   font-size:1.8rem;
   color:#666666;
   }
   
.xwtit-bb li a:hover {
   color:#D20010;
   }
   
.xwkuai {
   width:87%;
   margin:0 auto;
   }
   
.proce {
    padding: 0px 5.7%;
    position: relative;
}

#fuwu {
    position: static;
}


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

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

.xwkk {
   height:auto; overflow:hidden;
   }
   
.xwkk a {
   display:block;
   height:auto;
   overflow:hidden;
   background-color:#FFFFFF;
   border-radius: 4px;
   transition: all 0.6s ease;
   } 
   
.xwkk-zi {
    height: auto;
    overflow: hidden;
    padding: 4rem;
    padding-bottom: 6.5rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #666666;
}

.xwkk-zi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.6rem;
   color:#666666;
   margin-top:0rem;
   margin-bottom:2.4rem;
   }
   
.xwkk-zi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.8rem;
   height: 5.2rem;
    overflow: hidden;
    line-height: 2.6rem;
   color:#333333;
   margin-top:0rem;
   margin-bottom:1.6rem;
   }
   
.xwkk a:hover .xwkk-zi {
   background: linear-gradient(180deg, #D20010 0%, #F26973 100%);
   color: #FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.xwkk a:hover .xwkk-zi h2 {
   color: #FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.xwkk a:hover .xwkk-zi h3 {
   color: #FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.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;
   }
   
   
.lxkuai {
   height: auto;
   overflow: hidden;
   padding-top: 10rem;
   padding-bottom: 10.5rem;
   background: url(../images/lxbj.jpg) no-repeat center center;
   background-attachment: scroll;
   background-size: auto auto;
   background-size: cover;
   background-attachment: fixed;
}

.lxkuai h2 {
    font-family:'PFHandbookProBold', Helvetica, Arial, sans-serif;
   font-size: 6.6rem;
   color: #FFFFFF;
   margin-top: 0px;
   margin-bottom: 0.9rem;
}

.lxkuai h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size: 4rem;
   color: #FFFFFF;
   margin-top: 0px;
   margin-bottom: 4.8rem;
}

.kk {
   height:5.6rem;
   background-color:#FFFFFF;
   font-size:1.8rem;
   color:#999999;
   padding-left:2.4rem;
   border:1px solid #FFFFFF;
   border-radius: 4px;
   } 

.anniu {
   width:100%;
   height:5.6rem;
   font-size:1.8rem;
   color:#FFFFFF;
   background: linear-gradient(180deg, #D20010 0%, #F26973 100%);
   border:1px solid #D20010;
   border-radius: 4px;
   transition: all 0.6s ease;
   }
   
.anniu:hover {
   border: 1px solid #000000;
   background: #000000;
   transition: all 0.6s ease;
   }
   
   
.bottom {
   height:auto; overflow:hidden;
   padding-top:12rem;
   padding-bottom:17rem;
   color: rgba(255,255,255,0.8);
   background-color:#262626;
   }
   
.bottom a {
    color: rgba(255,255,255,0.8);
}

.bottom a:hover {
    color: rgba(255,255,255,1);
}

.dilogo img {
    width: 21rem;
    height: 5.6rem;
}

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

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

.bmlx li img {
    width: 3.2rem;
}
   
.bmwzk {
    width: 27%;
}

.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: 1.8rem;
    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:#FFFFFF;
   background-color:#1A1A1A;
}

.footer a {
   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:#D20010;
	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:#b0232d;
	max-width:auto;
	color:#fff;
	text-decoration:none;
}
.xufu ul li a section{
	display:flex;
	align-items:center;
	overflow:hidden;
	position:relative;
	margin-right:-36rem;
	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:30rem;
   color: rgba(255,255,255,0.8);
   left:24rem;
   top:20.5rem;
   }
   
.bnnzik a {
   color: rgba(255,255,255,0.8);
   }
   
.bnnzik a:hover {
   color: rgba(255,255,255,1);
   }
   
.bnnzik h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.4rem;
   color:#FFFFFF;
   margin-top:0rem;
   margin-bottom:3rem;
   }
   
.ablan {
   height:auto; overflow:hidden;
   line-height:9rem;
   background-color:#f5f5f5;
   }
   
.ablan li {
   list-style-type:none;
   width:12.5%;
   background:url(../images/fenge.jpg) right center; background-repeat:no-repeat;
   float:left;
   }
   
.ablan li a {
   display:block;
   text-align:center;
   color:#666666;
   height:9rem;
   line-height:8.8rem;
   cursor:pointer;
   } 
   
.ablan li a:hover {
   color:#D20010;
   }  
   
.ablan li.hover a {
   color:#D20010;
   }
   
.ablan li a::after {
    width: 0;
    transition: width .3s;
    height: 0.2rem;
    display: block;
    margin: 0 auto;
    content: "";
    background-color:#D20010;
}

.ablan li a:hover:after{
	width:100%;
	height:0.2rem;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#D20010;
}	

.ablan li.hover a:after{
	width:100%;
	height:0.2rem;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#D20010;
}	

.jianjie {
   height:auto; overflow:hidden;
   margin-top:17rem;
   margin-bottom:30rem;
   }
   
.jianjie-aa {
   width:77.5rem;
   color:#666666;
   line-height:2.5rem;
   float:left;
   }
   
.jianjie-aa h2 {
    font-family: 'PFHandbookProBold', Helvetica, Arial, sans-serif;
    font-size: 3rem;
	text-transform:uppercase;
    color: #cccccc;
    margin-top: 0rem;
    margin-bottom: 1.4rem;
}

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

.guddx {
    height: 40rem;
    padding: 5px;
    overflow-y: scroll;
}
   
.jianjie-bb {
   width:57.3rem;
   float:right;
   }
   
.jianjie-bb img {
   width:100%;
   }
   
.guimo {
   height:auto; overflow:hidden;
   background-color:#f9f9f9;
   padding-top:6.6rem;
   padding-bottom:19rem;
   }
   
.guimo h2 {
   font-family: 'PFHandbookProBold', Helvetica, Arial, sans-serif;
   font-size:3rem;
   color: #cccccc;
   text-transform:uppercase;
   text-align:center;
   margin-top:0rem;
   margin-bottom: 1.4rem;
   }
   
.guimo h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3rem;
	text-align:center;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 7.5rem;
}

.gmkk {
   height:auto; overflow:hidden;
   }
   
.gmkk li {
   list-style-type:none;
   width:25%;
   float:left;
   color:#333333;
   text-align:center;
   }
   
.gmkk li h4 {
   font-family: 'PFHandbookProBold', Helvetica, Arial, sans-serif;
   font-size:8rem;
   color:#D20010;
   margin-top:0rem;
   margin-bottom:4rem;
   }
   
.gmkk li h4 span {
    position: relative;
    padding-right: 1.4rem;
}

.gmzi {
   position:absolute;
   width:3rem;
   top:1.5rem;
   color:#333333;
   font-size:1.4rem;
   right:0rem;
   }
   
.dszbj {
    height:auto; overflow:hidden;
	background:url(../images/dszbj.png);
	background-size:100% 100%;
    padding-top: 15rem;
    padding-bottom: 18rem;
    position: relative;
}  

.dsz-aa {
   width:72.5rem;
   color:#666666;
   line-height:2.5rem;
   float:left;
   margin-top:0.75rem;
   }
   
.dsz-aa h2 {
    font-family: 'PFHandbookProBold', Helvetica, Arial, sans-serif;
    font-size: 3rem;
	text-transform:uppercase;
    color: #cccccc;
    margin-top: 0rem;
    margin-bottom: 1.4rem;
   } 
   
.dsz-aa h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3rem;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 7.5rem;
}
   
.dsz-bb {
   width:45.6rem;
   float:right;
   }
   
.dsz-bb img {
   width:100%;
   }
   
.zuzhi {
   height:auto; overflow:hidden;
   margin-top:10rem;
   margin-bottom:10rem;
   }
   
.zuzhi h2 {
   font-family: 'PFHandbookProBold', Helvetica, Arial, sans-serif;
   font-size:3rem;
   color: #cccccc;
   text-transform:uppercase;
   text-align:center;
   margin-top:0rem;
   margin-bottom: 1.4rem;
   }
   
.zuzhi h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3rem;
	text-align:center;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 5.7rem;
}

.ihonor {
    background: url(../images/rybg.jpg) center no-repeat;
	color: #262626;
    background-size: cover;
    padding: 7rem 12%;
}
.ititle big {
    display: block;
	font-family: 'PFHandbookProBold', Helvetica, Arial, sans-serif;
    color: #cccccc;
    text-transform:uppercase;
    font-size: 3rem;
    line-height: 5rem;
} 

.ititle span {
    display: block;
    color: #000000;
    font-size: 3rem;
    line-height: 4.7rem;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    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%;
   aspect-ratio: 615/800;
   object-fit: cover;
   }

.ihonor .more {
	width:55%;
	text-align:center;
	background:#fff;
	line-height:100px;
	color:#000;
	font-size:2.4rem;
	cursor:pointer;
	transition:.3s;
	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;
}
}

/* 发展历程 */

.lishi {
    background: url(../images/lcbg.jpg) center no-repeat;
    background-size: cover;
    padding: 70px 7% 100px;
}

.lishi .ititle {
	color:#fff;
	margin-bottom:55px;
}
.lishi .ititle span {
	color:#fff;
}

#hist {
	position:static;
}
#hist .swiper-slide {
	background:#fff;
	min-height:290px;
	border-radius:15px;
}
#hist .swiper-slide section {
	padding:5% 8% 0px;
}
#hist .swiper-slide section h3 {
	font-size:4rem;
	font-weight:bold;
	color:#053c74;
	font-family:Fontone;
	margin-top:0px;
	margin-bottom:16px;
}

#hist .swiper-slide section h4 {
	font-size:20px;
	color:#000;
	font-family:Fontone;
	margin-top:0px;
	margin-bottom:8px;
}

#hist .swiper-slide section span {
	display:block;
	color:#7d8491;
	line-height:25px;
	font-size:14px;
	margin:5% 0px 0px;
}
#hist .swiper-pagination {
	bottom:30px;
	top:auto;
	width:88%;
	left:6%;
	background:rgba(255,255,255,.3);
	height:8px;
}
@media (max-width:1400px) {
	#hist .swiper-slide section h3 {
	font-size:2.0rem;
}
#hist .swiper-slide section span {
	line-height:36px;
	font-size:1.6rem;
}
}@media (max-width:992px) {
	#hist .swiper-slide section h3 {
	font-size:2.0rem;
}
#hist .swiper-slide section span {
	line-height:22px;
	font-size:1.4rem;
}
#hist .swiper-slide section {
	padding:20px;
}
#hist .swiper-slide {
	min-height:190px;
}
}.kedu {
	bottom:0;
	width:88%;
	left:6%;
	position:absolute;
}
@media (max-width:768px) {
	.lishi .ititle {
	margin-bottom:15px;
}
.lishi {
	padding:20px 5%;
}
.fazhan {
	padding:0px 0 10px;
}
#hist .swiper-pagination {
	display:none;
}
.kedu {
	display:none;
}
}.kedu ul li {
	padding:0px 20px;
	float:left;
	list-style-type:none;
	width:33.33333333333%;
	font-size:2.1rem;
	color:#fff;
	font-family:Fontthree;
	line-height:30px;
}
.kedu ul li:nth-child(2) {
	text-align:center;
}
.kedu ul li:last-child {
	text-align:right;
}
.kedu dl {
	margin-bottom:20px;
	border-left:1px rgba(255,255,255,.8) solid;
}
.kedu dl dd {
	float:left;
	border-right:1px rgba(255,255,255,.8) solid;
	height:12px;
	width:2.7777777777777777777%;
}
#hist .swiper-pagination .swiper-pagination-progressbar-fill {
	background:#fff;
}
#hist .swiper-button-prev {
	background:url(../images/fzjt.png) center no-repeat;
	background-size:20px 37px;
	width:20px;
	height:37px;
	margin-top:-80px;
	opacity:1;
	left:15px;
	outline:none;
}
#hist .swiper-button-next {
	background:url(../images/fzjt.png) center no-repeat;
	background-size:20px 37px;
	width:20px;
	height:37px;
	margin-top:-80px;
	opacity:1;
	transform:rotate(180deg);
	right:15px;
	outline:none;
}
@media (max-width:768px) {
	#hist .swiper-button-prev {
	margin-top:-28px;
}
#hist .swiper-button-next {
	margin-top:-28px;
}
}

/* 发展历程 */

.fazhan {
    height: auto;
    overflow: hidden;
    position: relative;
}

.fazhan img {
   width:100%;
   }

.fztit {
    position: absolute;
    width: 550px;
    top: 180px;
    left: 12.5%;
}

.fztit h2 {
    font-family: 'PFHandbookProBold', Helvetica, Arial, sans-serif;
    color: #cccccc;
	font-size:3rem;
    text-transform: uppercase;
    line-height: 4rem;
    margin-top: 0px;
    margin-bottom: 2rem;
}

.fztit h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
	font-size:3rem;
    line-height: 4.7rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.toumm {
    opacity: 0.71;
}

#slidingw {
	height:auto; overflow:hidden;
}

#slidingw span {
    float:left;
}
#slidingw span.menuNo {
    width:100%; color:rgba(255,255,255,0.57); font-size:3.2rem;
}

#slidingw span.menuNo .toumm {
   opacity: 0.71;
   }

#slidingw span.menuOn {
    width:100%; color:rgba(255,255,255,1); font-size:3.2rem;
}

#slidingw span.menuOn .toumm {
   opacity: 1;
   }


#slidingw DIV.slidingList_none {
    display:none
}
#slidingw DIV.slidingList {
    width:100%;
	height:auto; overflow:hidden;
}

.fznian {
   position:absolute;
   width:16rem;
   left:-4rem;
   top:1rem;
   font-size:2.5rem;
   z-index:6;
   }

.fzs1 {
   position:absolute;
   width:9.8rem;
   padding-top:6rem;
   text-align:center;
   font-family:'AvantGardeITCbyBT-Bold', Helvetica, Arial, sans-serif;
   left:13.9%;
   bottom:4.5%;
   }
   
.fzs2 {
   position:absolute;
   width:9.8rem;
   padding-top:6rem;
   text-align:center;
   font-family:'AvantGardeITCbyBT-Bold', Helvetica, Arial, sans-serif;
   left:24%;
   bottom:16.5%;
   }
   
.fzs3 {
   position:absolute;
   width:9.8rem;
   padding-top:6rem;
   text-align:center;
   font-family:'AvantGardeITCbyBT-Bold', Helvetica, Arial, sans-serif;
   left:36.2%;
   bottom:30%;
   }
   
.fzs4 {
   position:absolute;
   width:9.8rem;
   padding-top:6rem;
   text-align:center;
   font-family:'AvantGardeITCbyBT-Bold', Helvetica, Arial, sans-serif;
   left: 49.6%;
   bottom: 40%;
   }
   
.fzs5 {
   position:absolute;
   width:9.8rem;
   padding-top:6rem;
   text-align:center;
   font-family:'AvantGardeITCbyBT-Bold', Helvetica, Arial, sans-serif;
   right:29.3%;
   top:20%;
   }
   
.fzs6 {
   position:absolute;
   width:9.8rem;
   padding-top:6rem;
   text-align:center;
   font-family:'AvantGardeITCbyBT-Bold', Helvetica, Arial, sans-serif;
   right:17.1%;
   top:6%;
   }
   
.nrtt {
   position:absolute;
   width:96rem;
   color:#FFFFFF;
   left:31.8%;
   bottom:5.4rem;
   }
   
.nrtt-aa {
   width:39%;
   font-family:'AvantGardeITCbyBT-Bold', Helvetica, Arial, sans-serif;
   font-size:7rem;
   color:#FFFFFF;
   text-align:right;
   float:left;
   }
   
.nrtt-bb {
   width:55.2%;
   height:10.5rem;
   overflow-y: scroll;
   padding-right:1rem;
   font-size:2rem;
   line-height:4rem;
   padding-top:1.5rem;
   float:right;
   }
   
   
.nrtt-bb::-webkit-scrollbar {
		  width: 5px;
	} /* 这是针对缺省样式 (必须的) */
	
.nrtt-bb::-webkit-scrollbar-track {
   background-color: #FFFFFF;
} /* 滚动条的滑轨背景颜色 */

.nrtt-bb::-webkit-scrollbar-thumb {
background-color:#3773cb;
} /* 滑块颜色 */

.nrtt-bb::-webkit-scrollbar-button {
background-color: #FFFFFF;

} /* 滑轨两头的监听按钮颜色 */


/* 主营业务 */

.erji {
    height: auto;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.erji li {
    list-style-type: none;
    width: 10rem;
    height: 3rem;
    float: left;
    margin-right: 4rem;
    margin-bottom: 1.5rem;
}

.erji li a {
    display: block;
    height: 3rem;
    line-height:3rem;
	font-size:1.2rem;
    color: #333333;
    background-color: #FFFFFF;
	border:1px solid #eeeeee;
    text-align: center;
}

.erji li a:hover {
    color:#FFFFFF;
	background-color:#D20010;
	border:1px solid #D20010;
   }
   
.erji li.hover a {
    color:#FFFFFF;
	background-color:#D20010;
	border:1px solid #D20010;
   }
   
.ywkuai {
   height:auto; overflow:hidden;
   margin-top:4rem;
   margin-bottom:12rem;
   }
   
.project-list {
   margin-top:5rem;
   height:auto; overflow:hidden;
   }
   
.ywkk {
   height:auto; overflow:hidden;
   position:relative;
   margin-bottom:5rem;
   }
   
.text-box {
   border: 1px solid #e5e5e5;
   border-top: none;
   }
   
.text-box .top-box {
    border-bottom: 1px solid #e5e5e5;
    padding: 2.5rem;
}

.text-box .top-box .tit {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #999;
    padding-right: 3rem;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.text-box .top-box .tit:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1.5rem;
    height: 0.1rem;
    background-color: #999;
    top: 50%;
    transform: translateY(-50%);
}

.text-box .project-tit {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #333;
    margin-top: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	transition: all 500ms ease-in 0ms;
}

.text-box .bottom-box {
    padding: 2rem 3rem;
}

.text-box .bottom-box .projectlist-more {
    float: right;
    font-size: 1.4rem;
    color: #666;
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.ywkk a {
   display:block;
   }

.ywkk .con-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #D20010;
    transition: all .3s;
}

.ywkk .con-box:hover before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #D20010;
    transition: all .3s;
}


.ywkk .con-box:hover:before {  
    width: 100%;  /* 或者你想要的其他宽度 */   
}


.ywkk 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/540;
    object-fit: cover;}  

.ywkk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.ywkk section {
   overflow: hidden;
   }
   
.ywkk:hover .project-tit {
   color:#D20010;
   transition: all 500ms ease-in 0ms;
   }	
   
/* 弹窗 */

.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 800px; }

.pictures_eyes_in section p{color:#fff;padding:15px 0px;}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}

.icase ul {
   padding:0px;
   }
   
.icase ul li {
   list-style-type:none;
   } 
   
.ywkk h4 {
   display:none;
   }
   
/* 企业文化 */
.linian {
   height:auto; overflow:hidden;
   margin-top:15rem;
   margin-bottom:15rem;
   } 
   
.linian li {
   list-style-type:none;
   height:auto; overflow:hidden;
   margin-bottom:12rem;
   }
   
   
.linian 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%;}  

.linian li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.linian li section {
   overflow: hidden;
   }
   
   
.ln-aa {
   width:77.5rem;
   font-size:2.5rem;
   color: #666666;
   line-height: 2.5rem;
   float:left;
   }
   
.ln-aa h2 {
    font-family: 'PFHandbookProBold', Helvetica, Arial, sans-serif;
    font-size: 3rem;
	text-transform:uppercase;
    color: #cccccc;
    margin-top: 5rem;
    margin-bottom: 1.4rem;
   } 
   
.ln-aa h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3rem;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 7.5rem;
}   
   
.ln-bb {
   width:58rem;
   float:right;
   }
   
.ln-bb img {
   width:100%;
   }
   
.ln-cc {
   width:58rem;
   float:left;
   }
   
.ln-cc img {
   width:100%;
   }
   
.ln-dd {
   width:77.5rem;
   color: #666666;
   font-size:2.5rem;
   line-height: 2.5rem;
   float:right;
   } 
   
.ln-dd h2 {
    font-family: 'PFHandbookProBold', Helvetica, Arial, sans-serif;
    font-size: 3rem;
	text-transform:uppercase;
    color: #cccccc;
    margin-top: 5rem;
    margin-bottom: 1.4rem;
   } 
   
.ln-dd h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3rem;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 7.5rem;
}  

/* 新闻列表 */  

.news {
   height:auto; overflow:hidden;
   margin-top:10rem;
   margin-bottom:10rem;
   } 
   
.news h2 {
    font-family: 'PFHandbookProBold', Helvetica, Arial, sans-serif;
    font-size: 3rem;
	text-transform:uppercase;
    color: #cccccc;
    margin-top: 0rem;
    margin-bottom: 1.4rem;
   } 
   
.news h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3rem;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 7.5rem;
}  

.xwlie {
   height:auto; overflow:hidden;
   }
   
.xwlie li {
    list-style-type: none;
    padding: 1rem;
    margin-bottom: 5rem;
}

.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 h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.2rem;
   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;
   border-radius: 4px;
} 


.xwlie li:hover img {
    -webkit-transform: scale(1.1);
   transform: scale(1.1);
   transition: all 500ms ease-in 0ms;
   } 
   
.xwlie li section {
   overflow: hidden;
   }
   
.xwlie li a:hover {
   background-color:#FFFFFF;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
.xwlie li a:hover h4 {
   color:#D20010;
   transition: all 300ms ease-in 0ms;
   }
   
.xwlie li a:hover .xian {
   width:100%;
   transition: all 300ms ease-in 0ms;
   }
   
/* 新闻详情 */   
.xwxq {
    width: 100rem;
    height: auto;
    overflow: hidden;
    font-size: 1.8rem;
    color: #666666;
    line-height: 2.8rem;
    margin: 10rem auto 10rem;
}  

.xwxq h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.5rem;
   color:#333333;
   text-align:center;
   margin-top:0rem;
   margin-bottom:4rem;
   } 
   
   
.liebiao {
   height:7.8rem;
   border:0.1rem solid #ebebeb;
   margin-top:5rem;
   }
   
.liebiao-aa {
   width:16%;
   height:7.6rem;
   line-height:7.6rem;
   text-align:center;
   float:left;
   color: #000000;
   background-color: #f5f6f6;
   border-right:0.1rem solid #ebebeb;
   }
   
.liebiao-bb {
   width:68%;
   height:7.8rem;
   line-height:7.8rem;
   float:left;
   text-align:center;
   color:#919191;
   border-right:0.1rem 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;
   }
   
/* 职业发展 */
.jianjie {
    height: auto;
    overflow: hidden;
    margin-top: 10rem;
    margin-bottom: 14rem;
}  

.ijoint {

}
	
.ijoin {
   margin-bottom:4rem;

}

.ijoin h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    margin-top: 0rem;
    margin-bottom: 4rem;
}

.ijoin dl {
	background:#D20010;
	padding:0px 3rem;
}
.ijoin dl dd {
	float:left;
	width:25%;
	color:#fff;
	line-height:4rem;
	padding:2.5rem 0px;
	font-size:2.0rem;
}
.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 1.5rem;
}
.ijoin dl {
	padding:0px 1.5rem;
}
.ijoin dl dd {
	line-height:3rem;
	padding:1rem 0rem;
	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 3rem;
	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;
	width:100%;
}
.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:100%;
}
}.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 30px rgba(0,0,0,.15);
}
.ijoin ul li.cur .jitp span small {
	background:#fff;
}
.ijoin ul li .jitp span small:hover {
	background:#D20010;
	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;
	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:block;
}
.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:2.6rem;
}
.ijoin .jibt>div>h2 {
	width:14rem;
	line-height:4.4rem;
	color:#fff;
	background:#D20010;
	text-align:center;
	font-size:1.5rem;
	transition:.3s;
	cursor:pointer;
	margin:1.5rem 0px 0px;
}
.ijoin .jibt>div>h2:hover {
	background:#053dae;
}
.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;
	padding:10px;
}
.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:-37.8rem;
	position:relative;
}
.zwcont iframe {
	height:75.6rem;
	background:transparent;
	width:100%;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:6rem;
	right:1.5rem;
	top:0;
	cursor:pointer;
	width:4rem;
	background:url(../images/gbtou.png) center no-repeat;
}

.zwcont .closets2 {
	position:absolute;
	height:6rem;
	right:1.5rem;
	top:0;
	cursor:pointer;
	width:4rem;
	background:url(../images/gbtou2.png) center no-repeat;
}
.sqxx {
	width:100%;
	background:#fff;
}
.sqxx h2 {
	text-align:center;
	font-size:2.0rem;
	margin:0px;
	color:#000;
	line-height:9rem;
}
.sqxx h2 big {
	font-size:2.0rem;
}
.sqxx .form {
	background:#f6f6f6;
	padding:3rem 7% 2.5rem;
}
.sqxx .form div {
	float:left;
	width:47%;
	margin-right:6%;
	margin-bottom:2.5rem;
}
.sqxx .form div:nth-child(2n+0) {
	margin-right:0;
}
.sqxx .form div p {
	float:left;
	width:8.8rem;
	color:#636366;
	line-height:4.2rem;
}
.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:2.2rem;
	outline:none;
	padding:0.9rem 1rem;
}
.sqxx .form div select {
	width:calc(100% - 88px);
	border:1px rgba(0,0,0,.1) solid;
	background:#fff;
	height:4.2rem;
	outline:none;
	padding:0px 1rem;
}
.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:2.2rem;
	outline:none;
	padding:0.9rem 1rem;
	resize:none;
}
.sqxx form button {
	display:block;
	margin:3rem auto 0px;
	background:#0086ff;
	width:100%;
	max-width:23rem;
	color:#fff;
	height:4.4rem;
	outline:none;
	font-size:1.5rem;
	transition:.3s;
	border:0;
}
.zwcont form button:hover {
	background:#333;
} 


/* 联系我们 */
.lxnnw {
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.lxnnw h2 {
    font-family: 'PFHandbookProBold', Helvetica, Arial, sans-serif;
    font-size: 3rem;
	text-transform:uppercase;
    color: #cccccc;
    margin-top: 0rem;
    margin-bottom: 1.4rem;
   } 
   
.lxnnw h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3rem;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 7.5rem;
}  


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

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

.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 h2 {
    font-family: 'PFHandbookProBold', Helvetica, Arial, sans-serif;
    font-size: 3rem;
	text-transform:uppercase;
	text-align:center;
    color: #cccccc;
    margin-top: 0rem;
    margin-bottom: 1.4rem;
   } 
   

.liuyans h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3rem;
	text-align:center;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 7.5rem;
}

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

.hzi {
    color:#0079C0;
}

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

.biao h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    margin-top: 0rem;
    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: linear-gradient(180deg, #D20010 0%, #F26973 100%);
    border:1px solid #D20010;
    border-radius: 4px;
    transition: all 0.6s ease;
} 

.anniuk:hover {
   border: 1px solid #000000;
   background: #000000;
   transition: all 0.6s ease;
   }
   
.yc {
   display:block;
   }   
   
.yd {
   display:none;
   }
   
   
/* 企业理念改 */
.liniank {
    height: auto;
    overflow: hidden;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.liniank h2 {
   font-family:'Oswald-Bold', Helvetica, Arial, sans-serif;
   font-size:3rem;
   color:#404444;
   text-align:center;
   margin-top:0px;
   margin-bottom:1rem;
   }  
   
.liniank h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.6rem;
   color:#7c7c89;
   text-align:center;
   margin-top:0px;
   margin-bottom:4.5rem;
   }  
   
.lnkk {
   height:auto; overflow:hidden;
   position:relative;
   margin-bottom:30px;
   }
   
.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: 10px;
	background: #25468f;
	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: 10px;
	height: 0;
	background: #25468f;
	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: 10px;
	height: 0;
	background: #25468f;
	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: 10px;
	background: #25468f;
	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-top:23%;
   color:#FFFFFF;
   font-size:1.6rem;
   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:0rem;
   margin-bottom:3rem;   
   }
   
.jumpto {
    display: none;
}   


   
@media (min-width: 1000px) and (max-width: 1400px) {  
 
.nav {
    padding-left: 33rem;
} 

}

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

body {
   margin-top:5.8rem;
  }

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

.nav {
    padding-left: 0px;
}

.top {
   width:100%;
   background-color:#0152a4;
   }

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

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

.logo {
    margin-top: 1rem;
    width: 15rem;
    height: 4rem;
    background: url(../images/logo.png);
    background-size: 15rem 4rem;
}

.bnndi {
   display:none;
   }
   
.about {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: url(../images/abbj.jpg); 
    background-size: auto;
}

.about-aa {
    width: 100%;
	height:40rem;
}

.shipin {
    position: absolute;
    width: 23rem;
    height: 30rem;
}

.ab2 {
    position: absolute;
    width: 24rem;
    height: 21.9rem;
}

.about-bb {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.4rem;
	margin-top:5rem;
}

.xufu {
   display:none;
   }
   
.about-bb h2 {
    font-size: 3.3rem;
    color: #333333;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

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

.shuju li {
    list-style-type: none;
    width: 50%;
	margin-bottom:2rem;
}

.shuju li h2 {
    font-size: 3rem;
    color: #D20010;
    margin-top: 0rem;
    margin-bottom: 1.2rem;
}

.abmore {
    height: auto;
    overflow: hidden;
    margin-top: 5rem;
}

.abmore a {
    display: block;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
}

.yewu {
    height: auto;
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-size: auto;
}

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

.ywtit-aa h2 {
    font-size: 3.3rem;
    color: #333333;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
}

.ywtit-aa h3 {
    font-size: 2rem;
    color: #1A1A1A;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.ywtit-bb {
    width: 12rem;
    height: 4rem;
    margin-top: 3rem;
    float: right;
}

.ywtit-bb a {
    display: block;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
}

.case-zi {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    padding: 2rem;
    padding-top: 12rem;
    color: #FFFFFF;
    left: 0px;
    bottom: 0px;
    z-index: 5;
}

.altb {
    margin-bottom: 2rem;
}

.xinwen {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 5rem;
    padding-bottom: 6rem;
    background-size: auto;
}

.xwtit-aa h2 {
    font-size: 3.3rem;
    color: #333333;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
}

.xwtit-aa h3 {
    font-size: 2rem;
    color: #1A1A1A;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.xwtit-bb {
    width: 100%;
}

.xwtit-bb li {
    list-style-type: none;
    width: 50%;
    float: left;
	text-align:center;
    margin-top: 3rem;
}

.xwtit-bb li a {
    font-size: 1.6rem;
    color: #666666;
}

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

.xwkuai {
    width: 95%;
    margin: 0 auto;
}

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

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

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

.xwkk-zi h3 {
   font-size:1.8rem;
   height: 5.2rem;
    overflow: hidden;
    line-height: 2.6rem;
   color:#333333;
   margin-top:0rem;
   margin-bottom:1.6rem;
   }
   
.lxkuai {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.lxkuai h2 {
    font-size: 3.3rem;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0.9rem;
}

.lxkuai h3 {
    font-size: 2rem;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 2.4rem;
}

.kk {
    height: 4rem;
    background-color: #FFFFFF;
    font-size: 1.4rem;
    color: #999999;
    padding-left: 1.6rem;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
}

.lxkuai .col-md-3 {
   margin-bottom:0.5rem;
   }
   
.anniu {
    width: 100%;
    height: 4rem;
    font-size: 1.4rem;
    color: #FFFFFF;
}

.bottom {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bmwzk {
    width: 100%;
}

.bmlmk {
   display:none;
   }
   
.footer {
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 4rem;
	margin-bottom:5rem;
}

.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
.navbar-inverse {
    background-color: rgba(0,0,0,1);
}

.navbar-inversex {
    background-color: rgba(255,255,255,1);
}

.logox {
    background: url(../images/logox.png);
    background-size: 15rem 4rem;
}

.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:#D20010; 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;
   }
   
.navbar-collapse {
    max-height: 45rem;
}

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

.ablan {
    height: auto;
    overflow: hidden;
    line-height: 5rem;
    background-color: #f5f5f5;
}

.ablan li {
    list-style-type: none;
    width: 50%;
}

.ablan li a {
    height: 5rem;
    line-height: 4.8rem;
    cursor: pointer;
}

.bnnzik {
    position: absolute;
    width: 100%;
    color: rgba(255,255,255,0.8);
	text-align:center;
    left: 0rem;
    top: 2rem;
}

.bnnzik h2 {
    font-size: 1.8rem;
    color: #FFFFFF;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
}

.jianjie {
    height: auto;
    overflow: hidden;
    margin-top: 5rem;
    margin-bottom: 6rem;
}

.jianjie-aa {
    width: 100%;
    color: #666666;
    line-height: 2.5rem;
}

.jianjie-aa h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #cccccc;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.jianjie-aa h3 {
    font-size: 2.4rem;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 3.5rem;
}

.guddx {
    height: 85rem;
    padding: 5px;
    overflow-y: scroll;
}

.jianjie-bb {
    width: 100%;
	margin-top:1rem;
}

.guimo {
    height: auto;
    overflow: hidden;
    background-color: #f9f9f9;
	padding:0rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.guimo h2 {
    font-size: 2rem;
    color: #cccccc;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.guimo h3 {
    font-size: 2.4rem;
    text-align: center;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 3.5rem;
}

.gmkk li {
    list-style-type: none;
    width: 50%;
    float: left;
	margin-bottom:3rem;
}

.gmkk li h4 {
    font-size: 4rem;
    color: #D20010;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.gmzi {
    position: absolute;
    top: 0.5rem;
    color: #333333;
    font-size: 1.4rem;
    right: 0rem;
}

.dszbj {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.dsz-aa {
    width: 100%;
    color: #666666;
    line-height: 2.5rem;
    float: left;
}

.dsz-aa h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #cccccc;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.dsz-aa h3 {
    font-size: 2.4rem;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 3.5rem;
}

.dsz-bb {
    width: 100%;
}

.zuzhi {
    height: auto;
    overflow: hidden;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.zuzhi h2 {
    font-size: 2rem;
    color: #cccccc;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.zuzhi h3 {
    font-size: 2.4rem;
    text-align: center;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 3.5rem;
}

.ihonor {
    color: #262626;
    padding: 3rem 6%;
}

.ititle big {
    display: block;
    color: #cccccc;
    font-size: 2rem;
    line-height: 3rem;
}

.ititle span {
    display: block;
    color: #000000;
    font-size: 2.4rem;
    line-height: 3.6rem;
}


.ywkuai {
    height: auto;
    overflow: hidden;
    margin-top: 2rem;
    margin-bottom: 6rem;
}

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

.erji li {
    list-style-type: none;
    width: 31.3%;
    height: 3rem;
    float: left;
    margin-right: 2%;
    margin-bottom: 1.5rem;
}

.project-list {
    margin-top: 3rem;
}

.ywkk {
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 3rem;
}

.linian {
    height: auto;
    overflow: hidden;
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.linian li {
    list-style-type: none;
    height: auto;
    overflow: hidden;
    margin-bottom: 6rem;
}

.ln-aa {
    width: 100%;
}

.ln-aa h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #cccccc;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.ln-aa h3 {
    font-size: 2.4rem;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 3.5rem;
}

.ln-bb {
    width: 100%;
	margin-top:2rem;
}

.ln-cc {
    width: 100%;
}

.ln-dd {
    width: 100%;
    color: #666666;
    line-height: 2.5rem;
}

.ln-dd h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #cccccc;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.ln-dd h3 {
    font-size: 2.4rem;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 3.5rem;
}

.news {
    height: auto;
    overflow: hidden;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.news h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #cccccc;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.news h3 {
    font-size: 2.4rem;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 3.5rem;
}

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

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

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

.xwlie-bb h4 {
    font-size: 1.8rem;
    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: 1.5rem;
    transition: all 300ms ease-in 0ms;
}

.xwzi {
    height: 4rem;
    overflow: hidden;
    line-height: 2rem;
}

.xwxq {
    width: 100%;
    height: auto;
    overflow: hidden;
	padding:1.5rem;
    font-size: 1.4rem;
    color: #666666;
    margin: 5rem auto 5rem;
}

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

.liebiao {
   height:4rem;
   border:0.1rem solid #ebebeb;
   }
   
.liebiao-aa {
   width:30%;
   height:3.8rem;
   line-height:3.8rem;
   text-align:center;
   color: #000000;
   background-color: #f5f6f6;
   border-right:0.1rem solid #ebebeb;
   }
   
.liebiao-bb {
   width:40%;
   height:3.8rem;
   line-height:3.8rem;
   text-align:center;
   color:#919191;
   border-right:0.1rem solid #ebebeb;
   }
   
.liebiao-bb a {
   color:#000000;
   }
   
.liebiao-cc {
   width:30%;
   height:3.8rem;
   line-height:3.8rem;
   text-align:center;
   color: #000000;
   background-color: #f5f6f6;
   }
   
.sqxx h2 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 5rem;
}

.sqxx .form {
    background: #f6f6f6;
    padding: 2rem 4% 1.5rem;
    height: 27rem;
    overflow-y: scroll;
}

.sqxx .form div {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1.5rem;
}

.lxnnw {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.lxnnw h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #cccccc;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.lxnnw h3 {
    font-size: 2.4rem;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 3.5rem;
}

.lxhh {
    height: auto;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

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

.liuyans h2 {
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    color: #cccccc;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.liuyans h3 {
    font-size: 2.4rem;
    text-align: center;
    color: #000000;
    margin-top: 0rem;
    margin-bottom: 3.5rem;
}

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

.zwcont {
    width: 90%;
    left: 5%;
    top: 50%;
    margin-top: -20rem;
}

.zwcont iframe {
    height: 40rem;
}

.weixin {
    width: 12.8rem;
    margin: 0 auto;
    float:inherit;
}
 
.xwxq img{
    width: 100%;
} 

.liebiao img{
    width: auto;
} 

.zuzhi img{
    width: 100%;
} 

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

.bnnzi h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3rem;
    color: #FFFFFF;
    letter-spacing: 4px;
    line-height:4rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

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

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

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

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

.ijoin .jibt section {
    padding:0rem;
    color: #545459;
    line-height: 2.6rem;
}

.ijoin ul li .jitp span a {
    display: none;
}
   

.ijoin .jibt>div>h2 {
    width: 14rem;
    line-height: 3rem;
    color: #fff;
    background: #D20010;
    text-align: center;
    font-size: 1.4rem;
    transition: .3s;
    cursor: pointer;
    margin: 1rem 0px 0px;
}
   
}


