@charset "utf-8";

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

/* 全局去除所有元素的焦点外框 */
* {
  outline: none !important;
}

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


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

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

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

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

.nav {
    padding-left: 35rem;
}


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

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

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


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

.navbar-toggle {
    position: relative;
    float: right;
    padding:0.9rem 1rem;
    margin-top: 0.8rem;
    margin-right: 1.5rem;
    margin-bottom: 0.8rem;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle>span{
		display:block;
		width: 3rem;
		height: 0.4rem;
		background-color: #043d79;
		border-radius: 2px;
		margin: 0.4rem 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: 0px;
    top: 8rem;
    width: 100%;
	text-align:center;
    border: 0px solid #CBCBCB;
	background-color:rgba(255,255,255,1);
    padding: 5px 0px;
    border-radius: 8px;
    display: none;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li {
    width: 100%;
	line-height:4rem;
	border-bottom:0px solid #ffffff;
	list-style-type:none;
	background:none;
   white-space: nowrap;
text-overflow: ellipsis;
	position:relative;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a{
    text-align:center;
    color:#000000;
	font-size:1.4rem;
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
}

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

.navbar-inverse .navbar-nav > li > a:hover:after{
	width:100%;
	height:0.2rem;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#000742;
}
	
.logo {
   width:30rem;
   }
   
.logo img {
   width:20rem;
   height:8rem;
   }	
   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   padding-top: 2.5rem;
   padding-bottom: 2.5rem;
   background-color: rgb(255, 255, 255);
   border-bottom: 1px solid #d7d9de;
   }
   
   
.gudingx {
    background-color: rgb(255, 255, 255);
    padding-top: 0rem;
    padding-bottom: 0rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}
   
.search1 {
    width: 12rem;
    line-height: 2.6rem;
    float: left;
    padding-right: 0.9rem;
    margin-top: 2.4rem;
	border:1px solid #0f1d53;
	border-radius: 30px;
}

.search1 input::placeholder {
   color:#d3d3d3;
   }

.search1 form {
    display: flex;
}

.search1 .search {
    border: 0;
    height: 2.6rem;
    font-size: 1.6rem;
    padding-left: 1rem;
	color:#333333;
	background:rgba(255,255,255,0);
    width: 78%;
    border-radius: 25px 0 0 25px;
} 

.search1x .search {

} 

.search1 .btn {
    height: 2.6rem;
    margin: 0;
    background: rgba(255,255,255,0);
    border-radius:0 25px 25px 0;
	padding: 0px 0px;
	font-size: 1.2rem;
    color: #333333;
	border: 0;
    text-align: center;
    width: 22%;
}

.search1x .btn {

} 
   
   
.yuyan {
   width:7.8rem;
   height:2.7rem;
   line-height:2.7rem;
   margin-top:2.4rem;
   font-size:1.8rem;
   text-align:center;
   float:left;
   }
   
.yuyan a {
    color: #333333;
}   

.yuyan img {
   width:2.7rem;
   }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1.4rem;
    list-style: none;
    background-color: rgba(255,255,255,1);
    border-radius: 4px;
}

.navbar-right .dropdown-menu {
        right: -30px;
        left: auto;
		top:5rem;
    }

.dropdown-menu > li > a {
    display: block;
    padding: 1rem 2rem;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}   

.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }

.banner img {
   width:100%;
   }
   
.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;}
   
.bnnzi {
    position: absolute;
    width: 100%;
    left: 0rem;
    top: 36rem;
    font-size: 2.2rem;
	text-align:center;
    line-height: 3.6rem;
    color: #9fa0a0;
    text-align: center;
    z-index: 8;
}

.bnnzi span {
   opacity: 0;
   } 
   
.bnnzik span {
   opacity: 0;
   } 

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

.bnnzik {
    position: absolute;
    width: 80rem;
    left: 25rem;
    top: 36rem;
    font-size: 2.2rem;
    line-height: 3.6rem;
    color: #1e2b5c;
    z-index: 8;
}

.bnnzik h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 6rem;
	font-weight:bold;
    letter-spacing: 6px;
	color:#f4ab00;
    margin-top: 0rem;
    margin-bottom: 2rem;
    opacity: 0;
}

.bnmore {
    width: 20rem;
    height: 4rem;
	text-align:center;
	font-size:2.2rem;
	color:#FFFFFF;
	background-color:#94b5d4;
	margin-top:6rem;
    opacity: 0;
}

.tupp {
   position: absolute;
   width:80rem;
   right:5rem;
   top:0px;
   opacity: 0;
   }
   
.tupp img {
   width:100%;
   height:auto;
   }

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


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

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    width: 5.2rem;
    height: 1.2rem;
	border-radius: 20px;
    background: #f4ab00;
}

.banner .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 3.2rem;
    height: 7.5rem;
    margin-top: -22px;
    z-index: 6;
    cursor: pointer;
	left:5%;
	background:url(../images/left.png);
    background-size: 3.2rem 7.5rem;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 3.2rem;
    height: 7.5rem;
    margin-top: -22px;
    z-index: 6;
    cursor: pointer;
	right:5%;
	background:url(../images/right.png);
    background-size: 3.2rem 7.5rem;
    background-position: center;
    background-repeat: no-repeat;
}

.cpxilie {
   height:auto; overflow:hidden;
   padding-top:7.9rem;
   padding-bottom:59.3rem;
   color:#8c8786;
   font-size:2.2rem;
   background:url(../images/xiliebj.jpg);
   background-size: 100% 100%;
   }
   
.kuanping {
   width:143rem;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.cpww {
   width:83rem;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;    
}   
   
.cpxilie h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.6rem;
   color:#3e3a39;
   font-weight:bold;
   margin-top:0rem;
   margin-bottom:3rem;
   }
   
.cpxilie h2 img {
   margin-top:-1rem;
   }
   
.cpmore {
   width:13.5rem;
   height:3.4rem;
   margin-top:3rem;
   }
   
.cpmore a {
   display:block;
   width:100%;
   height:3.4rem;
   line-height:3.4rem;
   text-align:center;
   color:#FFFFFF;
   font-size:1.8rem;
   background-color:#8c8786;
   border-radius: 30px;
   }
   
.cpmore a:hover {
   background-color:#0f1d53;
   }

.chanpin {
   height:auto; overflow:hidden;
   padding-top:7.5rem;
   padding-bottom:9rem;
   }
   
.chanpin h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:4rem;
   font-weight:bold;
   text-align:center;
   color:#0f1d53;
   margin-top:0px;
   margin-bottom:1.6rem;
   }
   
.chanpin h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.8rem;
   text-align:center;
   margin-top:0rem;
   margin-bottom:6rem;
   color:#35312f;
   }
   
