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


.navbar-inverse {
    background-color: #e32129;
    border-color: #5F5D5D;
}

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

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
	padding-left:36px;
	padding-right:36px;
    line-height: 60px;
}

.nav {
    padding-left: 40px;
}

.navbar {
    position: relative;
    min-height: 60px;
	}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #333333;
	background-color:#FFFFFF;
}
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: #ffffff;
	font-size:16px;
}

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


.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.2s;}
.kq2 {-webkit-animation-delay: 0.4s; -webkit-animation-duration: 0.4s;}
.kq3 {-webkit-animation-delay: 0.6s; -webkit-animation-duration: 0.6s;}
.kq4 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq5 {-webkit-animation-delay: 1s; -webkit-animation-duration: 1s;}
.kq6 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}


.kuanping {
   width:1200px;
   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;
   }
   
.banner img {
    width:100%;
}

.bnn img {
    width:100%; 
}
   
.abkuai {
   width:1440px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.dingbu {
   background-color:#4d4d4d;
   height:auto; overflow:hidden;
   line-height:30px;
   color:#FFFFFF;
   }

.zixun {
   margin-top:26px;
   width:310px;
   float:right;
   }
   
.zixun-aa {
   width:47%;
   font-size:16px;
   color:#0861b1;
   float:left;
   }
   
.zixun-bb {
   width:51%;
   float:right;
   }
   
.search1 {
   width:100%;
   float:right;
   border:1px solid #b0b0b0;
   padding:2px;
   }
   
.search1 form {
    display: flex;
}

.search1 .search {
    border: 0;
	width:77%;
    height: 30px;
    font-size: 14px;
    padding-left: 10px;
	border-right:1px solid #b0b0b0;
    border-radius: 0;
}   

.search1 .btn {
    height: 30px;
	padding:0px;
    color: #73777a;
    text-align: center;
    width: 23%;
	background-color:#FFFFFF;
}

       .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);
    }
	
.item img {
	animation: fangda 3s;
    -webkit-animation: fangda 3s;
   }  
   
-webkit-keyframes fangda {
	0%{
		transform:scale(1.0);
	}
	100%{
		transform:scale(1.2);
	}
}
@keyframes fangda {
	0%{
		transform:scale(1.0);
	}
	100%{
		transform:scale(1.2);
	}
}

.abbj {
   background-color:#efefef;
   height:auto; overflow:hidden;
   padding-top:30px;
   padding-bottom:15px;
   color:#0071b9;
   line-height:24px;
   }
   
.abbj h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:29px;
   color:#e32129;
   margin-top:16px;
   margin-bottom:14px;
   }
   
.abkuai 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;}  

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


.abmore {
   width:83px;
   height:29px;
   margin-top:66px;
   }
   
.abmore a {
    display: block;
    width: 83px;
    height: 29px;
}
   

.abmore .face2 {
    background-color:#0071b9;
    color: #FFFFFF;
    line-height: 41px;
    font-size: 0;
    text-align: center;
    height: 29px;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
}

.abmore .face2 .t {
    display: inline-block;
    line-height: 29px;
    font-size: 14px;
    vertical-align: top;
}

.abmore .face1 {
	background-color:#0071b9;
    line-height: 29px;
    font-size: 0;
    color: #FFFFFF;
    text-align: center;
    height: 29px;
}

.abmore .face1 .t {
    display: inline-block;
    line-height: 29px;
    font-size: 14px;
    vertical-align: top;
    opacity: 1;
}   
   
/*hql-翻滚按钮公用样式*/
.roll_box{-webkit-perspective: 500px; perspective: 500px;  position:relative;}
.roll1{-webkit-transform: rotateX(0deg); transform: rotateX(0deg);-webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-transform-origin: 50% 50% -25px;
    -ms-transform-origin: 50% 50% -25px;
    transform-origin: 50% 50% -25px; position:absolute; left:0; top:0; width:100%; z-index:1;opacity:1;}
