*{padding: 0;margin: 0;}
*{font-size: 14px;}

body {
	height: auto;
	font-family: Tahoma, Arial, "微软雅黑";
	margin:0 auto;
	padding: 0;
	overflow-x: hidden;
	color: #474747;
}

h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe,figure,label,b ,strong{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

ol,ul,li,img {
	list-style: none;
	border: 0;
	padding: 0;
}

i,em,b {
	font-style: normal;
}

a{
	text-decoration: none;
	color: #6a6a6a;
}
a:hover{
	color: #e98830;
}

em{font-style:normal;}
strong{font-weight:bold;}
.clearfix {content: ".";display: block;height: 0;overflow: hidden;clear: both;}
.fl {float: left;}
.fr {float: right;}
.container{margin-right: auto;margin-left: auto;}
.container{width: 1200px;}
.mt_3{margin-top: 30px;}
.pc_show{display: none;}
.w300{width: 22%;margin-right: 2%;margin-bottom: 30px;margin-top: 20px;}
.w900{width: 76%;margin-bottom: 30px;margin-top: 20px;}

@media screen and (min-width:320px) {
	.container {
		width: 97%;
	}
}

@media screen and (min-width: 480px) {
	.container {
		width: 97%;
	}
}

@media screen and (min-width: 640px) {
	.container {
		width: 97%;
	}

}

@media screen and (min-width: 768px) {
	.container {
		width: 97%;
	}

}

@media screen and (min-width: 960px) {
	.container {
		width: 97%;
	}	

}
@media screen and (min-width: 1200px) {
	.container {
		width: 1200px;
	}

}


/*header*/
.header_bg{
	background: #f2f2f2;
	line-height: 40px;	
	color: #494949;
	overflow: hidden;
}
.head_top h2{
	float: left;
}
.head_top span{
	float: right;
}
.head_top span a{
	padding: 0 8px;
	color: #494949;
}
.head_top span a:hover{
	color:#003b7d ;
}
.head{
	overflow: hidden;
}
.logo{
	margin: 20px 0;
	width: 52%;
}
.logo img{
	width: auto;
	max-width: 100%;
}

.logo a{
	display: block;
}

.tell{
	width: 46%;
	color: #e76e00;
	text-align: right;
	margin: 20px 0 20px 2%;
	font-size: 1.5em;
}

.tell span {padding-left: 45px;padding-top: 10px;padding-bottom: 10px;font-size: 1em;}
.tell p {
	font-size: 1em;
	color: #003a7c;
	padding-top: 3px;
}
.nav_bg{
	background: #003b7d;
	overflow: hidden;
}

#jMenu li {
	margin:0;
	float:left;
	width: 11.1%;
	text-align: center;
	line-height: 45px;
}
#jMenu li a {
	display:block;
	background-color: transparent;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	font-size:1em;
}
#jMenu li a:hover,#jMenu li.ho{
	background: #e27715;
}

#jMenu li ul {
	display:none;
	position:absolute;
	padding:0;
	margin:0;
	z-index: 100000;
}
#jMenu li ul li {
	background-color:#044b9b;
	display:block;
	border-bottom:1px solid #cbcbcb;
	padding:0;
	line-height: 35px;
}
#jMenu li ul li.arrow {
	background:#044b9b url(../images/arrow_down.png) no-repeat center center;
	height:6px;
	padding:0;
	border-bottom:none;
	padding-bottom:10px
}
#jMenu li ul li a {
	font-size:0.928em;
	text-transform:none;
	display:block;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}

#jMenu li ul li a:hover {
	background-color:#1673dc;
}