.about {
   height:auto; overflow:hidden;
   padding-top:7rem;
   padding-bottom:9.8rem;
   background:url(../images/abbj.png);
   background-size: 100% 100%;   
   }
   
.about h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:4rem;
   font-weight:bold;
   text-align:center;
   color:#0f1d53;
   margin-top:0px;
   margin-bottom:1.6rem;
   }
   
.about h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.8rem;
   text-align:center;
   margin-top:0rem;
   margin-bottom:6.8rem;
   color:#35312f;
   }
   
.abnn {
   height:auto; overflow:hidden;
   }

.abnn-left {
   width:60rem;
   float:left;
   }
   
.abnn-left img {
   width:100%;
   }
   
.abnn-right {
   width:70rem;
   float:left;
   color:#252120;
   font-size:1.6rem;
   line-height:4rem;
   margin-left:5.4rem;
   }
   
.abnn-right-en {
    font-size: 1.4rem;
    line-height: 3rem;
}
   
.abnn-right h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.5rem;
   color:#1e2b5d;
   margin-top:0rem;
   margin-bottom:2.6rem;
   }  
   
.abmore {
   width:13.5rem;
   height:3.5rem;
   margin-top:4.6rem;
   } 
   
.abmore a {
   display:block;
   width:100%;
   height:3.4rem;
   line-height:3.4rem;
   text-align:center;
   font-size:1.8rem;
   color:#FFFFFF;
   background-color:#35406d;
   border-radius: 30px;
   }
   
.abmore a:hover {
   background-color:#000000;
   }
   
.yingyong {
   height:auto; overflow:hidden;
   padding-top:8rem;
   padding-bottom:7rem;
   background:url(../images/yybj.jpg);
   background-size: 100% 100%;
   }
   
.yingyong h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:4rem;
   font-weight:bold;
   text-align:center;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:3rem;   
   }
   
   
.yykuan {
   width:147rem;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;   
   }
   
.yylan {
   height:auto; overflow:hidden;
   }
   
.yylan li {
   list-style-type:none;
   width:12.5%;
   padding-left:2rem;
   padding-right:2rem;
   float:left;
   }
   
.yylan-en li {
   list-style-type:none;
   width:12.5%;
   padding-left:0.5rem;
   padding-right:0.5rem;
   }
   
#slidingBlock {
	height:auto; overflow:hidden;
}

#slidingBlock span {
    float:left; width:100%; text-align:center; over-flow:hidden;
}
#slidingBlock span.menuNo {
    font-weight:normal; width:100%; line-height:6rem; font-size:1.8rem; color:#FFFFFF;
}

#slidingBlock span.menuNo:after {
    width: 0;
    transition: width .3s;
    height: 0.2rem;
    display: block;
    margin: 0 auto;
    content: "";
    background-color:#FFFFFF;
}

#slidingBlock span.menuOn {
    font-weight:normal; width:100%; line-height:6rem; font-size:1.8rem; color:#FFFFFF;
}

#slidingBlock span.menuOn:after {
    width: 100%;
    transition: width .3s;
    height: 0.2rem;
    display: block;
    margin: 0 auto;
    content: "";
    background-color:#FFFFFF;
}


#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
}

.yynei {
   width:76.8rem;
   margin:4rem auto 0rem;
   }
   
.yynei img {
    width: 100%;
    aspect-ratio: 747 / 442;
    object-fit: cover;
   border:10px solid #edf1f7;
   }
   
.yytd {
   width:32rem;
   height:auto; overflow:hidden;
   margin:3.6rem auto 0;
   }
   
.yytd img {
    width:1rem;
}
   
.yytd-l {
   width:13.5rem;
   float:left;
   }
   
.yytd-l a {
   display:block;
   height:auto; overflow:hidden;
   line-height:3.5rem;
   background-color:#d0d9e2;
   text-align:center;
   border-radius: 30px;
   }
   
.yytd-l a:hover {
   background-color:#eaa613;
   }
   
.yytd-r {
   width:13.5rem;
   float:right;
   }
   
.yytd-r a {   
   display:block;
   height:auto; overflow:hidden;
   line-height:3.5rem;
   color:#FFFFFF;
   background-color:#1f3263;
   text-align:center;
   border-radius: 30px;
   }
   
.yytd-r a:hover {
   background-color:#eaa613;
   }
   
   
.xinwen {
   height:auto; overflow:hidden;
   margin-top:8.5rem;
   margin-bottom:6rem;
   } 
   
.xinwen h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:4rem;
   color:#1e2b5d;
   font-weight:bold;
   text-align:center;
   margin-top:0rem;
   margin-bottom:2rem;
   }  
   
.xinwen h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3rem;
   color:#353130;
   font-weight:bold;
   margin-top:0rem;
   margin-bottom:2rem;
   } 
   
.lanse {
   color:#1d2a5c;
   }
   
   
.xwrow {
   height:auto; overflow:hidden;
   margin-left:-4rem;
   margin-right:-4rem;
   }
   
.xwrow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:4rem;
   padding-right:4rem;
   }
   
.xwkk {
   height:auto; overflow:hidden;
   font-size:1.6rem;
   color:#767474;
   }
   
.xwkk img {
   width:100%;
   border:1px solid #cbcdcd;
   }
   
.xwkk h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#000000;
   position:relative;
   color:#3c3a3a;
   margin-top:3.5rem;
   margin-bottom:1.5rem;
   }
   
.xwkk-tm {
   position:absolute;
   width:15.6rem;
   text-align:right;
   font-size:2.2rem;
   color:#3c3a3a;
   top:0px;
   right:0px;
   }
   
.xwhh {
   height:auto; overflow:hidden;
   font-size:1.6rem;
   position:relative;
   color:#767474;
   padding-left:1.5rem;
   border-left:1px solid #838aa5;
   margin-bottom:3.5rem;
   }
   
.xwssz {
    width:76%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}   
   
.xwhh h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
       overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
   margin-top:0rem;
   margin-bottom:1.5rem;
   }
   
.xwhh h5 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#575555;
   margin-top:0rem;
   margin-bottom:1.5rem;
   }
   
.xwmore {
   position:absolute;
   width:16rem;
   text-align:right;
   right:0px;
   bottom:0px;
   }
   
.xwmore a {
   color:#192659;
   }
   
.hezuo {
   height:auto; overflow:hidden;
   background:url(../images/hzbj.jpg);
   background-size: 100% 100%;   
   padding-top:6.5rem;
   padding-bottom:9.5rem;
   }
   
.hezuo h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:4rem;
   color:#e9edee;
   font-weight:bold;
   text-align:center;
   margin-top:0rem;
   margin-bottom:5rem;
   }  
   
.hzkuai {
   height:auto; overflow:hidden;
   padding:3rem;
   padding-top:6.5rem;
   padding-bottom:6.5rem;
   background-color:rgba(255,255,255,0.8);
  }
  
