/* 初始化 */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    line-height: 1;
    font-family: 'Source Han Sans CN','Microsoft YaHei','微软雅黑';
    background-color: #ffffff!important;
}
a {
    color: inherit;
    text-decoration: none;
}
.ul_none{
    list-style-type: none;
}
.clear {
    clear: both;
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.bod0{
    border: 0px!important;
}
ul{
    list-style-type: none;
}
input,textarea{
    outline: none;
}
*,*:hover,*:active,*:visited,*:link,*:focus{
    outline:none;
    background: none;
    text-decoration: none;
}
.kd1120 {
    max-width: 1120px;
    margin: 0 auto;
}
.pubimg {
    width: 100%;
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }
.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
/*----------------------*/




/* pc头部菜单 */
.top_bangs {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	background-color: #ffffff;
	border-bottom: 1px solid #666666;
}
.top_bangs .tbangs_logo {
    float: left;
    margin-top: 2%;
}
.top_bangs .tbangs_menu {
    float: right;
}
.top_bangs .tbangs_menu ul li {
    display: inline-block;
    text-align: center;
    transition: all .3s;
    color: #000000;
    font-size: 14px;
}
.tbangs_menu ul li a {
    display: block;
    padding: 35px 0;
    margin: 0 30px;
}
.tbangs_menu ul li p {
    font-size: 12px;
    color: #8d8d8d;
    line-height: 2em;
    transition: all .3s;
}

.top_bangs .tbangs_menu ul li:hover {
    background: #0158b9;
    transition: all .3s;
    color: #ffffff;
    font-size: 14px;
}
.top_bangs .tbangs_menu ul li:hover a p {
    color: #ffffff;
    transition: all .3s;
}
.top_bangs .tbangs_menu ul .on {
    background: #0158b9;
    transition: all .3s;
    color: #ffffff;
}
.top_bangs .tbangs_menu ul .on a p {
    color: #ffffff;
    transition: all .3s;
}


/* 1200头部 */
.mi_head {
    width: 100%;
    display: none;
    background-color: #ffffff;
    transition: all 0.5s;
    top: 0;
    position: fixed;
    z-index: 100;
    box-shadow: none;
    height: 20vw;
}
.mi_head .logo{
    width: 44.7%;
    padding: 3%;
    float: left;
}
.mi_head .mi_Cal{
    float: right;
    width: 15%;
    padding-top: 6.5vw;
}
.mi_head .mi_Cal span {
    width: 10vw;
    height: 2px;
    background-color: #0158b9;
    display: block;
    margin-top: 1vw;
}
.mi_head .mi_Cal .mmx2{
    width: 10vw;
    height: 2px;
    background-color: #0f6b38;
    display: block;
    margin: 2vw 0;
}

.menuls{
    display: none;
    position: fixed;
    right: -110%;
    width: 100%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    transition: all 0.2s ease 0s;
    overflow-y: scroll;
    overflow-x: hidden !important;
}
.menuls .menu_one {
    line-height: 20vw;
    background-color: #0158b9;
    height: 20vw;
}

.menuls .menu_one .span1 {
    display: inline-block;
    font-size: 4vw;
    color: #ffffff;
    margin-left: 10%;
    letter-spacing: 3px;
    float: left;
}
.menuls .menu_one .close {
    display: inline-block;
    height: 19vw;
    /* background: url(../image/close.png) no-repeat center; */
    margin-right: 7.8%;
    /* margin-top: 6vw; */
    cursor: pointer;
    color: #fff;
    font-size: 7vw;
    float: right;
}

.menuls .menu_two ul {
    width: 100%;
}
.menuls .menu_two ul li {
    line-height: 15vw;
    width: 100%;
    border-top: 1px solid #f2f2f2;
}
.menuls .menu_two ul li>a{
    font-size: 4vw;
    display: block;
    width: 84%;
    padding: 0 7.8% 0 10.2%;
    color: #777;
    transition: color 0.3s ease 0s;
}
.show {
    right: 0;
    transition: all 0.44s ease 0s;
}


/* banner */
.train_banner {
    margin-top: 108px;
}
.pub_banner{
	display: block;
	margin-top: 109px;
}
.mi_pub_banner{
    display: none;
}

/* 首页 */
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
	}
.tl{
	text-align:left;
	}
.tr{
	text-align: right;
	}
.tc{
	text-align: center;
	}
.fl{
	float:left;
	}
.fr{
	float:right;
	}
.underline{
	text-decoration:underline;
	}
.ct_1{
	color:#000;
	}
.ct_2{
	color:#333;
	}
.ct_3{
	color:#666;
	}
.ct_4{
	color:#999;
	}
.ct_5{
	color:#ccc;
	}
.ct_6{
	color:#fff;
	}
.ct_7{
	color:#0158b9;
	}
/* */

.k1120{
	max-width:1120px;
	margin:0 auto;
	}
#header{
	width:100%;
	height:100px;
 	position:fixed;
	z-index:1100;
	background:#fff;
 	top:0;
	box-shadow:0 1px 0 rgba(0,0,0,0.05);
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
}
#header .k1120 {
	position:relative;
	padding:0 10px;
	}
