body{
	font-size: 14px;
	margin: 0;
	padding: 0px;
    font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Wenquanyi Micro Hei","Microsoft Yahei",Arial,sans-serif;
}
h3,p,ul{
	padding: 0;margin: 0;
}
a{
	text-decoration: none;
	color: #666;
}
li{
	list-style: none;
}
.header{
    width: 100%;
    margin: 0 auto;
    /* display: inline-block; */
    height: 250px;
    /* padding-top: 15px; */
    background-image: url(../images/hader-bg.png);
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
}
.header .head{
	width: 1500px;
    margin: 0 auto;
    background-color: #ccc;

}
.header .head .logo{
    width: 280px;
     float: left;
    padding-top: 66px;
    text-align: left;
}
.header .head .logo img{
	width: 100%;
}
.header .head .hr{
    width: 1040px;
    float: right;
    text-align: left;
    padding-top: 0px;
    position: relative;
}
.header .head .hr .info{
	width: 300px;
    float: right;
    margin-top: 40px;
}
.header .head .hr .info .co{
	float: left;
}
.header .head .hr .info .co span{
	display: block;
    font-size: 23px;
    font-weight: bold;
}
.header .head .hr .icon{
    position: absolute;
    bottom: 13px;
    right: 211px
}
.header .head .hr .info .lang{
    color: #fff;
    margin-top: 23px;
}
.header .head .hr .info .lang a{
    color: #fff;
    background-color: #4d75b3;
    padding: 5px 8px;
    margin-top: 7px;
    position: relative;
    left: 10px;
}
.header .head .hr ul{
	margin-top: 200px;
    text-align: right;
    display: inline-block;
}
.header .head .hr ul li{
	float: left;
    margin-left: 20px;
}
.header .head .hr ul li a{
	font-size: 16px;
    color: #fff;
}
.i-banner{
	/*height: 450px;*/
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width: 100%;
}
.swiper-pagination-bullet{
	background: #fff;
	opacity:1;
	width: 10px;
    height: 10px;
}
.swiper-pagination-bullet-active{
	background: #000;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 10px;
    left: inherit;
    width: 100%;
    right: 30px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
}
.swiper-pagination{
	text-align: right;
}
.i-content{
	margin-top: 35px;
}
.i-content .i-cate{
    width: 1565px;
    margin: 0 auto;
}
.i-content .i-cate .cate-name{
	width: 471px;
    float: left;
    text-align: center;
    margin-left: 37px;
}
.i-content .i-cate .cate-name .cate-title{
    background: #0096e7;
    width: 100%;
    /*border-radius: 45px 0px;*/
    height: 202px;
    padding-top: 56px;
}
.i-content .i-cate .cate-name:first-child .cate-title{
	background: #80bff4;
}
.i-content .i-cate .cate-name:last-child .cate-title{
	background: #0065b3;
}
.i-content .i-cate .cate-name .cate-title span:first-child{
	color: #fff;
    display: block;
    font-size: 45px;
    font-weight: bold;
}
.i-content .i-cate .cate-name .cate-title span.s2{
	display: block;
    color: #fff;
    font-size: 23px;
    margin-top: 10px;
    letter-spacing: 3px;
}
.i-content .i-cate .cate-name .cate-title span.s3{
    display: block;
    color: #fff;
    font-size: 19px;
    margin-top: 10px;
}
.i-content .i-cate .cate-name .cate-sub{
	text-align: left;
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 50px;
}
.i-content .i-cate .cate-name .cate-sub span{

}
.i-content .i-cate .cate-name .cate-sub span i{
	font-style: normal;
    font-size: 14px;
    margin-left: 10px;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    padding: 0px 10px;
}
.i-content .i-ps{
    width: 1500px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.i-content .i-ps .ps-title{
    display: inline-block;
    width: 100%;
    text-align: center;
    /*background: #0096e7;*/
    height: 150px;
    /*border-radius: 45px 0px;*/
    padding-top: 85px;
    background-image: url("../images/i-color-bg.png");
}
.i-content .i-ps .ps-title span:first-child{
	display: block;
    color: #0379c1;
    font-size: 36px;
    font-weight: bold;
}
.i-content .i-ps .ps-title span:last-child{
	display: block;
    color: #0379c1;
    font-size: 23px;
}
.i-content .i-ps .ps-sub{
	height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #666;
}
.i-content .i-ps .ps-sub span{

}
.i-content .i-com{
	width: 100%;
    margin: 0 auto;
    background-color: #6c66a2;
    height: 220px;
    /*background-image: url("../images/i-sids-bg.jpg");*/
     /*background-position: center;*/
}
.i-content .i-com span{
    width: 25%;
    float: left;
    text-align: center;
    line-height: 230px;
    font-size: 24px;
    color: #fff;
}

.i-np-con{
    width: 1500px;
    margin: 60px auto;
    height: 590px;
}
.i-np-con .i-news{
	width:890px;
	float: left;
}
.i-np-con .i-news h3{
    background-color: #007cc3;
    color: #fff;
    padding: 20px 15px;
    font-size: 24px;
}
.i-np-con .i-news h3 span{
	font-size: 20px;
	margin-left: 15px;
}
.i-np-con .i-news ul{

}
.i-np-con .i-news ul li{
	height: 56px;
	line-height: 56px;
	border-bottom: 1px dotted #ccc;
	text-indent: 5px;
}
.i-np-con .i-news ul li a{
	font-size: 16px;
}
.i-np-con .i-news ul li a span{
	float: right;
}
.i-np-con .i-news ul li a span.more{
	font-weight: bold;
	color: green;
}
.i-np-con .i-product{
	width: 550px;
	float: right;
	    display: inline-grid;
}
.i-np-con .i-product h3{
	background-color: #007cc3;
    color: #fff;
    padding: 20px 15px;
    font-size: 24px;
}
.i-np-con .i-product h3 span{
	font-size: 20px;
	margin-left: 15px;
}
.i-np-con .i-product .i-pl{
	overflow: hidden;
}
.footer{
    height: 15px;
    border-top: 10px solid #007cc3;
    padding: 30px 0px;
    line-height: 18px;
    color: #fff;
    margin-top: 30px;
    background: #005a92;
}
.footer .foot{
	width: 1500px;
    margin: 0 auto;	
}
.footer .foot .left{
	width: 70%;
	float: left;
}
.footer .foot .left p{
	
}
.footer .foot .right p a{
    color: #fff;
}
.footer .foot .right{
	width: 30%;
	float: right;
	text-align: right;
}
.footer .foot .right p{
	
}
.lm-banner{
    text-align: center;
    height: 190px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.wrap{
    /*border-top:1px solid #999;*/
}
.n-con{
    width: 1500px;
    margin: 30px auto;
}
.n-con .menu{
    width: 240px;
    float: left;
    min-height: 700px;
    background-color: #007cc3;
    color: #fff;
}
.n-con .menu h3{
    background-color: #007cc3;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
    font-size: 30px;
}
.n-con .menu h3 span{
    font-weight: normal;
    display: block;
    font-size: 20px;
}
.n-con .menu ul{
    display: inline-block;
    padding: 10px 0px 10px 0px;
    width: 100%;
    /*background-color: #ddecf6;*/
}
.n-con .menu ul li{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.n-con .menu li{
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    /*background-color: #ddecf6;*/
}
.n-con .menu ul li a{
    color: #fff;
    display: inline-block;
    width: 85%;
    border-bottom: 1px solid #87d9ff;
    font-size: 16px;
}
.n-con .menu ul li a.on{
    /*color: #007cc3;*/
}
.n-con .right{
    width: 1200px;
    float: right;
}
.n-con .right h4{
    font-size: 26px;
    text-align: center;
}
.n-con .right .r-content{

}
.n-con .right .r-content p {

}
.news-list{

}
.news-list li{
    height: 56px;
    line-height: 56px;
    border-bottom: 1px dotted #ccc;
    text-indent: 5px;
}
.news-list li a{
    font-size: 16px;
}
.news-list li a span{
    float: right;
}
.news-list li a span.more{
    font-weight: bold;
    color: green;
}
.pic-list{
    width: 1250px;
}
.pic-list li{
    width: 21.5%;
    float: left;
    /* text-indent: 5px; */
    margin-right: 20px;
    margin-bottom: 25px;
    /*height: 250px;*/
}
.pic-list li a{
    font-size: 16px;
}
.pic-list li span{
    display: inline-block;
    height: 55px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.pic-list li .pic{
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
    /*padding: 10px 0px;*/
}
.pic-list li .pic img{
    width: 100%;
}
.news-list li a span{
    display: inline-block;
    /*width: 100%;*/
}
.pagination {
    margin: 0;
    float: right;
}
.pagination ul {
    display: inline-block;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.pagination ul>li {
    display: inline;
}
.pagination ul>li>a, .pagination ul>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{background-color:#eee}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}

.menu_1{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: #75c5f0;
    color: #fff;
}
.menu_2{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #333;
    background-color: #ddecf6;

}
.menu_2 span{
    width: 70%;
    display: inline-block;
    border-bottom: 1px solid #666;
    height: 29px;
}
.jszx-list{

}
.jszx-list li{

}
.jszx-list li h3{
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #00923f;
    text-align: center;
    font-size: 30px;
}
.jszx-list li .info{
    display: inline-block;
    width: 100%;
    background-color: #ecf5e2;
}
.jszx-list li .info .left{
    width: 50%;
    float: left;
    display: grid;
}
.jszx-list li .info .left img{
    width: 100%;
}
.jszx-list li .info .right{
    width: 48%;
    float: right;
}
.jszx-list li .info .right h4{
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.jszx-list li .info .right span{
    font-size: 22px;
    display: block;
    color: #666;
    margin-top: 20px;
}

#container {
    width: 100%;
    /*height: 650px;*/
    overflow: hidden;
}
.sections,.section {
    height:100%;
    text-align: center;
}
.sections,.section img{
    width: 100%;
}
#container,.sections {
    position: relative;
}
.pages.horizontal {
    transform: translateX(-50%);
    bottom: 21px;
    right: 130px;
    left: auto;
}
.swiper-slide a{
    width: 100%;
    display: inline-block;
}
.pagination {
    position: relative;
    z-index: 20;
    /* bottom: 10px; */
    width: 100%;
    text-align: right;
    right: 0;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
.device {
    position: relative;
    height: 518px;
    overflow: hidden;
}
.device .arrow-left {
    background: url(/app/home/view/default/public/images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 99999;
}
.device .arrow-right {
    background: url(/app/home/view/default/public/images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 99999;
}
.i-header{
    width: 100%;
    /*height: 80px;*/
    /*line-height: 80px;*/
    background-color: #fff;
    position: relative;
}
.i-header ul{
    width: 1500px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
}
.i-header ul li{
    width: 19.9%;
    float: left;
    text-align: center;
    height: 80px;
}
.i-header ul li i{
    position: relative;
    top: 10px;
    margin-right: 8px;
}
.i-header ul li.hover{
    background-color:#5699d2;
}
.i-header ul li i img{
    width: 35px;
}
.i-header ul li a{
    color: #333;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    width: 100%;
}
.i-header ul li a span{
    font-weight: normal;
    float: right;
    color: #999;
    height: 29px;
    border-left: 1px solid #999;
    margin-top: 27px;
}
.i-about{
    width: 1500px;
    margin: 0 auto;
    height: 260px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.i-about .left{
    width: 700px;
    margin-right: 25px;
    float: left;
}
.i-about .right{
    width: 730px;
    float: left;
    margin-left: 45px;
}
.i-about .right img{
    width: 730px;
    height: 257px;
}
.i-about .left h3{
    font-size: 32px;
    color: #0375be;
}
.i-about .left h3 span{
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.i-about .left .con{
    margin-top: 10px;
    height: 156px;
    overflow: hidden;
}
.i-about .left .con p{
    line-height: 25px;
    text-indent: 25px;
}
.i-about .left .bottom{
    text-align: right;
}
.i-about .left .bottom span{
    border: 1px solid #999;
    color: #999;
    border-radius: 5px;
    padding: 0px 6px;
}
.i-xq{
    width: 1500px;
    margin: 0 auto;
    height: 260px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    background-image: url("/app/home/view/default/public/images/i-xq-bg.png");
    background-repeat: no-repeat;
    background-position: 50%;
}
.i-xq span{
    font-size: 70px;
    color: #0375be;
    text-align: center;
    display: block;
    line-height: 228px;
    font-weight: bold;
}
.i-pl{
    width: 1500px;
    margin: 0 auto;
}
.i-pl ul li{
    width: 23.35%;
    float: left;
    border: 1px solid #a9d1eb;
    margin-right: 30px;
}
.i-pl ul li:last-child{
    margin-right: 0px;
}
.i-pl ul li span{
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background:#0375be;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    /*text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff;*/
}
.i-pl ul li img{
    width: 100%;
}
.sli-m{
    width: 100%;
    background: #fff;
    background-color: #0375be;
    opacity: 0.9;
    position: absolute;
    /* top: 80px; */
    z-index: 99;
}
.sli-div{
    /*background-color: #0375be;*/
    /*opacity: 0.9;*/
    /*position: absolute;*/
    /*top: 80px;*/
    /*z-index: 99;*/
    /*left: 50%;*/
    /*margin-left: -750px;*/
    min-height: 300px;
}
.sli-div .sli-con{
    width: 1500px;
    margin: 0 auto;
    color: #fff;
}
.sli-div .sli-con .title{
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
}
.sli-div .sli-con .title span{
    width: 25%;
    float: left;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.sli-div .sli-con .title span a{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.sli-div .sli-con .con{
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 200px;
}
.sli-div .sli-con .con dl {
    width: 25%;
    float: left;
}
.sli-div .sli-con .con dl dd{
    height: 35px;
    line-height: 35px;
    margin: 0;
    font-size: 14px;
}
.sli-div .sli-con .con dl dd a{
    font-size: 18px;
    color: #fff;
}
.i-article{
    width: 1500px;
    margin: 0 auto;
    height: 408px;
    margin-bottom: 25px;
}
.i-article .left{
    width: 1050px;
    float: left;
}
.i-article .left h3{
    font-size: 32px;
    color: #0375be;
    margin-bottom: 8px;
}
.i-article .left h3 span{
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.i-article .left .img{
    width: 450px;
    float: left;
}
.i-article .left .img img{
    width: 450px;
    height: 328px;
}
.i-article .left ul{
    width: 550px;
    float: left;
    margin-left: 25px;
}
.i-article .left ul li{
    display: block;
    width: 100%;
    border-bottom: 1px #999 dotted;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.i-article .right{
    width: 400px;
    float: left;
    margin-left: 50px;
}
.i-article .right ul li{
    display: block;
    height: 90px;
    line-height: 90px;
    border: 1px solid #999;
    margin-bottom: 10px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 21%;
    background-position: right;
}
.i-article .right ul li span{
    font-size: 28px;
    color: #0375be;
    font-weight: bold;
    margin-left: -60px;
}
.i-article .right ul li span a{
    color: #0375be;
}
.feekback{
    width: 500px;
    margin: 0 auto;
    margin-top: 40px
}
.feekback h3{
    text-align: center;
    font-size: 30px;
    color: #999;
    margin-bottom: 38px;
}
.feekback ul{
    display: inline-block;
}
.feekback ul li{
    height: 40px;
    line-height: 40px;
    margin-bottom: 11px;
}
.feekback ul li span{
    width: 80px;
    display: inline-block;
}
.feekback ul li input{
    height: 30px;
    width: 385px;
}
.feekback ul li textarea{
    height: 80px;
    width: 385px;
}
.feekback .submit{
    text-align: center;
    margin-top: 10px;
}
.feekback .submit span{
    width: 66px;
    height: 32px;
    background-color: #007cc3;
    border: none;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    line-height: 32px;
    cursor: pointer;
}
.menu-content{
    margin-bottom: 20px;
    line-height: 25px;
}
.default-btn{border: none;margin-top:15px;display: inline-block;background-color:#007cc3;padding: 4px 15px;color: #fff}