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

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

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

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

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

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

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

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


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


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

.navbar-nav > li {
   width:auto;
   text-align:center;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
	padding-left:20px;
	padding-right:20px;
    line-height: 20px;
	text-align:center;
}

.navbar-nav > li > a > span {
    line-height: 8px;
	text-align:center;
}

.nav {
    padding-left: 500px;
	padding-top:40px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #1e334c;
}
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: #000000;
	font-size:18px;
	text-transform:uppercase;
}


.navbar-inverse .navbar-nav > li > a {
    color: #1e334c;
	font-size:18px;
	text-align:center;
	font-family: 'Rubik-Light', Helvetica, Arial, sans-serif;
	font-weight:bold;
}



.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-collapse {
   background:#ffffff;
}


.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;
	}
	
.kq1 {-webkit-animation-delay: 0.8s;}
.kq2 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}
.kq3 {-webkit-animation-delay: 1.6s; -webkit-animation-duration: 1.6s;}
.kq4 {-webkit-animation-delay: 2s; -webkit-animation-duration: 2s;}
.kq5 {-webkit-animation-delay: 2.4s; -webkit-animation-duration: 2.4s;}
.kq6 {-webkit-animation-delay: 2.6s; -webkit-animation-duration: 2.6s;}


.kuanping {
   width:1430px;
   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;
   margin-top:100px;
   }
   
ul {
   margin:0px;
   padding:0;
   }

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

.searchh form {
    height: 40px;
    padding: 0;
}

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

.searchh .btn {

    background-color: #2877ff;
    height: 40px;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.8rem;
	width:14%;
}

.ss a {
   cursor:pointer;
   }   
   
   
.navbar-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 5px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #1e334c;
	margin-top:35px;
}

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

.logo{
    margin-top:15px;
}   

.search{
   float:right;
   line-height:100px;
    
}   

.banner img {
   width:100%;
   }

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    left: 48%;
    bottom: 60px;
    width: 100px;
    top: 80%;
}


.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
	background:rgba(255,255,255,0);
	border:1px solid #FFFFFF;
    opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background:rgba(255,255,255,1);
}



   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   }  
   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   padding-top:0px;
   padding-bottom:0px;
   background:#ffffff;
   }
   
.lghh {
   padding-top:0px;
   padding-bottom:0px;
   background-color: rgba(255,255,255,1);
   box-shadow: 0px 0px 15px rgba(0,0,0,.2);
   }
   
.hidex {
   margin-top:-100px;
}
   
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 100px;
}

 



.banner img {
   width:100%;
   }   
 
.img-responsive {
   background-position:100px 100px;
}

.yc {
   display:block;
}

.yd {
   display:none;
}






/*首页 */
.heise {
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 990;
    width: 100%;
    height: 100%;
}




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

.sygy li {
   list-style:none;
   float:left;
   width:33.333%;
   height:auto;
   text-align:center;
   padding-top:90px;
   padding-bottom:90px;
   position:relative;
  box-sizing:border-box;
}

.sygy .sygy1 {
   background:url(../images/61.jpg) no-repeat;
   background-size:cover;
}

.sygy .sygy3 {
   background:url(../images/63.jpg) right center no-repeat;
   background-size:cover;
}

.sygy .sygy4 {
   background:url(../images/64.jpg) no-repeat;
   background-size:cover;
}

.sygy .sygy2 {
   background:#6dbfe5;
}

.sygy .sygy5 {
   background:#ecf4fe;
}

.sygy .sygy6 {
   background:#6dbfe5;
}

.sygy li .sygyt {
   width:auto;
   height:auto;
   margin:0 auto;
}

.sygy li .sygytt {
  font-family: 'BorisBlackBloxx', Helvetica, Arial, sans-serif;
  font-size:32px;
  color:#ffffff;
  width:100%;
  text-align:center;
  margin-top:40px;
  margin-bottom:40px;
  letter-spacing:2px;
}

.sygy .sygy5 .sygytt {
  color:#083764;
}

.syan {
   display:block;
   width:80px;
   height:35px;
   background-color:#e84423;
   color:#ffffff;
   text-align:center;
   line-height:35px;
   font-family: 'Rubik-Light', Helvetica, Arial, sans-serif;
   font-weight:bold;
   font-size:16px;
   margin:0 auto;
   border-radius:5px;
   position:relative;
   z-index:6;
}

.syan:hover {
   color:#1e334c;
}

.sygy li::before,.sygy li::after {
  box-sizing:inherit;
  position:absolute;
  content:'';
  border:4px solid transparent;
  width:0;
  height:0;
}

.sygy li::after {
  bottom:0;
  right:0;
}

.sygy li::before {
  top:0;
  left:0;
}

.sygy li:hover::before,.sygy li:hover::after {
  width:100%;
  height:100%;
}

.sygy li:hover::before {
  border-top-color:#3182e7;
  border-right-color:#3182e7;
  transition:width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.sygy li:hover::after {
  border-bottom-color:#3182e7;
  border-left-color:#3182e7;
  transition:border-color 0s ease-out 0.6s,width 0.3s ease-out 0.6s,height 0.3s ease-out 1s;
}


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

.sycpbt {
   text-align:center;
   background:#ffffff;
   width:100%;
   height:170px;
   line-height:170px;
   color:#083764;
   font-size:40px;
   font-family: 'BorisBlackBloxx', Helvetica, Arial, sans-serif;
}

.sycpnr {
   width:100%;
   height:626px;
   background:#ffffff;
}

.sycpnr .sycplb {
   height:430px;
   background:#e6eef8;
   padding-top:83px;
}

.cplb {
   width:100%;
   height:auto; overflow:hidden;
   border:1px solid rgba(12,78,141,.1);
   background:#ffffff;
   border-radius: 5px;
}

.cplb .cplbtu {
   width:100%;
   height:auto; overflow:hidden;
   padding:51px 0;
}

.cplbtu img {
  width:100%;
}

.cplb:hover .cplbtu img {
  transform:scale(1.1);
  transition:all 500ms ease-in 0ms;
}



.cplb .cplbtt {
   width:auto;
   margin:0 20px;
   text-align:center;
   padding-top:20px;
   padding-bottom:20px;
   font-family: 'arial', Helvetica, Arial, sans-serif;
   font-weight:bold;
   color:#0c4e8d;
   font-size:20px;
   line-height:20px;
   border-top:1px solid rgba(12,78,141,.1);
}

.cplb .cplbtt span {
   color:rgba(12,78,141,.5);
   text-align:center;
   font-size:20px;
   font-weight:normal;
   font-family: 'arial', Helvetica, Arial, sans-serif;
}

.sycplb .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 50px;
    margin-top: -50px;
    z-index: 10;
    right: -52px;
    cursor: pointer;
    background: url(../images/cpnext.png);
    background-size: 51px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.sycplb .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 50px;
    margin-top: -50px;
    z-index: 10;
    left: -52px;
    cursor: pointer;
    background: url(../images/cpprev.png);
    background-size: 51px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

#fuwuk {
    position: static;
}