.proce {
    padding: 0px 3.5%;
    position: relative;
}

#fuwu {
    position: static;
}

#fuwu2 {
    position: static;
}

#fuwu3 {
    position: static;
}

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

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

.proce .swiper-slide img {
   width:100%;
   }
   
.huoban {
   height:auto; overflow:hidden;
   background:url(../images/hbbj.jpg);
   background-size: 100% 100%;
   text-align:center;
   color:#868483;
   font-size:2.4rem;
   padding-top:8rem;
   padding-bottom:8rem;
   } 
   
.huoban h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:4rem;
   color:#1e2b5d;
   font-weight:bold;
   text-align:center;
   margin-top:0rem;
   margin-bottom:4rem;
   } 
   
.hbmore {
   width:37.6rem;
   height:4.5rem;
   margin:3.5rem auto 0;
   }  
   
.hbmore a {
   display:block;
   width:100%;
   height:4.5rem;
   line-height:4.5rem;
   font-size:2.4rem;
   color:#FFFFFF;
   background-color:#35406d;
   border-radius: 30px;
   }
   
.hbmore a:hover {
   color:#000000;
   background-color:#eaa613;
   }
   
   
.bottom {
   height:auto; overflow:hidden;
   color:#FFFFFF;
   background-color:#1d2b59;
   padding-top:5.6rem;
   padding-bottom:5.6rem;
   }
   
.bottom a {
   color:#FFFFFF;
   }
   
.dilogo {
   height:auto; overflow:hidden;
   }
   
.dilogo img {
    filter: brightness(0) invert(1);
   }
   
.bmkuai {
   height:auto; overflow:hidden;
   font-size:1.6rem;
   line-height:3rem;
   padding-top:4.5rem;
   position:relative;
   }
   
.bmkuai-en {
    font-size:1.4rem;
    line-height:2.6rem;
}
   
.bmkuai h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#FFFFFF;
   margin-top:0rem;
   margin-bottom:1rem;
   }
   
.fwtm {
   font-size:1.6rem;
   }
   
.bmkuai h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.4rem;
   color:#FFFFFF;
   margin-top:6rem;
   margin-bottom:1rem;
   }
   
.bmright {
   position:absolute;
   width:92rem;
   top:0px;
   right:0px;
   }
   
.bmright h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   width:8.5rem;
   font-size:2rem;
   color:#FFFFFF;
   margin-top:0rem;
   padding-bottom:0.3rem;
   border-bottom:1px solid #FFFFFF;
   margin-bottom:1rem;
   }
   
.bmright-en h4 {
   font-size:1.8rem;
   }
   
.ewm {
   height:auto; overflow:hidden;
   }
   
.ewm li {
   list-style-type:none;
   width:10rem;
   margin-right:4rem;
   float:left;
   }
   
.ewm li img {
    width:100%;
}
   
.ewm li p {
   text-align:center;
   font-size:1.6rem;
   margin-top:1rem;
   }
   
.ewm-en li p {
   font-size:1.4rem;
   }
   
.footer {
   height:auto; overflow:hidden;
   line-height:5.6rem;
   text-align:center;
   color:#FFFFFF;
   font-size:1.6rem;
   background-color:#221815;
  }  
  
.footer a {
   color:#FFFFFF;
}
  
/* 产品列表 */ 
.products {
   height:auto; overflow:hidden;
   padding:4rem;
   padding-bottom:1rem;
   } 
   
.cpkk {
   height:auto; overflow:hidden;
   background: url(../images/cpwbj.jpg);
    background-size: 100% 100%;
   margin-bottom:3rem;
   }
   
.cpkk a {
   display:block;
   height:auto; overflow:hidden;
   font-size:1.6rem;
   color:#333333;
   text-align:center;
   padding:4rem;
   padding-top:0rem;
   padding-bottom:1.6rem;
   border-radius: 30px;
   }
   
.cpkk h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.8rem;
   text-align:center;
   color:#333333;
   margin-top:1rem;
   margin-bottom:1rem;
   }
   
.cpkk a h2 {
   color:#333333;
   }
   
   
.cpkk a:hover {
   background-color:rgba(255,255,255,0.6);
   color:#555150;
   }
   
.cpkk a:hover h2 {
   color:#29211f;
   }
   
   
/* 产品详情 */
.weizhi {
   height:auto; overflow:hidden;
   font-size:1.6rem;
   color:#1f1a19;
   line-height:6rem;
   margin-top:13.2rem;
   }   
   
.cpzt {
   width:60rem;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.cpwz {
   height:auto; overflow:hidden;
   font-size:1.6rem;
   line-height:3rem;
   color:#1f1a19;
   text-align:center;
   } 
   
.cpwz h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3rem;
   font-weight: bold;
   margin-top:3rem;
   margin-bottom:2rem;
   } 
   
   
.cpxq {
   height:auto; overflow:hidden;
   margin-top:5rem;
   }  
   
.cpxq-lan {
   height:auto; overflow:hidden;
   line-height:7rem;
   border-bottom:2px solid #111f54;
   } 
   
.cpxq-lan-w {
   width:112rem;
   margin:0 auto;
   }
   
.cpxq-lan-w li {
   list-style-type:none;
   width:25%;
   font-size:2.4rem;
   text-align:center;
   float:left;
   } 
   
.cpxq-lan-w li a {
   color:#2f2523;
   cursor:pointer;
   }  
   
.cpxq-lan-w li a:hover {
   color:#f4ab00;
   } 
   
.youshi {
   height:auto; overflow:hidden;
   color:#333333;
   font-size:1.6rem;
   padding-top:5rem;
   padding-bottom:2rem;
   } 
   
.youshi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   font-weight:bold;
   color:#2c2421;
   text-align:center;
   margin-top:0rem;
   margin-bottom:4.3rem;
   }
   
.youshi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.2rem;
   color:#2c2421;
   margin-top:2rem;
   margin-bottom:2rem;
   } 
   
.youshi img {
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
   
.cpanli {
   height:auto; overflow:hidden;
   color:#696868;
   font-size:2.4rem;
   padding-top:5rem;
   padding-bottom:2rem;
   }    
  
.cpanli h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   font-weight:bold;
   color:#2c2421;
   text-align:center;
   margin-top:0rem;
   margin-bottom:4.3rem;
   }  
   
.case {
   height:auto; overflow:hidden;
   } 
   
.cpkuan {
   width:73%;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.case a {
    cursor: pointer;
}   
   
.case img {
   width:100%;
   } 
   
.case-zi {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
   text-align:center;
   color:#333333;
   font-size:1.6rem;
   background-color:#e6e6e6;
   line-height:4rem;
   } 
   
   
.cpvideok {
   height:auto; overflow:hidden;
   color:#696868;
   font-size:2.4rem;
   padding-top:5rem;
   padding-bottom:5rem;
   }    
  
.cpvideok h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:4rem;
   font-weight:bold;
   color: #0f1d53;
   text-align:center;
   margin-top:0rem;
   margin-bottom:4.3rem;
   }  
   
