@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*/
.head_box{ width:1200px; height:107px; background-color:rgba(255,255,255,0.7); position:absolute; top:49px; left:50%; margin-left:-580px;z-index: 50000;}
.head_box .logo{ float:left;}
.head_box .head_yuyan{ width:50px; height:50px; background-color:#3f3a39; float:right; border-radius:50px; margin-top:27px; margin-right:20px;}
.head_box .head_yuyan p{ font-size:14px; color:white; line-height:50px; text-align:center;}
.head_box .head_yuyan p a{color:white;}
.head_box ul{ float:right; margin-top:45px;margin-right:24px;}
.head_box ul li{ font-size:15px; color:#282828; float:left; margin-left:32px;}
.head_box ul li a{color:#282828;}
.head_box ul li a:hover{ color:#0084cb;}


/*通栏*/
#wrapper {
	background:#fff;
	position:relative;
}



.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:586px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:586px !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: #014292;
    width: 98px;
    height: 0px;
    float: left;
	margin-bottom: 10px;
    -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;
}


.banner_line{ height:10px; background-color:#cccccc;}

/*首页产品*/
.s_pro_box{ width:1192px; margin:0 auto; margin-top:72px;}
.s_pro_box .s_pro_p1{ font-size:36px; color:#171717; text-align:center;}
.s_pro_box .s_pro_p2{ font-size:17px; color:#878787; text-align:center; margin-top:5px; margin-bottom:58px;}

.s_pro_tip{ width:281px; height:424px; float:left; border:1px solid #e1e1e1; margin-right:19px;}
.s_pro_tip .s_pro_p3{ font-size:24px; color:#2e2e2e; text-align:center; padding-top:32px;}
.s_pro_tip .s_pro_pic{ width:130px; height:130px; background-color:white; border-radius:130px; margin:0 auto; margin-top:17px; margin-bottom:27px;}
.s_pro_tip .s_pro_pic img{ margin:0 auto; padding-top:27px;}
.s_pro_tip .s_pro_p4{ font-size:14px; color:#484848; line-height:25px; padding-left:40px;}
.s_pro_tip .s_pro_p4 a{color:#484848;}

.s_pro_tip:hover{ background-color:#0084cb; border:1px solid #0084cb;}
.s_pro_tip:hover .s_pro_p3{ color:white;}
.s_pro_tip:hover .s_pro_p4 a{ color:white;}

.s_pro_tip:nth-child(4n+2){margin-right:0px;}



/*首页简介*/
.s_jj_bg{ background-color:#0084cb; margin-top:104px;}
.s_jj_box{ width:1192px; margin:0 auto; padding-top:80px; padding-bottom:60px;}
.s_jj_box .s_jj_p1{ font-size:40px; color:white; font-weight:bold;}
.s_jj_box .s_jj_p2{ font-size:31px; color:white; font-weight:bold; margin-top:5px;}
.s_jj_box .s_jj_nr p{ font-size:14px; color:white; line-height:30px;}
.s_jj_box .s_jj_nr p a{color:white;}
.s_jj_box .s_jj_nr{ margin-top:47px;}
.s_jj_more{ width:174px; margin-top:80px; margin-bottom:34px;}
.s_jj_more p a{ display:block; font-size:14px; color:white; line-height:34px; text-align:center; border:2px solid #fff;}

.s_jj_kuang1{ width:298px; height:157px; overflow:hidden; float:left;}
.s_jj_kuang1 img{ width:298px; height:157px;transform: scale(1);transition: all 1s ease-out;}
.s_jj_kuang1 img:hover{transform: scale(1.1);}
.s_jj_kuang2{ width:298px; height:157px; float:left; background-color:#ffffff;}
.s_jj_kuang2 p{ font-size:20px; color:#000000; line-height:29px; padding-top:52px; padding-left:35px;}
.s_jj_kuang3{ width:298px; height:157px; float:left; background-color:#005f92;}
.s_jj_kuang3 p{ font-size:20px; color:#fff; line-height:29px;padding-top:52px; padding-left:35px;}


/*首页新闻*/
.s_xw_box{ width:1192px; margin:0 auto; margin-top:70px;}
.s_xw_box .s_xw_p1{ font-size:36px; color:#171717; text-align:center;}
.s_xw_box .s_xw_p2{ font-size:17px; color:#878787; text-align:center; margin-top:5px; margin-bottom:37px;}

.s_xw_tip{ width:380px; float:left; margin-right:25px;}
.s_xw_tip .s_xw_pic{ width:380px; height:185px; overflow:hidden;}
.s_xw_tip .s_xw_pic img{transform: scale(1);transition: all 1s ease-out;}
.s_xw_tip .s_xw_pic img:hover{transform: scale(1.1);}
.s_xw_tip .s_xw_p3{ font-size:17px; color:#000000; margin-top:21px; margin-bottom:27px;}
.s_xw_tip .s_xw_p3 a{color:#000000;}
.s_xw_tip .s_xw_p3 a:hover{ color:#0084cb;}
.s_xw_tip .s_xw_p4{ font-size:14px; color:#454545; line-height:24px;}
.s_xw_more{ width:146px; margin-top:25px;}
.s_xw_more p a{ display:block; font-size:14px; color:#808080; line-height:30px; text-align:center; border:1px solid #808080;}
.s_xw_more p a:hover{ background-color:#0084cb;border:1px solid #0084cb; color:white;}

.s_xw_tip:nth-child(3n+2){margin-right:0px;}


/*首页广告*/
.s_gg_bg{ background:url(../images/img10.jpg) center no-repeat; width:100%; height:651px; margin-top:100px;}
.s_gg_box{ width:1192px; margin:0 auto;}

.s_gg_tip{ width:297px; float:left;}
.s_gg_tip .s_gg_pic{ margin:0 auto; padding-top:172px; margin-bottom:67px;}
.s_gg_tip .s_gg_p1{ font-size:24px; color:white; text-align:center; margin-bottom:30px;}
.s_gg_tip .s_gg_p2{ font-size:17px; color:white; line-height:36px; text-align:center;}
.s_gg_box .s_gg_line{ width:1px;height:651px; background-color:#e7e7e7; float:left;}


/*首页加入我们*/
.s_job_box{ width:1192px; margin:0 auto; margin-top:75px;}
.s_job_box .s_job_p1{ font-size:36px; color:#171717; text-align:center;}
.s_job_box .s_job_p2{ font-size:17px; color:#878787; text-align:center; margin-top:5px; margin-bottom:50px;}

.s_job_tip{ width:383px; height:407px; float:left;padding-top:15px;}
.s_job_pic1{ background-image:url(../images/img18.png); width:150px; height:104px; margin:0 auto; margin-bottom:65px;}
.s_job_pic2{ background-image:url(../images/img19.png); width:150px; height:104px; margin:0 auto; margin-bottom:65px;}
.s_job_pic3{ background-image:url(../images/img20.png); width:150px; height:104px; margin:0 auto; margin-bottom:65px;}
.s_job_tip .s_job_p3{ font-size:20px; color:#323232; text-align:center;}
.s_job_tip .s_job_line{ width:42px; height:1px; background-color:#f87d04; margin:0 auto; margin-top:13px; margin-bottom:26px;}
.s_job_tip .s_job_nr{ width:349px; margin:0 auto;}
.s_job_tip .s_job_nr p{ font-size:14px; color:#3b3b3b; line-height:24px; text-align:center;}

.s_job_tip1:hover{ background-image:url(../images/img15.jpg);}
.s_job_tip1:hover .s_job_pic1{background-image:url(../images/img18-1.png);}
.s_job_tip2:hover{ background-image:url(../images/img16.jpg);}
.s_job_tip2:hover .s_job_pic2{background-image:url(../images/img19-1.png);}
.s_job_tip3:hover{ background-image:url(../images/img17.jpg);}
.s_job_tip3:hover .s_job_pic3{background-image:url(../images/img20-1.png);}

.s_job_tip:hover .s_job_p3{ color:white;}
.s_job_tip:hover .s_job_nr p{color:white;}



/*首页联系我们*/
.s_lx_bg{ background:url(../images/img21.jpg) center no-repeat; width:100%; height:542px; margin-top:54px;}
.s_lx_box{ width:1192px;height:542px; margin:0 auto; position:relative;}
.s_lx_box .s_lx_nr{ width:312px; height:206px; padding-top:16px; padding-left:40px; padding-right:20px;background-color:rgba(214,236,247,0.8); position:absolute; left:221px; top:145px;}
.s_lx_box .s_lx_nr p{ font-size:14px; color:#555555; line-height:30px;}
.s_lx_box .s_lx_nr p a{color:#555555;}


/*页脚*/
.foot_bg{ background-color:#0084cb;}
.foot_box{ width:1192px; margin:0 auto; padding-top:70px; padding-bottom:50px;}
.foot_left{ width:782px; float:left;}
.foot_nav_tip{ float:left; margin-right:77px;}
.foot_nav_tip p{ font-size:15px; color:white;}
.foot_nav_tip p a{ color:white;}
.foot_nav_tip .foot_line{ width:21px; height:2px; background-color:white; margin-top:10px;}

.foot_link{ margin-top:55px;}
.foot_link img{ float:left; margin-right:12px;}

.foot_left .foot_bq{ font-size:12px; color:white; line-height:26px; margin-top:46px;}
.foot_left .foot_bq a{color:white;}

.foot_box .foot_line2{ width:1px; height:236px; background-color:#339dd5; float:right; margin-right:48px;}


.foot_right{ width:214px; float:right;}
.foot_right .foot_p1{ font-size:15px; color:white;}
.foot_right .foot_line3{ width:21px; height:2px; background-color:white; margin-top:7px; margin-bottom:40px;}

.foot_email .foot_p1{ font-size:12px; color:#cbdff0; float:left; width:44px; line-height:23px;}
.foot_email .foot_kuang1{ width:154px; height:23px; float:left; border:1px solid #b3daf0;background-color:rgba(0,0,0,0); padding-left:10px; font-size:12px; color:#cbdff0;line-height:23px; }
.foot_email .foot_p2{ font-size:14px; color:#cbdff0; margin-top:15px; margin-bottom:15px; margin-left:44px;}
.foot_email .foot_pic{ margin-top:16px;margin-left:44px;}


/*about*/
.max_box{ width:1192px; margin:0 auto; margin-top:44px; padding-bottom:70px;}
.left_box{ width:292px; float:left;}
.left_box .left_kuang1{ background-color:#0084cb; padding-top:18px; padding-bottom:18px;}
.left_box .left_kuang1 .left_line{ width:231px; height:1px; background-color:#b3daf0; margin:0 auto;}
.left_box .left_kuang1 .left_p1{ font-size:25px; line-height:62px; color:white; text-align:center; }
.left_box .left_kuang1 .left_p2{ font-size:14px; color:white; text-align:center; margin-top:4px; margin-bottom:7px;}

.left_kuang2{ background-color:#e7e7e7; padding-top:23px; padding-bottom:35px;}
.left_kuang2 .left_p3{ width:235px; margin:0 auto; margin-top:23px;margin-bottom:11px;}
.left_kuang2 .left_p3 p a{ display:block; font-size:14px; color:#252525; line-height:35px; text-align:center; border:1px solid #00a34d; border-radius:30px;}
.left_kuang2 .left_p3 p a:hover{ background-color:#0084cb; color:white;border:1px solid #0084cb;}
.left_kuang2 .left_p4{font-size:14px; color:#252525; line-height:35px; padding-left:65px;}
.left_kuang2 .left_p4 a{color:#252525;}
.left_kuang2 .left_p4 a:hover{color:#0084cb;}

.left_kuang3{ background-color:#0084cb; padding-top:27px; padding-bottom:27px;}
.left_kuang3 .left_p4{ font-size:17px; color:white; line-height:28px; float:left; padding-left:34px;}
.left_kuang3 .left_pic{ float:left; margin-left:9px;}
.left_kuang3 .left_p5{ font-size:14px; color:white; padding-left:34px; margin-top:13px;}

.right_box{ width:870px; float:right; margin-top:13px;}
.right_box .right_p1{ font-size:30px; color:#171717; float:left;}
.right_box .right_p2{ font-size:20px; color:#b1a1a1; text-transform:uppercase; float:right; margin-top:12px;}
.nycontent{ margin-top:44px;}
.nycontent .jj_nr p{ font-size:14px; color:#171717; line-height:32px;}
.nycontent .jj_nr p a{color:#171717;}
.nycontent .jj_nr img{ width:100%; height:auto; 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:730px; }
.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:#2486d4;}



.news_title{color:#0084cb; text-align:center; font-size:17px; font-weight:bold; margin-bottom:10px;border-bottom:1px dashed #ccc; padding-bottom:10px;}
.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:850px!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: #0084cb; 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:#0084cb; 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:#0084cb; 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;}



/*jobs页*/
.jobs_box{ background-color:#0084cb; 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:60px;}
.jobs_box1 a{ color:black;}
.jobs_box1:hover{ background-color:#f2f2f2;}
.jobs_nr_title{ color:#0084cb; 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:18px; color:#0084cb; 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:#0084cb;}


.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}





/*products页*/

.nycontent .kuang3{ background-color:#F5F5F5;}
.nycontent .kuang3 p{ float:left;font-family:Arial,"Microsoft YaHei"; font-size:14px; line-height:34px;text-align:center; font-weight:bold;}
.nycontent .kuang3 .kb{ width:6%; color:#F5F5F5;}
.nycontent .kuang3 .p5{ width:77%; color:#333;}
.nycontent .kuang3 .p7{ width:17%;color:#333;}
.nycontent .nr_box2 td{border:1px solid #ddd; color:black; font-size:13px; border-top:none;}
.nycontent .nr_box2 a{ line-height:38px; color:black;}
.nycontent .kuang10{ background-color:#0084cb;margin-top:20px;}
.nycontent .kuang10 p{ font-size:14px; color:white; text-align:center; line-height:34px;}
.nycontent .kuang10 p a{color:white;}
.nycontent .kuang11{ background-color:#4dd0b0;}
.nycontent .kuang11 p{ font-size:14px; color:#fff; text-align:center; line-height:34px;}
.nycontent .kuang11 p a{color:#fff;}


.font12 {
    padding: 5px;
    line-height: 34px; color:#333;}

.pro_nr_title{ font-size:14px; color:white; line-height:40px; text-align:center; background-color:#0084cb; font-weight:bold;}
.pro_nr_box table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0; margin-top:5px;}
.pro_nr_box table tr td{ padding:11px; font-size:13px; color:#333; line-height:32px;border:1px solid #ccc; border-top:0; border-right:0;}
.pro_nr_box p{ font-size:14px; color:#333; line-height:32px;}

.nypro_pic{ max-width:850px; height:auto; margin:0 auto; margin-top:10px; margin-bottom:10px;}



.nycontent .kuang20{ background-color:#0084cb; color:white;}
.nycontent .kuang20 p{ float:left;font-family:Arial,"Microsoft YaHei"; font-size:12px; line-height:36px;text-align:center;}
.nycontent .kuang20 .kb{ width:6%; color:#6f5eac;}
.nycontent .kuang20 .p5{ width:77%; color:white;}

.nycontent .kuang20 .p7{ width:17%;color:white;}
.nycontent .nr_box1 td{border:1px solid #ddd; color:#333; font-size:12px; text-align:center;border-top:none;}
.nycontent .nr_box1 a{ line-height:34px; color:#333;}



.left_pp{ font-size:14px; text-align:center;  color:#333; margin-bottom:12px;}
.left_pp a{ color:#333;}










