/*通用代码*/
*{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	font-family: "微软雅黑","Microsoft Yahei";
}
a{
	text-decoration: none;
	color: #666;
}
/*a:hover{
	text-decoration: underline;
}*/
li{
	list-style-type: none;
}
/*  头部代码*/
header{
	width: 100%;
}
.index_wrap{
	width: 100%;
	background-size: 100%;
	background-color: #128ed4;
	color: #fff;
}
.index{
	width: 1000px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	font-size: 12px;
	
}
.index_right{
	height: 30px;
	float: right;
}
.index_right a{
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #FFF;
}
.logo{
	height: 200px;
	width: 1000px;
	margin: 0 auto;

}
.nav_wrap{
	width: 100%;
}
.nav{
	width: 1000px;
	margin: 0 auto;
}
.top_wrap{
	height: 88px;
	width: 100%;
	background-color: #fff;
	color: #474444;
}
.top{
	width: 1200px;
	height: 88px;
	margin: 0 auto;
}
.logo,.nav,.lang{
	height: 88px;
	float: left;
}
.logo{
	width: 260px;
}
.logo_left{
	width: 88px;
	height: 88px;
	float: left;
}
.logo_right{
	width: 180px;
	height: 80px;
	float: left;
}
.logo_right_top{
	height: 88px;
	line-height: 80px;
	font-size: 22px;
	font-weight: 700;
	text-indent: 1em;
}
.logo_right_bottom{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-indent: 2em;
}
.logo img{
	height: 78px;
	margin-top: 10px;
	/*margin-left: 20px;*/
}
.nav{
	width: 670px;
	padding-top:10px;
	margin-left: 270px;
}

.nav ul li {
	height: 80px;
	line-height: 80px;
	float: left;
	z-index: 100;
	color: #474444;
	margin-left: 25px;
	margin-right: 25px;
}
.nav ul li a{
	display: inline-block;	
	height: 50px;
	line-height: 50px;
	float: left;
	z-index: 100;
	color: #474444;
	margin:0 auto;
	margin-top: 10px;
}
.nav_ul a{
	text-decoration: none;
	text-align: center;
}
.nav ul li a.active{
	color: #3e7fdb;
    border-bottom: #3e7fdb 3px solid;
}

.nav .active > a, .nav li:hover > a {
    color: #3e7fdb;
    border-bottom: #3e7fdb 3px solid;
}

/*内容区域*/

.ny_banner {
    height: 206px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

.ny_banner_c {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}



	/* 轮播 */

@charset "utf-8";


#wrapper {
/*	background:#fff;*/
	position:relative;
	height: 422px;

}

#wrapper a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

#wrapper a:focus , a:link, a:active {
	outline:none;
}

#wrapper a:hover {
	color:#444;
}


.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:450px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:450px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#e1472f !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#e1472f !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
    display: none;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #fff;
    width: 188px;
    height: 6px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../img/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../img/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../img/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


	/* 轮播 结束 */
.content_wrap{
	width: 100%;


}
.content{
	width: 1200px;
	margin: 20px auto;
	margin-top: 30px;
	padding-bottom: 18px;
    /*border-bottom: 2px solid #d7d7d7;*/
    border-bottom: 2px solid #29a7e1;
}

.content_1{
	width: 1200px;
	margin: 20px auto;
	margin-top: 30px;
	padding-bottom: 18px;
    /*border-bottom: 2px solid #d7d7d7;*/
   
}


/*新闻*/
.news_wrap{
	clear: both;
	height: 250px;
	margin: 20px auto;
}
.news{
	width: 303.3px;
	float: right;
	margin-right: 90px;
	overflow: hidden;
}
.news_content ul{
	margin-top:10px;
	width: 288px;
	float: right;
}
.news_content a:hover{
	text-decoration: none;
	color: red;
}
.news_top{
	height: 40px;
	line-height: 40px;
	background-color: #505050;
	border-radius: 10px;
}
.news_top_left{
	width: 260px;
	height: 40px;
	float: left;
}
.news_top_right{
	width: 30px;
	height: 40px;
	float: right;
}
.news_top_left img{
	margin:10px 10px 4px;
	width: 20px;
	height: 20px;
	float: left;
}
.news_top_left p{
	width: 200px;
	height: 40px;
	float: left;
	font-size: 15px;
	color: #fff;
}
.news_top_right img{
	margin-right: 4px;
	width: 20px;
	margin-top: 8px;
}

