body,ul,h2,h3,h4,p{
    margin:0;
    padding:0;
    font-family:"SimHei", "Microsoft YaHei","NsimSun";
}
ul{
    list-style-type:none;
}
a{
    text-decoration:none;
    color:#333;
}
.topic {
    height: 50px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}
.head{
    position: relative;
    width:1190px;
    height:120px;
    margin: 0 auto;
}
.head .logo{
   padding-top:30px;
}
.head .right{
    position: absolute;
    right:10px;
    top:25px;
    width:220px;
}
.head .right img{
    position:absolute;
    top:0;
    right:208px
}
.head .right p{
    color: #ff122e;
    font-size:26px;
    text-align: left;
    margin-left:20px;
}

.words p{
    padding:10px;
    font-size:14px;
}
.lbview img{
   margin:auto;
}
.lbview ul li:nth-child(1){
    background-color:#fff;
}
.lbview ul li:nth-child(2){
    background-color:#b5def4;
}
.lbview ul li:nth-child(3){
    background-color:#ddccc4;
}
.lbview ul li:nth-child(4){
    background-color:#36a01d;
}
.lbview ul li:nth-child(5){
    background-color:#94ccfa;
}
.head a{
    display: block;
    color:#000;
}
.head .in-btn a:hover{
    color:#fff;
    background-color:#1290ff;
}
.head .col-btn a:hover{
    color:#000;
    background-color:#fff;
}

nav{
    height:50px;
    background-color:#000;
    text-align: center;

}
nav ul{
    width:1190px;
    margin:auto;
}
nav li{
    float: left;
    width:140px;
    border-right:1px solid #1a2634;
}
nav li:last-child{
    border-right:none;
}
nav a{
    display: block;
    color:#fff;
    line-height: 50px;
    font-size:16px;
}

nav li:hover{
    background-color: #1290ff;
    transition: .5s;
}

.Imgbox {
	height:398px;
	position:relative;
	top:0;
	margin:0 auto;
}
.lbview {
	height:100%;
	overflow:hidden;
}
.lbview ul {
	height:100%;
}
.lbview ul li {
	list-style:none;
	width:100%;
	display:inline-block;
	overflow:hidden;
}
.lunbo{
    text-align: center;
}
.Imgbox .btn {
	position:absolute;
	width:38px;
	height:38px;
	background:rgba(0,0,0,.3);
	border-radius:19px;
	top:50%;
	text-align:center;
	line-height:38px;
	color:#fff;
	cursor:pointer;
	margin-top:-19px;
}
.Imgbox .btn-prev {
	left:20px;
	transition:.3s
}
.Imgbox .btn-prev:hover {
	left:0;
	width:58px;
	border-radius:0 19px 19px 0;
	transition:.3s
}
.Imgbox .btn-next {
	right:20px;
	transform:rotate(180deg);
	transition:.3s
}
.Imgbox .btn-next:hover {
	right:0;
	width:58px;
	border-radius:0 19px 19px 0;
	transition:.3s
}
.Imgbox .lst {
	position:absolute;
	bottom:30px;
	left:50%;
	width:172px;
	height:20px;
	background:rgba(0,0,0,.3);
	border-radius:10px;
	margin-left:-86px;
}
.Imgbox .lst ul li {
	width:12px;
	height:12px;
	border-radius:50%;
	background:#fff;
	list-style:none;
	display:inline-block;
	margin:4px;
	cursor:pointer;
}
.Imgbox .lst ul li:hover {
	background-color:#ff122e;
}
.Imgbox .lst ul {
	line-height:20px;
	width:100%;
	height:20px;
	text-align:center;
}
.lst .zi {
	background-color:#ff122e!important;
}