.roll2{-webkit-transform: rotateX(90deg); transform: rotateX(90deg);-webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-transform-origin: 50% 50% -22px;
    -ms-transform-origin: 50% 50% -22px;
    transform-origin: 50% 50% -22px; position:absolute; left:0; top:0; width:100%; z-index:-1; opacity:0; display:none\9;}
.roll_box:hover .roll1{-webkit-transform: rotateX(-90deg); transform: rotateX(-90deg);display:none\9; z-index:0; opacity:0;}
.roll_box:hover .roll2{-webkit-transform: rotateX(0deg); transform: rotateX(0deg);display:block\9; z-index:1; opacity:1;} 


.cptit {
   height:150px;
   margin-top:20px;
   padding-top:40px;
   font-size:25px;
   text-align:center;
   color:#e32129;
   }
   
.cptit h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   text-align:center;
   margin-top:0px;
   margin-bottom:8px;
   color:#e32129;
   font-weight:bold;
   }
   
.cplan {
   height:auto; overflow:hidden;
   margin-top:35px;
   } 
   
.cplan li {
   list-style-type:none;
   float:left;
   width:15.6%;
   margin-left:0.5%;
   margin-right:0.5%;
   margin-bottom:10px;
   }  
   
.cplan li a {
   display:block;
   height:50px;
   line-height:50px;
   background-color:#e32129;
   border:1px solid #e32129;
   font-size:18px;
   text-align:center;
   color:#FFFFFF;
   border-radius: 5px;
   }
   
.cplan li a:hover {
   background-color:#FFFFFF;
   border:1px solid #e32129;
   color:#000000;
   }
   
.cpnei {
   height:auto; overflow:hidden;
   margin-top:20px;
   }
   
.cpnei li {
   list-style-type:none;
   float:left;
   margin-right:15px;
   }


.cpkk {
   height:auto; overflow:hidden;
   width:274px;
   }   
   
.cptu {
   width:272px;
   height:auto; overflow:hidden;
   border:1px solid #101010;
   }
   
.cpzi {
   height:60px;
   line-height:60px;
   text-align:center;
   border-bottom:1px solid #000000;
   }
   
.cpkk:hover .cptu {
   border:1px solid #e32129;
   transition: all 500ms ease-in 0ms;
   }
   
.cpkk:hover .cpzi {
   background-color:#e32129;
   border-bottom:1px solid #e32129;
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.cpkk img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

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

.xinwen {
   margin-top:45px;
   height:auto; overflow:hidden;
   }
   
.xinwen h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   margin-top:0px;
   margin-bottom:15px;
   color:#e32129;
   }
   
.xwdz {
   font-size:36px;
   font-weight:bold;
   }
   
.xinwen h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#808080;
   margin-top:0px;
   margin-bottom:12px;
   }
   
.xwlan {
   height:40px;
   line-height:40px;
   background:url(../images/xhua.jpg) left bottom; background-repeat:no-repeat;
   font-size:18px;
   margin-bottom:10px;
   }
   
.xwlan-aa {
   width:80%;
   float:left;
   color:#ff0000;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   }
   
.xwlan-bb {
   width:20%;
   float:right;
   }
   
.xwmore {
   width:69px;
   height:25px;
   float:right;
   margin-top:5px;
   }
   
.xwmore a {
   display:block;
   width:69px;
   height:25px;
   line-height:25px;
   text-align:center;
   background-color:#ff0000;
   border-radius: 5px;
   font-size:14px;
   color:#FFFFFF;
   }
   
.xwnei {
   font-size:18px;
   color:#808080;
   height:auto; overflow:hidden;
   line-height:45px;
   }
   
   
.case {
   margin-top:60px;
   height:auto; overflow:hidden;
    background: url(../images/casebj.jpg) no-repeat center center;
    background-attachment: scroll;
    background-size: auto auto;
    background-size: cover;
    background-attachment: fixed;
   padding-top:70px;
   padding-bottom:80px;
   }
   
.case h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   margin-top:0px;
   margin-bottom:43px;
   color:#e32129;
   }
   
.casekk {
  height:auto; overflow:hidden;
  }
  
.casekk li {
   list-style-type:none;
   float:left;
   width:32.7%;
   margin-left:0.3%;
   margin-right:0.3%;
   }
   