.kuanpingg {
   width:1530px;
   padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
}

.cplbk {
   width:100%;
   height:auto;
   padding:0 52px;
   position:relative;
}

.zhcp {
   width:100%;
   height:887px; overflow:hidden;
   background:#ffffff;
   position:relative;
}

.zhcpmm {
   position:absolute;
   bottom:-175px;
   left:-75px;
   width:auto;
   height:auto;
}

.zhcps {
  height:567px;
  width:100%;
  background:#1e334c;
}

.zhcp-bt {
  height:214px;
  line-height:214px;
  text-align:center;
  font-family: 'BorisBlackBloxx', Helvetica, Arial, sans-serif;
  font-size:40px;
  color:#ffffff;
}

.zhcpnr {
  background:#e6eef8;
  height:470px;
  padding-right:20px;
  position:relative;
}

.zhcpnrt {
  font-family: 'BorisBlackBloxx', Helvetica, Arial, sans-serif;
  color:#1e334c;
  font-size:38px;
  margin-bottom:40px;
}

.zhcpnrtt {
  font-family: 'arial', Helvetica, Arial, sans-serif;
  font-size:16px;
  color:rgba(30,51,76,1);
  margin-bottom:50px;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	height:68.57px;
}

.zhcpan {
  display:block;
  color:#ffffff;
  width:215px;
  height:53px;
  background:#3182e7;
  text-align:center;
  line-height:53px;
  font-family: 'Rubik-Light', Helvetica, Arial, sans-serif;
  font-weight:bold;
  font-size:21px;
}

.zhcpan:hover {
  color:#1e334c;
}

.zhcpnrl {
   width:50%;
   float:left;
   padding-top:90px;
  padding-left:90px;
}

.zhcpnrr {
   width:45%;
   float:right;
}

.zhcpt1 {
   position:relative;
   top:-40px;
}

.zhcpt2 {
   position:relative;
   top:-250px;
   left:295px;
}

.footer {
   width:100%;
   height:auto; overflow:hidden;
   background:#ffffff;
}

.footerr {
  height:115px;
  width:100%;
  background:#e4f2fb;
}

.dbbt {
   color:#0c4e8e;
   font-size:21px;
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   padding-top:26px;
}

.dbbt span {
   font-family: 'BorisBlackBloxx', Helvetica, Arial, sans-serif;
   color:#0c4e8e;
   font-size:26px;
   font-weight:bold;
   letter-spacing:2px;
}

.shurk {
   text-align:center;
}

.shurk input {
   width:80%;
   border:none;
   border-bottom:1px solid rgba(12,78,141,.1);
   background:#e4f2fb;
   margin-top:50px;
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   color:#0c4e8e;
   font-size:21px;
}

.footer input::-webkit-input-placeholder {
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   color:#0c4e8e;
   font-size:21px;
}

.dbann {
   position:relative;
}

.dban {
   width:170px;
   height:50px;
   background:#3182e7;
   line-height:50px;
   text-align:center;
   display:block;
   color:#ffffff;
   font-size:18px;
   font-family: 'ITCAvantGardeStd-Md', Helvetica, Arial, sans-serif;
   border-radius:30px;
   margin-top:33px;
   position:absolute;
   right:0;
}

.dban:hover {
   color:#1e334c;
}

.footern {
   padding-top:63px;
   width:100%;
   height:auto; overflow:hidden;
   padding-bottom:80px;
}

.dbnbt {
   font-size:18px;
   font-family: 'maisonneue-demi', Helvetica, Arial, sans-serif;
   color:#0c4e8e;
   padding-bottom:18px;
   background:url(../images/dbhx.png) bottom left;
   background-repeat:no-repeat;
   margin-bottom:45px;
}

.footern li {
   list-style:none;
   margin-bottom:20px;
   clear:both;
   width:100%;
   height:auto; overflow:hidden;
}

.footern li:hover a {
   color: rgba(12,78,142,.5);
   transition: all 500ms ease-in 0ms;
}

.dbdhl {
   width:10%;
   height:auto;
   float:left;
}

.dbdhr {
   width:89%;
   height:auto;
   float:right;
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   color:rgba(12,78,142,.8);
   font-size:14px;
}

.dbdhr a {
   font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
   color:rgba(12,78,142,.8);
   font-size:14px;
}

.gbjianj .dbdhl {
   width:5%;
   position:relative;
   top:-3px;
}

.gbjianj .dbdhr {
   width:92%;
}

.footern .fenxiang li {
  float:left;
  margin-right:20px;
  width:auto;
  clear:none;
}

.banquan {
   width:100%;
   height:80px;
   border-top:1px solid rgba(0,0,0,.1);
   line-height:80px;
   font-size:14px;
   color:#676767;
   font-family: 'arial', Helvetica, Arial, sans-serif;
}

