/*header*/
.header-top-box{
	width: 100%;
	/*height: 32px;*/
	background: #042847;
    /*overflow:hidden;*/
}
.header-top {
	height: 32px;
}
.header-top p,.header-top a{
	font-size: 12px;
	font-family: "宋体";
	color: #ffffff;
	line-height: 30px;
}
.sjcode{
    display:inline-block;
    position:relative;
    margin-right:20px;
}
.sjcode:hover img{
    display:block;
    width:100px;
    box-shadow:0px 3px 3px #042847 inset;
}
.sjcode i{
    font-size:24px;
    margin-right: 10px;
    position:relative;
    top:3px;
}
.sjcode img{
    position:absolute;
    top:32px;
    left:0;
    z-index:3;
    display:none;
    transition-duration:1s;
}
.header-top .fr a{
    display:inline-block;
    margin-left:12px;
}

.header-top .fr a:hover{
	text-shadow:
    0 0 10px rgba(255,255,255, 1),
    0 0 50px rgba(255, 255, 255, .8),
    0 0 75px rgba(255, 255, 255, .6),
    0 0 76px rgba(255, 255, 255, .4),
    0 0 77px rgba(255, 255, 255, .5),
    0 0 78px rgba(255, 255, 255, .4),
    0 0 79px rgba(255, 255, 255, .3),
    0 0 80px rgba(255, 255, 255, .2),
    0 0 85px rgba(255, 255, 255, .1);
}
.header-box{
	width: 100%;
	height: auto;
	background: #0065ba;
}
.header{
	height: 105px;
}
.logo{
	max-width: 330px;
	padding-top: 25px;
	color: #fff;
}
.logo img{
	max-width: 100%;
}
.logo p{
	font-size: 26px;
}
.logo span{
	font-size: 12px;
}
.navbox{
	width: 800px;
}
.nav{
	width: 100%;
	color: #fff;
}
.nav>li{
	float: left;
	width: 100px;
	height: 105px;
	line-height: 105px;
	position: relative;
	text-align: center;
}
.nav>li:hover>a,.nav>li.on>a{
	background: #042847;
}
/*.nav>li:hover>.navsub{
	display: block;
}*/
.nav>li>a{
	display: block;
	color: #fff;
}
.navsub{
	position: absolute;
	top: 105px;
	z-index: 2;
	width: 100%;
	background: #0065ba;
	display: none;
}
.navsub>li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #042847;
}
.navsub>li>a{
	display: block;
	color: #fff;
}
.navsub>li:hover>a{
	background: #042847;
}
/*header*/



/*footer*/
.footer-box{
	width: 100%;
	height: auto;
	background: #0065ba;
}
.footer{
	padding-top: 46px;
	padding-bottom: 68px;
}
.footer-l{
	width: 1000px;
}
.footer-l li{
	width: 125px;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}
.footer-l li h3>a{
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
	display: block;
}
.footer-l li>a{
	display: block;
	color: #ffffff;
	font-family: "宋体";
	font-size: 12px;
	margin-bottom: 10px;
}
.footer-l li>a:hover{
	text-decoration: underline;
	margin-left: 5px;
}
.code{
	width: 110px;
	text-align: center;
}
.code img{
	max-width: 110%;
	display: inline-block;
}
.code p{
	color: #ffffff;
	font-size: 12px;
	font-family: "宋体";
	margin-top: 13px;
}
.footer-bottom-box{
	width: 100%;
	height: 42px;
	background: #012d53;
	border-top: 1px solid #b8dbff;
	overflow: hidden;
}
.footer-bottom{
	height: 42px;
	
}
.footer-bottom p,.footer-bottom p a{
	color: #fff;
	line-height: 42px;
}
.footer-bottom p.fl{
	margin-left: 120px;
}
.footer-bottom p.fr{
	margin-right: 120px;
}
.footer-bottom p a:hover{
	text-shadow:
    0 0 10px rgba(255,255,255, 1),
    0 0 50px rgba(255, 255, 255, .8),
    0 0 75px rgba(255, 255, 255, .6),
    0 0 76px rgba(255, 255, 255, .4),
    0 0 77px rgba(255, 255, 255, .5),
    0 0 78px rgba(255, 255, 255, .4),
    0 0 79px rgba(255, 255, 255, .3),
    0 0 80px rgba(255, 255, 255, .2),
    0 0 85px rgba(255, 255, 255, .1);
}
/*footer*/