.casett {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   }
   
.casetp {
   margin-top:10px;
   margin-bottom:10px;
   } 
   
.casett-aa {
   padding:4px;
   height:auto; overflow:hidden;
   border-bottom:1px solid #cbcbcb;
   }
   
.casett-aa p {
    margin:0px;
	height:36px;
	line-height:36px;
	text-align:center;
	font-size:14px;
	color:#e32129;
	}
   
.casett-bb {
   padding:8px;
   height:auto; overflow:hidden;
   color:#4d4d4d;
   font-size:12px;
   line-height:18px;
   }
   
.casett-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:12px;
   color:#000000;
   font-weight:bold;
   margin-top:0px;
   margin-bottom:8px;
   }
   
.case-more {
   width:70px;
   height:auto; overflow:hidden;
   margin:36px auto 0px;
   }
   
.case-more a {
   display:block;
   width:70px;
   height:25px;
   line-height:25px;
   text-align:center;
   border-radius: 5px;
   background-color:#ff0000;
   color:#FFFFFF;
   }
   
   
	.demo{
			padding: 2em 0;
		}
		.box{
		    text-align: center;
		    box-shadow: 0 0 3px rgba(0,0,0,0.3);
		    overflow: hidden;
		    position: relative;
		}
		.box:before,
		.box:after{
		    content: "";
		    display: block;
		    background: rgba(0,0,0,0.3);
		    position: absolute;
		    top: 10%;
		    left: 7%;
		    bottom: 10%;
		    right: 7%;
		    z-index: 1;
		    transform: scale(0,1);
		    transition: all 0.3s;
		}
		.box:after{
		    top: 10.8%;
		    bottom: 10.8%;
		    transform: scale(1,0);
		}
		.box:hover:before,
		.box:hover:after{
		    transform: scale(1);
		    animation: animate 1.5s;
		}
		.box:hover:before{
		    border-top: 3px solid #fff;
		    border-bottom: 3px solid #fff;
		}
		.box:hover:after{
		    border-left: 3px solid #fff;
		    border-right: 3px solid #fff;
		}
		.box img{
		    width: 100%;
		    height: auto;
		    transition: all 0.3s;
		}
		.box:hover img{
		    transform: scale(1.2);
		    filter: blur(5px);
		    -moz-filter: blur(5px);
		    -webkit-filter: blur(5px);
		}
		.box .box-content{
		    padding: 30px 10px;
		    position: absolute;
		    top: 10%;
		    left: 7%;
		    bottom: 10%;
		    right: 7%;
		    opacity: 0;
		    z-index: 2;
		    transition: all 0.3s;
		}
		.box:hover .box-content{
		    box-shadow: 0 0 0 35px rgba(255,255,255,0.3);
		    opacity: 1;
		}
		.box .title{
		    font-size: 24px;
		    font-weight: 600;
		    color: #88c425;
		    margin: 0 0 5px 0;
		}
		.box .post{
		    display: block;
		    margin: 0 0 5px 0;
		    font-size: 14px;
		    font-style: italic;
		    color: rgba(255,255,255,0.5);
		}
		.box .description{
		    font-size: 18px;
			font-weight:bold;
		    color: #fff;
		    margin: 0 0 20px 0;
		}
		.box .icon{
		    padding: 0;
		    margin: 0;
		    list-style: none;
		}
		.box .icon li{
		    display: inline-block;
		    margin: 0 10px 0 0;
			width:100%;
		}
		.box .icon li a{
		    display: block;
		    width: 30px;
		    height: 30px;
		    line-height: 30px;
		    color: #fff;
		    background: #FF0000;
		    transition: all 0.5s;
			margin: 0 auto;
		}
		.box .icon a:hover{
		    text-decoration: none;
		    border-radius: 50%;
		    animation: animate-hover 0.5s;
		}
		@keyframes animate{
		    0%{opacity: 1;}
		    100%{opacity: 1;}
		}
		@keyframes animate-hover{
		    0% {box-shadow: 0 0 0 10px rgba(255,255,255,0.3);}
		    50% {box-shadow: 0 0 0 5px rgba(255,255,255,0.3);}
		    100% {box-shadow: 0 0 0 0 rgba(255,255,255,0.3);}
		}
		@media only screen and (max-width:990px){
		    .box{ margin-bottom: 30px; }
		    .box .box-content{ padding: 10px; }
		    .box .description{ margin-bottom: 10px; }
		}
		@media only screen and (max-width:479px){
		    .box .title{ margin: 0; }
		}  
		
		