.banquan a {
   font-size:14px;
   color:#676767;
   font-family: 'arial', Helvetica, Arial, sans-serif;
}

.jszc {
   text-align:right;
}

.fenxiang a {
   display:block;
   width:auto;
   height:auto;
   position: relative;
	z-index: 1;
}

.fenxiang a:hover {
   transform:scale(0.9);
   transition:all 500ms ease-in 0ms;
}


/*关于我们*/
.kkt img {
   width:100%;
}

.clearfix {
   padding-left:0;
}

.neiye {
   width:100%;
   height:auto; overflow:hidden;
   background: #eff0f0;
    padding: 50px 0px 60px;
}

.lanmu{
	border-bottom: 4px #3182e7 solid;
}
.lanmu ul li{
	float: left;
	margin-right: 5px;
	list-style:none;
}
.lanmu ul li a{
	display: block;
	font-family: 'arial', Helvetica, Arial, sans-serif;
	color: #3182e7;
	line-height: 33px;
	background: #fff;
	padding: 5px 30px 0px;
	border-radius: 3px 3px 0px 0px;
	border: 1px rgba(0,0,0,.15) solid;
	transition: .3s;
	border-bottom: 0;
	font-size:16px;
}
.lanmu ul li.cur a,.lanmu ul li a:hover{
	color: #fff;
	background: #3182e7;
	border: 1px #3182e7 solid;
	border-bottom: 0;
}

.lanmu li.hover a {
       color: #fff;
    background: #3182e7;
    border: 1px #3182e7 solid;
    border-bottom: 0;
}

.ititle {
    font-size: 4.5rem;
    color: #333333;
    font-family: 'Rubik-Light', Helvetica, Arial, sans-serif;
  font-weight:bold;
    line-height: 105px;
    padding: 20px 0px 0px;
}

.iabout {
    color: #666666;
    font-family: arial;
    line-height: 28px;
}

.about h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 45px;
    text-align: center;
    color: #333339;
    margin-top: 36px;
    margin-bottom: 14px;
}

.about ul {
    padding: 0px;
    margin: 0px;
}

.about ul li {
    list-style-type: none;
}

.wttu {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.cpkuai {
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #f4f4f4;
    margin-bottom: 36px;
}

.cpkuai section {
    overflow: hidden;
}

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

.cpkuai:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpkuai:hover {
   transition: all 300ms ease-in 0ms;
   box-shadow: 0px 0px 20px rgba(0,0,0,.1);
   }


.wttu h2 {
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
}




/*联系我们*/
.lxwm {
    width:100%;
	height:auto; overflow:hidden;
	margin-top:-50px;
}

.lxwm form input{
	float: left;
	width: 48.5%;
	border: 1px rgba(0,0,0,.15) solid;
	border-radius: 4px;
	line-height: 26px;
	font-family: 'arial', Helvetica, Arial, sans-serif;
	padding: 15px 10px;
}
.lxwm form big{
	display:block;
	width:48.5%;
	float:left;
	margin-left: 3%;
	overflow:hidden;
	border: 1px rgba(0,0,0,.15) solid;
	border-radius: 4px;
}
.lxwm form input:first-child{
	margin-right: 3%;
}
.lxwm form textarea{
	width: 100%;
	border: 1px rgba(0,0,0,.15) solid;
	border-radius: 4px;
	line-height: 26px;
	font-family: 'arial', Helvetica, Arial, sans-serif;
	padding: 15px 10px;
	margin: 20px 0px;
	resize: none;
}
.lxwm form button{
	font-size: 1.8rem;
	color: #fff;
	font-family:Fontone;
	width: 50%;
	border: 0;
	background: #3182e7;
	border-radius: 4px;
	height: 60px;
	margin-top:20px;
}

.lxwm li {
   list-style:none;
   width:100%;
   height:140px;
}

.lxwm li i{
	margin-right: 10px;
	display: block;
	width: 22px;
	text-align: left;
}
.lxwm li section{
	width: 230px;
}
.lxwm li section big{
	display: block;
	color: #3182e7;
	font-size: 1.8rem;
	font-family: arial;
	font-weight: bold;
}
.lxwm li section span{
	display: block;
	color: #4d4d4d;
	font-size: 1.4rem;
	font-family: 'arial', Helvetica, Arial, sans-serif;
	line-height: 20px;
	padding: 10px 0px;
}
.lxwm li section span p{
	font-family: 'arial', Helvetica, Arial, sans-serif;
}
.lxwm li section span img{
	display:none;
}

/*新闻列表*/
.news {
   width:100%;
   height:auto; overflow:hidden;
}

.news li {
   list-style:none;
}

.news li{
	border-bottom: 1px rgba(0,0,0,.15) dashed;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.news li:after{
	content:"";
	display: block;
	clear: both;
}
.news li>a{
	display: block;
	float: left;
	width: 40%;
	position: relative;
}
.news li section{
	width: 55%;
	float: right;
} 
.news li section a:first-child{
	font-size: 2.4rem;
	color: #222222;
	font-family:Fonteight;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 70px;
	transition: .3s;
}
.news li section a:first-child:hover{
	color: #3182e7;
}
.news li section span{
	display: block;
	color: #666666;
	font-size: 1.6rem;
	line-height: 22px;
	font-family: 'arial', Helvetica, Arial, sans-serif;
}
.news li section a:last-child{
	display: block;
	width: 125px;
	line-height: 35px;
	border: 2px #3182e7 solid;
	text-align: center;
	color: #222222;
	font-family: 'arial', Helvetica, Arial, sans-serif;
	margin: 5% 0px 0px;
	transition: .3s;
}
.news li section a:last-child:hover{
	color: #fff;
	background: #3182e7;
}
.news li a small{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	text-align: center;
	z-index: 6;
	color: #fff;
	background: #3182e7;
	padding: 5px 0px;
}
.news li a small big{
	display: block;
	font-size: 4.0rem;
	font-family:Fonteight;
	line-height: 40px;
}
.news li a small p{
	font-family:Fonteight;
	line-height: 14px;
	letter-spacing: 1px;
	font-size: 1.2rem;
}


/*新闻详情*/
.newsd .tubiaoo {
   display:inline-table;
   width:15px;
   height:15px;
   line-height:30px;
   position: relative;
    top: -2px;
}

.newsd .tubiaoo img {
   width:100%;
}

.tubiaoo {
   display:inline-table;
   width:15px;
   height:15px;
   line-height:30px;
   position: relative;
    top: -2px;
}

.tubiaoo img {
   width:100%;
}

.newsd {
    padding: 40px 0px 0px;
}

.instt {
    font-size: 2.0rem;
    font-family: 'Rubik-Light', Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 22px;
    margin: 0px 0px 10px;
}

.instm {
    display: flex;
    justify-content: center;
    border-bottom: 2px rgba(0,0,0,.5) solid;
    padding-bottom: 7px;
}

.instm span {
    color: #777;
    font-family: 'arial', Helvetica, Arial, sans-serif;
    display: flex;
    line-height: 30px;
    margin: 0px 10px;
    font-size: 1.3rem;
}

.instm span i {
    line-height: 26px;
    margin-right: 5px;
}

.insct {
    font-family: arial,'microsoft yahei';
    line-height: 26px;
    color: #444;
    font-size: 1.6rem;
    margin: 20px 0px 20px;
}



.liebiaow {
    height: auto;
    overflow: hidden;
	margin-top:20px;
}

.liebiaow a {
   color:#3182e7;
   font-size:16px;
}

.liebiaow-aa {
    width: 80%;
    line-height: 30px;
    color: #666666;
    float: left;
}

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

.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 32px;
}

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

.fanhui {
    width: 142px;
    height: 43px;
    margin-top: 6px;
    float: right;
}

.fanhui a {
    display: block;
    width: 142px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background-color: #3182e7;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
}  




/*产品列表*/
.pdlm {
    background: #fff;
    margin: 0px 0px 25px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.15);
    padding: 20px;
}