/* ------- Menu ------- */
.wrapper{
	overflow:hidden;
	}
.pageMain{
 	margin-right:0;
	margin-left:0;
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
	}
.sidebar{
  	position: fixed;
	right:0;
	top:0;
	left:0;
	z-index:9999;
	}
.sidebar .k1120{
	position:relative;
	}

	
#logo{
	width:200px;
	height:41px;
	display:inline-block;
	background:url("../image/logo.png") no-repeat;
	overflow:hidden;
 	margin:25px 0 0 0;
	text-indent:-20em;
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
	}


#menu a:hover,
#menu a:hover b,
#menu a.current,
#menu a.current b{
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
}
#menu a:hover,
#menu a.current{
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
	}
.scrol-page{
 	margin:0 auto;
	padding:99px 0 0 0;
  	}

	
	
}

@media (max-width: 767px) {
	.openNav .sidebar{
		right:0;
		border-left:1px solid rgba(0,0,0,0.05);
		}
	.openNav .pageMain{
		margin-right:60px;
		margin-left:-60px;
		}
	.sidebar{
 		height:100%;
		width:70px;
		position: fixed;
		left:auto;
		right:-70px;
		top:0;
		-webkit-transition:  0.2s ease-in 0s;
		-moz-transition:  0.2s ease-in 0s;
		-ms-transition:  0.1s ease-in 0s;
		-o-transition:  0.2s ease-in 0s;
		z-index:9999;
		}
	.openNav .sidebar{
		right:0;
		}
	.openNav .pageMain{
		margin-right:70px;
		margin-left:-70px;
		}
	#menu{
		left:0;}
	#menu li{
		display:block;
		}	
	.navBox{
		width:45px;
		padding:15px 0 0 0;
		height:30px;
		position:absolute;
		left:-45px;
		top:0;
		
		}
	.navOpen{
		height:12px;
		width:22px;
		display:block;
		margin:0 auto;
		border-top:2px solid #666;
		border-bottom:2px solid #666;
		position:relative;
		z-index:1;
		}
	.navOpen:after{
		display:block;
		position:absolute;
		left:0;
		right:0;
		height:2px;
		overflow:hidden;
		content:'';
		background:#666;
		top:50%;
		margin-top:-1px;
		z-index:1;
		}
	.navBox:before{
		width:2px;
		height:18px;
 		display:block;
		content:'';
		background:#fff;
		left:14px;
		top:15px;
		position:absolute;
		z-index:333;
		}
	
}
/* banner */
.b_1{
	background-image:url("../image/b1.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center 0;
 	overflow:hidden;
 	padding:71px 0;
	position:relative;
  	}
.b_2{
	background-image:url("../image/b2.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center 0;
 	overflow:hidden;
	position:relative;
	text-align:center;
 	padding:150px 0 150px 0;
 	 
	}
.banner{
 	}
.b_pic{
	width:50%;
	float:left;
	position:relative;
	max-height:400px;
	}
.b_pic img{
	max-width:100%;
	}

.b_text{
	padding:50px 0 0 0;
	float:left;
	color:#fff;
	width:50%;
	}
.b_text h1{
	line-height:120%;
	font-size:60px;
	padding-left:10%;
	}
.b_text h4{
	font-size:18px;
	font-weight:normal;
	padding:10px 0 30px 10%;
	}
.b_text  p{
	padding:5px 0 5px 10%;
 	font-size:16px;
	}
	
.b_2 h2{
	color:#fff;
	font-size:36px;
	font-weight:normal;
	position:relative;
	width:100%;
	}
.b_2 h1{
	color:#ff0038;
	font-size:90px;
	font-weight:normal;
	line-height:120%;
	height:100px;
	line-height:100px;
	padding:40px 0;
 	}
.b_2 h5{
	font-size:14px;
	color:#fff;
	}
.viewMain,
.viewMain p{
	line-height:180%;
	font-size:14px;
	color:#666;
	}
.viewMain{
	padding:0 10px;
	}
@media (max-width: 1120px) {
	.b_2{
		display:none;
		}
	 
	
	}
@media (max-width: 960px) {
	 
	.b_text{
		padding-top:10px;}
	
	}
 

 
@media (max-width: 768px) {	
	.b_1{
		padding:40px 0;
		}
	.scrol-page{
  		padding:40px 0 0 0;
  	}
	.b_text{
		padding-top:20px;}
	.b_text h1{
 		font-size:30px;
  	}
	.b_text h4{
		font-size:14px;
		line-height:140%;
		padding-bottom:10px;
  		}
	.b_text  p{
 		font-size:12px;
		padding-top:5px;
		padding-bottom:0;
		}
	
}
@media (max-width: 480px) {	
	
	.b_1{
		padding:20px 0 10px 0;
		}
	.b_text{
		width:auto;
		float:none;
		padding-bottom:10px;
 		}
	.b_pic{
		width:auto;
		float:none;
		margin:0 10px;
		}
	.b_text h1{
 		padding:0 0 0 10px;
  	}
	.b_text h4{
  		padding:10px;
  		}
	.b_text  p{
		padding:0 0 0 10px;
		line-height:180%;
		}
}
.title{
	font-size:35px;
	color:#000;
	text-align:center;
	padding:50px 0 50px 0;
 	}
.title b{
 	font-size:12px;
	color:#666;
	line-height:16px;
	display:inline-block;
	padding:10px 0 0 0;
	margin-bottom:-10px;
	}
.title span{
	display: inline-block;
	line-height:40px;
 	position:relative;
	padding:0 6%;
	font-weight:normal;
    }
.title span:before{
	width:100%;
	height:1px;
	background:#333;
	position: absolute;
	left:0;
	right:0;
	content:'';
	bottom:-20px;
	 
	}
.title span:after{
	display:block;
	overflow:hidden;
	content:'';
	background:#333;
	border:10px solid #fff;
	position:absolute;
	left:50%;
	width:4px;
	bottom:-32px;
	height:4px;
	border-radius:100%;
	margin-left:-12px;
	}
.infoText{
	text-align:center;
	color:#999;
	font-size:16px;
	padding:0 10px;
	}

	
	
.servicesBox{
	position:relative;
	margin:80px 0 0 0;
	}
.servicesBox li{
	width:25%;
	float:left;
	}
.servicesBox li h3{
	font-size:20px;
	color:#333;
	padding:5px 0;
	text-align:center;
	}
.servicesBox li p{
	color:#999;
	font-size:12px;
	line-height:200%;
 	}
.servicesBoxList{
	padding:0 10px;
	}
.servicesBox:before{
	width:100%;
	height:1px;
	background:#eee;
	position: absolute;
	left:0;
	right:0;
	content:'';
 	top:47px;	 
	}
.servicesBoxIcon{
	padding:0 0 20px 0;
	text-align:center;
	}	
.servicesBoxIcon i {
        display: inline-block;
        cursor: pointer;
        width: 90px;
        line-height:90px;
        height: 90px;
        border-radius: 50%;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #333;
        font-size:16px;
		background:#fff;
		border:1px   solid #a3a3a3;
        transition: background 0.2s, color 0.2s;
		
 }	
.servicesBoxIcon i:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        box-sizing: content-box;
}	
.servicesBoxIcon i:after {
        top: -7px;
        left: -7px;
        padding: 7px;
        box-shadow: 0 0 0 4px #0158b9;
        transition: transform 0.2s, opacity 0.2s;
        transform: scale(.8);
        opacity: 0;
}
.servicesBoxIcon i:hover {
         color: #fff;
		border:1px solid #fff;
}	
.servicesBoxIcon i:hover:after {
        transform: scale(1);
        opacity: 1;
}	
.servicesBoxIcon i:before{
	width:40px;
	height:40px;
	display:block;
	position:absolute;
	content:'';
	background-image:url("../image/icon.png");
	background-repeat:no-repeat;
	background-size:228px 61px;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
 	}
.servicesIcon_1:before{
	background-position:3px 5px;}
.servicesIcon_2:before{
	background-position:-67px 5px;}
.servicesIcon_3:before{
	background-position:-130px 7px;}
.servicesIcon_4:before{
	background-position:-195px 7px;}
.ad_1{
 	background-image:url("../image/adbg1.jpg");
	background-repeat:no-repeat;
	background-position:center 0;
  	position:relative;
	height:270px;
	margin-top:70px;
	overflow:hidden;
	-webkit-transition:height  0.2s ease-in 0s;
	-moz-transition:height  0.2s ease-in 0s;
	-ms-transition: height 0.1s ease-in 0s;
    -o-transition: height 0.2s ease-in 0s;
    background-attachment:fixed
  	}
.ad_1 i{
 
 	}
.ad_1Text{
	font-size:60px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	line-height:270px;
	height:100%;
	width:100%;
	background-image:url("../image/fixline.png");
	background-repeat: no-repeat;
 	background-position:center center;
	}




.ad_4{
 	background-image:url("../image/adbg4.jpg");
	background-repeat:no-repeat;
	background-position:center 0;
  	position:relative;
	height:270px;
	margin-top:70px;
	overflow:hidden;
	-webkit-transition:height  0.2s ease-in 0s;
	-moz-transition:height  0.2s ease-in 0s;
	-ms-transition: height 0.1s ease-in 0s;
	-o-transition: height 0.2s ease-in 0s;
  	}
.ad_4 i{
 
 	}
.ad_4Text{
	font-size:60px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	line-height:270px;
	height:100%;
	width:100%;
	background-image:url("../image/fixline2.png");
	background-repeat: no-repeat;
 	background-position:center center;
	}


/**/
.case{
	padding:20px 10px 0 10px;
	}
.case li{
	width:25%;
	float:left;
	}
.case ul{
	margin-left:-20px;
	}
.case li img{
	max-width:100%;}
.case li .mask{
	right:0;
	bottom:0;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   color:#fff;
}
.view-tenth{
	position:relative;
	overflow:hidden;
	text-align:center;
	margin:20px 0 0 20px;
	max-height:176px;
	min-height:176px;
	}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: rgba(1, 88, 185, 0.6);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   background: transparent;
   padding:22% 0 10px 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size: 16px;
}
.view-tenth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   padding:0 0 10px 0;
   font-size:11px;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   display:inline-block;
   padding:0 15px;
   line-height:24px;
   border:1px solid rgba(255,255,255,0.3);
   background:rgba(255,255,255,0.2);
   color:#fff;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.moreBtn{
	border:3px solid #717171;
	height:45px;
	line-height:45px;
	padding:0 4%;
	display:inline-block;
	 -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
	}
	