.case-more2 {
   width:134px;
   height:25px;
   margin:55px auto 0px;
   }
   
.case-more2 a {
   display:block;
   width:134px;
   height:25px;
   line-height:25px;
   text-align:center;
   background-color:#FF0000;
   color:#FFFFFF;
   border-radius: 5px;
   font-weight:bold;
   } 
   
   
.shebei {
   height:auto; overflow:hidden;
   background: url(../images/shebei.jpg) no-repeat center center;
   background-attachment: scroll;
   background-size: auto auto;
   background-size: cover;
   background-attachment: fixed;
   padding-top:60px;
   padding-bottom:115px;
   } 
   
.shebei h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   margin-top:0px;
   margin-bottom:37px;
   color:#e32129;   
   }  
   
.gundong {
   width:1320px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.gundong li {
   list-style-type:none;
   float:left;
   width:288px;
   }     
   
.sbkk {
   width:288px;
   height:auto; overflow:hidden;
   padding:7px;
   } 
   
.sbkk-anniu {
   margin-top:45px;
   height:auto; overflow:hidden;
   }
   
.sbkk-anniu-aa {
   width:120px;
   height:25px;
   line-height:25px;
   text-align:center;
   background-color:#ff0000;
   border-radius: 5px;
   color:#FFFFFF;
   font-weight:bold;
   float:left;
   margin-left:94px;
   }
   
.sbkk-anniu-bb {
   width:0px;
   height:25px;
   line-height:25px;
   text-align:center;
   background-color:#FFFFFF;
   border-radius: 5px;
   color:rgba(255,255,255,0);
   font-weight:bold;
   float:right;
   margin-right:10px;
   position:relative;
   }   
   
    .img-scroll { position:relative; margin:0px auto; width:100%; float:left; height:auto; overflow:hidden;}
    .img-scroll .prev,.img-scroll .next { position:absolute; display:block; width:28px; height:28px; margin-top:114px; background-color:#000;
    top:0; color:#FFF; text-align:center;}
    .img-scroll .prev { left:0; background:url(../images/zuo.png) no-repeat; width:28px; height:28px;}
    .img-scroll .next { right:0; background:url(../images/you.png) no-repeat; width:28px; height:28px;}
	.img-scroll .prev:hover { left:0; background:url(../images/zuo.png) no-repeat; width:28px; height:28px;}
	.img-scroll .next:hover { right:0; background:url(../images/you.png) no-repeat; width:28px; height:28px;}
    .img-list { position:relative; width:93%; height:auto; overflow:hidden; margin-left:45px; overflow:hidden}
    .img-list ul { width:9999px;}
    .img-list li { float:left; display:inline; margin-left:6px; margin-right:6px; height:auto; overflow:hidden;}
	
.sbkk:hover {
   background-color:#FF0000;
   transition: all 500ms ease-in 0ms;
   }  
   
   
.sbkk:hover .sbkk-anniu-aa {
   margin-left:10px;
   transition: all 500ms ease-in 0ms;
   background-color:#FFFFFF;
   color:#000000;
   } 
   
.sbkk:hover .sbkk-anniu-bb {
   width:83px;
   color:#000000;
   transition: all 500ms ease-in 0ms;
   }
   
   
.bottom {
   height:auto; overflow:hidden;
   background-color:#efefef;
   padding-top:36px;
   padding-bottom:30px;
   font-size:18px;
   line-height:30px;
   color:#000000;
   }
   
.bottom a {
   color:#000000;
   } 
   
.bottom h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   margin-top:0px;
   padding-bottom:10px;
   background:url(../images/cpxia.jpg) left bottom; background-repeat:no-repeat;
   margin-bottom:15px;
   }  
   
.rexian {
   height:auto; overflow:hidden;
   }
   
.rexian-aa {
   width:88px;
   height:60px;
   line-height:30px;
   background:url(../images/rx.png); background-repeat:no-repeat;
   padding-left:8px;
   float:left;
   }
   
.rexian-bb {
   height:60px;
   line-height:60px;
   font-size:34px;
   float:left;
   margin-left:8px;
   color:#333333;
   }
   
.kk {
   border:1px solid #b0b0b0;
   height:36px;
   background:url(../images/kong.png);
   }
   
.kk2 {
   border:1px solid #b0b0b0;
   background:url(../images/kong.png);
   }
   
.footer {
   height:auto; overflow:hidden;
   background-color:#333333;
   line-height:40px;
   color:#666666;
   }
   
.footer a {
   color:#666666;
   }
   
.juyou {
   text-align:right;
   }
   
.didh {
   line-height:37px;
   }
   
   
/* 单页 */
.neirong {
    height: auto;
    overflow: hidden;
	margin-top:20px; margin-bottom:20px;
}

.lielanx {
    background-color:#e32129;
    height: 80px;
    padding-left: 15px;
    padding-top: 20px;
	border-radius: 8px 8px 0 0;
}

.lielanx h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 5px;
}
   