.cpvideok .swiper-slide img {
   width:100%;
   }   
   
.cpvideo {
   height:auto; overflow:hidden;
   color:#696868;
   font-size:2.4rem;
   padding-top:5rem;
   padding-bottom:2rem;
   }    
  
.cpvideo h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   font-weight:bold;
   color:#2c2421;
   text-align:center;
   margin-top:0rem;
   margin-bottom:4.3rem;
   }  
   
.cpvideo .swiper-slide img {
   width:100%;
   }
   
.cpxg {
   height:auto; overflow:hidden;
   color:#696868;
   font-size:2.4rem;
   padding-top:5rem;
   padding-bottom:8rem;
   }    
  
.cpxg h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   font-weight:bold;
   color:#2c2421;
   text-align:center;
   margin-top:0rem;
   margin-bottom:4.3rem;
   }    
   
.cptu {
   height:auto; overflow:hidden;
   border-radius: 20px;
   position:relative;
   }   

.cptu img {
   width:100%;
   }
   
.cptu-zi {
   position:absolute;
   width:100%;
   text-align:center;
   font-size:1.6rem;
   color:#333333;
   left:0px;
   top:1rem;
   z-index:8;
   } 
   
.proce .swiper-slide .cptu-more img {
    width: auto;
}
   
.cptu-more {
   position:absolute;
   width:7rem;
   height:2rem;
   line-height:2rem;
   text-align:center;
   right:3rem;
   color:#FFFFFF;
   font-size:1rem;
   background-color:#6e6967;
   border-radius: 30px;
   bottom:3rem;
   }

.nanti {
   height:auto; overflow:hidden;
   line-height:18rem;
   font-size:3rem;
   font-weight:bold;
   color:#FFFFFF;
   text-align:center;
   background:url(../images/ntbj.jpg);
   background-size: 100% 100%;    
   margin-bottom:1.6rem;
   }
   
/* 案例列表 */   
.anli {
   height:auto; overflow:hidden;
   padding-top:5rem;
   padding-bottom:5rem;
   }   
   
.anli-kuan {
   width:142rem;
   height:auto; overflow:hidden;
   margin:0 auto;
   }  
   
.casek {
   height:auto; overflow:hidden;
   margin-bottom:4rem;
   }  
   
.casek-tu {
    height:auto; overflow:hidden;
}
   
.casek img {
   width:100%;
   transition: transform 0.3s ease;
   }    
   
.casek-zi {
   width:100%;
   height:auto; overflow:hidden;
   color: #383635;
   line-height: 2rem;
   } 
   
.casek-zi h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000000;
    margin-bottom: 1rem;
   }
   
   
.casek a:hover img {
   transform: scale(1.1);
    transition: transform 0.3s ease;
   }  
   
.erji {
    height: auto;
    overflow: hidden;
	margin-top:1rem;
	margin-bottom:1rem;
}

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

.erji-en li {
    width: 20rem;
}

.erji li a {
    display: block;
    height: 3rem;
    line-height: 2.8rem;
	font-size:1.6rem;
    color: #2c3135;
    
    background-color: #FFFFFF;
    text-align: center;
}

.erji li a:hover {
    color:#0063FF;
    background-color: #eeeeee;
   }
   
.erji li.hover a {
    color:#0063FF;
    background-color: #eeeeee;
   }
   
.erji li > a::after {
    width: 0;
    transition: width .3s;
    height: 0.2rem;
    display: block;
    margin: 0 auto;
    content: "";
    background-color:#0063FF;
}

.erji li > a:hover:after{
	width:100%;
	height:0.2rem;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#0063FF;
}  
   
/* 案例详情 */ 
.altit {
   height:auto; overflow:hidden;
   background:url(../images/altit.jpg);
   background-size: 100% 100%;
   color:#FFFFFF;
   font-size:2rem;
   line-height:3.6rem;
   padding-top:10rem;
   padding-bottom:10rem;
   margin-top:13.2rem;
   }
   
.altit h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:4rem;
   font-weight: bold;
   color:#FFFFFF;
   margin-top:0rem;
   margin-bottom:2.6rem;
   }   
   
.alxq {
   height:auto; overflow:hidden;
   padding-top:3rem;
   padding-bottom:7rem;
   }  
   
.alxq-wz {
    height:auto; overflow:hidden;
	font-size:1.8rem;
	line-height:6rem;
	} 
	
.alxq-lie {
   	height:auto; overflow:hidden;
	padding:5rem;
	} 

.alxq-lie li {
   list-style-type:none;
   height:auto; overflow:hidden;
   margin-bottom:7rem;
   }
   
.yyleft {
   width:58rem;
   float:left;
   } 
   
.yyleft img {
   width:100%;
   }
   
.yyright {
   width:60rem;
   color:#4c4949;
   font-size:1.4rem;
   float:right;
   }  
   
.yyright h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.5rem;
   color:#333333;
   margin-top:6rem;
   margin-bottom:2rem;
   }
   
.yyright h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.5rem;
   color:#333333;
   margin-top:3rem;
   margin-bottom:2rem;
   }
   
.yymore {
   width:12rem;
   height:3rem;
   line-height:3rem;
   margin-top:3rem;
   color:#FFFFFF;
   font-size:1.6rem;
   text-align:center;
   background-color:#1e2b5d;
   border-radius: 30px;
   float:right;
   }
   
.yymore img {
    width:1rem;
}
   
   
.yyzuo {
   width:60rem;
   color:#4c4949;
   font-size:1.4rem;
   float:left;
   } 
   
.yyzuo h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.5rem;
   color:#333333;
   margin-top:6rem;
   margin-bottom:2rem;
   }
   
.yyzuo h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.5rem;
   color:#333333;
   margin-top:3rem;
   margin-bottom:2rem;
   }
   
.yyyou {
   width:58rem;
   float:right;
   } 
   
.yyyou img {
   width:100%;
   }

/* 新闻列表 */
.xwtit {
   height:105.7rem;
   background:url(../images/xwtit.jpg);
   background-size: 100% 100%;
   color:#7a7675;
   text-align:center;
   font-size:10rem;
   padding-top:22.5rem;
   margin-top:13.2rem;
   }
  
.xwtit h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   color:#FFFFFF;
   text-align:center;
   margin-top:0rem;
   margin-bottom:5.8rem;
   } 
   
.xwtit h2 img {
   width:73rem;
   opacity: 0.55;
   } 
   
.xwlist {
   height:auto; overflow:hidden;
   padding-top:3rem;
   padding-bottom:7rem;
   }
   
