@charset "UTF-8";
/* CSS Document */

/* 默认文字样式调整 */
body{color:000;font-family:"微软雅黑";font-size: 14px;background:#eaeaea;}
a{color:#3F46A7;text-decoration: none;}
a:hover{color:blue;}

/* topbar */
.topbar{width: 100%;height: 18px;line-height: 18px;background: #000;}
.topbar_in{width: 950px;margin:0 auto;text-align: right;height: 18px;color:#fff;}
.topbar a{color:#fff;}

/* header */
.header{width: 950px;height:89px;background: #FFFFFF;}
.header h1{background: #FFFFFF;float: left;margin-right: 50px;margin-top: 10px;}

/* nav */
.nav_01{height: 34px;font-size: 18px;line-height:34px;background: #fff url(../images/nav_bg2.png) no-repeat left center;margin:0 auto 3px;}
.nav_01 a{color:#3F46A7;text-decoration: none;}
.nav_01 a:hover{color:#000;cursor: pointer;}
/* banner */
.banner{width: 950px;height: 255px;background: skyblue;margin:0 auto;}
.banner img{display: block;}

/* content */
.content{width: 950px;overflow: hidden;background: #fff;margin:20px auto 0;border-radius:10px 10px 0 0;}
.content .con_tr{height: 590px;margin-top: 10px;}
.content .con_tr .con_l,.content .con_tr .con_c,.content .con_tr .con_r{width: 32%;border: 1px solid #9AB9D0;}

.content .con_l table{width: 100%;}
.content .con_l table tr{height: 290px;}
.content .con_l table tr td{width: 100%;border: 1px solid #9AB9D0;background: #fafafa;}
.content .con_l table tr td img{margin-top: 0;}

.content .con_l table tr td p{text-align: center;height: 62px;line-height:56px;}
.content .con_l table tr td p a{color:#3F46A7;}
.content .con_l table tr td p a:hover{color:#00f;}

.content .con_c{}
.content .con_c .con_c_top{height: 150px;}
.content .con_c .con_c_top td{border: 1px solid #9AB9D0;background: url(../images/title1.gif) no-repeat right top;}
.content .con_c .con_c_top td h2{background: url(../images/title1.gif) no-repeat;height: 29px;width: 100%;color:#fff;text-indent: 2px;}
.content .con_c .con_c_top td p{padding: 0 5px 5px;font-size: 13px;text-indent: 2em;line-height: 20px;}

.content .con_c .con_c_down{height: 440px;background: url(../images/title2.gif) repeat-x;}
.content .con_c .con_c_down td{border: 1px solid #9AB9D0;overflow: hidden;}
.content .con_c .con_c_down td h2{color:#F01519;line-height: 20px;padding:10px 0 10px 0;text-align: center;}
.content .con_c .con_c_down hr{width: 95%;margin:27px auto;height: 1px;background: #9AB9D0;}
.content .con_c .con_c_down td p{padding:6px 6px 6px 6px;font-size: 13px;text-indent: 2em;line-height: 20px;}
.content .con_c .con_c_down td p{color: #3F46A7;}
.content .con_r table{width: 100%;}
.content .con_r .con_r_top{width: 100%;height: 638px;}
.content .con_r .con_r_top td{height:auto;border: 1px solid #9AB9D0;}
.content .con_r .con_r_top td h2{background: #9ba6b9;color:#fff;height: 28px;line-height: 28px;padding-left: 10px;}
.content .con_r .con_r_top td p{padding-left: 5px;padding-top: 10px;color: #666;margin-bottom:42px;}
.content .con_r .con_r_top td p a{background: url(../images/ball.gif) no-repeat left center;padding-left: 10px;margin-left: 10px;line-height: 30px;color: #666;}
.content .con_r .con_r_top td a:hover{color: #000;}
.content .con_r .con_r_top td .button{display: inline-block;background:url(../images/button_bg.png) no-repeat center center;height: 61px;color: #fff;border: 0;width: 100%;font-size: 14px;outline: none;cursor: pointer;}
.btn_2{display: inline-block;width:352px;height: 61px;font-size: 14px;margin-left: 50px;color: #fff;background: url(../images/button_02.png) no-repeat center center;border: 0;color: #fff;}
.btn_2 a{color: #333;}
/* main */

.main{width: 950px;margin:0 auto;padding:10px;background: #fff;overflow: hidden;}
.main td{border: 1px solid #9AB9D0;border-collapse:collapse;padding-left:10px;width:45%;overflow: hidden;}
.main td h2{height: 40px;line-height: 40px;color:#4D4848;font-size: 16px;border-bottom: 1px solid #ccc;width: 98%;margin-bottom: 15px;}
.main td p{line-height: 26px;padding-right: 10px;padding-left: 5px;}
.main td p a{background: url(../images/ball.gif) no-repeat left center;padding-left: 10px;margin-left: 30px;color: #3F46A7;font-size: 16px;}
.main td p a:hover{color:blue;}
.main td p img{display: block;margin:0 auto;}
.main_l p b{font-size: 16px;color: #000;line-height: 34px;}
/* 按钮 */


/* product */
.product{width: 950px;margin:0 auto;background: #fff;}
.product_in{width: 98%;border: 1px solid #9AB9D0;margin:0 auto;margin-bottom: 10px;}
.product_in th{height: 40px;}
.product_in h2{height: 40px;line-height: 40px;color:#4D4848;font-size: 16px;margin-left: 10px;}
.product_in td a p{max-width:60%;white-space:pre-wrap;font-size: 12px;color: #4D4848;}
.product_in .bg{background: #fafafa;}


/* foot */
.foot{width: 100%;background: #eaeaea;text-align: center;padding-bottom: 20px;color: #666;padding-top: 10px;}









