
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
*html,*html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}

/*input,textarea{-webkit-appearance: none;}*//* 删除input或textarea输入框在移动版显示的阴影（Safari/iPhone） */

html, body, div, span, h1, h2, h3, h4, h5, h6, em, small, strong, dl, dt, dd, ol, ul, li { margin: 0 auto; padding: 0; font-size: 100%;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;line-height: 1.5;}
em, i, ul, li, ol {
    list-style-type: none;
    font-style: normal;
}
	
html,body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"微软雅黑";
	color:#666;
	overflow-x:hidden;
	}
	
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
li{
	list-style:none;
	}
ul li a{
	display:block;
	}
a{
	text-decoration:none !important;
	color:#666;
	outline:none;
	transition: color .6s,border-color .6s,background-color .6s;
	}
a:hover{
	transition: color .6s,border-color .6s,background-color .6s;
	}
input{
	border:1px solid #ccc;
	outline:none;
	}
textarea{
	border:1px solid #ccc;
	outline:none;
	}
form{
	margin:0px;
	padding:0px;
	}
table{  
	border-collapse:collapse;  
	border-spacing:0;  
}  
th,td{  
	padding:0;  
}
img{
	max-width: 100%;
	border:none;
	vertical-align: middle;
	}
a,img{border:0;}
.clear{
	clear:both;
	}
p{
	/**
	text-align:justify; 
	text-justify:inter-ideograph;
	**/
	margin:0;
	}