.pdlm h3 {
    color: #333333;
    font-size: 1.6rem;
    font-family: Fonttwo;
    padding: 0px 0px 10px;
    border-bottom: 2px rgba(0,0,0,.1) solid;
    position: relative;
    line-height: 24px;
}

.pdlm h3:after{
	content:"";
	display: block;
	height: 2px;
	width: 60px;
	background: #3182e7;
	position: absolute;
	top: 100%;
	left: 0;
}

.pdlm form {
    margin: 20px 0px;
    padding: 5px 0px;
    border: 1px rgba(0,0,0,.15) solid;
}
.pdlm form input{
	float: left;
	line-height: 23px;
	height: 23px;
	outline: none;
	overflow: hidden;
	font-size: 1.2rem;
	font-family:arial,'microsoft yahei';
	width: 80%;
	padding: 0px 0px 0px 10px;
	border: 0;
	border-right: 1px rgba(0,0,0,.15) solid;
}
.pdlm form button{
	width: 20%;
	float: right;
	height: 23px;
	background: url(../images/xfdj.png) center no-repeat;
	border: 0;
}

.pdlm h2 {
    color: #333333;
    font-size: 2.0rem;
    line-height: 31px;
    font-family: arial;
    border-bottom: 2px rgba(0,0,0,.1) solid;
    position: relative;
    margin: 0px 0px 10px;
}

.pdlm h2:after{
	content:"";
	display: block;
	height: 2px;
	width: 60px;
	background: #3182e7;
	position: absolute;
	top: 100%;
	left: 0;
}

ul {
    list-style: none;
}

.pdlm ul li a {
    display: block;
    color: #333333;
    font-family: arial;
    line-height: 38px;
    padding-left: 15px;
    position: relative;
}

.pdlm ul li a:after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.pdlm ul li a:hover,.pdlm ul li.cur a{
	color: #3182e7;
}
.pdlm ul li:hover a:after,.pdlm ul li.cur a:after{
	background: #3182e7;
}

.pdlm ul li.hover a:after {
  background: #3182e7;
}

.pdlm ul li.hover a {
  color: #3182e7;
}

.remen {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}

.remen h2 {
    color: #333333;
    font-size: 2.0rem;
    line-height: 41px;
    font-family: arial;
    border-bottom: 2px rgba(0,0,0,.1) solid;
    position: relative;
    margin: 0px 0px 20px;
}

.remen h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background: #3182e7;
    position: absolute;
    top: 100%;
    left: 0;
}

.zuiduo ul {
    margin: 0px 3px 10px;
}

.zuiduo ul li a{
	display: block;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding: 10px 0px;
	font-size:1.4rem;
}
.zuiduo ul li a:after{
	content:"";
	display: block;
	clear: both;
}
.zuiduo ul li a big{
	display: block;
	float: left;
	font-size: 0;
	width: 34%;
	border: 1px #ddd solid;
	text-align:center;
}
.zuiduo ul li a big img{
	height:53px;
	margin:0 auto;
	
}
.zuiduo ul li a span{
	display: block;
	float: right;
	width: 60%;
	color: #565252;
	font-family: 'arial', Helvetica, Arial, sans-serif;
	line-height: 44px;
}
.zuiduo ul li a:hover span{
	color: #3182e7;
}

.weizhi {
    color: #333333;
    font-size: 2.4rem;
    font-family: 'arial', Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-bottom: 2px rgba(0,0,0,.1) solid;
    line-height: 60px;
}

.iproduct{
	padding: 30px 0px 0px;
}
.iproduct ul li{
	margin-bottom: 20px;
}

.iproduct ul li:hover img {
   transform:scale(1.1);
   transform:opcity(.4);
  transition: all 500ms ease-in 0ms;
}

.iproduct ul li big {
   overflow:hidden;
   display:block;
   width:100%;
   height:auto;
}