.lie-hhx {
   height:50px;
   border-bottom:1px solid #ebebeb;
   }
   
.lie-hhx a {
   display:block;
   width:100%;
   height:50px;
   line-height:50px;
   background-color:#f7f7f7;
   border-bottom:1px solid #ebebeb;
   font-size:14px;
   color:#717071;
   }
   
.lie-hhx a:hover {
   background-color:#000000;
   color:#ffffff;
   }
   
.lie-hhx.hover a {
   background-color:#000000;
   color:#ffffff;
   }
   
.lie-aa {
   width:70%;
   padding-left:25px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   }
   
.lie-bb {
   width:25%;
   float:right;
   text-align:right;
   padding-right:25px;
   }
   
   
   
.rrnei {
   width:100%;
   background-color:#FFFFFF;
   border:1px solid #ecebeb;
   height:auto; overflow:hidden;
   border-radius: 8px 8px 0 0;
   }
   
.rrnei-lan {
   height:50px;
   line-height:50px;
   color:#3e3a39;
   }
   
.rrnei-lan-a {
   width:40%;
   float:left;
         height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin-left:25px;
   color:#595757;
   font-size:20px;
   font-weight:bold;
   }
   
.rrnei-lan a {
   color:#717071;
   }
   
.rrnei-lan-b {
   width:40%;
   float:right;
   margin-right:25px;
   text-align:right;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   }
   
.rrnei-nei {
   background:url(../images/neibj.jpg) top left; background-repeat:no-repeat;
   height:auto; overflow:hidden;
   padding:30px;
   }
   
.rrnei-nei h5 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
} 

.rrnei-nei img {
   width:100%;
   }
   
.lxnei {
   padding:20px;
   background-color:#ffffff;
   border:1px solid #eeeeee;
   }
   
.lxlan {
	background-color:#005ea4;
    height: 80px;
    padding-left: 15px;
    padding-top: 20px;
	border-radius: 8px 8px 0 0;
	margin-top:20px;
}

.lxlan h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 5px;
}

/* 单页 */

.huiyy {
   background-color:#f7f7f7;
   }
   
.neidh {
   width:100%;
   height:auto; overflow:hidden;
   background-color:#e32129;
   }
   
.neidh-tt {
   width:1200px;
   height:45px;
   line-height:45px;
   margin:0 auto;
   }
   
.neidh-tt li {
   width:130px;
   list-style-type:none;
   float:left;
   }
   
.neidh-tt li a {
   display:block;
   width:130px;
   height:45px;
   line-height:45px;
   text-align:center;
   background:url(../images/youhua.png) right; background-repeat:no-repeat;
   color:#FFFFFF;
   }
   
.neidh-tt li a:hover {
   background-color:#FFFFFF;
   border-top:2px solid #fd031f;
   color:#333333;
}