.xwlist-wz {
    height: auto;
    overflow: hidden;
	font-size:1.8rem;
    line-height: 6rem;
}

.xwlie {
   height:auto; overflow:hidden;
   margin-top:2.3rem;
   }
   
.xwlie li {
   list-style-type:none;
   height:auto; overflow:hidden;
   margin-bottom:3rem;
   }
   
.xwmk {
   height:auto; overflow:hidden;
   }
   
.xwmk a {
   display:block;
   height:auto; overflow:hidden;
   transition: all 300ms ease-in 0ms;
   }
   
.xwmk-n {
   height:auto; overflow:hidden;
   padding:3.5rem;
   border-radius: 30px;
   }
   
.xwmk-n-time {
   width:18rem;
   height:6rem;
   line-height:6rem;
   text-align:center;
   font-size:2rem;
   font-weight:bold;
   color:#FFFFFF;
   background-color:rgba(31,44,93,.8);
   margin-top:6rem;
   transition: all 300ms ease-in 0ms;
   float:left;
   }
   
   
.xwmk-n-wz {
   width:75rem;
   float:left;
   font-size:1.4rem;
   color:#FFFFFF;
   margin-left:3.5rem;
   margin-top:5rem;
   transition: all 300ms ease-in 0ms;
   }
   
.xwmk-n-wz h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   font-weight:bold;
   color:#333333;
   margin-top:2.8rem;
   margin-bottom:0.8rem;
   transition: all 300ms ease-in 0ms;
   }
   
.xwmk-n-tu {
   width:30rem;
   float:right;
   }
   
.xwmk-n-tu img {
   width:100%;
   border-radius: 15px;
   }
   
   
.xwmk a:hover .xwmk-n {
   background-color:rgba(31,44,93,.8);
   transition: all 300ms ease-in 0ms;
   }  
   
.xwmk a:hover .xwmk-n-time {
   margin-top:3rem;
   background-color: rgba(31, 44, 93, 0);
   transition: all 300ms ease-in 0ms;
   }
   
.xwmk a:hover .xwmk-n-wz {
   margin-top:2rem;
   transition: all 300ms ease-in 0ms;
   }
   
.xwmk a:hover .xwmk-n-wz h2 {
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
/* 新闻详情 */   
   
.xwdd {
    background: #fafafa;
    padding: 6rem 0px;
}  

.xwkuan {
    width: 144.5rem;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    margin-top: 2rem;
}

.inewsct {
    background: #fff;
    height: auto; overflow: hidden;
    padding: 4rem;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}

.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 1rem;
}

.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 2.6rem;
    margin-bottom: 1rem;
}

.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}

strong {
    font-weight: 700;
}

.inewsct .inews-ct {
    padding: 2rem 0px 0px;
    font-size: 1.6rem;
    color: rgba(0,0,0,.7);
    line-height: 3rem;
}	 

.inewsct-aa {
    width:70%;
    float: left;
}

.inewsct-bb {
    width:25%;
    float:right;
}

.inewsct-bb h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #333333;
    font-weight: bold;
    margin-top: 0rem;
    margin-bottom: 3rem;
}

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

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

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

.xwtu img {
    width:100%;
    border-radius:5px;
   }

.xwtu-zi {
    padding: 1rem;
    color: #b1b1b1;
}

.xwtu-zi h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size:1.6rem;
    height: 5rem; overflow: hidden;
    line-height: 2.5rem;
    color: #333333;
    margin-top: 0rem;
    margin-bottom: 1rem;
}    


.liebiao {
   height:7.8rem;
   border:1px solid #ebebeb;
   margin-top:2.5rem;
   }
   
.liebiao-aa {
   width:16%;
   height:7.8rem;
   line-height:7.8rem;
   text-align:center;
   float:left;
   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:#919191;
   }
   
.liebiao-cc {
   width:16%;
   height:7.8rem;
   line-height:7.8rem;
   text-align:center;
   float:right;
   }
   
   
/* 预约演示 */
.bnn {
   margin-top:13.2rem;
   }
.bnn img {
   width:100%;
   }
   
.yyweizhi {
   height:auto; overflow:hidden;
   font-size:1.8rem;
   color:#333333;
   line-height:4rem;
   margin-top:3rem;
   margin-bottom:3rem;
   }
   
.yygaishu {
   height:auto; overflow:hidden;
   line-height: 3rem;
   margin-bottom: 8rem;
}
      
.yynd {
   height:auto; overflow:hidden;
   background-color:#f6f6f6;
   padding-top:8rem;
   padding-bottom:8rem;
   }
   
.yynd-left {
   width:50rem;
   float:left;
   }
   
.yynd-left img {
   width:100%;
   border:10px solid #FFFFFF;
   }
   
.yynd-right {
   width:84.4rem;
   float:right;
   margin-top:3rem;
   }	  
	  
.biao {
   height:auto; overflow:hidden;
   margin-left:-2rem;
   margin-right:-2rem;
   margin-bottom:2rem;
   }
   
.biao li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:2rem;
   padding-right:2rem;
   }	
   
.kka {
    height: 4rem;
	font-size:1.6rem;
    color: #333333;
	padding-left:2.8rem;
	background:url(../images/xinghao.png) left center; background-repeat:no-repeat;
	background-size: 2.5rem 6rem;
	background-color:rgba(255,255,255,0);
    border: 1px dashed #333333;
    border-radius: 40px;
   }  
   
.kkb {
    height: 4rem;
	font-size:1.6rem;
    color: #333333;
	padding-left:2.8rem;
	background-color:rgba(255,255,255,0);
    border: 1px dashed #333333;
    border-radius: 40px;
   }  
   
.form-control:-moz-placeholder {
  color: #1d2b59;
}

.form-control::-moz-placeholder {
  color: #1d2b59;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #1d2b59;
}

.form-control::-webkit-input-placeholder {
  color: #1d2b59;
}



.anniuk {
    width: 20rem;
    height: 4.5rem;
    font-size: 1.8rem;
	text-align:center;
    background-color: #1d2b59;
    border: 1px solid #1d2b59;
    padding: 0px;
	border-radius: 40px;
	margin-top:4.5rem;
}


/* 资料下载 */
.xznn {
   height:auto; overflow:hidden;
   padding-top:8rem;
   padding-bottom:6rem;
   background-color:#f5f5f5;
   }
   
.xzrow {
   height:auto; overflow:hidden;
   margin-left:-2.5rem;
   margin-right:-2.5rem;
   }
   
.xzrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:2.5rem;
   padding-right:2.5rem;
   margin-bottom:4rem;
   }
   
