@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:1218px; margin:0 auto; padding-top:27px; padding-bottom:30px;}
.head_box .logo{ float:left; margin-top:23px;}
.head_right{ float:right;}
.head_yuyan{ float:right; margin-bottom:24px;}
.head_yuyan img{ float:left; margin-left:11px;}
.head_right .head_pic1{ float:right; margin-right:52px;}




.head_ss{ float:right; width:145px; height:25px; cursor:pointer; position:relative;}

.ss1{ display:none;   position:absolute; top:33px; right:-9px; width:222px;}
.ss1 .ss_title1{ float:left; width:160px; padding-left:7px; height:22px; line-height:22px; font-size:12px; color:#a2a1a1; border:1px solid #ccc;}
.ss1 .button{    float: left;
    width: 45px;
    height: 24px;
    line-height: 24px;
    background: #ffb536;
    border:0;
    color: #fff;
    font-size: 12px;
    cursor: pointer;}



.head_right ul{ float:right; margin-right:53px;}
.head_right ul li{ float:left; font-size:16px; color:#474747; margin-left:42px;}
.head_right ul li a{color:#474747;}
.head_right ul li a:hover{ color:#192548;}





/*通栏*/
#wrapper {
	position:relative; z-index:100;
}



.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:546px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:546px !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-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:1218px; margin:0 auto; padding-top:55px;}
.s_pro_ss{ width:527px; margin:0 auto;}
.s_pro_ss .s_pro_kuang1{ width:440px; height:47px; float:left; background-color:#f2f2f2; border:0; font-size:13px; color:#515151; line-height:47px; padding-left:10px;}
.s_pro_ss .s_pro_pic1{ float:left; border:0;}

.s_pro_box .s_pro_p1{ font-size:23px; color:#000000; text-align:center; margin-top:54px;}
.s_pro_box .s_pro_pic2{ margin:0 auto; margin-top:3px; margin-bottom:31px;}

.s_pro_tip{ width:224px; float:left; margin-left:39px; margin-right:40px; margin-bottom:45px;}
.s_pro_tip .s_pro_kuang{ background-image:url(../images/img9.jpg); width:224px; height:225px;}
.s_pro_tip .s_pro_kuang h1{ font-size:22px; color:#000000; text-align:center; font-weight:normal; margin-bottom:12px; padding-top:25px;}
.s_pro_tip .s_pro_kuang h1 a{color:#000000;}
.s_pro_tip .s_pro_kuang p{ font-size:15px; color:#535353; line-height:23px; text-align:center;}
.s_pro_tip .s_pro_kuang p a{color:#535353;}
.s_pro_tip .s_pro_kuang p a:hover{ color:#192548;}
.s_pro_tip .s_pro_p2{ font-size:14px; color:#000000; font-weight:bold; text-align:center; margin-top:8px;}
.s_pro_tip .s_pro_p2 a{color:#000000;}
.s_pro_tip .s_pro_p2 a:hover{ color:#192548;}











/*首页服务*/
.s_fw_bg{ height:496px; background-color:#f2f2f2; margin-top:72px;}
.s_fw_box{width:1218px; margin:0 auto; padding-top:45px;}
.s_fw_box .s_fw_p1{ font-size:23px; color:#000000; text-align:center;}
.s_fw_box .s_fw_pic1{margin:0 auto; margin-top:3px; margin-bottom:21px;}
.s_fw_nr p{ font-size:14px; color:#535353; line-height:23px;}

.s_fw_hezi{ width:197px; margin:0 auto; margin-top:20px;}
.s_fw_kaung{  float:left; margin-right:40px;}
.s_fw_kaung h1{ font-size:18px; color:#000000; font-weight:normal; margin-top:31px;}
.s_fw_kaung p{ font-size:14px; color:#535353; margin-top:8px;}

.s_fw_kuang1{width:1218px; margin:0 auto; margin-top:-163px;}
.s_fw_tip{background-image:url(../images/img42.png); width:293px; height:280px; float:left; margin-right:14px;}
.s_fw_tip .s_fw_pic{ margin:0 auto; padding-top:22px;}
.s_fw_tip h1{ font-size:17px; color:#000000; text-align:center; padding-top:18px; margin-bottom:14px;}
.s_fw_tip p{ font-size:14px; color:#535353; line-height:22px; text-align:center;}


.s_fw_tip{ transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;}
.s_fw_tip:hover{ margin-top:-10px;}


/*服务1*/
.fw1_box h1{ font-size:17px; color:#fff; line-height:55px; padding-left:15px; background-color:#192548; margin-top:40px; margin-bottom:10px;}
.fw1_box p{ font-size:14px; color:#333; line-height:30px;}

.fw1_box table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0;}
.fw1_box table tr td{ padding:11px; font-size:13px; text-align:center; color:#333; line-height:19px;border:1px solid #ccc; border-top:0; border-right:0;}


/*服务2*/
.fw2_tip{ width:279px; float:left; margin-bottom:40px;}
.fw2_tip h1{font-size:17px; color:#000; margin-bottom:10px;}
.fw2_tip p{ font-size:14px; color:#333; line-height:28px;}

.fw2_box .fw2_line{ width:1px; height:469px; border-left:1px dashed #ccc; float:left; margin-left:15px; margin-right:15px;} 

/*服务3*/
.fw3_box p{font-size:17px; color:#fff; line-height:55px; padding-left:15px; background-color:#192548; font-weight:bold; margin-top:40px; margin-bottom:10px;}
.fw3_box img{ max-width:1000px; margin:0 auto;}



/*服务4*/
.fw4_box h1{ font-size:17px; color:#fff; line-height:55px; padding-left:15px; background-color:#192548; margin-bottom:10px;}
.fw4_box p{ font-size:14px; color:#333; line-height:30px;}





/*首页应用*/
.s_yy_box{width:1218px; margin:0 auto; margin-top:102px;}
.s_yy_box .s_yy_p1{font-size:23px; color:#000000; text-align:center;}
.s_yy_box .s_yy_pic1{margin:0 auto; margin-top:3px; margin-bottom:52px;}

.s_yy_tip{ width:609px; float:left; margin-bottom:44px;}
.s_yy_tip .s_yy_pic2{ float:left; margin-right:30px; margin-top:5px;}
.s_yy_tip .s_yy_nr{ width:530px; float:left;}
.s_yy_tip .s_yy_nr h1{ font-size:17px; color:#000; margin-bottom:8px;}
.s_yy_tip .s_yy_nr h1 a{color:#000;}
.s_yy_tip .s_yy_nr p{ font-size:14px; color:#535353; line-height:26px;}

.s_yy_tip:hover .s_yy_nr h1 a{ color:red;}




/*首页体系*/
.s_tx_bg1{ height:89px; background-color:#192548; margin-top:50px;}
.s_tx_bg1 p{font-size:23px; color:#fff; text-align:center; padding-top:27px;}
.s_tx_bg1 img{margin:0 auto; margin-top:3px;}

.s_tx_bg{ background:url(../images/img16.jpg) center no-repeat; width:100%; height:599px;}
.s_tx_box{ width:1218px; margin:0 auto; padding-top:54px;}

.s_tx_tip{ width:609px; float:left; margin-bottom:46px;}
.s_tx_tip h1{ font-size:17px; color:white; margin-bottom:13px;}
.s_tx_tip p{ font-size:14px; color:white; line-height:23px;}
.s_tx_tip table tr td{font-size:14px; color:white; line-height:23px;}
.s_tx_tip table{ margin-top:14px;}


/*首页荣誉*/
.s_hon_bg{background:url(../images/img16.jpg) center no-repeat; width:100%; height:599px;}
.s_hon_box{ width:1218px; margin:0 auto; padding-top:46px;}
.s_hon_box img{ margin:0 auto;}





/*首页技术平台*/
.s_js_box{width:1218px; margin:0 auto; margin-top:65px; margin-bottom:73px;}
.s_js_box .s_js_p1{font-size:23px; color:#000000; text-align:center;}
.s_js_box .s_js_pic1{margin:0 auto; margin-top:3px; margin-bottom:39px;}

.s_js_tip{ width:304px; float:left;}
.s_js_tip img{ margin:0 auto;}
.s_js_tip p{ font-size:18px; color:#535353; text-align:center; margin-top:17px;}


/*页脚*/
.foot_bg1{ background-color:#666666;}
.foot_bg1 p{ font-size:22px; color:white; font-weight:bold; line-height:61px; text-align:center;}

.foot_bg{ background-color:#f2f2f2;}
.foot_box{width:1218px; margin:0 auto; padding-top:28px; padding-bottom:22px;}
.foot_line{ width:1px; height:171px; background-color:#cfcfcf; float:left;}
.foot_kuang1{ width:147px; float:left; margin-left:85px;}
.foot_kuang1 p{ font-size:12px; color:#666666; text-align:center; margin-top:9px;}

.foot_lx{ float:left; margin-left:36px;}
.foot_lx tr td{ font-size:14px; color:#666666; line-height:29px;}
.foot_lx tr td a{color:#666666;}
.foot_line1{ width:1px; height:171px; background-color:#cfcfcf; float:left; margin-left:45px;}

.foot_kuang2{ width:368px; float:left; margin-left:59px;}
.foot_kuang2 img{ margin:0 auto; padding-top:26px;}
.foot_kuang2 .foot_p1{ font-size:18px; color:#474747; text-align:center; margin-top:18px;}
.foot_kuang2 .foot_p2{ font-size:14px; color:#474747; text-align:center; margin-top:5px;}

.foot_line2{ width:1px; height:171px; background-color:#cfcfcf; float:right; }

.foot_bq{ background-color:#999;}
.foot_bq p{ font-size:13px; color:white; text-align:center; line-height:55px;}
.foot_bq p a{color:white;}



/*about*/
.nytonglan{ background:url(../images/img31.jpg) center no-repeat; width:100%; height:453px;}
.nytonglan p{ font-size:60px; color:white; text-align:center; padding-top:208px;}


.nynav_bg{ background-color:#f8f9fc; border-bottom:10px solid #cce3f4;}
.nynav_box{ width:1218px; margin:0 auto;}
.nynav_box .nynav_p1 a{    display: block;
    width: 300px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #484848;
    line-height: 64px;
    float: left;}

.nynav_box .nynav_p1 .nav-on{background-color:#192548; color:white;}
	
.nynav_box .nynav_p1 a:hover{ background-color:#192548; color:white;}
.nynav_box .nynav_line{ width:1px; height:17px; background-color:#7c7c7e; float:left; margin-top:23px;}


.max_box{ width:1218px; margin:0 auto; margin-top:60px; padding-bottom:70px;}
.nycontent .jj_nr p{ font-size:14px; color:#000; line-height:30px;}
.nycontent .jj_nr p a{ color:#000;}


/*设备和应用*/
.about2_box h1{ font-size:17px; color:#fff; line-height:55px; padding-left:15px; background-color:#192548; margin-top:40px; margin-bottom:10px;}
.about2_box p{ font-size:14px; color:#333; line-height:30px;}
.about2_box p span{ font-weight:bold;}
.about2_box img{ max-width:1000px; margin:0 auto; margin-top:8px; margin-bottom:10px;}


/*质量管理体系*/
.about3_box h1{ font-size:17px; color:#fff; line-height:55px; padding-left:15px; background-color:#192548; margin-top:40px; margin-bottom:10px;}
.about3_box p{ font-size:14px; color:#333; line-height:30px;}

.about3_box table tr td{font-size:14px; color:#333; line-height:30px;}
.about3_box table{ margin-top:14px;}


/*荣誉*/
.fac_kaung{float:left; width:283px;margin-bottom:30px;  margin-right:27px;}
	 
.fac_kaung:nth-child(4n){margin-right:0px;}	 
	 
.fac_tip{width:271px;  padding: 5px; border: #CC9900 1px dotted; background: #eee; border-radius: 8px;
    }
.fac_tip .fac_pic{ width:271px; height:377px; overflow:hidden;}
.fac_tip .fac_pic img{ width:271px; height:377px;}


.fac_kaung .fac_p1{ font-size:13px; color:#333; text-align:center; margin-top:6px;}






.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: #192548; 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:#192548; 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:#192548; 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;}





/*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:1048px; }
.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:#192548;}



.news_title{width:100%; font-size:17px; color:#192548; 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;}



/*联系我们*/
.con_box h1{ font-size:20px; color:#192548; 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:#192548;}


.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; line-height:21px;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}




/*在线咨询页*/
.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:#192548; 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; }



/*多肽合成服务*/
.duotai_box .duotai_p1{ font-size:22px; color:#192548; margin-bottom:10px; margin-top:20px;}
.duotai_box .duotai_p2{ font-size:14px; color:#333; line-height:30px;}
.duotai_box table{width:100%;border:1px solid #ccc; border-bottom:0; border-left:0;}
.duotai_box table tr td{ padding:11px; font-size:13px; color:#333; line-height:20px;  border:1px solid #ccc; border-top:0; border-right:0;}


.duotai_kuang1{ background-image:url(../images/img28.jpg); width:296px; height:171px; float:left; margin-top:60px;}
.duotai_wenzi1{ width:203px; margin:0 auto;}
.duotai_p3{ font-size:18px; color:#192548; margin-bottom:8px; padding-top:33px;}
.duotai_p4{ font-size:14px; line-height:24px; color:#333;}

.duotai_kuang2{ background-image:url(../images/img29.jpg); width:452px; height:171px; float:left; margin-left:30px; margin-top:60px;}
.duotai_wenzi2{ width:380px; margin:0 auto;}

.duotai_p7{ font-size:22px; color:#192548; text-align:center; margin-top:50px; margin-bottom:30px;}
.duotai_kuang3{ float:left;}
.duotai_kuang3 .duotai_p5{font-size:17px; color:#192548; margin-bottom:10px;}
.duotai_kuang3 .duotai_p6{font-size:13px; color:#333; line-height:26px;}

.duotai_p8{font-size:17px; color:#192548;margin-bottom:10px; margin-top:30px;}
.duotai_p9{font-size:13px; color:#333; line-height:26px;}



/*产品*/
.pro_p1{ font-size:22px;color:#192548; margin-bottom:7px; padding-left:45px;}
.pro_nr p{ width:361px ; float:left; font-size:13px; color:#333; line-height:27px; padding-left:45px;}
.pro_nr p a{color:#333;}
.pro_nr p a:hover{color:red;}
.pro_nr{ border-bottom:1px solid #929292; padding-bottom:20px; margin-bottom:20px;}

.pro_box{ background-color:#f2f2f2; padding-top:20px; padding-bottom:20px;}


.pro_title{ font-size:14px; color:white; line-height:40px; text-align:center; background-color:#192548; font-weight:bold; margin-bottom:30px;}
.pro_nr_box table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0;}
.pro_nr_box table tr td{ padding:11px; font-size:13px; color:#333; line-height:50px;border:1px solid #ccc; border-top:0; border-right:0;}
.pro_nr_box p{ font-size:15px; color:#333; line-height:30px;}




/*其他产品*/
.qtpro_fl_title{ font-size:14px; font-weight:bold; color:white; text-align:center; line-height:40px; background-color:#192548; }
.qtpro_fl_title a{color:white;}

.qtpro_tb{ width:100%; margin-bottom:20px; border:1px solid #ccc; border-bottom:0; border-left:0;}
.qtpro_tb tr td{ font-size:13px; color:#333; line-height:40px;font-family:Arial,"Microsoft YaHei"; border:1px solid #ccc; border-top:0; border-right:0;}
.qtpro_tb tr td a{ color:#333;}



.qtpro_title{ font-size:14px; color:white; line-height:40px; text-align:center; background-color:#192548; font-weight:bold; margin-bottom:20px;}
.qtpro_nr_box table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0; margin-top:10px;}
.qtpro_nr_box table tr td{ padding:11px; font-size:13px; color:#333; line-height:26px;border:1px solid #ccc; border-top:0; border-right:0;}
.qtpro_nr_box p{ font-size:13px; color:#333; line-height:26px;}





