.neidh-tt li.hover a {
   background-color:#FFFFFF;
   border-top:2px solid #fd031f;
   color:#333333;
}

.dangqian {
   width:100%;
   height:60px;
   background-color:#FFFFFF;
   border-bottom:1px solid #e8e9e9;
   }
   
.dqt {
   line-height:60px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin:0 auto;
   }
   
.dqt-bb {
   color:#000000;
   }
   
.neibu {
   height:auto; overflow:hidden;
   background-color:#ffffff;
   border:1px solid #d7d7d7;
   padding:40px;
   margin:30px auto 85px;
   }
   
.neibu h2 {
   font-size:27px;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   color:#595757;
   font-weight:bold;
   margin-top:0px;
   margin-bottom:40px;
   }
   
.neibu img {
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


/* 产品中心 */

.cpkk-right-lan {
    height:auto; overflow:hidden;
    line-height: 50px;
    border-bottom: 1px solid #dcdddd;
    color: #898989;
}

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

.cpkkr-zuo {
    font-size: 16px;
}

.cpkkr-you {
    text-align: right;
    font-size: 14px;
}

.cptux {
   border:6px solid #efefef;
   background-color:#efefef;
   height:auto; overflow:hidden;
   margin-bottom:30px;
   }
   
.cptux:hover {
   border:6px solid #e32129;
   background-color:#e32129;
   box-shadow:0px 0px 15px rgba(0,0,0,.5);
   transition: all 500ms ease-in 0ms;
   }
.cptux a {
   color:#333333;
   }
   
.cptux a:hover {
   color:#ffffff;
   }
   
.cptux p {
   margin-top:15px;
   margin-bottom:7px;
   text-align:center;
   } 
   
.cpyymore {
    width: 165px;
    height: 35px;
	margin:15px auto 0px;
}

.cpyymore a {
    display: block;
    width: 165px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #e32129;
    border-radius: 20px;
}       
   
/* 新闻中心 */

.newhh {
   height:auto; overflow:hidden;
   margin-top:30px;
   margin-bottom:30px;
   }
   
.newhh li {
   width:100%;
   list-style-type:none;
   padding:14px;
   height:auto; overflow:hidden;
   background:url(../images/nn1.jpg);
   border:1px solid #eaeaea;
   margin-bottom:15px;
   }
   
.newhh li:hover {
   background:url(../images/nn2.jpg);
   border:1px solid #dcdddd;
   box-shadow:0px 0px 15px rgba(0,0,0,.2);
   }   
   
.xw-tu {
   width:242px;
   height:auto; overflow:hidden;
   float:left;
   }
   
.xw-zi {
   width:500px;
   height:auto; overflow:hidden;
   float:left;
   margin-left:50px;
   }
   
.xw-zi h2 {
   color:#595757;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:22px;
   margin-bottom:15px;
   }
   
.xw-tt {
   width:140px;
   height:auto; overflow:hidden;
   padding-right:50px;
   padding-top:30px;
   text-align:right;
   float:right;
   }
   
.xwda {
   font-size:18px;
   }   
     

/* 招聘 */

.zplieb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.zplieb span{
	display:block;
	font-weight:bold;
	text-align:center;
	font-size:1.5rem;
	line-height:30px;
	padding:15px 0px;
	overflow:hidden;
}
.zplieb span:nth-of-type(1){
	width:10%;
}
.zplieb span:nth-of-type(2){
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	width:45%;
}
.zplieb span:nth-of-type(3){
	width:15%;
}
.zplieb span:nth-of-type(4){
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	width:15%;
}
.zplieb span:nth-of-type(5){
	width:15%;
}
.zplieb span:nth-of-type(2):after{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(2):before{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(4):after{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(4):before{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}

.zplb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.1) solid;
	transition:.5s;
	cursor:pointer;
}
.bse{
	background:#fff;
}
.jobct-ct section:hover .zplb{
	background:#fff;
}
.zplb span{
	display:block;
	text-align:center;
	font-size:1.5rem;
	line-height:30px;
	padding:15px 0px;
	overflow:hidden;
}
.zplb span font:after{
	content:"+";
	font-size:2.4rem;
	color:#7eb112;
}
.bse span font:after{
	content:"-";
	font-size:2.4rem;
	color:#7eb112;
}
.zplb span:nth-of-type(1){
	width:10%;
}
.zplb span:nth-of-type(2){
	width:45%;
}
.zplb span:nth-of-type(3){
	width:15%;
}
.zplb span:nth-of-type(4){
	width:15%;
}
.zplb span:nth-of-type(5){
	width:15%;
}
.zkzpxq{
	display:none;
	background:#f9f9f9;
	padding-bottom:30px;
}
.zpxq{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	background:#f9f9f9;
}
.zpxq .yaoqiu{
	width:45%;
	margin-right:2%;
}
.zpxq .zhize{
	width:45%;
}
.zpxq>div{
	padding:20px 0px;
	color:rgba(0,0,0,.7);
}
.zpxq>div>big{
	display:block;
	font-weight:bold;
	font-size:1.6rem;
	line-height:30px;
	padding-bottom:5px;
}
.zpxq>div>span{
	display:block;
	line-height:24px;
	font-size:1.4rem;
}
.zkzpxq>a{
	background:#7eb112;
	color:#fff;
	line-height:38px;
	width:120px;
	text-align:center;
	font-size:1.4rem;
	margin:0px 0px 0px 4%;
	display:block;
}
.zkzpxq>a:hover{
	color:#fff;
}


/* 资讯 */
.xinwenk {
   height:auto; overflow:hidden;
   }
   
.xinwenk li {
   list-style-type:none;
   width:100%;
   height:auto; overflow:hidden;
   line-height:40px;
   border-bottom:1px dashed #555555;
   }
   
.xinwenk-aa {
   width:80%;
   float:left;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   }
   
.xinwenk-bb {
   width:20%;
   float:right;
   text-align:right;
   }
   



/* 分页 */ 
.page {
    margin: 20px auto;
}

.page-m {
    position: relative;
    top: -1px;
    +display: inline !important;
}

.page a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.page-m a {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
	border:1px solid #eeeeee;

}

.page-m a:hover {
    color: #fff;
    background: #e32129;
	border:1px solid #e32129;
}

.xianshi {
    color: #fff;
    background: #e32129;
	border:1px solid #e32129;
}

.page-m a.active {
    color: #fff;
    background: #e32129;
	border:1px solid #e32129;
} 

.neibu h5 {
   width:100%;
    height:auto; overflow:hidden;
    line-height: 54px;
    color: #595757;
	text-align:center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #efefef;
	margin-top:0px;
	margin-bottom:20px;
}


#scrollbox {
    height: 315px;
    overflow: hidden;
}

.scrollcon {
    height: 800%;
}

.anlix {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}


.liuyan h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:17px;
   margin-top:0px;
   margin-bottom:6px;
   text-align:center;
   }
   
.liuyan h3 {
   font-family:'Dosis-SemiBold', Helvetica, Arial, sans-serif;
   font-size:42px;
   text-align:center;
   margin-top:0px;
   margin-bottom:83px;
   }

.biao {
   height:auto; overflow:hidden;
   margin-bottom:20px;
   }
   
.biao h4 {
   font-family:'Dosis-SemiBold', Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:14px;
   color:#666666;
   }
   
.kk {
   height:50px;
   border:1px solid #333333;
   }
   
.kk2 {
   border:1px solid #333333;
   }
   
.anniu {
   width:208px;
   height:54px;
   background-color:#ddaa6e;
   padding:0px;
   }
   
.anniux {
   width:208px;
   height:54px;
   font-size:18px;
   background-color:#FFFFFF;
   padding:0px;
   }
   

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

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

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
   
.abkuai {
   width:100%;
   } 
   
.gundong {  
   width:100%;
   }
   
.cplan li {
    list-style-type: none;
    float: left;
    width: 32.3%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 10px;
}
   
.casekk li {
   width: 99%;
   margin-left: 0.5%;
   margin-right: 0.5%;
   }

}