.news_content ul li{
	background:url(../img/circle.png) left 8px no-repeat;	
}
.news_content ul li a{
	display: inline-block;
	width: 230px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 1.2em;
}
.news_content ul li span{
	display: inline-block;
	float: right;
	height: 24px;
	line-height: 24px;
	width: 44px;
	font-size: 12px;
	color: #666;
	margin-right: 5px;
}
/*产品中心*/

/*解决方案*/

/*底部*/



footer{
    background-color: #222;
    color: #ddd;
    font-size: 14px;
    clear: both;
    margin-top: 20px;
}


.bottom{
    width: 1200px;
    margin: 0 auto;
    height: 360px;
}
.bottom_ul li{
    width: 230px;
    line-height: 40px;
    text-indent: 3em;
    float: left;
}

.bottom_ul{
    height: 160px;
    width: 880px;
    float: left;
    margin:20px 0;
}
.us{
/*    height: 160px;*/
    width: 300px;
    float: left;
    margin:20px 0;
}
.bottom_ul li ul li{
    line-height: 30px;
}
/*.bottom_ul li ul li:hover{
    color: #fff;
    cursor: pointer;
}*/
.bottom_ul li ul li a{
	color: #ddd;
}
.bottom_ul li ul li a:hover{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.footer_p{
    line-height: 60px;
    text-align: center;
    background-color: #111;
    clear: both;
}
.footer_p a{
    color: #ddd;
}
.footer_p a:hover{
    text-decoration:underline;
}
.us_one{
    margin-top:10px;
}
.us_one_left{
    width: 40px;
    height: 50px;
    float: left;
    margin-bottom: 5px;
}
.us_one_left img{
    margin:9px  0 8px;
}
.us_one_left img:hover{
	opacity: 0.5;
	cursor: pointer;
}
.us_one_right{
    width: 250px;
    float: left;
    margin-bottom: 5px;
}
.us_one_right p{
    line-height: 25px;
}



/* 关于我们 */
.about_us{
	margin-bottom: 20px;
}
.about_us p{
	line-height: 34px;
	font-size: 14px;
	padding: 0 50px;
	
}
.about_us .border_red{
/*	border:1px solid #3f3f98;*/
	margin: 30px auto;
	clear: both;

}
.about_us .logo{
	width: 248px;
	height: 140px;
	float: left;
	margin: 15px auto;
}
.about_us .logo p.logo_p{
	height: 50px;
	line-height: 50px;
	margin: 3px auto;
	font-size: 20px;
	color: #444;
	text-align: center;
	font-weight: 700;
}
.about_us .logo img{
	margin-left: 84px;
}
.border_red .content_p{
	width: 1000px;
/*	float: left;*/
	padding: 0;
	margin: 15px auto;
}
p.nav_p{
    font-size: 38px;
color: #29a7e1;
text-align: center;
line-height: 46px;


	/*line-height: 60px;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	color: #444;*/
}
p.en_nav_p{
	line-height: 35px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #666;
}
.about_us .title_p{
	line-height: 40px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.content_p{
	text-indent: 2em;
	margin: 20px auto;
	line-height: 25px;
	color: #444;
	font-size: 14px;
}
.more_div{
	height: 40px;
	width: 100%;
	clear: both;
}



/*  develope */
.position{
	height: 40px;
	color: #30a7bb;
    font-size: 18px;
    line-height: 40px;
	text-indent: 30px;	
	background: url(../img/map2.png) 10px center no-repeat;
	background-color: #f9f9f9;
}
.position a{
	color: #666;
}
.about_main_left{width: 318px;float: left;border: 1px solid #d2d2d2;margin-bottom: 10px;margin-left:20px}
.about_main_right{width: 830px;/*height:800px;*/float: right;border: 1px solid #d2d2d2;	margin-bottom: 5px;margin-right:20px}
.about_top{height: 40px;line-height: 40px;color: #4a4aca;background-color: #60a9d7;margin:0 0}
.about_top img{float:left;height: 21px;margin: 7px 28px;}
.about_top span{display: inline-block;height: 40px;float: left;color: #30a7bb;font-size: 20px;
	line-height: 40px;}
/*.about_bottom ul{width: 180px;}*/
.about_bottom li a{display: inline-block; color:#666;height: 30px;line-height: 30px;
 border-bottom: 1px dotted #cdcdcd;
background: url("../img/circle_gray.png") 20px center no-repeat;font-size: 14px;}
.about_bottom a{line-height: 40px;width: 238px;height: 40px;color: #333;
	font-size:14px;text-indent: 40px; }

/*.about_bottom .gywm_active{color:#4a4aca;
	background: url("../img/circle_blue.png") 20px center no-repeat;cursor: pointer;}*/



.a_content{
	padding: 20px;

}
.a_content img{
	width: 100%;
}

img.data1{
	width: 90%;margin-top: 15px;margin-left: 36px;
}
/*产品中心*/


.dis_block{
	display: block;
}
.dis_none{
	display: none;
}
/*#product_content{
	padding: 0;
}*/
/*新闻动态*/
.a_content ul li{
	line-height: 25px;
	font-size: 14px;
	color: #223;
}

/*联系我们*/
.a_content_left img{
	height: 22px;
	width: 22px;
	margin-top:7px;
	float: left;
}
.a_content_item{
	height: 35px;
	margin: 5px auto;
	padding-left: 30px;
}
.a_content_left{
	height: 35px;
	line-height: 35px;
	width: 150px;
	float: left;
}
.a_content_left span{
	display: inline-block;
	height: 35px;
	width: 100px;
	line-height: 35px;
	text-align: left;
	float: left;
	text-indent: 1em;
	color: #666;
}
.a_content_right{
	width: 560px;
	height: 35px;
	line-height: 35px;
	float: left;
	color: #666;
}
.us_right{
	width: 510px;
}
.title_p{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 700;
}
.map{
	width: 400px;
	height: 200px;
	margin-left: 180px;
}
.item .inner_li_active{
	background-color: #4a4aca;
	color: #fff;
	cursor: pointer;
}
.inner_ul{
	height: 40px;
	width: 244px;
	margin: 0 auto;
}
.item .inner_ul li{
	height: 40px;
	line-height: 40px;
	width: 120px;
	border: 1px solid #ccc;
	float: left;
	text-align: center;
}
.item .inner_ul li:last-child{
	margin-left: -1px;
}
.inner_item{
	margin-top: 20px;
}

/* 另加 */
.indent4{
	text-indent: 6em;
}
.product_nav span{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	width: 120px;
	text-align: center;
	background-color: #4a4aca;
	border-radius: 10px;
	font-size: 14px;
}
.width200 span{
	width: 140px;
}
.data_p{
	padding: 10px 50px;
	text-indent: 2em;
	line-height: 24px;
	font-size: 14px;
}
.title_p2,.product_table,.product_ul{
	padding: 10px 50px;
}
.item .product_p{
	text-indent: 0em;
}
.product_ul li{
	background: url(../img/star.png) left center no-repeat;
	text-indent: 2em;
}
.product_top_ul li,.product_content_ul li{
	float: left;
}
.product_top_ul{
	padding: 10px 50px;
	margin: 5px auto;
	height: 24px;
	border: 1px solid #999;
	margin-bottom:0px;
	border-bottom: none;
}
.product_top_ul li{
	width: 200px;
	height: 30px;
	line-height:30px;
	font-weight: 700;
	font-size: 16px;
}
.product_content_ul li{
	width: 200px;
	line-height:30px;
	margin: 0 10px;
}
.product_content_ul li:first-child{
	text-indent: 2.8em;
}
.title_p{
	clear: both;
}
.left_right{
	width: 740px;
	height: 221px;
}
.left{
	width: 400px;
	height: 221px;
	float: left;
}
.right{
	width: 340px;
	height: 221px;
	float: left;
}
.right img{
	width:400px;
	margin: 20px 10px;
}
img.product_img{
	width: 300px;
	margin-left: 30px;
}
img.product_img2{
	width: 400px;
	margin-left: 30px;
}
img.product_img22{
	width: 620px;
	margin-left: 30px;
}
img.product_img3{
	width: 600px;
	margin-left: 30px;
}
img.product_img4{
	width: 550px;
	margin-left: 30px;
}
.div_pics{
	width: 740px;
	height: 400px;
	margin-top: 55px;
}
.div_left,.div_content,.div_right{
	width: 230px;
	height: 440px;
	float: left;
}
.div_left div,.div_content div,.div_right div{
	height: 100px;
	line-height: 50px;
	font-size: 20px;
	width: 180px;
	margin: 6px 25px;
	box-shadow: 3px 3px 3px #ccc;
	float: left;
	background-color: #4a4aca;
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}
.div_content div{
	line-height: 100px;
	margin-top: 100px;
}
.develope img{
	width: 580px;
	margin-left: 50px;
	margin-top: 40px;
}
.bigger{
	font-size: 16px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
}
.product_ul .back_none{
	background: none;
}
.index_lang{
	float: right;
}
.index_lang a{
	display: inline-block;
	height: 30px;

}
.index_lang img{
/*	margin-bottom:2px;*/
	margin-top: 5px;
	margin-right: 10px;
}
.honor2 img{
	width: 150px;
	margin-left: 30px;
}
.a_content img.width260{
	width: 150px;
	height: 205px;
	margin-left: 17px;
}
/*.about_bottom li:hover{
	color:#4a4aca;font-weight: bold;
	background: url("../img/circle_blue.png") 20px center no-repeat;cursor: pointer;
}
.about_bottom li a:hover{
	text-decoration: none;
}*/
.item{
	color: #666;
}
.news_wrap_left{
	width: 566.6px;
	height: 250px;
	float: left;
}
.index_product{
	width: 100%;
/*	height:230px;*/
	margin: 30px auto;
}
.index_product_left{
	height: 170px;
	width: 200px;
	float: left;
}
.index_product_right{
	height: 170px;
	width: 1000px;
	position: relative;
}
/*.index_us{
	position: absolute;
	left:0;
	top: 0;
	background-color: #303030;
	visibility: hidden;
	cursor: pointer;
}*/
.index_product{
	position: relative;
}

#index_us{
	position: absolute;
	top:0;
	left:0;
	height: 170px;
	width: 1000px;
	background-color: black;
	opacity: 0.5;
	cursor: pointer;
	display: none;
}

.index_product_right img{
	margin-left: 110px;
}
.index_product_bottom{
	width: 1000px;
	height: 112px;
	clear: both;
	margin: 0 auto;
}
.index_product_left span{
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	color: #efebeb;
	text-align: center;
	background-color: #4a4aca;
	border-radius: 10px;
	margin-left: 20px;
	margin-top: 20px;
}
.index_product_left p{
	width: 140px;
	height: 60px;
	line-height: 30px;
	font-size: 14px;
	text-indent: 2em;
	color: #666;
	margin-top: 20px;
	margin-left: 30px;
/*	margin: 20px;*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index_product_item{
	width: 110px;
	height:110px;
	border-radius: 50%;
	border:1px solid #515151;
	float: left;
	margin-left: 166px;
}
.index_product_item img{
	margin-left: 30px;
	margin-top: 14px;
}
.index_product_item p{
	color: #515151;
	font-size: 14px;
	text-align: center;
}
.hr30{
	width: 100%;
	height: 30px;
	clear: both;
}
#index_us p{
	color: #fff;
	text-indent: 3em;
}
#index_us{
	padding: 20px;
	height: 130px;
	overflow: hidden;
}
#index_us .index_us_title a{
	line-height: 40px;
	font-size: 20px;
	text-indent: 2em;
	color: #fff;
}
#index_us .index_us_content a{
	line-height: 35px;
	width: 860px;
	margin: 0 auto;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #fff;
}
p.compare{
	line-height: 40px;
	font-weight: 700;
	font-size: 20px;
	text-indent: 6em;
}
img.compare_img{
	width: 400px;
	margin-left: 20px;
}
.left,.right{
	width: 500px;
/*	height: 300px;*/
	float: left;
}
.center span{
	margin-left: 120px;
}
p.center span{
	display: inline-block;
	height: 40px;
	width: 120px;
	line-height: 40px;
	border-radius: 10px;	
	border:1px solid #ccc;
	text-align: center;
	color: #444;
}
.right .width210 span{
	width: 210px;
}
.left ul.center{
	width: 300px;
	margin-left: 40px;
	margin-top: 20px;
}
.left ul.center li{
	line-height: 40px;
}
.news_wrap_left img{
	width: 400px;
	margin: 20px 70px;
}
.pics_wrap{
	padding-top:20px;
	padding-bottom: 20px;
	background-color: #f9f6f6;
}
.inner_item p.content_p{
	background:url(../img/star.png) left center no-repeat;
	text-indent: 2em;
	margin-left: 40px;
}
.more_div_wrap{
	height: 90px;
	width: 100%;
	background-color: #f9f6f6;
	clear: both;
}
.more_div{
	display: block;
	width: 1000px;
	height: 90px;
	margin:0 auto;
}
.more_div_left{
	width:200px;
	height: 90px;
	float: left;
}
.more_div_right{
	width: 800px;
	height: 90px;
	float: left;
}
.more_div_left p.center{
	margin-top:20px;
}
.index_product_right_wrap{
	width: 1000px;
	height: 170px;
}
.more_div_left .center span{
	margin-left: 60px;
}
.more_div_right a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin-top:20px;
	float: left;
	margin-left: 90px;
	color: #666;
	padding: 0 10px;
}
.more_div_right a:hover{
	text-decoration: none;
	background-color: #e4dddd;
	color: #333;
}


.jssora05l, .jssora05r {
		display: block;
		position: absolute;
		/* size of arrow element */
		width: 40px;
		height: 40px;
		cursor: pointer;
		background: url('img/a17.png') no-repeat;
		overflow: hidden;
	}
	.jssora05l { background-position: -10px -40px; }
	.jssora05r { background-position: -70px -40px; }
	.jssora05l:hover { background-position: -130px -40px; }
	.jssora05r:hover { background-position: -190px -40px; }
	.jssora05l.jssora05ldn { background-position: -250px -40px; }
	.jssora05r.jssora05rdn { background-position: -310px -40px; }
	.jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
	.jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }
	/* jssor slider thumbnail navigator skin 01 css *//*.jssort01 .p            (normal).jssort01 .p:hover      (normal mouseover).jssort01 .p.pav        (active).jssort01 .p.pdn        (mousedown)*/.jssort01 .p {    position: absolute;    top: 0;    left: 0;    width: 72px;    height: 72px;}.jssort01 .t {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    border: none;}.jssort01 .w {    position: absolute;    top: 0px;    left: 0px;    width: 100%;    height: 100%;}.jssort01 .c {    position: absolute;    top: 0px;    left: 0px;    width: 68px;    height: 68px;    border: #000 2px solid;    box-sizing: content-box;    background: url('img/t01.png') -800px -800px no-repeat;    _background: none;}.jssort01 .pav .c {    top: 2px;    _top: 0px;    left: 2px;    _left: 0px;    width: 68px;    height: 68px;    border: #000 0px solid;    _border: #fff 2px solid;    background-position: 50% 50%;}.jssort01 .p:hover .c {    top: 0px;    left: 0px;    width: 70px;    height: 70px;    border: #fff 1px solid;    background-position: 50% 50%;}.jssort01 .p.pdn .c {    background-position: 50% 50%;    width: 68px;    height: 68px;    border: #000 2px solid;}* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {    /* ie quirks mode adjust */    width /**/: 72px;    height /**/: 72px;}


.top_lang{
	width: 170px;
	height: 80px;
	float: left;
}
.top_lang a{
	display: inline-block;
	margin-top: 30px;
	margin-left: 20px;
}
.top_lang a img{
	width: 35px;
}


/*左侧导航*/

.menu{
      margin-top: 10px;}
.menu p{height:35px;
        line-height:35px;
        font-weight:400;
        text-indent: 1em;
        border-bottom:1px solid #ccc;
        cursor:pointer;
        background-color: #4a4aca;
        color: #fff;
        font-size: 14px;
        }
.menu div ul{display:none;}
.menu li{height:30px;
         line-height:30px;
/*         padding-left:32px;*/}

.about_main_left .black {
	background-color: #f9f9f9;

}
.about_main_left .black span{
	margin-left: 80px;
	color: black;
	color: #666;
}
img.us_img{
	width: 100%;
}
.black_p{
	line-height: 30px;
	width: 220px;
	margin-left: 10px;
	color: #666;
	font-size: 14px;
}
.title_content{
	line-height: 24px;
	color: #555;
	text-indent: 2em;
	font-size: 14px;
}
.contact_title_p{
	text-indent: 0;
	font-size: 18px;
	text-align: center;
}
.contact_title_content{
	padding: 7px;
	margin-top: 20px;
}

.solution{
	margin-top: 15px;
}
.solution li a{
	display: inline-block;
	width: 318px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-family: "微软雅黑","Microsoft Yahei";
	color: #666;
	background: url("../img/circle_gray.png") 20px center no-repeat;
	text-indent: 3em;
}

.solution  li a.active{
	color: #3e7fdb;   
}

.solution .active > a, .solution li:hover > a {
    color: #3e7fdb;   
}




/*.solution li a:hover{
	color: #4a4aca;
    background: url("../img/circle_blue.png") 20px center no-repeat;
    text-decoration: none;
}*/
.data_title{
	font-size: 16px;
	text-indent: 80px;
	line-height: 35px;
	font-weight: bold;
	background:url(../img/star.png) 50px center no-repeat;
}
.a_content .solution_img{
	width: 600px;
	margin-left: 60px;
	margin-top: 25px;
	margin-bottom: 30px;
}
.hr10{
	width: 100%;
	height: 10px;
	clear: both;
}
.width200 .gray{
	background-color: gray;
}
p.advans{
	padding: 2px 50px;
    text-indent: 2em;
    line-height: 24px;
    font-size: 14px;
    background:url(../img/star_gray.png) 50px center no-repeat;
}
p.no_back{
	background:none;
	margin-bottom: 10px;
}
.about_bottom .gywm_active a{color:#4a4aca;text-decoration: none;
	background: url("../img/circle_blue.png") 18px center no-repeat;}
.about_main_left .gywm_active{ display: inline-block; color:#4a4aca;
	background: url("../img/circle_blue.png") 18px center no-repeat;cursor: pointer;text-decoration: none;}
.solution a{border-bottom: 1px dotted #ccc}
.width200{width: 200px;}
#us a{width: 200px;}
span.center{text-align: center;font-size: 16px;width: 200px;}
.extend40{width: 790px;}

#us a{text-indent: 80px;background: url("../img/circle_gray.png") 40px center no-repeat;}
#us .gywm_active{
	background: url("../img/circle_blue.png") 38px center no-repeat;
}
p.honor{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}
.us3_top{
	line-height: 45px;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}
.us3_left{
	width: 20%;
	float: left;
	height: 400px;
}
.us3_left ul li{
	line-height: 110px;
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
	color: #666;
}
.us3_right{
	width: 80%;
	height: 400px;
	float: left;
}
.us3_right img{
	width: 580px;
	margin-left: 20px;
}
.alist a{
	display: inline-block;
	line-height: 35px;
	width: 790px;
}
p.honor1_p{
	width: 185px;
	text-align: center;
	float: left;
	font-size: 12px;
	line-height: 22px;
	color: #666;
}
.hr30{
	width: 100%;
	height: 30px;
}
.us2_table{
	font-size: 12px;
	margin-top:20px;
	margin-bottom: 20px;
}
.us2_table td{
	line-height: 30px;
	text-align: center;
	color: #666;
}

#obo_slider img.banner1 {
	width: 600px;
	top:128px;
}

.honor{
	height: 250px;
	width: 180px;
	float: left;
}


/*荣誉资质*/


/*.gallery {
  width: 790px;
  margin: 30px auto;
  padding: 5px;
}

.gallery > div {
  position: relative;
  float: left;
  padding: 5px;
}

.gallery > div > img {
  width: 160px;
  transition: .1s transform;
  transform: translateZ(0);
}

.gallery > div:hover {
  z-index: 1;
}

.gallery > div:hover > img {
  transform: scale(2.5, 2.5);
  transition: .3s transform;
}*/

.animate{
   transform: scale(3.5, 3.5);
   transition: .8s transform;
}
.animate_return{
   transform: scale(1, 1);
   transition: .8s transform;
}
#image-container .honor_img{
	width: 150px;
	height: 205px;
}
.honor_div{
	width: 150px;
	margin-left: 20px;
	float: left;
}
.honor_div p{
	text-align: center;
	font-size: 14px;
	color: #666;
}

/*.us2_table{
	cellspacing:;
}
.us2_table td{
	border:1px solid #cccccc;        border-collapse:collapse; 
}*/

.us2_table {
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-collapse:collapse;
}
.us2_table td,.us2_table th{
border-left: 1px solid #999;
border-top: 1px solid #999;
padding: 0px 4px;
}
.us2_table th{
	line-height: 40px;
}
.product_content_ul{
	height: 50px;
	border: 1px solid #999;
}

/*.product_content_ul .last_li{
	line-height: 25px;
}*/

.product1_table {
	font-size: 14px;
	border-collapse:collapse;
	margin-top: 10px;
}
.product1_table tr{
	border:1px solid #999;
}
.product1_table td{
	line-height: 25px;
	padding:5px 8px;
}
.td1{
	width: 100px;
	border-right: 1px solid #999;
	text-align: center;
}
.td2{
	width: 180px;
	border-right: 1px solid #999;
}
.td3{
	width: 430px;
}


.us2_table .d1{
	width: 25px;
}
.us2_table .d2{
	width: 51px;
}
.us2_table .d3{
	width: 305px;
}
.us2_table .d4{
	width: 63px;
}
.us2_table .d5{
	width: 127px;
}
.us2_table .d6{
	width: 137px;
}