.content .con-1{
    background-color:#f2f2f2;
    height:750px;
}
.content h2{
    text-align: center;
    font-size: 30px;
    color:#1a2634;
    padding-top:60px;
}
.content .line{
    width:60px;
    height:6px;
    border-bottom:3px solid #ff122e;
    margin:auto;
}
.con-1 .list{
    width:1190px;
    margin:40px auto 0;
    height:750px;
    overflow: hidden;
}

 .con-1 .list li{
    display: block;
    float: left;
    margin-left:8px;
    background-color:#fff;
    text-align: center;
    padding:10px;
    margin-top:30px;
    padding-bottom:15px;

 }
 .news{
     margin-top:30px;
     padding:0 60px;
     overflow: hidden;
 }
 .news ul li{
      border-bottom:1px dotted #a2a2a2;
      padding-top:15px;
 }
 .news ul li:before{
     content:url(../images/new.png);
 }
.news ul li a{
    color:#7a7a7a;
    margin-left:20px;
}
.news ul li a:hover{
    color:red;
}
.date{
    float: right;
    color:#a2a2a2;
}
.ap{
    text-align: center;
    margin-top:50px;
}
.con-1 .list li:nth-child(1){
    margin-left:0;
 }
.con-1 .list li:hover{
    box-shadow: 1px 1px 10px 1px #b4dbcc;
 }
.con-1 .list li h3{
    color:#a2a2a2;
    margin-top:10px;
 }
 .con-1 .list li p{
    text-align: left;
    color:#a2a2a2;
    font-size: 14px;
    padding-left:30px;
 }
 .ad{
     height:160px;
     background-color:#1290ff;
     text-align: center;
     margin-top:20px;
     background-image: url(../images/bg.png);
 }
 .ad p{
       font-size:28px;
       font-weight: bold;
       line-height: 110px;
       color:#fff;
 }
 .fl{
     width:1190px;
     height: 500px;
     margin:100px auto;
 }
 .left_1,.center,.fl .right{
     float: left;
     width:330px;
     border:3px solid #1290ff;
     border-radius: 15px;
     margin-right: 20px;
 }
 h6{
     font-size:18px;
     text-align: center;
     line-height: 0;
 }
 h6:hover{
     color:#1290ff;
 }
.center{
    background-color:#1a2634;
    padding:20px;
    color:#fff;
    margin-top:-15px;
    border:3px solid #1a2634;
}
.contact{
    height:350px;
}

.con-box{
    width:700px;
    height:350px;
    margin:auto;
    background:rgba(255,255,255,.3);
}
.cont{
    position:relative;
    margin-top:30px;
}
.cont i{
    color:#1290ff;
    font-size:40px;
    white-space: nowrap;
    font-style: normal;
}
.con-box .cont p{
    margin-left: 120px;
}

footer{
    height:230px;
    background-color:#1a2634;
    text-align: center;
    color:#fff;
    font-size:14px;
    font-weight: 200;
}
footer  a{color:#fff;}
.foot{
    width:440px;
    height: 60px;
    margin:auto;
    padding:48px 0 15px 0;
}

.foot li{
    float: left;
    margin-right:10px;
}
footer p:nth-child(1) a{
    color:#fff;
}
footer p:nth-child(1) a:hover{
    text-decoration:underline;
}



.bg1{
   background-image: url(../images/bg.png);
   padding:60px 0;
}

.about,pro{
    padding:60px 60px;
    width:1190px;
    margin:auto;
    font-size: 14px;
    line-height: 25px;
    border-radius: 15px;
    background-color:#fff;
    background-image: url(../images/aboutbg.png);
    background-repeat: no-repeat;
    background-position:bottom center;
}
.pro{
    background-image: none;
}
.fstyle a{
    font-size:12px;
}
.fstyle a:hover{
    color:#ff122e;
    text-decoration:underline;
}
.line{
    height:40px;
    border-bottom:1px solid #1290ff;
    padding-top:20px;
}
.line .sq{
    width:8px;
    height:40px;
    background-color: #1290ff;
}
.line h4{
    margin-top:-34px;
    padding-left: 20px;
    font-size:20px;
    color:#7a7a7a;
}
.about h5{
    font-size:16px;
    color:#f35d55;
    margin-bottom: 0;
}
.page{
    float:right;
    margin-top:15px;
    color:#999;
}
.page a{
    color:#999;
}
.jion-pic{
    position:absolute;
    top:0;
    right:0;
}
.call{
     font-size:35px;
     margin-left:20px;
     color:#1a2634;
}

