/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
@charset "utf-8";
/* 全局 */
* {
	transition: background-color ease .3s;
	-moz-transition: background-color ease .3s;
	-webkit-transition: background-color ease .3s;
	-o-transition: background-color ease .3s
}
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all
}
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	_background-image: url(about:blank);
	_background-attachment: fixed;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}
ul, li, dl, dt, dd, ol {
	display: block;
	list-style: none;
}
img {
	border: 0;
	display: block
}
<!--
img {
	border: 0;
	display: block
}
-->
.clear {
	clear: both;
}
a {
	text-decoration: none;
	outline: 0;
}
center {
	padding: 20px 0;
}
.displaynav{
	display: none;
}
.app_banner{
	display: none;
}
 .pc_banner{
 	display: block;
 }
/*iPhone 5*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation : portrait) {

	.con4_title{
		background-size: 95% !important;
	}
	.news_ul li{
		background-size: 95% !important;
	}
	.news_img{
		width: 120px !important;
	}
	.news_img img{
		width: 120px !important;
	}
	.news_right p{
		width: 90% !important;
	}
	.news_right div{
		width: 90% !important;
	}
	.news_right{
		background-size: 100% !important;
	}
	.news_ul li a{
		text-indent: 10px !important;
	}
	.con5_title{
		margin-bottom: 12px !important;
	}
	.links{
		padding-top: 0 !important;
		height: auto!important;
		overflow: hidden;
	}
	.con2_center{
		margin-top:10px !important;
	}
	.con2_class li a{
		background: url(../images/class_btn1.jpg) center center no-repeat !important;
		background-size: 90% 100% !important;
	}
	.app_banner{
		display: block !important;
	}
	.pc_banner{
		display: none !important;
	}
	.view_imgs .picBox{
		height: 230px !important;
	}
	.view_imgs .picBox ul{
		height: 230px !important;
	}
	.view_imgs .picBox li{
		align-items: flex-start !important;
		height: 230px !important;
	}
	.view_imgs .btn{
		top: 236px !important;
	}
	.view_imgs{
    	width:100% !important;
		height: auto !important;
		margin: auto !important;
    }
	.news_right{
		padding: 0!important;
	}
	.news_top{
		height: auto !important;
		padding-bottom: 10px;
		display: flex;
	}
    .view_imgs .picBox li img{
    	width: 100% !important;
    }
    .view_imgs .picBox li{
    	width: 325px !important;
    }
    .pro_hover{
      left:0 !important;
    }
	 .pro_hover{
       left:0 !important;
     }
	 .product{
     	width: 100% !important;
     	display: flex;
     	flex-wrap: wrap;
     	justify-content: space-between;
     }
     .product li{
     	width: 49% !important;
     	padding: 0 !important;
     }
     .pagex{
     	height: auto !important;
     }
	 .right_title{
		 background:none!important;
		 display: flex;
		 height:auto !important;
		 flex-direction: column;
		 justify-content: flex-start;
	 }
	 .right_name{
		 padding-left:0 !important;
	 }
	 .sub_page{
		 margin:10px 0 !important;
	 }
	 .left{
		 display: none;
	 }
	 .right{
		 width: 93% !important;
	 }
	 .sub_page,.right_con,.right_title{
		 width: 100% !important;
	 }
	 .banner{
		 margin-top: 65px !important;
	 }
	 .displaynav{
		display: block;
	}
	nav {
		display: block !important;
	    overflow: hidden;
	    position: fixed;
	    transform: translateX(0px);
	    height: 10vh;
	    width: 10%;
		right: 5%;
		top: 2%;
		z-index: 1000;
	    transition: all 800ms cubic-bezier(.8, 0, .33, 1);
	    border-radius: 0% 0% 100% 50%;
	}
	
	nav.nav-open {
	    transform: translateX(0px);
	    border-radius: 0% 0% 0% 0%;
		width: 100%;
		height: 100vh;
		right: 0;
		background: rgba(255, 255, 255, 0.8);
	}
	
	nav .menu-btn {
	    position: absolute;
	    top: 2%;
	    right: 5%;
	    padding: 0;
	    width: 30px;
	    cursor: pointer;
	    z-index: 2;
	}
	
	nav .menu-btn .line {
	    padding: 0;
	    width: 30px;
	    background: #333;
	    height: 2px;
	    margin: 5px 0;
	    transition: all 700ms cubic-bezier(.9, 0, .33, 1);
	}
	
	nav .menu-btn .line.line--1 {
	    width: 30px;
	    transform: rotate(0) translateY(0);
	}
	
	nav .menu-btn .line.line--1.line-cross {
	    width: 30px;
	    transform: rotate(45deg) translateY(10px);
		 background: rgba(0,0,0,0.6);
	}
	
	nav .menu-btn .line.line--2 {
	    width: 28px;
	    transform: translateX(0);
	}
	
	nav .menu-btn .line.line--2.line-fade-out {
	    width: 28px;
	    transform: translate(30px);
	    opacity: 0;
	}
	
	nav .menu-btn .line.line--3 {
	    width: 20px;
	    transform: rotate(0) translateY(0);
	}
	
	nav .menu-btn .line.line--3.line-cross {
	    width: 30px;
	    transform: rotate(-45deg) translateY(-10px);
		 background: rgba(0,0,0,0.6);
	}
	
	nav .nav-links {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    transform: translateX(100px);
	    opacity: 0;
	    transition: all 600ms cubic-bezier(.9, 0, .33, 1);
	}
	
	nav .nav-links.fade-in {
	    opacity: 1;
	    transform: translateX(0px);
	}
	
	nav .nav-links .link {
	    margin: 20px 0;
	    text-decoration: none;
	    font-family: sans-serif;
	    color: rgba(0,0,0,0.9);
	    font-weight: 700;
	    text-transform: uppercase;
	    font-size: 1.2rem;
	    transition: all 300ms cubic-bezier(.9, 0, .33, 1);
	}
	
	nav .nav-links .link:hover {
	    color: rgba(0, 0, 0, .5);
	}
	.addmenu{
		display: none;
	}
	.topbox{
		height: 55px !important;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 100;
		background: #FFFFFF;
	}
	.addlogo{
		display: none;
	}
	.nav,.top,.con2,.con2_left,.con2_title1,.con2_class{
		width: 100% !important;
	}
	.con2_title1{
		 background: url(../images/title3.jpg) #435FC0 0 0 no-repeat !important;
	}
	.logo img{
		width: 70%;
	}
	.con1_marquee{
		width: 100% !important;
		overflow: hidden;
		display: flex;
		float: left;
	}
	.con1_marquee span{
		padding-left: 10px;
	}
	.con1_marquee marquee{
		width: 70% !important;
	}
	.con1_marquee{
		text-indent: 0 !important;
	}
	.con1{
		width: 100% !important;
		clear: both;
		float: left;
		overflow: hidden;
	}
	.con2_title2{
	background: url(../images/title2.jpg) 20% bottom no-repeat !important;
	background-size: 88% 53% !important;	
	width: 100% !important;
	}
	.con2_about{
		width: 95% !important;
		margin: 0 12px !important;
	}
	.con2_right{
		display: none !important;
	}
	.con2_class li{
		width: 118px!important;
	}
	.banner_img1{
		width: 100%;
		height: 50px;
		margin: 10px 0 !important;
	}
	.con3{
		width: 100% !important;
		height: auto !important;
		overflow: hidden;
	}
	.con3_title,.con3_list,.con4,.con1_bg,.con2_center,.foot p{
		width: 100% !important;
		height: auto !important;
		overflow: hidden;
	}
	.case_hover p,.case_hover div{
		width: 134px !important;
		margin-left: 30px !important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.case_hover{
		width: 100% !important;
		background: url(../images/case_hover.png) #000000 center center no-repeat !important;
		background-size: contain !important;
	}
	.con3_list{
		display: flex;
		flex-wrap: wrap;
	}
	.con3_list li{
		width: 49% !important;
	}
	.con3_hover{
		width: 100% !important;
	}
	.pic_show_box img{
		width: 100%;
	}
	.con3_list{
		display: flex;
		justify-content: space-around;
	}
	.pic_show_box img{
		width: 100%;
	}
	.con3_list li img{
		width: 98%;
	}
	.con3_hover{
		background-size: cover !important;
	}
	.con3_hover a{
		font-size: 12px !important;
	}
	.s_banner{
		display: none;
	}
	.con2_class{
		padding: 0 !important;

	}
	.con4_news{
		width: 100% !important;
		padding-left: 10px !important;
		margin-top: 18px !important;
		height: auto !important;
		margin-bottom: 15px !important;
	}
	.case_ul,.con5,.case_ul{
		width: 100% !important;
		height: auto !important;
		overflow: hidden;
	}
	.case_ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.case_ul li{
		width: 48% !important;
	}
	.case_ul li img{
		width: 100% !important;
	}
	.links,.foot{
		width: 100% !important;
	}
	.foot{
		height: 280px !important;
		padding-left: 10px;
	}
	.foot p{
		display: flex;
		flex-direction: column;
	}
	#pgshare1{
		bottom: 39px !important;
		right: auto;
		left: 10px !important
	}
	.links{
		display: flex;
		flex-wrap: wrap;
		padding-left: 10px;
		background: #FFFFFF !important;
	}
	.footbg{
		height: auto!important;
		overflow: hidden !important;
		background: #00104C !important;
	}
}
/*iPhone 6*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {
	.app_banner{
		display: block !important;
	}
	.pc_banner{
		display: none !important;
	}
	.news_img{
		width: 220px !important;
	}
	.news_right{
		background-size: 100% !important;
	}
	.news_ul li a{
		text-indent: 10px !important;
	}
	.view_imgs{
		width:100% !important;
	}
	.news_right{
		padding: 0!important;
	}
	.news_top{
		height: auto !important;
		padding-bottom: 10px;
		display: flex;
	}
	.view_imgs .picBox li img{
		width: 100% !important;
	}
	.view_imgs .picBox li{
		width: 350px !important;
		display: flex;
		align-items: center;
	}
	.pro_hover{
	  left:0 !important;
	}
	.pro_hover{
	  left:0 !important;
	}
	.product{
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.product li{
		width: 49% !important;
		padding: 0 !important;
	}
	.pagex{
		height: auto !important;
	}
	.right_title{
			 background:none!important;
			 display: flex;
			 height:auto !important;
			 flex-direction: column;
			 justify-content: flex-start;
	}
	.right_name{
			 padding-left:0 !important;
	}
	.sub_page{
			 margin:10px 0 !important;
	}
	.left{
			 display: none;
	}
	.right{
			 width: 93% !important;
	}
	.right_con,.right_title{
			 width: 100% !important;
	}
	.displaynav{
		display: block;
	}
	nav {
		display: block !important;
	    overflow: hidden;
	    position: fixed;
	    transform: translateX(0px);
	    height: 10vh;
	    width: 10%;
		right: 5%;
		top: 2%;
		z-index: 1000;
	    transition: all 800ms cubic-bezier(.8, 0, .33, 1);
	    border-radius: 0% 0% 100% 50%;
	}
	
	nav.nav-open {
	    transform: translateX(0px);
	    border-radius: 0% 0% 0% 0%;
		width: 100%;
		height: 100vh;
		right: 0;
		background: rgba(255, 255, 255, 0.8);
	}
	
	nav .menu-btn {
	    position: absolute;
	    top: 2%;
	    right: 5%;
	    padding: 0;
	    width: 30px;
	    cursor: pointer;
	    z-index: 2;
	}
	
	nav .menu-btn .line {
	    padding: 0;
	    width: 30px;
	    background: #333;
	    height: 2px;
	    margin: 5px 0;
	    transition: all 700ms cubic-bezier(.9, 0, .33, 1);
	}
	
	nav .menu-btn .line.line--1 {
	    width: 30px;
	    transform: rotate(0) translateY(0);
	}
	
	nav .menu-btn .line.line--1.line-cross {
	    width: 30px;
	    transform: rotate(45deg) translateY(10px);
		 background: rgba(0,0,0,0.6);
	}
	
	nav .menu-btn .line.line--2 {
	    width: 28px;
	    transform: translateX(0);
	}
	
	nav .menu-btn .line.line--2.line-fade-out {
	    width: 28px;
	    transform: translate(30px);
	    opacity: 0;
	}
	
	nav .menu-btn .line.line--3 {
	    width: 20px;
	    transform: rotate(0) translateY(0);
	}
	
	nav .menu-btn .line.line--3.line-cross {
	    width: 30px;
	    transform: rotate(-45deg) translateY(-10px);
		 background: rgba(0,0,0,0.6);
	}
	
	nav .nav-links {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    transform: translateX(100px);
	    opacity: 0;
	    transition: all 600ms cubic-bezier(.9, 0, .33, 1);
	}
	
	nav .nav-links.fade-in {
	    opacity: 1;
	    transform: translateX(0px);
	}
	
	nav .nav-links .link {
	    margin: 20px 0;
	    text-decoration: none;
	    font-family: sans-serif;
	    color: rgba(0,0,0,0.9);
	    font-weight: 700;
	    text-transform: uppercase;
	    font-size: 1.2rem;
	    transition: all 300ms cubic-bezier(.9, 0, .33, 1);
	}
	
	nav .nav-links .link:hover {
	    color: rgba(0, 0, 0, .5);
	}
	.addmenu{
		display: none;
	}
	.topbox{
		height: 55px !important;
	}
	.addlogo{
		display: none;
	}
	.nav,.top,.con2,.con2_left,.con2_title1,.con2_class{
		width: 100% !important;
	}
	.con2_title1{
		 background: url(../images/title3.jpg) #435FC0 0 0 no-repeat !important;
	}
	.logo img{
		width: 70%;
	}
	.con1_marquee{
		width: 100% !important;
		overflow: hidden;
		display: flex;
		float: left;
	}
	.con1_marquee span{
		padding-left: 10px;
	}
	.con1_marquee marquee{
		width: 70% !important;
	}
	.con1_marquee{
		text-indent: 0 !important;
	}
	.con1{
		width: 100% !important;
		clear: both;
		float: left;
		overflow: hidden;
	}
	.con2_title2{
	background: url(../images/title2.jpg) 20% bottom no-repeat !important;
	background-size: 88% 53% !important;	
	width: 100% !important;
	}
	.con2_about{
		width: 95% !important;
		margin: 0 12px !important;
	}
	.con2_right{
		display: none !important;
	}
	.con2_class li{
		width: 125px!important;
	}
	.banner_img1{
		width: 100%;
		height: 45px;
		margin: 10px 0 !important;
	}
	.con3{
		width: 100% !important;
		height: auto !important;
		overflow: hidden;
	}
	.con3_title,.con3_list,.con4,.con1_bg,.con2_center,.foot p{
		width: 100% !important;
		height: auto !important;
		overflow: hidden;
	}
	.case_hover p,.case_hover div{
		width: 134px !important;
		margin-left: 30px !important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.case_hover{
		width: 100% !important;
		background: url(../images/case_hover.png) #000000 center center no-repeat !important;
		background-size: contain !important;
	}
	.con3_list{
		display: flex;
		flex-wrap: wrap;
	}
	.con3_list li{
		width: 49% !important;
	}
	.con3_hover{
		width: 100% !important;
	}
	.pic_show_box img{
		width: 100%;
	}
	.con3_list{
		display: flex;
		justify-content: space-around;
	}
	.pic_show_box img{
		width: 100%;
	}
	.con3_list li img{
		width: 98%;
	}
	.con3_hover{
		background-size: cover !important;
	}
	.con3_hover a{
		font-size: 12px !important;
	}
	.s_banner{
		display: none;
	}
	.con2_class{
		padding: 0 !important;

	}
	.con4_news{
		width: 100% !important;
		padding-left: 10px !important;
		margin-top: 18px !important;
		height: auto !important;
		margin-bottom: 15px !important;
	}
	.case_ul,.con5,.case_ul{
		width: 100% !important;
		height: auto !important;
		overflow: hidden;
	}
	.case_ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.case_ul li{
		width: 48% !important;
	}
	.case_ul li img{
		width: 100% !important;
	}
	.links,.foot{
		width: 100% !important;
	}
	.foot{
		height: 280px !important;
		padding-left: 10px;
	}
	.foot p{
		display: flex;
		flex-direction: column;
	}
	#pgshare1{
		bottom: 39px !important;
		right: auto;
		left: 10px !important
	}
	.links{
		display: flex;
		flex-wrap: wrap;
		padding-left: 10px;
		background: #FFFFFF !important;
	}
	.footbg{
		height: auto!important;
		overflow: hidden !important;
		background: #00104C !important;
	}
}
/*iPhone 6 Plus*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) {
	.app_banner{
		display: block !important;
	}
	.pc_banner{
		display: none !important;
	}
	.news_img{
		width: 135px !important;
	}
	.news_img img{
		width: 135px !important;
	}
	.news_right{
		background-size: 100% !important;
	}
	.news_ul li a{
		text-indent: 10px !important;
	}
	.view_imgs{
		width:100% !important;
	}
	.news_right{
		padding: 0!important;
	}
	.news_top{
		height: auto !important;
		padding-bottom: 10px;
		display: flex;
	}
	.view_imgs .picBox li img{
		width: 100% !important;
	}
	.view_imgs .picBox li{
		width: 385px !important;
		display: flex;
		align-items: center;
	}
	.pro_hover{
	  left:0 !important;
	}
	.product{
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.product li{
		width: 49% !important;
		padding: 0 !important;
	}
	.pagex{
		height: auto !important;
	}
	 .right_title{
		 background:none!important;
		 display: flex;
		 height:auto !important;
		 flex-direction: column;
		 justify-content: flex-start;
	 }
	 .right_name{
		 padding-left:0 !important;
	 }
	 .sub_page{
		 margin:10px 0 !important;
	 }
	 .left{
		 display: none;
	 }
	 .right{
		 width: 93% !important;
	 }
	.right_con,.right_title{
			 width: 100% !important;
	}
	.displaynav{
		display: block;
	}
	nav {
		display: block !important;
	    overflow: hidden;
	    position: fixed;
	    transform: translateX(0px);
	    height: 10vh;
	    width: 10%;
		right: 5%;
		top: 2%;
		z-index: 1000;
	    transition: all 800ms cubic-bezier(.8, 0, .33, 1);
	    border-radius: 0% 0% 100% 50%;
	}
	
	nav.nav-open {
	    transform: translateX(0px);
	    border-radius: 0% 0% 0% 0%;
		width: 100%;
		height: 100vh;
		right: 0;
		background: rgba(255, 255, 255, 0.8);
	}
	
	nav .menu-btn {
	    position: absolute;
	    top: 2%;
	    right: 5%;
	    padding: 0;
	    width: 30px;
	    cursor: pointer;
	    z-index: 2;
	}
	
	nav .menu-btn .line {
	    padding: 0;
	    width: 30px;
	    background: #333;
	    height: 2px;
	    margin: 5px 0;
	    transition: all 700ms cubic-bezier(.9, 0, .33, 1);
	}
	
	nav .menu-btn .line.line--1 {
	    width: 30px;
	    transform: rotate(0) translateY(0);
	}
	
	nav .menu-btn .line.line--1.line-cross {
	    width: 30px;
	    transform: rotate(45deg) translateY(10px);
		 background: rgba(0,0,0,0.6);
	}
	
	nav .menu-btn .line.line--2 {
	    width: 28px;
	    transform: translateX(0);
	}
	
	nav .menu-btn .line.line--2.line-fade-out {
	    width: 28px;
	    transform: translate(30px);
	    opacity: 0;
	}
	
	nav .menu-btn .line.line--3 {
	    width: 20px;
	    transform: rotate(0) translateY(0);
	}
	
	nav .menu-btn .line.line--3.line-cross {
	    width: 30px;
	    transform: rotate(-45deg) translateY(-10px);
		 background: rgba(0,0,0,0.6);
	}
	
	nav .nav-links {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    transform: translateX(100px);
	    opacity: 0;
	    transition: all 600ms cubic-bezier(.9, 0, .33, 1);
	}
	
	nav .nav-links.fade-in {
	    opacity: 1;
	    transform: translateX(0px);
	}
	
	nav .nav-links .link {
	    margin: 20px 0;
	    text-decoration: none;
	    font-family: sans-serif;
	    color: rgba(0,0,0,0.9);
	    font-weight: 700;
	    text-transform: uppercase;
	    font-size: 1.2rem;
	    transition: all 300ms cubic-bezier(.9, 0, .33, 1);
	}
	
	nav .nav-links .link:hover {
	    color: rgba(0, 0, 0, .5);
	}
	.topbox{
		height: 55px !important;
	}
	.addmenu{
		display: none;
	}
	.addlogo{
		display: none;
	}
	.nav,.top,.con2,.con2_left,.con2_title1,.con2_class{
		width: 100% !important;
	}
	.con2_title1{
		 background: url(../images/title3.jpg) #435FC0 0 0 no-repeat !important;
	}
	.logo img{
		width: 70%;
	}
	.con1_marquee{
		width: 100% !important;
		overflow: hidden;
		display: flex;
		float: left;
	}
	.con1_marquee span{
		padding-left: 10px;
	}
	.con1_marquee marquee{
		width: 70% !important;
	}
	.con1_marquee{
		text-indent: 0 !important;
	}
	.con1{
		width: 100% !important;
		clear: both;
		float: left;
		overflow: hidden;
	}
	.con2_title2{
	background: url(../images/title2.jpg) 20% bottom no-repeat !important;
	background-size: 88% 53% !important;	
	}
	.con2_class{
		padding: 0 10px !important;
	}
	.con2_class li{
		width: 134px!important;
	}
	.con2_title2 span{
		text-indent: 57px !important;
	}
	.con2_title2 a{
		margin-right: 30px !important;
	}
	.con2_about{
		width: 95% !important;
		margin: 0 12px !important;
	}
	.con2_right{
		display: none !important;
	}
	.con3_title,.con3_list,.con4,.con1_bg,.con2_center,.foot p{
		width: 100% !important;
		height: auto !important;
		overflow: hidden;
	}
	.con3_list{
		display: flex;
		justify-content: space-around;
	}
	.pic_show_box img{
		width: 100%;
	}
	.con3_list li img{
		width: 98%;
	}
	.con3_hover{
		background-size: cover !important;
	}
	.con3_hover a{
		font-size: 12px !important;
	}
	.s_banner{
		display: none;
	}
	.con4_news{
		width: 100% !important;
		padding-left: 10px !important;
		margin-top: 18px !important;
		height: auto !important;
		margin-bottom: 15px !important;
	}
	.case_ul,.con5,.case_ul{
		width: 100% !important;
	}
	.case_ul li{
		width: 48% !important;
	}
	.links{
		display: flex;
		flex-wrap: wrap;
		padding-left: 10px;
		background: #FFFFFF !important;
	}
	.foot{
		height: 280px !important;
	}
	.foot p{
		display: flex;
		flex-direction: column;
	}
	#pgshare1{
		bottom: 39px !important;
		right: auto;
		left: 10px !important
	}
	.footbg{
		height: auto!important;
		overflow: hidden !important;
		background: #00104C !important;
	}
}

/* fixed */
.fixed {
	position: fixed;
	width: 55px;
	height: 212px;
	right: 25px;
	bottom: 50px;
	_position: absolute;
	_bottom: auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	z-index: 999;
}
.fixed a {
	display: block;
	width: 55px;
	height: 53px;
}
.book {
	background: url(../images/fixed.jpg) 0 0 no-repeat;
}
.book:hover {
	background-position: -54px 0;
}
.fixed a.codepic {
	background: url(../images/fixed.jpg) 0 -53px no-repeat;
	height: 52px;
}
.fixed a.codepic:hover {
	background-position: -54px -53px;
}
.fixed div {
	position: relative;
}
.fixed a.backup {
	background: url(../images/fixed.jpg) 0 -158px no-repeat;
	height: 52px;
}
.fixed a.backup:hover {
	background-position: -54px -158px;
	height: 53px;
}
.fixed div img {
	position: absolute;
	left: -196px;
	width: 196px;
	height: 196px;
	top: -106px;
	display: none;
}
/* banner */
.banner {
	/* width: 1200px; */
	/* height: 420px; */
	position: relative;
	overflow: hidden;
	z-index: 1;
	top:-11px;
	margin: 0px auto 0;
}
.banner img {
	display: block;
	margin: 0 auto;
	height: 100%;
	width: 100%;
}
.banner .num {
	overflow: hidden;
	height: 22px;
	position: absolute;
	bottom: 19px;
	right: 20%;
	zoom: 1;
	z-index: 3
}
.banner .num li {
	width: 22px;
	height: 22px;
	background: url(../images/radius.png) -24px 0 no-repeat;
	margin-right: 2px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	font: 700 14px/22px "arial";
	color: #637bce;
	text-align: center;
}
.banner .num li.on {
	background-position: 0 0;
	color: #ff7200
}
/* topbg */
.topbg {
	width: 100%;
	/* height: 566px; */
	/* background: url(../images/topbg.jpg) center 0 no-repeat; */
}
.topbox{
	/* background: #1a3695; */
	height: 160px;
	/* overflow: hidden; */
}
.search {
	width: 282px;
	height: 30px;
	overflow: hidden;
	float: left;
	border: 1px solid #6b82cf;
	background: #5466a7;
	padding: 3px;
}
.text {
	width: 143px;
	float: left;
	font: 14px/20px 'microsoft yahei';
	color: #1a3695;
	text-indent: 15px;
	height: 20px;
	padding: 5px 45px;
	background: #e1e6f8;
*height:20px;
	border: 0
}
.select {
	float: left;
	width: 90px;
	border: 0;
	background: url(../images/select.jpg) 67px center no-repeat #e1e6f8;
}
.btn {
	float: left;
	background: url(../images/search.jpg) no-repeat center center #ff9000;
	width: 49px;
	height: 30px;
	border: 0;
	cursor: pointer;
}
.select select {
	margin: 5px auto;
	width: 90px;
}
.searchBar span {
	float: right;
	margin-top: 6px;
}
.searchBar span a {
	color: #666;
	margin-right: 8px;
}
.searchBar span a:hover {
	color: #ef9b11;
}
.searchBar .select {
	float: left;
	margin-top: 1px;
	display: inline;
	margin-right: 8px;
}
.searchBar .text {
	float: left;
}
.searchBar .text input {
	width: 182px;
	padding-top: 3px;
	height: 17px;
	border: 1px solid #b7d1eb;
}
div.selectbox-wrapper {
	overflow: hidden;
	width: 90px;
	position: absolute;
	text-align: left;
*margin-top:0;
	z-index: 11;
	background: #fff;
}
div.selectbox-wrapper ul li.current {
	color: #fff;
	background-color: #36c
}
div.selectbox-wrapper ul li {
	text-align: center;
	padding-right: 3px;
	padding-bottom: 3px;
	width: 90px;
	cursor: pointer;
	line-height: 20px;
	padding-top: 3px;
	font-size: 12px;
	font-family: '微软雅黑';
	color: #666;
}
div.selectbox-wrapper ul li.selected {
	background-color: #334d9c;
	color: #fff;
}
.selectbox {
	border: none;
	display: block;
	width: 90px;
	background: none;
	text-indent: 9px;
	cursor: pointer;
	height: 30px;
	font-size: 14px;
	font-family: 'microsoft yahei';
	color: #1a3695;
	line-height: 30px;
}
.top {
	width: 1100px;
	height: 103px;
	margin: 0 auto;
	overflow: hidden;
}
.logo {
	float: left;
	margin-top:6px;
}
.top_words {
	float: left;
	font: 20px/24px "microsoft yahei";
	margin: 54px 0 0 14px;
	color: #fff;
}
.nav {
	/* background: url(../images/navbg.png) 0 0 no-repeat; */
	width: 966px;
	height: 46px;
	margin: 0 auto;
	padding-left: 20px;
}
.nav li {
	width: 106px;
	height: 54px;
	float: left;
	position: relative;
	z-index: 2;
	/* background: url(../images/navborder.jpg) right 14px no-repeat; */
	font: 15px/46px "microsoft yahei";
	color: #1a3695;
	text-indent: 6px;
}
.nav li a {
	color: #ffffff;
}
.nav li.nobg {
	background: url(../images/navborder.jpg) right 114px no-repeat;
}
.nav li.hover {
	background: url(../images/navhover1.jpg) 0 0 no-repeat;
	text-indent: 12px;
}
.nav li.hover>a {
	display: block;
	height: 45px;
	color: #1a3695;
	background: #fff;
	position: relative;
	z-index: 2;
	width: 84px;
	margin: 2px;
}
.nav_slide {
	position: absolute;
	top: 45px;
	background: url(../images/navslidebg.jpg) right bottom no-repeat #f6f8fe;
	display: none
}
.nav_slide dl {
	float: left;
	height: auto;
	overflow: hidden;
	margin: 19px auto 22px;
}
.nav_slide dl dd {
	float: left;
	width: 90px;
	padding-left: 11px;
	margin-right: 11px;
	height: 30px;
	font: 14px/26px "microsoft yahei";
	color: #1a3695;
}
.nav_slide dl dd a{
	color: #1a3695;
}
.nav_slide dl dd:hover {
	background: url(../images/dlhover.jpg) 11px 0 no-repeat;
	color: #fff
}
.nav_slide dl dd:hover a {
	color: #fff
}
/* con1 */
.con1_bg {
	width: 1100px;
	margin: 0px auto;
	height: 220px;
	/* background: #cbd6ff; */
}
.con1_marquee {
	width: 1100px;
	height: 50px;
	/* background: url(../images/marquee.jpg) 1px center no-repeat; */
	text-indent: 50px;
	margin: 10px auto;
	border-radius: 50px;
	background: #ececec;
}
.con1_marquee span {
	font: 14px/50px "microsoft yahei";
	color: #30448c;
	float: left;
}
.con1_marquee marquee {
	float: left;
	width: 852px;
	height: 50px;
	font: 14px/50px "microsoft yahei";
	color: #30448c;
}
.movead {
	zoom: 1;
	width: 1100px;
	position: relative;
	z-index: 11
}
.movead .pcont {
	margin:0px auto;
	width: 1100px;
	height: 143px;
	overflow: hidden
}
.movead .ScrCont {
	width: 32766px;
	zoom: 1
}
.movead #List1_1 {
	FLOAT: left
}
.movead #List2_1 {
	FLOAT: left
}
.LeftBotton {
	background: url(../images/left_btn.png) no-repeat center 0;
	width: 44px;
	height: 44px;
	position: absolute;
	left: 8px;
	top: 51px;
}
.RightBotton {
	background: url(../images/rightbtn.png) no-repeat center 0;
	width: 44px;
	height: 44px;
	position: absolute;
	right: 16px;
	top: 51px;
}
.movead .pl img {
	display: block;
	cursor: pointer;
	width: 190px;
	height: 143px;
	float: left;
}
.movead .pl {
	float: left;
	width: 200px;
	height: 147px;
	overflow: hidden;
	position: relative;
}
.con1 {
	width: 1100px;
	height: 143px;
	position: relative;
	margin: 0 auto;
	z-index:0;
}
.con1_hover {
	position: absolute;
	background: url(../images/con1hover.png) 0 0 no-repeat;
	width: 190px;
	height: 143px;
	overflow: hidden;
	left: 0;
	top: 0;
	display: none
}
.con1_hover span, .con3_hover span {
	display: block;
	width: 42px;
	height: 44px;
	cursor: pointer;
	margin: 35px 0 0 74px;
}
.con1_hover a, .con3_hover a {
	display: block;
	width: 100%;
	height: 30px;
	margin: 40px auto 0;
	text-align: center;
	font: 16px/30px "microsoft yahei";
	color: #ff7800;
	text-decoration: underline;
}
#picShow {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/blackbg.png) 0 0 repeat;
	left: 0;
	top: 0;
	z-index: 9999
}
.pic_show_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.pic_show_box img {
	display: block;
	margin: 93px auto 0;
	border: 5px solid rgba(255,255,255,.2);
}
.pic_quit {
	position: absolute;
	background: url(../images/quit.png) 0 0 no-repeat;
	width: 64px;
	height: 64px;
	top: 0;
	right: 0;
	cursor: pointer
}
.lbtn {
	display: block;
	position: absolute;
	background: url(../images/leftbtn1.png) 0 0 no-repeat;
	width: 53px;
	height: 53px;
	top: 287px;
	left: 65px;
}
.rbtn {
	display: block;
	position: absolute;
	background: url(../images/rightbtn1.png) 0 0 no-repeat;
	width: 53px;
	height: 53px;
	top: 287px;
	right: 65px;
}
.pic_show_box p {
	width: 593px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	font: 18px/106px "microsoft yahei";
	color: #0c4201;
	text-overflow: ellipsis;
	white-space: nowrap
}
.pic_show_box p a {
	color: #fff;
}
/* con2 */
.con2 {
	width: 1100px;
	height: auto;
	margin: 24px auto 5px;
	overflow: hidden;
}
.con2_left {
	float: left;
	width: 270px;
	/*overflow: hidden;*/
}
.con2_title1 {
	background: url(../images/title1.jpg) 0 0 no-repeat;
	width: 213px;
	height: 43px;
	overflow: hidden;
	font: 16px/43px "microsoft yahei";
	color: #fff;
	text-indent: 54px;
}
.con2_class {
	width: 258px;
	height: auto;
	overflow: hidden;
	margin-top: 11px
}
.con2_class li {
	width: 129px;
	height: 44px;
	float: left;
	overflow: hidden;
}
.con2_class li a {
	display: block;
	width: 123px;
	height: 39px;
	background: url(../images/class_btn1.jpg) 0 0 no-repeat;
	font: 14px/39px "microsoft yahei";
	color: #3c4f8c;
	text-indent: 22px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.con2_class li.last a {
	background: url(../images/class_btn2.jpg) 0 0 no-repeat;
}
.con2_class li a:hover {
	text-indent: 34px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.con2_center {
	float: left;
	width: 566px;
	overflow: hidden;
}
.con2_title2 {
	width: 100%;
	height: 49px;
	overflow: hidden;
	background: url(../images/title2.jpg) 0 bottom no-repeat;
}
.con2_title2 span {
	float: left;
	font: 16px/36px "microsoft yahei";
	color: #3c4f8c;
	text-indent: 70px;
}
.con2_title2 a {
	float: right;
	font: 12px/36px "microsoft yahei";
	color: #3c4f8c;
	margin-right: 16px;
}
.con2_about {
	height: auto;
	margin: 12px auto 0;
	overflow: hidden;
	font: 14px/32px "microsoft yahei";
	color: #3c4f8c;
}
.con2_about p {
	/**margin: 12px auto 0;**/
	overflow: hidden;
	font: 14px/32px "microsoft yahei";
	color: #3c4f8c;
}
.con2_right {
	float: right;
	width: 245px;
	height: auto;
	overflow: hidden;
	padding-top: 27px;
}
.con2_right a {
	display: block;
	width: 245px;
	height: 75px;
	background: url(../images/con2_btns.jpg) 0 0 no-repeat;
	overflow: hidden;
	margin-bottom: 8px;
}
.con2_right a.con2_btn2 {
	background-position: 0 -82px;
}
.con2_right a.con2_btn3 {
	background-position: 0 -165px;
}
.con2_btn1 span {
	font: 700 22px/1 "microsoft yahei";
	color: #dce4ff;
	margin-top: 20px;
	text-indent: 22px;
	display: block;
}
.con2_btn1 i {
	font: 700 16px/1.2 "microsoft yahei";
	color: #5a74c5;
	text-indent: 48px;
	display: block;
	font-style: italic;
	text-transform: uppercase
}
.con2_btn2 span {
	font: 700 22px/1 "microsoft yahei";
	color: #cbe5f6;
	margin-top: 20px;
	text-indent: 22px;
	display: block;
}
.con2_btn2 i {
	font: 700 16px/1.2 "microsoft yahei";
	color: #4289b4;
	text-indent: 48px;
	display: block;
	font-style: italic;
	text-transform: uppercase
}
.con2_btn3 span {
	font: 700 22px/1 "microsoft yahei";
	color: #d8fbf4;
	margin-top: 20px;
	text-indent: 92px;
	display: block;
}
.con2_btn3 i {
	font: 700 16px/1.2 "microsoft yahei";
	color: #77c9ba;
	text-indent: 116px;
	display: block;
	font-style: italic;
	text-transform: uppercase
}
.banner_img1 {
	display: block;
	margin: 10px auto 22px;
}
/* con3 */
.con3 {
	width: 1100px;
	height: 436px;
	margin: 0 auto;
	overflow: hidden;
}
.con3_title {
	width: 1100px;
	height: 43px;
	background: #435FC0;
	overflow: hidden
}
.con3_title span {
	float: left;
	font: 16px/43px "microsoft yahei";
	color: #fff;
	padding-left: 52px;
}
.con3_title a {
	float: right;
	font: 12px/43px "microsoft yahei";
	color: #fff;
	margin-right: 16px;
}
.con3_list {
	width: 1100px;
	height: 314px;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.con3_list li {
	width: 198px;
	height: 180px;
	float: left;
	overflow: hidden;
	position: relative;
}
.con3_list li img {
	border: 1px solid #cad5fb
}
.con3_hover {
	position: absolute;
	background: url(../images/con3_hover.png) 0 0 no-repeat;
	top: 0;
	left: 0;
	width: 190px;
	height: 171px;
	display: none
}
/* con4 */
.con4 {
	width: 1100px;
	height: auto;
	overflow: hidden;
	margin: 10px auto;
}
.s_banner {
	width: 410px;
	height: 385px;
	position: relative;
	overflow: hidden;
	float: left;
	_display: inline;
	margin-bottom: 15px;
}
.s_banner img {
	display: block;
	margin: 0 auto;
	padding-top: 66px;
}
.s_banner .num {
	display: none
}
.s_btns {
	width: 66px;
	position: absolute;
	height: 31px;
	right: 3px;
	bottom: 3px;
}
.s_banner .prev, .s_banner .next {
	width: 33px;
	height: 31px;
	float: left;
	background: url(../images/con3btn.jpg) 0 0 no-repeat;
}
.s_banner .next {
	background-position: -33px 0;
}
.s_banner_pic li div {
	position: relative;
}
.s_banner_pic li div a {
	display: block;
	position: absolute;
	background: url(../images/look_more.png) 0 0 no-repeat;
	width: 121px;
	height: 40px;
	text-align: center;
	font: 700 18px/40px "microsoft yahei";
	color: #fff;
	top: 134px;
	left: 19px;
}
.con4_news {
	float: left;
	width: 642px;
	overflow: hidden;
	padding-left: 35px;
}
.con4_title {
	width: 100%;
	background: url(../images/title4.jpg) 0 bottom no-repeat;
	height: 38px;
	overflow: hidden
}
.con4_title span {
	float: left;
	font: 16px/1 "microsoft yahei";
	color: #3c4f8c;
	padding-left:30px;
}
.con4_title a {
	float: right;
	font: 12px/26px "microsoft yahei";
	color: #3c4f8c;
	margin-right: 36px;
}
.news_top {
	width: 100%;
	height: 104px;
	overflow: hidden;
	margin-top: 17px;
}
.news_img {
	display: block;
	float: left;
	width: 145px;
	height: 90px;
}
.news_right {
	float: left;
	width: 410px;
	height: 90px;
	padding: 0 28px 0 20px;
	background: url(../images/line1.jpg) center bottom no-repeat;
	margin-left: 9px;
}
.news_right p {
	width: 100%;
	height: 26px;
	overflow: hidden;
	font: 14px/26px "microsoft yahei";
	color: #3c4f8c;
}
.news_right p a {
	float: left;
	color: #3c4f8c
}
.news_right p img {
	float: left;
	margin: 7px 0 0 8px;
}
.news_right div {
	width: 100%;
	height: 52px;
	overflow: hidden;
	font: 14px/26px "microsoft yahei";
	color: #8a95b6;
}
.news_ul {
	width: 100%;
	overflow: hidden;
}
.news_ul li {
	width: 100%;
	background: url(../images/line2.jpg) 0 bottom no-repeat;
	overflow: hidden;
}
.news_ul li a {
	float: left;
	font: 14px/28px "microsoft yahei";
	color: #3c4f8c;
	text-indent: 21px;
}
.news_ul li span {
	float: right;
	font: 14px/28px "microsoft yahei";
	color: #8a95b6;
	padding-right: 23px;
}
/* con5 */
.con5 {
	width: 1100px;
	height: 264px;
	margin: 0 auto;
	overflow: hidden;
}
.con5_title {
	width: 100%;
	background:#435FC0;
	height: 43px;
	overflow: hidden;
	margin-bottom: 22px;
}
.con5_title span {
	float: left;
	font: 16px/43px "microsoft yahei";
	color: #fff;
	padding-left: 52px;
}
.con5_title a {
	float: right;
	font: 12px/43px "microsoft yahei";
	color: #fff;
	margin-right: 16px;
}
.case_ul {
	width: 1100px;
	height: 190px;
	overflow: hidden;
	display:flex;
	justify-content: space-between;
}
.case_ul li {
	height: 190px;
	float: left;
	overflow: hidden;
	position: relative;
}
.case_hover {
	position: absolute;
	width: 233px;
	height: 175px;
	left: 0;
	top: 0;
	overflow: hidden;
	background: url(../images/case_hover.png) 0 0 no-repeat;
	display: none
}
.case_hover p {
	width: 173px;
	height: 34px;
	margin: 42px 0 0 30px;
	overflow: hidden;
	font: 16px/34px "microsoft yahei";
	color: #d4d4d4
}
.case_hover p a {
	color: #d4d4d4
}
.case_hover div {
	width: 173px;
	height: 40px;
	margin-top: 5px;
	font: 14px/20px "microsoft yahei";
	color: #8f8f8f;
	overflow: hidden;
	margin-left: 30px;
}
/* foot */
.footbg {
	width: 100%;
	height: 200px;
	background: url(../images/footbg.jpg) center bottom no-repeat;
	overflow: hidden;
}
.links {
	width: 1100px;
	height: 56px;
	padding-top: 25px;
	margin: 0 auto;
	background: url(../images/links.jpg) 0 0 no-repeat;
	font: 14px/56px "microsoft yahei";
	color: #3c4f8c
}
.links a {
	color: #3c4f8c;
	margin-left: 11px;
}
.foot {
	width: 1100px;
	height: 87px;
	margin: 32px auto 0;
	position: relative;
}
.foot p {
	width: 728px;
	font: 14px/26px "microsoft yahei";
	color: #a1aedf;
}
.foot p span {
	margin: 0 18px 0 0
}
.foot p a {
	color: #a1aedf
}
#pgshare1 #bdshare a {
	background: url(../images/share.png) no-repeat scroll 0 0 transparent;
	margin-right: 14px;
	min-height: 32px;
	min-width: 32px;
	display: block;
	float: left;
	padding: 0
}
#pgshare1 #bdshare {
	background: url(../images/share.png) repeat-x scroll 0 -178px transparent;
	display: block;
	float: left;
	padding-bottom: 2px;
	text-align: left !important;
	z-index: 999999;
}
#pgshare1 #bdshare .bds_tsina, #pgshare1 #bdshare a.bds_tsina:hover {
	background-position: 0 0 !important;
}
#pgshare1 #bdshare .bds_qzone, #pgshare1 #bdshare a.bds_qzone:hover {
	background-position: -93px 0 !important;
}
#pgshare1 #bdshare .bds_tqq, #pgshare1 #bdshare a.bds_tqq:hover {
	background-position: -46px 0 !important;
}
#pgshare1 #bdshare .bds_bdhome, #pgshare1 #bdshare a.bds_bdhome:hover {
	background-position: -139px 0 !important;
}
#pgshare1 {
	width: 286px;
	height: 28px;
	position: absolute;
	bottom: 55px;
	right: 14px;
}
/* subpage */
.sub_top {
	height: 162px
}
.sub_foot_bg {
	height: 141px;
	overflow: hidden;
}
.sub_foot {
	margin-top: 54px;
}
.sub_page {
	width: 1100px;
	height: auto;
	overflow: hidden;
	margin: 24px auto;
}
.left {
	float: left;
	width: 200px;
	height: auto;
	overflow: hidden;
}
.left_title {
	background: url(../images/lefttitle.jpg) 0 0 no-repeat;
	width: 200px;
	height: 77px;
	text-align: center;
	font: 700 26px/77px "microsoft yahei";
	color: #fff;
	margin-bottom: 5px;
}
.left_nav {
	width: 200px;
	height: auto;
	background: url(../images/leftbg1.jpg) center bottom no-repeat #30448c;
	padding: 23px 0 48px;
	margin-bottom: 27px;
}
.left_nav li {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.left_nav li a {
	display: block;
	width: 100%;
	height: 42px;
	background: url(../images/icons1.jpg) 17px center no-repeat;
	text-indent: 44px;
	font: 14px/42px "microsoft yahei";
	color: #bfccf6;
}
.left_nav li a:hover {
	color: #fff;
}
.left_contact {
	width: 198px;
	height: auto;
	border: 1px solid #b8c3ef;
	background: url(../images/leftbg2.jpg) center bottom no-repeat #d8e0ff;
	padding-bottom: 44px;
}
.left_contact_title {
	width: 164px;
	margin: 0 auto;
	text-align: center;
	font: 700 26px/64px "microsoft yahei";
	color: #30448c;
	border-bottom: 1px solid #b8c3ef;
}
.left_con {
	width: 164px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	font: 14px/30px "microsoft yahei";
	color: #30448c;
}
.right {
	float: left;
	width: 762px;
	height: auto;
	overflow: hidden;
	padding-left: 18px;
}
.right_title {
	background: url(../images/right_title.jpg) 0 bottom no-repeat;
	width: 100%;
	height: 48px;
}
.right_name {
	float: left;
	font: 700 18px/30px "microsoft yahei";
	color: #30448c;
	padding-left: 62px;
}
.right_title p {
	float: right;
	font: 14px/30px "microsoft yahei";
	color: #30448c;
	padding-right: 22px;
}
.right_title p a {
	color: #30448c;
}
.right_con {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 18px 0;
	font: 14px/30px "microsoft yahei";
	color: #30448c;
}
.right_con p {
	font: 14px/30px "microsoft yahei";
	color: #30448c;
}
#tip b {
	color: #ff7e00;
}
.left_nav li dd a {
	background-position: 32px center;
	text-indent: 58px;
}
.left_nav li a.on {
	background: url(../images/icons2.jpg) 17px center no-repeat #ff7e00;
	color: #fff;
}
.sub_pro {
	height: 157px;
	margin-bottom: 20px;
}
.pro_about {
	width: 100%;
	max-height: 96px;
	margin: 12px auto;
	font: 14px/24px "microsoft yahei";
	color: #30448c;
	overflow: hidden;
}
/* product */
.product {
	width: 753px;
	height: auto;
	overflow: hidden;
}
.product li {
	width: 221px;
	height: 215px;
	float: left;
	overflow: hidden;
	position: relative;
	padding-left: 30px;
}
.product li p {
	width: 100%;
	height: 28px;
	overflow: hidden;
	font: 14px/28px "microsoft yahei";
	color: #3c4f8c;
	margin-top: 12px;
	text-align: center;
}
.product li p a {
	color: #3c4f8c;
}
.down1 {
	background: url(../images/pdf.jpg) 0 center no-repeat;
	font: 12px/16px "microsoft yahei";
	color: #c12727;
	padding-left: 22px;
	text-decoration: underline
}
.pro_hover {
	position: absolute;
	background: url(../images/pro_hover.png) 0 0 no-repeat;
	width: 190px;
	height: 171px;
	left: 45px;
	top: 0;
	display: none;
	cursor: pointer;
}
/* page*/
.page {
	margin: 14px 0 14px 0;
	float: left;
	width: 100%;
	line-height: 34px;
	text-align: center;
	color: #1a1d22;
}
.page a {
	color: #fff;
	padding: 0 11px;
	margin: 0 5px;
font-/weight: bold;
	background: #30448c;
}
.page * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	height: 30px;
	padding-bottom: 1px;
}
.page .hover {
	display: inline-block;
	color: #fff;
	background: #ff7e00;
}
.page a:hover {
	display: inline-block;
	color: #fff;
	background: #ff7e00;
}
/* news */
.news {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 2px auto 0;
}
.news li {
	width: 100%;
	height: 42px;
	background: url(../images/line3.jpg) center bottom no-repeat;
	overflow: hidden;
}
.news li a {
	font: 14px/36px "microsoft yahei";
	color: #3c4f8c;
	margin-left: 26px;
}
.news li span {
	float: right;
	font: 14px/36px "microsoft yahei";
	color: #8a95b6;
	margin-right: 32px;
}
.news li.none {
	margin-bottom: 20px;
}
.case {
	width: 774px;
	height: auto;
	overflow: hidden;
	margin-top: 28px;
}
.case li {
	width: 258px
}
/* news_view */
.right_con h1 {
	width: 100%;
	text-align: center;
	font: 20px/36px "microsoft yahei";
	color: #1a3695;
}
.right_con .date {
	width: 100%;
	text-align: center;
	font: 12px/32px "microsoft yahei";
	color: #7d7d7d;
}
.pagee {
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
	position: relative
}
.tjlist{
	display: flex;
	justify-content: space-between;
}
.tjlist ul{
	width: 39%;
}
.addtitle{
	font-size: 18px;
	margin: 10px 0;
	border-bottom: 1px solid #bfccf6;
	padding-bottom: 10px;
}
.addtuijian li{
	line-height: 30px;
}
.addtuijian li a{
	color: #555;
	font-size: 14px;
}
.pagee p {
	width: 100%;
	float: left;
	height: 42px;
	font: 12px/42px "microsoft yahei";
	color: #5c71b8;
	overflow: hidden;
	border-bottom: 1px solid #bfccf6;
}
.pagee p a {
	color: #5c71b8
}
.pagee p a:hover, .back:hover {
	text-decoration: underline
}
.back {
	position: absolute;
	right: 0;
	font: 14px/1 "microsoft yahei";
	color: #5c71b8;
	top: 56px;
	padding: 4px 8px;
}
.right_con img {
	max-width: 100%;
	margin: 0 auto;
}
.down2 {
	width: 100%;
	height: 56px;
	text-align: center;
	font: 12px/56px "microsoft yahei";
	color: #c12727
}
.down2 a {
	color: #c12727;
	text-decoration: underline;
	background: url(../images/pdf.jpg) 0 center no-repeat;
	padding-left: 22px
}
/* hr */
.hr {
	margin: 10px auto;
	width: 100%;
	font-size: 12px;
	line-height: 24px;
	border: 1px #CCC solid;
	background-color: #fff;
	color: #333;
}
.hr td {
	border: 1px #CCC solid;
}
.hr a {
	color: #333;
}
.hr a:hover {
	color: #de0303;
}
.hr_btn {
	width: 100px;
	height: 40px;
	font-size: 12px;
}
/* book*/
.bookmain {
	width: 650px;
	padding: 0 10px;
	height: auto;
	font: 14px/30px 'microsoft yahei';
	color: #185e0b;
	margin: 0 auto;
	background: #fff;
}
.bookmain div {
	font-size: 12px
}
.bookline {
	width: 650px;
	height: 34px;
	background-image: url(../images/about_box_line.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0 auto;
	margin-top: 10px;
}
.book3 {
	width: 550px;
	margin: 0 auto;
}
.booktop {
	width: 650px;
	height: 30px;
	float: left;
	background: url(../images/bookico.png) no-repeat 10px 7px;
	margin-top: 20px;
}
.booktop_name {
	width: 570px;
	height: 30px;
	float: left;
	color: rgb(30,54,1);
	padding-left: 30px;
	line-height: 30px;
	font-weight: bold;
}
.booktop_time {
	width: 150px;
	height: 30px;
	float: left;
	color: rgb(30,54,1);
	text-align: right;
	line-height: 30px;
}
.bookcontent {
	width: 628px;
	min-height: 40px;
	height: auto!important;
	height: 40px;
	float: left;
	border: 1px solid #d6deef;
	background: url(../images/bookcontentbg.jpg) repeat-x;
	background-color: #fff;
	padding: 10px;
	color: rgb(30,54,1);
}
.bookadmin {
	width: 650px;
	height: auto;
	float: left;
}
.bookadmin_top {
	width: 650px;
	height: 12px;
	float: left;
}
.bookadmin_mid {
	width: 628px;
	min-height: 30px;
	height: auto!important;
	height: 30px;
	border-left: 1px solid #d6deef;
	border-right: 1px solid #d6deef;
	border-bottom: 1px solid #d6deef;
	float: left;
	padding: 10px;
	color: rgb(30,54,1);
}
.messagecol {
	color: rgb(30,54,1);
}
.admincol {
	color: rgb(30,54,1);
	font-weight: bold;
}
.admintimecol {
	color: rgb(30,54,1);
	float: right;
*margin-top:-17px;
}
.message {
	width: 500px;
	height: auto;
	float: left;
	padding-left: 50px;
	color: rgb(30,54,1);
}
.message li {
	width: 500px;
	height: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.message li input {
	height: 18px;
	line-height: 18px;
	width: 150px;
}
.message li p.message_title {
	width: 100px;
	height: 25px;
	float: left;
	text-align: right;
	font-size: 14px;
	line-height: 20px;
}
.message li p.message_content {
	width: 400px;
	float: left;
}
.message li.contentb {
	width: 500px;
	height: 150px;
	float: left;
}
.message li.contentb textarea {
	width: 370px;
	height: 120px;
}
.message li.yzm {
	width: 500px;
	height: 60px;
	float: left;
}
.message li p.message_yzminput {
	width: 100px;
	float: left;
}
.message li p.message_yzminput input {
	width: 70px;
}
.message li p.message_yzmico {
	width: 100px;
	height: 40px;
	float: left;
}
.message li p.message_sub {
	width: 200px;
	height: 40px;
	float: left;
}
.message li p.message_sub input {
	float: left;
	width: 134px;
	height: 30px;
	display: block;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	background: #30448c;
	border-bottom: 2px solid #00104c;
	cursor: pointer;
}
.tab2 {
	background: #fff;
	width: 100%;
	margin-top: 5px;
	border: 1px solid #e1e0e1;
}
.blank {
	width: 100%;
	height: 20px;
	margin-bottom: 5px;
}
.c_red {
	color: #fF6600;
}
/* 浮动工具 */
#common-tool {
	margin-top: 278px;
	position: absolute;
	top: 78px;
	right: 0;
	z-index: 9999
}
#common-tool ul {
	list-style: none
}
#common-tool ul li {
	background: #30448c;
	margin: 3px 0 0 0;
	_margin: 0;