.xzkuai {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.zsj {
   position:absolute;
   left:0px;
   top:0px;
   width:5rem;
   height:5rem;
   background:url(../images/zsj.png);
   background-size: 100% 100%;
   z-index:8;   
   }
   
.xzkuai img {
   width:100%;
   }
   
.xzkuai-zi {
   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right:5rem;
   color:#FFFFFF;
   background-color:#928e8d;
   position:relative;
   font-size:1.6rem;
   line-height:4rem;
   text-align:center;
   }
   
.xzkuai-xztb {
   position:absolute;
   width:4.7rem;
   height:4rem;
   background:url(../images/xztb.png); background-repeat:no-repeat;
   background-size: 100% 100%;
   background-color:#eca515;
   border-radius: 5px 0 0 5px;
   bottom:0px;
   right:0px;
   }
   
.xzkuai:hover .zsj {
   background:url(../images/zsj2.png);
   background-size: 100% 100%;
   }
   
   
.xzkuai:hover .xzkuai-xztb {
   background:url(../images/xztb.png); background-repeat:no-repeat;
   background-size: 100% 100%;
   background-color:#1e2b5d;
   }
   
/* 弹窗 */
.apply {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.zwcont {
	width:30%;
	left:35%;
	top:66%;
	margin-top:-378px;
	position:relative;
}
.zwcont iframe {
	height:416px;
	background:transparent;
	width:100%;
	border-radius: 10px;
}
.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;
}
.sqxx {
	width:100%;
	background:#fff;
}
.sqxx h2 {
	font-size:2rem;
	padding-left:1.6rem;
	background-color:#dadada;
	margin:0px;
	color:#000;
	line-height:6rem;
}
.sqxx h2 big {
	font-size:2.0rem;
}
.sqxx .form {
	padding:6.8rem;
	padding-top:5rem;
	text-align:center;
	font-size:1.8rem;
	line-height:3.2rem;
	color:#333333;
}

.hongse {
   color:#f6222e;
   }

.sqxx .form div:nth-child(2n+0) {
	margin-right:0;
}

.sqxx form button {
	display:block;
	margin:3.2rem auto 0px;
	background:#1d2b59;
	width:100%;
	max-width:21.5rem;
	color:#fff;
	height:5.3rem;
	outline:none;
	font-size:1.8rem;
	transition:.3s;
	border:0;
}
.zwcont form button:hover {
	background:#333;
} 
   
   
/* 关于我们 */
.abnei {
   height:auto; overflow:hidden;
   background-color:#f5f5f5;
   padding-top:6rem;
   padding-bottom:6rem;
   font-size: 1.6rem;
    line-height: 3rem;
   }
   
.abnei img {
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
   
   
/* 联系我们 */
.lxkuai {
   margin-top:5.5rem;
   margin-bottom:10rem;
   line-height:3.6rem;
   font-size:1.6rem;
   } 
   
.lxkuai h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   color:#222222;
   margin-top:2.6rem;
   margin-bottom:6.7rem;
   padding-bottom:4.6rem;
   background:url(../images/hua.jpg) left bottom; background-repeat:no-repeat;
   }  
   
.lxkuai-en h2 {
   font-size:2.6rem;
   } 
   
.liuyan {
   height:auto; overflow:hidden;
   padding-top:7.5rem;
   padding-bottom:4.5rem;
   background-color:#ededed;
   }
   
.liuyan h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.8rem;
   margin-top:0px;
   margin-bottom:1.6rem;
   color:#2d2d2d;
   text-align:center;
   }
   
.liuyan h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   font-weight:bold;
   text-align:center;
   color:#222222;
   margin-top:0px;
   margin-bottom:7.5rem;
   }  
   
.hzi {
   color:#3b3033;
   }
   
.biaok {
   height:auto; overflow:hidden;
   margin-bottom:2rem;
   }
   
.biaok h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.6rem;
   margin-top:0px;
   margin-bottom:1.4rem;
   color:#666666;
   }
   
.kk1 {
   height:6rem;
   border:1px solid #d2d2d2;
   }
   
.kk2 {
   border:1px solid #d2d2d2;
   }
   
.anniu {
   width:20.8rem;
   height:5.4rem;
   font-size:2rem;
   background-color:#3b3033;
   border:1px solid #3b3033;
   padding:0px;
   }  
   
   
.biaos {
   height:auto; overflow:hidden;
   margin-left:-2rem;
   margin-right:-2rem;
   margin-bottom:2rem;
   }
   
.biaos li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:2rem;
   padding-right:2rem;
   }   
	 
.dlxx form .dxyan input#yanz {
    background-color: #0067ff;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    border: 0px;
    margin: 5px;
}	


.shh .input-group-addon {

    border-radius: 0;
    
    padding: 0px;

    background-color: #0067ff;

    border: 1px solid #0067ff;

}



.dlxx form .dxyan input#yanz {



    background-color: #0067ff;

    color: #FFFFFF;

    font-size: 16px;

    text-align: center;

    border: 0px;

    margin: 5px;

}

.dlxx p {
    margin-bottom: 2rem;
}

.yc {
    display: block;
}

.yd {
    display: none;
}

/* 荣誉证书 */
.ihonor {
    background: url(../images/rybg.jpg) center no-repeat;
	color: #262626;
    background-size: cover;
    padding: 7rem 10%;
}
.ititle big {
    display: block;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 5rem;
} 

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

.ihonor ul {
	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;
	margin:0 auto;
}
.ihonor .more:hover {
	background:#0063FF;
	color:#fff;
}


/* 产品列表改 */
.cplie {
   height:auto; overflow:hidden;
   padding: 5rem;
}

.cplie-aa {
    width:30%;
    float: left;
}

.cplie-bb {
    width:65%;
    color: #383635;
    line-height: 3rem;
    float: right;
}

.cplie-bb h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3rem;
    color: #1d2b59;
    font-weight: bold;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom:1px solid #000000;
    margin-bottom: 2rem;
}

.cplie-bb h2 a {
    color: #1d2b59;
}

.cplie-bb h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    color: #000000;
    font-weight: bold;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.cplie-cc {
    width:65%;
    color: #383635;
    line-height: 3rem;
    float: left;
}

.cplie-cc h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3rem;
    color: #1d2b59;
    font-weight: bold;
    margin-top:1rem;
    padding-bottom: 1rem;
    border-bottom:1px solid #000000;
    margin-bottom: 2rem;
}

.cplie-cc h2 a {
    color: #1d2b59;
}

.cplie-cc h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    color: #000000;
    font-weight: bold;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.cplie-dd {
    width:30%;
    float: right;
}


@media (min-width: 1000px) and (max-width: 1400px) {
    
.kuanping {
   width:100%;
   } 
   
.anli-kuan {
    width: 100%;
}

.xwkuan {
    width: 100%;
}


.yyleft {
   width:46%;
   float:left;
   } 
   
.yyzuo {
   width:46%;
   float:left;
   } 

.yyright {
   width:46%;
   float:right;
   }  
   
.yyyou {
   width:46%;
   float:right;
   } 
   
.inewsct .inews-ct img {
    width:100%;
    height: auto;
}

}   