.moreBtn:hover{
	color:#0158b9;
	border:3px solid #0158b9;
	text-decoration:none;
	padding:0 8%;
	}
.moreBox{
	padding:50px 0 0 0;}
#about{
	background:#fafcfc;
	padding-top:90px;
	}
.aboutBox{
	position:relative;
	margin:0 100px;
	}
/*.aboutBox:before{
	position:absolute;
	line-height:100%;
	left:-170px;
	top:0px;
	content:'“';
	font-size:200px;
	color:#f1f2f2;
	font-weight:bold;
	overflow:hidden;
	}
.aboutBox:after{
	overflow:hidden;
	line-height:100%;
	position:absolute;
	bottom:-100px;
	right:-190px;
	content:'”';
	font-size:200px;
	color:#f1f2f2;
	font-weight:bold;
 	}*/
.aboutBox h4{
	font-size:18px;
	color:#0158b9;
	font-weight:normal;
	text-align:center;
	padding:20px 0;
	}

.aboutBox .sinabout_left {
	float: left;
	width: 40%;
	margin-left: 5%;
}
.aboutBox .sinabout {
	padding-bottom: 20px;
}
.aboutBox .sinabout_left img {
	width: 100%;
}
.aboutBox .sinabout_right {
	float: right;
	width: 50%;
	padding-top:10px;
	font-size:12px;
	text-indent:2em;
}	
.aboutBox{
	line-height:220%;
	}