/*banner*/
.rslides{
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
}
.rslides li{
	-webkit-backface-visibility:hidden;
	position:absolute;
	display:none;
	width:100%;
	left:0;
	top:0;
}
.rslides li:first-child{
	position:relative;
	display:block;
	float:left;
}
.rslides img{
	display:block;
	height:auto;
	float:left;
	width:100%;
	border:0;
}
.callbacks_tabs.callbacks1_tabs{margin-top:-20px; position:relative;z-index:100;margin-bottom:0px;}
.callbacks_tabs.callbacks1_tabs li{display:inline-block;width:10px;height:10px;margin-left:5px;border-radius:10px;border:1px solid #FFF;position:relative;}
.callbacks_tabs.callbacks1_tabs li a{display:inline-block;width:10px;height:10px;border-radius:10px;position:absolute; left:0; z-index:1000; color:rgba(100,200,300,0);color:transparent;}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{background:#FFF;}
.callbacks_container{
	margin-bottom:12px;
	position:relative;
	width:100%;
	max-width:100%;
	text-align:center;
}

.callbacks{
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
}
.callbacks li{
	position:absolute;
	width:100%;
	left:0;
	top:0;
}
.callbacks img{
	display:block;
	position:relative;
	z-index:1;
	height:auto;
	width:100%;
	border:0;
}
.callbacks .caption{
	display:block;
	position:absolute;
	z-index:2;
	font-size:20px;
	text-shadow:none;
	color:#fff;
	background:#000;
	background:rgba(0,0,0, .8);
	left:0;
	right:0;
	bottom:0;
	padding:10px 20px;
	margin:0;
	max-width:none;
}
.callbacks_nav{
	position:absolute;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	top:50%;
	left:0;
	opacity:0.6;
	z-index:3;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
	height:61px;
	width:38px;
	background:transparent url(../images/themes.gif) no-repeat left top;
	margin-top:-30px;
	display:none;
}
.callbacks_container:hover .callbacks_nav{display:block;}
.callbacks_nav:active{opacity:1.0;}
.callbacks_nav.next{
	left:auto;
	background-position:right top;
	right:0;
}
@media screen and (max-width:600px){
	.callbacks_nav{
		top:47%;
	}
}


/*index_title*/
.index_title h2{
	color: #014164;
    font-size: 1.571em;
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
    background: url(../images/common_bg.gif) no-repeat center bottom;
    border-bottom: 1px solid #d4d4d4;
}
.index_title h2 span{
	display: block;
    font-size: 0.636em;
    color: #9a9a9a;
    font-weight: normal;
    line-height: 22px;
}



/*product*/
.TTSlider{margin:20px auto 0}
.TTSliderTitle{height:63px;text-align: center;}
.TTSliderTitle li{height:63px;position:relative;z-index:3;left:0;text-align: center;display: inline-block;*display: inline;*zoom: 1;margin: 0 4px;}
.TTSliderTitle li a{line-height:61px;overflow:hidden;font-size:1em;background: #ebebeb;padding: 6px 10px;color:#4b4b4b;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;-o-border-radius: 10px;-ms-border-radius: 10px;}
.TTSliderTitle li.cur a{background: #e76e00; color: #fff;}
/* TTSliderPic */
.TTSliderPic{padding:13px 50px;position:relative;z-index:1}
.TTSliderPicList{position:relative;overflow:hidden;height:285px;}
.TTSliderPic ul{position:absolute;display:none;top:3px;left:0}
.TTSliderPic ul.show{display:block;}
.TTSliderPic li{width:250px;padding:0 13px;height:285px;float: left;}
.TTSliderPic li a{display:block;overflow:hidden;}
.TTSliderPic li a img{display: block;width: 250px;height: 202px;}
.TTSliderPic li p{line-height:22px;text-align:center;padding:10px 0;}
.TTSliderPic li span a{background: url(../images/more.gif)no-repeat center center;line-height: 24px;text-align: center; color: #fff;}
.TTSliderPrevBtn,.TTSliderNextBtn{width:45px;position:absolute;z-index:999;top:0;text-align:center;}
.TTSliderPrevBtn{left:0}
.TTSliderNextBtn{right:0;}
.TTSliderPrevBtn a,.TTSliderNextBtn a{height:49px;width:30px;display:inline-block;background:url(../images/btn.png) no-repeat;margin-top:91px}
.TTSliderNextBtn a{background:url(../images/btn.png) no-repeat -30px 0}

.he_ZoomOutImg{display:block;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomOutImg .he_ZoomOutImg_img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden;-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}
.he_ZoomOutImg:hover .he_ZoomOutImg_img{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.he_ZoomOutImg:hover .he_ZoomOutImg_caption_p{color:#fff;opacity:1}

/*question*/
.question_bg{
	background: #f0f0f0;
}


.question_bg ul{
	background: url(../images/case_s.jpg) no-repeat left top;
	padding-bottom: 40px;
	padding-top: 225px;
}

.question_bg ul li span{
	color: #4f4f4f;
	font-size: 1.142em;
	font-weight: 600;
}
.question1{
	padding: 55px 0 20px 485px;
}

.question2{
	padding: 52px 0 20px 580px;
}

.question3{
	padding: 58px 0 20px 650px;
}

.question4{
	padding: 60px 0 50px 575px;
}

/*index_superiority*/
.index_superiority h2{
	background: url(../images/jj.jpg) no-repeat left top;
	height:185px ;
	text-indent: -9999em;
	overflow: hidden;
	margin-bottom: 20px;
}

.index_superiority dl{
	padding-bottom: 30px;
	border-bottom: 1px dashed #9e9e9e;
	overflow: hidden;
}
.index_superiority dl.ys_1 dt{
	float: right;
	width:30%;
	margin-left: 2%;
}
.index_superiority dl.ys_1 dd{
	width: 68%;
	float: left;
	margin: 10px 0;
}
.index_superiority dt img{
	width: auto;
	max-width: 100%;
}
.index_superiority .ys_1 dd.ys_o{
	background: url(../images/1.gif) no-repeat left center;	
	margin-bottom: 5px;
}
.index_superiority dd strong{
	font-size: 2.142em;
	color: #e27715;
	padding-bottom: 10px;
	display: block;
	padding-left: 110px;
}
.index_superiority dd strong span{
	display: none;
}
.index_superiority dd p{
	line-height: 26px;
	padding-left: 110px;
	font-size: 1.142em;
}
.index_superiority dd img{
	width: auto;
	max-width: 100%;
}

.index_superiority dl.ys_2,.index_superiority dl.ys_3,.index_superiority dl.ys_4,.index_superiority dl.ys_5{
	padding-top: 30px;
}
.index_superiority dl.ys_2 dt{
	float: left;
	width:30%;
	margin-right: 2%;
}
.index_superiority dl.ys_2 dd{
	width: 68%;
	float: right;
	margin: 10px 0;
}
.index_superiority .ys_2 dd.ys_o{
	background: url(../images/2.gif) no-repeat left center;	
	margin-bottom: 25px;
}

.index_superiority dl.ys_3 dt{
	float: right;
	width:30%;
	margin-left: 2%;
}
.index_superiority dl.ys_3 dd{
	width: 68%;
	float: left;
	margin: 10px 0;
}

.index_superiority .ys_3 dd.ys_o{
	background: url(../images/3.gif) no-repeat left center;	
	margin-bottom: 25px;
	margin-top: 20px;
	margin-top: 65px;
}

.index_superiority dl.ys_4 dt{
	float: left;
	width:30%;
	margin-right: 2%;
}
.index_superiority dl.ys_4 dd{
	width: 68%;
	float: right;
	margin: 10px 0;
}
.index_superiority .ys_4 dd.ys_o{
	background: url(../images/4.gif) no-repeat left center;	
	margin-bottom: 25px;
	margin-top: 80px;
}
.index_superiority dl.ys_5 dt{
	float: right;
	width:30%;
	margin-left: 2%;
}
.index_superiority dl.ys_5 dd{
	width: 68%;
	float: left;
	margin: 10px 0;
}

.index_superiority .ys_5 dd.ys_o{
	background: url(../images/5.gif) no-repeat left center;	
	margin-bottom: 25px;
	margin-top: 20px;
	margin-top: 29px;
}
.consult{
	text-align: center;
}
.consult a{
	display: block;
	background: url(../images/message.jpg) no-repeat center center;
}
.consult img{
	width: auto;
	max-width: 100%;
}

.cc{
	margin-top: 20px;
	position: relative;
}
.cc a img{
	max-width: 100%;
	width: auto;
}
.cc span{
	font-size: 1.428em;
	color: #fff;
	position: absolute;
	top: 167px;
	left: 555px;
	font-weight: 600;
}
.cc span i{
	display: block;
	text-align: center;
	padding: 8px 0 5px;
}
.cc span a{
	display: block;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin: 10px 25px 0;
	color: #fff;
	line-height: 25px;
	font-weight: normal;
}

/*witness*/
.witness_bg{
	background: #f5f5f5;
	padding: 30px 0;
	overflow: hidden;
}
.index_witness dl{
	margin:40px 1% 0 ;
	width: 48%;
	float: left;
}

.index_witness dt{
	overflow: hidden;
    margin-right: 2%;
    width: 49%;
    float: left;
    position: relative;
}
.index_witness dd{
	width: 49%;
	float: right;
}
.index_witness dt figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index_witness dt figure img {
    position: absolute;
    display: block;
    min-height: 100%;
    opacity: 0.8;
    
}

.index_witness dt figure {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;height: 0;
    padding-bottom: 64%;
    position: relative;
    display: block;
}

.index_witness dt figure.effect-milo {
	background: #333333;
}

.index_witness dt a img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
}

.index_witness dt a:hover img {
	opacity: 0.8;
	-webkit-transform: translate3d(0,0,0) scale(1);
	-moz-transform: translate3d(0,0,0) scale(1);
	-ms-transform: translate3d(0,0,0) scale(1);
	-o-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

.index_witness dt h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 96%;
	background:#3f3d3e;
	background: rgba(0,0,0,.5);
	line-height: 35px;
	padding:0 2%;
	color: #f3f3f3;
	text-align: center;
}



.index_witness dd strong a{
	font-size: 1.142em;
	color: #000;
	line-height: 28px;
}
.index_witness dd p{
	color: #747474;
}
.index_witness dd span a{
	display:block;
	margin-top: 5px;
	color: #e76e00;
}
.index_witness dd span a:hover{
	text-decoration: underline;
}

/*index_anout*/
.index_anout{
	margin-top: 30px;

}
.index_anout dt{
	width: 41%;
	float: left;
	margin-right: 2%;
}
.index_anout dt img{
	max-width: 100%;
}
.index_anout dd{
	width: 57%;
	float: right;
	line-height: 22px;
	color: #5d5d5d;
}
.index_anout dd p{
	padding-bottom: 8px;
}
.index_anout dd span{
	display: block;
	margin-top: 15px;
}
.index_anout dd a{
	background: #efefef;
	padding: 8px 20px;
	color: #e76e00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-weikit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.index_anout dd a:hover{
	text-decoration: underline;
}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    content: '';
    top: 100%;
    left: 20%;
    height: 10px;
    width:60%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, #d4d4d4, rgba(0, 0, 0, 0) 60%);
    background: radial-gradient(ellipse at center, #d4d4d4, rgba(0, 0, 0, 0) 60%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

/*message*/
.index_message{
	background: url(../images/message.jpg) no-repeat center center;
	/*height: 268px;*/
	
	
}
.message_n{
	background: url(../images/xz.png) no-repeat left center;
	overflow: hidden;
	position: relative;
	padding: 18px 0 ;
}
.message{	
	width: 285px;
	height: 257px;	
	position: relative;
	float: right;
	
}
.message form{
	position: absolute;
	top: -18px;
	background: url(../images/mm.png) no-repeat left top;
	width: 100%;
	height: 100%;
	
	float: right;
}
.message form ul{
	
	padding-top:30px ;
}
.message form li{
	padding-left:30px ;
	margin: 10px 0;
	line-height: 30px;
	color: #2c56a3;
}
.message form li input{
	height: 25px;
	line-height: 25px;
	border: 0;
	border: 1px solid #2c56a3;
}
.message form li span{
	padding-left: 5px;
	color: #ff5151;
}
.message form li span.s_img{
	padding-top: -15px;
}
.message form li input.w_input{
	width: 35%;
	height: 25px;
	line-height: 25px;
}
.message form li button{
	background: none;
	border: 0;
	border: 1px solid #2c56a3;
	padding: 5px 25px;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #2c56a3;
	
}
.message form li.button{
	margin-top: 30px;
	text-align: center;
}

/*new*/
.new_all {margin: 30px auto;overflow: hidden;}
.index_news{width:55%;margin-right: 3%;}
.index_question{width: 42%;}
.tab ul.menu{height:40px;background:#ededed;position:relative;}
.tab ul.menu li.morr{float: right;line-height: 40px;margin-right:10px;font-size: 1.142em;width: auto;}
.tab ul.menu li.morr a{color: #363636;}
.tab ul.menu li{float:left;text-align:center;width:28%;line-height:40px;list-style:none;font-size:1.285em;cursor:pointer;color: #1c1c1c;}
.tab ul.menu li.active{background:#00448b;color:#fff;}
.hide{display:none;}
.index_new {margin-bottom: 30px;}
.con{margin-top: 20px;}
.con dl {padding-bottom: 20px;border-bottom: 1px dashed #6e6e6e;overflow: hidden;}
.con dl dt{width: 36%;margin-right: 2%;float: left;}
.con dl dt img{display: block;width: 100%;}
.con dl dd{width:62%;float: right;}
.con dl dd b a{color: #1c1c1c;font-size:1.142em;line-height: 28px;}
.con dl dd p{font-size: 0.928em;line-height: 22px;}
.con dl dd span{display: block;padding-top: 10px;}
.con dl dd span a{color: #e76e00;font-weight: 600;}
.con dl dd span a:hover{text-decoration: underline;}
.nnew ul{margin-top: 15px; width: 48%;float: left;margin-right: 1%;}
.nnew ul li{line-height: 27px;background: url(../images/d.gif) no-repeat 5px center;padding-left: 20px;}
.nnew ul li a{display: block;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;width: 92%;}

@-webkit-keyframes hvr-wobble-horizontal {
	16.65% { -webkit-transform: translateX(8px); transform: translateX(8px);  }
    33.3% {-webkit-transform: translateX(-6px); transform: translateX(-6px);}
    49.95% {-webkit-transform: translateX(4px); transform: translateX(4px); }
    66.6% {-webkit-transform: translateX(-2px); transform: translateX(-2px); }
    83.25% {-webkit-transform: translateX(1px); transform: translateX(1px); }
    100% {-webkit-transform: translateX(0);transform: translateX(0);}
}

@keyframes hvr-wobble-horizontal {
    16.65% {-webkit-transform: translateX(8px);transform: translateX(8px);}
    33.3% {-webkit-transform: translateX(-6px); transform: translateX(-6px);}
    49.95% {-webkit-transform: translateX(4px); transform: translateX(4px);}
    66.6% { -webkit-transform: translateX(-2px); transform: translateX(-2px);}
    83.25% { -webkit-transform: translateX(1px);transform: translateX(1px);}
    100% {-webkit-transform: translateX(0);transform: translateX(0);}
}
.hvr-wobble-horizontal { display: inline-block;
    vertical-align: middle;  -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/*index_question*/
.index_question h3{line-height: 40px; background:#00448b ;color: #fff; padding-left:10px;font-size: 1.285em;}
.index_question h3 span{float: right; margin-right: 10px;}
.index_question h3 span a{color: #fff;}
.index_question dl{padding: 15px 0;border-bottom: 1px dashed #6e6e6e;}
.index_question dl dt,.index_question dl dd{background: url(../images/question.gif) no-repeat;}
.index_question dl dt{background-position:5px 5px ; line-height: 35px;padding-left: 38px;font-size: 1.142em;padding-bottom:5px;}
.index_question dl dt a{color: #1c1c1c;font-size: 1.142em;}
.index_question dl dt a:hover{color: #003b7d;}
.index_question dl dd{padding-left: 38px;background-position:5px -52px ;}

/*index_servces*/
.index_servces {
	overflow: hidden;
	position: relative;	
	padding-top: 90px;
	padding-bottom: 40px;
}
.index_servces dl{
	width: 18%;
	margin: 3% 3% 0;
	float: left;
	border: 1px solid #b1afaf;
	background: #fcfcfc;	
	min-height: 245px;
}
.index_servces dl dt{
	z-index: 100;
	margin: auto;
	margin-top: -78px;	
	text-align: center;
}
.index_servces dl dt img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #757575;
	
}
.index_servces dl:hover dt img{
	background: #2c56a3;
}
.index_servces dl dd{
	padding: 20px 35px 30px;
}
.index_servces dl dd b{
	display: block;
	line-height: 25px;
	font-size: 1.285em;
	color: #333;
	margin-bottom: 10px;
	text-align: center;
}
.index_servces dl dd p{
	line-height: 22px;
}
.index_servces dl.servces_n dt img{
	background: #2c56a3;
}
.index_servces dl dd p.rx{
	color: #1667bc;
	font-size: 1.285em;
	font-weight: 600;
}
.index_servces dl dd span{
	display: block;
	margin-top:15px;
	text-align: center;
}
.index_servces dl dd span a{
	color: #fff;
	background: #2c55a4;
	padding: 5px 20px;
	border-radius: 5px;
}
.index_servces dl.servces_n2 dd{
	padding: 20px 10px 30px;
	text-align: center;
}

/*footer*/
.footer_bg{
	background: #00448b;
	overflow: hidden;
}
.footer ul {
	text-align: center;
	padding: 12px 0;
}
.footer ul li{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 0.857em;
	text-align: center;
	color: #fff;
	padding:0 20px;
	line-height: 25px;
}
.footer ul li a{
	font-size: 0.857em;
	color: #fff;
}
.copyright{
	border-top: 1px solid #fff;
	padding: 18px 0;
	text-align: center;
	color: #fff;	
}
.copyright p{
	font-size: 0.857em;
	line-height: 22px;
}

/*产品展示*/
.sidebar{position: relative;}
.sidebar h3{color: #fff;font-size: 1.428em;background: #003b7d;padding: 20px 0;padding-left: 15px;}
.sidebar h3 span{padding-left:5px;font-size:0.857em;padding-top: 5px;}
.banner_ny{text-align: center;margin: auto;}
.banner_ny img{width: 100%;display: block;}

.ny_zblb1{overflow: hidden;background: #efefef;}
.ny_zblb1 li{line-height:55px;font-size:1.071em;color:#333;float:left;width:100%;}
.ny_zblb1 li a{display:block;padding-left:30px;font-weight:bold;text-decoration:none;color:#003b7d;background:url(../images/04.gif) no-repeat 17px;border-bottom: 1px solid #fff;}
.ny_zblb1 li a.cur{color:#e98830;background:url(../images/04_h.gif) no-repeat 15px;text-decoration:none;}
.ny_zblb1 li a.curs{color:#e98830;background:url(../images/04_h.gif) no-repeat 28px;text-decoration:none;}
.ny_zblb1 li a:hover{color: #e98830;}
.ny_zblb1 li ul{display:none;color:#666;text-indent: 30px;}
.ny_zblb1 li ul li{float:none;background-image:none;line-height:35px;margin-top:0px;font-size:0.857em;}
.ny_zblb1 li ul li a{padding-left:10px;display:block;background:url(../images/04.gif) no-repeat 28px;color: #4c4c4c;font-weight: normal;}
.ny_zblb1 li ul a:hover{color:#e98830;}
.ny_zblb1 li ul li ul{text-indent: 45px; }
.ny_zblb1 li ul li ul li a{ background-image:none}

.call{margin-top: 20px;background:#efefef url(../images/ccll.jpg) no-repeat left top; padding-bottom: 18px}
.call h3{color: #fff;background:#003b7d;padding: 20px 0 20px 15px;min-height: auto;}
.call p{padding: 5px 15px;line-height: 20px;color: #222;}
.call p a{color: #222;}
.call p a:hover{color: #e98830;}
.call p.col{color: #000;padding-top: 18px;font-weight: 600;font-size: 1.285em;}

.position{padding-top: 12px;padding-bottom:12px;border-bottom: 1px solid #ececec;overflow: hidden;color: #555;background: url(../images/position.gif) no-repeat 3px center; padding-left: 35px;}
.position a{padding: 0 5px;color: #555;}

.product li{width: 31.33%;padding:25px 1% 7px;float: left;border-bottom: 1px dashed #d3d3d3;}
.product li a{display: block;width: 95%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;height: 0;padding-bottom: 75%;position: relative;}
.product li a img{display: block;width: 100%; min-height: 100%;position: absolute;}
.product li p{line-height: 30px;padding-top: 8px;text-align: center;}
.product li p a{padding-bottom:25px ;}
/*分页*/
.paging li{display: inline-block;*display: inline;*zoom: 1;margin:0 2px 0;border: 1px solid #ccc;}
.paging li a{color: #444;display: block;padding: 5px 12px;}
.paging li a:hover{color: #014164;}
.paging{text-align: center;margin:25px 0 0;}
.paging li.number{border: none;color: #444;}
.paging li a:hover{color: #fff;background: #e98830;display: block;}


/*图片放大镜样式*/
.al_ny_l {
	width: 47%;
	float: left;
}

.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
	width: 100%;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	border: 1px solid #aaa;
	background: #ffffff/*url(../images/zoom.png) 50% center no-repeat*/
	;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

.jqzoom img {
	width: 100%;
}

/*图片小图预览列表*/
.spec-scroll {
	clear: both;
	margin-top: 5px;
	width: 100%;
}

.spec-scroll .prev {
	float: left
}

.spec-scroll .next {
	float: right;
}

.spec-scroll .prev,
.spec-scroll .next {
	display: block;
	text-align: center;
	width: 4%;
	height: 49px;
	line-height: 48px;
	border: 1px solid #CCC;
	background: #EBEBEB;
	cursor: pointer;
	text-decoration: none;
}

.spec-scroll .items {
	float: left;
	position: relative;
	width: 90%;
	height: 49px;
	overflow: hidden;
}

.spec-scroll .items ul {
	position: absolute;
	width: 999999px;
	height: 49px;
}

.spec-scroll .items ul li {
	float: left;
	width: 66px;
	text-align: center;
}

.spec-scroll .items ul li img {
	border: 1px solid #CCC;
	padding: 2px;
	width: 50px;
	height: 43px;
}

.spec-scroll .items ul li img:hover {
	border: 2px solid #FF6600;
	padding: 1px;
}

.al_ny_r {
	float: right;
	width: 51%;
	margin-left: 2%;
}

.al_ny_r h5 {
	color: #003b7d;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	font-size: 1.285em;
	text-align: center;
	font-weight: 600;
}

.al_ny_r p {
	padding: 5px 0;
	line-height: 20px;
}
.al_ny_r p.dg{font-size: 1.285em;}
.al_ny_r p.dg span{color: #003b7d;font-weight: 600;font-size: 1.285em;}
.al_ny_r  a{background: url(../images/more_2.gif) no-repeat center;line-height:33px ;width: 124px;text-align: center;display: block;color: #fff;margin-top: 20px;}
.sx {
	width: 100%;
	margin-top: 20px;
}

.sx p,.product_xx p{
	line-height: 30px;
}

.product_cf {
	margin-top: 45px;
}
.product_cf h5{
	color: #003b7d;
    font-size: 1.571em;
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
    background: url(../images/common_bg.gif) no-repeat center bottom;
    border-bottom: 1px solid #d4d4d4;
}
.product_xx{margin-top:25px;}
.product_xx img{display: block;max-width: 100%;}
.product_xx p.tlt{color: #393939;font-size: 1.285em;line-height: 40px;}
.like_products{margin-top: 30px;}
.like_products li{border-bottom: none;padding: 20px 1%;    width: 31%; float: left}
.like_products h5{color: #003b7d; font-size: 1.285em;line-height: 30px;padding-bottom: 10px; border-bottom: 1px solid #d4d4d4;font-weight: 600;}
.like_products li img{
	width: 100%;
}
.like_products li p{
	text-align: center;
}

.sidebar_l{
	background: #efefef;
}
.sidebar_l li{
	line-height: 40px;
	border-bottom: 1px solid #fff;
	padding-left: 30px;
}
.sidebar_l li a{
	color: #232323;
}
.sidebar_l li.active a,.sidebar_l li a:hover{
	color: #e98830;
}
.news dl{
	margin-top: 15px;
}
.news dt{
	border-bottom: 1px dashed #bcbcbc;
	line-height: 32px;
	overflow: hidden;
	background: url(../images/dd.gif) no-repeat 5px center;
	text-indent: 15px;
}
.news dt a{
	color: #474747;
	width: 80%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	font-weight: 600;
	font-size: 1.071em;
}
.news dt a:hover{
	color: #e98830;
}
.news dt span{
	color: #a1a1a1;
	float: right;
}
.news dd{
	clear: both;
	margin-top: 8px;
	line-height: 25px;
}
.jj dt{
	width: 48%;
	float: left;
	margin-right: 1%;
}
.jj dt img{
	width: 100%;
}

.jj dd{
	width: 51%;
	float: right;
	margin-bottom: 5px;
	line-height: 23px;
}

.mmt_2{
	margin-top: 20px;
	clear: both;
	line-height: 23px;
}
.abouts,.com_active,.contact{
	margin-top: 18px;
	line-height: 23px;
}
.com_active img,.abouts img{
	width: auto;
	max-width: 100%;
}
.contact p{
	margin-top: 8px;
}


.ryzs li{
	width: 27.3%;
    margin: 15px 3% 0;
	float: left;
}
.ryzs li a{
	height: 0;
	padding-bottom: 134%;
	overflow: hidden;
	display: block;
	border: 1px solid #ccc;
}

.ryzs li img{
	width: 99%;
	padding: 2px 0.5%;
	
}
.ryzs li span{
	display: block;
	text-align: center;
	line-height: 25px;
}
.ryzs li span a{
	padding-bottom: 25px;
	border: 0;
}

/*新闻*/
.news_active h5 {
    font-size: 1.285em;
    line-height:25px;
   	padding-bottom: 8px;
    text-align: center;
    color: #2b2b2b;
    font-weight: 600;
}
.time {
    text-align: center;
    line-height: 25px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
    font-size: 0.928em;
    color: #939393;
}
.news_active,.new_cc,.case_active,.case_cc,.khjz_active,.khjz_cc{
	margin-top: 15px;
}
.new_cc p{
	line-height: 23px;
}
.new_cc img{
	width: auto;
	max-width: 100%;
}

/*案例*/
.cases dl{
	background: #f4f4f4;
	padding: 2%;
	overflow:hidden;
	margin-top: 20px;
}
.cases dt{
	width:27%;
	margin-right:2%;
	float:left;
}
.cases dt a{
	padding-bottom:61%;
	height:0;
	display:block;
	overflow:hidden;
	position: relative;
}
.cases dt img{
	width:100%;
	min-height: 100%;
	position: absolute;
}
.cases dd{
	width:71%;
	float:right;
}
.cases dd strong a{
	color: #000;
	font-size: 1.142em;
	line-height: 25px;
	padding-bottom: 5px;
	width: 95%;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.cases dd p{
	color: #747474;
	line-height: 22px;
}
.cases dd span{
	display: block;
	margin-top: 8px;
}
.cases dd span a{
	color:#e76e00;
}
.cases dd span a:hover{
	text-decoration:underline
}
.case_active h5 {
    font-size: 1.285em;
    line-height:25px;
    padding-bottom: 8px;
    text-align: center;
    color: #2b2b2b;
    font-weight: 600;
}
.case_cc p{
	line-height: 23px;
}
.case_cc img{
	width: auto;
	max-width: 100%;
}

/*客户见证*/
.khjz li{
	width: 23%;
	float:left;
	margin: 15px 1% 0;
}
.khjz li a{
	height: 0;
	padding-bottom: 69%;
	overflow: hidden;
	display: block;
	border: 1px solid #ccc;
}
.khjz li a:hover{
	border: 1px solid #e98830;
}
.khjz li img{
	width: 100%;
}
.khjz li span a{
	padding-bottom: 22px;
	border: 0;
	margin-top: 5px;
	text-align: center;
	width: 98%;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.khjz li span a:hover{
	border: 0;
}

.khjz_active h5 {
    font-size: 1.285em;
    line-height:25px;
    padding-bottom: 8px;
    text-align: center;
    color: #2b2b2b;
    font-weight: 600;
}
.khjz_cc p{
	line-height: 23px;
}
.khjz_cc img{
	width: auto;
	max-width: 100%;
}

/*常见问题*/
.question dl{
	margin-top: 15px;
	border-bottom: 1px dashed #bcbcbc;
	padding-bottom: 10px;
}
.question dt{	
	line-height: 35px;
	overflow: hidden;
	background:url(../images/question.gif) no-repeat 5px 5px;
	padding-left: 40px;
}
.question dt a{
	color: #474747;
	width: 90%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
	font-size: 1.071em;
}
.question dt a:hover{
	color: #e98830;
}

.question dd{
	clear: both;
	margin-top: 5px;
	line-height:25px;
	background:url(../images/question.gif) no-repeat;
	padding-left: 40px;
	background-position: 5px -50px;
}
.question_bg a:hover{
	color: #6a6a6a;
}



/**/

.tab3{margin:30px auto 0;
	overflow: hidden;
}
.tab3 ul.menu{height:34px;position:relative; text-align: center}
.tab3 ul.menu li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-align:center;
	padding: 5px 25px;
	cursor:pointer;
	overflow: hidden;
	font-size: 1em;
	background: #ebebeb;
	color: #4b4b4b;
	margin: 0 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;}
.tab3 ul.menu li.active{background:#e76e00;color:#fff;}
.tab3 ul.menu li.active a{
	color:#fff;
}
.tab3 ul.menu li.cur div a{background:#e76e00;color:#fff}

.in-proo li{
	width: 23%;
	margin: 20px 1%;
	float: left;
	text-align:center;
}
.in-proo li img{
	width: 100%;
	display: block;
}
.in-proo li p{
	padding: 10px 0 15px;
	width: 98%;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.in-proo li a.in-pr-img{
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
	display: block;
}

.in-proo li span a{
	background: url(../images/more.gif)no-repeat center center;line-height: 24px;text-align: center; color: #fff;
	display: block;

}


.ys_2 {
	background-image: url(../images/45gb.png);
	background-repeat: no-repeat;
	background-position: 358px 32px;
}

.ys_o1 {
	background: url(../images/3.gif) no-repeat left center;
}

.ys_o12 {
	background: url(../images/4.gif) no-repeat left center;
}
.index_superiority .ys_2 dd.ys_o p{
	margin-bottom: 25px;
}

.ys_5 {
	background-image: url(../images/62gb.png);
	background-repeat: no-repeat;
	background-position: -24px 66px;
}




.tab2{
	margin-top: 25px;
}
.i_n ul.menu2{height:40px;position:relative; text-align: center;}
.i_n ul.menu2 li.morr{float: right;    margin-right:10px;font-size: 1.142em;width: auto;}
.i_n ul.menu2 li.morr a{color: #363636;}
.i_n ul.menu2 li{display:inline-block;*display:inline;*zoom:1;text-align:center;padding: 5px 25px;list-style:none;cursor:pointer; overflow: hidden; font-size: 1em; background: #ebebeb;
	color: #4b4b4b;
	margin: 0 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;}
.i_n ul.menu2 li.active{background:#e76e00;color:#fff;}

.i_n ul.menu2 li.active div a{
	color: #fff;

}
.i_n ul.menu2 li div{
	display: block;
}
.i_n ul.menu2 li div a:hover{
	background:#e76e00;
	color: #fff;
	display: block;
}


.iio{
	overflow: hidden;
}
.flaosd{ width:40%; margin-right:2%; float:left}
	.flaosd img{ width:100%}
	.flos{ width:58%; float:right}
	.flos p{ margin-bottom:8px}
	.mtts,.mttsa{ margin-top:10px; overflow:hidden}
	.mttsa li{ float:left; width:24%; margin:10px 0.5% 0; text-align: center;}
	.mttsa li img{
		width: 100%;
	}

.mttsa b{
	line-height: 25px;
	display: block;
	margin-bottom: 8px;
}
.al{
	padding: 50px 50px 0 0;
}