@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";}
.clear{ clear:both;}


/*top*/
.dingbu_bg{ background-color:#0c7ee1;}
.dingbu_box{ width:1202px; margin:0 auto;}
.dingbu_box .dingbu_p1{ float:left; font-size:12px; color:white; line-height:35px;}
.dingbu_pic1{ float:right; margin-top:9px; margin-left:20px;}
.dingbu_p2{float:right; font-size:12px; color:white; line-height:35px;}
.dingbu_p2 a{color:white;}
.dingbu_pic2{ float:right; margin-top:5px; margin-right:10px; margin-left:30px;}


/*通栏-----------------------------------------------------------------------------------------------------------------*/
#wrapper {
	background:#fff;
	position:relative;
}



.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:730px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:730px !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:#F88808 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#F88808 !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #0C7CDE;
    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_pro_box{ width:1202px; margin:0 auto; margin-top:70px;}
.s_pro_box .s_pro_title1{ font-size:54px; color:#0c7ee1; font-weight:bold; text-align:center;}
.s_pro_box .s_pro_title1 span{ color:#030303;}
.s_pro_box .s_pro_title2{ font-size:18px; color:#353535; text-align:center; margin-top:12px; margin-bottom:43px;}

.picScroll-left{ }
		.picScroll-left .hd{ width:100%; height:1px; position:relative;}
	
		.picScroll-left .hd .next{ position:absolute; left:-76px; top:200px;}
        .picScroll-left .hd .prev{position:absolute; right:-92px; top:200px;}
		
		.picScroll-left .bd{ }
		.picScroll-left .bd ul{ }
		.picScroll-left .bd ul li{ float:left; margin-left:20px; margin-right:20px;}
.s_pro_tip .s_pro_p1{ font-size:21px; color:white; text-align:center; font-weight:bold; padding-top:260px;}
.s_pro_tip .s_pro_p1 a{color:white;}
.s_pro_nr p{ font-size:13px; color:white; float:left; line-height:28px; width:160px;}
.s_pro_nr p a{ color:white;}
.s_pro_nr{ width:322px; margin:0 auto; margin-top:18px;}



/*首页热销产品*/
.s_rx_bg{ background-color:#f0f0f0; margin-top:83px;}
.s_rx_box{width:1202px; margin:0 auto; padding-top:60px; padding-bottom:75px;}
.s_rx_box .s_rx_p1{font-size:54px; font-weight:bold; color:#0c7ee1; text-align:center;}
.s_rx_box .s_rx_p1 span{ color:#030303;}
.s_rx_box .s_rx_p2{font-size:18px;color:#353535; text-align:center;margin-top:11px; margin-bottom:13px;}
.s_rx_tip{ width:287px; float:left; margin-top:30px; margin-left:5px; margin-right:6px;}
.s_rx_tip .s_rx_pic{ width:287px; height:224px; overflow:hidden;}
.s_rx_tip .s_rx_pic img{width:287px; height:224px; }
.s_rx_tip .s_rx_p3 a{ display:block; font-size:14px; color:#444444; text-align:center; line-height:54px; background-color:#e0e0e0;}
.s_rx_tip:hover .s_rx_p3 a{ background-color:#005bae; color:white;}

.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;
}



/*首页优势*/
.s_ys_p1{font-size:54px; font-weight:bold; text-transform:uppercase; color:#c5262b; text-align:center; margin-top:62px;}
.s_ys_p1 span{color:black;}
.s_ys_p2{font-size:18px;color:#444444; text-align:center;margin-top:11px; margin-bottom:34px;}

.s_ys_bg{ background:url(../images/img14.jpg) no-repeat center; width:100%; height:2559px;}
.s_ys_box{width:1202px;height:2559px; margin:0 auto; position:relative;}
.s_yx_tip .s_yx_p3{ font-size:36px; text-transform:uppercase; color:black; font-weight:bold; line-height:40px; margin-left:28px;}
.s_yx_tip .s_yx_p3 span{ color:#005bac;}
.s_yx_tip .s_yx_kuang{ background-image:url(../images/img15.jpg); width:446px; height:46px; margin-top:21px; margin-left:28px;}
.s_yx_tip .s_yx_kuang p{ font-size:18px; color:white; line-height:46px; padding-left:25px;}
.s_yx_tip .s_yx_kuang2 img{ float:left; margin-top:7px;}
.s_yx_tip .s_yx_kuang2 p{ float:left; font-size:15px; color:#444444; margin-left:18px; line-height:26px; width:423px;}
.s_yx_tip .s_yx_kuang2{ margin-top:18px;}
.s_yx_tip{ position:absolute; }
.s_yx_tip1{left:711px; top:63px;}
.s_yx_tip2{left:35px; top:670px;}
.s_yx_tip3{left:747px; top:1115px;}
.s_yx_tip4{left:35px; top:1675px;}
.s_yx_tip5{left:747px; top:2095px;}



/*首页定制*/
.s_dz_box{width:1202px; margin:0 auto;margin-top:62px;}
.s_dz_box .s_dz_p1{font-size:54px; text-transform:uppercase; font-weight:bold; color:#000000; text-align:center; }
.s_dz_box .s_dz_p1 span{ color:#0c7ee1;}
.s_dz_box .s_dz_p2{font-size:18px;color:#444444; text-align:center;margin-top:11px; margin-bottom:45px;}
.s_dz_t{width:137px; height:137px; float:left; margin-left:-19px;
transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;}
.s_dz_t:hover{ margin-top:-15px;}
.s_dz_t p{ font-size:14px;  text-align:center; padding-top:78px;}

.s_dz_t1{background-image:url(../images/img11.png); margin-left:0;}
.s_dz_t1 p{color:#444444;}
.s_dz_t2{background-image:url(../images/img12.png); position:relative; z-index:200;}
.s_dz_t2 p{color:#ffffff;}
.s_dz_t3{background-image:url(../images/img13.png); position:relative; z-index:100;}
.s_dz_t3 p{color:#444444;}
.s_dz_t4{background-image:url(../images/img14.png); position:relative; z-index:200;}
.s_dz_t4 p{color:#ffffff;}
.s_dz_t5{background-image:url(../images/img15.png); position:relative; z-index:100;}
.s_dz_t5 p{color:#444444;}
.s_dz_t6{background-image:url(../images/img21.png);position:relative; z-index:200;}
.s_dz_t6 p{color:#ffffff;}
.s_dz_t7{background-image:url(../images/img17.png);position:relative; z-index:100;}
.s_dz_t7 p{color:#444444;}
.s_dz_t8{background-image:url(../images/img18.png); position:relative; z-index:200;}
.s_dz_t8 p{color:#ffffff;}
.s_dz_t9{background-image:url(../images/img19.png); position:relative; z-index:100;}
.s_dz_t9 p{color:#444444;}
.s_dz_t10{background-image:url(../images/img20.png); position:relative; z-index:200;}
.s_dz_t10 p{color:#ffffff;}

.s_mail_bg{ background-color:#0c7ee1; margin-top:52px; border-radius:10px; padding:44px 38px 42px 38px;}
.s_mail_tip{ width:373px; float:left;}
.s_mail_tip p{ font-size:16px; color:white; margin-bottom:4px;}
.s_mail_tip .kuang1{ width:96%; font-size:13px; color:white; border:0; line-height:25px;background-color:rgba(0,0,0,0); border-bottom:1px solid white;}
.s_mail_tip2{ margin-top:30px; margin-bottom:25px;}
.s_mail_tip2 p{font-size:16px; color:white; margin-bottom:4px;}
.s_mail_tip2 .kuang2{ width:100%;font-size:13px; color:white; border:0;background-color:rgba(0,0,0,0); border-bottom:1px solid white;}
.s_mail_bg .kuang3{ width:150px; height:50px; float:left;border-radius:20px;border:0;}
.s_mail_bg .kuang4{width:120px; height:50px; float:left; margin-left:20px;}
.s_mail_bg .kuang5{ width:234px; background-color:white;border-radius:20px;margin-left:20px; font-size:16px; line-height:50px; line-height:50px; cursor:pointer; border:0;}




/*首页简介*/
.s_jj_box{width:1202px; margin:0 auto;margin-top:70px;}
.s_jj_box .s_jj_p1{font-size:54px; font-weight:bold; color:#0c7ee1; text-align:center;}
.s_jj_box .s_jj_p1 span{ color:black;}
.s_jj_box .s_jj_b{ width:95px; margin:0 auto; margin-top:20px; margin-bottom:60px;}
.s_jj_box .s_jj_b p{font-size:18px;color:#444444; float:left;}
.s_jj_box .s_jj_b p a{color:#444444;}
.s_jj_box .s_jj_b img{ float:left; margin-top:0px; margin-left:18px;}
.s_jj_box .s_jj_pic1{ float:left;}
.s_jj_right{ width:577px; float:right;}
.s_jj_right .s_jj_p2{ font-size:17px; line-height:24px; color:#202020; font-weight:bold;}
.s_jj_right .s_jj_b2{ width:345px; background-color:#0c7ee1;border-radius:20px; margin-top:17px;}
.s_jj_right .s_jj_b2 p{font-size:17px; color:#ffffff; font-weight:bold; text-align:center; line-height:39px;}
.s_jj_right .s_jj_line1{ height:2px; background-color:#7f7f7f; margin-top:21px;}
.s_jj_right .s_jj_nr{ margin-top:14px;}
.s_jj_right .s_jj_nr p{ font-size:14px; color:#323232; text-align:justify; line-height:27px;}
.s_jj_right .s_jj_nr p a{color:#323232; }


/*首页荣誉*/
.s_hon_p1{font-size:54px; font-weight:bold; color:#0c7ee1; text-align:center; margin-top:90px;}
.s_hon_p1 span{color:black;}
.s_hon_p2{font-size:18px;color:#444444; text-align:center;margin-top:11px; margin-bottom:34px;}

.s_hon_bg{ background:url(../images/img24.jpg) center no-repeat; width:100%; height:626px;}
.s_hon_box{ width:1202px; margin:0 auto; padding-top:77px;}


.slideTxtBox{ width:1202px;}
		.slideTxtBox .hd{ width:1202px; height:35px; margin:0 auto; margin-bottom:50px;}
		.slideTxtBox .hd ul li{ width:164px; float:left;cursor:pointer; font-size:14px; text-align:center; line-height:35px; background-color:rgba(0,0,0,0); color:white; border-radius:20px; border:1px solid white; margin-left:16px; margin-right:16px;}
		.slideTxtBox .hd ul li.on{ height:35px;  background:#fff;  color:#0c7ee1;}
.slideTxtBox .bd{ width:1102px; padding:85px 50px; background-color:white; }


/*首页案例*/
.s_case_box{ width:1202px; margin:0 auto; margin-top:80px;}
.s_case_p1{font-size:54px; font-weight:bold; color:#0c7ee1; text-align:center;}
.s_case_p1 span{color:black;}
.s_case_p2{font-size:18px;color:#444444; text-align:center;margin-top:11px; margin-bottom:55px;}
.s_case_tip1{ position:relative; margin-bottom:44px;}
.s_case_tip1 .s_case_kaung1{background-color:rgba(12,126,225,0.9); width:1202px; height:149px; position:absolute; left:0; bottom:0;}
.s_case_tip1 .s_case_kaung1 .s_case_p3{ font-size:30px; color:white; font-weight:bold; float:left; margin-left:70px; line-height:149px;}
.s_case_tip1 .s_case_kaung1 .s_case_more{ width:163px;background-color:rgba(0,0,0,0); border:1px solid white; float:right; margin-right:95px; margin-top:61px;}
.s_case_tip1 .s_case_kaung1 .s_case_more p a{ display:block; font-size:18px; color:white; line-height:38px; text-align:center;}

.s_case_tip{ width:294px; float:left; margin-right:8px;}
.s_case_tip .s_case_pic{ width:294px; height:153px; overflow:hidden;}
.s_case_tip .s_case_pic img{width:294px; height:153px;}
.s_case_tip .s_case_kuang2{ width:100%;}
.s_case_tip .s_case_kuang2 p a{ display:block; font-size:14px; color:white; line-height:53px; text-align:center; background-color:#0c7ee1;}

.s_case_tip:nth-child(4n-1){margin-right:0px;}



/*首页新闻*/
.s_news_box{width:1202px; margin:0 auto;margin-top:57px; margin-bottom:73px;}
.s_news_box .s_news_p1{font-size:54px; font-weight:bold; color:#005bae; text-align:center;}
.s_news_box .s_news_p1 span{ color:black;}
.s_news_box .s_news_p2{font-size:18px;color:#444444; text-align:center; margin-top:5px; margin-bottom:37px;}

.s_news_tip{ width:380px; float:left; margin-left:9px; margin-right:9px;}
.s_news_tip .s_news_pic1{ width:380px; height:234px; overflow:hidden; margin-bottom:25px;}
.s_news_tip .s_news_pic1 img{width:380px; height:234px;}
.s_news_tip .s_news_pic2{ float:left;}
.s_news_tip .s_news_p3{ float:left; font-size:16px; color:#343434; margin-top:2px; margin-left:12px;}
.s_news_tip .s_news_p3 a{color:#343434;}
.s_news_tip .s_news_p3 a:hover{color:#005bae;}
.s_news_tip .s_news_p4{ font-size:12px; color:#666666; float:right; margin-top:6px;}
.s_news_tip .s_news_p5{font-size:12px; color:#666666; line-height:25px; text-align:justify; margin-top:27px;}




/*页脚*/
.foot_bg{ background-color:#0c7ee1;}
.foot_box{ width:1202px; margin:0 auto; padding-top:46px; padding-bottom:34px;}

.foot_lx{ width:410px; float:left;}
.foot_p1{ font-size:20px; color:white; margin-bottom:33px;}
.foot_p1 span{ font-size:16px; color:#78abea;}
.foot_lx .foot_lx_nr p{ font-size:14px; color:white; line-height:30px;}
.foot_lx .foot_lx_nr p a{color:white;}



.foot_ss{ width:300px; float:left; margin-left:96px;}
.foot_ss .ss1{margin-top:30px; margin-bottom:24px;}
.foot_ss .ss1 .ss_title1{ float:left; width:232px; height:37px;background-color:rgba(0,0,0,0); border:1px solid #3d98e7; font-size:13px; color:#a6c5f0; padding-left:10px; line-height:37px;}
.foot_ss .ss1 .ss_pic2{ float:left;}
.foot_ss .foot_p5{font-size:13px; color:#a6c5f0; line-height:30px;}
.foot_ss .foot_p5 a{color:#a6c5f0;}
.foot_ewm{ float:right; margin-right:9px;}

.foot_bq{ font-size:14px; color:#464646; text-align:center; line-height:45px;}
.foot_bq a{color:#464646;}



/*公司简介也*/
.max_box{ width:1202px; margin:0 auto; margin-top:60px; padding-bottom:85px;}
.max_box .max_title1{ font-size:48px; text-transform:uppercase; color:#0c7ee1; font-weight:bold; text-align:center;}
.max_box .max_title1 span{ color:#030303;}
.max_box .max_title2{ font-size:18px; color:#353535; text-align:center; margin-top:12px;}
.content{ margin-top:50px;}
.content .jj_nr p{ font-size:14px; color:#2e2e2e; line-height:30px;}
.content .jj_nr p a{color:#2e2e2e;}

/*企业文化页*/
.cul_box p{ font-size:14px; color:#333; line-height:34px;}
.cul_box p span{ font-weight:bold;}


/*荣誉页*/
.hon_kuang ul{ width:1132px; margin:0 auto; margin-bottom:35px;}
.hon_kuang ul li{ float:left; margin-left:6px; margin-right:6px;}
.hon_kuang ul li a{ display:block; width:176px; line-height:39px; background-color:#e0e0e0; font-size:15px; color:#484848; text-align:center; border-radius:25px;}

.hon_kuang ul li .honnav-on{background-color:#0c7ee1; color:white;}

.hon_tip{width:270px; float:left;padding:2px;border:1px dashed #922d31; margin-bottom:40px; margin-left:11px; margin-right:11px;}
.hon_tip .hon_pic{ width:270px; height:377px; overflow:hidden;}
.hon_tip .hon_pic img{ width:270px; height:377px;}

.hon_tip4{width:270px; float:left;padding:2px;border:1px dashed #922d31; margin-bottom:40px; margin-left:11px; margin-right:11px;}
.hon_tip4 .hon_pic4{ width:270px; height:184px; overflow:hidden;}
.hon_tip4 .hon_pic4 img{ width:270px; height:184px;}




.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: #0c7ee1; 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:#0c7ee1; 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:#0c7ee1; 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;}





/*风貌*/
.fac_tip{width:350px; float:left;padding:2px;border:1px dashed #922d31; margin-bottom:40px; margin-left:21px; margin-right:21px;}
.fac_tip .fac_pic{ width:350px; height:240px; overflow:hidden;}
.fac_tip .fac_pic img{ width:350px; height:240px;}





/*新闻*/
.news_tip{ width:370px; float:left; margin-left:14px; margin-right:14px; margin-bottom:40px;}
.news_tip .news_pic1{ width:370px; height:234px; overflow:hidden; margin-bottom:25px;}
.news_tip .news_pic1 img{width:370px; height:234px;}
.news_tip .news_pic2{ float:left;}
.news_tip .news_p3{ float:left; font-size:15px; color:#343434; margin-top:2px; margin-left:12px;}
.news_tip .news_p3 a{color:#343434;}
.news_tip .news_p3 a:hover{color:#005bae;}
.news_tip .news_p4{ font-size:12px; color:#666666; float:right; margin-top:6px;}
.news_tip .news_p5{font-size:12px; color:#666666; line-height:25px; text-align:justify; margin-top:27px;}

.news_title{width:100%; font-size:20px; color:#0c7ee1; 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:14px; text-align:justify; line-height:34px; color:#333;}
.new_nr_wenzi img{max-width:900px!important; height:auto!important;; margin:0 auto; margin-bottom:5px; margin-top:5px;}


/*案例*/
.cases_tip{width:356px; float:left; margin-bottom:40px; margin-left:21px; margin-right:21px;}
.cases_tip .cases_pic{ width:350px; height:240px; overflow:hidden;padding:2px;border:1px dashed #922d31;}
.cases_tip .cases_pic img{ width:350px; height:240px;}
.cases_tip p{ font-size:14px; color:#333; text-align:center; font-weight:bold; margin-top:8px;}


.cases_title{width:100%; font-size:22px; color:#0c7ee1; line-height:74px; background-color:#fbfbfb; text-align:center; border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6; margin-bottom:15px;}
.cases_nypic{ max-width:1202px; margin:0 auto;}


/*在线咨询页*/
.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:#0c7ee1; 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:#0c7ee1; margin-bottom:17px;}
.con_left img{ float:left; width:23px; height:26px; margin-top:16px;}
.con_left p{ float:left; font-size:14px; line-height:25px; 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:#0c7ee1; }

.con_pic{ float:right; margin-top:86px; 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}






/*产品*/
.left_box{ width:249px; float:left; background-color:#f0efef;}
.left_box .left_line1{background-image:url(../images/img57.jpg); width:249px; height:72px; margin-bottom:33px; border-bottom:7px solid #a8a7a7;}
.left_box .left_line1 p{ font-size:24px; color:#3a3a3a; line-height:72px; text-align:center;}
.left_box .left_tip{background-image:url(../images/img56.jpg); width:217px; height:47px; margin:0 auto; margin-bottom:14px;}
.left_box .left_tip:hover p{background-image:url(../images/img58.jpg);width:217px; height:47px; color:white;}
.left_box .left_tip p{ font-size:13px; color:#3a3a3a; line-height:47px; text-align:center;}
.left_box .left_line2{ height:3px; background-color:#3a3a3a; margin-top:37px; margin-bottom:24px;}


.left_pp{ font-size:13px;  color:#333; margin-left:18px; margin-bottom:14px;}
.left_pp a{ color:#333;}


.left_pic1{ margin:0 auto; margin-top:21px;}


.right_box{ width:930px; float:right;}
.pro_tip{float: left; background-image:url(../images/cp.jpg); width:284px; height:316px; margin-bottom:25px; margin-left:12px; margin-right:12px;}
.pro_tip .pro_pic1{ width:225px; height:225px; overflow:hidden; margin:0 auto; margin-top:26px;}
.pro_tip .pro_pic1 img{width:225px; height:225px;}
.pro_tip p{ font-size:14px; color:#3a3a3a; text-align:center; margin-top:17px;}
.pro_tip p a{color:#3a3a3a;}



.pro3_p1{ font-size:15px; font-weight:bold; color:#3a3a3a; border-bottom:1px dashed #3a3a3a; padding-bottom:5px; margin-bottom:5px;}
.pro1_p11{font-size:15px; font-weight:bold; color:white; line-height:40px; background-color:#0c7ee1; text-align:center; margin-bottom:25px;}


.right_p1{    width: 100%;
    font-size: 17px; font-weight:bold;
    color: #0c7ee1;
    line-height: 46px;
    background-color: #fbfbfb;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6; margin-bottom:20px;}


.right_nr img{ max-width:930px!important; height:auto!important; margin:0 auto;}
.right_nr p{ font-size:14px; color:#000; line-height:30px;}



































































