﻿@charset "utf-8";
/* CSS Document */

/*切图：wyf*/
/*全局*/
html{ overflow-x:auto; overflow-y:auto;}
*{ padding:0; margin:0;}
ul, ol,li{ list-style-type:none;}
body{ margin:0;font-size:12px; font-family:"microsoft yahei"; color:#333; }
img{border:0}
a{ text-decoration:none; color:#323232;
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s; 
}
a:hover{color:#372e2c; cursor:pointer;}
input{font-family:"microsoft yahei"; outline:none;}
h1,h2,h3,h4,h5,h6,p{font-weight: normal; margin: 0;}


input::-webkit-input-placeholder { color:#999999 !important;}
input:-moz-placeholder {  color:#999999 !important;}
input::-moz-placeholder {  color:#999999 !important;}
input:-ms-input-placeholder { color:#999999 !important; }



#pz_top{ position: fixed; left:0; top:0; z-index:500; float:left; width:100%; min-width:1200px; background:url(images/top1.png) repeat;
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s; 
}
#pz_top_2{ float:left; width:100%; min-width:1200px; background:url(images/top1.png) repeat;}
#pz_banner{ float: left; width:100%; min-width:1200px; overflow:hidden; position:relative; }
#pz_main{ float:left; width:100%; min-width:1200px;}
#pz_down{ float:left; width:100%; min-width:1200px;  }

.w_0100{ float:left; width:100%;}
.w_1200{ margin:0 auto; width:1200px;}


/*导航*/
#pz_top.on{ background:url(images/main21.png) repeat;}
.c_1200_1{ float:left; width:1200px; height:80px;}
.logo{ float:left; width:247px; height:51px; margin:15px 0 0 0;}

/*menu 效果*/
.menu{ float:left; width:768px; margin-left:70px; }
.menu ul .nli{ float:left; position:relative; z-index:2;}
.menu ul .nli span a{ float:left; width:128px; height:80px; line-height:80px; color:#333333; font-size:18px; text-align:center }
.menu ul .nli span a:hover,
.menu ul .nli.on span a{ color:#007cc5; }
.menu ul .nli span a:before{ position:absolute; width:78px; height:3px; left:50%; margin-left:-39px; top:0; background-color:#007cc5; content:""; display:none;}
.menu ul .nli span a:hover:before,
.menu ul .nli.on span a:before{ display:block;}
.menu ul .nli.active span a:before{ display:block;}

.search{ float:right; width:25px; height:52px; margin:28px 0 0 0; position:relative;}
.search .img_search{ float:left; width:25px; height:25px;}
.search .box_search{ display:none; position:absolute; width:308px; height:42px; border:#ddd solid 1px; right:0; top:52px; background-color:#fff;}
.search .box_search .fom1{ float:left; width:256px; height:42px; border:0; padding:0; margin:0; padding-left:10px; color:#333; font-size:14px; line-height:42px;}
.search .box_search .rbtn{ float:right; width:25px; height:25px; margin:8px 9px 0 0;}



/*第一屏*/
.slide_ban{ position:absolute; width:100%; height:100%; left:0; top:0; z-index:10;  overflow: hidden;}
.slide_ban .bd{ float:left; width:100%; height:100%;}
.slide_ban .bd ul{height:100%}
.slide_ban .bd ul li {
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
.slide_ban .hd{ position:absolute; left:0; bottom:40px; float:left; width:100%;  overflow:hidden; text-align:center;}
.slide_ban .hd ul{ display:inline-block; *display:inline; *zoom:1;}
.slide_ban .hd ul li{ float:left; width:15px; height:15px; margin:0 8px; background:url(images/imgPlayer.png) -33px 0 no-repeat; cursor:pointer;}
.slide_ban .hd ul li.on{ background-position:0 0;}




/*第二屏*/
.c_1200_2{ float:left; width:1200px;}
.title_1{ float:left; width:100%; text-align:center;}
.title_1 .tit_1{ width:100%; font-size:40px; line-height:61px; font-weight: 300;}
.title_1 .tit_1.co1{ color:#555;}
.title_1 .tit_1.co2{ color:#fff;}
.title_1 .eng_1{ width:100%; font-size:20px; line-height:32px; text-transform:uppercase; font-weight:bold;}
.title_1 .eng_1.co1{ color:#333333;}
.title_1 .eng_1.co2{ color:#fff;}
.t_1200_1{ float:left; width:1200px; margin-top:50px;}
.t_1200_1 .homeabout{ float:left; width:1060px; height:72px; color:#6a6a6a; font-size:16px; line-height:36px; overflow:hidden; text-align:center; padding:0 70px;}
.homeicon{ float:left; width:1065px; margin:79px 0 0 67px;}
.homeicon .li_icon{ float:left; width:213px;}
.homeicon .li_icon .img_adv{ margin:0 auto; width:117px; height:117px;}
.homeicon .li_icon .img_adv .iconadv{ width:113px; height:113px;  border:2px solid #267dd6; background-color:#fff;  position:relative;
   -moz-border-radius:50%; 
-webkit-border-radius:50%; 
 -khtml-border-radius:50%;
        border-radius:50%;
}
.homeicon .li_icon:hover .img_adv .iconadv{animation: bounce 1s;}
.homeicon .li_icon .img_adv .iconadv:after{ content:""; display:block; clear:both; width:117px; height:117px; position:absolute; top:-2px; left:-2px; visibility:hidden; z-index:1; background:#267dd6;
	transform:scale(0.7);
	-moz-transform:scale(0.7);
	-webkit-transform:scale(0.7);
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
   -moz-border-radius:50%; 
-webkit-border-radius:50%; 
 -khtml-border-radius:50%;
        border-radius:50%; 
        opacity:0; 
filter: alpha(opacity=0); 
   -moz-opacity: 0;
 -khtml-opacity: 0;
      }
.homeicon .li_icon:hover .img_adv .iconadv::after{  visibility:visible;
        transform:scale(1);
   -moz-transform:scale(1);
-webkit-transform:scale(1);
   -moz-border-radius:50%; 
-webkit-border-radius:50%; 
 -khtml-border-radius:50%;
        border-radius:50%; 
        opacity:1; 
filter: alpha(opacity=100); 
   -moz-opacity: 1;
 -khtml-opacity: 1;	
      }
.homeicon .li_icon .pic_adv{ position:absolute; left:0; top:0; width:113px; height:113px; z-index:2;}
.homeicon .li_icon .pic_adv .src2{ position:absolute; left:0; top:0; display:none;}
.homeicon .li_icon:hover .pic_adv .src2{ display:block;}
.homeicon .li_icon .tit_icon{ float:left; width:193px; height:28px; padding:18px 10px 0 10px; text-align:center; color:#333333; font-size:18px; font-weight:bold; line-height:28px;}
.homeicon .li_icon:hover .tit_icon{ color:#267dd6;}
.homeicon .li_icon .text_icon{ float:left; width:193px; height:19px; color:#333333; font-size:12px; text-align:center; padding:0 10px;}
.homeicon .li_icon:hover .text_icon{ color:#267dd6;} 
@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}
@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);-ms-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}
.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}
.t_1200_2{ float:left; width:1200px; height:20px; margin-top:50px; text-align:center;}
.t_1200_2 .line{ display:inline-block; *display:inline; *zoom:1; width:50px; height:1px; background-color:#cccccc; margin-top:10px; vertical-align:top;}
.t_1200_2 .amore{ display:inline-block; *display:inline; *zoom:1; margin:0 12px; color:#666; font-size:14px; line-height:20px;}
.t_1200_2 .amore_2{ display:inline-block; *display:inline; *zoom:1; margin:0 12px; color:#fff; font-size:14px; line-height:20px;}


/*第三屏*/
.c_1200_3{ float:left; width:1200px;}
.t_1200_3{ float:left; width:1200px; margin-top:80px; overflow:hidden;}
.t_1200_3 ul{ float:left; width:1220px; padding-bottom:10px;}
.t_1200_3 ul li{ float:left; width:283px; height:388px; border:#fff solid 1px; margin-right:20px; background-color:#fff;}
.t_1200_3 ul li:hover{ border-color:#276db5;
        box-shadow: 0px 5px 5px #276db5; 
-webkit-box-shadow: 0px 5px 5px #276db5;
   -moz-box-shadow: 0px 5px 5px #276db5
	}
.t_1200_3 ul li .img_283{ float:left; width:283px; height:308px;}
.t_1200_3 ul li .d_283{ float:left; width:283px; height:80px;}
.t_1200_3 ul li:hover .d_283{ background-color:#e5e5e5;}
.t_1200_3 ul li .d_283 .tit_283{ float:left; width:263px; height:29px; line-height:29px; text-align:center; padding:16px 10px 0 10px; font-weight: normal;}
.t_1200_3 ul li .d_283 .tit_283 a{ color:#333333; font-size:16px;}
.t_1200_3 ul li .d_283 .text_283{ float:left; width:263px; height:20px; padding:0 10px; line-height:20px; text-align:center;}
.t_1200_3 ul li .d_283 .text_283 a{ color:#333333; font-size:14px;}



/*第四屏*/
.c_1200_4{ float:left; width:1200px;}
.c_1200_5{ float:left; width:100%; margin-top:42px;}
.c_1200_5 ul{ float:left; width:100%;}
.c_1200_5 ul li{ float:left; width:100%; height:90px; padding:25px 0;
        transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
}
.c_1200_5 ul li:hover{ background:url(images/main11.png) repeat;}
.c_1200_5 ul li .l_235{ float:left; width:235px; height:90px; padding:0 28px 0 0; background:url(images/main12.png) right center no-repeat; text-align:right;}
.c_1200_5 ul li .l_235 .t_235{ display:block; height:54px; color:#333333; font-size:36px; text-align:right; line-height:54px;}
.c_1200_5 ul li:hover .l_235 .t_235{ color:#fff;}
.c_1200_5 ul li .l_235 .t_235_2{ display:block; height:35px; color:#595a5b; font-size:18px; line-height:35px;}
.c_1200_5 ul li:hover .l_235 .t_235_2{ color:#fff;}
.c_1200_5 ul li .r_795{ float:left; width:795px; margin-left:25px;}
.c_1200_5 ul li .r_795 .t_795_1{ float:left; width:725px; height:24px; margin-top:4px; line-height:24px; font-weight:normal;}
.c_1200_5 ul li .r_795 .t_795_1 a{ color:#333333; font-size:18px;
-webkit-transition: 0s; 
-moz-transition: 0s; 
-o-transition: 0s; 
transition: 0s; 
}
.c_1200_5 ul li:hover .r_795 .t_795_1 a{ color:#fff;}
.c_1200_5 ul li .r_795 .t_795_2{ float:left; width:725px; height:43px; margin-top:10px; padding-right:70px; overflow:hidden; background:url(images/main13.png) right top no-repeat;}
.c_1200_5 ul li .r_795 .t_795_2 a{ color:#333333; font-size:14px;
-webkit-transition: 0s; 
-moz-transition: 0s; 
-o-transition: 0s; 
transition: 0s; 
} 
.c_1200_5 ul li:hover .r_795 .t_795_2 a{ color:#fff;}


/*第五屏*/
.c_1200_6{ float:left; width:1200px;}
.t_1200_4{ float:left; width:1200px; margin-top:68px; overflow:hidden;}
.t_1200_4 ul{ float:left; width:1230px; padding-bottom:24px;}
.t_1200_4 ul li{ float:left; width:320px; height:345px; margin:0 30px 0 0; padding:0 30px; background-color:#f1f1f1;
        transition: all 0.1s linear;
   -moz-transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
     -o-transition: all 0.1s linear;
}
.t_1200_4 ul li:hover{ background-color:#007cc5;
        box-shadow: 0px 5px 5px #276db5; 
-webkit-box-shadow: 0px 5px 5px #276db5;
   -moz-box-shadow: 0px 5px 5px #276db5
}
.t_1200_4 ul li .t_320_1{ float:left; width:100%; height:24px; line-height:24px; padding:26px 0 19px 0; border-bottom:#cccccc solid 1px;}
.t_1200_4 ul li:hover .t_320_1{ border-bottom-color:#4da4d7;}

.t_1200_4 ul li .t_320_1 .tit_join{ float:left; color:#444444; font-size:18px; }
.t_1200_4 ul li:hover .t_320_1 .tit_join{ color:#fff;}
.t_1200_4 ul li .t_320_1 .time_join{ float:right; color:#666666; font-size:14px;}
.t_1200_4 ul li:hover .t_320_1 .time_join{ color:#fff;}
.t_1200_4 ul li .t_320_2{ float:left; width:320px; height:128px; margin-top:18px; color:#666666; font-size:14px; line-height:32px; overflow:hidden;}
.t_1200_4 ul li:hover .t_320_2{ color:#fff;}
.t_1200_4 ul li .t_320_3{ float:left; width:320px; margin-top:55px; height:37px;}
.t_1200_4 ul li .t_320_3 .a114{ float:left; width:112px; height:35px; border:#007cc5 solid 1px; color:#007cc5; font-size:14px; line-height:35px; text-align:center; 
   -moz-border-radius:3px; 
-webkit-border-radius:3px; 
 -khtml-border-radius:3px;
        border-radius:3px; 
}
.t_1200_4 ul li:hover .t_320_3 .a114{ border-color:#fff; color:#007cc5; background-color:#fff;}
.t_1200_4 ul li .t_320_4{ float:left; width:320px; height:25px; margin-top:16px; position:relative;}
.t_1200_4 ul li .t_320_4 .circle{ position:absolute; width:41px; height:45px; left:50%; top:0; margin-left:-20px; overflow:hidden;background:url(images/main151.png) no-repeat;}
.t_1200_4 ul li:hover .t_320_4 .circle{background:url(images/main15_h1.png) no-repeat;}
.t_1200_4 ul li .t_320_4 .circle a{ float:left; width:82px; height:45px; margin-left:0; } 
.t_1200_4 ul li:hover .t_320_4 .circle a{ margin-left:-41px;}




/*第六屏*/
.c_1200_7{ float:left; width:1200px;}
.t_1200_5{ float:left; width:1200px; margin-top:20px; color:#666666; font-size:14px; line-height:24px;}
.t_1200_5 .homecontact{ float:left; width:1200px; color:#828282; font-size:18px; line-height:24px; text-align:center;}
.t_1200_5 .d_1200_1{ float:left; width:1200px; margin-top:40px;}
.t_1200_5 .d_1200_1 .li_contact{ float:left; width:300px;}
.t_1200_5 .d_1200_1 .li_contact .img_contact{ margin:0 auto; width:128px;} 
.t_1200_5 .d_1200_1 .li_contact .img_contact .a_128{ float:left; width:128px; height:128px;}

.t_1200_5 .d_1200_1 .li_contact .tit_cont{ float:left; width:300px; margin-top:12px; color:#4d4d4d; font-size:16px; text-align:center; line-height:31px; text-transform:uppercase; font-weight:bold;}
.t_1200_5 .d_1200_1 .li_contact:hover .tit_cont{ color:#1071bc;}
.t_1200_5 .d_1200_1 .li_contact .line_cont{ float:left; width:100%; height:1px; text-align:center;}
.t_1200_5 .d_1200_1 .li_contact .line_cont .line{ display:inline-block; width:67px; height:1px; background-color:#929695;}
.t_1200_5 .d_1200_1 .li_contact:hover .line_cont .line{background-color:#007cc5;}
.t_1200_5 .d_1200_1 .li_contact .ftit_cont{ float:left; width:300px; height:33px; text-align: center; line-height:33px; color:#4c4c4c; font-size:18px;}
.t_1200_5 .d_1200_1 .li_contact:hover .ftit_cont{ color:#1071bc;}
.t_1200_5 .d_1200_1 .li_contact .text_cont{ float:left; width:240px; margin:8px 30px 0 30px; color:#4c4c4c; font-size:16px; line-height:24px; text-align:center;}
.t_1200_5 .d_1200_1 .li_contact:hover .text_cont{ color:#1071bc;}
.t_1200_6{ float:left; width:1200px; margin-top:40px; color:#666666; font-size:14px; line-height:24px; text-align:center;}
.t_1200_6 a{color:#666666; font-size:14px;}
.t_1200_6 a:hover{ color:#1071bc;}
@media  screen and (max-height:700px){
.t_1200_5 .d_1200_1{ margin-top:60px;}
.t_1200_6{ margin-top:40px; }	
}


/*右侧漂浮*/
.dock{position:fixed;right:0px; width:59px;z-index:200;}
.dock.close{z-index:50;}
.dock ul.icons{position:absolute;list-style:none;right:0px;padding:0px;width:59px; height:310px; border-right:none; background:url(images/right1.png) repeat;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
-webkit-transition:all .3s ease-in-out 0s;
-moz-transition:all .3s ease-in-out 0s;
-ms-transition:all .3s ease-in-out 0s;
-o-transition:all .3s ease-in-out 0s;
transition:all .3s ease-in-out 0s;}
.dock.close ul.icons{right:-70px;}
.dock ul.icons li i{display:block; position:relative; width:50px; height:50px; background:url(Images/icons.png) no-repeat; margin-left:5px;cursor:pointer;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;z-index:210;}
.dock ul.icons li.active i{-moz-opacity:0.4;opacity:0.4;}
.dock ul.icons li.up i{background-position:-63px -150px;}
.dock ul.icons li.tel i{background-position:-62px -108px;}
.dock ul.icons li.im i{background-position:-63px -20px;}
.dock ul.icons li.wechat i{background-position:-59px -66px;}
.dock ul.icons li.down i{background-position:-63px -190px;}
.dock ul.icons li p{display:block;position:absolute;top:50px;right:-260px;padding:15px 20px;height:140px;color:White;line-height:30px;border-right:none;background:url(images/right1.png) repeat;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px;border-radius:10px 0 0 10px;-moz-opacity:0;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .4s ease-in-out .1s;-moz-transition:all .4s ease-in-out .1s;-ms-transition:all .4s ease-in-out .1s;-o-transition:all .4s ease-in-out .1s;transition:all .4s ease-in-out .1s;overflow:hidden;z-index:201;}
.dock ul.icons li.active p{right:59px;-moz-opacity:1;opacity:1;filter:alpha(opacity=100);}
.dock ul.icons li.tel p{width:130px;}
.dock ul.icons li.im p{width:155px;}
.dock ul.icons li.im p a{display:block;margin-top:12px;width:100px;height:35px;line-height:32px;color:#73a3f8;font-size:16px;text-align:center;text-decoration:none;border:1px solid #1071bc;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
.dock ul.icons li.im p a:hover{color:White;background:#1071bc;border:1px solid #1071bc;}
.dock ul.icons li.wechat p{width:138px;}
.dock ul.icons li.wechat p img{width:115px;border:2px solid White;}
.dock a.switch{position:absolute;display:block;top:330px;right:16px;width:26px;height:26px;background:url(Images/icons.png) no-repeat 0px -640px;cursor:pointer;-webkit-transition-delay:.15s;-moz-transition-delay:.15s;-ms-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s;}
.dock a.switch.off{background-position:-32px -640px;}
.q_li_i{ display:block;}
.q_li_i:hover{-moz-opacity:0.4;opacity:0.4;}


/*1*/
.c_1200_8{ float:left; width:1200px; padding:38px 0; text-align:center;}
.c_1200_8 .tit_abin{ float:left; width:100%; color:#ffffff; font-size:30px; line-height:40px; font-weight: normal;}
.c_1200_8 .eng_abin{ float:left; width:100%; color:#fff; font-size:24px; line-height:30px; text-transform:uppercase;}
.c_1200_9{ float:left; width:1200px; border-top:#007cc5 solid 5px; background:url(images/about2.png) repeat;}

.pz_SideLayer{ float:left; width:100%; padding:19px 0 0 0; text-align:center;}
.pz_SideLayer .l1{ display:inline-block; *display:inline; *zoom:1;  width:150px; height:50px; margin:10px 10px 0 10px;}
.pz_SideLayer .l1 a{ float:left; width:100%; line-height:50px; background-color:#fff; color:#333333; font-size:14px;
   -moz-border-radius:4px; 
-webkit-border-radius:4px;
 -khtml-border-radius:4px;
        border-radius:4px;
}
.pz_SideLayer .l1 a:hover,
.pz_SideLayer .l1 a.hover{ background-color:#007cc5; color:#fff;}
.pz_SideLayer .l2{display:inline-block; *display:inline; *zoom:1;}
.pz_SideLayer .l2 a{ display:block;color:#666666; font-size:16px; margin:0 13px; line-height:24px; padding-left:10px; background:url(images/bg_12_1.jpg) no-repeat left center;}
.pz_SideLayer .l2 a.hover,
.pz_SideLayer .l2 a:hover{ color:#007cc5; background:url(images/bg_12_2.jpg) no-repeat left center;}

.t_1140_1{ float:left; width:1140px; padding:40px 30px 30px 30px; color:#6a6a6a; font-size:16px; line-height:36px;}



/*down*/
.c_0100_bg1{ background-color:#007cc5;}
.c_1200_10{ float:left; width:1200px; padding:28px 0; color:#f5f5f5; font-size:14px; text-align:center; line-height:24px; text-transform:uppercase;}
.c_1200_10 a{color:#f5f5f5; font-size:14px;}
.c_1200_10 a:hover{ color:#fff;}


/*3*/
.t_1140_2{ float:left; width:1140px; margin:25px 30px 0 30px; padding:0 0 15px 0; color:#666666; font-size:16px; background-color:#fff; text-align:center;
   -moz-border-radius:4px; 
-webkit-border-radius:4px;
 -khtml-border-radius:4px;
        border-radius:4px;
}

.t_1140_3{ float:left; width:1140px; margin:10px 30px 0 30px;}
.t_1140_3 ul{ float:left; min-height:500px;}
.t_1140_3 ul li{ float:left; width:1100px; margin:20px 0 0 0; padding:20px; background-color:#fff;}
.t_1140_3 ul li .l_450{ float:left; width:450px; height:278px; border:#f0f0f0 solid 1px;}
.t_1140_3 ul li .r_615{ float:right; width:615px;}
.t_1140_3 ul li .r_615 .t_615_1{ float:left; width:615px; height:36px; line-height:36px; font-weight:bold;}
.t_1140_3 ul li .r_615 .t_615_1 a{ color:#333333; font-size:24px;}
.t_1140_3 ul li:hover .r_615 .t_615_1 a{ color:#1071bc;}
.t_1140_3 ul li .r_615 .t_615_2{ float:left; width:615px; height:36px; margin-top:12px; line-height:36px; }
.t_1140_3 ul li .r_615 .t_615_2 a{ color:#333333; font-size:14px;}
.t_1140_3 ul li .r_615 .t_615_3{ float: left; width:615px; height:144px; margin-top:7px; line-height:36px; overflow:hidden;}
.t_1140_3 ul li .r_615 .t_615_3 a{ color:#333333; font-size:14px;}
.waik_1{ float:left; width:100%; padding:27px 0 28px 0;}
/* 分页 */
.pz_fy{width:100%; float:left; padding:10px 0px; text-align:center;}/*分页浮左或者浮右，修改此处即可。例：text-align:left;*/
.pz_fy a { PADDING:7px 11px; COLOR: #666; font-size:14px; background-color:#fff; text-decoration:none; margin:0 2px; }
.pz_fy a:hover,.pz_fy a.on{color: #fff; background-color:#007cc5; text-decoration:none;}/*鼠标经过和默认当前页样式*/


/*4*/
.t_1440_4{ float:left; width:1140px; margin:20px 30px 0 30px;}
.t_1440_4 ul{ float:left; min-height:500px;}
.t_1440_4 ul li{ float:left; width:1100px; padding:20px; margin:10px 0 0 0; background-color:#fff;}
.t_1440_4 ul li .l_213{ float:left; width:213px; height:159px;}
.t_1440_4 ul li .r_862{ float:right; width:862px;}
.t_1440_4 ul li .r_862 .t_862_1{ float:left; width:100%; height:24px; margin-top:6px; line-height:24px; font-weight: normal;}
.t_1440_4 ul li .r_862 .t_862_1 a{ color:#333333; font-size:18px;}
.t_1440_4 ul li:hover .r_862 .t_862_1 a{ color:#007cc5;}
.t_1440_4 ul li .r_862 .t_862_2{ float:left; width:100%; height:72px; margin-top:11px; line-height:24px; overflow:hidden;}
.t_1440_4 ul li .r_862 .t_862_2 a{ color:#333333; font-size:14px;}
.t_1440_4 ul li .r_862 .t_862_3{ float:left; width:100%; margin-top:9px; color:#333333; font-size:14px; font-family: Arial, Helvetica, sans-serif; line-height:24px;}

/*5*/
.t_1440_5{ float:left; width:1140px; margin:10px 30px 0 30px;}
.slide_menu{ float:left; width:1140px; min-height:500px;}

.slide_menu h3{ float:left; width:1140px; margin-top:10px; background-color:#fff; cursor:pointer; font-weight: normal;}
.slide_menu h3.on{ background-color:#1a75bf;}
.slide_menu h3 .l_1020{ float:left; width:1020px; padding:16px 0 14px 15px;}
.slide_menu h3 .l_1020 h4{ float:left; width:100%; height:24px; font-weight:normal; color:#1a75bf; font-size:14px; line-height:24px; font-weight:bold;}
.slide_menu h3.on .l_1020 h4{ color:#fff;}
.slide_menu h3 .l_1020 .t_1020_2{ float:left; width:1020px; height:19px; line-height:19px; margin-top:7px;}
.slide_menu h3 .l_1020 .t_1020_2 .l_230{ float:left; color:#666666; background:url(images/jline.jpg) right center no-repeat;}
.slide_menu h3.on .l_1020 .t_1020_2 .l_230{ color:#fff;}
.slide_menu h3 .l_1020 .t_1020_2 .l_230.wid1{ width:230px;}
.slide_menu h3 .l_1020 .t_1020_2 .l_230.wid2{ width:200px; padding:0 10px 0 50px;}
.slide_menu h3 .l_1020 .t_1020_2 .l_230.wid3{ width:430px; padding:0 10px 0 50px;}

.slide_menu h3 em{ float:right; display:block; width:80px; height:80px; border-left:#e6e6e6 solid 1px; background:url(images/join3.png) no-repeat; cursor:pointer; }
.slide_menu h3.on em{  background:url(images/join3_h.png) no-repeat; border-left:#1769ac solid 1px; }
.slide_menu .menu_show{ float:left; width:1110px; padding:20px 15px; color:#333333; font-size:14px; line-height:30px; display:none; background-color:#fff; /* 默认都隐藏 */ }
.slide_menu .menu_show .tshow{ float:left; width:815px; padding:10px 0 0 295px;}
.slide_menu .menu_show .dshow{ float:left; width:100%; margin-top:10px;}
.slide_menu .menu_show .dshow .sub{ float:left; width:94px; height:30px; background-color:#1a75bc; color:#ffffff; font-size:14px; text-align:center; line-height:30px;
   -moz-border-radius:4px; 
-webkit-border-radius:4px;
 -khtml-border-radius:4px;
        border-radius:4px;
}


/*6*/
.t_1140_1 .l_725{ float:left; width:725px; height:520px;}
.t_1140_1 .r_395{ float:right; width:385px;}











.elli{overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}