@charset "utf-8";
/* CSS Document */



body{
    position: relative;
}

b,strong{font-weight: normal;}
#menu{
    background: #034091;
}
#menu ul li{
    border-bottom: 1px solid rgba(255,255,255,.05);
    background: rgba(0,0,0,.1);
}
#menu ul li a{
    color: #fff;
    padding:12px 20px;
    font-size: 14px;
    display: inline-block;
    width:70%;
}
#menu ul li a:hover{
    background:none;
}
#menu ul li i{
    line-height:22px;
    font-size: 18px;
    display: none;
    width: 30%;
    text-align: right;
    padding:0 20px 0 0;
    transition: .3s;
    color: #fff;
}
#menu ul li.cur i{
    display: inline-block;
}
#menu ul li.on {
    background:rgba(255,255,255,.1);
}
#menu ul li.on a{
    color: #fff;
}
#menu ul li.on i{
    color: #fff;
}
#menu .menu-section-list{
    margin:30px 0;
}
#menu dl{
    background: #034091;
    display: none;
    transition: .3s;
}
#menu dl dt{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#menu dl dt a{
    color: #fff;
    padding:8px 24px;
}
#menu dl dt i{
    padding:0 5px 0 0;
}

#main{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
}
.panel{
    padding-top:0;
    text-align: justify;
}

.panel-header{width:100%;
    background: #034091;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    height: 50px;
    padding: 0 45px 0 60px;
    transition: .4s;
    z-index: 999;
    margin:0;
    box-shadow: 0 2px 5px rgba(0,0,0,.05);
    overflow: hidden;
}
.menu-button{
    display: block;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 5px;
}
.menu-button .line:nth-of-type(1) {
    margin-top: 0;
}
.menu-button .line:nth-of-type(2) {
    margin-bottom: 0;
}

.menu-button .line{
    position: relative;
    display: block;
    width: 26px;
    height: 3px;
    margin: 8px 0;
    background:rgba(255,255,255,.8);
    -webkit-transition: .1s;
    transition: .1s;
}
.slideout-open #main .menu-button .line:nth-of-type(1){
    -webkit-transform: translateY(4.5px) rotate(-45deg);
    -ms-transform: translateY(4.5px) rotate(-45deg);
    transform: translateY(4.5px) rotate(-45deg);
}
.slideout-open #main .menu-button .line:nth-of-type(2){
    -webkit-transform: translateY(-6.5px) rotate(45deg);
    -ms-transform: translateY(-6.5px) rotate(45deg);
    transform: translateY(-6.5px) rotate(45deg);
}

.logo a{
    font-size:18px;
    color: #fff;
}

.home{
    display: block;
    width: 24px;
    height: 40px;
    position: absolute;
    top:4px;
    right: 14px;
}
.home i{
    font-size: 22px;
    color:rgba(255,255,255,.8);
}

.p_banner{
    position: relative;
}
.p_banner .swiper-pagination-bullet{
    background: #034091;
}


/*
*主体内容
*/
.i-box{
    padding:7% 5%;
    /* border-top: 7px solid #f6f6f6; */
    /* margin:10px 0 0 0; */
    background: #fff;
}
.i-product{
    padding:5% 5% 0;
    background: #fff;
}
.i-box-hd{
}
.i-box-hd .tit{
    font-size: 18px;
    color: #034091;
    font-weight: bold;
}
.i-box-hd p{
    color: #B7B7B7;
    font-size: 12px;
    text-transform: capitalize;
    line-height:1;
}
.items-img_scroll{
    text-align: center;
    position: relative;
    overflow: hidden;
    margin:20px 0 0 0;
}
.items-img_scroll .swiper-pagination{
    height:5px;
}
.items-img_scroll .swiper-pagination .swiper-pagination-bullet-active{
    background: #034091;
}
.items-img_scroll li .img{
    background: #eee;
}
.items-img_scroll li .img img{
    max-width: 100%;
    margin:auto;
}
.items-img_scroll li .tit{
    height:60px;
    line-height:60px;
    font-size: 16px;
    padding:0 10px;
}