@media (min-width: 1000px) and (max-width: 1200px) {
    
.proce .swiper-button-prev {
    position: absolute;
    top: 58%;
    width: 3rem;
    height: 3rem;
    margin-top: -22px;
}

.proce .swiper-button-next {
    position: absolute;
    top: 58%;
    width: 3rem;
    height: 3rem;
    margin-top: -22px;
}   

.nav {
    padding-left: 20rem;
}
    
}    

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

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

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
   
.zwcont {
    width: 90%;
    left: 5%;
    top: 75%;
    position: relative;
}

.sqxx .form {
    padding: 1.5rem;
    padding-top: 3rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #333333;
}

.cpxilie h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #3e3a39;
    font-weight: bold;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.cpxilie {
    height: auto;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 14rem;
    color: #8c8786;
    font-size: 1.4rem;
    background: url(../images/xiliebj.jpg) bottom;
    background-repeat:no-repeat;
    background-size: 100% auto;
}

.cpmore {
    width: 10rem;
    height: 3rem;
    margin-top: 2rem;
}

.cpmore a {
   display:block;
   width:100%;
   height:3rem;
   line-height:3rem;
   text-align:center;
   color:#FFFFFF;
   font-size:1.4rem;
   background-color:#8c8786;
   border-radius: 30px;
   }
   
.chanpin {
    height: auto;
    overflow: hidden;
    padding:0rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}   

.chanpin h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #0f1d53;
    margin-top: 0px;
    margin-bottom: 1rem;
}

.chanpin h3 {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 3rem;
    color: #35312f;
}

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

.about h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #0f1d53;
    margin-top: 0px;
    margin-bottom: 1rem;
}

.about h3 {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 3rem;
    color: #35312f;
}

.abnn-left {
    width:100%;
}

.abnn-right {
    width: 100%;
    float: left;
    color: #252120;
    font-size: 1.4rem;
    line-height: 3rem;
    margin-left: 0rem;
    margin-top: 1rem;
}

.abnn-right h4 {
    font-size: 2rem;
    color: #1e2b5d;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.abmore {
    width: 10rem;
    height: 3rem;
    margin-top: 2rem;
}

.abmore a {
   display:block;
   width:100%;
   height:3rem;
   line-height:3rem;
   text-align:center;
   font-size:1.4rem;
   color:#FFFFFF;
   background-color:#35406d;
   border-radius: 30px;
   }
   
.cpvideok h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0f1d53;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}
   
.yingyong {
    height: auto;
    overflow: hidden;
    padding: 0rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: url(../images/yybj.jpg);
    background-size: 100% 100%;
}  

.yingyong h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 2rem;
}

.yylan li {
    list-style-type: none;
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.yylan-en li {
    width: 50%;
}

#slidingBlock span.menuNo {
    font-weight:normal; width:100%; line-height:3rem; font-size:1.8rem; color:#FFFFFF;
}


#slidingBlock span.menuOn {
    font-weight:normal; width:100%; line-height:3rem; font-size:1.8rem; color:#FFFFFF;
}

.yynei {
    width: 100%;
    margin: 2rem auto 0rem;
}

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