*margin:0;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
#common-tool ul li a {
	display: block;
	padding: 5px
}
#common-tool ul li a:hover {
	background: #ff7e00;
}
#common-top-ico {
	display: none
}
.common-sweep-box {
	display: none;
	position: absolute;
	right: 50px;
	top: 3px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #EEE
}
.common-sweep-box img {
	width: 196px;
	height: 196px;
}
/* product view 产品内页 */
.view_imgs {
	width: 555px;
	height: 500px;
	margin: 20px auto;
	position: relative;
	/* background: #f7f7f7; */
}
.view_imgs .btn {
	position: absolute;
	width: 15px;
	height: 70px;
	top: 422px;
	cursor: pointer;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
}
.view_imgs .prev {
	left: 0;
	background: url(../images/view_left.png) no-repeat center center #bfbebe;
}
.view_imgs #prev, .view_imgs #prev #next {
	width: 15px;
	height: 70px;
	margin-left: 0;
}
.view_imgs #prevTop, .view_imgs #nextTop {
	display: none
}
.view_imgs .next {
	right: 0;
	background: url(../images/view_right.png) no-repeat center center #bfbebe;
}
.view_imgs li {
	float: left;
}
.view_imgs .prev:hover, .view_imgs .next:hover {
	background-color: #30448c;
}
.view_imgs .cf li {
	position: relative;
	color: #fff;
}
.view_imgs .cf a {
	display: block;
	width: 555px;
	height: 416px;
	position: absolute;
	color: #fff;
}
.view_imgs .picBox {
	height: 416px;
	position: relative;
	overflow: hidden;
}
.view_imgs .picBox ul {
	height: 416px;
	position: absolute;
	display: flex;
	align-items: center;
}
.view_imgs .picBox li {
	width: 555px;
	height: 374px;
	display: flex;
	align-items: center;
}
.view_imgs .listBox {
	width: 511px;
	height: 71px;
	margin: 0 auto;
	position: relative;
	padding: 6px 0 10px;
	overflow: hidden;
}
.view_imgs .listBox ul {
	height: 71px;
	position: absolute;
}
.view_imgs .listBox li {
	width: 104px;
	height: 71px;
	cursor: pointer;
	position: relative;
}
.view_imgs .listBox li a {
	display: block;
	width: 95px;
	height: 71px;
}
.view_imgs .listBox li img {
	width: 95px;
	height: 71px;
}
.view_imgs .listBox .on img {
	width: 89px;
	height: 65px;
	border: 3px solid #30448c;
}
.view_imgs .picBox li img {
	max-width: 100%;
}
.ol_width {
	width: 580px;
}
.pagex {
	clear: both;
	height: 30px;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
}
.mbbody_body .pagex {
	margin-left: 20px;
}
.pagex ul li {
	float: left;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	line-height: 20px;
	background: #fff;
}
.pagex ul li.thisclass {
	display: inline-block;
	border: 1px solid #30448c;
	padding: 2px 9px;
	margin: 0 3px;
	background: #30448c;
	color: #fff;
}
.pagex ul li.thisclass a {
	color: #fff;
}
.pagex ul li a:hover {
	color: #30448c;
}
.pagex ul li span {
	display: inline-block;
	padding: 0;
}
/* page*/
.page {
	margin: 14px 0 14px 0;
	float: left;
	width: 100%;
	line-height: 34px;
	text-align: center;
	color: #1a1d22;
}
.page a {
	color: #fff;
	padding: 0 11px;
	margin: 0 5px;
font-/weight: bold;
	background: #30448c;
}
.page * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	height: 30px;
	padding-bottom: 1px;
}
.page .hover {
	display: inline-block;
	color: #fff;
	background: #ff7e00;
}
.page a:hover {
	display: inline-block;
	color: #fff;
	background: #ff7e00;
}