#about .title span:after{
	border:10px solid #fafcfc;
	}
.newsList{
	padding:0 10px;
	}
.newsList li{
	width:33.33333333%;
	float:left;
	padding:40px 0;
	}
.newsList ul{
	margin-left:-50px;
	}
.newsListBox{
	margin-left:50px;
	}
.newsList h4 {
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
.newsList h4 a{
	font-size:17px;
	color:#000;
	font-weight:normal;
	display:block;
	 -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
	}
.newsList h4 a:hover{
	color:#0158b9;
	}
.newsViewText{
	padding:20px 0;
	line-height:160%;
	height:40px;
	font-size:12px;
	color:#666;
	overflow:hidden;
	}
.newsListView{
	display:inline-block;
	padding:0 15px;
	border:1px solid #555;
	border-radius:3px;
	height:28px;
	line-height:28px;
	font-size:12px;
	background:#fff;
	 -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
	}
.newsListView:hover{
	color:#fff;
	text-decoration:none;
	border:1px solid #0158b9;
	background:#0158b9;
	}
.ad_2{
	background-image:url("../image/adbg2.jpg");
	background-repeat:no-repeat;
 	background-position:center 0;
	text-align:center;
	padding:80px 10px;
	margin-top:100px;
	overflow:hidden;
	height:210px;
	background-attachment:fixed
	}
.ad_2 h3{
	position:relative;
	padding-bottom:50px;
	margin-bottom:10px;
	}
.ad_2 h3 span{
	font-size:35px;
	color:#fff;
	line-height:120%;
	display:inline-block;
	position:relative;
	}
.ad_2 h3 span:before{
 	height:1px;
	background:#fff;
	position: absolute;
	left:18%;
	right:18%;
	content:'';
	bottom:-20px;
	 
	}
.ad_2 h3:after{
	display:block;
	overflow:hidden;
	content:'';
	background:#fff;
 	position:absolute;
	left:50%;
	width:6px;
	bottom:27px;
	height:6px;
	border-radius:100%;
	margin-left:-3px;
	}
.ad_2 h3 span:after{
	display:block;
	overflow:hidden;
	content:'';
	background:rgba(255,255,255,0.3);
 	position:absolute;
	left:50%;
	width:14px;
	bottom:-27px;
	height:14px;
	border-radius:100%;
	margin-left:-7px;
	}
.ad_2 p{
 	color:#fff;
	line-height:160%;
	font-size:15px;
	}
.ab_3{
	background-image:url("../image/adbg3.jpg");
	background-repeat:no-repeat;
 	background-position:center 0;
	text-align:center;
	padding:80px 10px;
	margin-top:100px;
	overflow:hidden;
    height:210px;
    background-attachment:fixed
	}
.ab_3 h3{
	font-size:35px;
	color:#fff;
	line-height:120%;
	padding-bottom:30px;
	height:40px;
	}
.viewBtn{
	border:3px solid rgba(255,255,255,0.6);
	color:#fff;
	height:40px;
	line-height:40px;
	padding:0 4%;
	display:inline-block;
	 -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   }
.viewBtn:hover{
	border:3px solid #fff;
	color:#fff;
	padding:0 7%;
	 
	
   }
.contactBox{
	  position:relative;
	  background:#1f2636;
	  overflow:hidden;
	  margin:50px 0 0 0;
 	  }
.contactBox:hover #dituContent{
	opacity:1;
	}