/*banner*/
.banner{ 
	width:100%; 
	/*height:660px; */
	overflow:hidden; 
	position:relative;  
}
.banner .hd{ 
	width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    text-align: center; 
}
.banner .hd ul{ 
	overflow:hidden; 
	zoom:1;  
}
.banner .hd ul li{ 
	cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin:0 4px ;
    background: #042847;
    overflow: hidden;
    line-height: 9999px;
    filter: alpha(opacity=40);
    opacity: 0.4;
    border-radius: 50%;
}
.banner .hd ul li.on{ 
	filter: alpha(opacity=100);
    opacity: 1;
}
.banner .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.banner .bd li{ 
	zoom:1; 
	vertical-align:middle; 
}
.banner .bd img{ 
	width:100%; 
	/*height:660px; */
	display:block;  
	min-height: 500px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev,
.banner .next{ 
	position:absolute; 
	left:3%; 
	top:50%; 
	margin-top:-25px; 
	display:block; 
	width:32px; 
	height:40px; 
	background:url(../images/slider-arrow.png) -110px 5px no-repeat; 
	filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{ 
	left:auto; 
	right:3%; 
	background-position:8px 5px; 
}
.banner .prev:hover,
.banner .next:hover{ 
	filter:alpha(opacity=100);
	opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ 
	display:none;  
}
/*banner*/



/*subbanner*/
.subbannerbox {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.subbannerbox .subbanner {
    width: 1920px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.subbannerbox .subbanner img{
	width: 100%;
}
/*subbanner*/


/*crumb*/
.crumbbox{
	width: 100%;
	margin-top: 30px;
	/*background: #f4f4f4;*/
}
.crumb{
	line-height: 30px;
	height: 30px;
	color: #2a2a2a;
	margin: 0 auto;
	width: 1200px;
	border-bottom: 1px solid #cacaca;
}
.crumb strong{
	font-weight: 500;
}
.crumb strong i{
	/*color: #c42722;*/
	font-size: 14px;
	margin: 0 12px;
}
.crumb a{
	color: #545454;
}
.crumb span,.crumb a:hover{
	color: #007ee9;

}
.crumb>i{
	font-size: 18px;
	color: #474747;
	margin-right: 10px;
}
/*crumb*/



/*gotop*/
.gotop {
    display: none;
    position: fixed;
    right: 5px;
    bottom: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #888;
    color: #fff;
}
.gotop > i {
    padding-top: 16px;
    transition: all .5s;
    color: #fff;
    display: inline-block;
}
.gotop:hover {
    color: #fff;
    background-color: #252E35;
}
.gotop:hover i {
    padding-top: 10px;
}
/*gotop*/




/*page*/
.pagination2{
    width: 100%;
	text-align: center;
	font-size: 0px;
	padding: 20px 0 20px 0;
}
.pagination1{

	
	padding: 0px 0 20px 0;
}
.pagination2 li{
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 3px;
	font-size: 12px;
	color: #aaa;
	height: 25px;
	line-height: 25px;
	margin: 0 5px;
	min-width: 25px;
}
.pagination2 li a{
	color: #333333;
	display: block;
	padding:0 4px;
	background: #f6f6f6;
}
.pagination2 li:hover,
.pagination2 .active{
	border:  1px solid #e5d2b2;
	transition:border 0.3s;
	-moz-transition:border 0.3s; /* Firefox 4 */
	-webkit-transition:border 0.3s; /* Safari and Chrome */
	-o-transition:border 0.3s; /* Opera */
}
.pagination2 li:hover a,
.pagination2 .active a{
	color: #fff;
	background: #4c6270;
	transition:color 0.3s, background 0.3s;
	-moz-transition:color 0.3s background 0.3s; /* Firefox 4 */
	-webkit-transition:color 0.3 background 0.3s; /* Safari and Chrome */
	-o-transition:color 0.3s background 0.3s; /* Opera */
}
.pagination2 li.disabled,
.pagination2 li.disabled:hover{
	border: 1px solid #ccc;
	background: none;
	cursor: default;
}
.pagination2 li.disabled a,
.pagination2 li.disabled:hover a{
	color: #bbb;
	background: none;
	cursor: default;
}
/*page*/




/*title1*/
.title1{
	/*margin-top: 40px;*/
	text-align: center;
}
.title1 h3{
	display: inline-block;
	font-size: 24px;
	color: #007de7;
	position: relative;
	letter-spacing: 3px;
}
.title1 h3:after,.title1 h3:before{
	content:"";
	width: 80px;
	height: 2px;
	background: #007ee9;
	position: absolute;
	top: 16px;
}
.title1 h3:after{
	left: -100px;
}
.title1 h3:before{
	right: -100px;
}
.title1 span{
	display: block;
	color: #8c8c8c;
	font-size: 12px;
	font-family: "Arial";
	margin-top: 2px;
	text-transform: uppercase;
}
/*title1*/



/*title2*/
.title2{
	margin-top: 40px;
	text-align: center;
}
.title2 h3{
	display: inline-block;
	font-size: 24px;
	color: #191919;
	position: relative;
}
.title2 h3:after{
	content:"";
	width: 5px;
	height: 40px;
	background: #007ee9;
	position: absolute;
	top: 6px;
	left: -35px;
}
.title2 span{
	display: block;
	color: #999999;
	font-size: 12px;
	font-family: "Arial";
	margin-top: 2px;
	text-transform: uppercase;
}

/*title2*/



/*tabmenu*/
.tabmenu{
	margin-top: 50px;
}
.tabmenu ul{
	text-align: center;
}
.tabmenu li{
	width: 210px;
	line-height: 70px;
	height: 70px;
	text-align: center;
	display: inline-block;
	margin: 0 30px;
	font-size: 18px;
}
.tabmenu li a{
	display: block;
	background: #8f8f8f;
	color: #fff;
}
.tabmenu li.on a,.tabmenu li:hover a{
	background: #007ee9;
}
/*tabmenu*/






/*iabout*/
.iabout-box{
	width: 100%;
	
}
.iabout{
	padding-top: 80px;
	padding-bottom: 50px;
}
.iabout-hns{
	margin-top: 66px;
}
.iabout-l{
	width: 620px;
}
.iabout-l img{
	width: 100%;
}
.iabout-l p{
	color: #0e0e0e;
	font-family: "simsum";
	font-size: 14px;
	line-height: 1.7;
	margin-top: 18px;
}
.iabout-l a{
	width: 136px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background: #007de7;
	color: #ffffff;
	font-size: 14px;
	font-family: "simsum";
	margin-top: 42px;
}
.iabout-l a:hover{
	background: #042847;
}
.iabout-r{
	width: 560px;
}
.iabout-r li{
	width: 260px;
	height: 266px;
	float: left;
	margin-left: 20px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.iabout-r li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: "";
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
}

.iabout-r li:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
}
.iabout-r li img{
	
}
.iabout-r li p{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	width: 100%;
	color: #ffffff;
	font-size: 18px;
	background: rgba(0,0,0,0.6);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 55px 0 30px;
}
.iabout-r li p i{
	position: absolute;
	right: 17px;
	bottom: 8px;
	font-size: 24px;
	/*width: 28px;
	height: 28px;
	border:1px solid #fff;
	border-radius: 50%;*/
}
/*iabout*/



/*iproduct*/
.iproduct-box{
	width: 100%;
	background: url(../images/iprobg.jpg) no-repeat top;
}
.iproduct{
	padding-top: 120px;
	padding-bottom: 68px;
}
.iproul{
	width: 100%;
	margin-top: 50px;
}
.iproul li{
	width: 400px;
	height: 300px;
	float: left;
	overflow: hidden;
	position: relative;
}
.iproul li:nth-child(2){
	transition-delay:.5s;
}
.iproul li:nth-child(3){
	transition-delay:1s;
}
.iproul li img{
	width: 400px;
	height: 300px;
}
.iproul li p{
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 42%;
	text-align: center;
	left: 0;
	width: 100%;
}
.ipromore{
	width: 136px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background: #007de7;
    color: #ffffff;
    font-size: 14px;
    font-family: "simsum";
    margin: 58px auto 0 auto;
}
.ipromore:hover{
	background: #042847;
}
/*iproduct*/





/*inews*/
.inews-box{
	width: 100%;
	background: url(../images/inewsbg.jpg) no-repeat fixed;
	height: 880px;
}
.inews{
	padding-top: 90px;
}
.inews-main-box{
	margin-top: 68px;
}
.inewsul ul{

}
.inewsul ul li{
	width: 50%;
	display: inline-block;
	line-height: 55px;
	background: #444444;
	text-align: center;
	font-size:18px;
	color: #fff;
	
}
.inewsul ul li.on{
	background: #007de7;
}
.inews-main{
	margin-top: 30px; 
}
.inews-main-p-l{
	width: 560px;
}
.inews-main-p-l img{
	width: 560px;
	height: 420px;
	margin-bottom: 20px;
}
.inews-main-p-l h2,.inews-main-p-r li h2{
	color: #1d1d1d;
	font-size: 18px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-right: 100px;
	font-weight: 500;
}
.inews-main-p-l h2 span,.inews-main-p-r li h2 span{
	color: #939393;
	font-size: 14px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 3px;
}
.inews-main-p-l p,.inews-main-p-r li p{
	color: #3e3e3e;
	font-size: 14px;
	font-family: "simsum";
	margin-top: 10px;
}
.inews-main-p-r{
	width: 600px;
}
.inews-main-p-r li{
	padding: 25px 20px;
	transition-duration: .5s;
}
.inews-main-p-r li:hover{
	background: #007de7;
}
.inews-main-p-r li:hover h2,
.inews-main-p-r li:hover p,
.inews-main-p-r li:hover h2 span{
	color: #fff;
}

/*inews*/





/*icase*/
.icase-box{
	width: 100%;
	background: url(../images/icasebg.jpg) no-repeat bottom;
}
.icase{
	padding-top: 80px;
	padding-bottom: 120px;
}
.icaseul{
	width: 100%;
	margin-top: 60px;
}
.icaseul li{
	width: 380px;
	margin: 0 10px;
	float: left;
	background: #fafafa;
	min-height: 310px;
	transition-duration: 1s;
}
.icaseul li:nth-child(2){
	transition-delay: .5s;
}
.icaseul li:nth-child(3){
	transition-delay: 1s;
}
.icaseul li:hover{
	margin-top: -8px;
	-webkit-box-shadow: 0px 3px 5px #707070;
    box-shadow: 0px 3px 5px #707070;
}
.icaseul li img{
	width: 100%;
}
.icaseul li h2{
	padding: 0 30px;
	margin:16px 0; 
	color: #151515;
	font-size: 18px;
}
.icaseul li span{
	color: #007de7;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #007de7;
	padding: 2px 10px;
	margin-left: 30px;
	transition-duration: .5s;
	display: inline-block;
}
.icaseul li span:hover{
	background: #007de7;
	color: #fff;
	margin-top: -5px;
	-webkit-box-shadow: 0px 3px 5px #707070;
	box-shadow: 0px 3px 5px #707070;
}
/*icase*/






/*iadvan*/
.iadvan-box{
	width: 100%;
	background: url(../images/iadvanbg.jpg) no-repeat;
	height: 542px;
	margin-bottom: 40px;
}
.iadvan{
	padding-top: 190px;

}
.iadvan>img{
	display: inline-block;
	position: absolute;
	left: 60px;
	top: 150px;
}
.iadvan-p{
	display: inline-block;
	margin-left: 20px;
	margin-left: 600px;
}
.iadvan-p h3{
	color: #0075ec;
	font-size: 24px;
	margin-bottom: 10px;
}

.iadvan-p p{
	color: #2e2e2e;
	font-size: 18px;
	margin-bottom: 5px;
}
/*iadvan*/





/*about*/
.about-box{
	position: relative;
	width: 100%;
}
.about-box .heng{
	width: 100%;
	height: 235px;
	position: absolute;
	top: 225px;
	left: 0;
	background: #f1f1f1;
	z-index: -1;
}
.about{
	padding-top: 72px;
	padding-bottom: 50px;
}
.about-img{
	width: 600px;
	height: 398px;
	border: 1px solid #c0c0c0;
	overflow: hidden;
}
.about-img img{
	width: 600px;
	height: 398px;
}
.about-p{
	width: 545px;
}
.about-imgb{
	width: 100%;
	margin-top: 40px;
}
/*about*/


/*devlop*/
.devlop{
	padding-top: 56px;
	padding-bottom: 80px;
}

.devlop-tbbox>.hd>ul>li{
	width: 280px;
	margin: 0 10px;
	float: left;
	text-align: center;
	color: #292929;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #c1c1c1;
	line-height: 70px;
	height: 70px;
	font-size: 18px;
}
.devlop-tbbox>.hd>ul>li.on{
	background: #007ee9;
	color: #fff;
	border: none;
}
.devlop-tbbox>.hd{
	margin-bottom: 150px;
}
.tabsList {
	border-bottom: 10px solid #bbbbbb;
	zoom:1;
	width:1200px;
	position: relative;
}
.tabsList:before{
	content: "";
	position: absolute;
	top: 0;
	right: -0px;
	display: block;
	width: 150px;
	height: 240px;
	background: url(../images/mogu3.png);
}
.tabsList>li {
	float:left;
	display:inline;
	height:250px;
	/*padding:0 10px;*/
	overflow:hidden;
	zoom:1;
}
.tabsList>li h4 {
	width:150px;
	height:240px;
	cursor:pointer;
	float:left;
	overflow:hidden;
	background:url(../images/mogu.png) no-repeat;
	background-size: 100% 100%;
	font-size: 32px;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding-top: 86px;
}
.tabsList>li.on h4{
	background:url(../images/mogu2.png) no-repeat;
	background-size: 100% 100%;
}

.tabsList>li.on .tabBody {
	display:block;
	width:450px;
	display:inline-block;
	transition-duration: .5s;
}
.tabsList>li .tabBody {
	width: 0;
}


.devlopimg {
	overflow:hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 95px;
	position:relative;
}
.devlopimg .sPrev,.devlopimg .sNext {
	position:absolute;
	top:80px;
	display:block;
	width:30px;
	height:94px;
}
.devlopimg .sPrev i,.devlopimg .sNext i{
	color: #bbbbbb;
	font-size: 32px;
}
.devlopimg i:hover{
	color: #3c3938;
}
.devlopimg .sPrev{
	left: 15px;
}
.devlopimg .sNext {
	right:15px;
}
.devlopimg .sPrev:hover,.devlopimg .sNext:hover {
	border-color:#f60;
}
.devlopimg>ul {
	overflow:hidden;
	zoom:1;
}
.devlopimg ul li {
	float:left;
	display:inline;
	overflow:hidden;
	text-align:center;
}
.devlopimg ul li.pic {
	text-align:center;
}
.devlopimg ul li .pic img {
	width:260px;
	height:195px;     
	display:block;
}
/*.devlopimg>ul>li .pic a:hover img {
	border-color:#999;
}*/
.devlopimg ul li .picp {
	line-height:24px;
	color: #585858;
	font-size: 14px;
	text-align:center;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*devlop*/







/*orgin*/
.orgin-box{
	width: 100%;
	background: url(../images/orderbg.jpg) no-repeat fixed;
	margin-top: 60px;
	margin-bottom: 45px;
	height: 970px;
}
.orgin{
	padding-top: 60px;
}
.orgin img{
	max-width: 100%;
}
/*orgin*/




/*culture*/
.culture-box{
	margin-top: 50px;
	background: url(../images/culturebg.jpg) no-repeat top;
}
.culture{
	padding-top: 70px;
	height: 575px;

}
.cultureul{

}
.cultureul li{
	width: 260px;
	margin: 0 20px;
	float: left;
}
.cultureul li img{
	width: 100%;
	box-sizing: border-box;
	border:4px solid #fff;
	-webkit-box-shadow: 3px 3px 6px #949494;
	box-shadow: 3px 3px 6px #949494;
}
.cultureul li h2{
	text-align: center;
	font-size: 24px;
	color: #393939;
	font-weight: 500;
	margin-top: 12px;
}
.cultureul li p{
	font-size: 14px;
	color: #464646;
	font-family: "simsum";
	margin-top: 8px;
	line-height: 1.5;
	padding-left: 30px;
}

/*culture*/



/*honor*/
.honor-box{
	width: 100%;
	background: url(../images/honorbg.jpg) no-repeat fixed;
	height: 925px;
	margin-bottom: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}
.honor{
	padding-top: 60px;
}
.honormain{
   margin-top: 50px;
   margin-bottom: 30px;
}
.honormain dl{
    width:280px;
    height:250px;
    padding:10px;
    float:left;
    text-align:center;
    margin-right:20px;
    margin-bottom:40px;
    border:1px solid #CACACA;
    box-sizing: border-box;
}
.honormain dl:nth-child(5),
.honormain dl:nth-child(6),
.honormain dl:nth-child(7),
.honormain dl:nth-child(8){
	transition-delay:.5s;
}
.honormain dl:nth-child(4n){
	 margin-right:0px;
}
/*.honormain dl:hover{
    background:#f1f1f1;
}*/
.honormain dl dt img{
    height:195px;
    max-width: 260px;
}
.honormain dl dd{
    line-height:28px;
    font-size:16px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

/*honor*/



/*contact*/
.contact-box{
	width: 100%;
	margin: 52px 0 60px 0;
	background: #f6f6f6;
	
}
.contact{
	padding: 100px 0 60px 0;
}
.contact-l{
	width: 320px;
}
.contact-l h2{
	color: #007ee9;
	font-size: 24px;
	margin-top: 80px;
	margin-bottom: 20px;
}
.contact-l p{
	font-size: 14px;
	font-family: "SimSun";
	color: #2e2e2e;
	padding: 20px 0;
	border-bottom: 1px dashed #b4b4b4;
}
.contact-map{
	width: 810px;
	height: 410px;
	border:1px solid #aeaeae;
}
.iw_poi_title {
    color: #007ee9;
    font-size: 16px;
    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;
}
/*contact*/



/*order*/
.order-box{
	width: 100%;
	margin: 52px 0 60px 0;
	background:url(../images/order-bg.jpg) no-repeat;
	height: 627px;
}
.order{
	padding-top: 100px;
}
.order-pc{
	width: 100%;
	height: 63px;
	background:url(../images/ordert-bg.png) no-repeat;
}
.order-pc p{
	display: inline-block;
	line-height: 63px;
	color: #ffffff;
	font-size: 18px;
	margin-left: 290px;
}
.order-pc button{
	margin-left: 62px;
	padding: 10px 50px;
	font-size: 14px;
	color: #333333;
	font-family: "simsum";
	border: 1px solid #838383;
}
.order-mb{
	text-align: center;
	margin-top: 68px;
}
.order-mb-code{
	width: 186px;
	display: inline-block;
	padding: 0 60px;
}
.order-mb-code img{
	width: 100%;
}
.order-mb-code p{
	font-size: 14px;
	color: #272727;
	font-family: "simsum";
	margin-top: 15px;
}
/*order*/




/*blame*/
.blame{
	margin-top: 50px;
	margin-bottom: 120px;
}
.blame-ul{
	width: 100%;
}
.blame-ul li{
	width: 50%;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 406px;
	overflow: hidden;
}
.blame-ul li.zi{
	padding: 96px 50px 0 50px;
	background: #e0effc;
}
.blame-ul li.zi h2{
	font-size: 24px;
	color: #007ee9;
	margin-bottom: 12px;
}
.blame-ul li.zi h2 small{
	font-size: 18px;
	color: #272727;
	margin-left: 20px;
	font-weight: 500;
}
.blame-ul li.zi p{
	margin-bottom: 25px;
	padding-left: 24px;
	font-size: 14px;
	color: #272727;
	font-family: "simsum";
	line-height: 1.6;
    position:relative;
}
.blame-ul li.zi p:before{
	content:"";
    display:block;
    width:9px;
    height:9px;
    border-radius:50%;
    position:absolute;
    top: 5px;
    left: 5px;
    background:#007de7;
    
}
.blame-ul li img{
	width: 100%;
}
/*blame*/



/*新闻列表*/
.newslist{
    margin-top:70px;
	/*padding: 40px 50px;
	background: #f7f7f7;*/
	margin-bottom: 80px;
}
.news li{
	width:100%;
	/*padding:20px 30px;*/
	box-sizing: border-box;
	justify-content: space-between;
	margin-bottom: 30px;
	/*background: #f6f6f6;*/
	min-height:350px;

	/*border-bottom:1px #bfbfbf solid;*/

}
.newsimg{
	display: block;
	width: 400px;
	height:300px;
	border:1px solid #c0c0c0;
	margin-right: 10px;
	overflow: hidden;
	background-color: #f5f5f5;
	margin-right: 30px;
}
.newsimg img{
	width: 400px;
	height:300px;
}
.newsimg img:hover{
	transition: 0.5s;
-webkit-transform:scale(1.1);
  -o-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}


.newsmain{
	width: 740px;
	/*margin-top: 30px;*/
	position: relative;
	/*height: 210px;*/
}
.newst{
	border-bottom:1px dashed #b9b9b9;
	height:60px;
	padding-bottom: 10px;
	justify-content: space-between;
	margin-bottom: 10px;
}
.newst span{
   color: #8d8d8d;
  line-height: 30px;
  height: 30px;
  display: block;
}



.newst h3{
	font:24px "微软雅黑";
	line-height: 30px;
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	color: #222222;
}


.newsp p{
	width:100%;
	font:15px "宋体";
	line-height: 28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition-duration: 0.5s;
    margin-top: 5px;
    color: #7b7b7b;
}
.newsp span{
	color: #ffffff;
	font:16px "Arial";
	margin-top: 25px;
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #007ee9;
	text-align: center;
	transition-duration: .5s;

}
.newsp span:hover{
	background: #042847;
}
/*.news li:hover p{
	color: #eb2f87;
}*/
.newsrr{
	width: 60px;
	height: 215px;
	background: #0d6fb8;
	text-align: center;
	transition-duration: 0.5s;
}
.newsrr i{
	font-size: 28px;
	color: #fff;
	line-height: 215px;

}
.newsrr:hover{
	background: #073150;
}

/*新闻列表*/



/*新闻详细*/
.newsview{
	
	margin:60px auto 100px auto;
}
.newsyo{
	background: #fff;
	padding: 40px 30px 80px 30px;
}
/*标题 时间*/
.viewt{
	padding-bottom:20px;
	text-align: center;
}
.viewt h3{
	font:24px "微软雅黑";
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #b9b9b9;
	color: #181818;
	font-weight: 500;
}
.viewt p{
	font:14px "宋体";
	line-height: 40px;
	color:#7f7f7f;
	display: block;
}
.share2{
	line-height: 28px;
	color: #8e8e8e;
}
/*文章内容*/
.viewp{
	word-break: break-all;
    text-align: justify;
}
/*.viewp div{
	width:100%;
	margin: 0 auto;
}*/
.viewp img{
	max-width: 100%;
}
/*.viewt p span{
	margin-right: 30px;
}*/

/*其他文章*/

.owz{
	margin-top: 100px;
	margin-bottom: 50px;
}
.owz h3{
	color: #656565;
	font-size: 24px;
	line-height: 35px;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 10px;
}
.owzli{
	
}
.owzli li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #cdcdcd;

}
.owzli li a{
	color: #4a4a4a;
}
.owzli li a:hover{
	color: #392caf;
}
.owzli li a p{
	max-width: 1050px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}
.owzli li a span{
	
}

.newslinkWrap{
	margin-top: 80px;
	padding: 10px 0;
	border-top:1px solid #b2b2b2; 
	border-bottom:1px solid #b2b2b2; 
}
.newslink{
	padding: 10px 0 10px 16px;
	line-height: 24px;
	height: 24px;
	max-width: 46%;
}
.newslink span,.newslink a{
	font-family: "新宋体";
	font-size: 14px;
	color: #5a5a5a;
}
.newslink span{
	font-weight: 500;
}
.newslink:hover a,.newslink:hover span{
	color: #1d61c4;
}
/*新闻详细*/

/*案例列表*/
.caselist{
	padding-top: 70px;
	margin-bottom: 80px;
}
.caseul{

}
.caseul li{
	margin-bottom: 70px;
    width: 350px;
    margin-right: 75px;
    float: left;
}
.caseul li:nth-child(3n){
	margin-right: 0;
}
.caseul li:nth-child(4),
.caseul li:nth-child(5),
.caseul li:nth-child(6){
	transition-delay: .5s;
}
.caseul li:nth-child(7),
.caseul li:nth-child(8),
.caseul li:nth-child(9){
	transition-delay: 1s;
}
.caseul li a{
	
}
.caseul li a .caseimg{
	width: 100%;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #cacaca;
	background: #efefef;
	-webkit-box-shadow: 3px 3px 6px  #949494;
	box-shadow: 3px 3px 6px  #949494;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:5px solid #fff;
}
.caseul li a .caseimg img{
	width: 350px;
	height: 262.5px;
	display: block;

}
.caseul li a .caseimg img:hover{
	transition: 0.5s;
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);

}
.caseul li a p{
	color: #181818;
	font-size: 14px;
	font-family: "宋体";
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	margin-top: 16px;
}
/*案例列表*/

/*产品列表*/
.prolist{
	margin-top: 50px;
	margin-bottom: 60px;
}

.pro-main{
	width: 930px;
}
.proul{

}
.proul li{
	width: 280px;
	float: left;
	position: relative;
	margin-left: 30px;
	margin-bottom: 40px;
}
.proul li:nth-child(4),
.proul li:nth-child(5),
.proul li:nth-child(6){
	transition-delay: .5s;
}
.proul li:nth-child(7),
.proul li:nth-child(8),
.proul li:nth-child(9){
	transition-delay: 1s;
}
.proimg{
	widows: 100%;
	overflow: hidden;
}
.proimg img{
	width: 280px;
	height: 210px;
}
.proul li a p{
	color: #181818;
    font-size: 14px;
    font-family: "宋体";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 10px;
}


.pro-menu{
	width: 180px;
}
.pro-menu h3 {
	height:50px;
	line-height:50px;
	padding-left:10px;
	margin-top: 1px;
	background:#007ee9;
	cursor:pointer;
	font-size: 18px;
	color: #fff;
}
.pro-menu h3 span{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	margin-left: 5px;
}
.pro-menu h3.on {
	
}
.pro-menu>ul {
	color:#edf7ff;
	border: 1px solid #b9b9b9;
	display:none;
}
.pro-menu>ul>li{

	min-height: 45px;
	font-family: "simsum";
	font-size: 14px;
	border-top: 1px solid #b9b9b9;
	transition-duration: .5s;
}
.pro-menu>ul>li a{
	color: #363636;
	display: block;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 10px 12px 10px;
}
.pro-menu>ul>li:hover{
	background: #bfd8ed;
}

/*产品列表*/

/*产品详细样式7*/
.proview {
	margin-top: 60px;
	margin-bottom: 80px;
}
.proview .proview-img {
	width: 640px;
	height: 480px;
	overflow: hidden;
	border:1px solid #a3a3a3;
	box-sizing: border-box;
}
.proview .proview-img img{
	display: block;
	width: 640px;
	height: 480px;

}
.proview .proview-img img:hover{
   transition: 0.5s;
   -webkit-transform:scale(1.1);
   -o-transform:scale(1.1);
   -moz-transform:scale(1.1);
   -ms-transform:scale(1.1);
    transform:scale(1.1);

}
.proview .proview-content {
	width: 500px;
	height: auto ;
	height: 330px;
}
.proview .proview-content .name {
	font-size: 24px;
	/*border-bottom: 2px solid #bfbfbf;*/
	margin-bottom: 30px;
	color: #181818;
	margin-top:60px;
	font-weight: 600;
}
.proview .proview-content .intro {
	padding-top: 10px;
}
.proview .proview-content .intro p{
	color: #202020;
	font-family: "宋体";
	line-height: 30px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #aaaaaa;
}

.proview .proview-detail {
	clear: both;
	padding-top: 40px;
	/*border: 1px solid #a3a3a3;*/
}

.proview .proview-detail .ptitle {
	background-color: #007ce1;
	border: #eee solid 1px;
	/*padding: 10px 10px;*/
	line-height: 50px;
	height: 50px;
	text-transform:uppercase;
	padding-left: 30px;
	/*border-left: #003a83 solid 4px;*/
	color: #fff;
	font-size:18px;
}
.proview .proview-detail .ptitle span{
	font-size: 15px;
}
.proview-detail .detailp{
	background: #edf7ff;
	padding: 30px 40px 110px 40px;
	word-break: break-all;
    text-align: justify;
}
 .proview-detail .detailp img{
	max-width: 100%;
}

/*产品详细样式7