.items-img{
    padding:20px 5% 0 0;
    background: #fff;
}
.items-img li{
    float: left;
    width:50%;
}
.items-img .item-img{
    padding:0 0 0 5%;
}
.items-img li .tit{
    height:36px;
    line-height:36px;
    margin:0 0 10px 0;
    padding:0 10px;
    font-size: 13px;
    transition:all .3s ease-out 0s;
}
.items-img li:hover .tit{
    background: #034091;
    color: #fff;
}

/*
*公司优势
*/

.i-youshi-bd{
    margin:20px 0 0 0;
}
.i-youshi-bd ul{
    padding:10px 0 0 0;
}
.i-youshi-bd li{
    display: inline-block;
    width: 31%;
    padding:20px 3%;
    text-align: center;
    margin:0 2% 0 0;
    background: #f6f6f6;
    float: left;
}
.i-youshi-bd li:last-child{
    margin:0;
}
.i-youshi-bd li i{
    font-size: 18px;
    width:40px;
    height:40px;
    border-radius: 50%;
    background: #034091;
    color: #fff;
    line-height:40px;
}
.i-youshi-bd li:first-child i{
    font-size: 16px;
}
.i-youshi-bd li p{
    padding:10px 0 0 0;
    font-size: 14px;
}


/*
*新闻列表
*/
.items-text_desc li{
    padding:15px;
    margin:15px 0 0 0;
    background: #f7f7f7;
}

.items-text_desc li .tit a{
    font-size: 16px;
    color: #444;
}
.items-text_desc li .tit a:hover{
    color: #034091;
}
.items-text_desc li .time{
    color: #999;
    font-size: 12px;
    margin:0 0 8px 0;
}
.items-text_desc li .time i{
    padding:0 5px 0 0;
}
.items-text_desc li .desc{
    font-size: 14px;
    height:50px;
    overflow: hidden;
    line-height:25px;
}

.i-about-bd{
    margin:20px 0 0 0;
}
.i-about-bd .tit{
    font-size: 18px;
    color: #333;
}
.i-about-bd .con{
    font-size: 14px;
    line-height:1.8;
    margin-top: 10px;
    color: #777;
}
.i-about-bd .con a{
    color: #034091;
}

