@charset "utf-8";
/* CSS Document */

/*css重置*/
*{ margin:0; padding:0;font-family:Arial,"Microsoft YaHei";}
a{ text-decoration:none;font-family:Arial,"Microsoft YaHei";}
li{ list-style:none;}
.clearfix{ clear:both;}
img{ border:0; display:block;}
p{font-family:Arial,"Microsoft YaHei";}



/*top*/
.top_bg{ background-color:#e6e6e6;}
.top_box{ width:1209px; margin:0 auto;}
.top_box .top_p1{ font-size:12px; color:#000; line-height:38px; float:left;}
.top_box .top_p2{font-size:12px; color:#000; line-height:38px; float:right;margin-right:12px;}
.top_box .top_p2 a{ color:#000;}

.head_box{width:1209px; margin:0 auto; padding:26px 0 18px 0;}
.head_box .logo{ float:left;}
.head_box .head_kuang{ float:right;margin-top:11px; margin-right:12px;}
.head_box .head_kuang .head_p1{ font-size:17px; color:#5d5d5d; font-weight:bold;}
.head_box .head_kuang .head_p2{ font-size:23px; color:#5d5d5d; margin-top:2px;}
.head_box .head_pic{ float:right; margin-right:20px; margin-top:14px;}


.nav_bg{ background-image:url(../images/img2.jpg); width:100%; height:49px; background-repeat:repeat-x;}
.nav_bg ul{width:1209px; margin:0 auto;}
.nav_bg ul img{ float:left; margin-left:31px; margin-right:32px; margin-top:18px;}
.nav_bg ul li{ float:left; font-size:15px; line-height:49px; color:white;}
.nav_bg ul li a{color:white;}


/*通栏*/

#warp {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	clear: both;
	height: 2529px;
	overflow: visible;
	background-position: center top;
	background-image: url(../images/index.jpg);
}


#wrapper {
	background:#fff;
	position:relative;
}



.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:580px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:580px !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:#c20000 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#c20000 !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.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(../images/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(../images/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(../images/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;
}


/*首页搜索*/
.s_ss_bg{ background-color:#e6e6e6;}
.s_ss_box{width:1209px; margin:0 auto;}
.s_ss_box .s_ss_p1{ font-size:12px; color:#565656; line-height:40px; float:left;}
.s_ss_box .s_ss_p1 a{color:#565656;}
.s_ss_box .s_ss_p1 span{ font-weight:bold; color:#959595;}
.s_ss_box .ss1{ float:right; margin-top:9px;}
.s_ss_box .ss1 .ss_title1{ width:200px; height:22px; border:1px solid #c6c6c6; background-color:rgba(0,0,0,0); border-radius:20px; padding-left:18px; float:left; font-size:12px; color:#959595; line-height:22px;}
.s_ss_box .ss1 .ss_pic2{ float:left; margin-top:1px; margin-left:-40px;}



/*首页产品*/
.s_pro_box{width:1209px; margin:0 auto; margin-top:60px;}
.s_pro_box .s_pro_p1{ font-size:48px; color:#2658a8; font-weight:bold; text-align:center;}
.s_pro_box .s_pro_p1 span{ color:#000000;}
.s_pro_box .s_pro_p2{ font-size:14px; color:#443e3e; text-align:center; margin-top:10px; margin-bottom:22px;}
.s_pro_kuang{ background-image:url(../images/img5.jpg); width:528px; height:68px; margin:0 auto; position:relative; margin-bottom:10px;}
.s_pro_kuang p{ font-size:17px; color:#3d3d3d; position:absolute;}
.s_pro_kuang .s_pro_p3{ top:23px; left:60px;}
.s_pro_kuang .s_pro_p4{ top:23px; left:181px;}
.s_pro_kuang .s_pro_p5{ top:23px; left:296px;}
.s_pro_kuang .s_pro_p6{ top:23px; left:411px;}

 
 /*首页产品效果*/
#wrapper1{ width:1200px; margin:auto; padding-top:20px;}
.jscarousal
{
	width: 1200px;
	margin:0 auto;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left
{
	background-image: url(../images/jt01.png);
	background-repeat: no-repeat;
	background-position: left;
	width:53px;
	height:99px;
	float:left;
	position: absolute;
	left:-80px;
	top:290px;
	
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/jt02.png);
	background-repeat: no-repeat;
	background-position: right;
	width:53px;
	height:99px;
	float:right;
    position: absolute;
	right:-80px;
	top:290px;
}
.jscarousal-contents
{
	width: 1200px;
	height: 610px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	
}
.jscarousal-contents > div > div
{
	float: left;
	margin:10px 12px 10px 12px;
}
.jscarousal-contents img
{	
	width:265px;
	height:265px;

}
.hidden
{
	display: none;
}



.product01{
	position:relative;
	cursor:pointer;
	float:left;
	width:265px;
	height:265px;
	background-color:#E7E7E7;
	overflow:hidden;
	display:block;
	border: 5px solid #CCCCCC;	
}
.pro04{ position:absolute; text-align:center; padding-top:140px; z-index:99999; display:none; top:0; left:0; width:265px; height:265px; background:url(../images/imgtt.png) no-repeat top center; cursor:auto;}
.pro04 span{margin:auto; font-size:16px; color:#ffffff; font-family:"微软雅黑"; text-align:center;}
.pro04 span a{color:#ffffff;}




/*首页简介*/
.s_jj_bg{ background:url(../images/img6.jpg) center no-repeat; width:100%; height:676px; margin-top:60px;}
.s_jj_box{width:1209px;height:676px; margin:0 auto; position:relative;}
.s_jj_box .s_jj_p1{ font-size:34px; color:#272636; position:absolute; left:189px; top:53px;}
.s_jj_box .s_jj_p2{ font-size:34px; color:#272636; position:absolute; left:501px; top:113px;}
.s_jj_kaung{ width:650px; position:absolute; left:469px; top:323px;}
.s_jj_kaung .s_jj_p3{ font-size:24px; color:white; margin-bottom:36px;}
.s_jj_kaung .s_jj_nr p{ font-size:14px; color:white; line-height:28px;}
.s_jj_kaung .s_jj_nr p a{color:white;}


/*首页问题*/
.s_wt_box{width:1209px; margin:0 auto; margin-top:32px;}
.s_wt_box .s_wt_pic{ float:left; margin-left:100px;}
.s_wt_kuang{ background-image:url(../images/img8.jpg); width:464px; height:677px; float:right; margin-right:100px; position:relative;}
.s_wt_kuang h1{  color:white; line-height:42px; font-weight:normal; width:414px; position:absolute;}
.s_wt_kuang .s_wt_p1{ font-size:20px; left:32px; top:16px;}
.s_wt_kuang .s_wt_p2{ font-size:24px; left:37px; bottom:18px;}
.s_wt_kuang p{ font-size:14px; color:#454545; width:353px; line-height:25px; position:absolute; left:73px;}
.s_wt_kuang .s_wt_p3{ top:175px;}
.s_wt_kuang .s_wt_p4{ top:232px;}
.s_wt_kuang .s_wt_p5{ top:287px;}
.s_wt_kuang .s_wt_p6{ top:331px;}
.s_wt_kuang .s_wt_p7{ top:398px;}
.s_wt_kuang .s_wt_p8{ top:457px;}
.s_wt_kuang .s_wt_p9{ top:510px;}


/*首页广告*/
.s_gg_bg{ background:url(../images/img9.jpg) center no-repeat; width:100%; height:194px; margin-top:32px;}
.s_gg_box{width:1209px; margin:0 auto;padding-top:26px;}
.s_gg_box .s_gg_p1{ width:1079px; margin:0 auto; font-size:24px; text-align:center; color:white; line-height:36px; }
.s_gg_box .s_gg_kaung{ background-image:url(../images/img10.png); width:472px; height:43px; margin-left:588px; margin-top:28px;}
.s_gg_box .s_gg_kaung p{ font-size:24px; color:white; line-height:43px; padding-left:99px;}




/*首页优势*/
.s_ys_bg{background:url(../images/img11.jpg) center no-repeat; width:100%; height:1719px;}
.s_ys_box{width:1209px; height:1719px;  margin:0 auto; position:relative;}

.s_ys_title1{ font-size:48px; color:#333; font-weight:bold; text-align:center; padding-top:50px;}
.s_ys_title1 span{ color:#0059b3;}
.s_ys_title2{ font-size:16px; color:#3a3a3a;text-align:center; margin-top:15px;}
.s_ys_tu{ margin:0 auto; margin-top:20px;}

.s_ys_tip{ width:594px; position:absolute;}
.s_ys_tip .s_ys_pic1{ float:left;}
.s_ys_tip .s_ys_kuang{ float:right; width:523px;}
.s_ys_kuang .s_ys_p1{ font-size:36px; color:#0059b3; font-weight:bold; text-transform:uppercase;}
.s_ys_kuang .s_ys_p1 span{ font-size:26px; color:#9f9f9f;}
.s_ys_kuang .s_ys_pic2{ margin-top:5px; margin-bottom:15px;}
.s_ys_kuang .s_ys_p2{ font-size:24px; color:#353535; margin-bottom:12px;}
.s_ys_kuang .s_ys_nr img{ float:left; margin-top:9px;}
.s_ys_kuang .s_ys_nr p{ float:right; width:492px; font-size:14px; color:#303030; line-height:36px;}
.s_ys_kuang .s_ys_nr{ width:100%;}

.s_ys_tip1{ top:297px; left:0;}
.s_ys_tip2{ right:0px; top:624px;}
.s_ys_tip3{ top:943px; left:0;}
.s_ys_tip4{ right:0px; top:1406px;}


/*首页流程*/
.s_lc_bg{background:url(../images/img18.jpg) center no-repeat; width:100%; height:506px;}
.s_lc_box{width:1209px;  margin:0 auto;}
.s_lc_box .s_lc_p1{ font-size:47px; color:white; text-align:center; font-weight:bold; padding-top:50px;}
.s_lc_box .s_lc_p2{ font-size:26px; color:white; text-align:center; margin-top:5px; margin-bottom:86px;}
.s_lc_tip{ width:180px; height:201px; float:left; margin-left:29px; margin-right:30px;
transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;}
.s_lc_tip p{ font-size:16px; color:white; text-align:center; padding-top:129px;}
.s_lc_tip:hover{ margin-top:-10px;}


/*首页新闻*/
.s_xw_box{width:1209px;  margin:0 auto; margin-top:64px; margin-bottom:68px;}
.s_xw_box .s_xw_title{ background-image:url(../images/img19.jpg); width:1209px; height:183px; margin-bottom:60px;}
.s_xw_box .s_xw_title p{ font-size:24px; color:#3a3838; padding-left:47px; padding-top:66px;}

.s_xw_tip .s_xw_p2{ font-size:14px; color:#343434; float:left; font-weight:bold; margin-left:29px; margin-top:9px;}
.s_xw_tip .s_xw_pic{ float:left; margin-left:35px;}
.s_xw_tip .s_xw_nr{ width:943px; height:113px; background-color:#ebebeb; float:right; padding-left:35px; padding-right:35px; margin-top:9px;}
.s_xw_tip .s_xw_nr .s_xw_p3{font-size:15px; color:#000; font-weight:bold; padding-top:23px;}
.s_xw_tip .s_xw_nr:hover .s_xw_p3{color:#0059b3;}
.s_xw_tip .s_xw_nr .s_xw_p4{ font-size:13px; margin-top:5px; color:#999; line-height:26px;}




.s_xw_more{ width:148px; border:4px solid #d7d7d7; margin:0 auto; margin-top:10px;}
.s_xw_more p a{ display:block; font-size:12px; color:#343434; font-weight:bold; text-align:center; line-height:32px;}
.s_xw_more:hover p a{color:#0059b3;}




/*页脚*/
.foot1_bg{ background-color:#1277c3;}
.foot1_bg p{ font-size:12px; color:white; line-height:77px; text-align:center;}
.foot1_bg p a{ color:white;}

.foot_pic{ background:url(../images/img25.jpg) center no-repeat; width:100%; height:7px;}


.foot2_bg{background-color:#1277c3; padding-bottom:62px;}
.foot2_box{width:1209px;  margin:0 auto; padding-top:15px;}
.foot2_box .foot_lx_nr p{font-size:12px; color:white; line-height:31px; text-align:center;}
.foot2_box .foot_lx_nr p a{color:white;}
.foot2_box .foot_bg{font-size:12px; color:white; text-align:center; margin-top:20px;}
.foot2_box .foot_bg a{color:white;}



/*公司简介*/
.cen_bg{ background-color:#ececec;}
.cen_box{width:1209px;  margin:0 auto;}
.cen_box p{ float:left; width:190px; margin-right:2px;}
.cen_box p a{ display:block; font-size:14px; color:white; line-height:51px; text-align:center; background-color:#1277c3;}


.max_box{ width:1209px; margin:0 auto; margin-top:47px; padding-bottom:56px;}
.max_kuang{ background-image:url(../images/img26.jpg); width:1209px; height:95px; margin:0 auto;}
.max_kuang .max_p1{ font-size:30px; color:#000; text-align:center; padding-top:13px;}
.max_kuang .max_p2{ font-size:18px; color:#888888; text-align:center; margin-top:6px;}

.content{ margin-top:25px;}
.content .jj_nr p{ font-size:14px; color:#3a3838; line-height:30px;}
.content .jj_nr p a{color:#3a3838;}
.content .jj_nr img{ margin:0 auto; margin-top:55px;}



/*news*/
.xw_tip{border-bottom: 1px dotted #ccc; padding-bottom:26px; margin-bottom:26px;}
.xw_tip .xw_time{ width:100px; height:83px; float:left;}
.xw_tip .xw_time .xw_p1{ font-size:36px; color:#666; text-align:center; padding-top:8px;}
.xw_tip .xw_time .xw_p2{ font-size:15px; color:#666; text-align:center;}
.xw_tip .xw_pic{ float:left;}
.xw_tip .xw_title_box{ float:right; width:1065px; }
.xw_tip .xw_title_box .xw_p3{ font-size:15px; color:#666; font-weight:bold;}
.xw_tip .xw_title_box .xw_p4{ font-size:12px; color:#b3b3b3; line-height:24px; text-align:justify; margin-top:14px;}
.xw_tip .xw_title_box:hover .xw_p3{color:#1277c3;}



.news_title{width:100%; font-size:22px; color:#1277c3; line-height:74px; background-color:#fbfbfb; text-align:center; border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6;}
.news_title2{ font-size:13px;color:#c81622; text-align:right; margin-top:10px; font-weight:bold;}
.new_nr_wenzi{ margin-top:16px;}
.new_nr_wenzi p{ font-size:13px; text-align:justify; line-height:32px; color:#333;}
.new_nr_wenzi img{max-width:900px!important; height:auto!important;; margin:0 auto; margin-bottom:5px; margin-top:5px;}




.newspage1 {
 PADDING-RIGHT:0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 10px auto; PADDING-TOP: 10px; TEXT-ALIGN: center; clear:both;font-family:Arial,"Microsoft YaHei";
 }
.newspage1 A { 
BORDER-RIGHT: #999 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 5px; BACKGROUND: #fff; PADDING-BOTTOM: 2px; FONT: 12px/22px ""; BORDER-LEFT: #999 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #999 1px solid;font-family:Arial,"Microsoft YaHei";
}
.newspage1 A:hover {
BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #1277c3; BORDER-LEFT: #fff 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #fff 1px solid; TEXT-DECORATION: none
}
.newspage1 A:active {
BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; BACKGROUND:#1277c3; BORDER-LEFT: #666 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #666 1px solid
}
.newspage1 SPAN.current {
BORDER-RIGHT: #666 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #666 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; BACKGROUND:#1277c3; PADDING-BOTTOM: 2px; BORDER-LEFT: #666 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #666 1px solid;font-family:Arial,"Microsoft YaHei";
}
.newspage1 SPAN.disabled {
BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #fff 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #fff 1px solid
}


.back_bg{ background-color:#ebebeb; margin-top:20px;}
.back_bg p{ font-size:12px; color:#666; text-align:center; line-height:26px;}
.back_bg p a{color:#666;}




/*企业荣誉*/
.hon_tip{width:250px; float:left;padding:2px;border:1px dashed #922d31; margin-bottom:40px; margin-left:22px; margin-right:22px;}
.hon_tip .hon_pic{ width:250px; height:333px; overflow:hidden;}
.hon_tip .hon_pic img{ width:250px; height:333px;}

.avatar:hover img, .zhuti .avatar:hover img, .bbsinner .avatar:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 1s ease 0s;
}



/*风貌*/
.fac_tip{width:355px; float:left;padding:2px;border:1px dashed #922d31; margin-bottom:40px; margin-left:20px; margin-right:20px;}
.fac_tip .fac_pic{ width:355px; height:248px; overflow:hidden;}
.fac_tip .fac_pic img{ width:355px; height:248px;}



/*人才招募页*/
.content .jobs_box{ background-color:#1277c3; color:white;}
.content .jobs_box p{ float:left;font-family:Arial,"Microsoft YaHei"; font-size:14px; line-height:36px;text-align:center;}
.content .jobs_box .jobs_p1{ width:6%;}
.content .jobs_box .jobs_p2{ width:50%;}
.content .jobs_box .jobs_p3{ width:24%;}
.content .jobs_box .jobs_p4{ width:20%;}
.jobs_box1 td{ color:black; font-size:13px; text-align:center; border-bottom:1px dashed #ccc; line-height:50px;}
.jobs_box1 a{ color:black;}
.jobs_box1:hover{ background-color:#f2f2f2;}


.jobs_p5{width: 100%;
    font-size: 22px;
    color: #2b2b2b;
    line-height: 74px;
    background-color: #fbfbfb;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;}
.jobs_p6{    font-size: 14px;
    color: #b70911;
    text-align: center;
    line-height: 63px;}

.jobs_nr_box table{ width:100%;border:0;}
.jobs_nr_box table tr td{ padding:11px; font-size:13px; color:#333; line-height:38px; border:1px outset #ccc;}


.rcln_bg{ background-image:url(../images/img57.jpg); width:1074px; height:454px; margin:0 auto; margin-top:10px;}




/*在线咨询页*/
.ord_box{ width:865px; float:left;}
.ord_tip{ width:427px; float:left; margin-bottom:12px;}
.ord_tip p{ font-size:14px; color:#333; margin-bottom:6px;}
.ord_tip .ord_kuang1{ width:378px; height:40px; background-color:#f9f9f9; border:1px solid #cccccc; font-size:14px; color:#000; padding-left:10px;}
.ord_tip2 p{font-size:14px; color:#333; margin-bottom:5px;}
.ord_tip2 .ord_kuang2{width:815px; min-height:113px;background-color:#f9f9f9; border:1px solid #cccccc; font-size:14px; color:#000; padding-left:10px; padding-top:10px;}
.ord_p1{font-size:14px; color:#333; margin-top:12px; margin-bottom:6px;}
.ord_kuang3{ width:160px; height:40px;background-color:#f9f9f9; border:1px solid #cccccc; font-size:14px; color:#000; padding-left:10px; float:left;}
.ord_kuang4{ width:128px; height:42px; float:left; margin-left:23px;}
.ord_kuang5{ width:277px; height:42px; background-color:#1277c3; border-radius:6px; float:left; margin-left:23px; font-size:14px; line-height:42px; text-align:center; color:white; cursor:pointer;}
.ord_pic{ float:right; margin-top:20px; margin-right:30px;}




/*contact页*/
.con_left{ width:558px; float:left;}
.con_left h1{ font-size:25px;color:#1277c3; margin-bottom:17px;}
.con_left img{ float:left; width:23px; height:26px; margin-top:16px;}
.con_left p{ float:left; font-size:14px; color:#333; width:490px; border-bottom: 1px dotted #bfbfbf; padding-bottom:16px; margin-left:21px; margin-top:16px; padding-left:6px;}
.con_left p a{ color:#333;}
.con_left p a:hover{color:#1277c3; }

.con_pic{ float:right; margin-top:122px; margin-right:60px;}



.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}





/*产品*/
.pro_kuang ul{ width:852px; margin:0 auto;}
.pro_kuang ul li{ float:left; margin-left:6px; margin-right:6px;}
.pro_kuang ul li a{ display:block; width:200px; line-height:39px; background-color:#e0e0e0; font-size:15px; color:#484848; text-align:center; border-radius:25px;}

.pro_kuang ul li .nav-on{background-color:#1277c3; color:white;}


.pro_tip{ background-image:url(../images/cp.jpg); width:340px; height:300px; float:left;margin-top:40px; margin-left:26px; margin-right:26px;}
.pro_tip .pro_pic{width:284px; height:218px; overflow:hidden; margin-left:27px; margin-top:21px;}
.pro_tip .pro_pic img{width:284px; height:218px;}
.pro_tip .pro_p1{ font-size:13px; color:#333; text-align:center; margin-top:17px;}

































