.iproduct ul li a{
	display: block;
	color: #4d4d4d;
	font-family: arial;
	line-height: 18px;
}
.iproduct ul li a span{
	display: block;
	padding: 10px 0px;
}
.iproduct ul li a span p{
	text-overflow:ellipsis;
	overflow:hidden;
	font-family: arial;
	white-space:nowrap;
}
.page-list{
	padding: 15px 0px 0px;
}
.page-list>span{
	float: right;
}
.page-list>span span{
	float:left;
}
.page-list>span a{
	display: block;
	float: left;
	color: #808080;
	border-radius: 1px;
	background: #fff;
	font-family:arial;
	line-height: 26px;
	padding: 2px 15px;
	border: 1px rgba(0,0,0,.2) solid;
	margin-left: 5px;
	margin-bottom: 5px;
}
.page-list>span a:hover,.page-list span>a.hover{
	color: #fff;
	background: #3182e7;
	border: 1px #3182e7 solid;
}



/*产品详情*/
.liebiao {
   width:100%;
   height:auto; overflow:hidden;
   font-size:16px;
   padding:10px 30px;
}

.liebiao a {
   color:#3182e7;
}

.shangyy {
   float:left;
}

.xiayy {
   float:right;
}

.productsd {
   width:100%;
   height:auto; overflow:hidden;
   background: #fff;
    margin: 30px 0px 0px;
    padding: 30px;
    position: relative;
}

.productsd li {
   list-style:none;
}

.pro-img {
   margin-top:40px;
	margin-bottom:40px;
}
.pro-img .xiaotu{
   margin-top:20px;

}
.pro-img #Gbig{
	width:100%;
}
.pro-img .xiaotu li{

}
.pro-img .xiaotu li a {
   display: block;
   border:2px #ddd solid;
   margin:1px;
   }

.pro-img .xiaotu li.hover{
	border:2px #0181ff solid;
}
.pro-img .colmd5{
	width:45%;
	float:left;
}
.pro-img .colmd7{
	width:50%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
    font-family: 'GOTHICB', Helvetica, Arial, sans-serif;
	font-size:27px;
	font-weight:bold;
	padding:0px 0px 15px;
	border-bottom:1px #e8e8e8 solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
    margin-top:20px;
	margin-bottom:20px;
	padding-bottom:45px;
	border-bottom: 1px #e8e8e8 solid;
	display:block;
	color:#515151;
	font-size:14px;
	line-height:22px;
	width:100%;
	font-family: 'GOTHICB', Helvetica, Arial, sans-serif;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:20px;
}

.pro-img .colmd7 h3 {
   font-family: 'GOTHICB', Helvetica, Arial, sans-serif;
   font-size:15px;
   margin-top:0px;
   margin-bottom:14px;
   color:#515151;
   }

.jqzzoom{position:relative;}
.jqzoom{position:relative;overflow:hidden;border:1px #ddd solid; height:auto; overflow:hidden;}
.zoomdiv{float:left;top:0 !important;left:100% !important;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;position:absolute;z-index:999;background-color:#fff;}
.bigimg{width:880px;height:640px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:80px !important;height:80px !important;border:1px solid #aaa;background:#fff 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}	




.jqzzoom .navigation {
    width: 100%;
    margin: 10px 0 0;
}
.jqzzoom .carousel{
    overflow: hidden;
}
.jqzzoom .carousel ul {
    width:2000em;
    list-style: none;
    margin: 0;
    padding: 0;
	margin-top:10px;
}
.jqzzoom .prev-navigation,.next-navigation{
	display:block;
	cursor:pointer;
}
.jqzzoom .prev-navigation{
	background:url(../images/left.gif) left center no-repeat;
	height:91px;
	width:39px;
	float:left;
}
.jqzzoom .next-navigation{
	background:url(../images/right.gif) right center no-repeat;
	width:39px;
	height:91px;
	float:right;
}





.procem {
    padding: 0px 36px;
    position: relative;
}

#fuwus {
    position: static;
}

.procem .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cf152d;
}

.procem .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.procem .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

#xiaotu .swiper-slide a.hover{
	border: 2px #3182e7 solid;
}  

.procem .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.procont{
	border: 2px rgba(0,0,0,.1) solid;
	margin: 60px 0px 0px;
}
.procont h2{
	line-height: 46px;
	background: #eff0f0;
	padding: 0px 0px 0px 30px;
	margin:0;
}
.procont h2 p{
	float: left;
	color: #3182e7;
	font-family:Fontone;
	font-size: 1.5rem;
	border-bottom: 2px #eff0f0 solid;
	cursor:pointer;
	margin-right:5%;
}
.procont h2 p.cur{
	color: #3182e7;
	border-bottom: 2px #3182e7 solid;
}
.procont section{
	font-size: 1.8rem;
	color: #4d4d4d;
	line-height: 50px;
	display:none;
	padding: 30px;
	font-family: 'arial', Helvetica, Arial, sans-serif;
}
.procont section p{
	font-family: 'arial', Helvetica, Arial, sans-serif;
}
.procont section img{
	max-width:100%;
	height:auto;
}

.fanye{
	padding: 0px 30px 30px;
}
.fanye a{
	display: block;
	width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	line-height: 30px;
	font-family: 'arial', Helvetica, Arial, sans-serif;
	color: #3182e7;
	font-size: 1.6rem;
}
.fanye a:last-child{
	text-align: right;
}

.tonglei {
    padding: 30px 10px 10px;
}

.tonglei h1 {
    font-size: 1.7rem;
    color: #595959;
    font-family: Fontone;
    line-height: 30px;
    margin: 0px 0px 30px;
}

.tonglei .swiper-slide a {
    display: block;
    color: #4d4d4d;
    font-family: arial;
    line-height: 18px;
}

.tonglei .swiper-slide a big {
    display: block;
    border: 1px rgba(0,0,0,.1) solid;
}

.tonglei .swiper-slide a span {
    display: block;
    padding: 10px 0px;
}



/* 搜索弹窗 */
.search-btn {
    cursor: pointer;
}