.xinwen h2 {
    font-size: 2.5rem;
    color: #1e2b5d;
    font-weight: bold;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.xinwen h3 {
    font-size: 2rem;
    color: #353130;
    font-weight: bold;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.xwrow {
   height:auto; overflow:hidden;
   margin-left:-1rem;
   margin-right:-1rem;
   }
   
.xwrow li {
   list-style-type:none;
   width:100%;
   float:left;
   padding-left:1rem;
   padding-right:1rem;
   }
   
.xwkk {
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    color: #767474;
}   
   
.xwkk h4 {
    font-size: 1.6rem;
    color: #000000;
    position: relative;
    color: #3c3a3a;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}   

.xwkk-tm {
    display: none;
}

.xwhh {
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    position: relative;
    color: #767474;
    padding-left: 1rem;
    border-left: 1px solid #838aa5;
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}

.xwhh h4 {
    font-size: 1.6rem;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
}

.xwhh h5 {
    font-size: 1.6rem;
    color: #575555;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
}

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

.hezuo h2 {
    font-size: 2.5rem;
    color: #e9edee;
    font-weight: bold;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

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

.huoban {
    height: auto;
    overflow: hidden;
    text-align: center;
    color: #868483;
    font-size: 1.4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.huoban h2 {
    font-size: 2rem;
    color: #1e2b5d;
    font-weight: bold;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.hbmore a {
    display: block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.6rem;
    color: #FFFFFF;
    background-color: #35406d;
    border-radius: 30px;
}

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

.bmright {
    display: none;
}

.bmkuai h3 {
    font-size: 1.8rem;
    color: #FFFFFF;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.footer {
    height: auto;
    overflow: hidden;
    line-height: 3rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.4rem;
    background-color: #221815;
    margin-bottom: 5rem;
}

.logo {
    width: 15rem;
}

.logo img {
    width: 15rem;
    height: auto;
}

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

.yc {
    display: none;
}

.yd {
    display: block;
}

.search1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.yuyan {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.guding {
    background-color: rgb(255, 255, 255);
}


.weizhi {
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    color: #1f1a19;
    line-height: 3rem;
}

.cpwz h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

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

.cpxq-lan {
    height: auto;
    overflow: hidden;
    line-height: 4rem;
    border-bottom: 2px solid #111f54;
}

.cpxq-lan-w {
    width:100%;
}

.cpxq-lan-w li {
    list-style-type: none;
    width: 50%;
    font-size: 1.6rem;
}

.youshi {
    height: auto;
    overflow: hidden;
    color: #696868;
    font-size: 1.4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.youshi h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #2c2421;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.youshi h3 {
    font-size: 1.6rem;
    color: #2c2421;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.youshi img {
    width:100%;
}

.cpkuan {
    width: 95%;
}

.cpanli {
    color: #696868;
    font-size: 1.6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.cpanli h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #2c2421;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.cpvideo {
    height: auto;
    overflow: hidden;
    color: #696868;
    font-size: 1.6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.cpvideo h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #2c2421;
    text-align: center;
    margin-top: 0rem;
    margin-bottom:2rem;
}

.cpxg {
    height: auto;
    overflow: hidden;
    color: #696868;
    font-size: 1.6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.cpxg h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #2c2421;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.nanti {
    height: auto;
    overflow: hidden;
    line-height: 4rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 1rem;
}

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

.anli-kuan {
    width: 100%;
}

.casek {
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
}

.casek-zi {
    height: auto;
    overflow: hidden;
    line-height: 3rem;
    color: #333333;
    font-size: 1.4rem;
}

.altit {
    height: auto;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 3rem;
    padding: 0rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 13.2rem;
}

.altit h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.alxq-lie {
    height: auto;
    overflow: hidden;
    padding: 0rem;
}

.alxq-wz {
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 4rem;
}

.yyleft {
    width: 100%;
}

.yyright {
    width: 100%;
    color: #4c4949;
    font-size: 1.4rem;
}

.yyright h2 {
    font-size: 1.6rem;
    color: #333333;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.yyright h3 {
    font-size: 2rem;
    color: #333333;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.yymore {
    width: 10rem;
    height: 3rem;
    line-height: 3rem;
    margin-top: 4rem;
    color: #FFFFFF;
    font-size: 1.6rem;
}

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

.alxq-lie li {
    list-style-type: none;
    height: auto;
    overflow: hidden;
    margin-bottom: 2rem;
}

.yyzuo {
    width: 100%;
    color: #4c4949;
    font-size: 1.4rem;
}

.yyzuo h2 {
    font-size: 2rem;
    color: #333333;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.yyzuo h3 {
    font-size: 2rem;
    color: #333333;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

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

.xwkuan {
    width: 100%;
}

.inewsct {
    padding: 2rem;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
}

.inewsct-aa {
    width: 100%;
}

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

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

.xwmk a {
    display: block;
    height: auto;
    overflow: hidden;
    padding: 0rem;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: all 300ms ease-in 0ms;
}

.xwmk-n-tu {
    width:100%;
}

.xwmk-n {
    height: auto;
    overflow: hidden;
    padding: 1rem;
}

.xwmk-n-time {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0rem;
    transition: all 300ms ease-in 0ms;
    float: left;
}

.xwmk-n-wz {
    width: 100%;
    float: left;
    font-size: 1.4rem;
    color: #FFFFFF;
    margin-left: 0rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
    transition: all 300ms ease-in 0ms;
}

.xwmk-n-wz h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
    margin-top: 2rem;
    margin-bottom: 2rem;
    transition: all 300ms ease-in 0ms;
}

.xwlist-wz {
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 3rem;
}

.yyweizhi {
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    color: #333333;
    line-height: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

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

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

.yynd-left {
    width: 100%;
}

.yynd-right {
    width: 100%;
    float: right;
    margin-top: 2rem;
}

.abnei {
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 0rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 3rem;
}

.abnei img {
    width:100%;
}

.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);
}

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

.xzrow {
    height: auto;
    overflow: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
}

.xzrow li {
    list-style-type: none;
    width: 50%;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
}

.xzkuai-zi {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background-color: #928e8d;
    position: relative;
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: center;
}

.xzkuai-xztb {
    display: none;
}

.lxkuai {
    margin-top: 2rem;
    margin-bottom: 4rem;
    line-height: 3rem;
    font-size: 1.4rem;
}

.lxkuai h2 {
    font-size: 2rem;
    color: #222222;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.liuyan {
    height: auto;
    overflow: hidden;
    padding: 0rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #ededed;
}

.liuyan h3 {
    font-size: 2rem;
    margin-top: 0px;
    margin-bottom: 2rem;
}

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

.kk1 {
    height: 4rem;
}

.anniu {
    width: 100%;
    height: 4rem;
    font-size: 1.6rem;
    background-color: #3b3033;
    border: 1px solid #3b3033;
    padding: 0px;
}

.banner {
    margin-top: 9.2rem;
}

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

.bnnzi {
    position: absolute;
    width: 100%;
    left: 0rem;
    top: 20%;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2.5rem;
}

.bnnzi h2 {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 3px;
    color: #383635;
    margin-top: 0rem;
    margin-bottom: 1rem;
    opacity: 0;
}

.tupp {
    position: absolute;
    width: 40%;
    right: 5%;
    top: 0px;
    opacity: 0;
}

.bnnzik {
    width: 50%;
    left: 5%;
    top: 20%;
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #9fa0a0;
    z-index: 8;
}

.bnnzik h2 {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0px;
    color: #383635;
    margin-top: 0rem;
    margin-bottom: 1rem;
    opacity: 0;
}

.bnmore {
    width: 10rem;
    height: 3rem;
    text-align: center;
    font-size: 1.4rem;
    color: #FFFFFF;
    background-color: #94b5d4;
    margin-top: 1rem;
    opacity: 0;
}


.cplmrow {
    height: auto; overflow: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
}

.cplmrow li {
    list-style-type: none;
    width:50%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
    float: left;
}

.cptux {
    height: auto; overflow: hidden;
    border: 1px solid #f2f5f6;
}

.cptux p {
    text-align: center;
}

.cptu {
    height: auto;
    overflow: hidden;
    padding: 3rem;
}

.hbmore {
    width: 100%;
    height: 4.5rem;
    margin: 2.5rem auto 0;
}


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


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

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    width: 4rem;
    height: 0.8rem;
	border-radius: 20px;
    background: #f4ab00;
}

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

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

.cplie {
    height: auto;
    overflow: hidden;
    padding: 2rem;
}

.cplie-aa {
    width: 100%;
}

.cplie-bb {
    width: 100%;
}

.cplie-bb h2 {
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000000;
    margin-bottom: 1rem;
}

.cplie-bb h3 {
    font-size: 1.6rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.cplie-cc h2 {
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000000;
    margin-bottom: 1rem;
}

.cplie-cc h3 {
    font-size: 1.6rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.cplie-cc {
    width: 100%;
}

.cplie-dd {
    width: 100%;
}

.casek-nn {
    display: none;
}

.casek-zi h2 {
    font-size: 1.6rem;
    color: #000000;
    font-weight: bold;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0px solid #000000;
    margin-bottom: 0rem;
}

.xwdd {
    background: #fafafa;
    padding: 3rem 0px;
}

.inewsct .inews-tt p {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.6rem;
    margin-bottom: 1rem;
}

.inewsct .inews-ct img {
    width:100%;
    height: auto;
}

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

.erji-en li {
    width: 47%;
}


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

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

.biaos li {
    list-style-type: none;
    width: 100%;
    float: left;
    margin-bottom: 1rem;
}


.fygnav {
    padding: 0px;
	height:50px;
	background-color:#35406d;
}
.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:#35406d; height:50px; padding-top:3px; border-right:1px solid rgba(255,255,255,.2);}

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

.fygnav li p {
   margin-top:2px;
   }

.guding {
    position: fixed;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.gudingx {
    background-color: rgb(255, 255, 255);
    padding-top: 0rem;
    padding-bottom: 0rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}

.bnn {
    margin-top: 9.2rem;
    }
    
    
.cpzt {
   width:100%;
}    

.cpww {
   width:100%;
} 


}




