@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; font-family:"微软雅黑";}
a{ color:#333;}
a:visited{ color:#333;}
a:hover{ color:#4178be;}

/*top*/
.top{ width:100%; height:auto; position:relative;}


/*主体*/
.body_main{ width:100%; height:auto; overflow:hidden; position:relative;}
.body_r1{ width:100%; height:auto; overflow:hidden; position:relative; background-color:#edf7ff;}
.body_r1_center{ width:1200px; height:355px; margin:0 auto; background:url(connect_bg1.png) right no-repeat;}
.r1_tit{ height:50px; margin-top:15px; font-size:23px; line-height:50px;}
.r1_main{ width:1200px; height:250px; margin-top:8px; overflow:hidden; position:relative;}
.r1_main_left{ width:630px; height:250px; padding:5px; position:absolute; top:0px; left:0px; background-color:#fff;}
.r1_main_right{ width:335px; height:250px; padding-top:15px; position:absolute; top:0px; right:0px;}
.r1_right_r{ height:auto; padding-left:80px; overflow:hidden; position:relative; font-size:15px; line-height:32px;}
.right_r_tit{ width:80px; height:32px; position:absolute; top:0px; left:0px;}
.right_r_list{ height:auto; overflow:hidden; position:relative;}


.body_r2{ width:100%; height:auto; overflow:hidden; position:relative; background-color:#fff;}
.body_r2_center{ width:1200px; height:440px; margin:0 auto; position:relative;}
.r2_sub{ width:235px; height:360px; padding:28px 19px; position:absolute; top:50px; border:1px solid #dae2e8;}
.r2_sub.sub1{ left:0px;}
.r2_sub.sub2{ left:325px;}
.r2_sub.sub3{ left:645px;}
.r2_sub.sub4{ left:965px;}
.r2_sub .sub_img{ width:80px; height:53px; position:absolute; top:-20px; right:20px; background-position:14px center; background-repeat:no-repeat; background-color:#fff;}
.r2_sub.sub1 .sub_img{ background-image:url(connect_bg2.png);}
.r2_sub.sub2 .sub_img{ background-image:url(connect_bg3.png);}
.r2_sub.sub3 .sub_img{ background-image:url(connect_bg4.png);}
.r2_sub.sub4 .sub_img{ background-image:url(connect_bg5.png);}
.r2_sub .sub_tit{ font-size:23px; line-height:50px;}
.r2_sub .sub_list{ margin-top:5px; font-size:15px; line-height:32px;}
.r2_sub .sub_a{ display:block; width:150px; height:40px; position:absolute; bottom:30px; left:42px; background-color:#4e92e6; font-size:17px; line-height:40px; color:#fff; text-align:center; cursor:pointer;}
.r2_sub .sub_a:hover{ background-color:#3f7bc4;}

/*foot*/
.foot{ width:100%; height:auto; background-color:#d9d9d9;}

