<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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*/

.s_top_bg{ background-color:#0076d4;}
.s_top_box{ width:1200px; margin:0 auto;}
.s_top_box .s_top_pic1{ float:left; margin-top:15px;}
.s_top_box .s_top_p1{ font-size:14px; color:white; line-height:52px; float:left; margin-left:15px;}
.s_top_box .s_ss1{ float:right; margin-top:15px;}
.s_top_box .s_ss1 .s_ss_title1{ width:210px; height:20px; background-color:#339eff; border:1px solid #6aceff; font-size:12px; color:#fff; line-height:20px; padding-left:14px; float:left; border-radius:30px;}
.s_top_box .s_ss1 .s_ss_pic2{ float:left; margin-left:-20px;}
.s_top_box .s_top_p2{ font-size:14px; color:white; line-height:52px; float:right; margin-right:38px;}
.s_top_box .s_top_p2 a{color:white;}


.head_box{width:1200px; margin:0 auto; padding-top:22px; padding-bottom:13px;}
.head_box .logo{ float:left; margin-right:24px;}
.head_box .head_kuang{ float:left;}
.head_box .head_kuang .head_p1{ font-size:28px; color:#000000; font-weight:bold; padding-top:4px;}
.head_box .head_kuang .head_p2{ font-size:17px; color:#40b217; margin-top:4px;}

.head_box ul{ float:right; margin-top:11px;}
.head_box ul li{ float:left; font-size:15px; color:#333; line-height:47px;padding-bottom:13px;}
.head_box ul li a{color:#333; line-height:47px;}
.head_box ul .nav_line{ width:1px; height:47px; background-color:#e4e4e4; float:left; margin-left:20px; margin-right:20px;}


.mainlevel{position:relative;}
.sub_menu{ display:none; position:absolute; top:56px; left:-68px; width:196px; z-index:9999; padding:18px 0 0 0;}
.sub_menu dd{float:none; text-align:center; line-height:54px; padding:0 8px; margin-bottom:1px; background:#0076d4; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.sub_menu dd:hover{background:#0076d4; }
.sub_menu dd a{ display:block; color:#fff!important; float:none!important; line-height:54px!important; height:54px!important; font-size:14px!important; border:0!important;}
.sub_menu dd:hover a{color:#fff!important; text-decoration:underline;}
.mainlevel:hover .sub_menu{display:block;}

/*banner*/
#wrapper {
	background:#fff;
	position:relative;
}



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

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:620px !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:#FF7200 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#FF7200 !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 &gt;ul &gt;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;
}



/*首页搜索*/
.ss_bg{ background-color:#008fe6;}
.ss_box{ width:1200px; height:156px; margin:0 auto;}
.ss_box .ss_pic{ float:left; margin-right:47px; margin-top:50px;}
.ss_box .ss_tip{ width:124px; float:left; margin-left:22px; margin-top:18px;}
.ss_box .ss_tip img{ margin:0 auto;}
.ss_box .ss_tip p{ font-size:12px; color:white; text-align:center; margin-top:9px;}
.ss_box .ss_tip:hover img{transform: rotateY(360deg);
 transition: all 1s ease 0s;
-webkit-transform: rotateY(360deg);	/* Safari 和 Chrome */
-moz-transform: rotateY(360deg);
-webkit-transform: all 1s ease 0s;}

.sou_kuang{ float:right; margin-top:53px;}
.sou_kuang .ss_title{ width:348px; height:49px; background-color:white; border:0; font-size:12px; color:#000; line-height:49px; padding-left:20px; float:left;}
.sou_kuang .ss_pic2{ float:left;}


/*首页产品*/
.s_pro_box{ width:1245px; margin:0 auto;}
.s_pro_box .s_pro_p1{ font-size:72px; color:#008fe6; font-weight:bold; text-align:center; padding-top:30px;}
.s_pro_box .s_pro_p2{  font-size:14px; color:#656565; text-align:center; line-height:26px;}
.s_pro_box .s_pro_p3{ font-size:21px; color:#008fe6; text-align:center; font-weight:bold; margin-top:25px;}

.s_pro_tip{  float:left; margin-top:42px; margin-left:24px; margin-right:24px;}
.s_pro_kuang{width:366px; height:474px; background-color:#008fe6;}
.s_pro_kuang .s_pro_pic1{ margin:0 auto; padding-top:15px;}
.s_pro_kuang .s_pro_p4{ font-size:24px; color:white; text-align:center; margin-top:17px;}
.s_pro_kuang .s_pro_p5{ font-size:12px; color:white; text-align:center; margin-top:11px;}
.s_pro_kuang .s_pro_nr{ width:317px; margin:0 auto; margin-top:20px;}
.s_pro_kuang .s_pro_nr p{ font-size:12px; color:white; line-height:26px;}

.s_pro_kuang:hover{background-color:#666666;}

.s_pro_kuang .s_pro_nr1{ margin:0 auto; margin-top:20px;}
.s_pro_kuang .s_pro_nr1 p{ width:150px; font-size:12px; color:white; line-height:30px; float:left; margin-left:30px;}
.s_pro_kuang .s_pro_nr1 p a{color:white;}





/*首页简介*/
.s_jj_bg{ background-color:#f4f4f4; margin-top:44px; padding-bottom:80px;}
.s_jj_box{ width:1200px; margin:0 auto;}
.s_jj_box .s_jj_p1{ font-size:72px; color:#cfcfcf; font-weight:bold; text-align:center; padding-top:42px;}
.s_jj_box .s_jj_p2{ font-size:13px; color:#4a4949; text-align:center;}
.s_jj_box .s_jj_p3{ font-size:21px; color:#232323; font-weight:bold; text-align:center; margin-top:12px;}
.s_jj_box .s_jj_p4{ font-size:24px; color:#008fe6; text-align:center; margin-top:8px;}
.s_jj_box .s_jj_line{ width:91px; height:1px; background-color:#00347b; margin:0 auto; margin-top:14px; margin-bottom:24px;}
.s_jj_box .s_jj_nr p{ font-size:13px; color:#323232; line-height:36px;}
.s_jj_box .s_jj_nr p a{color:#323232;}
.s_jj_box .s_jj_pic{ margin-top:45px;}




/*首页优势*/
.s_ys_bg{ background-color:#0076d4;}
.s_ys_box{ width:1200px; margin:0 auto; padding-bottom:48px;}
.s_ys_box .s_ys_p1{ font-size:24px; color:white; text-align:center; padding-top:54px;}
.s_ys_box .s_ys_p2{font-size:12px; color:white; text-align:center; padding-top:12px;}

.s_ys_tip{ width:300px; float:left; margin-top:37px;}
.s_ys_tip img{ margin:0 auto;}
.s_ys_tip h1{ font-size:18px; color:#fff; text-align:center; font-weight:normal; margin-top:18px; margin-bottom:15px;}
.s_ys_tip p{ width:246px; margin:0 auto; font-size:13px; color:white; line-height:29px; text-align:center;}

.s_ys_tip:hover img{transform: rotateY(360deg);
 transition: all 1s ease 0s;
-webkit-transform: rotateY(360deg);	/* Safari 和 Chrome */
-moz-transform: rotateY(360deg);
-webkit-transform: all 1s ease 0s;}




/*首页理由*/
.s_ly_bg{ background:url(../images/img19.jpg) center no-repeat; width:100%; height:1949px;}
.s_ly_box{ width:1200px;height:1949px; margin:0 auto; position:relative;}
.s_ly_box .s_ly_p1{ font-size:38px; font-weight:bold; color:#2a2a2a; text-align:center; padding-top:70px;}
.s_ly_box .s_ly_p2{ font-size:14px; line-height:26px; color:#0076d4; text-align:center; margin-top:12px;}

.s_ly_tip{ width:425px; position:absolute;}
.s_ly_tip .s_ly_p3{ font-size:30px; text-transform:uppercase; font-weight:bold; color:#575757; margin-bottom:6px;}
.s_ly_tip .s_ly_p4{ width:335px; background-color:#0076d4;}
.s_ly_tip .s_ly_p4 p{ font-size:24px; text-transform:uppercase; font-weight:bold; color:white; line-height:49px; padding-left:20px;}
.s_ly_tip .s_ly_p5{ font-size:18px; color:#ec6400; margin-top:15px; margin-bottom:8px;}
.s_ly_kuang{ margin-top:25px;}
.s_ly_kuang img{ float:left; margin-top:12px;}
.s_ly_kuang p{ font-size:13px; color:#333; line-height:32px; float:right; width:400px;}
.s_ly_more{ width:71px; border:1px solid #ec6400; float:left; margin-top:42px; margin-right:14px;}
.s_ly_more p a{ display:block; font-size:12px; color:#ec6400; line-height:19px; text-align:center;}



.s_ly_tip1{ left:659px; top:310px;}
.s_ly_tip2{ left:60px; top:680px;}
.s_ly_tip3{ left:659px; top:1078px;}
.s_ly_tip4{ left:60px; top:1515px;}


.s_ly_box .s_ly_p6{ font-size:12px; color:white; line-height:24px; position:absolute; left:360px; top:318px;}
.s_ly_box .s_ly_p7{ font-size:12px; color:white;  position:absolute; left:695px; top:849px;}
.s_ly_box .s_ly_p8{ font-size:12px; color:white;  position:absolute; left:671px; top:890px;}
.s_ly_box .s_ly_p9{ font-size:12px; color:white;  position:absolute; left:695px; top:936px;}
.s_ly_box .s_ly_p10{ font-size:12px; color:white;  position:absolute; left:695px; top:983px;}





/*首页新闻*/
.s_xw_title1{ font-size:72px; color:#cfcfcf; font-weight:bold; text-align:center; margin-top:26px;}
.s_xw_title2{ font-size:12px; color:#595959; text-align:center; margin-top:5px;}
.s_xw_title3{ font-size:21px; color:#232323; font-weight:bold; text-align:center; margin-top:15px;}

.s_xw_bg{background:url(../images/img22.jpg) center no-repeat; width:100%; height:462px; margin-top:60px; margin-bottom:1px;}
.s_xw_box{width:1200px; margin:0 auto; padding-top:80px;}

.s_xw_tip{ width:551px; height:143px; background-color:rgba(255,0255,0255,0.9); border-left:11px solid #0076d4; float:left; margin-bottom:27px; margin-left:18px; margin-right:18px;}
.s_xw_time{ width:120px; float:left;}
.s_xw_time .s_xw_p2{ font-size:36px; color:#0076d4; text-align:center; padding-top:32px;}
.s_xw_time .s_xw_p3{ font-size:13px; color:#757575;text-align:center; margin-top:6px;}
.s_xw_nr{ width:400px; float:left;}
.s_xw_nr .s_xw_p4{ font-size:14px; color:#404040; font-weight:bold; padding-top:30px;}
.s_xw_nr .s_xw_p5{ font-size:12px; color:#757575; line-height:24px; margin-top:17px;}
.s_xw_tip:hover .s_xw_p4{ color:#0076d4; font-size:15px;}



/*页脚*/
.foot_nav{ background-color:#0076d4;}
.foot_nav p{ font-size:12px; color:white; text-align:center; line-height:49px;}
.foot_nav p a{color:white;}

.foot_bg{ background:url(../images/img23_en.jpg) center no-repeat; width:100%; height:315px;}
.foot_box{ width:1200px; height:212px; margin:0 auto; position:relative;}
.foot_box .foot_nr p{ font-size:13px; color:white; position:absolute;}
.foot_box .foot_nr p a{ color:white;}
.foot_box .foot_nr .foot_p1{ left:68px; top:33px;}
.foot_box .foot_nr .foot_p2{ left:68px; top:82px;}
.foot_box .foot_nr .foot_p3{ left:68px; top:125px;}
.foot_box .foot_nr .foot_p4{ left:68px; top:169px;}

.foot_box .foot_bq{ font-size:12px; color:white; text-align:center; padding-top:259px;}
.foot_box .foot_bq a{color:white; }


/*about*/
.max_box{ width:1200px; margin:0 auto; margin-top:60px; padding-bottom:70px;}
.max_box .max_kuang{ /*background-image:url(../images/img24.jpg); width:360px; */height:70px; margin:0 auto;}
.max_box .max_kuang p{ font-size:30px; color:#333; text-align:center; padding-top:21px;}
.max_box .max_p1{ font-size:18px; color:#333; text-align:center;}

.nycontent{ margin-top:46px;}
.nycontent .jj_nr p{ font-size:14px; color:#333232; line-height:30px;}
.nycontent .jj_nr p a{color:#333232;}
.nycontent .jj_nr img{ margin:0 auto; margin-top:50px;}



/*荣誉*/
.hon_tip{width:260px;     border: #CC9900 1px dotted;
    padding: 5px;
    background: #eee;
    border-radius: 8px; }
.hon_tip .hon_pic{ width:260px; height:176px; overflow:hidden;}
.hon_tip .hon_pic img{ width:260px; height:176px;transform: scale(1);transition: all 1s ease-out;}
.hon_tip:hover .hon_pic img{transform: scale(1.1);}


.hon_kuang{ width:270px; min-height:244px; float:left;margin-bottom:35px; margin-left:13px; margin-right:14px;}
.hon_kuang .hon_p1{ font-size:13px; line-height:21px; color:#333; text-align:center; margin-top:12px;}



.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: #0076d4; 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:#0076d4; 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:#0076d4; 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;}





/*社会责任*/
.shzr_box p{ font-size:14px; color:#333; line-height:32px;}
.shzr_box img{ margin:0 auto; margin-top:30px;}



/*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:1057px; }
.xw_tip .xw_title_box .xw_p3{ font-size:15px; color:#666; font-weight:bold;}
.xw_tip .xw_title_box .xw_p4{ font-size:13px; color:#b3b3b3; line-height:24px; text-align:justify; margin-top:14px;}
.xw_tip .xw_title_box:hover .xw_p3{color:#0076d4;}



.news_title{width:100%; font-size:17px; color:#0076d4; 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 p a{color:#333;}
.new_nr_wenzi img{max-width:900px!important; height:auto!important;; margin:0 auto; margin-bottom:5px; margin-top:5px;}



/*生产设备*/
.fac1_tip{width:330px;    border: #CC9900 1px dotted;
    padding: 5px;
    background: #eee;
    border-radius: 8px; }
.fac1_tip .fac1_pic{ width:330px; height:243px; overflow:hidden;}
.fac1_tip .fac1_pic img{ width:330px; height:243px;transform: scale(1);transition: all 1s ease-out;}
.fac1_tip:hover .fac1_pic img{transform: scale(1.1);}

.fac1_kuang{ width:330px; float:left;margin-bottom:40px;margin-left:28px; margin-right:28px;}
.fac1_kuang .fac_p1{ font-size:13px; color:#333; text-align:center; margin-top:12px;}




/*jobs页*/
.jobs_box{ background-color:#0076d4; color:white;}
.jobs_box p{ float:left;font-family:Arial,"Microsoft YaHei"; font-size:14px; line-height:36px;text-align:center;}
.jobs_box .jobs_p1{ width:6%;}
.jobs_box .jobs_p2{ width:50%;}
.jobs_box .jobs_p3{ width:24%;}
.jobs_box .jobs_p4{ width:20%;}
.jobs_box1 td{ color:black; font-size:13px; text-align:center; border-bottom:1px dashed #ccc; line-height:44px;}
.jobs_box1 a{ color:black;}
.jobs_box1:hover{ background-color:#edf6fb;}
.jobs_nr_title{ color:#0076d4; text-align:center; font-size:17px; font-weight:bold; margin-bottom:10px;border-bottom:1px dashed #ccc; padding-bottom:10px;}
.jobs_nr_title2{ font-size:13px;color:#c81622; text-align:right; margin-top:10px; font-weight:bold; margin-bottom:15px;}
.jobs_nr p{ font-size:13px; text-align:justify; line-height:34px; color:#333;}



/*联系我们*/
.con_box h1{ font-size:22px; color:#0076d4; margin-bottom:10px;}
.con_box tr td{ font-size:14px; color:#333; line-height:56px; border-bottom:1px dashed #b3b3b3; width:50%; padding-left:8px;}
.con_box tr td a{color:#333;}
.con_box tr td a:hover{ color:#0076d4;}


.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;border-bottom: 7px solid #a8a7a7;}
.left_box .left_line1{background-image:url(../images/img72.jpg); width:249px; height:72px; margin-bottom:33px; border-bottom:7px solid #a8a7a7;}
.left_box .left_line1 p{ font-size:23px; font-weight:bold; color:#666; line-height:72px; text-align:center;}
.left_box .left_tip{background-image:url(../images/img71.jpg); width:217px; height:47px; margin:0 auto; margin-bottom:14px;}
.left_box .left_tip:hover p{background-image:url(../images/img73.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;}

.pro_pic11{ margin-top:32px;}


.right_box{ width:925px; float:right;}



.pro_tip{ width:283px; height:322px; background-color:#e8e8e8; float:left; margin-bottom:40px; margin-left:12px; margin-right:12px;}
.pro_tip .pro_pic{ width:265px; height:265px; overflow:hidden; margin:0 auto; margin-top:7px;}
.pro_tip .pro_pic img{ width:265px; height:265px;transform: scale(1);transition: all 1s ease-out;}
.pro_tip .pro_p2{ font-size:13px; color:#010101; text-align:center; margin-top:15px;}


.pro_tip:hover .pro_pic img{transform: scale(1.1);}


.pro_fl_title{ font-size:17px; color:#666; font-weight:bold; border-bottom:1px dashed #ccc; padding-bottom:8px; margin-bottom:20px;}


.pro_title{ font-size:15px; color:white; line-height:40px; text-align:center; background-color:#0076d4; font-weight:bold;margin-bottom:20px;}

.pro_nr_box p{ font-size:13px; color:#333; line-height:36px;}
.pro_nr_box table{ width:100%; border:1px solid #999; border-bottom:0; border-left:0; margin-top:15px; margin-bottom:15px;}
.pro_nr_box table tr td{ font-size:13px; line-height:36px; color:#333; text-align:center; border:1px solid #999; border-top:0; border-right:0;}





/*在线咨询页*/
.ord_box{ width:815px; float:left;}
.ord_tip{ width:385px; float:left; margin-bottom:12px;}
.ord_tip p{ font-size:14px; color:#333; margin-bottom:6px;}
.ord_tip .ord_kuang1{ width:356px; 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:782px; 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:#0076d4; 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; }























</pre></body></html>