.i-contact{
    background: #f7f7f7;
    margin:20px 5% 0;
    padding:5%;
    border-bottom: 1px solid #e5e5e5;
}
.i-contact-bd{
    font-size: 14px;
    padding:15px 0 0 0;
    line-height:1.8;
}
.i-contact-bd a{
    color: #034091;
}
.footer{
    background: #f7f7f7;
    padding:3% 5%;
    margin:0 5% 70px;
    font-size: 14px;
}
.um-contact{
    width:80%;
    position: fixed;
    bottom: 30px;
    background:#034091;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    height:40px;
    left:10%;
    z-index: 9999;
    border-radius: 30px;
}
.um-contact a{
    display: inline-block;
    width:50%;
    line-height:40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.um-contact a i{
    padding:0 6px 0 0;
    font-size: 16px;
    vertical-align: middle;
}


/*
* 分类
*/
.pro_menu{
    margin:0 5% ;
    text-align: center;
    overflow: hidden;
}
.pro_menu li{
    display: inline-block;
    margin:10px 10px 0 0;
}
.pro_menu li:last-child{
    margin:10px 0 20px 0;
}
.pro_menu li a{
    display: block;
    background: #eee;
    padding:5px 10px;
}
.pro_menu_more{
    text-align: center;
    display: none;
    text-decoration: underline;
    cursor: pointer;
    color: #999;
    margin:10px 0 20px;
}


/*
* 单页模型
*/



.um-tit {
    padding:20px 0 30px;
    border-bottom: 1px solid #eee;
}
.um-tit h4{
    font-size: 18px;
    color: #333;
    line-height:1.6;
}
.um-tit p{
    font-size: 12px;
    color: #999;
    text-transform: capitalize;
    line-height:1;
}
.page-index{
    font-size: 14px;
}
.page-index .con{
    padding:10px 0 20px;
    font-size:14px ;
    line-height:1.8;
}
.page-index .con a{
    color: #034091;
}

/*
*   产品详情
*/

.img-show{
}
.img-show-hd{
    background: #eee;
    position: relative;
    overflow-x: hidden;
}
.img-show-hd .swiper-pagination-bullet{
    opacity:.3;
}
.img-show-hd .swiper-pagination-bullet-active{
    background: #034091;
    opacity:.7;
}

.img-show-hd img{
    width:100%;
    margin:0 auto;
}
.img-show-bd{
    padding:10px 0 15px;
    border-bottom: 1px solid #eee;
}
.img-show-bd .tit{
    font-size: 16px;
    color: #034091;
    font-weight: 700;
}
.img-show-bd p{
    color: #999;
}
.img-show-bd p i{
    padding:0 5px 0 0;
    font-size: 10px;
}

/*
* 内页内容通用
*/
.page_info{
    padding:20px 0;
    font-size: 14px;
    line-height:1.8;
}
.page_info img{
	width:100%;
	height:auto!important
}
.page_info p{
    margin:0 0 10px 0;
}
.page_info a{
    color: #034091 !important;
    font-size: 14px !important;
}

.page_info img{
    margin:10px 0;
    margin:0 auto;
}

/*
* 文章列表
*/
.article-list{
    padding:10px 3%;
    background: #eee;
}
.article-list li{
    background: #fff;
    margin:0 0 10px 0;
}
.article-list li:last-child{
    margin:0;
}
.article-list li .img{
    width:26%;
}
.article-list li .img img{
    padding:10px;
}
.article-list li .con{
    width:96%;
    margin: 3%
}
.article-list li .con h4{
    font-size: 14px;
    color: #333;
    padding:10px 10px 2px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* width: 100%; */
}
.article-list li .con p{
    font-size: 12px;
    color: #777;
    height:44px;
    overflow: hidden;
    padding:0 10px 0 0;
}


/*
* 文章详情
*/
.article-show{
    margin:30px 5% 0;
}
.article-show_hd .tit{
    font-size:18px;
    color: #333;
}
.article-show_hd .time{
    padding:0 0 10px 0;
    border-bottom: 1px solid #eee;
    color: #999;
}
.article-show_hd .time i{
    padding:0 6px 0 0;
}
.article-show_hd .time a{
    color: #999;
}

/*
*留言页面
*/
.guestbook-page{
    padding:20px 5%;
}
.guestbook-list li{
    padding:0 0 20px 0;
}
.guestbook-list li .tit{
    font-size: 16px;
    color: #333;
}
.guestbook-list li .time{
    color:#999;
}
.guestbook-list li .con{
    padding:5px 0;
}
.guestbook-list li .reply{
    background: #f5f5f5;
    padding:5px 10px;
}

.post_box tr{
    height:34px;
}
.post_box tr:nth-child(5){
    height:100px;
}
.post_box td{
    display: inline-block;
}
.post_box td.tit{
    margin:0 3% 0 0;
    width:15%;
}
.post_box td.con{
    width:76%;
}
.post_box td.con input,.post_box td.con textarea,.post_box td.con select{
    border: 1px solid #ccc;
    line-height:20px;
}
.post_box td.con textarea{
    max-width: 100%;
    max-height: 100px;
}
.post_box .btn{
    width:80px;
    height:30px;
    line-height:30px;
    border: none;
    margin:0 5px 0 20px;
    background: #034091;
    color: #fff;
}
.post_box .btn-default{
    background: #ddd;
    color: #666;
    margin:0 5px 0 0;
}
.feedback-page .post_box tr:nth-child(5){
    height:32px;
}
.feedback-page .post_box tr:nth-child(6){
    height:110px;
}
/* 为了手机站显示正常 */
.main_body{  padding:10px 0 20px;
    font-size:14px ;
    line-height:1.8;
  width: 94%!important;margin: auto 3%!important;}

.main_body img{max-width: 100%!important}
.flnone{float: none!important;width: 100%!important;margin: 0!important;}
.frnone{float: none!important;width: 100%!important;margin: 0!important;}
.hide{display: none!important;}
/* 这里决定内页图片高度自适应 */
.page-index img{max-width: 100%!important;height: auto!important;}
.con .date{float: right;color: #999}
.con .tit{float: left;width: 60%;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}






.yy-bg{
	background: #ededed;
	padding: 30px 0;
}
.yy-box li{
	width: 48%;
	height: 300px;
	float: left;
	margin: 1%;
	background-size: cover;
	position: relative;
	overflow: hidden;
	transition: all,.5s;
}
.yy-box li:nth-child(1){
	background:url(../images/yy_03.jpg) no-repeat center center;
}
.yy-box li:nth-child(2){
	background:url(../images/yy_05.jpg) no-repeat center center;
}
.yy-box li:nth-child(3){
	background:url(../images/yy_07.jpg) no-repeat center center;
}
.yy-box li:nth-child(4){
	background:url(../images/yy_09.jpg) no-repeat center center;
	margin-right: 0;
}
.yy-box li:nth-child(1) .bg{
	background: #0a51bf;
}
.yy-box li:nth-child(1) .cir{
	background: #0a51bf;
}
.yy-box li:nth-child(2) .bg{
	background: #2ec27e;
}
.yy-box li:nth-child(2) .cir{
	background: #2ec27e;
}
.yy-box li:nth-child(3) .bg{
	background: #8f3ac5;
}
.yy-box li:nth-child(3) .cir{
	background: #8f3ac5;
}
.yy-box li:nth-child(4) .bg{
	background: #de2c40;
}
.yy-box li:nth-child(4) .cir{
	background: #de2c40;
}
.yy-box li .yy-text .bg{
	width: 100%;
	height: 100%;
	top: 0;
	/* z-index: 3; */
	left: 0;
}
.yy-box li .yy-text{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all,.6s;
	top: 82%;
}
.yy-box li .cir{
	width: 40px;
	height: 40px;
	background: #0a51bf;
	border-radius: 580%;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: calc(50% - 20px);
	top: -20px;
	transition: all,.5s;
}
.yy-box li .yy-text .tit{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 5%;
	transition: all,.5s;
}
.yy-box li .yy-text .dec{
	color: #fff;
	position: absolute;
	padding: 0 10px;
	font-size: 14px;
	top: 80px;
	transition: all,.5s;
}
.yy-box li .yy-text  a{
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 20px;
	transition: all,.5s;
	margin: 0 auto;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	left: calc(50% - 50px);
	bottom: 10%;
}
.yy-box li:hover .bg{
	top: 0;
	opacity: .8;
}
.yy-box li:hover .yy-text .cir{
	opacity: 0;
}

.yy-box li:hover .yy-text .tit{
	top: 15%;
	font-size: 24px;
	font-weight: bold;
}
.yy-box li:hover .yy-text .xian{
	width: 100px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: calc(50% - 50px);
	top: 32%;
}
.yy-box li:hover .yy-text .dec{
	top: 35%;
	line-height: 2;
	text-align: center;
}
.yy-box li:hover .yy-text{
	top: 0;
}
.yy-box li:nth-child(1) .yy-text a:hover{
	background: #fff;
	color: #0a51bf;
}
.yy-box li:nth-child(2) .yy-text a:hover{
	background: #fff;
	color: #2ec27e;
}
.yy-box li:nth-child(3) .yy-text a:hover{
	background: #fff;
	color: #8f3ac5;
}
.yy-box li:nth-child(4) .yy-text a:hover{
	background: #fff;
	color: #de2c40;
}
.in-title{
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.in-title h5{
	font-size: 46px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 0;
	background: #fff;
	position: relative;
	z-index: 2;
	/* display: table; */
	padding: 0 20px;
	/* margin: 10px auto; */
}
.in-title p{
	line-height:40px;
	position:relative;
	top:-20px;
	font-size:18px
}
.in-title .xian{
	position: absolute;
	height: 1px;
	display: block;
	width: 180%;
	top: 30px;
	background: #ccc;
	left: -40%;
}
.wid{
	width:98%;
	margin:0 auto
}


.in-title{
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.in-title h5{
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	/* margin-bottom: 30px; */
	background: #fff;
	position: relative;
	z-index: 2;
	/* display: table; */
	font-weight: bold;
	padding: 0 20px;
	/* margin: 10px auto; */
}
.in-title p{
	line-height:40px;
	position:relative;
	top:-20px;
	font-size:18px
}
.in-title .xian{
	position: absolute;
	height: 1px;
	display: block;
	width: 180%;
	top: 28px;
	background: #ccc;
	left: -40%;
}
/*about us*/
.about-bg{
	padding: 30px 0;
	/* padding-bottom: 10px; */
	border-bottom: 10px solid #ededed;
	padding-bottom: 20px;
}
.about-box>.fl{
	width: 96%;
	font-size: 16px;
	/* padding: 2%; */
	margin: 0 auto;
}
.about-box>.fr{
	width: 400px;
}
.about-box>.fl p{
	line-height: 2;
}
.about-icon li{
	float: left;
	width: 48%;
	margin: 1%;
	box-sizing: border-box;
	text-align: center;
	border: 2px solid #0846b7;
	height: 130px;
	transition: all,.5s;
}
.about-icon li i{
	color: #0846b7;
	font-size: 60px;
	display: block;
	/*padding-bottom: 10px;*/
	height:60px;
	line-height:60px;
	margin-top: 20px;
	transition: all,.5s;
}
.about-icon li p{
	font-size: 18px;
	color: #0846b7;
	transition: all,.5s;
	
}

.about-icon li:nth-child(4){
	margin-right: 0;

}
.about-icon li:nth-child(4) i{
	font-size:45px;
}
.about-icon{
	margin: 10px 0;
}
.about-icon li:hover{
	background: #0846B7;
}
.about-icon li:hover i{
	color: #fff;
}
.about-icon li:hover p{
	color: #fff;
}
.bg{
	background: #ededed;
	/* padding: 10px 0; */
	padding-bottom: 10px;
}
.tab{
	background:#fff;
	width:98%;
	padding:1%;
	padding-top: 10px;
}
.tab li{
	float:left;
	width:30%;
	margin:1.5%;
	text-align:center;
	background:#ededed;
	line-height: 36px;
	font-size: 14px;
	border-radius: 5px;
	transition:all,.5s;
}
.tab li a{
	display:block
}
.tab li:hover{
		background: #0846B7;
}
.tab li:hover a{
	color:#fff
}


.yx-text{
	position: relative;
	width: 98%;
	padding-left: 0;
}
.yx-img{
	width: 98%;
	/* padding: 2%; */
	margin: 0 auto;
}
.yx-img img{
	display: block;
	/* width: 96%; */
	/* padding: 2%; */
	margin: 0 auto;
}
.yx-text .cir{
	/* position: absolute; */
	width: 40px;
	height: 40px;
	background: #f90;
	text-align: center;
	line-height: 40px;
	color: #fff;
	float: left;
	font-weight: bold;
	font-size: 18px;
	margin-right: 10px;
	left: -30px;
	/* margin-top: 8px; */
	border-radius: 50%;
}
.yx-text h5{
	font-size: 30px;
	color: #0846B7;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	/* padding-bottom: 20px; */
	padding-top: 10px;
}
.yx-text li{
	background: url(../images/list.png) left 16.5px no-repeat ;
	line-height: 40px;
}
.yx-text li p{
	padding-left: 10px;
	font-size: 14px;
	line-height: 2;
}
.yx-text p span{
	color: #f90;
	font-weight: bold;
}
.yx-list{
	/* margin-bottom: 30px; */
}
.yx-list:nth-child(2){
	margin-top: 20px;
}
.yx-list:nth-child(3){
	/* border-bottom: 1px solid #ccc; */
}
.yx-list:nth-child(3) .yx-text{
	margin-top: 40px;
}
.yx-list:nth-child(4){
	margin-bottom: 0;
	}
.yx-list:nth-child(5){
	margin-bottom: 0;
}
.yx-list:nth-child(4) .yx-text{
	/* margin-top: 30px; */
}
.yx-list:nth-child(5) .yx-text{
	margin-top: 40px;
}
.yx-list:nth-child(6) .yx-text{
	/* margin-top: 40px; */
}
.yx-list:nth-child(3) .yx-img{
	/* position: relative; */
	/* right: 50px; */
}
.ys-bg{
	padding: 50px 0;
	background: #fff;
}

/*合作伙伴*/
.part-bg{
	padding: 50px 0;
	background: #fff;
}
.part-box{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.part-box li{
	width: 33%;
	float: left;
}
.honor li img{
	height: 233px!important;
}