.search-alert {
   position: fixed;
   background-color: #222222;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 10000;
   display: none;
}

.search-alert .close {
   display: block;
   width: 30px;
   height: 30px;
   background: url(../images/img5-4.png) no-repeat center;
   position: absolute;
   top: 38px;
   right: 2.6%;
   cursor: pointer;
   -webkit-transition: -webkit-transform 0.3s ease 0s;
   transition: transform 0.3s ease 0s;
   z-index: 10000;
}

.search-alert .cent-form {
   position: absolute;
   width: 94.8%;
   left: 2.6%;
   top: 50%;
   height: 124px;
   margin-top: -63px;
   border-bottom: 1px solid #515151;
}

.search-alert .cent-form .tex {
   border: none;
   font-size: 66px;
   height: 124px;
   line-height: 124px;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   color: #555;
   background: none;
   padding-left: 88px;
   padding-right: 80px;
   background: url(../images/img5.png) no-repeat 35px 60px;
}

.search-alert .cent-form .sub-butn {
   border: none;
   height: 100px;
   margin-top: 24px;
   font-size: 24px;
   line-height: 100px;
   color: #555;
   text-align: right;
   background: none;
   position: absolute;
   right: 0;
   top: 0;
   width: 100px;
   text-align: center;
}

.search-alert .close:hover {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}

.search-alert .cent-form .tex {
   border: none;
   font-size: 20px;

}

@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}  
   
.Rotation {
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}   

   
/* 单页 */
   
.bmkuai {
   height:auto; overflow:hidden;
   background-color:#303030;
   padding-top:45px;
   font-size:14px;
   line-height:33px;
   color:rgba(255,255,255,.6);
   }
   
.bmkuai a {
   color:rgba(255,255,255,.6);
   } 
   
.bmkuai h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   margin-top:24px;
   margin-bottom:20px;
   color:#FFFFFF;
   } 

.abkuan {
   width:1450px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
  
      
.ablan {
   height:80px;
   line-height:80px;
   position:relative;
   z-index:8;
   }
   
.ablan li {
   list-style-type:none;
   float:left;
   width:170px;
   height:89px;
   padding-bottom:20px;
   position:relative;
   }
   
.ablan li a {
   display:block;
   height:80px;
   line-height:80px;
   text-align:center;
   font-size:18px;
   color:#121211;
   font-family: 'PingFang-SC-Regular', Helvetica, Arial, sans-serif;
   }
   
.ablan li a:hover {
   color:#FFFFFF;
   }

   
.lan1 {
   background:#ffffff;
   height:80px;
   }
   
.lan2 {
   background:#ffffff;
   height:80px;
   }
   
.lan3 {
   background:#ffffff;
   height:80px;
   }
   
.lan4 {
   background:#ffffff;
   height:80px;
   }

.lan5 {
   background:#ffffff;
   height:80px;
   }
   
.ablan li:hover .lan1 {
   background:#e2c53b;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .lan1 {
   background:#e2c53b;
   color:#FFFFFF;
   }
   
.ablan li:hover .lan2 {
   background:#e2c53b;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .lan2 {
   background:#e2c53b;
   color:#FFFFFF;
   }
.ablan li:hover .lan3 {
   background:#e2c53b;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .lan3 {
   background:#e2c53b;
   color:#FFFFFF;
   }

.ablan li:hover .lan4 {
   background:#e2c53b;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .lan4 {
   background:#e2c53b;
   color:#FFFFFF;
   }
   
.ablan li:hover .lan5 {
   background:#e2c53b;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .lan5 {
   background:#e2c53b;
   color:#FFFFFF;
   }
   
.abnn {
   height:auto; overflow:hidden;
   padding-top:50px;
   padding-bottom:45px;
   color:rgba(32,35,38,.6);
   line-height:30px;
   }  
   
.abnn h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:93px;
   color:#d9dcdf;
   margin-top:0px;
   margin-bottom:14px;
   } 
   
.abnn h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:22px;
   color:#202326;
   margin-top:0px;
   margin-bottom:40px;
   } 
   
.abnn img {
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
   }   
   
   
.abyy .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {

    bottom: 25px;
    left: 70%;
    width: 30%;

} 
   
.abyy .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background:#FFFFFF;
    opacity: .3;
}  

.abyy .swiper-pagination-bullet-active {

    opacity: 1;
    background: #FFFFFF;

} 

.shuju2 {
   margin-top:100px;
   height:auto; overflow:hidden;
   padding:100px;
   padding-top:115px;
   font-size:20px;
   color:#FFFFFF;
   background:url(../images/shuju.jpg) top center; background-repeat:no-repeat;
   text-align:center;
   }
   
.shuju2 a {
   color:#FFFFFF;
   }
   
.shuju a {
   color:#FFFFFF;
   }
   
.shuju2 h2 {
   font-family: 'Geometr415 Blk BT Black', Helvetica, Arial, sans-serif;
   font-size:93px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:10px;
   position:relative;
   text-align:center;
   }
   
.jiax {
   font-size:45px;
   top:0px;
   position:absolute;
   }
   
.abnei {
   height:auto; overflow:hidden;
   margin-top:55px;
   line-height:20px;
   color:rgba(0,0,0,.6);
   }

/* 分页 */
.page_list{
	padding: 15px 0;
	display:flex;
	justify-content:flex-end;
}
.page_list a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background-color: #eff2f7;
	margin-left: 10px;
	font-size: 1.6rem;
	font-family:ITCAvantGardeStd-Md;
	color: rgba(0,0,0,.5);
	transition: .3s;
	background-position:center;
	background-repeat:no-repeat;
}

.page_list a:first-child{
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
}
.page_list a:last-child{
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
	transform: rotateZ(180deg);
}
.page_list a:hover,.page_list a.on{
	color: #fff;
	background-color: #2877ff;
}
.page_list a:first-child:hover{
	background: #2877ff url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
}
.page_list a:last-child:hover{
	background: #2877ff url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
} 