dl,dt,dd{padding:0;margin:0;}
.zj_fbq{
	display: table;
    width: 100%;
    height: 100%;
}
.zj_zbq{
	display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.arial{
	font-family:Arial, Helvetica, sans-serif;
	}
.verdana{
	font-family: Verdana,Geneva,sans-serif;
	}
.Georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.en{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	}
@font-face {
    font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
}
.cn{
	font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
	}
@font-face {  font-family: ababa;  src: url('../font/ababa.ttf');}

@font-face {
    font-family: 'impactregular';
    src: url('../font/impact.woff2') format('woff2'),
         url('../font/impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/** 以上为全局设置 **/
/** index **/
.warp{
	width:100%;
	height:auto;
	}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    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;
}

/** header **/
.header{
	width: 100%;
	height: auto;
	position: fixed;
	top:0;
	left:0;
	z-index: 999;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.logo{
	float: left;
	padding:10px 0;
}
.logo img{
	height: 60px;
}
.logo_img1{
	display: none;
}
.menu{
	height: auto;
	float: right;
}
.menu ul{
	height: auto;
}
.menu ul li{
	height: auto;
	float: left;
	margin-left: 40px;
	position: relative;
}
.menu_bt{
	position: relative;
}
.menu_bt a{
	line-height: 80px;
	font-size: 16px;
	color: #fff;
}
.menu_bt a em{
	position: absolute;
    left: 100%;
    bottom: 0;
    margin: 0 -50%;
    transform: translate(-50%);
}
.menu_xl{
	width: 160px;
	height: auto;
	position: absolute;
	top:81px;
	left:50%;
	margin-left: -80px;
	background: #fff;
	padding:0 15px 15px;
	box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
	background: rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	display: none;
}
.menu_xl p{}
.menu_xl p a{
	line-height: 30px;
    font-size: 15px;
    color: #111;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding:5px 0;
}
.menu_xl p a:hover{
	color: #0059a6;
}
.menu ul li:hover .menu_bt a{
	color: #e1882c;
}
.menu ul li:hover .menu_bt a em{
	animation: test 0.4s ease;
    border: 1px solid #e1882c;
    width: 100%; 
}
#menu_on .menu_bt a{
	color: #e1882c;
}
#menu_on .menu_bt a em{
	animation: test 0.4s ease;
    border: 1px solid #e1882c;
    width: 100%; 
}

.header1{
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header1 .logo_img{
	display: none;
}
.header1 .logo_img1{
	display: block;
}
.header1 .menu_bt a{
	color: #111;
}
.header1 .menu_xl{
	background: rgba(255,255,255,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff,endColorstr=#E5ffffff);
	/**background: #fff;**/
}
/** header **/
/** banner **/
.banner{
	height: 700px;
	position: relative;
}
.banner_bg{
	width: 100%;
	height: 152px;
	position:absolute;
	left:0;
	bottom: -20px;
	background: url(../image/banner_bg.png) center center no-repeat;
	background-size: cover;
	z-index: 9;
}
/** banner **/
/** tiao **/
.tiao{
	height: auto;
	padding-bottom: 80px;
	position: relative;
	margin-top: -150px;
	z-index: 99;
	overflow: hidden;
}
.tiao ul{
	height: auto;
}
.tiao ul li{
	height: auto;
}
.tiao_bg{
	height:auto;
	background: #fff;
	box-shadow: 0 2px 16px -6px rgba(119, 141, 193, 0.5);
    border-radius: 10px;
    padding:30px 15px;
    text-align: center;
}
.tiao_tb{
	height: auto;
}
.tiao_tb .iconfont{
	font-size: 56px;
	line-height: 1.2;
	color: #dadada;
}
.num_cont{
	height: auto;
    font-size: 18px;
    margin-top: 10px;
}
.num_cont span {
    margin-right: 10px;
    font-size: 48px;
    line-height: 1;
    color: #0059a6;
     font-family: 'impactregular';
}
.num_tit{
	color: #999;
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
}
/** tiao **/
/** sy_ab **/
.sy_ab{
	height: auto;
	padding:0 0 80px;
}
.sybt{
	height: auto;
	text-align: center;
}
.sybt01{
	line-height: 1.5;
    font-size: 48px;
    color: #111;
    font-weight: bold;
}
.sybt01 span{
	 color: #0059a6;
	 background: linear-gradient(to top, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}
.sybt02{
	line-height: 1.5;
    font-size: 30px;
    color: #444;
    margin-top: 10px;
}

.syab_box{
	height: auto;
}
.syab_tp{
	height: auto;
	padding-right: 5%;
}
.syab_img{
	height: auto;
}
.syab_nr{
	height: auto;
}
.syab_bt{
	line-height:1.5;
	font-size: 48px;
	color: #111;
	font-weight: bold;
}
.syab_bt span{
	color: #0059a6;
    background: linear-gradient(to top, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}
.syab_gs{
	line-height:1.5;
	font-size: 30px;
	color: #111;
	margin-top: 10px;
}
.syab_wz{
	height: auto;
	line-height: 30px;
	font-size: 16px;
	color: #111;
	margin-top: 20px;
}
.syab_wz p{
	margin-bottom: 15px;
}
.syab_gd{
	width: 200px;
	height: auto;
	margin-top: 30px;
	border:1px solid rgba(0,0,0,0.1);
	margin-left: 0;
}
.syab_gd a{
	display: block;
	line-height: 45px;
	font-size: 16px;
	color: #111;
	text-align: center;
}
.syab_gd a .iconfont{
	margin-left: 10px;
}
.syab_gd a:hover{
	box-shadow: 0 -100px 0 0 #0059a6 inset;
	color: #fff;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
/** sy_ab **/
/** sy_pro **/
.sy_pro{
	height: auto;
	padding:80px 0;
	background: #f8f8f8;
	overflow: hidden;
}
.sypro_box{
	height: auto;
	margin-top: 50px;
	padding-bottom: 15px;
}
.sypro_box ul{
	height: auto;
}
.sypro_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.sypro_box ul li a{
	display: block;
	background: #fff;
	box-shadow: 0px 40px 40px rgba(177,208,249,0.15);
	padding:60px 30px;
	text-align: center;
}
.pro_tb{
	height: auto;
	line-height: 1;
	background: linear-gradient(to left, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}
.pro_tb .iconfont{
	font-size: 80px;
}
.pro_bt{
	font-size: 36px;
	color: #111;
	line-height: 1.5;
	margin-top: 15px;
	background: linear-gradient(to top, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}
.pro_wz{
	height: 60px;
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #222;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pro_more{
	width: 180px;
	height: auto;
	line-height: 40px;
	font-size: 16px;
	border:1px solid rgba(0,0,0,0.1);
	margin-top: 30px;
	border-radius: 50px;
	color: #0059a6;
}
.pro_more .iconfont{
	margin-left: 10px;
}
.sypro_box ul li a:hover{
	background: #0059a6;
	background: -webkit-linear-gradient(45deg, #e1882c 0%, #8316e9 40%, #0059a6 100%);
	background: linear-gradient(45deg, #e1882c 0%,#8316e9 40%,#0059a6 100%);
}
.sypro_box ul li a:hover .pro_tb{
	color: #fff;
}
.sypro_box ul li a:hover .pro_bt{
	color: #fff;
}
.sypro_box ul li a:hover .pro_wz{
	color: #fff;
}
.sypro_box ul li a:hover .pro_more{
	background: #e1882c;
	color: #fff;
}
.sypro_box ul li.prohov a{
	background: #0059a6;
	background: -webkit-linear-gradient(45deg, #e1882c 0%, #8316e9 40%, #0059a6 100%);
	background: linear-gradient(45deg, #e1882c 0%,#8316e9 40%,#0059a6 100%);
}
.sypro_box ul li.prohov a .pro_tb{
	color: #fff;
}
.sypro_box ul li.prohov a .pro_bt{
	color: #fff;
}
.sypro_box ul li.prohov a .pro_wz{
	color: #fff;
}
.sypro_box ul li.prohov a .pro_more{
	background: #e1882c;
	color: #fff;
}

.sy_more{
	width: 300px;
	height: auto;
}
.sy_more a{
	display: block;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 50px;
	background: #0059a6;
}
.sy_more a .iconfont{
	margin-left: 10px;
}
.sy_more a:hover{
	background: -webkit-linear-gradient(45deg, #e1882c 0%, #8316e9 40%, #0059a6 100%);
	background: linear-gradient(45deg, #e1882c 0%,#8316e9 40%,#0059a6 100%);
}
/** sy_pro **/
/** sy_gk **/
.sy_gk{
	height: auto;
	padding:80px 0 50px;
	overflow: hidden;
}
.sygk_box{
	height: auto;
	margin-top: 50px;
}
.sygk_box ul{
	height: auto;
}
.sygk_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.gk_bg{
	height: auto;
	padding: 40px 20px;
    border-radius: 4px;
    transition: all 0.2s;
    box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
    background-color: #fff;
    text-align: center;
}
.gk_tb{
	width: 64px;
	height: auto;
}
.gk_bt{
	font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    margin-top: 15px;
}
.gk_wz{
	height: 56px;
	margin-top: 16px;
    font-size: 16px;
    color: #696974;
    line-height: 28px;
    display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/** sy_gk **/
/** sy_jjfn **/
.sy_jjfn{
	height: auto;
	padding:80px 0 40px;
	background: #0059a6;
	overflow: hidden;
	position: relative;
	background: url(../image/sy_jjfn.jpg) center center no-repeat;
	background-size: cover;
}
.jjfn_frame{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}
.sy_jjfn .sybt01{
	color: #fff;
}
.sy_jjfn .sybt01 span{
	color: #e1882c;
}
.sy_jjfn .sybt02{
	color: #fff;
}


.syjjfn_con{
    height: auto;
    margin-top: 50px; padding:0 50px;
}
.syjjfn_zj{
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}
.syjjfn_zj a{
    display: block;
    position: relative;
}
.syjjfn_zj a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 88;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.syjjfn_tp{
    height: auto;
}
.syjjfn_tp img{
    max-width: none;
    position: relative;
    left: 50%;
    margin-left: -378px;
}

.syjjfn_zj .sigle{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin-left: -25%;
    font-size: 20px;
    color: #fff;
    z-index: 99;
    text-align: center;
    line-height: 30px;
    margin-top: -65px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.syjjfn_zj .sigle .iconfont{
	font-size: 56px;
	line-height: 1;
	display: block;
	margin-bottom: 15px;
}
.syjjfn_zj .cont{
    position: absolute;
    left: 10%;
    top: 50%;
    width: 80%;
    height: 310px;
    margin-top: -155px;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    z-index: 100;
    padding: 50px 8% 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.jjfn_tub{
	height: auto;
	line-height: 1;
	margin-bottom: 15px;
}
.jjfn_tub .iconfont{
	font-size: 48px;
	background: linear-gradient(to top, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}
.syjjfn_zj .cont h5{
    font-size: 20px;
    color: #333;
}
.syjjfn_zj .des{
	height: 75px;
    color: #666;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/**
.syjjfn_zj i{
    margin-top: 30px;
    width: 44px;
    height: 10px;
    background: url(../image/icon-more1.png) no-repeat center;
}
**/
.sycontb{
    margin-top: 20px;
    width: 44px;
    height: 10px;
    background: url(../image/icon-more1.png) no-repeat center;
}
.syjjfn_zj a:hover .sigle{
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.syjjfn_zj a:hover .cont{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.syjjfn_zj a:hover .des{
     opacity: 1;
    visibility: visible;
}
.syjjfn_zj a:hover before{
    opacity: 0;
    visibility: hidden;
}

.syjjfn_con .item{
        position: relative;
    float: left;
    width: 20%;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.syjjfn_con .item:hover{
     width: 35% !important;
}

.syjjfn_con .swiper-container-horizontal>.swiper-pagination{
    bottom: 0;
}
.syjjfn_con .swiper-button-prev, .syjjfn_con .swiper-container-rtl .swiper-button-next{
	left:10px;
} 
.syjjfn_con .swiper-button-next, .syjjfn_con .swiper-container-rtl .swiper-button-prev{
	right: 10px;
}
/** sy_jjfn **/
/** sy_duibi **/
.sy_duibi{
	height: auto;
	padding:80px 0;
	background: #f6f8fc;
}
.duibi_box{
	height: auto;
	margin-top: 50px;
}
.duibi_left{
	height: auto;
	padding:0;
}
.left_bg{
	height: auto;
	padding:62px 72px;
	border-radius: 8px;
    box-shadow: rgba(0, 78, 204, 0.1) 0px 2px 16px 0px;
    background: #fff;
}
.duibi_bt{
	font-size: 36px;
    line-height: 1.5;
    color: #171725;
    text-align: center;
    font-weight: bold;
}
.duibi_line{
	width: 60px;
	height: 6px;
	background: #0059a6;
	background: -webkit-linear-gradient(45deg, #e1882c 0%, #8316e9 40%, #0059a6 100%);
	background: linear-gradient(45deg, #e1882c 0%,#8316e9 40%,#0059a6 100%);
	border-radius: 50px;
	margin-top: 15px;
}
.duibi_list{
	height: auto;
}
.duibi_list ul{
	height: auto;
}
.duibi_list ul li{
	height: auto;
}
.duibi_tp{
	width: 168px;
	height: auto;
	float: left;
	padding: 36px 0;
}
.duibi_info{
	width: calc(100% - 204px);
	height: auto;
	float: left;
	margin-left: 36px;
	padding:36px 0;
	border-bottom: 1px solid rgb(225, 229, 235);
}
.duibi_tm{
	color: #171725;
    font-size: 30px;
    line-height: 1.5;
}
.duibi_wz{
	min-height: 56px;
	color: #444;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
}


.duibi_right{
	height: auto;
	padding:0;
}
.right_bg{
	height: auto;
	margin-top: 22px;
    background: #ebeef4;
    border-radius: 0px 8px 8px 0px;
    padding:40px 104px;
}
.duibi_right .duibi_info{
	margin-left: 0;
	width: 100%;
	border-bottom: 1px solid rgb(190, 195, 204);
}
.duibi_right .duibi_bt{
	font-weight: 400;
}
/** sy_duibi **/
/** sy_case **/
.sy_case{
	height: auto;
	padding:80px 0;
	overflow: hidden;
}
.case_box{
	height: auto;
	margin-top: 50px;
	padding-bottom: 15px;
}
.case_box ul{
	height: auto;
}
.case_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.case_box ul li a{
	display: block;
}
.case_tp{
	height: auto;
	overflow: hidden;
}
.case_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.case_n{
	height: auto;
	padding:20px 30px 30px;
	background: #f8f8f8;
}
.case_bt{
	line-height: 1.5;
	font-size: 20px;
	color: #111;
	font-weight: bold;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.case_wz{
	height: 75px;
	margin-top: 10px;
	line-height: 25px;
	font-size: 15px;
	color: #888;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.case_box ul li a:hover .case_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.case_box ul li a:hover .case_n{
	background: #0059a6;
	background: -webkit-linear-gradient(45deg, #e1882c 0%, #8316e9 40%, #0059a6 100%);
	background: linear-gradient(45deg, #e1882c 0%,#8316e9 40%,#0059a6 100%);
}
.case_box ul li a:hover .case_bt{
	color: #fff;
}
.case_box ul li a:hover .case_wz{
	color: #fff;
}
/**
.case_box ul li:nth-child(even) a:hover .case_n{
	background: #e1882c;
}**/
/** sy_case **/
/** sy_xw **/
.sy_xw{
	height: auto;
	padding:80px 0;
	background: #f8f8f8;
	overflow: hidden;
}
.xw_box{
	height: auto;
	margin-top: 50px;
	margin-bottom: 45px;
}
.xw_box1{
	height: auto;
}
.xw_box2{
	height: auto;
}
.xw_box2 ul{
	height: auto;
}
.xw_box2 ul li{
	height: auto;
}
.xw_box2 ul li a{
	display: block;
	border-bottom: 1px dashed #d5d6d8;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.xw_left{
	width: calc(100% - 150px);
	height: auto;
	float: left;
}
.xw_right{
	width: 132px;
	height: 95px;
	float: right;
}
.xw_bt{
	line-height: 25px;
	font-size: 19px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.xw_wz{
	line-height: 20px;
	font-size: 16px;
	color: #888;
	margin-top: 10px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.xw_sj{
	line-height: 20px;
	font-size: 15px;
	color: #999;
	margin-top: 15px;
}
.xw_sj .iconfont{
	margin-right: 8px;
	font-size: 18px;
}
.xw_box2 ul li a:hover .xw_bt{
	color: #0059a6;
}
.xw_box2 ul li a:hover .xw_sj{
	color: #0059a6;
}
.xw_box3{
	height: auto;
}
.xw_box3 ul li a{
	padding-bottom: 20px;
    margin-bottom: 20px;
}
.xw_box3 ul li:last-of-type a{
	border-bottom: none;
	padding-bottom: 0px;
    margin-bottom: 0px;
}
.xw_zj{
	height: 545px;
	padding:30px;
	background: #fff;
}
.xw_a{
	height: auto;
}
.xw_a a{
	display: block;
}
.xwtp{
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
}
.xwtp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.xw_bt1{
	line-height: 28px;
    font-size: 19px;
    color: #111;
    display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.xw_wz1{
	line-height: 25px;
    font-size: 16px;
    color: #888;
    margin-top: 10px;
    display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.xw_a a:hover .xwtp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.xw_a a:hover .xw_bt1{
	color: #0059a6;
}
.xw_a a:hover .xw_sj{
	color: #0059a6;
}
/** sy_xw **/
/** link **/
.link{
	height: auto;
	padding:50px 0;
	overflow: hidden;
}
.link_bt{
	height: auto;
	color: #111;
	font-size: 24px;
	line-height: 30px;
	position: relative;
}
.link_bt span{
	margin-left: 10px;
	font-size: 14px;
	color: #fff;
	background: #0059a6;
	padding:3px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.link_bt:after{
	content: "";
	width: calc(100% - 230px);
	height: 1px;
	background: #eee;
	position: absolute;
	right: 0;
	top:50%;
}
.link_con{
	height: auto;
	margin-top: 15px;
}
.link_con ul{
	height: auto;
}
.link_con ul li{
	height: auto;
	float: left;
	color: #dbdee2;
	font-size: 14px;
	margin-right: 16px;
	line-height: 30px;
}
.link_con ul li a{
	color: #666;
}
.link_con ul li a:hover{
	color: #0059a6;
}
/** link **/
/** footer **/
.footer{
	height: auto;
}
.footer01{
	height: auto;
	padding:50px 0;
	background: #1d2736;
}
.footer_ml{
	height: auto;
	padding-left: 0;
}
.footer_ml ul{
	height: auto;
}
.footer_ml ul li{
	height: auto;
	width: 20%;
	padding-left: 0;
}
.footer_bt{
	line-height: 35px;
	font-size: 20px;
	color: #ece9e9;
}
.footer_bt a{
	line-height: 35px;
	font-size: 20px;
	color: #ece9e9;
}
.footer_bt a:hover{
	color: #e1882c;
}
.footer_line{
	width: 30px;
	height: 2px;
	background: #e1882c;
	margin-top: 10px;
	margin-left: 0;
}
.footer_fl{
	height: auto;
	margin-top: 15px;
}
.footer_fl p a{
	line-height: 30px;
	font-size: 15px;
	color: #d6d5d5;
}
.footer_fl p a:hover{
	color: #e1882c;
}
.footer_lx{
	height: auto;
}
.footer_lxfs{
	height: auto;
	margin-top: 15px;
}
.footer_lxfs p{
	line-height: 30px;
    font-size: 15px;
    color: #d6d5d5;
}
.footer_lxfs p span{
	font-size: 26px;
	font-weight: bold;
	color: #e1882c;
}
.footer_lxfs p a{
	color: #d6d5d5;
}
.footer_lxfs p a:hover{
	color: #e1882c;
}
.footer_ewm{
	height: auto;
	padding-right: 0;
}
.footer_dzsewm{
	height: auto;
	margin-top: 15px;
}
.footer_dzsbt{
	line-height: 22px;
    font-size: 14px;
    color: #d6d5d5;
    margin-top: 10px;
}

.footer02{
	height: auto;
	padding:10px 0;
	background: #182231;
	line-height: 25px;
    font-size: 14px;
    color: #ccc;
}
.footer02 a{
	color: #ccc;
}
.footer02 a:hover{
	color: #e1882c;
}
.banquan{
	height: auto;
	padding-left: 0;
}
.jszc{
	height: auto;
	padding-right: 0;
	text-align: right;
}
/** footer **/
/** ny_banner **/
.ny_banner{
	height: 500px;
}
/** ny_banner **/
/** mbx_dh **/
.mbx_dh{
	height: auto;
	border-bottom: 1px solid #ddd;
}
.mbx_dh01{
	height: auto;
	float: left;
}
.mbx_home{
	display: inline-block;
}
.mbx_home a{
	display:block;
	line-height: 60px;
	font-size: 20px;
	background: #0059a6;
	color: #fff;
	padding:0 25px;
}
.mbx_home a:hover{
	background: #e1882c;
}
.mbx_fl{
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	color: #999;
}
.mbx_fl a{
	color: #666;
}
.mbx_fl a:hover{
	color: #0059a6;
}
.mbx_fl i{
	margin:0 15px;
}


.mbx_dh02{
	height: auto;
	float: right;
}
.mbx_dh02 ul{
	height: auto;
	float: right;
}
.mbx_dh02 ul li{
	float: left;
	margin-left:30px;
}
.mbx_dh02 ul li a{
	line-height: 60px;
	font-size: 16px;
	color: #111;
	padding:0 10px;
	position: relative;
}
.mbx_dh02 ul li a em{
	position: absolute;
    left: 100%;
    bottom: 0;
    margin: 0 -50%;
    transform: translate(-50%);

}
.mbx_dh02 ul li a:hover{
	color: #0059a6;
}
.mbx_dh02 ul li a:hover em{
	animation: test 0.4s ease;
    border: 1px solid #0059a6;
    width: 100%; 
}
#mbx_on a{
	color: #0059a6;
}
#mbx_on a em{
	animation: test 0.4s ease;
    border: 1px solid #0059a6;
    width: 100%; 
}
@keyframes test {
    from{
        width: 0;
    }

    to{
        width: 100%;
     }
}
/** mbx_dh **/
/** inner **/
.inner{
	height: auto;
	padding:80px 0;
	overflow: hidden;
}
/** about **/
.ny_ab{
	height: auto;
}
.ny_abl{
	height: auto;
}
.ny_abl .syab_gs{
	margin-top: 0;
}
.ny_abr{
	height: auto;
	padding-left: 5%;
}

.inner_tiao{
	margin-top: 0;
	padding:80px 0;
	background: url(../image/inner_tiao.jpg) center center no-repeat;
	background-size: cover;
}

.ny_ab1{
	height: auto;
	padding:80px 0;
}
.ny_abwz{
	margin-top: 0;
}
/** about **/
/** culture **/
.ny_wh{
	height: auto;
}
.ny_whwz{
	height: 500px;
	float: right;
	line-height: 35px;
    font-size: 16px;
    color: #111;
    padding-left: 5%;
}
.wh_bt{
	line-height: 1.5;
	font-size: 30px;
	color: #111;
	margin-bottom: 15px;
}
.ny_whtp{
	height: auto;
}
.ny_whimg{
	height: 500px;
}
.nywh_lb{
	height: auto;
	margin-top: 80px;
}
.nywh_lb ul{
	height: auto;
}
.nywh_lb ul li{
	height: auto;
}
.whlb_k{
	height: auto;
	padding:50px 35px;
	border:1px solid rgba(0,0,0,0.1);
	border-radius: 20px;
	text-align: center;
}
.whlb_tb{
	height: auto;
	line-height: 1.5;
	background: linear-gradient(to left, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}
.whlb_tb .iconfont{
	font-size: 48px;
}
.whlb_bt{
	line-height: 35px;
	font-size: 24px;
	color: #111;
}
.whlb_wz{
	line-height: 28px;
	font-size: 16px;
	color: #999;
	margin-top: 5px;
}
/** culture **/
/** honor **/
.honor_wz{
	height: auto;
    line-height: 30px;
    font-size: 16px;
    color: #111;
    padding: 0 15px;
}

.ny_honor{
	height: auto;
	padding-bottom: 15px;
	margin-top: 50px;
}
.ny_honor ul{
	height: auto;
}
.ny_honor ul li{
	height: auto;
	margin-bottom: 30px;
}
.ny_honor ul li a{
	display: block;
	background: #f8f8f8;
	padding:50px 30px;
	text-align: center;
}
.honor_tp{
	height: auto;
}
.honor_tp img{
	height: 300px;
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.honor_bt{
	line-height: 30px;
	font-size: 16px;
	color: #111;
	margin-top: 15px;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.honor_line{
	width: 50px;
	height: 6px;
	background: #0059a6;
	background: -webkit-linear-gradient(45deg, #e1882c 0%, #8316e9 40%, #0059a6 100%);
	background: linear-gradient(45deg, #e1882c 0%,#8316e9 40%,#0059a6 100%);
	border-radius: 50px;
	margin-top: 10px;
}
.ny_honor ul li a:hover{
	background: #0059a6;
	background: -webkit-linear-gradient(45deg, #e1882c 0%, #8316e9 40%, #0059a6 100%);
	background: linear-gradient(45deg, #e1882c 0%,#8316e9 40%,#0059a6 100%);
}
.ny_honor ul li a:hover .honor_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.ny_honor ul li a:hover .honor_bt{
	color: #fff;
}
.ny_honor ul li a:hover .honor_line{
	background: #fff;
}
/** honor **/
/** team **/
.ny_team{
	height: auto;
	padding-bottom: 15px;
}
.ny_team ul{
	height: auto;
}
.ny_team ul li{
	height: auto;
	margin-bottom: 30px;
}
.ny_team ul li a{
	display: block;
	border:1px solid rgba(0,0,0,0.1);
	padding:15px;
	text-align: center;
}
.team_tp{
	height: auto;
	overflow: hidden;
}
.team_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.team_bt{
	line-height: 30px;
	font-size: 18px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	margin-top: 10px;
	text-align: center;
}
.ny_team ul li a:hover .team_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.ny_team ul li a:hover .team_bt{
	color: #0059a6;
}
.ny_team ul li:nth-child(even) a:hover .team_bt{
	color: #e1882c;
}
/** team **/
/** history **/
.history_box{
	height: auto;
	text-align: center;
}
.time-axis{
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: inline-block;
}

.time-axis:before{
	content: '';
	position: absolute;
	left: 93px;
	top: 15px;
	width: 1px;
	height: 100%;
	background-color: #E4E4E4;
}
.time-axis-item{
	list-style: none;
	padding-left: 135px;
	position: relative;
	line-height: 45px;
	font-size: 18px;
	color: #141414;
}
.time-axis-achievement{
	margin: 0;
	text-align: left;
}
.time-axis-date{
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
	width: 70px;
}

.time-axis-date span{
	position: absolute;
	right: -30px;
	top: 35%;
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #ccc;
	border-radius: 100%;
	background-color: #fff;
}
.time-axis-date span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	margin: auto;
	background-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 100%;
}
.time-axis-title{
	text-align: left;
}

.time-axis-item:last-child .time-axis-date span{
	border-color: #e1882c;
}

.time-axis-item:last-child .time-axis-date span:after{
	background-color: #e1882c;
	border-color: #e1882c;
}

/** history **/
/** sercive **/
.nyfw_lb{
	height: auto;
}
.nyfw_lb ul{
	height: auto;
}
.nyfw_lb ul li{
	height: auto;
	margin-bottom: 30px;
}
.nyfw_lb ul li a{
	display: block;
	text-align: center;
	padding:50px 35px;
	background: #f8f8f8;
}
.sercive_tb{
	height: auto;
	line-height: 1.5;
	background: linear-gradient(to left, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}
.sercive_tb .iconfont{
	font-size: 60px;
}
.sercive_bt{
	line-height: 30px;
	font-size: 18px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
/** sercive **/
/** product **/
.inner .sypro_box{
	margin-top: 0;
}
.inner .sypro_box ul li a{
	background: #f8f8f8;
	box-shadow: none;
}
.inner .sypro_box ul li a:hover{
	background: #0059a6;
	background: -webkit-linear-gradient(45deg, #e1882c 0%, #8316e9 40%, #0059a6 100%);
	background: linear-gradient(45deg, #e1882c 0%,#8316e9 40%,#0059a6 100%);
}
.inner .sypro_box ul li.prohov a{
	background: #0059a6;
	background: -webkit-linear-gradient(45deg, #e1882c 0%, #8316e9 40%, #0059a6 100%);
	background: linear-gradient(45deg, #e1882c 0%,#8316e9 40%,#0059a6 100%);
}

.nypro_box{
	height: auto;
	margin-top: 50px;
}
.nypro_box ul{
	height: auto;
}
.nypro_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.nypro_box ul li a{
	display: block;
	border:1px solid rgba(0,0,0,0.1);
	padding:30px;
}
.nypro_tp{
	height: 290px;
	background: #f8f8f8;
	border-radius: 30px;
}
.nypro_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.nypro_nr{
	height: auto;
	padding-left: 30px;
	padding-right: 0;
}
.nypro_bt{
	line-height: 35px;
	font-size: 24px;
	color: #111;
	font-weight: bold;
}
.nypro_wz{
	height: 130px;
	line-height: 26px;
	font-size: 15px;
	color: #444;
	margin-top: 10px;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.nypro_gd{
	width: 150px;
	height:auto;
	border:2px solid #0059a6;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	margin-top: 20px;
	margin-left: 0;
	color: #0059a6;
}
.nypro_gd .iconfont{
	margin-left: 5px;
}
.nypro_box ul li a:hover .nypro_gd{
	box-shadow: 0 -100px 0 0 #0059a6 inset;
	color: #fff;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	color: #fff;
}
.nypro_box ul li a:hover .nypro_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.nypro_box ul li a:hover .nypro_bt{
	 color: #0059a6;
	 background: linear-gradient(to top, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}

.ny_pro01{
	height: auto;
	padding:80px 0 50px;
	background: #f8f8f8;
	overflow: hidden;
}
.nycp_bt{
	height: auto;
	text-align: center;
}
.nycp_bt01{
	line-height: 1.5;
    font-size: 36px;
    color: #111;
    font-weight: bold;
}
.nycp_bt01 span{
	color: #0059a6;
    background: linear-gradient(to top, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}
.nycp_bt02{
	line-height: 1.5;
	font-size: 18px;
	color: #666;
	margin-top: 10px;
}
.pro01_box{
	height: auto;
	margin-top: 50px;
}
.pro01_box ul{
	height: auto;
}
.pro01_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.pro01_k{
	height: auto;
	background: #fff;
	padding:50px 50px;
	text-align: center;
}
.pro01_tb{
	width: 120px;
	height: 120px;
	line-height: 120px;
	color: #fff;
	border-radius: 100%;
	background: #0059a6;
	background: -webkit-linear-gradient(45deg, #e1882c 0%, #8316e9 40%, #0059a6 100%);
	background: linear-gradient(45deg, #e1882c 0%,#8316e9 40%,#0059a6 100%);
}
.pro01_tb .iconfont{
	font-size: 72px;
}
.pro01_bt{
	line-height: 35px;
	font-size: 24px;
	color: #0059a6;
	margin-top: 20px;
}
.pro01_bt span{
	color: #e1882c;
}
.pro01_wz{
	height: 140px;
	line-height: 28px;
	font-size: 16px;
	color: #888;
	margin-top: 15px;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.ny_pro02{
	height: auto;
	padding:80px 0;
	overflow: hidden;
}
.pro02_box{
	margin-top: 50px;
	height: 600px;
	background: url(../image/pro02_box.jpg) center center no-repeat;
	background-size: cover;
}
.pro02_zj{
	width: 100%;
	height: auto;
	text-align: center;
	padding:0 15%;
}
.pro02_bt{
	line-height: 1.5;
	font-size: 36px;
	color: #fff;
}
.pro02_wz{
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
}
.pro02_box .swiper-pagination-bullet{
	background: #fff;
	opacity: .5;
}
.pro02_box .swiper-pagination-bullet-active{
	background: #e1882c;
	opacity: 1;
}

.ny_pro03{
	height: auto;
	background: #f8f8f8;
	padding:80px 0;
	overflow: hidden;
}
.pro03_box{
	height: auto;
	margin-top: 50px;
}
.pro03_box ul{
	height: auto;
}
.pro03_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.pro03_k{
	height: auto;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
	padding:30px 10px;
}
.pro03_tb{
	line-height: 1.5;
	color: #0059a6;
    background: linear-gradient(to top, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}
.pro03_tb .iconfont{
	font-size: 48px;
}
.pro03_bt{
	line-height: 30px;
	font-size: 16px;
	color: #111;
}
.pro03_box1{
	height: auto;
}
.pro03_box1 ul{
	height: auto;
}
.pro03_box1 ul li{
	height: auto;
	text-align: center;
}
.pro03_tp{
	height: auto;
}
.pro03_tm{
	line-height: 1.5;
	font-size: 24px;
	color: #111;
	margin-top: 15px;
}
.pro03_wz{
	height: auto;
	line-height: 28px;
	font-size: 16px;
	color: #777;
	margin-top: 10px;
}

.ny_pro04{
	height: auto;
	padding:80px 0 50px;
	overflow: hidden;
}
.pro04_box{
	height: auto;
	margin-top: 50px;
}
.pro04_box ul{
	height: auto;
}
.pro04_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.pro04_k{
	height: auto;
	background: #f8f8f8;
	padding:50px;
}
.pro04_bt{
	line-height: 35px;
	font-size: 30px;
	color: #111;
}
.pro04_wz{
	height: 150px;
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #111;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.pro04_bt .iconfont{
	font-size: 36px;
	margin-right: 10px;
	color: #0059a6;
    background: linear-gradient(to top, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}
/** product **/
/** page **/
.page{
	height: auto;
}
.page ul{
	text-align: center;
}
.page ul li{
	display: inline-block;
	margin:2px 2px;
	font-size: 13px;
	color: #666;
}
.page ul li a{
	border: 1px solid #e0e0e0;
	padding:5px 15px;
	font-size: 13px;
	color: #666;
}
.page ul li a:hover{
	background: #e1882c;
	color: #fff;
	border: 1px solid #e1882c;
}
#page_on a{
	background: #e1882c;
	color: #fff;
	border: 1px solid #e1882c;
}
/** page **/
/** solution **/
.solution_box{
    height: auto;
    padding-bottom: 15px;
}
.solution_box ul{
    height: auto;
}
.solution_box ul li{
    height: auto;
    margin-bottom: 30px;
}
.solution_zj{
    height: auto;
}
.solution_zj a{
    display: block;
    height: 100%;
    position: relative;
}
.solution_zj a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.solution_zj a:hover:before{
     opacity: 0.8;
}
.solution_tp{
	height: auto;
	overflow: hidden;
}
.solution_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.solution_con{
    position: absolute;
    left:5%;
    top: 50%;
    width: 90%;
    margin-top: -83px;
    text-align: center;
    z-index: 3;
    color: #fff;
}
.solution_tb{
    line-height: 1;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.solution_tb .iconfont{
	font-size: 56px;
}
.solution_timu{
    line-height: 30px;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.solution_more{
    line-height: 30px;
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
}
.solution_more span{
    margin-left: 10px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.solution_zj a:hover .solution_more span{
    margin-left: 15px;
}
.solution_zj a:hover .solution_tb{
        color: #e1882c;
}
.solution_zj a:hover .solution_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}


.ny_jjfn{
	height: auto;
}
.jjfn_con{
	height: auto;
	float: right;
}
.jjfn_bt{
	line-height: 1.5;
	font-size: 40px;
	color: #0059a6;
	font-weight: bold;
}
.jjfn_bt .iconfont{
	font-size: 80px;
	margin-right: 10px;
	background: linear-gradient(to left, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}
.jjfn_ms{
	height: auto;
    line-height: 30px;
    font-size: 16px;
    color: #111;
    margin-top: 15px;
}
.jjfn_hyxq{
	line-height: 1.5;
	font-size: 36px;
	color: #111;
	margin-top: 50px;
}
.hyxq_nei{
	height: auto;
    line-height: 30px;
    font-size: 16px;
    color: #111;
    margin-top: 15px;
}
.jjfn_tp{
	height: auto;
	padding-right: 5%;
}
.jjfn_img{
	height: 530px;
}
.ny_itjs{
	height: auto;
	padding:80px 0 50px;
	position: relative;
}
.ny_itjs:before{
	content: "";
	width: 100%;
	height: 60%;
	background: #0059a6;
	background: -webkit-linear-gradient(45deg, #e1882c 0%, #8316e9 40%, #0059a6 100%);
	background: linear-gradient(45deg, #e1882c 0%,#8316e9 40%,#0059a6 100%);
	position: absolute;
	top:0;
	left:0;
	background: url(../image/ny_itjs.jpg) center center no-repeat fixed;
	background-size: cover;
}
.nyfnbt{
	line-height: 1.5;
    font-size: 36px;
    color: #111;
    text-align: center;
}
.ny_itjs .nyfnbt{
	color: #fff;
}

.itjs_box{
	height: auto;
	margin-top: 50px;
	background: #fff;
	padding:65px 50px 0;
	border-radius: 30px;
	position: relative;
	z-index: 99;
}
.itjs_box ul{
	height: auto;
}
.itjs_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.itjs_b{
	height: auto;
	padding:50px 50px;
	border:1px solid rgba(0,0,0,0.1);
	text-align: center;
	border-radius: 30px;
}
.itjs_num{
	font-size: 48px;
	font-weight: bold;
	background: linear-gradient(to left, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}
.itjs_tm{
	line-height: 1.5;
	font-size: 24px;
	color: #111;
	font-weight: bold;
	margin-top: 10px;
}
.itjs_wz{
	height: 120px;
	line-height: 30px;
	font-size: 16px;
	color: #111;
	margin-top: 10px;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.ny_yingy{
	height: auto;
	padding-bottom: 80px;
}
.yingy_box{
	height: auto;
	margin-top: 50px;
}
.yingy_zj{
	width: 100%;
	height: auto;
	position: relative;
}
.yingy_bt{
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	position: absolute;
	bottom: 0;
	left:0;
	padding:20px 30px;
	font-size: 36px;
	color: #fff;
	text-align: center;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
/** solution **/
/** case **/
.inner .case_box{
	margin-top: 0;
}
/** case **/
/** news **/
.inner_news{
    height: auto;
}
.inner_news a{
    display: block;
    background: #f1f1f1;
}
.inner_news01{
    height: 450px;
    padding:0 80px;
    position: relative; 
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inxw_zj{
   display: table;
    width: 100%;
    height: 100%;
}
.inxw_zj1{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.inxw_bt{
    font-size: 28px;
    color: #333;
    font-weight: bold;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.inxw_wzjs{
    height: 56px;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inxw_wzjs p{
    font-size: 16px;
    color: #666;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    line-height: 28px;
}
.inxw_more{
    margin-top: 50px;
    margin-left: 0;
    width: 28px;
    height: 11px;
    background: url(../image/icon-news-more.png) no-repeat center;
    background-size: cover;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}



.inner_news02{
    height: 450px;
    padding:0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-right: 30px;
    overflow: hidden;
}
.inner_news02a{
     display: table;
    width: 100%;
    height: 100%;
}
.inner_news02b{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
}
.inner_news02b img{
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}

.inner_news a:hover{
    background: #0059a6;
	background: -webkit-linear-gradient(45deg, #e1882c 0%, #8316e9 40%, #0059a6 100%);
	background: linear-gradient(45deg, #e1882c 0%,#8316e9 40%,#0059a6 100%);
}
.inner_news a:hover .inxw_bt{
    color: #fff;
}
.inner_news a:hover .inxw_wzjs p{
    color: #eee;
}
.inner_news a:hover .inxw_more{
    background: url(../image/icon-news-more2.png) no-repeat center;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.inner_news a:hover .inner_news02b img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.inner_news1{
    height: auto;
    margin-top:50px;
    padding-bottom: 45px;
}
.inner_news1 ul{
    height: auto;
}
.inner_news1 ul li{
    height: auto;
}
.inner_news1 ul li:nth-child(odd){
	padding-left: 0;
}
.inner_news1 ul li:nth-child(even){
	padding-right: 0;
}
.innew_zj{
    height: auto;
    position: relative;
}
.innew_zj a{
    height: auto;
     display: block;
    padding: 60px 70px 50px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.innew_date{
        font-size: 14px;
    color: #666;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.innew_date span{
        margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
}
.innew_bt{
    margin-top: 25px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.innew_wzjs{
    height: 56px;
    overflow: hidden;
    margin-top: 10px;
    display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.innew_wzjs p{
        color: #989898;
    line-height: 28px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin:0;
    font-size: 15px;
}
.innew_zj a:hover{
    background: #0059a6;
	background: -webkit-linear-gradient(45deg, #e1882c 0%, #8316e9 40%, #0059a6 100%);
	background: linear-gradient(45deg, #e1882c 0%,#8316e9 40%,#0059a6 100%);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.innew_zj a:hover .innew_date{
    color: #fff;
}
.innew_zj a:hover .innew_bt{
    color: #fff;
}
.innew_zj a:hover .innew_wzjs p{
    color: #fff;
}
.innew_zj a:hover .inxw_more{
    background: url(../image/icon-news-more2.png) no-repeat center;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}



.inner_newdot{
	height: auto;
	overflow: hidden;
}
.inner_left{
	height: auto;
	padding-left: 0;
}
.inner_zuo{
	height: auto;
}
.xqdot_top{
	height: auto;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 5px;
}
.xqdot_bt{
	line-height: 45px;
	font-size: 30px;
	color: #111;
	letter-spacing: 1px;
}
.xqdot_fb{
	line-height: 35px;
    font-size: 15px;
    color: #999;
}
.xqdot_fb a{
	color: #999;
}
.xqdot_fb01{
	float: left;
}
.xqdot_fb02{
	float: right;
}
.xqdot_fb02 a{
	display: block;
	line-height: 35px;
	color: #111;
}
.xqdot_fb02 i{
	font-size: 24px;
	margin-left: 10px;
	line-height: 35px;
	color: #0059a6;
}
.xqdot_fb02 a:hover{
	color: #e1882c;
}
.xqdot_fb02 a:hover i{
	color: #e1882c;
}

.xqdot_box{
	height: auto;
	margin-top: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #111;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.xqdot_box img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
.xqdot_box p,.xqdot_box div{
	text-indent: 2em;
	margin-bottom: 15px;
}


.xqspxp{
	height: auto;
	margin-top: 30px;
	font-size: 14px;
	background: #f7f6f6;
    padding: 15px;
}
.xqspxp01{
	height: auto;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.xqspxp02{
	height: auto;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.xqspxp a{
	color: #888;
}
.xqspxp a:hover{
	color: #e1882c;
}


.fanhui_an{
	width: 100px;
	height: 100px;
	margin:50px auto 0;
}
.fanhui_an a{
	display: block;
	height: 100%;
	background: #0059a6;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}
.fanhui_an a i{
	line-height:45px;
	font-size: 30px;
	margin-top: 10px;
}
.fanhui_an a p{
	line-height: 25px;
	font-size: 18px;
	margin:0;
}
.fanhui_an a:hover{
	background: #e1882c;
}

.inner_boxdot{
	padding-top: 35px;
}


.inner_right{
	height: auto;
	padding-right: 0;
}
.inner_you{
	height: auto;
}
.you_news{
	height: auto; 
	position: relative;
}
.youxw_k{
	width: 80%;
	height: auto;
	position: absolute;
	top:50%;
	left:10%;
	margin-top: -28px;
	text-align: center;
}
.youxw_k01{
	line-height: 30px;
	font-size: 20px;
	color: #fff;
}
.youxw_k02{
	line-height: 25px;
	font-size: 14px;
	color: #ccc;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.you_xwxq{
	height: auto;
	background:#f8f8f8;
	padding:0 20px 25px 20px;
}
.you_xwxq ul{
	height: auto;
}
.you_xwxq ul li{
	height: auto;
}
.you_xwxq ul li a{
	display: block;
	border-bottom: 1px dotted #ddd;
	padding:25px 0;
}
.you_zbxwtp{
	height: auto;
	padding-left: 0;
}
.zbxwtp_img{
	height: auto;
	overflow:hidden;
	height: 71px;
}
.zbxwtp_img img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
	height: 71px;
}
.you_ybxwne{
	height: auto;
	padding-right: 0;
}
.ybxwne_bt{
	line-height: 28px;
	font-size: 16px;
	color: #111;
}
.ybxwne_time{
	line-height: 25px;
	font-size: 15px;
	color: #999;
	margin-top: 5px;
}
.ybxwne_time .iconfont{
	margin-right: 8px;
}
.you_xwxq ul li a:hover .ybxwne_bt{
	color: #e1882c;
}
.you_xwxq ul li a:hover .zbxwtp_img img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}

/** news **/
/** technology **/
.news{
	height: auto;
	padding-bottom: 15px;
}
.news ul{
	height: auto;
}
.news ul li{
	height: auto;
	margin-bottom: 30px;
}
.news ul li a{
	display: block;
	border:1px solid rgba(0,0,0,0.1);
}
.news_time{
	height: 140px;
	border-right:1px solid rgba(0,0,0,0.1);
	padding:0;
	text-align: center;
}
.news_time01{
	font-size: 48px;
    font-weight: bold;
    line-height: 52px;
    margin-top: 29px;
    color: #0059a6;
}
.news_time02{
	font-size: 20px;
    line-height: 30px;
    color: #999;
}
.news_nr{
	height: auto;
	padding:20px 25px;
}
.news_bt{
	font-size: 22px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
    white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.news_wz{
	height: 52px;
	font-size: 15px;
    color: #666;
    line-height: 26px;
    display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}
.news_wz p{
	margin:0;
}
.news ul li a:hover{
	border:1px solid #0059a6;
}
.news ul li a:hover .news_time{
	background: #0059a6;
}
.news ul li a:hover .news_time01{
	color: #fff;
}
.news ul li a:hover .news_time02{
	color: #fff;
}
.news ul li a:hover .news_bt{
	color: #0059a6;
}
.news ul li:nth-child(even) a:hover{
	border:1px solid #e1882c;
}
.news ul li:nth-child(even) a:hover .news_time{
	background: #e1882c;
}
.news ul li:nth-child(even) a:hover .news_bt{
	color: #e1882c;
}
/** technology **/
/** contact **/
.lxfs_wz{
	height: auto;
	line-height: 30px;
	font-size: 16px;
	color: #111;
	padding:0 15px;
}
.ny_lxfs{
	height: auto;
	margin-top: 50px;
}
.lxfs_zuo{
	height: auto;
	padding-right: 5%;
}
.lxfs_dh{
	background: #f8f8f8;
	padding:30px 30px;
}
.lxfs_dh p{
	line-height: 25px;
	font-size: 16px;
	color: #333;
}
.lxfs_dianhua{
	line-height: 1.5;
	font-size: 48px;
	color: #0059a6;
	font-weight: bold;
	background: linear-gradient(to top, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}
.lxfs_dz{
	height: auto;
	margin-top: 35px;
	line-height: 30px;
	font-size: 16px;
	color: #111;
}
.lxfs_dzbt{
	line-height: 25px;
	font-size: 16px;
	color: #666;
	margin-bottom:5px;
}
.lxfs_dz p{
	border-bottom: 1px dashed #ddd;
	padding:15px 0;
}
.lxfs_you{
	height: auto;
}
.lxfs_bddt{
	height: 560px;
}
/** contact **/
/** ny_ly **/
.ny_ly{
	height: auto;
	padding:80px 0;
	background:#f8f8f8;
	overflow: hidden;
}
.ny_zxly{
	height: auto;
	margin-top: 50px;
}
.ny_zxly ul{
	height: auto;
}
.ny_zxly ul li{
	height: auto;
	margin-bottom: 30px;
}
.ny_zxly ul li:last-of-type{
	margin-bottom: 0;
}
.zbox{
	width: 100%;
	height: auto;
	float: left;
	border: solid 1px rgba(0,0,0,0.1);
    padding-left: 86px;
    position: relative;
}
.zbox .name {
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: #323232;
    line-height: 48px;
    background: url(404.png) no-repeat right center;
    position: absolute;
    left: 0;
    top: 0;
}
.zbox .name .ico {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: #0059a6;
    margin: -3px 7px 0 0;
    line-height: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}
.zbox .name span{
	color: red;
	margin-left: 5px;
}
.zbox input {
	border: none;
    display: block;
    width: 100%;
    float: left;
    padding-left: 15px;
    font-size: 16px;
    color: #323232;
    line-height: 48px;
    background: none;
    height: 48px;
    outline: none;
}
.zbox textarea {
	border: none;
    display: block;
    width: 100%;
    height: 270px;
    float: left;
    padding: 10px 15px;
    font-size: 16px;
    color: #323232;
    line-height: 28px;
    background: none;
    outline: none;
}
.tijiao{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.tijiao input{
	display: inline-block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    color: white;
    background: #0059a6;
    font-size: 18px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border:none;
}
.tijiao input:hover{
	background: #e1882c;
}
/** ny_ly **/
/** map **/
.inner_map{
	height: auto;
}
.inner_map ul{
	height: auto;
}
.inner_map ul li{
	height: auto;
	border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 15px 0;
}
.inmap_bt{
	height: auto;
}
.inmap_bt a{
	line-height: 35px;
    font-size: 20px;
    color: #111;
}
.inmap_bt a i{
	margin-right: 10px;
    color: #0059a6;
}
.inmap_bt a:hover{
	color: #0059a6;
}
.inmap_fl{
	height: auto;
	margin-top: 5px;
}
.inmap_fl a{
	float: left;
    line-height:30px;
    font-size: 16px;
    margin-right: 25px;
    color: #333;
}
.inmap_fl a i{
	margin-right: 8px;
    color: #0059a6;
}
.inmap_fl a:hover{
	color: #0059a6;
}
.inmap_fl1{
	height: auto;
	margin-top: 5px;
}
.inmap_fl1a{
	height: auto;
	padding-left: 0;
}
.inmap_fl1a a{
	line-height: 25px;
    font-size: 15px;
    color: #333;
}
.inmap_fl1a a i{
	margin-right: 8px;
    color: #0059a6;
}
.inmap_fl1a a:hover{
	color: #0059a6;
}
.inmap_fl1b{
	height: auto;
	padding-left: 0;
}
.inmap_fl1b a{
	float: left;
    line-height: 25px;
    font-size: 14px;
    margin-right: 25px;
    color: #444;
}
.inmap_fl1b a span{
	margin-right: 8px;
    color: #999;
}
.inmap_fl1b a:hover{
	color: #0059a6;
}
/** map **/
/** jmzt **/
.jmzt_banner{
	height:auto;
}
/** jiami_list **/
.jiami_list{
	height: auto;
}
.jiami_list ul{
	height: auto;
}
.jiami_list ul li{
	height: auto;
}
.jiami_k{
	height: auto;
	text-align: center;
	background: #f8f8f8;
	padding:35px 35px;
}
.jiami_bt{
	line-height: 1.5;
	font-size: 30px;
	color: #0059a6;
    background: linear-gradient(to top, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}
.jiami_tp{
	height: auto;
	margin-top: 20px;
}
.jiami_tp img{
	height: 135px;
}
.jiami_wz{
	height: 112px;
	margin-top: 15px;
	line-height: 28px;
	font-size: 15px;
	color: #111;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
/** jiami_list **/
/** jmzt_yinhuan **/
.jmzt_yinhuan{
	height: auto;
	padding:80px 0 50px;
	background: #f8f8f8;
	overflow: hidden;
}
.yinhuan_box{
	height: auto;
	margin-top: 50px;
}
.yinhuan_tp{
	width: 500px;
	height: auto;
	float: left;
}
.yinhuan_con{
	width: calc(100% - 500px);
	height: auto;
	float: right;
}
.yinhuan_con ul{
	height: auto;
}
.yinhuan_con ul li{
	height: auto;
	margin-bottom: 30px;
}
.yinhuan_k{
	height: auto;
	border:2px solid #0059a6;
	padding:20px 30px;
	border-radius: 15px;
}
.yinhuan_wz{
	height: 75px;
	line-height: 35px;
	font-size: 20px;
	color: #111;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.yinhuan_k span{
	color: #0059a6;
    background: linear-gradient(to top, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}
.yinhuan_con ul li:nth-child(1) .yinhuan_k{
	border:2px solid #c00;
}
.yinhuan_con ul li:nth-child(1) .yinhuan_k span{
	color: #c00;
}
.yinhuan_con ul li:nth-child(2) .yinhuan_k{
	border:2px solid #f00056;
}
.yinhuan_con ul li:nth-child(2) .yinhuan_k span{
	color: #f00056;
}
.yinhuan_con ul li:nth-child(3) .yinhuan_k{
	border:2px solid #2ea899;
}
.yinhuan_con ul li:nth-child(3) .yinhuan_k span{
	color: #2ea899;
}
.yinhuan_con ul li:nth-child(4) .yinhuan_k{
	border:2px solid #8d4bbb;
}
.yinhuan_con ul li:nth-child(4) .yinhuan_k span{
	color: #8d4bbb;
}
.yinhuan_con ul li:nth-child(5) .yinhuan_k{
	border:2px solid #0daddc;
}
.yinhuan_con ul li:nth-child(5) .yinhuan_k span{
	color: #0daddc;
}
.yinhuan_con ul li:nth-child(6) .yinhuan_k{
	border:2px solid #0059a6;
}
.yinhuan_con ul li:nth-child(6) .yinhuan_k span{
	color: #0059a6;
}
.yinhuan_con ul li:nth-child(7) .yinhuan_k{
	border:2px solid #ff7500;
}
.yinhuan_con ul li:nth-child(7) .yinhuan_k span{
	color: #ff7500;
}
.yinhuan_con ul li:nth-child(8) .yinhuan_k{
	border:2px solid #4b5cc4;
}
.yinhuan_con ul li:nth-child(8) .yinhuan_k span{
	color: #4b5cc4;
}
/** jmzt_yinhuan **/
/** jmzt_nbxm **/
.jmzt_nbxm{
	height: auto;
	padding:80px 0 50px;
	overflow: hidden;
}
.nbxm_box{
	height: auto;
	margin-top: 50px;
}
.nbxm_box ul{
	height: auto;
}
.nbxm_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.nbxm_k{
	height: auto;
	text-align: center;
	background: #f8f8f8;
	padding:35px 30px;
}
.nbxm_tb{
	height: auto;
}
.nbxm_tb .iconfont{
	font-size: 48px;
}
.nbxm_bt{
	line-height: 1.5;
	font-size: 24px;
}
.nbxm_box ul li:nth-child(1) .nbxm_k{
	color: #fdd400;
}
.nbxm_box ul li:nth-child(2) .nbxm_k{
	color: #e7815c;
}
.nbxm_box ul li:nth-child(3) .nbxm_k{
	color: #4cabfd;
}
.nbxm_box ul li:nth-child(4) .nbxm_k{
	color: #9985cd;
}
.nbxm_box ul li:nth-child(5) .nbxm_k{
	color: #22e297;
}
.nbxm_box ul li:nth-child(6) .nbxm_k{
	color: #42c3df;
}
.nbxm_box ul li:nth-child(7) .nbxm_k{
	color: #4e6d9c;
}
.nbxm_box ul li:nth-child(8) .nbxm_k{
	color: #f35050;
}
/** jmzt_nbxm **/
/** jmzt_zdsm **/
.jmzt_zdsm{
	height: auto;
	padding:80px 0;
	overflow: hidden;
	background: #f8f8f8;
	position: relative;
}
.jmzt_zdsm:before{
	content: "";
	width: 100%;
	height: 287px;
	position: absolute;
	top:0;
	left:0;
	background: url(../image/zdsm_top.jpg) center center no-repeat;
	background-size: cover;
}
.jmzt_zdsm .sybt{
	padding-bottom: 80px;
}
.jmzt_zdsm .sybt01{
	color: #fff;
}
.jmzt_zdsm .sybt01 span{
	color: #e1882c;
}
.jmzt_zdsm .sybt02{
	color: #fff;
}
.jmzt_zdsm .zdsm_box{
	margin-top: 80px;
}
.zdsm_box{
	height: auto;
}
.zdsm_nr{
	height: 350px;
}
.zdsm_bt{
	line-height: 1.5;
	font-size: 36px;
	color: #0059a6;
    background: linear-gradient(to top, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}
.zdsm_line{
	width: 50px;
    height: 6px;
    background: #0059a6;
    background: -webkit-linear-gradient(45deg, #e1882c 0%, #8316e9 40%, #0059a6 100%);
    background: linear-gradient(45deg, #e1882c 0%,#8316e9 40%,#0059a6 100%);
    border-radius: 50px;
    margin-top: 15px;
    margin-left: 0;
}
.zdsm_wz{
	height: auto;
	margin-top: 15px;
	line-height: 1.8;
	font-size: 18px;
	color: #111;
	margin-top: 20px;
}
.zdsm_tp{
	height: auto;
	text-align: center;
}
.zdsm_tp img{
	height: 350px;
}
/** jmzt_zdsm **/
/** jmzt_juti **/
.jmzt_juti{
	height: auto;
	padding-bottom: 80px;
	overflow: hidden;
	background: #f8f8f8;
}
.juti_box{
	height: auto;
	background: #fff;
	border-radius: 35px;
	padding:80px 80px;
	box-shadow: 0 2px 16px -6px rgba(119, 141, 193, 0.5);
}
.juti_box ul{
	height: auto;
}
.juti_box ul li{
	height: auto;
	margin-bottom: 80px;
}
.juti_box ul li:last-of-type{
	margin-bottom: 0;
}
.juti_bt{
	line-height: 1.5;
	font-size: 36px;
	color: #0059a6;
	text-align: center;
	font-weight: bold;
}
.juti_tp{
	height: auto;
	margin-top: 50px;
	text-align: center;
}
/** jmzt_juti **/
/** jmzt_zdsm1 **/
.jmzt_zdsm1{
	height: auto;
	padding:80px 0;
	overflow: hidden;
}
.jmzt_zdsm1 .zdsm_nr{
	float: right;
}
.jmzt_zdsm1 p{
	margin-bottom: 10px;
}
.jmzt_zdsm1 p span{
	font-weight: bold;
}
/** jmzt_zdsm1 **/
/** jmzt_zdsm2 **/
.jmzt_zdsm2{
	height: auto;
	padding:80px 0;
	overflow: hidden;
	background: #f8f8f8;
}
.jmzt_zdsm2 p{
	margin-bottom: 10px;
}
.jmzt_zdsm2 p span{
	font-weight: bold;
}
/** jmzt_zdsm2 **/
/** jmzt_zdsm3 **/
.jmzt_zdsm3{
	height: auto;
	padding:80px 0;
	overflow: hidden;
}
.jmzt_zdsm3 .zdsm_nr{
	float: right;
}
/** jmzt_zdsm3 **/
/** jmzt_zdsm4 **/
.jmzt_zdsm4{
	height: auto;
	padding:80px 0;
	overflow: hidden;
	background: #f8f8f8;
}
/** jmzt_zdsm4 **/
/** jmzt_zdsm5 **/
.jmzt_zdsm5{
	height: auto;
	padding:80px 0;
	overflow: hidden;
}
.jmzt_zdsm5 .zdsm_nr{
	float: right;
}
/** jmzt_zdsm5 **/
/** jmzt_zdsm6 **/
.jmzt_zdsm6{
	height: auto;
	padding:80px 0;
	overflow: hidden;
	background: #f8f8f8;
}
/** jmzt_zdsm6 **/
/** jmzt_zdsm7 **/
.jmzt_zdsm7{
	height: auto;
	padding:80px 0;
	overflow: hidden;
}
.jmzt_zdsm7 .zdsm_nr{
	float: right;
}
/** jmzt_zdsm7 **/
/** jmzt_zdsm8 **/
.jmzt_zdsm8{
	height: auto;
	padding:80px 0;
	overflow: hidden;
	background: #f8f8f8;
}
.jmzt_zdsm8 p{
	margin-bottom: 10px;
}
.jmzt_zdsm8 p span{
	font-weight: bold;
}
/** jmzt_zdsm8 **/
/** jmzt_zdsm9 **/
.jmzt_zdsm9{
	height: auto;
	padding:80px 0;
	overflow: hidden;
}
.jmzt_zdsm9 .zdsm_nr{
	float: right;
}
.jmzt_zdsm9 p{
	margin-bottom: 10px;
}
.jmzt_zdsm9 p span{
	font-weight: bold;
}
/** jmzt_zdsm9 **/
/** jmzt_zdsm10 **/
.jmzt_zdsm10{
	height: auto;
	padding:80px 0;
	overflow: hidden;
	background: #f8f8f8;
}
.jmzt_zdsm10 p{
	margin-bottom: 10px;
}
.jmzt_zdsm10 p span{
	font-weight: bold;
}
/** jmzt_zdsm8 **/
/** jmzt_xuanze **/
.jmzt_xuanze{
	height: auto;
	padding:80px 0;
	overflow: hidden;
}
.xuanze_box{
	height: auto;
	margin-top: 50px;
}
.xuanze_box ul{
	height: auto;
}
.xuanze_box ul li{
	height: auto;
}
.xuanze_k{
	height: auto;
	text-align: center;
}
.xuanze_tp{
	height: auto;
}
.xuanze_bt{
	line-height: 1.5;
	font-size: 30px;
	color: #0059a6;
	margin-top: 15px;
	font-weight: bold;
}
.xuanze_wz{
	height: auto;
	margin-top: 15px;
	line-height: 1.5;
	font-size: 16px;
	color: #111;
}
.xuanze_wz span{
	font-weight: bold;
}
/** jmzt_xuanze **/
/** jmzt_zcpt **/
.jmzt_zcpt{
	height: auto;
	padding:80px 0;
	overflow: hidden;
	position: relative;
}
.jmzt_zcpt:before{
	content: "";
	width: 100%;
	height: 50%;
	background: url(../image/jmzt_zcpt.jpg) center center no-repeat fixed;
	position: absolute;
	top:0;
	left:0;
}
.jmzt_zcpt .sybt01{
	color: #fff;
}
.jmzt_zcpt .sybt01 span{
	color: #e1882c;
}
.jmzt_zcpt .sybt02{
	color: #fff;
}
.zcpt_box{
	height: auto;
	margin-top: 50px;
	background: rgba(255,255,255,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff,endColorstr=#E5ffffff);
	padding:50px 50px 20px;
	background: #fff;
	border-radius: 35px;
	position: relative;
	z-index: 99;
}
.zcpt_box ul{
	height: auto;
}
.zcpt_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.zcpt_k{
	height: auto;
	border:1px solid rgba(0,0,0,0.1);
	padding:35px;
	text-align: center;
}
.zcpt_tb{
	height: auto;
	line-height: 1;
	color: #0059a6;
    background: linear-gradient(to top, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}
.zcpt_tb .iconfont{
	font-size: 56px;
}
.zcpt_bt{
	line-height: 1.5;
	font-size: 30px;
	color: #111;
	margin-top: 15px;
	font-weight: bold;
}
.zcpt_wz{
	height: 60px;
	line-height: 30px;
	font-size: 16px;
	color: #777;
	margin-top: 15px;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/**jmzt_zcpt **/
/** jmzt **/
/** jmzt1 **/
/** jmzt1_banner **/
.jmzt1_banner{
	height: 900px;
	text-shadow: 5px 2px 6px #000000;
}
.jmb_wz{
	height: auto;
}
.jmb_wz h1{
	color: rgb(255, 255, 255);
    margin-top: 230px;
    font-size: 88px;
    font-weight: 800;
    font-family: 宋体;
    line-height: 1;
    text-align: center;
}
.jmb_wz h5{
	color: rgb(255, 255, 255);
   	margin-top: 30px;
    font-size: 84px;
    font-weight: 800;
    font-family: 宋体;
    line-height: 1;
    text-align: center;
}
.jmb_wz h2{
	font-size: 34px;
    text-align: center;
   	margin-top: 30px;
    /**transform: translateX(-50%);**/
    white-space: nowrap;
    color: #FFFFFF;
    padding: 20px;
    background: rgba(255,0,0,0.5);
}
.jmb_wz h3{
	font-size: 20px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    margin-top: 15px;
    color: #FFFFFF;
}
.jmb_wz h4{
	font-size: 20px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
    color: #FFFFFF;
}
.jmb_ul{
	height: auto;
	margin-top: 65px;
}
.jmb_ul ul{
	height: auto;
}
.jmb_ul ul li{
	width: 12.5%;
	height: auto;
	padding:0;
	text-align: center;
}
.jmb_img{
	height: auto;
	width: 92px;
    padding: 10px 20px;
    border: #04457d solid 1px;
}
.jmb_ul ul li p{
	font-size: 20px;
    line-height: 36px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    margin-top: 18px;
}
/** jmzt1_banner **/
/** jm_box1 **/
.jm_box1{
	width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    height: 400px;
}
.jm_box1 ul{
	height: auto;
}
.jm_box1 ul li{
	width: 25%;
    height: 380px;
    float: left;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.jm_box1 ul li h2{
	height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #04457d;
}
.jm_box1_img{
	width: 220px;
	height: auto;
}
.jm_box1 ul li p{
	margin-top: 10px;
    font-size: 16px;
    padding: 0 16px;
    color: #333333;
}
.jm_box1 ul li:hover{
	position: relative;
	bottom: 10px;
	height: 400px;
	padding-top: 20px;
	box-shadow:0px 5px 20px #666666;
	border-radius: 10px;
}
/** jm_box1 **/
/** jm_box2 **/
.jm_box2{
	height: auto;
	padding:70px 0 0;
	overflow: hidden;
}
.nine-title{
	margin: 5px auto;
	width: 642px;
	height: 152px;
	border: #CCCCCC solid 6px;
	padding: 20px 40px;
	position: relative;
}
.nine-title h2{
	width: 550px;
	text-align: center;
	padding:20px 0;
	font-size: 40px;
	background: #04457d;
	color: #FFFFFF;
}
.nine-title p{
	font-size: 14px;
	position: absolute;
	text-align: center;
	bottom:-10px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 60px;
	background: #FFFFFF;
	color: #343434;
}
.jm_box2_con{
	height: 600px;
	position: relative;
}
.jm_box2_img{
	width: 730px;
	height: auto;
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.jm_box2_item{
	width: 436px;
    font-size: 20px;
    position: absolute;
    padding: 10px 20px;
    border: 2px solid #04457d;
    border-radius: 20px;
    box-sizing: border-box;
    color: #343434;
}
.jm_box2_item01{
	top: 20px;
    left: 0;
    border: #c00 2px solid;
}
.jm_box2_item01 b{
	color: #c00;
}
.jm_box2_item02{
	top: 120px;
    left: 0;
    border: #2ea899 2px solid;
}
.jm_box2_item02 b{
	color: #2ea899;
}
.jm_box2_item03{
	top: 220px;
    left: 0;
    border: #0daddc 2px solid;
}
.jm_box2_item03 b{
	color: #0daddc;
}
.jm_box2_item04{
	top: 320px;
    left: 0;
    border: #ff7500 2px solid;
}
.jm_box2_item04 b{
	color: #ff7500;
}
.jm_box2_item05{
	top: 20px;
    right: 0;
    border: #f00056 2px solid;
}
.jm_box2_item05 b{
	color: #f00056;
}
.jm_box2_item06{
	top: 120px;
    right: 0;
    border: #8d4bbb 2px solid;
}
.jm_box2_item06 b{
	color: #8d4bbb;
}
.jm_box2_item07{
	top: 220px;
    right: 0;
    border: #003371 2px solid;
}
.jm_box2_item07 b{
	color: #003371;
}
.jm_box2_item08{
	top: 320px;
    right: 0;
    border: #4b5cc4 2px solid;
}
.jm_box2_item08 b{
	color: #4b5cc4;
}
/** jm_box2 **/
/** jm_box3 **/
.jm_box3{
	height: auto;
	overflow: hidden;
}
.jm_box3_con{
	height: auto;
}
.jm_box3_con ul{
	height: auto;
}
.jm_box3_con ul li{
	height: auto;
	padding:0;
	height: 300px;
}
.jm_box3_img{
	width: 130px;
	height: auto;
    margin: 30px auto;
    background: #04457d;
    border-radius: 50%;
    padding: 30px;
    box-sizing: border-box;
}
.jm_box3_con ul li p{
	text-align: center;
    font-size: 40px;
    line-height: 60px;
    color: #04457d;
}
.jm_box3_li01 .jm_box3_img{
	background: #fdd400;
}
.jm_box3_con ul li.jm_box3_li01 p{
	color: #fdd400;
}
.jm_box3_li02 .jm_box3_img{
	background: #e7815c;
}
.jm_box3_con ul li.jm_box3_li02 p{
	color: #e7815c;
}
.jm_box3_li03 .jm_box3_img{
	background: #4cabfd;
}
.jm_box3_con ul li.jm_box3_li03 p{
	color: #4cabfd;
}
.jm_box3_li04 .jm_box3_img{
	background: #9985cd;
}
.jm_box3_con ul li.jm_box3_li04 p{
	color: #9985cd;
}
.jm_box3_li05 .jm_box3_img{
	background: #22e297;
}
.jm_box3_con ul li.jm_box3_li05 p{
	color: #22e297;
}
.jm_box3_li06 .jm_box3_img{
	background: #42c3df;
}
.jm_box3_con ul li.jm_box3_li06 p{
	color: #42c3df;
}
.jm_box3_li07 .jm_box3_img{
	background: #4e6d9c;
}
.jm_box3_con ul li.jm_box3_li07 p{
	color: #4e6d9c;
}
.jm_box3_li08 .jm_box3_img{
	background: #f35050;
}
.jm_box3_con ul li.jm_box3_li08 p{
	color: #f35050;
}
.jm_box3_tp{
	width: 800px;
	height: auto;
}
/** jm_box3 **/
/** jm_fang **/
.jm_fang{
	width: 100%;
	height: 300px;
	background: url(../image/jm_fang.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.fang_con{
	height: auto;
}
.fang_con h1{
	font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 25px;
    margin-left: 100px;
    text-shadow: 2px 2px 2px #000000;
}
.fang_con h2{
	font-size: 26px;
    color: #FFFFFF;
    margin-left: 200px;
    text-shadow: 2px 2px 2px #000000;
}
.fang_con h2 b{
	color: #ffffff;
    font-size: 45px;
    text-shadow: 2px 2px 2px #f00;
}
/** jm_fang **/
/** jm_box4 **/
.jm_box4{
	height: auto;
	padding:70px 0 40px;
	overflow: hidden;
}
.jm_box4_con{
	height: auto;
	margin-top: 70px;
	border-top: 1px solid #DEDEDE;
	padding-top: 100px;
}
.jm_box4_wz{
	width: 54.2%;
}
.jm_box4_wz h1{
	font-weight: bold;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
    margin-top: 50px;
    color: #04457d;
    margin: 0 20px;
}
.jm_box4_wz p{
	font-size: 18px;
    margin-top: 30px;
    padding: 0 40px;
    color: #222222;
}
.jm_box4_wz p b{
	font-size: 20px;
}
.jm_box4_tp{
	width: 45.8%;
}
/** jm_box4 **/
/** jm_box5 **/
.jm_box5{
	height: auto;
    background: url(../image/jm_box5.png) #3992e0;
    padding-top: 1px;
    padding-bottom: 70px;
    overflow: hidden;
}
.jm_box5_con{
	height: auto;
}
.jm_box5_con h1{
	border-left: 10px solid #faff72;
    font-size: 40px;
    color: #ffffff;
    line-height: 80px;
    margin: 60px 0;
    padding-left: 26px;
    text-shadow: 1px 1px 6px #023c6f;
}
.wenjian{
	height: auto;
}
.wenjian ul{
	height: auto;
}
.wenjian ul li{
	height: auto;
	padding:0;
	max-height: 584px;
	overflow: hidden;
}
.wenjian ul li img{
	max-width: 250px;
}
.wenjian1{
	height: auto;
	margin-top: 50px;
}
/** jm_box5 **/
/** jm_box6 **/
.jm_box6{
	height: auto;
	border-top: 1px solid #DEDEDE;
	padding:100px 0;
	overflow: hidden;
}
.jm_box6_con{
	height: auto;
}
.jm_box6:nth-child(2n){
	background-color: #F5F5F5;
}
.jm_box4_wz1{
	float: right;
}
/** jm_box6 **/
/** jm_dht **/
.jm_dht{
	height: auto;
	overflow: hidden;
}
.dht_box{
	height: auto;
	border-top: #CCCCCC solid 1px;
    border-bottom: #CCCCCC solid 1px;
}
.dht_box ul{
	height: auto;
}
.dht_box ul li{
	height: auto;
	padding:35px 0;
	text-align: center;
}
.dht_tb{
	width: 80px;
	height: auto;
	display: inline-block;
	margin-right: 20px;
}
.dht_box ul li h1{
	display: inline-block;
	font-weight: bold;
    font-size: 36px;
    color: #343434;
    vertical-align: middle;
}
.dht_ann{
	width: 230px;
	display: inline-block;
	vertical-align: middle;
}
.dht_ann a{
	display: block;
	line-height: 56px;
	background: #04457d;
    color: #FFFFFF;
    font-size: 26px;
    border: 2px solid #04457d;
}
.dht_ann a:hover{
	color: #04457d;
	background: #FFFFFF;
}
/** jm_dht **/
/** jm_box7 **/
.jm_box7{
	height: auto;
	padding:70px 0;
	overflow: hidden;
}
.jm_box7_con{
	height: auto;
	margin-top: 70px;
}
.jm_box7_con ul{
	height: auto;
}
.jm_box7_con ul li{
	height: auto;
	padding:0;
}
.jm_box7_tp{
	width: 175px;
	height: auto;
	border-radius: 50%;
    overflow: hidden;
    margin: 10px auto;
}
.jm_box7_con ul li h2{
	font-size: 30px;
    text-align: center;
    line-height: 60px;
    color: #343434;
}
.jm_box7_xian{
	width: 120px;
    height: 1px;
    background: #04457d;
    margin-top: 10px;
    margin-bottom: 30px;
}
.jm_box7_con ul li p{
	font-size: 16px;
    color: #333333;
    padding: 0 22px;
}
.jm_box7_con ul li p b{}
/** jm_box7 **/
/** jm_box8 **/
.jm_box8{
	height: auto;
	overflow: hidden;
}
#certify{
	height: auto;
	position: relative;
}
.certify_zj{
	width: 100%;
	height: auto;
}
#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 16px;
	height: 16px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../image/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../image/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
/** jm_box8 **/
/** jm_box9 **/
.jm_box9{
	height: auto;
	padding:70px 0 20px;
	overflow: hidden;
}
#playBox{ height:515px; margin:20px auto; position:relative; overflow:hidden;}
#playBox .oUlplay { width:99999px; position:absolute; left:0; bottom:0;}
#playBox .oUlplay li{ float:left;width: 1200px;height: 400px;}
#playBox .oUlplay li>div{position: relative;}
#playBox .oUlplay li>div p{ color: #FFFFFF;position: absolute;bottom: 0;line-height: 50px;text-align: center;background: rgba(0,0,0,0.5);width: 100%;font-size: 14px;}
.oUlplay-libox1{ width: 400px; height: 300px; margin: 50px 10px; background: azure; display:block;float: left;border: 1px solid #CCCCCC;}
.oUlplay-libox2{ width: 300px; height: 300px; margin: 50px 0px;margin-right: 10px; background: azure; display:block;float: left;border: 1px solid #CCCCCC;}
.oUlplay-libox3{ width: 460px; height: 300px; margin: 50px 0px; display:block;float: left;}
.oUlplay-libox1-item{width: 225px; height: 145px; float: left;position: relative;border: 1px solid #CCCCCC;box-sizing: border-box;}
.oUlplay-libox1-item:nth-child(1),.oUlplay-libox1-item:nth-child(3){margin-right: 10px;}
.oUlplay-libox1-item:nth-child(1),.oUlplay-libox1-item:nth-child(2){margin-bottom: 10px;}

#playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(../image/l.png) no-repeat rgba(0,0,0,0.5); position:absolute; bottom: 178px; left:10px; z-index:10;}
#playBox .next{ cursor:pointer; width:45px; height:45px; background:url(../image/r.png) no-repeat rgba(0,0,0,0.5); position:absolute; bottom: 178px; right:10px; z-index:10;}
#playBox .smalltitle {width:1000px; height:200px; position:absolute; top: 0; z-index:10}
#playBox .smalltitle ul{ width:1200px; height: 120px; margin:0 auto; padding: 0 50px; transform: skew(-15deg);}
#playBox .smalltitle ul li{ width:180px; height:50px;margin: 5px 0; border-right: 2px solid #DEDEDE;float:left; overflow:hidden;*display:inline;*zoom:1;}
#playBox .smalltitle ul li:nth-child(1),
#playBox .smalltitle ul li:nth-child(7){border-left: 2px solid #DEDEDE;}
#playBox .smalltitle ul p{transform: skew(15deg); text-align: center; line-height: 50px; color: #000000;font-size: 14px;}
#playBox .smalltitle .thistitle{ background:#26A9E1;}
#playBox .smalltitle .thistitle p{ color: #FFFFFF;}

/** jm_box9 **/
/** jm_box10 **/
.jm_box10{
	height: auto;
	overflow: hidden;
}
/** jm_box10 **/
/** jm_box11 **/
.jm_box11{
	height: auto;
	padding:100px 0 50px;
	overflow: hidden;
	background: url(../image/jm_box11.jpg) center center no-repeat;
	background-size: cover;
	color: #ffffff;
}
.jm_fwbt{
	height: auto;
	text-align: center;
}
.jm_fwbt h2{
	font-size: 50px;
}
.jm_fwbt h2 b{
	color: #28c3a7;
}
.jm_fwbt p{
	font-size: 16px;
    line-height: 60px;
}
.jm_fwlb{
	height: auto;
	margin-top: 30px;
}
.jm_fwlb ul{
	height: auto;
}
.jm_fwlb ul li{
	height: auto;
	padding: 20px;
	text-align: center;
	padding:0;
	height: 280px;
}
.fwlb_img{
	height: auto;
}
.jm_fwlb ul li h2{
	font-size: 28px;
    margin-top: 30px;
}
.jm_fwlb ul li p{
	font-size: 16px;
    padding: 20px 30px;
}
/** jm_box11 **/
/** jm_lxwm **/
.jm_lxwm{
	height: auto;
	padding:58px 0;
	background: url(../image/jm_lxwm.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.jmlx_con{
	height: auto;
}
.jmlx_con01{
	width: 58.3%;
	height: auto;
	float: left;
	color: #111;
}
.jmlx_con01 h1{
	font-size: 50px;
    line-height: 50px;
    margin:35px 0;
    font-weight: bold;
}
.jmlx_con01 h2{
	font-size: 38px;
    line-height: 70px;
    margin:35px 0;
    font-weight: bold;
}
.jmlx_con01 h3{
	font-size: 28px;
    line-height: 30px;
    margin:30px 0;
    font-weight: bold;
}
.jmlx_con02{
	width: 41.7%;
	height: auto;
	float: right;
	margin-top: 55px;
}
.jmlx_con02 ul{
	height: auto;
}
.jmlx_con02 ul li{
	height: auto;
	margin-bottom: 40px;
	padding:0 25px;
}
.jmlx_con02 ul li:last-of-type{
	margin-bottom: 0;
}
.jmsrk{
	height: auto;
}
.jmsrk input{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: rgba(255,255,255,0.7);
    border: #C00000 solid 1px;
    color: #999999;
    font-size: 24px;
    outline: none;
    padding: 0 8px;
}
.jmsrk1{
	height: auto;
	height: 60px;
	background: rgba(255,255,255,0.7);
    border: #C00000 solid 1px;
    color: #999999;
    font-size: 24px;
}
.jm_xz{
	width: 126px;
	height: 58px;
	float: left;
}
.jm_xz select{
	color: #999;
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-size: 24px;
	outline: none;
	border:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.jm_srk{
	width: calc(100% - 126px);
	height: auto;
	float: left;
}
.jm_srk input{
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-size: 24px;
	outline: none;
	border:none;
}
.jm_zl{
	width: 48.88%;
	height: auto;
	float: left;
}
.jm_zl a{
	display: block;
	background: #C00000;
	line-height: 70px;
	font-size: 26px;
	text-align: center;
	color: #fff;
}
.jm_bj{
	width: 48.88%;
	height: auto;
	float: right;
}
.jm_bj a{
	display: block;
	background: #C00000;
	line-height: 70px;
	font-size: 26px;
	text-align: center;
	color: #fff;
}
/** jm_lxwm **/
/** scrollobj **/
#scrollobj{
	white-space:nowrap;overflow:hidden;
	width:100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #003371; 
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	color: #faff72;
	z-index: 99;
}
/** scrollobj **/
/** jmzt1 **/
/** jmzt2 **/
.jmzt2_banner{
	height: auto;
}
.jmhb{
	height: auto;
}
.jmzt2_redbg{
	background: #ba000d;
}
.jmzt2_redbg .dht_box{
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.jmzt2_redbg .dht_box ul li h1{
	color: #fff;
}
.jmzt2_redbg .dht_ann a{
	background: #ff0000;
	color: #FFFFFF;
	border: 2px solid #ff0000;
}
.jmzt2_redbg .dht_ann a:hover{
	color: #ff0000;
	background: #FFFFFF;
}
.jmzt2_redbg #certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../image/wm_button_icona.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.jmzt2_redbg #certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
.jmzt2_redbg #certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../image/wm_button_icona.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}
.jmzt2_redbg #certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.jmzt2_redbg #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #fb9e30;
    background-color: #fff;
}
.jmzt2_redbg .nine-title{
	border: #fff solid 6px;
}
.jmzt2_redbg .nine-title h2{
	background: #ff0000;
}
.jmzt2_redbg .nine-title p{
	background: #ba000d;
    color: #fff;
}
.jmzt2_redbg #playBox .smalltitle ul p{
	color: #fff;
}
.jmzt2_redbg #playBox .smalltitle .thistitle {
    background: #ff0000;
}
.jmzt2_redbg .jmlx_con01{
	color: #fff;
}
.jmzt2_redbg .jmsrk input{
	border: #fff solid 1px;
    color: #111;
}
.jmzt2_redbg .jmsrk input::-webkit-input-placeholder{
    color: #111;
}

.jmzt2_redbg .jmsrk1{
	border: #fff solid 1px;
    color: #111;
}
.jmzt2_redbg .jm_xz select{
	color: #111;
}
.jmzt2_redbg .jm_zl a{
	background: #ff0000;
}
.jmzt2_redbg .jm_bj a{
	background: #ff0000;
}
/** jmzt2 **/
/** inner **/

/** safe **/
.safe_box{
	height: auto;
}
.safe_div{
	height: auto;
	padding: 80px 0;
}
.saft_tp{
	width: 56%;
	height: auto;
	padding:0;
	margin-top: 20px;
}
.safe_nr{
	width: 43%;
	height: auto;
	padding:0;
}
.safe_bt{
	line-height: 50px;
    font-size: 35px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.saft_list{
	height: auto;
}
.saft_list ul{
	height: auto;
}
.saft_list ul li{
	height: auto;
}
.safe_xbt{
	padding-left: 18px;
    padding-top: 8px;
    line-height: 50px;
    font-size: 20px;
    color: #666;
    font-weight: bold;
    position: relative;
}
.safe_xbt:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -5px;
    border-left: 4px solid #4595f4;
}
.safe_wz{
	line-height: 30px;
    font-size: 14px;
    color: #1B2733;
}
.saft_an{
    width: 120px;
    margin-top: 30px; 
}
.saft_an a{
	display: block;
	border: 1px solid #fff;
	text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    background-color: #4595f4;
}
.saft_an a:hover{
	background: #e1882c;
}

.safe_box .safe_div:nth-child(odd) .saft_tp{
	float: right;
	text-align: right;
}
.safe_box .safe_div:nth-child(even) .safe_nr{
	float: right;
}
.safe_box .safe_div:nth-child(odd){
	background: #f6f9ff;
}
.saft_spjs{
	height: auto;
	padding-top: 50px;
    line-height: 40px;
    font-size: 18px;
    color: #666;
    padding-left: 30px;
}
.saft_video{
	margin-top: 0;
	padding-right: 23px;
}
.video_box{
	height: auto;
	position: relative;
}
.video-icon{
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: url(../image/cloud-icon.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}

.safe_bar{
	height: 160px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    background-image: url(../image/start_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.safe_choose{
	height: auto;
}
.safe_choose ul{
	height: auto;
}
.safe_choose ul li{
	height: auto;
	padding:0;
}
.counter1{
	color: #f05f7f;
    font-size: 46px;
}
.count1{
	color: #f05f7f;
    font-size: 35px;
}
.desc{
	color: #3891e5;
    font-size: 26px;
}
.counter2{
	color: #666;
    font-size: 46px;
}
.count2{
	color: #666;
    font-size: 35px;
}
.safe_bar .saft_an{
	margin-top: 15px;
}
/** safe **/

/* 大屏幕 */
@media (min-width: 1250px) {
	.safe_box .container{
		width: 1248px;
	}
}
@media (min-width: 1200px) {
	.container{
		width: 80%;
	}
	.jm_cen .container{
		width: 1200px;
	} 
}
@media (min-width: 1380px) and (max-width: 1540px) {
	.menu ul li{
		margin-left: 30px;
	}
	.menu_bt a{
		font-size: 15px;
	}
}
@media (min-width: 1200px) and (max-width: 1379px) {
	.container{
		width: 85%;
	}
	.menu ul li{
		margin-left: 20px;
	}
	.menu_bt a{
		font-size: 14px;
	}
}
@media (min-width: 1200px) and (max-width: 1340px) {
	.container{
		width: 85%;
	}
	.menu ul li{
		margin-left: 20px;
	}
	.menu_bt a{
		font-size: 14px;
	}
	.banner{
		height: 600px;
	}
	.gk_bg{
		padding:30px 15px;
	}
	.duibi_tp{
		width: 150px;
	}
	.left_bg{
		padding:62px 50px;
	}
	.right_bg{
		padding:40px 60px;
	}
	.duibi_info{
		width: calc(100% - 180px);
		margin-left: 30px;
	}
	.case_n{
		    padding: 15px 20px 20px;
	}
	.xw_box1{
		display: none;
	}
	.xw_box2{
		width: 50%;
	}
	.footer_ml{
		width: 100%;
		padding:0;
	}
	.footer_lx{
		width: 70%;
		margin-top: 30px;
		padding-left: 0;
	}
	.footer_ewm{
		width: 30%;
		margin-top: 30px;
	}
	.footer02{
		font-size: 13px;
	}
	.mbx_dh02 ul li{
		margin-left: 20px;
	}
	.mbx_dh02 ul li a{
		font-size: 15px;
	}
	.whlb_k{
		padding:30px 20px;
	}
	.whlb_wz{
		line-height: 25px;
		height: 50px;
	}
	.honor_tp img{
		height: 200px;
	}
	.mbx_fl{
		margin-left: 10px;
		font-size: 13px;
	}
	.nypro_bt{
		line-height: 30px;
    	font-size: 18px;
	}
	.pro01_bt{
		height: 70px;
	}
	.pro03_k{
		padding:20px 10px;
	}
	.pro03_box ul li{
		width: 33.33%;
	}
	.pro04_k{
		padding:30px;
	}
	.pro04_bt{
		line-height: 30px;
    font-size: 22px;
	}
	.pro04_bt .iconfont{
		font-size: 26px;
	}
	.solution_tb .iconfont {
	    font-size: 36px;
	}
	.solution_timu{
		line-height: 30px;
	    margin-top: 10px;
	    font-size: 16px;
	}
	.solution_more{
		line-height: 25px;
    margin-top: 10px;
    font-size: 14px;
	}
	.solution_con{
		margin-top: -55px;
	}
	.jjfn_bt{
		font-size: 30px;
	}
	.jjfn_bt .iconfont{
		font-size: 56px;
	}
	.jjfn_hyxq{
		font-size: 30px;
		margin-top: 35px;
	}
	.yingy_bt{
		padding: 15px 30px;
    	font-size: 26px;
	}
	.inner_news01{
		height: 300px;
	}
	.inner_news02{
		height: 300px;
	}
	.inxw_bt{
		font-size: 24px;
	}
	.innew_bt{
		font-size: 20px;
	}
	.news_bt{
		font-size: 20px;
	}
	.news_time01{
		font-size: 40px;
	}
	.jiami_list ul li{
		width: 50%;
		margin-bottom: 30px;
	}
	.yinhuan_con ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.yinhuan_wz{
		height: auto;
    line-height: 30px;
    font-size: 16px;
	}
	.yinhuan_k{
		padding:10px 15px;
	}
	.nbxm_bt{
		font-size: 20px;
	}
	.juti_bt{
		font-size: 26px;
	}
	.zdsm_bt{
		font-size: 30px;
	}
	.zdsm_wz{
		font-size: 16px;
	}
	.xuanze_bt{
		font-size: 24px;
	}
	.zcpt_bt{
		font-size: 22px;
	}
	.zcpt_box ul li{
		width: 50%;
	}
	.lxfs_dianhua{
		font-size: 40px;
	}
	.lxfs_dzbt{
		font-size: 15px;
	}
	.lxfs_dz{
		line-height: 25px;
    font-size: 14px;
	}
	.lxfs_dz p{
		padding:10px 0;
	}
	.lxfs_bddt{
		height: 460px;
	}
	.inmap_bt a{
		font-size: 18px;
	}
	.ny_banner{
		height: 400px;
	}

}

@media (min-width: 999px) and (max-width: 1199px) {
	.container{
		width: 95%;
	}
	.logo{
		margin-top: 5px;
	}
	.logo img {
    height: 50px;
}
	.menu ul li{
		margin-left:15px;
	}
	.menu_bt a{
		font-size: 14px;
	}
	.banner{
		height:500px;
	}
	.num_cont span{
		font-size: 40px;
	}
	.syab_bt{
		font-size: 38px;
	}
	.syab_gs{
		font-size: 24px;
	}
	.sybt01{
		font-size: 38px;
	}
	.sybt02{
		font-size: 24px;
	}
	.sypro_box ul li a{
		padding:30px 20px;
	}
	.pro_tb .iconfont{
		font-size: 64px;
	}
	.pro_bt{
		font-size: 28px;
	}
	.gk_bt{
		font-size: 22px;
	}
	.gk_bg{
		padding:30px 15px;
	}
	.duibi_tp{
		width: 150px;
	}
	.left_bg{
		padding:62px 50px;
	}
	.right_bg{
		padding:40px 60px;
	}
	.syjjfn_zj .sigle{
		font-size: 18px;
	}
	.syjjfn_zj .cont h5{
		font-size: 18px;
	}
	.jjfn_tub .iconfont{
		font-size: 36px;
	}
	.syjjfn_zj .sigle .iconfont{
		font-size: 48px;
	}
	.duibi_info{
		width: calc(100% - 180px);
		margin-left: 30px;
	}
	.duibi_bt{
		font-size: 30px;
	}
	.duibi_tm{
		font-size: 24px;
	}
	.case_n{
		    padding: 15px 20px 20px;
	}
	.xw_box1{
		display: none;
	}
	.xw_box2{
		width: 50%;
	}
	.footer_ml{
		width: 100%;
		padding:0;
	}
	.footer_lx{
		width: 70%;
		margin-top: 30px;
		padding-left: 0;
	}
	.footer_ewm{
		width: 30%;
		margin-top: 30px;
	}
	.footer02{
		font-size: 13px;
	}
	.mbx_dh02 ul li{
		margin-left:15px;
	}
	.mbx_dh02 ul li a{
		font-size: 15px;
	}
	.whlb_k{
		padding:30px 20px;
	}
	.whlb_wz{
		line-height: 25px;
		height: 50px;
	}
	.honor_tp img{
		height: 200px;
	}
	.mbx_fl{
		margin-left: 10px;
		font-size: 13px;
	}
	.nypro_bt{
		line-height: 30px;
    	font-size: 18px;
	}
	.pro01_bt{
		height: 70px;
	}
	.pro03_k{
		padding:20px 10px;
	}
	.pro03_box ul li{
		width: 33.33%;
	}
	.pro04_k{
		padding:30px;
	}
	.pro04_bt{
		line-height: 30px;
    font-size: 22px;
	}
	.pro04_bt .iconfont{
		font-size: 26px;
	}
	.solution_tb .iconfont {
	    font-size: 36px;
	}
	.solution_timu{
		line-height: 30px;
	    margin-top: 10px;
	    font-size: 16px;
	}
	.solution_more{
		line-height: 25px;
    margin-top: 10px;
    font-size: 14px;
	}
	.solution_con{
		margin-top: -55px;
	}
	.jjfn_bt{
		font-size: 30px;
	}
	.jjfn_bt .iconfont{
		font-size: 56px;
	}
	.jjfn_hyxq{
		font-size: 30px;
		margin-top: 35px;
	}
	.yingy_bt{
		padding: 15px 30px;
    	font-size: 26px;
	}
	.inner_news01{
		height: 300px;
		padding: 0 50px;
	}
	.inner_news02{
		height: 300px;
	}
	.inxw_bt{
		font-size: 24px;
	}
	.innew_bt{
		font-size: 20px;
	}
	.news_bt{
		font-size: 20px;
	}
	.news_time01{
		font-size: 40px;
	}
	.ybxwne_bt{
		line-height: 25px;
    font-size: 15px;
	}
	.xqdot_bt{
		line-height: 40px;
    font-size: 24px;
	}
	.xqdot_box{
		line-height: 28px;
    font-size: 15px;
	}
	.jiami_list ul li{
		width: 50%;
		margin-bottom: 30px;
	}
	.jiami_bt{
		font-size: 24px;
	}
	.yinhuan_con ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.yinhuan_wz{
		height: auto;
    line-height: 30px;
    font-size: 16px;
	}
	.yinhuan_k{
		padding:10px 15px;
	}
	.nbxm_bt{
		font-size: 20px;
	}
	.juti_bt{
		font-size: 26px;
	}
	.zdsm_bt{
		font-size: 30px;
	}
	.zdsm_wz{
		font-size: 16px;
	}
	.xuanze_bt{
		font-size: 22px;
	}
	.zcpt_bt{
		font-size: 22px;
	}
	.zcpt_box ul li{
		width: 50%;
	}
	.lxfs_dianhua{
		font-size: 40px;
	}
	.lxfs_dzbt{
		font-size: 15px;
	}
	.lxfs_dz{
		line-height: 25px;
    font-size: 14px;
	}
	.lxfs_dz p{
		padding:10px 0;
	}
	.lxfs_bddt{
		height: 460px;
	}
	.inmap_bt a{
		font-size: 18px;
	}
	.ny_banner{
		height: 350px;
	}

	.jmb_wz h1{
		font-size: 80px;
	}
	.jmb_wz h2{
		font-size: 30px;
		white-space: unset;
	}
	.jmb_wz h5{
		font-size: 76px;
	}
	.jm_box1 ul li h2{
		font-size: 22px;
	}
	.jm_box1 ul li p{
		font-size: 15px;
	}
	.jm_box2_item{
		font-size: 16px;
	}
	.jm_box3_con ul li{
		height: 260px;
	}
	.jm_box3_con ul li p{
		    font-size: 28px;
    line-height: 50px;
	}
	.jm_box4_wz h1{
		font-size: 40px;
	}
	.jm_box5_con h1{
		line-height: 60px;
		font-size: 32px;
	}
	.wenjian ul li{
		padding:0 15px;
		max-height: 500px;
	}
		.wenjian ul li img {
	    max-width: 100%;
	}
	.jm_box7_con ul li h2{
		font-size: 26px;
	}
	.jm_fwlb ul li h2 {
	    font-size: 24px;
	    margin-top: 20px;
	}	
	.jmlx_con01 h1{
		    font-size: 36px;
	    line-height: 40px;
	    margin: 25px 0;
	}
	.jmlx_con01 h2{
		    font-size: 30px;
    line-height: 40px;
    margin: 25px 0;
	}
	.jmlx_con01 h3{
		font-size: 22px;
    line-height: 30px;
    margin: 20px 0;
	}
	.jmlx_con02{
		margin-top: 30px;
	}
	.jm_zl a{
		line-height: 60px;
    	font-size: 22px;
	}
	.jm_bj a{
		line-height: 60px;
    	font-size: 22px;
	}
	#scrollobj{
		font-size: 16px;
	}


}

@media (min-width: 767px) and (max-width: 998px) {
	.container{
		width: 98%;
		line-height: 60px;

	}
	.menu ul li{
		margin-left: 12px;
	}
	.menu_bt a{
		font-size: 12px;
		line-height: 70px;
	}
	.logo{margin-top: 5px;}
	.logo img{
		height: 40px;
	}
	.banner{
		height:350px;
	}
	.banner_bg{
		height: 100px;
	}
	.tiao{
		margin-top: -100px;
	}
	.tiao ul li{
		width: 50%;
		margin-bottom: 30px;
	}
	.num_cont span{
		font-size: 40px;
	}
	.syab_bt{
		font-size: 38px;
	}
	.syab_gs{
		font-size: 24px;
	}
	.sybt01{
		font-size: 38px;
	}
	.sybt02{
		font-size: 24px;
	}
	.sypro_box ul li a{
		padding:30px 20px;
	}
	.pro_tb .iconfont{
		font-size: 64px;
	}
	.pro_bt{
		font-size: 24px;
	}
	.sygk_box ul li{
		width: 50%;
	}
	.gk_bt{
		font-size: 22px;
	}
	.gk_bg{
		padding:30px 15px;
	}
	.duibi_tp{
		width: 150px;
	}
	.left_bg{
		padding: 50px 30px;
	}
	.right_bg{
		padding:30px 30px;
	}
	.syjjfn_zj .sigle{
		font-size: 18px;
	}
	.syjjfn_zj .cont h5{
		font-size: 18px;
	}
	.jjfn_tub .iconfont{
		font-size: 36px;
	}
	.syjjfn_zj .sigle .iconfont{
		font-size: 48px;
	}
	.duibi_info{
		width: calc(100% - 180px);
		margin-left: 30px;
	}
	.duibi_bt{
		font-size: 26px;
	}
	.duibi_tm{
		font-size: 22px;
	}
	.duibi_wz{
		font-size: 14px;
    line-height: 25px;
    min-height: 50px;
	}
	.case_box ul li{
		width: 50%;
	}
	.case_n{
		    padding: 15px 20px 20px;
	}
	.xw_box1{
		display: none;
	}
	.xw_box2{
		width: 50%;
	}
	.xw_bt{
		font-size: 16px;
	}
	.footer_ml{
		width: 100%;
		padding:0 15px;
	}
	.footer_lx{
		width: 70%;
		margin-top: 30px;
		padding-left: 15px;
	}
	.footer_ewm{
		width: 30%;
		margin-top: 30px;
		padding-right: 15px;
	}
	.footer02{
		font-size: 13px;
		padding:10px 15px;
	}
	.banquan{
		width: 100%;
		padding:0;
	}
	.jszc{
		width: 100%;
		padding:0;
		text-align: left;
	}
	.mbx_dh02 ul li{
		margin-left:0;
		margin-right: 15px;
	}
	.mbx_dh02 ul li a{
		font-size: 15px;
	}
	.inner_tiao{
		margin-top: 0;
	}
	.syab_wz{
		    line-height: 28px;
    font-size: 15px;
	}
	.whlb_k{
		padding:30px 20px;
	}
	.whlb_wz{
		line-height: 25px;
		height: 50px;
	}
	.honor_tp img{
		height: 200px;
	}
	.mbx_fl{
		margin-left: 10px;
		font-size: 13px;
	}
	.nypro_bt{
		line-height: 30px;
    	font-size: 18px;
	}
	.pro01_bt{
		height: 60px;
		line-height: 30px;
    font-size: 18px;
	}
	.pro03_k{
		padding:20px 10px;
	}
	.pro03_box ul li{
		width: 33.33%;
	}
	.pro04_k{
		padding:30px;
	}
	.pro04_bt{
		line-height: 30px;
    font-size: 22px;
	}
	.pro04_bt .iconfont{
		font-size: 26px;
	}
	.solution_tb .iconfont {
	    font-size: 36px;
	}
	.solution_timu{
		line-height: 30px;
	    margin-top: 10px;
	    font-size: 16px;
	}
	.solution_more{
		line-height: 25px;
    margin-top: 10px;
    font-size: 14px;
	}
	.solution_con{
		margin-top: -55px;
	}
	.jjfn_bt{
		font-size: 30px;
	}
	.jjfn_bt .iconfont{
		font-size: 56px;
	}
	.jjfn_hyxq{
		font-size: 30px;
		margin-top: 35px;
	}
	.yingy_bt{
		padding: 15px 30px;
    	font-size: 26px;
	}
	.inner_news01{
		height: 300px;
		padding: 0 50px;
	}
	.inner_news02{
		height: 300px;
	}
	.inxw_bt{
		font-size: 24px;
	}
	.innew_bt{
		font-size: 20px;
	}
	.news_bt{
		font-size: 20px;
	}
	.news_time01{
		font-size: 40px;
	}
	.ybxwne_bt{
		line-height: 25px;
    font-size: 15px;
	}
	.xqdot_bt{
		line-height: 40px;
    font-size: 24px;
	}
	.xqdot_box{
		line-height: 28px;
    font-size: 15px;
	}
	.jiami_list ul li{
		width: 50%;
		margin-bottom: 30px;
	}
	.jiami_bt{
		font-size: 24px;
	}
	.yinhuan_con ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.yinhuan_wz{
		height: auto;
    line-height: 30px;
    font-size: 16px;
	}
	.yinhuan_k{
		padding:10px 15px;
	}
	.nbxm_bt{
		font-size: 20px;
	}
	.juti_bt{
		font-size: 26px;
	}
	.zdsm_bt{
		font-size: 24px;
	}
	.zdsm_wz{
		font-size: 16px;
	}
	.xuanze_bt{
		font-size: 22px;
	}
	.zcpt_bt{
		font-size: 22px;
	}
	.zcpt_box ul li{
		width: 50%;
	}
	.lxfs_dianhua{
		font-size: 40px;
	}
	.lxfs_dzbt{
		font-size: 15px;
	}
	.lxfs_dz{
		line-height: 25px;
    font-size: 14px;
	}
	.lxfs_dz p{
		padding:10px 0;
	}
	.lxfs_bddt{
		height: 460px;
	}
	.inmap_bt a{
		font-size: 18px;
	}
	.mbx_dh01{
		display: none;
	}
	.mbx_dh02{
		float: left;
	}
	.nywh_lb ul li{
		width: 50%;
		margin-bottom: 30px;
	}
	.ny_honor ul li{
		width: 50%;
	}
	.ny_team ul li{
		width: 50%;
	}
	.nypro_tp{
		width: 100%;
		height: auto;
		padding:30px;
	}
	.nypro_nr{
		width: 100%;
		padding-left: 15px;
		margin-top: 15px;
	}
	.pro01_tb .iconfont {
	    font-size: 50px;
	}
	.pro01_tb{
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	.pro02_bt{
		font-size: 30px;
	}
	.pro02_zj{
		padding:0 10%;
	}
	.pro02_box{
		height: 450px;
	}
	.solution_box ul li{
		width: 50%;
	}
	.itjs_b{
		padding:30px 30px;
	}
	.itjs_tm{
		font-size: 18px;
	}
	.inner_left{
		padding-left: 15px;
		width: 100%;
	}
	.inner_right{
		width: 100%;
		margin-top: 50px;
		padding-right: 15px;
	}
	.news ul li{
		width: 100%;
	}
	.yinhuan_tp{
		width: 100%;
	}
	.yinhuan_con{
		width: 100%;
		margin-top: 30px;
	}
	.nbxm_box ul li{
		width: 50%;
	}
	.xuanze_box ul li{
		width: 50%;
	}
	.xuanze_wz{
		height: 96px;
	}
	.lxfs_zuo{
		padding-right: 15px;
		width: 100%;
	}
	.lxfs_you{
		width: 100%;
		margin-top: 30px;
	}
	.ny_banner{
		height: 280px;
	}


	.jmb_wz h1{
		font-size: 80px;
	}
	.jmb_wz h2{
		font-size: 30px;
		white-space: unset;
	}
	.jmb_wz h5{
		font-size: 76px;
	}
	.jm_box1 ul li h2{
		font-size: 22px;
	}
	.jm_box1 ul li p{
		font-size: 13px;
	}
	.jm_box2_item{
		font-size: 16px;
	}
	.jm_box3_con ul li{
		height: 260px;
	}
	.jm_box3_con ul li p{
		    font-size: 24px;
    line-height: 50px;
	}
	.jm_box4_wz h1{
		font-size: 36px;
		line-height: 50px;
	}
	.jm_box5_con h1{
		line-height: 60px;
		font-size: 32px;
	}
	.wenjian ul li{
		padding:0 15px;
		max-height: 500px;
	}
		.wenjian ul li img {
	    max-width: 100%;
	}
	.jm_box7_con ul li h2{
		font-size: 24px;
	}
	.jm_fwlb ul li h2 {
	    font-size: 20px;
	    margin-top: 20px;
	}	
	.jmlx_con01 h1{
		    font-size: 32px;
	    line-height: 40px;
	    margin: 25px 0;
	}
	.jmlx_con01 h2{
		    font-size: 26px;
    line-height: 40px;
    margin: 25px 0;
	}
	.jmlx_con01 h3{
		font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
	}
	.jmlx_con02{
		margin-top: 30px;
	}
	.jm_zl a{
		line-height: 60px;
    	font-size: 22px;
	}
	.jm_bj a{
		line-height: 60px;
    	font-size: 22px;
	}
	#scrollobj{
		font-size: 16px;
	}
	.jm_fwlb ul li p{
		line-height: 28px;
	}
	.jm_fwbt h2{
		font-size: 40px;
	}
	.nine-title p{
		bottom: -22px;
    	line-height: 35px;
	}
	.dht_box ul li h1{
		font-size: 30px;
	}
	.dht_ann a{
		font-size: 24px;
	}
	.jm_box7_con ul li p{
		font-size: 14px;
		line-height: 25px;
	}
	.fang_con h2 b{
		font-size: 30px;
	}
	.fang_con h1{
		font-size: 36px;
	}
	.jm_box4_wz p{
		font-size: 16px;
		line-height: 28px;
	}
	.jm_box4_wz p b {
	    font-size: 18px;
	}
	.jm_box2_item{
		width: 350px;
		padding:5px 10px;
		line-height: 28px;
	}
	.jmb_ul ul li p{
		font-size: 16px;
    	line-height: 30px;
    	margin-top: 15px;
	}
	.jmb_img{
		width: 80px;
	}


}



/** 移动端 **/
.phone{ display:none;}
.phoneshow{ display:none;}
.phonebanner{ display:none;}

@media (max-width: 768px){
header{
	display:none;
	}
.phone{ display:block; z-index:99999; position:relative;}
.navbar-nav { width:100%; margin-left:0px; text-transform:uppercase;}
.navbar-nav li{ text-align:center; border-bottom:1px dotted #e5e5e5;}
.navbar-nav li a{ color:#111; font-size: 16px;}
.navbar-nav li a:hover{ color:#0059a6;}
.headerbg{ position:fixed; top:0px; left:0px; width:100%; z-index:999; background:#fff;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.logo_boxlist{ float:left;}
.headerwarp{ display:none;}
.navbar-toggle {margin-right: 0;}
.navbar-toggle .icon-bar {background-color:#0059a6;}
.navbar-collapse{ border-top:1px solid #e5e5e5;}
.indexprotopbt{ text-align:center; margin:0 auto; width:100%}
.indexprotop .col-lg-2{ text-align:center;}
.indexpromore{ float:none;}
.indexpromore a{ margin:0 auto;}
.indexprowarpitem{ margin-top:20px;}
.indexaboutwarp{ border-bottom:1px dotted #ccc; padding-bottom:20px; border-right:none; padding-top:20px;}
.indexnewswarp{ margin-top:20px;}
.indexcontimg{ margin-top:20%;}
.indexprotopbt{ width:140px; margin:0 auto;}
.indexprotitle{ margin-top:20px;}
.rslides_tabs{ bottom:390px;}
.logo_boxlist{ margin-left:0;}
.indexcontwz p{ width:90%;}
.indexnewsright{ margin-top:20px;}
.indexprotextit{ margin-left:20px;}
.phoneshow{ display:block;}
.pcshow{ display:none;}
.phonebanner{ display:block;}

#phone_current a{
	color:#0059a6;
	}
	
.logo_boxlist img{
	height: 50px;
}
.ban{
	height: auto;
	margin-top: 50px;
}
.banner_bg{
	height: 50px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:15px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 15px !important;
}
.swiper-button-next, .swiper-button-prev{
	width: 47px !important;
	height: 40px !important;
	margin-top: -20px !important;
}
.tiao{
	margin-top: 0;
	padding:25px 0 25px;
}
.tiao ul li{
	margin-bottom: 15px;
}
.tiao_bg{
	padding:15px 10px;
}	
.tiao_tb .iconfont{
	font-size: 36px;
}
.num_cont{
	font-size: 14px;
}
.num_cont span{
	margin-right: 5px;
    font-size: 32px;
}
.num_tit{
	line-height: 25px;
    font-size: 13px;
    margin-top: 5px;
}
.syab_bt{
	font-size: 30px;
}	
.syab_gs{
	font-size: 20px;
	margin-top: 5px;
}
.syab_wz{
	line-height: 28px;
    font-size: 15px;
    margin-top: 10px;
}
.syab_wz p{
	margin-bottom: 10px;
}
.syab_gd a{
	line-height: 36px;
    font-size: 15px;
}
.syab_gd{
	width: 150px;
	margin-top: 20px;
}
.sy_ab{
	padding:0 0 40px;
}
.sy_pro{
	padding:40px 0;
}
.sybt{
	padding:0 15px;
}
.sybt01{
	font-size: 30px;
	line-height: 1.4;
}
.sybt02{
	font-size: 16px;
    margin-top: 5px;
}
.sypro_box{
	margin-top: 25px;
}
.sypro_box ul{
	padding:0 8px;
}
.sypro_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.sy_pro .sypro_box ul li:nth-child( n + 7){
	display: none;
}
.sypro_box ul li a{
	padding:20px 15px;
}
.pro_tb .iconfont {
    font-size: 48px;
}
.pro_bt{
	font-size: 22px;
	margin-top: 10px;
}
.pro_wz{
	height: 50px;
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
}
.pro_more{
	width: 80%;
	line-height: 35px;
    font-size: 15px;
    margin-top: 15px;
}
.sy_more{
	width: 70%;
}
.sy_more a{
	font-size: 15px;
	line-height: 40px;
}
.sy_gk{
	padding:40px 0 25px;
}
.sygk_box{
	margin-top: 25px;
}
.gk_bg{
	padding: 20px 15px;
}
.gk_tb{
	width: 40px;
}
.gk_bt{
	font-size: 16px;
	margin-top: 10px;
}
.gk_wz{
	height: 44px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
}
.sygk_box ul{
	padding:0 8px;
}
.sygk_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.sy_jjfn{
	padding:40px 0;
	background: url(../image/sy_jjfn1.jpg) center center no-repeat;
    background-size: cover;
}
.syjjfn_con{
	margin-top: 25px;
	padding:0 15px;
	height: 300px;
}
.syjjfn_zj{
	padding-bottom: 0px;
}
.syjjfn_zj .sigle .iconfont{
	font-size: 40px;
}
.syjjfn_zj .sigle{
	font-size: 18px;
	line-height: 28px;
}
.syjjfn_zj .cont{
	display: none;
}
.sy_duibi{
	padding:40px 0;
}
.duibi_box{
	margin-top: 25px;
	padding:0 15px;
}
.left_bg{
	padding: 30px 15px;
}
.duibi_bt{
	font-size: 24px;
}
.duibi_line{
	width: 40px;
    height: 4px;
    margin-top: 10px;
}
.duibi_tp{
	padding: 20px 0 0;
	float: none;
}
.duibi_info{
	width: 100%;
	margin-left: 0;
	float: none;
	padding:0 0 20px;
	text-align: center;
}
.duibi_tm{
	font-size: 20px;
}
.duibi_wz{
	min-height: auto;
	font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}
.right_bg{
	padding:30px 15px;
}
.duibi_right .duibi_info{
	margin-top: 20px;
}
.sy_case{
	padding:40px 0;
}
.case_box{
	margin-top: 25px;
}
.case_box ul{
	padding:0 8px;
}
.case_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.case_n{
	padding: 10px 15px 15px;
}
.case_bt{
	font-size: 16px;
}
.case_wz{
	height: 44px;
    margin-top: 5px;
    line-height: 22px;
    font-size: 14px;
    -webkit-line-clamp: 2;
}
.sy_case .case_box ul li:nth-child( n + 5){
	display: none;
}
.sy_xw{
	padding:40px 0;
}
.xw_box{
	margin-top: 25px;
	margin-bottom: 30px;
}
.xw_zj{
	height: auto;
	padding: 20px;
}
.xw_bt1{
	font-size: 16px;
}
.xw_wz1{
	height: 50px;
	line-height: 25px;
    font-size: 15px;
    -webkit-line-clamp: 2;
}
.xw_sj{
	font-size: 13px;
	margin-top: 10px;
}
.xw_sj .iconfont {
    margin-right: 5px;
    font-size: 16px;
}
.xw_box2{
	margin-top: 15px;
}
.xw_bt{
	font-size: 16px;
}
.xw_wz{
	font-size: 14px;
	margin-top: 5px;
}
.xw_right{
	width: 125px;
	height: 90px;
}
.xw_left{
	width: calc(100% - 140px);
}
.xw_box2 ul li a{
	padding-bottom: 20px;
    margin-bottom: 20px;
}
.xw_box3{
	display: none;
}
.footer01{
	padding:30px 0;
}
.footer_ml{
	display: none;
}
.footer_bt{
	line-height: 30px;
    font-size: 17px;
}
.footer_bt a{
	line-height: 30px;
    font-size: 17px;
}
.footer_line{
	margin-top: 8px;
}
.footer_lxfs p{
	line-height: 28px;
    font-size: 13px;
}
.footer_lxfs p span{
	font-size: 22px;
}
.footer_ewm{
	margin-top: 15px;
	padding:0 15px;
}
.footer_dzsbt{
	font-size: 12px;
}
.footer02{
	padding:10px 15px;
    font-size: 13px;
}
.banquan{
	padding:0;
}
.jszc{
	padding:0;
	text-align: left;
}
/** phone_dbzx **/
.phone_dbzx{
	width:100%;
	height: auto;
	padding:5px;
	background: #0059a6;
	position: fixed;
	bottom: 0;
	left:0;
	z-index: 999999;
	border-top:1px solid rgba(255,255,255,0.1);
}
.phone_dbzx ul{
	height: auto;
}
.phone_dbzx ul li{
	width: 33.3333%;
	float: left;
}
.phone_dbzj{
	height: auto;
}
.phone_dbzj a{
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
}
.phone_dbtb{
	height: auto;
	line-height: 22px;
}
.phone_dbtb .iconfont{
	font-size: 24px;
}
.phone_dbwz{
	font-size: 14px;
	line-height: 20px;
}
.phone_dbxian{
	width: 1px;
	height: 30px;
	background: rgba(255,255,255,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff,endColorstr=#4Cffffff);
	position: absolute;
	top:50%;
	margin-top: -15px;
	right: 0;
}
.warp{
	padding-bottom: 57px;
}
/** phone_dbzx **/
.ny_banner{
	height: auto;
	margin-top: 50px;
}	
.mbx_dh02 ul li{
	margin-left: 0;
	margin-right: 10px;
}
.mbx_dh02 ul li a{
	line-height: 45px;
    font-size: 15px;
}
.inner{
	padding:40px 0;
}
.ny_abr{
	margin-top: 15px;
	padding:0 15px;
}
.inner_tiao{
	padding:40px 0 25px;
}
.ny_ab1{
	padding:40px 15px;
}
.ny_abwz {
    margin-top: 0;
}
.ny_whwz{
	height: auto;
	line-height: 28px;
    font-size: 15px;
    padding-left: 15px;
}
.wh_bt{
	font-size: 22px;
}
.ny_whtp{
	margin-top: 15px;
}
.ny_whimg{
	height: auto;
}
.nywh_lb{
	margin-top: 40px;
}
.nywh_lb ul li{
	margin-bottom: 15px;
}
.whlb_k{
	padding: 20px 15px;
}
.whlb_tb .iconfont {
    font-size: 36px;
}
.whlb_bt{
	line-height: 30px;
    font-size: 18px;
}
.whlb_wz{
	line-height: 25px;
    font-size: 14px;
    margin-top: 2px;
}
.honor_wz{
	line-height: 25px;
    font-size: 14px;
}
.ny_honor{
	margin-top: 25px;
}
.ny_honor ul{
	padding:0 8px;
}
.ny_honor ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.ny_honor ul li a{
	padding: 20px 15px;
}
.honor_tp img{
	height: 185px;
}
.honor_bt{
	line-height: 25px;
    font-size: 14px;
}
.honor_line{
	width: 40px;
    height: 4px;
    margin-top: 8px;
}
.page ul li a{
	padding: 3px 10px;
}
.ny_team ul{
	padding:0 8px;
}
.ny_team ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.ny_team ul li a{
	padding:10px;
}
.team_bt{
	line-height: 28px;
    font-size: 15px;
    margin-top: 5px;
}
.history_box{
	padding:0 15px;
}
.time-axis-item{
	padding-left: 100px;
	line-height: 30px;
    font-size: 14px;
}
.time-axis-date{
	width: 60px;
}
.time-axis-date span{
	right: -20px;
}
.time-axis:before{
	left:73px;
}
.nyfw_lb ul{
	padding:0 8px;
}
.nyfw_lb ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.nyfw_lb ul li a{
	padding:30px 15px;
}
.sercive_tb{
	line-height: 1;
}
.sercive_tb .iconfont {
    font-size: 40px;
}
.sercive_bt{
	margin-top: 10px;
	line-height: 28px;
    font-size: 15px;
}
.nypro_box{
	margin-top: 25px;
}
.nypro_box ul li a{
	padding:20px;
}
.nypro_tp{
	height: auto;
	padding:20px;
}
.nypro_nr{
	padding:0;
	margin-top: 15px;
}
.nypro_bt{
	line-height: 30px;
    font-size: 18px;
}
.nypro_wz{
	height: auto;
    line-height: 25px;
    font-size: 14px;
}
.nypro_gd{
	width: 130px;
	border: 1px solid #0059a6;
	line-height: 35px;
    font-size: 14px;
    margin-top: 15px;
}
.nypro_box ul li{
	margin-bottom: 15px;
}
.ny_pro01{
	padding:40px 0 25px;
}
.nycp_bt{
	padding:0 15px;
}
.nycp_bt01{
	line-height: 1.4;
    font-size: 22px;
}
.nycp_bt02{
	font-size: 14px;
}
.pro01_box{
	margin-top: 25px;
}
.pro01_box ul li{
	margin-bottom: 15px;
}
.pro01_k{
	padding:30px 30px;
}
.pro01_tb{
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.pro01_tb .iconfont {
    font-size: 56px;
}
.pro01_bt{
	line-height: 32px;
    font-size: 22px;
}
.pro01_wz{
	height: 125px;
	line-height: 25px;
    font-size: 14px;
}
.ny_pro02{
	padding:40px 0;
}
.pro02_bt{
	line-height: 1.4;
    font-size: 20px;
}
.pro02_wz{
	line-height: 25px;
    font-size: 14px;
    margin-top: 10px;
}
.pro02_box{
	margin-top: 25px;
	height: 500px;
}
.pro02_zj{
	padding:0 10%;
}
.ny_pro03{
	padding:40px 0;
}
.pro03_box{
	margin-top: 25px;
}
.pro03_box ul{
	padding:0 8px;
}
.pro03_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.pro03_k{
	padding:15px 8px;
}
.pro03_tb .iconfont {
    font-size: 30px;
}
.pro03_bt{
	line-height: 22px;
    font-size: 13px;
    height: 44px;
}
.pro03_box1 ul{
	padding:0 8px;
}
.pro03_box1 ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.pro03_tm{
	font-size: 16px;
	margin-top: 10px;
}
.pro03_wz{
	line-height: 24px;
    font-size: 14px;
    margin-top: 5px;
}
.ny_pro04{
	padding:40px 0 25px;
}
.pro04_box{
	margin-top: 25px;
}
.pro04_k{
	padding:30px;
}
.pro04_bt{
	line-height: 30px;
    font-size: 20px;
}
.pro04_bt .iconfont{
	font-size: 22px;
    margin-right: 10px;
}
.pro04_wz{
	height: 140px;
    margin-top: 15px;
    line-height: 28px;
    font-size: 15px;
}
.pro04_box ul li{
	margin-bottom: 15px;
}
.solution_tb .iconfont {
    font-size: 42px;
}
.solution_timu{
	line-height: 25px;
    margin-top: 15px;
    font-size: 16px;
}
.solution_more{
	line-height: 25px;
    margin-top: 15px;
    font-size: 13px;
}
.solution_con{
	margin-top: -61px;
}
.solution_box ul li{
	margin-bottom: 15px;
}
.jjfn_bt{
	font-size: 28px;
}
.jjfn_bt .iconfont{
	font-size: 48px;
}
.jjfn_ms{
	line-height: 28px;
    font-size: 15px;
    margin-top: 10px;
}
.jjfn_hyxq{
	font-size: 24px;
	margin-top: 30px;
}
.hyxq_nei{
	line-height: 28px;
    font-size: 15px;
    margin-top: 10px;
}
.jjfn_tp{
	margin-top: 15px;
	padding-right: 15px;
}
.jjfn_img{
	height: 270px;
}
.ny_itjs{
	padding:40px 0 25px;
}
.ny_itjs:before{
	background: url(../image/ny_itjs.jpg) center center no-repeat;
    background-size: cover;
    height: 20%;
}
.nyfnbt{
	font-size: 24px;
}
.itjs_box{
	margin-top: 25px;
	padding: 30px 20px 0;
}
.itjs_b{
	padding:30px;
	border-radius: 15px;
}
.itjs_num{
	font-size: 36px;
}
.itjs_tm{
	font-size: 18px;
	margin-top: 5px;
}
.itjs_wz{
	height: 100px;
	line-height: 25px;
    font-size: 14px;
}
.itjs_box ul li{
	margin-bottom: 15px;
}
.yingy_box{
	margin-top: 25px;
	padding:0 15px;
}
.yingy_bt{
	padding: 5px 15px;
    font-size: 14px;
}
.ny_yingy{
	padding-bottom: 40px;
}
.mbx_dh02{
	float: left;
}

.inner_news{
	padding:0 15px;
}
.inner_news01{
	padding:30px 20px 20px;
	height:auto;
}
.inxw_bt{
	font-size: 18px;
}
.inxw_wzjs{
	margin-top: 10px;
}
.inxw_wzjs p{
	font-size: 15px;
}
.inxw_more{
	margin-top: 15px;
}
.inner_news02{
	height: auto;
	padding:0 20px 30px;
}
.inner_news1{
	margin-top: 25px;
	padding-bottom: 30px;
}
.inner_news1 ul li:nth-child(odd){
	padding-left: 15px;
}
.inner_news1 ul li:nth-child(even){
	padding-right: 15px;
}
.innew_zj a{
	padding:30px 20px;
}
.innew_date{
	font-size: 13px;
}
.innew_date span{
	margin-right: 8px;
    font-size: 15px;
}
.innew_bt{
	margin-top: 10px;
    font-size: 16px;
}
.innew_wzjs{
	height: 50px;
}
.innew_wzjs p{
	line-height: 25px;
	font-size: 14px;
}

.inner_left{
	padding-left: 15px;
}
.xqdot_bt{
	line-height: 30px;
    font-size: 20px;
    letter-spacing: 0;
}
.xqdot_fb{
	line-height: 25px;
    font-size: 14px;
    margin-top: 10px;
}
.xqdot_fb02{
	float: left;
}
.xqdot_fb02 i{
	font-size: 18px;
    margin-left: 8px;
    line-height: 30px;
}
.xqdot_box{
	margin-top: 20px;
    line-height: 26px;
    font-size: 14px;
    padding-bottom: 10px;
}
.xqdot_box p, .xqdot_box div{
	margin-bottom: 10px;
}
.xqspxp{
	margin-top: 20px;
    font-size: 14px;
    padding: 15px;
    line-height: 25px;
}
.xqspxp01{
	padding:0;
}
.xqspxp02{
	padding:0;
}
.fanhui_an{
	width: 80px;
	height: 80px;
	margin: 30px auto 0;
}
.fanhui_an a i{
	line-height: 32px;
    font-size: 24px;
}
.fanhui_an a p{
	font-size: 14px;
}
.inner_right{
	padding-right: 15px;
	margin-top: 30px;
}
.ybxwne_bt{
	line-height: 25px;
    font-size: 15px;
}
.ybxwne_time{
	font-size: 14px;
}
.you_xwxq ul li a{
	padding:15px 0;
}
.you_xwxq{
	padding: 10px 20px 20px 20px;
}
.news ul li{
	margin-bottom: 15px;
}
.news_bt{
	font-size: 16px;
	line-height: 28px;
}
.news_wz{
	height: 50px;
    font-size: 14px;
    margin-top: 5px;
}
.news_nr{
	padding: 15px 15px;
}
.news_time{
	height: 113px;
}
.news_time01{
	font-size: 30px;
	line-height: 40px;
	margin-top: 22px;
}
.news_time02{
	font-size: 14px;
    line-height: 25px;
}
.jmzt_banner{
	height: auto;
}
.jiami_list ul li{
	width: 100%;
	margin-bottom: 15px;
}
.jiami_k{
	padding:20px 20px;
}
.jiami_bt{
	font-size: 20px;
}
.jiami_tp{
	margin-top: 15px;
}
.jiami_wz{
	height: auto;
    margin-top: 14px;
    line-height: 25px;
    font-size: 14px;
}
.jiami_list ul li:last-of-type{
	margin-bottom: 0;
}
.jmzt_yinhuan{
	padding:40px 0 25px;
}
.yinhuan_box{
	margin-top: 25px;
}
.yinhuan_tp{
	width: 100%;
	float: none;
}
.yinhuan_con{
	width: 100%;
	float: none;
	margin-top: 15px;
}
.yinhuan_k{
	padding:15px 20px;
}
.yinhuan_wz{
	line-height: 28px;
    font-size: 16px;
    height: auto;
}
.yinhuan_con ul li{
	margin-bottom: 15px;
}
.jmzt_nbxm{
	padding:40px 0 25px;
}
.nbxm_box{
	margin-top: 25px;
}
.nbxm_box ul{
	padding:0 8px;
}
.nbxm_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.nbxm_k{
	padding:20px 15px;
}
.nbxm_tb .iconfont {
    font-size: 36px;
}
.nbxm_bt{
	font-size: 16px;
}
.jmzt_zdsm{
	padding:40px 0;
}
.jmzt_zdsm .sybt{
	padding-bottom: 40px;
}
.jmzt_zdsm .zdsm_box{
	margin-top: 40px;
}
.jmzt_zdsm:before{
	height: 151px;
}
.zdsm_nr{
	height: auto;
}
.zdsm_bt{
	font-size: 20px;
}
.zdsm_line{
	width: 40px;
	height: 4px;
	margin-top: 10px;
}
.zdsm_wz{
	font-size: 14px;
	margin-top: 15px;
}
.zdsm_tp{
	margin-top: 20px;
}
.zdsm_tp img{
	height: auto;
}
.jmzt_juti{
	padding-bottom: 40px;
}
.juti_box{
	padding:40px 30px;
	border-radius: 30px;
}
.juti_bt{
	font-size: 20px;
}
.juti_tp{
	margin-top: 25px;
}
.juti_tp .juti_tplist{
	margin-bottom: 15px;
}
.juti_box ul li{
	margin-bottom: 40px;
}
.jmzt_zdsm1{
	padding:40px 0;
}
.jmzt_zdsm2{
	padding:40px 0;
}
.jmzt_zdsm3{
	padding:40px 0;
}
.jmzt_zdsm4{
	padding:40px 0;
}
.jmzt_zdsm5{
	padding:40px 0;
}
.jmzt_zdsm6{
	padding:40px 0;
}
.jmzt_zdsm7{
	padding:40px 0;
}
.jmzt_zdsm8{
	padding:40px 0;
}
.jmzt_zdsm9{
	padding:40px 0;
}
.jmzt_zdsm10{
	padding:40px 0;
}
.jmzt_xuanze{
	padding:40px 0;
}
.xuanze_box{
	margin-top: 25px;
}
.xuanze_box ul{
	padding:0 8px;
}
.xuanze_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.xuanze_bt{
	font-size: 18px;
	margin-top: 10px;
}
.xuanze_wz{
	margin-top: 10px;
	font-size: 14px;
	height: 150px;
}
.jmzt_zcpt{
	padding:40px 0;
}
.zcpt_box{
	margin-top: 25px;
	padding:35px 20px 0;
}
.zcpt_box ul li{
	width: 100%;
	margin-bottom: 15px;
}
.zcpt_k{
	padding:25px 15px;
}
.zcpt_tb .iconfont {
    font-size: 36px;
}
.zcpt_bt{
	font-size: 18px;
	margin-top: 10px;
}
.zcpt_wz{
	height: auto;
    line-height: 25px;
    font-size: 15px;
    margin-top: 10px;
}
.jmzt_zcpt:before{
	height: 18%;
	background: url(../image/jmzt_zcpt.jpg) center center no-repeat;
}
.lxfs_wz{
	line-height: 25px;
    font-size: 14px;
}
.ny_lxfs{
	margin-top: 25px;
}
.lxfs_dh{
	padding:20px 20px;
}
.lxfs_dh p{
	font-size: 14px;
}
.lxfs_dianhua{
	font-size: 36px;
}
.lxfs_dianhua a{
	background: linear-gradient(to top, #0059a6, #8316e9);
    -webkit-background-clip: text;
    color: transparent;
}
.lxfs_dz{
	margin-top: 20px;
    line-height: 28px;
    font-size: 15px;
}
.lxfs_dzbt{
	font-size: 14px;
}
.lxfs_dz p{
	padding: 10px 0;
}
.lxfs_you{
	margin-top: 15px;
}
.lxfs_bddt{
	height: 300px;
}
.ny_ly{
	padding:40px 0;
}
.ny_zxly{
	margin-top: 25px;
}
.ny_zxly ul li{
	margin-bottom: 15px;
}
.zbox .name{
	font-size: 14px;
	line-height: 40px;
}
.zbox input{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.zbox textarea{
	font-size: 14px;
	line-height: 25px;
	height: 175px;
}
.tijiao input{
	width: 100%;
	height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.inner_map{
	padding:0 15px;
}
.inner_map ul li{
	padding:10px 0;
}
.inmap_bt a{
	line-height: 30px;
    font-size: 16px;
}
.inmap_fl a{
	line-height: 25px;
    font-size: 14px;
}

/** jmzt1 **/
.jmzt1_banner{
	height: 520px;
	margin-top: 50px;
}
.jmb_wz h1{
	margin-top: 30px;
    font-size: 40px;
}
.jmb_wz h5{
	margin-top: 15px;
    font-size: 36px;
}
.jmb_wz h2{
	width: 95%;
    font-size: 18px;
    margin-top: 20px;
    white-space: unset;
    padding:10px;
}
.jmb_wz h3{
	font-size: 15px;
	margin-top: 10px;
}
.jmb_wz h4{
	font-size: 14px;
	margin-top: 5px;
}
.jmb_ul{
	margin-top: 20px;
	padding:0 10px;
}
.jmb_ul ul li{
	width: 25%;
	margin-bottom: 10px;
}
.jmb_img{
	width: 75px;
    padding: 8px 15px;
}
.jmb_ul ul li p{
	font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
}
.jm_box1{
	padding: 30px 10px 0;
    height: auto;
}
.jm_box1 ul li{
	width: 48%;
	height: 320px;
	margin:0 1% 15px;
}
.jm_box1 ul li h2{
	height: 40px;
	line-height: 40px;
    font-size: 22px;
    margin-top: 10px;
}
.jm_box1_img{
	width: 80%;
}
.jm_box1 ul li p{
	font-size: 14px;
    padding: 0 12px;
}
.jm_box1 ul li:hover{
	bottom: 0px;
	height: 320px;
	padding-top: 0;
}
.jm_box2{
	padding:30px 15px 0;
}
.nine-title{
	margin: 0;
	width: 100%;
    height: auto;
    padding: 8px 10px;
    border: #CCCCCC solid 3px;
}
.nine-title h2{
	width: 100%;
	padding: 15px 10px;
    font-size: 22px;
}
.nine-title p{
	font-size: 12px;
	padding: 0 15px;
	width: 70%;
}
.jm_box2_img1{
	height: auto;
}
.jm_box2_item{
	width: 100%;
    font-size: 16px;
    position: static;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.jm_box2_item01{
	top: auto;
    left: auto;
}
.jm_box2_item02{
	top: auto;
    left: auto;
}
.jm_box2_item03{
	top: auto;
    left: auto;
}
.jm_box2_item04{
	top: auto;
    left: auto;
}
.jm_box2_item05{
	top: auto;
    right: auto;
}
.jm_box2_item06{
	top: auto;
    right: auto;
}
.jm_box2_item07{
	top: auto;
    right: auto;
}
.jm_box2_item08{
	top: auto;
    right: auto;
}
.jm_box2_con{
	height: auto;
	margin-top: 30px;
}
.jm_box3{
	padding:30px 15px;
}
.jm_box3_con{
	margin-top: 30px;
}
.jm_box3_con ul li{
	height: auto;
	margin-bottom: 15px;
}
.jm_box3_img{
	width: 100px;
	padding: 20px;
	margin:0 auto 10px;
}
.jm_box3_con ul li p{
	font-size: 18px;
    line-height: 35px;
}
.jm_box3_tp{
	width: 100%;
}
.jm_fang{
	height: auto;
	padding:30px 15px;
}
.fang_con h1{
	font-size: 24px;
	margin-top: 0;
    margin-left: 0;
}
.fang_con h2{
	font-size: 15px;
	margin-left: 0;
}
.fang_con h2 b{
	font-size: 20px;
}
.jm_box4{
	padding:30px 15px 20px;
}
.jm_box4_con{
	margin-top: 40px;
	padding-top: 40px;
}
.jm_box4_wz{
	width: 100%;
	padding:0;
}
.jm_box4_tp {
    width: 100%;
    margin-top: 15px;
}
.jm_box4_wz h1{
	font-size: 24px;
	line-height: 40px;
	margin:0;
}
.jm_box4_wz p{
	font-size: 14px;
    margin-top: 15px;
    padding: 0;
}
.jm_box5{
	padding:0 15px 30px;
}
.jm_box5_con h1{
	margin:30px auto;
	border-left: 4px solid #faff72;
    font-size: 18px;
    line-height: 32px;
    padding-left: 15px;
}
.wenjian ul li{
	max-height: 375px;
	margin-bottom: 15px;
}
.wenjian ul li:nth-child(odd){
	padding-right: 8px;
}
.wenjian ul li:nth-child(even){
	padding-left: 8px;
}
.wenjian ul li img{
	max-width: 100%;
}
.wenjian1{
	margin-top: 0px;
}
.jm_box6{
	padding:30px 15px;
}
.jm_box4_wz p b {
    font-size: 16px;
}
.dht_box ul li{
	padding:15px 15px;
}
.dht_tb{
	width: 50px;
	margin-right: 10px;
}
.dht_box ul li h1{
	font-size: 28px; 
}
.dht_ann{
	width: 200px;
}
.dht_ann a{
	font-size: 22px;
	line-height: 48px;
}
.dht_box ul li a:hover h1{
	color: #e1882c;
}
.jm_box7{
	padding:30px 15px;
}
.jm_box7_con{
	margin-top: 30px;
}
.jm_box7_con ul li{
	padding:0 8px;
	margin-bottom: 10px;
}
.jm_box7_tp{
	width: 100%;
}
.jm_box7_con ul li h2{
	font-size: 20px;
	line-height: 40px;
}
.jm_box7_xian{
	margin-top: 5px;
    margin-bottom: 15px;
}
.jm_box7_con ul li p{
	font-size: 14px;
	padding: 0;
	height: 140px;
}
.jm_box8{
	padding:0 15px;
}
.sjd_certify{
	height: auto;
	padding-bottom: 15px;
}
.certify_zj p{
	font-size: 14px;
	color: #636363;
	padding:10px 15px;
	text-align: center;
}
.jm_box9{
	padding: 30px 15px 20px;
}
#playBox .smalltitle{
	width: 100%;
    height: auto;
}
#playBox .smalltitle ul{
	width: 100%;
    height: auto;
    padding: 0 25px;
}
#playBox .smalltitle ul li{
	width: 33.33%;
    height: 35px;
}
#playBox .smalltitle ul p{
	line-height: 35px;
}
#playBox .oUlplay{
	bottom: 0;
	top:200px;
	margin:0;
}
#playBox .oUlplay li{
	width: 300px;
	height: auto;
	text-align: center;
}
.oUlplay-libox1{
	width: 150px;
    height: 113px;
    margin: 0;
}
.oUlplay-libox2{
	width: 150px;
    height: 113px;
    margin:0;
}
.oUlplay-libox3{
	width: 300px;
    height: auto;
    margin:0;
    margin-top: 10px;
}
.oUlplay-libox1-item{
	width: 150px;
    height: 113px;
}
.oUlplay-libox1-item:nth-child(1), .oUlplay-libox1-item:nth-child(3){
	margin-right: 0;
}
#playBox .oUlplay li>div p{
	line-height: 25px;
	font-size: 12px;
}
#playBox{
	width: 300px;
    height: 560px;
}
#playBox .oUlplay li img{
	max-height: 100%;
}
.jm_box11{
	padding:30px 15px;
}
.jm_fwbt h2 {
    font-size: 28px;
}
.jm_fwbt p {
    font-size: 14px;
    line-height: 25px;
}
.jm_fwlb ul li h2 {
    font-size: 16px;
    margin-top: 10px;
}
.jm_fwlb ul li p {
    font-size: 13px;
    padding: 10px 15px;
}
.jm_fwlb ul li{
	height: 200px;
}
.jm_lxwm{
	padding:30px 15px;
}
.jmlx_con01{
	width: 100%;
}
.jmlx_con02{
	width: 100%;
	margin-top: 20px;
}
.jmlx_con01 h1{
	font-size: 26px;
    line-height: 40px;
    margin: 15px 0;
}
.jmlx_con01 h2{
	font-size: 20px;
    line-height: 30px;
    margin: 15px 0;
}
.jmlx_con01 h3{
	font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
}
.jmlx_con01 h3 a{
	color: #111;
}
.jmlx_con01 h3 a:hover{
	color: #e1882c;
}
.jmlx_con02 ul li{
	margin-bottom: 15px;
    padding: 0;
}
.jmsrk input{
	height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.jmsrk1{
	height: 50px;
	font-size: 18px;
}
.jm_xz{
	width: 100px;
	height: 48px;
}
.jm_xz select{
	height: 48px;
    line-height: 48px;
    font-size: 18px;
}
.jm_srk input{
	height: 48px;
    line-height: 48px;
    font-size: 18px;
}
.jm_srk{
	width: calc(100% - 100px);
}
.jm_zl a{
	line-height: 55px;
    font-size: 20px;
}
.jm_bj a{
	line-height: 55px;
    font-size: 20px;
}
#scrollobj{
	bottom: 57px;
	height: 30px;
    font-size: 14px;
    line-height: 30px;
}
/** jmzt1 **/
/** jmzt2 **/
.jmzt2_banner{
	margin-top: 50px;
}
.jmzt2_redbg .certify_zj p{
	color: #fff;
}
.jmzt2_redbg .jmlx_con01 h3 a{
	color: #fff;
}
.jmzt2_redbg .swiper-button-prev, .jmzt2_redbg .swiper-container-rtl .swiper-button-next {
    background: url(../image/redjt01.png) center center no-repeat;
}
.jmzt2_redbg .swiper-button-next, .jmzt2_redbg .swiper-container-rtl .swiper-button-prev {
    background: url(../image/redjt02.png) center center no-repeat;
}
/** jmzt2 **/

.safe_div{
	padding:40px 15px 30px;
}
.saft_tp{
	width: 100%;
	margin-top: 0;
}
.safe_nr{
	width: 100%;
	margin-top: 15px;
}
.safe_bt{
	line-height: 35px;
    font-size: 20px;
    margin-bottom: 0;
}
.safe_xbt{
	line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
}
.safe_wz{
	line-height: 22px;
    font-size: 12px;
}
.safe_xbt:before{
	border-left: 2px solid #4595f4;
}
.saft_list ul li{
	margin-bottom: 10px;
}
.saft_an{
	display: none;
}
.video-icon{
	width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
}
.saft_video{
	padding:0;
}
.saft_spjs{
	padding-top: 0;
    line-height: 30px;
    padding-left: 0;
    font-size: 16px;
}

}
/** 移动端 **/
/** index **/