#dituContent{
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
	opacity:0.2;
	height:550px;
 	}


.mapBox{
	position:relative;
	overflow:hidden;
	}


.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.contactFoot{
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	
	z-index:101;
	padding:20px 10px;
	color:#fff;
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
	}

.contactFoot dl{
	width:33.33333333%;
	float:left;
	}
.contactFoot dt{
	font-size:18px;
	padding-bottom:5px;}
.contactFoot dd{
	font-size:12px;
	padding:5px 0 0 0;
	line-height:20px;
	}
.contactFoot dd a{
	color:#fff;
	}
.qqBtn,.telBtn{
	display:inline-block;
	padding-top:5px;
	}
.qqBtn:before,.telBtn:before{
	display:inline-block;
	width:26px;
	height:25px;
	content:'';
	vertical-align:middle;
	margin-right:5px;
	background:url("../image/cicon.png") no-repeat;
	background-size:25px 50px;
	}
.telBtn:before{
	background:url("../image/cicon.png") no-repeat 0 bottom;
	background-size:25px 50px;
	}
.footer{
	text-align:center;
	background:#202325;
	padding:40px 0;
	color:#999;
	font-size:12px;
	}
.message{
	padding:55px 10px;
	}
.messageRow_1{
	width:40%;
	float:left;
	}
.messageRow_2{
	width:23%;
	float:left;
	}
.messageRow_3{
	width:37%;
	float:left;
	}
.messageRow_1 h3{
	font-size:20px;
	color:#000;
	}
.messageRow_1 h4{
	padding:10px 0;
	font-size:14px;
	color:#666;
	}
.messageRow_1 p{
 	font-size:12px;
	}
.messageRow_1 .messageBox{
	position:relative;
	padding-left:100px;
	line-height: 2em;
	}
.messageRow_1 .messageBox:before{
	width:80px;
	height:80px;
	display:block;
	position:absolute;
	content:'';
	background-image:url("../image/icon.png");
	background-position: -110px 27px;
	background-repeat:no-repeat;
	background-size:228px 61px;
	left:0;
	top:35px;
	border:2px solid #333;
	border-radius:100%;
 	}
.fromList input{
	width:100%;
	border:1px solid #ccc;
	padding:5px;
	box-sizing:border-box;
	height:34px;
	line-height:34px;
	color:#666;
	border-radius:0;
	box-shadow:none;
	}
.fromList textarea{
	width:100%;
	border:1px solid #ccc;
	padding:5px;
	box-sizing:border-box;
	font-size:12px;
	resize:none;
	height:131px;
	color:#666;
	border-radius:0;
	box-shadow:none;
	}
.fromList{
	padding-bottom:15px;
	}
.messageRow_3 .messageBox{
	padding-left:25px;
	}
.fromBtn{
	display:inline-block;
	padding:0 32px;
	line-height:32px;
	font-size:12px;
	color:#fff;
	text-align:center;
	background:#0158b9;
	vertical-align:middle;
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
	}
.fromBtn:hover{
	color:#fff;
	opacity:0.8;
	}