@media (min-width: 1600px) and (max-width: 1800px) {
.sycplb .swiper-button-next {
    position: absolute;
    right: -38px;
}

.sycplb .swiper-button-prev {
    position: absolute;
    left: -38px;
}

}

@media (min-width: 1200px) and (max-width: 1600px) {
.kuanpingg {
   width:100%;
}

.sycplb .swiper-button-next {
    position: absolute;
    right: -10px;
}

.sycplb .swiper-button-prev {
    position: absolute;
    left: -10px;
}

.nav {
    padding-left: 230px;
    padding-top: 40px;
}

.search {
    position: relative;
    left: -220px;
}

.sygy li {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sycpnr .sycplb {
    height: 410px;
}

.zhcpmm {
    position: absolute;
    bottom: -185px;
    left: 0;
    width: auto;
    height: auto;
}
}

@media (min-width: 1200px) and (max-width: 1450px) {
.dbann {
    position: relative;
    right: 10px;
}
}

@media (min-width: 1200px) and (max-width: 1440px) {
.kuanping {
   width:100%;
}

.search {
    position: relative;
    left: -480px;
}

.nav {
    padding-left: 140px;
    padding-top: 40px;
}

.sygy li {
    padding-top: 35px;
    padding-bottom: 35px;
}

.cplb .cplbtu {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 0;
}

.sycpnr .sycplb {
    height: 327px;
}

.zhcpt2 {
    position: relative;
    top: -250px;
    left: 270px;
}
}

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

.kuanpingg {
  width:100%;
}

.fygnav {
    padding: 0px;
	height:50px;
	background-color:#3182e7;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 100%;
    text-align: center;
    float: left;	
}
.fygnav li a { display:block; color:#FFFFFF; background-color:#3182e7;; height:50px; line-height:50px;}

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

.yc {
   display:none;
}

.yd {
   display:block;
}

.logo {
    margin-top: 7px;
    width: 200px;
}

.navbar-toggle {
   margin-right:0;
}

.kkt {
    margin-top: 0px;
}


.navbar-inverse {
    height:60px;
}

.nav {
    padding-left: 0;
    padding-top: 10px;
}

.navbar-nav > li {
    width: 120px;
    text-align: left;
	margin-bottom:20px;
}

.navbar-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 5px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #1e334c;
    margin-top: 5px;
}

.search {
    float: right;
    line-height: 0px;
    position: relative;
    top: 0px;
}


.sygy li {
    list-style: none;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    position: relative;
    box-sizing: border-box;
}

.sygy li .sygytt {
    font-family: 'BorisBlackBloxx', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.syan {
    display: block;
    width: 60px;
    height: 25px;
    background-color: #e84423;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    font-family: 'Rubik-Light', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    z-index: 6;
}

.sygyt img {
   width:35px;
}

.sycpbt {
    text-align: center;
    background: #ffffff;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #083764;
    font-size: 18px;
    font-family: 'BorisBlackBloxx', Helvetica, Arial, sans-serif;
}

.sycpnr .sycplb {
    height: 262px;
    background: #e6eef8;
    padding-top: 20px;
}

.sycplb .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 41px;
    height: 40px;
    margin-top: -50px;
    z-index: 10;
    right: -3px;
    cursor: pointer;
    background: url(../images/cpnext.png);
    background-size: 41px 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.sycplb .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 41px;
    height: 40px;
    margin-top: -50px;
    z-index: 10;
    left: -3px;
    cursor: pointer;
    background: url(../images/cpprev.png);
    background-size: 41px 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.cplb .cplbtu {
    padding: 0;
}

.sycpnr {
    width: 100%;
    height: 420px;
    background: #ffffff;
}

.zhcp-bt {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-family: 'BorisBlackBloxx', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.zhcpnrl {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
}

.zhcpnrt {
    font-family: 'BorisBlackBloxx', Helvetica, Arial, sans-serif;
    color: #1e334c;
    font-size: 16px;
    margin-bottom: 10px;
}

.zhcpnrtt {
    font-family: 'arial', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: rgba(30,51,76,1);
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 68.57px;
}

.zhcpan {
    display: block;
    color: #ffffff;
    width: 80px;
    height: 30px;
    background: #3182e7;
    text-align: center;
    line-height: 30px;
    font-family: 'Rubik-Light', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.zhcpnrr {
    width: 100%;
    float: right;
}

.zhcpt1 {
    position: relative;
    top: 10px;
}

.zhcpnrr img {
  width:100%;
}

.zhcpnr {
    background: #e6eef8;
    height: 210px;
    padding-right: 20px;
    position: relative;
}

.zhcp {
    width: 100%;
    height: 310px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

.zhcps {
    height: 310px;
    width: 100%;
    background: #1e334c;
}

.dbnbt {
    margin-bottom: 20px;
}

.footern {
    padding-top: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 0;
}

.banquan {
    width: 100%;
    height: 120px;
    border-top: 1px solid rgba(0,0,0,.1);
    line-height: 30px;
    font-size: 14px;
    color: #676767;
    font-family: 'arial', Helvetica, Arial, sans-serif;
    text-align: center;
}

.jszc {
    text-align: center;
}

.ititle {
    font-size: 18px;
    line-height: 40px;
    padding: 0px 0px 0px;
}

.lxwm form input {
    padding: 5px 5px;
}

.lxwm form textarea {
    width: 100%;
    border: 1px rgba(0,0,0,.15) solid;
    border-radius: 4px;
    line-height: 26px;
    font-family: 'arial', Helvetica, Arial, sans-serif;
    padding: 5px 5px;
    margin: 10px 0px;
    resize: none;
}

.lxwm .col-md-6 big i img {
   height:35.8px;
}

.lxwm form button {
    font-size: 16px;
    color: #fff;
    font-family: Fontone;
    width: 100%;
    border: 0;
    background: #3182e7;
    border-radius: 4px;
    height: 40px;
    margin-top: 10px;
}

.lxwm li section {
    width: 100%;
}

.lxwmsj1 {
   float:left;
   width:50%;
}

.lxwmsj2 {
   float:right;
   width:50%;
}

.neiye {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #eff0f0;
    padding: 50px 0px 0px;
}

.lanmu ul li {
    float: left;
    margin-right: 0px;
    list-style: none;
    width: 46%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:10px;
}

.lanmu ul li a {
    display: block;
    font-family: 'arial', Helvetica, Arial, sans-serif;
    color: #3182e7;
    line-height: 33px;
    background: #fff;
    padding: 5px 15px 0px;
    border-radius: 3px 3px 0px 0px;
    border: 1px rgba(0,0,0,.15) solid;
    transition: .3s;
    border-bottom: 0;
    font-size: 14px;
}

.lanmu {
    border-bottom: 4px #3182e7 solid;
    margin-top: -35px;
}

.news li>a {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.news li section {
    width: 100%;
    float: right;
}

.news li section a:first-child {
    font-size: 18px;
    color: #222222;
    font-family: Fonteight;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    transition: .3s;
}

.news li section span {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    font-family: 'arial', Helvetica, Arial, sans-serif;
}

.news li section a:last-child {
    display: block;
    width: 100px;
    line-height: 35px;
    border: 2px #3182e7 solid;
    text-align: center;
    font-size: 12px;
    color: #222222;
    font-family: 'arial', Helvetica, Arial, sans-serif;
    margin: 3% 0px 0px;
    transition: .3s;
}

.news li {
    border-bottom: 1px rgba(0,0,0,.15) dashed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news li a small big {
    display: block;
    font-size: 30px;
    font-family: Fonteight;
    line-height: 30px;
}

.chanpinsj {
   margin-left:-40px;
}

.pdlm h2 {
    color: #333333;
    font-size: 18px;
    line-height: 31px;
    font-family: arial;
    border-bottom: 2px rgba(0,0,0,.1) solid;
    position: relative;
    margin: 0px 0px 10px;
}

.weizhi {
    color: #333333;
    font-size: 20px;
    font-family: 'arial', Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-bottom: 2px rgba(0,0,0,.1) solid;
    line-height: 40px;
}

.pdlm {
    margin: 0px 0px 15px;
}

.pro-img {
    margin-top: 0px;
    margin-bottom: 0px;
}

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

.pro-img .colmd7 {
    width: 100%;
    float: right;
}

.pro-img .colmd7 .pro-ptt {
    font-family: 'GOTHICB', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px 10px;
    border-bottom: 1px #e8e8e8 solid;
    font-weight: bold;
}

.productsd {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin: 30px 0px 0px;
    padding: 30px;
    position: relative;
}

.xiayy {
    float: left;
}

.iproduct li big img {
   width:100%;
}

.pro-img .xiaotu {
    margin-top: 10px;
}

.liebiaow-aa {
    width: 100%;
    line-height: 30px;
    color: #666666;
    float: left;
}

.liebiaow-bb {
    width: 100%;
    float: right;
    margin-bottom: 20px;
}


.container .kuanping {
   padding-right: 0px;
    padding-left: 0px;
}


.search-alert .cent-form .tex {
    border: none;
    font-size: 14px;
	padding:0;
	background:none;
	width:70%;
}

.search-alert .cent-form .sub-butn {
    border: none;
    height: 100px;
    margin-top: 10px;
    font-size: 24px;
    line-height: 100px;
    color: #555;
    text-align: right;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    text-align: center;
}


/*侧边栏*/

.caidan {
    background-color: #f2f2f2;
	height:50px;
}

.shoujilogo {
position:relative;
top:8px;
left:-15px;
}

.toolbar {
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    line-height: 50px;
    float: right;
    margin-top: 8px;
    margin-bottom: 8px;
}
#toggle-sidebar {
    cursor: pointer;
}

.sidebar {
    margin: 0;
    padding-top: 0em;
    color: white;
    background-color: #ffffff;
	overflow:scroll;
}

.container ul li {
   list-style:none;
}

.cha {
    color: #000000;
    font-size: 40px;
}

.ctt {
    text-align: center;
    cursor: pointer;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}

.dhw-aa {
    width: 70%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.dhw-bb {
    width: 30%;
    float: right;
    text-align: right;
}

.sidebar li {
    margin: .5em 0;
    padding: 0 1em;
    line-height: 32px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}

.sidebar li a {
    display: block;
    margin: .5em 0;
    padding: 0 1em;
    height: 32px;
    line-height: 32px;
}

.search form {
    width: 100%;
    background: rgba(0,0,0,.05);
	border: 0px #ffffff solid;
}

.search form input {
    background: none;
    padding: 10px 10px;
    width: 80%;
	    float: left;
    border: 0px;
    line-height: 26px;
    outline: none;
    font-family: arial,'microsoft yahei';
}

.search form button {
    width: 20%;
    background: transparent url(../images/navss.png) center no-repeat;
	float: right;
	border: 0;
    height: 46px;
	opacity: 0;
    transition: .3s;
}

.search form button.butt{
	opacity: 1;
}

.search {
    float: right;
    line-height: 0px;
    position: relative;
    top: 0px;
    padding: 10px 15px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}


/*侧边栏结束*/
.shoujidaoh .container {
   height:50px;
}




.search {
    float: right;
    line-height: 0px;
    position: relative;
    top: 0px;
    padding: 10px 15px;
    width: 100%;
    border-bottom: 1px rgba(0,0,0,.1) solid;
    text-align: center;
}

.iabout img {
   width:100%;
}

.about h4 {
  font-size: 18px;
    line-height: 40px;
    padding: 0px 0px 0px;
	color: #333333;
    font-family: 'Rubik-Light', Helvetica, Arial, sans-serif;
    font-weight: bold;
	margin:10px 0;
}

.iproduct ul li {
    margin-bottom: 20px;
    float: left;
    width: 50%;
}






}