.fromListInfo{
	display:inline-block;
	padding-left:5px;
	font-size:12px;
	color:#999;}
.paging{
	text-align:center;
	padding:50px 0;
	}
.paging a{
	display:inline-block;
	height:40px;
	border:3px solid #717171;
	text-align:center;
	padding:0 50px;
	line-height:44px;
	margin:0 10px;
	}
.paging a.disabled{
	cursor: default;
 	opacity:0.5;
	
 	}
.paging a.disabled:hover{
 	border:3px solid #717171;
 	background:#fff;
	color:#666;
	}
.paging a:hover{
	background:#0158b9;
	border-color:#0158b9;
	color:#fff;
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
	}
	
	ul.aside{ margin-bottom:50px;}
.leftimg{ margin:20px 0; display:table; width: 100%; border-bottom: 1px solid #B92930; padding-bottom: 20px;}
.leftimg a:first-child{ width:45px; text-align: center; padding-right: 10px; }
.leftimg a{ display:table-cell; vertical-align: middle; color: #818181; text-transform: capitalize; font-size: 12px;}
.leftimg a img{ width:42px;}


.caseNav{
	text-align:center;
	padding:50px 0 0 0;
	}
.caseNav li{
	display:inline-block;
	}
.caseNav li a{
	display:inline-block;
	border:1px solid #818181;
	background:#fcfcfc;
	padding:0 20px;
	height:30px;
	margin:0 5px;
	color:#666;
	line-height:30px;
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
	}
.caseNav li a:hover,
.caseNav li.active a{
	background:#0158b9;
	border-color:#0158b9;
	color:#fff;
	}
.viewMain img{
	max-width:100%;
	}
 @media (max-width: 1024px) {  
 .ad_2,.ad_3{
	 height:auto;
	 }
   .ab_3{
		background-size:auto 150%;
   }
   .messageRow_1{
	   padding-bottom:20px;
	   width:auto;
	   }
   .messageRow_2{
	    clear:both;
	   float:left;
	   width:40%;
		}
	.messageRow_3{
 	   width:60%;
	   float:left;
		}
 }
@media (max-width: 767px) {
	.ad_1{
		margin-top:20px;
		background-size:auto 260%;
		height:140px;
 		}
	.ad_1Text{
		font-size:30px;
		line-height:140px;
		background-size:auto 100%;
		}
	.caseNav{
		padding-top:20px;}
	.caseNav li{
		
		}
	.caseNav li a{
		font-size:12px;
		height:24px;
		line-height:24px;
		padding:0 5px;
		margin:0;
		}
	.case{
		padding-top:0;
		}
	.case li{
	width:33.333333333%;
 	}
	#about{
 	padding:20px 0;
	}
	.aboutBox{
	position:relative;
	margin:0 10px;
	}
.aboutBox:before,
.aboutBox:after{
	display:none;
	
	}
	.aboutBox h4{
	font-size:16px;
	 
	padding:10px 0;
	}
.aboutBox{
	text-align:center;
	line-height:180%;
	}
 .newsList li{
	width:50%;
 	padding:20px 0;
	}
.newsList ul{
	margin-left:-30px;
	}
.newsListBox{
	margin-left:30px;
	}
	.ad_2{
 	
	padding:40px 10px;
	margin-top:50px;
	background-size:auto 260%;
	}
	.ab_3{
	background-size:auto 150%;
	padding:40px 10px;
	margin-top:50px;
	overflow:hidden;	
	}
.ab_3 h3{
	font-size:24px;
 	line-height:120%;
	padding-bottom:20px;
	}
	.contactFoot{
		position:relative;
		}
	.contactFoot dl{
	width:auto;
	float:none;
	padding:10px 0;
	}
	 .title span{
		display:block;
		margin:0 10px;
		font-size:24px;
		}
	.title b{
		margin:0 0 5px 0;}
	.paging{
		text-align:center;
		padding:20px 0;
		}
	.paging a{
 		height:30px;
		padding:0 20px;
		line-height:30px;
		margin:0 2px;
		font-size:12px;
		border-width:2px !important;
		}
}
@media (max-width: 530px) {
	.servicesBox li{
	width:50%;
	position:relative;
	text-align:center;
	padding-bottom:20px;
	}
	.servicesBox:before{
		display:none;
	}
	.servicesBox li:before{
	width:100%;
	height:1px;
	background:#eee;
	position: absolute;
	left:0;
	right:0;
	content:'';
 	top:47px;	 
	}
}
@media (max-width: 480px) {
	.infoText{
		
		font-size:14px;
 		}
	.servicesBox{
		margin-top:30px;
		}
	.servicesBox li{
		width:auto;
		float:none;
		}
	.servicesBoxIcon{
		padding-left:0;
		}
	.title{
		font-size:28px;
 		padding:20px 0 30px 0;
		}
	.title span{
 		line-height:30px;
		padding:0 5%;
		}
	.title span:before{
		
		bottom:-10px;
		 
		}
	.title span:after{
		bottom:-22px;
		}
	.case li{
	width:50%;
 	}
	.case ul{
		margin-left:-10px;
		}
	.view-tenth{
	
	margin:10px 0 0 10px;
	}
	.moreBtn{
	border:2px solid #717171;
	display:block;
	text-align:center;
	
	}
	.moreBox{
	padding:20px 0 0 0;}
	
	.newsList li{
	width:auto;
	float:none;
 	padding:15px 0;
	text-align:center;
	}

.newsViewText{
	padding:10px 0;
	height:auto;
	}
	.ad_2{
		padding:30px 10px;
		}
	.ad_2 h3 span{
		font-size:20px;
	}
	.ad_2 h3{
		margin:0;
		padding-bottom:40px;}
	.ad_2 h3:after{
		bottom:17px;}
	.ad_2 p{
		font-size:14px;
		
		}
	.ab_3{
		background-size:auto 120%;
		padding:30px 10px;
		margin-top:50px;
		overflow:hidden;	
		}
	.ab_3 h3{
		font-size:18px;
		 
		padding-bottom:10px;
		}
	.viewBtn{
		display:block;
		border-width:2px;
		}
	.contactBox:after{
		display:none;
		}
	.footer{
		padding:20px 0;
		}
	.messageRow_1,
	.messageRow_2,
	.messageRow_3{
		float:none;
		padding:10px 0;
 	   width:auto;
	   }
	   .messageRow_3 {
		   padding-top:0;}
		  .messageRow_2 {
		   padding-bottom:0;}
	  .messageRow_3 .messageBox{
	padding-left:0;
	}
	.fromBtn{
		display:block;
		margin-bottom:5px;
		}
	.message{
		padding:0 10px;
		}
  
  
  

}


/* 底部表单 */
.footer_form {
    float: right;
    width: 445px;
}
.footer_form p {
    font-size: 14px;
    color: #333333;
}
.footer_form input {
    line-height: 3em;
    font-size: 12px;
    color: #999999;
    border: 1px solid #cccccc;
    text-indent: 2em;
}
.footer_form .ftf_name, .ftf_tel {
    width: 180px;
    margin: 10px 10px 10px 0px;
}
.footer_form .ftf_sug {
    width: 375px;
    height: 90px;
    font-size: 12px;
    color: #999999;
    text-indent: 2em;
    line-height: 3em;
}

/*底部二维码验证*/
.footer_form .code_box {
    margin-top: 10px;
}
.footer_form .code_box tr {
    float: left;
    margin-right: 10px;
}
.footer_form .fcb_sub {
    width: 100px;
    height: 45px;
}
.footer_form .code_box .code {
     color:#FFFFFF;
     font-size:20px;
     border:0;
     letter-spacing:3px;
     font-weight:bolder;                     
     cursor:pointer;
     width:105px;
     height:45px;
     line-height:45px;
     text-align:center;
     vertical-align:middle;
     background-color:#0158B9;
 }
 .footer_form .code_box .fcb_intp {
    text-decoration:none;
    font-size:18px;
    color:#ffffff;
    width:150px;
    height:45px;
    line-height:45px;
    text-align:center;
    vertical-align:middle;
    background-color:#0158B9;
    text-indent: 0em!important;
    border: 0px; 
    outline: none; 
}

.footer_form .code_box .code span:hover {
    text-decoration:underline;
    cursor:pointer;
}


/* 内页菜单 */
.position {
    float: right;
    padding: 2.7% 0;
    font-size: 14px;
    color: #333333;
    text-align: right;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.category {
    background-color: #EEEEEE;
}
.category_list{
    position: relative;
    width: 100%;
}
.category_list ul li{
    display: inline-block;
    width: 13%;
    float: left;
    font-size: 14px;
    color: #333333;
    position: relative;
    text-align: center;
    transition: all .3s;
}
.category_list ul li:hover {
    color: #0d3b95;
    transition: all .3s;
}
.category_list ul li a{
    display: block;
    padding: 15% 0;
}
.category_list ul .on {
    color: #ffffff;
    background-color: #0d3b95;
}
.category_list ul .on2{
    color: #ffffff;
}
.mbxw{
    display: none;
}

.content_main{
    background-color: #fafafa;
}
.content_all{
    width: 100%;
    position: relative;
    padding: 5% 0;
}
.public_list{
    position: relative;
}

.public_content{

}
.nyms1{
    position: relative;
    background-color: #ffffff;
}
.nyms1 .nyms1img{
    width: 40%;
}
.nyms1 .nyms1cot{
    position: absolute;
    width: 48%;
    height: 100%;
    right: 6%;
    top: 0;
}
.nyms1 .nyms1cot .tit{
    font-size: 30px;
    color: #555555;
    padding-top: 10%;
    line-height: 1.5;
}
.nyms1 .nyms1cot .cstime{
    font-size: 16px;
    color: #555555;
    margin: 5% 0;
}
.nyms1 .nyms1cot .cstime .llcs{
    float: left;
    margin-right: 10%;
}
.nyms1 .nyms1cot .cstime .time{
    float: left;
}
.nyms1 .nyms1cot .intro{
    font-size: 14px;
    color: #555555;
    padding: 5% 0;
    line-height: 2;
    border-top: 1px dashed #cccccc;
}
.nyms1 .nyms1cot .lxfs{

}
.nyms1 .nyms1cot .lxfs .more{
    font-size: 22px;
    color: #ffffff;
    background-color: #0d3b95;
    width: 30%;
    text-align: center;
    padding: 3% 0;
    border-radius: 10px;
    float: left;
    margin-right: 3%;
}
.nyms1 .nyms1cot .lxfs .fwrx{
    float: left;
    font-size: 28px;
    margin-top: 2%;
    margin-bottom: 2%;
}
.nyms1 .nyms1cot .lxfs .fwrx span{
    color: #0d3b95;
}
.rangeik2 {
    position: relative;
    width: 32%;
    height: 50%;
    background-color: #ffffff;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
    box-shadow: none;
    transition: all 0.3s;
}
.rangeik2:nth-child(3n) {
    margin-right: 0;
}
.rangeik2 .dnr1 {
    font-size: 16px;
    color: #ffffff;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width: 100%;
    background-color: #202328;
    height: 50px;
    line-height: 50px;
    padding: 0 4%;
    transition: all .5s;
}
.rangeik2 .dnr2 {
    font-size: 14px;
    color: #999999;
    margin: 5.5% 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.rangeik2 .dnrimg{
    width: 100%;
    overflow: hidden;
}
.rangeik2:hover{
    z-index: 2;
    box-shadow: 1px 2px 6px #cccccc;
}
.rangeik2:hover .dnrimg img{
    transform: scale(1.1);
    transition: all .5s;
}
.rangeik2:hover .dnr1 {
    background-color: #0d3b95;
    transition: all .5s;
}
.load_more{
    text-align: center;
    padding-top: 5%;
}
.load_more .loads{
    display: inline-block;
    width: 16%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-color: #0d3b95;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    padding: 1% 0;
    letter-spacing: 5px;
    border-radius: 10px;
}
.load_more .loadend{
    display: none;
    font-size: 16px;
    color: #555555;
    letter-spacing: 2px;
}
.load_more .block{
    display: block;
}
.pubimg1s {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}

.sfoot {
	border-top: 1px solid #333333;
}


/* 产品内页 */
.inpro_second ul {
    background: url(../image/sproright_list.jpg) left no-repeat;
    margin-bottom: 5%;
}
.inpro_second ul li {
    display: inline-block;
    font-size: 15px;
    color: #777777;
    max-width: 20%;
    height: 1em;
    overflow: hidden;
    margin-left: 4%;
    transition: all .3s;
    text-align: center;
}
.inpro_second ul li:hover {
    color: #0d3b95;
    transform: translateX(5%);
    transition: all .3s;
}

.nyall_left{
    width: 100%;
}

.nyal_list{
    background-color: #ffffff;
}
.nyal_list .nyalimg{
    width: 30%;
    float: left;
}
.nyal_list .nyalcot{
    width: 60%;
    float: right;
}
.nyall_right .inpro_left {
    width: 100%;
}
.nyall_right .inpro_right {
    float: right;
    width: 20%;
    margin-top: 7%;
} 
.nyal_list .nyalcot .tit{
    font-size: 30px;
    color: #000000;
    margin: 2% 0 2% 0;
    line-height: 1.5;
}

.nyal_list .nyalcot .intro {
    line-height: 2em;
}
.nyal_list .nyalcot .purchase{
    margin-top: 20px;
}
.nyal_list .nyalcot .purchase .buy{
    width: 25%;
    padding: 2% 0%;
    background-color: #0d3b95;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    float: left;
    margin-right: 5%;
}
.nyal_list .nyalcot .purchase .hotline{
    font-size: 24px;
    color: #333333;
    float: left;
    margin-top: 1%;
}
.nyal_detail{
    background-color: #ffffff;
    margin: 5% 0;
}
.nyal_detail .detail_tit{
    font-size: 24px;
    color: #0d3b95;
    font-weight: bold;
    letter-spacing: 3px;
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 2px solid #a0a0a0;
    position: relative;
}
.nyal_detail .detail_tit .line{
    position: absolute;
    width: 10%;
    height: 2px;
    background-color: #0d3b95;
    left: 0;
    bottom: -2px;
}
.nyal_detail .allnr{
    width: 100%;
    overflow: hidden;
}
.nyal_detail .allnr img{
    max-width: 100%!important;
}

.nyall_right .nyar_tit {
    background-color: #0d3b95;
    padding: 3.9% 5%;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
}

.upperandlower{
    padding: 1% 0 0;
    position: relative;
}
.pad0{
    padding: 0;
}
.upperandlower .next{
    width: 30%;
    background-color: #626262;
    padding: 0% 2%;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}
.upperandlower .next .arrow{
    margin: 0 10%;
}
.upperandlower .next *{
    color: #ffffff!important;
}
.upperandlower .tl{
    text-align: left;
}
.upperandlower .tr{
    text-align: right;
}
.upperandlower .next:hover{
    background-color: #0d3b95;
}


/* 新闻内页 */
.newsbox{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.newsbox:nth-child(3n){
    margin-right: 0px;
}
.newsbox .time{
    position: relative;
}
.newsbox .time .time_yr{
    float: left;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    transition: all 0.3s;
}
.newsbox .time .time_n{
    float: left;
    font-size: 16px;
    color: #333333;
    margin-top: 1.5%;
    margin-left: 3%;
    transition: all 0.3s;
}
.newsbox .news_img{
    margin: 5% 0;
    width: 100%;
    height: 13.05vw;
    overflow: hidden;
}
.newsbox .news_tit{
    font-size: 15px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.newsbox .news_cot{
    font-size: 13px;
    color: #333333;
    height: 40px;
    line-height: 20px;
    margin: 3% 0;
}
.newsbox .news_plus{
    font-size: 40px;
    color: #333333;
    transition: all 0.3s;
}
.newsbox:hover .news_img img{
    transform: scale(1.1);
}
.newsbox:hover .time .time_yr{
    color: #15499a;
}
.newsbox:hover .time .time_n{
    color: #15499a;
}

.newsbox:hover .news_plus{
    color: #15499a;
}
.public_list {
    padding: 5% 0;
    background-color: #ffffff;
}

.content_show{
    padding: 5% 0;
}
.content_center{
    text-align: center;
}
.content_show .tit{
    font-size: 30px;
    line-height: 2;
    color: #333333;
}
.content_show .info{
    margin: 2% 0;
    font-size: 12px;
    color: #535353;
}
.content_show .info .returnls{
    float: right;
    font-size: 16px;
}
.content_show .allnr{
    width: 100%;
    overflow: hidden;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    padding: 2% 0;
    margin-bottom: 2%;
}
.content_show  .Solidline{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.content_show .allnr img{
    max-width: 100%;
}

