﻿@charset "utf-8";
/* CSS Document */
/*切图：gz 华联教育PC*/

/*初始化*/
html{ overflow-x:hidden; overflow-y:auto;}
body{ overflow-x:hidden; overflow-y:hidden;}
*{ padding:0; margin:0;}
ul, ol,li{ list-style-type:none; line-height:normal;margin-bottom:0;}
body, button, input, select, textarea{ font-family:'Microsoft yahei' ,Arial;font-size:12px;color:#000000;}
code, kbd, pre, samp {font-family:'Microsoft yahei' ,Arial;}
a{ text-decoration:none;
    color:#333;
}
a:hover{color:#333; cursor:pointer;text-decoration: inherit;text-decoration: inherit;
    -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;
}
img{border:0;}
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal;  font-family:'Microsoft yahei' ,Arial;}
h1{font-size:36px;}
h2{font-size:24px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:14px;}
h6{font-size:12px;}
input,table,tr,td{ margin:0; padding:0; border:none;outline:0;}
button,table{ border:none; background:none; margin:0; padding:0;outline:0;}
select{ margin:0; padding:0; font-family:'Microsoft yahei' ,Arial;}
textarea{ resize:none;outline:0;}
input{ outline:0;}

/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block} 

/*输入框文字颜色*/
::-webkit-input-placeholder { color:#000 !important; opacity:1;filter:alpha(opacity=100);}
:-moz-placeholder {  color:#000 !important; opacity:1;filter:alpha(opacity=100);}
::-moz-placeholder {  color:#000 !important; opacity:1;filter:alpha(opacity=100);}
:-ms-input-placeholder { color:#000 !important; opacity:1;filter:alpha(opacity=100); }

{
	/*圆角*/
	border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-webkit-border-radius:100%;
	
	/*阴影*/
	box-shadow:0 3px 3px #fff;
	-moz-box-shadow:0 3px 3px #fff;
	-ms-box-shadow:0 3px 3px #fff;
	-webkit-box-shadow:0 3px 3px #fff;
	
	/*旋转*/
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
	
	-webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
	
	}

/*放大*/
.g_index-img{ display: block; float: left;  position: relative; overflow: hidden;}
.g_index-img img{ width: 100%; height: 100%; 
transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
-o-transition: width all 0.4s linear;}

xxxx:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	

.pz_top{ float:left; width:100%; min-width: 1200px; position:relative; z-index:2;}
.pz_banner{ float:left; width:100%; min-width: 1200px; overflow:hidden; position:relative; z-index:1;}
.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;}
.w_1336{ margin:0 auto; width:1336px;}
/*pz_top*/
.bg1{ border-bottom:1px solid #e7e7e7;}
.c_1200_1{ float:left; width:1200px;}
.logo{ float:left; padding:29px 0 28px 0;}
.r_1{ float:right; padding:38px 0 39px 0;}
.r_1 .phone1{ float:left; width:158px; padding-left:34px; background:url(images/ico1.png) center left no-repeat;}
.r_1 .phone2{ float:left; width:152px; padding-left:30px; background:url(images/ico2.png) center left no-repeat;}
.r_1 .p1{ float:left; width:100%; height:18px; line-height:18px; font-size:14px; color:#808080;}
.r_1 .num1{ float:left; width:100%;; height:18px; line-height:18px; font-size:16px; color:#333; font-family:"Arial";}

.r_1 .ss1{ float:left; width:221px; height:36px; background:url(images/ss1.png) no-repeat; padding:0 13px 0 14px;}

.r_1 .ss1 .l_205{ float:left; width:195px; height:34px; line-height:34px; margin:1px 0; padding-right:10px;}
.r_1 .ss1 .l_16{ float:left; width:16px; margin-top:10px;}

.l_205::-webkit-input-placeholder { color:#808080 !important; opacity:1;filter:alpha(opacity=100);}
.l_205:-moz-placeholder {  color:#808080 !important; opacity:1;filter:alpha(opacity=100);}
.l_205::-moz-placeholder {  color:#808080 !important; opacity:1;filter:alpha(opacity=100);}
.l_205:-ms-input-placeholder { color:#808080 !important; opacity:1;filter:alpha(opacity=100); }

/*下拉*/
.nav_con {
	float:left;
	width:100%;

  height: 62px;
  position: relative;
  z-index: 9999999;
  box-shadow:0px 2px 5px #aaa; background:#fff;
}
.nav_con ul > li {
  /*position: relative;*/
  float: left;
  font-size: 17px;
  width:106px; padding:0 7px;
}




.nav_con ul > li > .a1 {
  display: block;
  line-height: 59px;
  border-bottom:3px solid #fff;
  float: left;
  width:100%;
  text-align:center;
  /*padding: 0 20px;*/
}
.nav_con ul > li .nav_t {
  display: none;
  position: absolute;
  left: 7px;
  top: 62px;
  width: 1092px;
  background: rgba(102, 51, 0, 0.6);
  padding: 30px 0 53px 0;
}
.nav_con ul > li .nav_t:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 106px;
  background: rgba(102, 51, 0, 0.7);
  height: 100%;
  z-index: -1;
}
.nav_con ul > li .nav_t .nav_table {
  float: left;
  width: 106px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.nav_con ul > li .nav_t .nav_table a {
  display: block;
  text-align: center;
  color: #DEDEDE;
  font-size: 13px;
  line-height: 50px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.nav_con ul > li .nav_t .nav_table a:before {
  display: none;
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  width: 5px;
  height: 10px;
  background: url(images/g_icon.png) no-repeat center center;
}
.nav_con ul > li .nav_t .nav_table a.cur,
.nav_con ul > li .nav_t .nav_table a:hover {
  background:rgba(186,158,131,0.7);
  color: #fff;
}
.nav_con ul > li .nav_t .nav_table a.cur:before,
.nav_con ul > li .nav_t .nav_table a:hover:before {
  display: block;
}
.nav_con ul > li .nav_t .nav_btn {
  float: right;
  width: 920px;
  padding:0 50px 0 16px;
}
.nav_con ul > li .nav_t .nav_btn ol {
  margin-top: 0px;
}
.nav_con ul > li .nav_t .nav_btn ol li {
  margin-bottom: 0px;
  float: left;
  width: 190px;
  margin-left: 40px;
}
.nav_con ul > li .nav_t .nav_btn ol li .bt {
	height:27px;
	line-height:12px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.nav_con ul > li .nav_t .nav_btn ol li .b_con {
  margin-top: 8px;
}

.nav_con ul > li:hover .a1,
.nav_con ul > li.on .a1{ color:#663300; border-bottom:3px solid #663300;}
.nav_con ul > li:hover .nav_t {
  display: block;
}

.nav_con ul > li .nav_t .nav_btn ol li .ul1{ float:left; width:100%; margin-top:8px; }
.nav_con ul > li .nav_t .nav_btn ol li .ul1 .li1{ float:left; width:100%; height:29px; line-height:29px; font-size:14px; color:#fff;}
.nav_con ul > li .nav_t .nav_btn ol li .ul1 .li1 a{ color:#fff;}
.nav_con ul > li .nav_t .nav_btn ol li .ul1 .li1 a:hover{ color:#eee;}


.nav_con ul > li.dw{position:relative;}
.nav_con ul > li.dw .nav_t{width:106px; left:50%; margin-left:-53px; padding: 0;}
.nav_con ul > li.dw .nav_t .nav_table a.cur:before,
.nav_con ul > li.dw .nav_t .nav_table a:hover:before {
  display: none;
}


/*banner*/
.slide_banner{ float:left; width:100%; margin:0; outline:none;}
.slide_banner .slick-slide{ outline:none;} 
.slide_banner a{ outline:none; position:relative; z-index:1;}
.slide_banner .slick-slide{ width:100%; padding:0; position:relative; z-index:1;}
.slide_banner img{ width:100%; outline:none; position:relative; z-index:1;}
.slide_banner .slick-prev{ display:none; width:64px; height:110px; background:url(images/l1.png) no-repeat; background-size:100% 100%; left:0%; top:50%;
-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.slide_banner .slick-prev:hover{}
.slide_banner .slick-next{ display:none; width:64px; height:110px; background:url(images/r1.png) center no-repeat; background-size:100% 100%; right:0%; top:50%;
-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.slide_banner .slick-next:hover{ }
.slide_banner .slick-dots{ bottom:14px; left:50%; width:120px; height:23px; padding:6px 0; text-align:center; z-index:2; background:rgba(0,0,0,0.3);
border-radius:17px;
-moz-border-radius:17px;
-ms-border-radius:17px;
-webkit-border-radius:17px;
-webkit-transform: translate(-50%, -0%);
	-ms-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);

}
.slide_banner .slick-dots li{ display:inline-block; *display:inline; *zoom:1; width:23px; height:23px; margin:0 2px; background:url(images/btn1.png) no-repeat; text-indent:-9999px; overflow:hidden; content:" ";
-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;
		border-radius:100%;
   -moz-border-radius:100%;
    -ms-border-radius:100%;
-webkit-border-radius:100%;
}
.slide_banner .slick-dots li.slick-active{ background:url(images/btn1_1.png) no-repeat;}

/*pz_main*/
.c_1200_2{ float:left; width:1200px; padding-top:53px;}
.title1{ float:left; width:1200px; text-align:center; font-size:24px;}
.title1 .e_1{ float:left; width:100%; height:31px; line-height:31px; color:#663300; font-family:"Arial";}
.title1 .c_1{ float:left; width:100%; height:38px; line-height:38px; color:#1a1a1a;}
.title1 .e_1.co_fff{ color:#fff;}
.title1 .c_1.co_fff{ color:#fff;}
.title1.l_1366{ width:1366px;}

.c_1200_2 .sta{ float:left; width:1336px; margin-top:45px; padding-bottom:80px;}

.c_1200_2 .sta .homedown{ float:left; width:1200px; padding:0 66px;}
.c_1200_2 .sta .homedown .slick-slide{ padding-bottom:6px; cursor:pointer;}
.c_1200_2 .sta .homedown .imgk{ float:left; border:1px solid #e6e6e6; height:64px; width:168px; text-align:center; padding-top:20px; padding-left:30px;}
.c_1200_2 .sta .homedown .imgk .span1{ float:left; width:46px; height:46px;
border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
}
.c_1200_2 .sta .homedown .imgk .span1 img{ width:46px; height:46px;
border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
	}
.c_1200_2 .sta .homedown .imgk .text1{ float:left; width:102px; margin-left:19px; text-align:left;}
.c_1200_2 .sta .homedown .imgk .text1 .c_2{ float:left; width:100%; height:21px; line-height:21px; font-size:14px; color:#333; font-weight:bold; margin-top:4px; overflow:hidden;}
.c_1200_2 .sta .homedown .imgk .text1 .e_2{ float:left; width:100%; height:18px; line-height:18px; font-size:14px; color:#666; font-family:"Arial"; overflow:hidden;}
.c_1200_2 .sta .homedown .slick-prev{ width:36px; height:36px; left:0px; top:25px; background:url(images/l2.png) no-repeat;
-webkit-transform: translate(0, -0%);
	-ms-transform: translate(0, -0%);
	transform: translate(0, -0%);
}
.c_1200_2 .sta .homedown .slick-next{ width:36px; height:36px; left:auto; top:25px; right:0px; background:url(images/r2.png) no-repeat;
-webkit-transform: translate(0, -0%);
	-ms-transform: translate(0, -0%);
	transform: translate(0, -0%);
}
.c_1200_2 .sta .homedown .slick-slide.slick-current.slick-active{ background:url(images/bg1.png) no-repeat;}
.c_1200_2 .sta .hometop{ float:left; width:1200px; margin-top:21px; padding:0 66px;}
.c_1200_2 .sta .hometop .l_689{ float:left; width:689px; position:relative;}
.c_1200_2 .sta .hometop .l_689 .text2{ position:absolute; top:30px; right:30px; width:225px; height:320px; background:rgba(255,255,255,0.8); padding:4px 45px 0 20px;}
.c_1200_2 .sta .hometop .l_689 .text2 .title2{ float:left; width:100%; height:60px; line-height:60px; background:url(images/bg2.png) bottom left no-repeat; font-size:16px; color:#333;}
.c_1200_2 .sta .hometop .l_689 .text2 .p2{ float:left; width:100%; height:168px; margin-top:24px; line-height:28px; font-size:14px; color:#4c4c4c; overflow:hidden;}
.c_1200_2 .sta .hometop .l_689 .text2 .link1{ float:left; width:100%; margin-top:14px;}
.c_1200_2 .sta .hometop .l_689 .text2 .link1 a{ display:block; float:left; width:96px; height:28px; line-height:28px; border:1px solid #663300; color:#663300; text-align:center;}
.c_1200_2 .sta .hometop .l_689 .text2 .link1 a:hover{ background:#663300; color:#fff;}

.r_483{ float:right; width:483px;}
.slideTxtBox{ float:left; width:483px;}
.slideTxtBox .hd{ float:left; width:483px; height:37px; border-bottom:1px solid #e3e3e3;  position:relative; }
.slideTxtBox .hd ul{ float:left;}
.slideTxtBox .hd ul li{ float:left; line-height:20px; height:37px; cursor:pointer; margin-right:35px; font-size:18px; color:#333;}
.slideTxtBox .hd ul li.on{ border-bottom:1px solid #663300; color:#663300;}
.slideTxtBox .hd .a2{ float:right; line-height:27px; font-size:14px; color:#666;}
.slideTxtBox .hd .a2:hover{ color:#663300;}

.slideTxtBox .bd .ul2{ float:left; width:483px; zoom:1;  }
.slideTxtBox .bd .ul2 .t_1{ float:left; width:483px; padding:20px 0 23px 0; border-bottom:1px dashed #ccc;}
.slideTxtBox .bd .ul2 .t_1 .l_98{ float:left; width:98px;}
.slideTxtBox .bd .ul2 .t_1 .r_385{ float:left; width:365px; padding-left:20px; padding-top:3px; height:60px; line-height:30px; font-size:16px; color:#333; overflow:hidden;}
.slideTxtBox .bd .ul2 .t_1 .r_385 a:hover{ color:#663300;}
.slideTxtBox .bd .ul2 .ul3{ float:left; width:483px; margin-top:4px;}
.slideTxtBox .bd .ul2 .ul3 .li2{ float:left; width:466px; height:32px; line-height:32px; padding-left:17px; font-size:14px; background:url(images/bg3.png) left center no-repeat;}
.slideTxtBox .bd .ul2 .ul3 .li2 a{ display:block; float:left; width:466px; height:32px; color:#777; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.slideTxtBox .bd .ul2 .ul3 .li2 a img{ display:inline-block; vertical-align:middle; padding-bottom:2px; margin-right:5px;}
.slideTxtBox .bd .ul2 .ul3 .li2:hover{ background:url(images/bg4.png) left center no-repeat;}
.slideTxtBox .bd .ul2 .ul3 .li2:hover a{ color:#663300;}

.bg2{ background:#f7f7f7;}
.c_1200_3{ float:left; width:1200px; padding-top:75px;}

.bg3{ background:url(images/bg5.png) left 35px repeat-x;}
.c_1200_4{ float:left; width:1200px; padding-top:25px; padding-bottom:81px;}

.slideTxtBox1{ float:left; width:1200px;}
.slideTxtBox1 .hd{ float:left; width:1200px; height:86px; position:relative; }
.slideTxtBox1 .hd ul{ float:left; width:1200px; text-align:center;}
.slideTxtBox1 .hd ul li{ display:inline-block; *display:inline; *zoom:1; line-height:86px; height:86px; cursor:pointer; font-size:16px; color:#4c4c4c; position:relative;}
.slideTxtBox1 .hd ul li i{ position:absolute; top:0; left:50%; display:block; width:18px; height:18px; background:#fff url(images/bg6.png) center no-repeat; display:none;
-webkit-transform: translate(-50%, -0%);
-ms-transform: translate(-50%, -0%);
-moz-transform: translate(-50%, -0%);
transform: translate(-50%, -0%);
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
border-radius:100%;
box-shadow:0 0 8px #bbb;
-moz-box-shadow:0 0 8px #bbb;
-ms-box-shadow:0 0 8px #bbb;
-webkit-box-shadow:0 0 8px #bbb;
}
.slideTxtBox1 .hd ul .span2{ display:inline-block; *display:inline; *zoom:1; padding:0 30px;}
.slideTxtBox1 .hd ul li.on{ color:#663300;}
.slideTxtBox1 .hd ul li.on i{ display:block;}

.slideTxtBox1 .bd .ul01{ float:left; width:1230px; zoom:1; margin-top:-13px;}
.slideTxtBox1 .bd .ul01 li{ float:left; width:380px; margin-top:30px; margin-right:30px; background:#fff; overflow:hidden;
border-bottom-left-radius:7px;
-moz-border-bottom-left-radius:7px;
-ms-border-bottom-left-radius:7px;
-webkit-border-bottom-left-radius:7px;
-moz-border-bottom-right-radius:7px;
-ms-border-bottom-right-radius:7px;
-webkit-border-bottom-right-radius:7px;
border-bottom-right-radius:7px;
}
.slideTxtBox1 .bd .ul01 li .pic1{ float:left; width:380px; height:214px; position:relative;}
.slideTxtBox1 .bd .ul01 li .pic1 a img{ width:380px; height:214px;}
.slideTxtBox1 .bd .ul01 li .pic1 .pf1{ position:absolute; right:20px; bottom:20px; float:left; width:60px; height:61px; background:url(images/bg9.png) no-repeat; text-align:center;}
.slideTxtBox1 .bd .ul01 li .pic1 .pf1 .p3{ float:left; width:100%; height:30px; line-height:30px; font-size:14px; color:#fff; overflow:hidden;}
.slideTxtBox1 .bd .ul01 li .pic1 .pf1 .p4{ float:left; width:100%; height:31px; line-height:31px; font-size:12px; color:#663300; overflow:hidden;}
.slideTxtBox1 .bd .ul01 li .text3{ display:block; float:left; width:303px; padding:15px 58px 14px 19px; background:url(images/bg8.png) 322px 21px no-repeat;}
.slideTxtBox1 .bd .ul01 li .text3 .p5{ float:left; width:303px; height:28px; line-height:28px; font-size:16px; color:#333; overflow:hidden;}
.slideTxtBox1 .bd .ul01 li .text3 .p6{ float:left; width:303px; height:24px; line-height:24px; font-size:14px; color:#787878; overflow:hidden;}
.slideTxtBox1 .bd .ul01 li:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	

.slideTxtBox1 .bd .ul01 li:hover{ box-shadow:0 3px 15px #ccc;}
.slideTxtBox1 .bd .ul01 li:hover .text3 .p5{ color:#663300;}

.bg4{}
.c_1200_5{ float:left; width:1200px; padding-top:72px; overflow:hidden;}
.c_1200_5 .c_ioc1{ float:left; width:1220px; padding:23px 0 80px 0;}
.c_1200_5 .c_ioc1 .l_ico1{ float:left; width:265px; height:80px; margin-top:20px; margin-right:20px; background:#582c00; padding:21px 0 21px 20px;
border-radius:10px;
-moz-border-radius:10px;
-ms-border-radius:10px;
-webkit-border-radius:10px;
-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;

position: relative;opacity:0; filter:alpha(opacity=00);
-webkit-transition: all 0s ease-out 0s; 
   -moz-transition: all 0s ease-out 0s; 
     -o-transition: all 0s ease-out 0s; 
        transition: all 0s ease-out 0s;
-webkit-transform: scale(1.09,1.09);
   -moz-transform: scale(1.09,1.09);
    -ms-transform: scale(1.09,1.09);	
     -o-transform: scale(1.09,1.09);	
   		  transform: scale(1.09,1.09);

}

.c_1200_5 .c_ioc1 .l_ico1.on{opacity:1; filter:alpha(opacity=100);
-webkit-transform: scale(1.00,1.00);
   -moz-transform: scale(1.00,1.00);
    -ms-transform: scale(1.00,1.00);	
     -o-transform: scale(1.00,1.00);	
   		  transform: scale(1.00,1.00);
-webkit-transition: all 0.4s ease-out 0s; 
   -moz-transition: all 0.4s ease-out 0s; 
     -o-transition: all 0.4s ease-out 0s; 
        transition: all 0.4s ease-out 0s;}




.c_1200_5 .c_ioc1 .l_ico1 .l_80{ float:left; width:80px; height:80px; overflow:hidden; background:#fff;
border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
}
.bl_1{ display:block;}
.no_1{ display:none;}
.c_1200_5 .c_ioc1 .l_ico1 .l_185{ float:left; width:165px; height:54px; line-height:27px; color:#fff; font-size:16px; padding:13px 0 13px 20px;}
.c_1200_5 .c_ioc1 .l_ico1:hover{ background:#fff;}
.c_1200_5 .c_ioc1 .l_ico1:hover .l_80{ background:#663300;}
.c_1200_5 .c_ioc1 .l_ico1:hover .bl_1{ display:none;}
.c_1200_5 .c_ioc1 .l_ico1:hover .no_1{ display:block;}
.c_1200_5 .c_ioc1 .l_ico1:hover .l_185{ color:#663300;}

.c_1200_6{ float:left; width:1200px; padding-top:63px;}

.bg3{ background:url(images/bg5.png) left 35px repeat-x;}
.c_1200_7{ float:left; width:1200px; padding-top:25px; padding-bottom:90px;}
.slideTxtBox2{ float:left; width:1200px;}
.slideTxtBox2 .Hd{ float:left; width:1200px; height:50px; position:relative; }
.slideTxtBox2 .Hd .ul02{ float:left; width:1200px; text-align:center;}
.slideTxtBox2 .Hd .ul02 li{ display:inline-block; *display:inline; *zoom:1; line-height:86px; height:50px; cursor:pointer; font-size:16px; color:#4c4c4c; position:relative;}
.slideTxtBox2 .Hd .ul02 li i{  position:absolute; top:0; left:50%; display:block; width:18px; height:18px; background:#fff url(images/bg6.png) center no-repeat; display:none;
-webkit-transform: translate(-50%, -0%);
-ms-transform: translate(-50%, -0%);
-moz-transform: translate(-50%, -0%);
transform: translate(-50%, -0%);
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
border-radius:100%;
box-shadow:0 0 8px #bbb;
-moz-box-shadow:0 0 8px #bbb;
-ms-box-shadow:0 0 8px #bbb;
-webkit-box-shadow:0 0 8px #bbb;
}
.slideTxtBox2 .Hd .ul02 .span2{ display:inline-block; *display:inline; *zoom:1; padding:0 30px;}
/*.slideTxtBox2 .Hd .ul02 li.on{ color:#663300;}
.slideTxtBox2 .Hd .ul02 li.on i{ display:block;}*/


.slideTxtBox2 .Bd .ul03{ float:left; width:1200px; zoom:1;}

.slideTxtBox2 .Bd .ul03 .slideBox2{ float:left; width:1200px; padding:0 66px 0 66px; margin:0 -66px 0 -66px; position:relative;}
.slideTxtBox2 .Bd .ul03 .slideBox2 .sPrev{ position:absolute; left:-0px; bottom:146px; width:36px; height:36px; background:url(images/l2.png) no-repeat;}
.slideTxtBox2 .Bd .ul03 .slideBox2 .sNext{ position:absolute; right:-0px; bottom:146px; width:36px; height:36px; background:url(images/r2.png) no-repeat;}
.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04{}
.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li{ float:left; background:#fff; height:349px; padding:15px 15px 15px 15px;}
.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li .c_yy{ float:left; width:270px; height:349px;}

.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li .yy{ float:left; width:270px; height:236px; margin-top:113px; position:relative;
box-shadow:0 0 15px #ddd;
-moz-box-shadow:0 0 15px #ddd;
-ms-box-shadow:0 0 15px #ddd;
-webkit-box-shadow:0 0 15px #ddd;
border-radius:8px;
-moz-border-radius:8px;
-ms-border-radius:8px;
-webkit-border-radius:8px;
-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;
}
.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li:hover .yy{ height:256px; margin-top:93px;}
.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li .yy .pic2{ float:left; width:270px; margin-top:-93px; text-align:center;}
.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li .yy .pic2 .span3{ display:inline-block; *display:inline; *zoom:1; width:148px; height:148px; cursor:pointer; overflow:hidden; border:6px solid rgba(102,51,0,0.3);
border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
}
.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li .yy .pic2 .span3 img{ width:148px; height:148px;}
.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li .yy  .title3{ float:left; width:270px; margin-top:24px; text-align:center;}
.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li .yy  .title3 .e_3{ float:left; width:270px; height:27px; line-height:27px; font-size:18px; color:#333;}
.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li .yy  .title3 .c_3{ float:left; width:270px; height:19px; line-height:19px; font-size:12px; color:#2d2d2d; font-family:"Arial";}
.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li .yy .p7{ float:left; width:240px; height:48px; line-height:24px; color:#191919; text-align:center; padding:0 15px; margin-top:8px;}

.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li .yy .link2{ float:left; position:absolute; bottom:0%; left:0; width:270px; height:49px; border-bottom:2px solid #663300; opacity:0;filter:alpha(opacity=00);
-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;
}
.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li .yy .link2 a{ display:block; margin:0 auto; width:31px; height:31px; background:url(images/bg11.png) no-repeat;}

.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li:hover .yy  .title3 .e_3{ color:#663300;}
.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li:hover .yy .pic2 .span3{ border:6px solid rgba(102,51,0,0.6);}
.slideTxtBox2 .Bd .ul03 .slideBox2 .ul04 li:hover .yy .link2{ opacity:1;filter:alpha(opacity=100);}

.bg4_1{ background:#f7f7f7;}

.c_1200_8{ float:left; width:1200px; padding:62px 0 71px 0;}

.c_1200_8 .l_new{ float:left; width:380px; margin-right:30px;}
.c_1200_8 .l_new.mr_0{ margin-right:0;}

.c_1200_8 .l_new .title4{ float:left; width:100%; height:52px; line-height:52px; border-bottom:2px solid #e3e3e3; font-size:18px; color:#663300;} 
.c_1200_8 .l_new .title4 .span4{ float:left; display:block; height:52px; border-bottom:2px solid #663300;}
.c_1200_8 .l_new .title4 .a3{ float:right; font-size:14px; color:#666;}
.c_1200_8 .l_new .title4 .a3:hover{ color:#663300;}


.c_1200_8 .l_new .ul05{ float:left; width:380px;}
.c_1200_8 .l_new .ul05 .t_2{ float:left; width:380px; padding:20px 0 23px 0; border-bottom:1px dashed #c6c6c6;}
.c_1200_8 .l_new .ul05 .t_2 .l_98_1{ float:left; width:98px; height:74px;}
.c_1200_8 .l_new .ul05 .t_2 .l_98_1 img{ width:98px; height:74px;}
.c_1200_8 .l_new .ul05 .t_2 .l_282{ float:left; width:262px; padding-left:20px; padding-top:2px; height:62px; line-height:31px; font-size:16px; color:#333; overflow:hidden;}
.c_1200_8 .l_new .ul05 .ul06{ float:left; width:380px; margin-top:15px;}
.c_1200_8 .l_new .ul05 .ul06 .li3{ float:left; width:364px; height:32px; line-height:32px; padding-left:16px; background:url(images/bg3.png) left center no-repeat; font-size:14px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.c_1200_8 .l_new .ul05 .ul06 .li3 a{ color:#777;}
.c_1200_8 .l_new .ul05 .ul06 .li3 a img{ vertical-align:middle; padding-bottom:2px; margin-right:5px;}

.c_1200_8 .l_new .ul05 .t_2:hover .l_282 a{ color:#663300;}
.c_1200_8 .l_new .ul05 .ul06 .li3 a:hover{ color:#663300;}


.c_1200_9{ float:left; width:1200px; padding-top:73px;}
.case{ float:left; width:1200px; padding:43px 0 76px 0;}
.case .slideBox3{ float:left; width:1200px; padding:0 66px; margin-left:-66px; position:relative;}
.case .slideBox3 .ul07{ float:left; width:1200px;}
.case .slideBox3 .ul07 li{ float:left; width:380px; margin-right:30px;}
.case .slideBox3 .ul07 li .pic3{ float:left; width:380px; height:285px; position:relative;}
.case .slideBox3 .ul07 li .pic3 .a4{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(102,51,0,0.4)url(images/bg12.png) center no-repeat; opacity:0;filter:alpha(opacity=00);
-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;
}
.case .slideBox3 .ul07 li img{ width:380px; height:285px;}
.case .slideBox3 .sPrev1{ position:absolute; left:0; top:125px; width:36px; height:36px; background:url(images/l2.png) no-repeat;}
.case .slideBox3 .sNext1{ position:absolute; right:0; top:125px; width:36px; height:36px; background:url(images/r2.png) no-repeat;}
.case .slideBox3 .ul07 li .text4{ float:left; width:380px; margin-top:9px;}
.case .slideBox3 .ul07 li .text4 .l_time{ display:none; float:left; width:56px; margin-top:3px; background:url(images/bg13.png) right center no-repeat; color:#333; font-family:"微软雅黑";}
.case .slideBox3 .ul07 li .text4 .l_time .day{ float:left; width:100%; height:29px; line-height:29px; font-size:30px; font-weight:bold;}
.case .slideBox3 .ul07 li .text4 .l_time .year{ float:left; width:100%; height:18px; line-height:18px; font-size:16px;}

.case .slideBox3 .ul07 li .text4  .r_p1{ float:left; width:100%; height:52px; line-height:26px;  font-size:16px; color:#333;}
.case .slideBox3 .ul07 li:hover .pic3 .a4{ opacity:1;filter:alpha(opacity=100);}

/*pz_down*/
.bg5{ background:#4d2600;}
.bg6{ border-top:1px solid #5b3c1e;}

.c_1200_10{ float:left; width:1200px; padding-bottom:20px;}
.c_1200_10 .l_930{ float:left; width:930px; border-right:1px solid #5b3c1e;}
.c_1200_10 .l_930 .l_link1{ float:left; width:155px; padding:27px 0 41px 0;}
.c_1200_10 .l_930 .l_link1 .title5{ float:left; width:100%; height:63px; line-height:63px; background:url(images/bg14.png) left bottom no-repeat; font-size:16px; color:#fff;}
.c_1200_10 .l_930 .l_link1 .title5 a{ color:#fff;}
.c_1200_10 .l_930 .l_link1 .link3{ float:left; width:100%; margin-top:16px;}
.c_1200_10 .l_930 .l_link1 .link3 a{ display:block; float:left; width:100%; height:31px; line-height:31px; font-size:14px; color:#a89385; overflow:hidden;}
.c_1200_10 .l_930 .l_link1 .link3 a:hover{ color:#fff;}
.c_1200_10 .r_269{ float:left; width:234px; padding-left:35px;}
.c_1200_10 .r_269 .div1{ float:left; width:234px; padding:38px 0 4px 0;}
.c_1200_10 .r_269 .div1 .p8{ float:left; width:100%; height:36px; line-height:36px; font-size:16px; color:#fff; overflow:hidden;}
.c_1200_10 .r_269 .div1 .p9{ float:left; width:100%; height:25px; line-height:25px; font-size:28px; color:#fff; font-weight:bold; padding-left:34px; background:url(images/ico19.png) left center no-repeat; overflow:hidden;}

.c_1200_10 .r_269 .div2{ float:left; width:234px; margin-top:11px;}
.c_1200_10 .r_269 .div2 .p10{ float:left; width:100%; height:24px; line-height:24px; overflow:hidden; font-size:16px; color:#fff;}
.c_1200_10 .r_269 .div2 .p11{ float:left; width:100%; height:24px; line-height:24px; overflow:hidden; font-size:14px; color:#a89385;}


.c_1200_10 .r_269 .d_link1{ float:left; width:234px; padding-top:17px;}
.c_1200_10 .r_269 .d_link1 .div3{ float:left; width:147px; height:34px; line-height:34px; padding:0 22px; border:1px solid #5f3c1a; margin-top:10px; font-size:14px; color:#a89385; cursor:pointer; position:relative;
border-radius:18px;
-moz-border-radius:18px;
-ms-border-radius:18px;
-webkit-border-radius:18px;
}
.c_1200_10 .r_269 .d_link1 .div3 img{ float:right; margin-top:7px;}

.c_1200_10 .r_269 .d_link1 .div3 .pf2{ position:absolute; bottom:-1px; left:-1px; width:159px; height:199px; padding:17px 17px 0 17px; background:#371b00; display:none;
border-radius:17px;
-moz-border-radius:17px;
-ms-border-radius:17px;
-webkit-border-radius:17px;
}
.c_1200_10 .r_269 .d_link1 .div3 .pf2 img{ margin-top:0; float:none; width:160px; height:160px;}
.p12{ float:left; width:100%; text-align:center; height:36px; line-height:36px; margin-top:2px;}
.c_1200_10 .r_269 .d_link1 .div3:hover .pf2{ display:block;}


.link_bq{ float:left; width:1200px; padding:16px 0 13px 0;}
.link_bq .link4{ float:left; width:1200px; height:23px; line-height:23px; font-size:12px; color:#a89385; overflow:hidden;}
.link_bq .link4 i{ font-style:normal; padding:0 19px;}
.link_bq .link4 a{ color:#a89385;}
.link_bq .link4 a:hover{ color:#fff;}

.bq{ float:left; width:1200px; text-align:center; line-height:22px; color:#a89385;}
.bq a{ color:#a89385;}
.bq a:hover{ color:#a89385;}


/*底部漂浮*/
.sem_left{ bottom: 0px; cursor: pointer; display: none; left: 0; position: fixed; z-index: 100;}
.ju_box { background:rgba(5,18,35,0.8) bottom center no-repeat; bottom: 0px; height: 140px; left: 0; position: fixed; width: 100%; z-index: 80;}
.close_sem {cursor: pointer; position: absolute; right: -60px; top: 12px; z-index: 2;}

.c_1200_11{ float:left; width:791px; height:140px; position:relative; padding-left:409px;}
.c_1200_11 .pf3{ position:absolute; bottom:0; left:0;}
.c_791{ float:left; width:791px;}
.c_791 .l_445{ float:left; width:445px; height:140px; padding-top:46px;}
.c_791 .l_445 .a5{ display:block; float:left; width:197px; height:50px; line-height:50px; border:1px solid #fff; text-align:center; font-size:16px; color:#fff; margin-right:30px;
border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-webkit-border-radius:5px;
}
.c_791 .l_445 .a5.mr_0{ margin-right:0;}
.c_791 .l_445 .a5 img{ vertical-align:middle; padding-bottom:2px;}
.c_791 .l_346{ float:left; width:306px; height:98px; background:rgba(255,255,255,0.2); padding:20px 20px 22px 20px;}

.c_791 .l_346 .input1{ float:left; width:276px; padding:0 15px; height:44px; line-height:44px; font-size:14px; color:#333;
border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-webkit-border-radius:5px;
}
.input1::-webkit-input-placeholder { color:#999 !important; opacity:1;filter:alpha(opacity=100);}
.input1:-moz-placeholder {  color:#999 !important; opacity:1;filter:alpha(opacity=100);}
.input1::-moz-placeholder {  color:#999 !important; opacity:1;filter:alpha(opacity=100);}
.input1:-ms-input-placeholder { color:#999 !important; opacity:1;filter:alpha(opacity=100); }



.c_791 .l_346 .d_fo1{ float:left; width:306px; margin-top:10px; height:44px;}
.l_yzm{ float:left; width:148px; height:44px; background:#fff;
border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-webkit-border-radius:5px;
}
.l_yzm .l_input1{ float:left; width:60px; height:44px; padding-left:15px; font-size:14px; color:#333;}
.l_input1::-webkit-input-placeholder { color:#999 !important; opacity:1;filter:alpha(opacity=100);}
.l_input1:-moz-placeholder {  color:#999 !important; opacity:1;filter:alpha(opacity=100);}
.l_input1::-moz-placeholder {  color:#999 !important; opacity:1;filter:alpha(opacity=100);}
.l_input1:-ms-input-placeholder { color:#999 !important; opacity:1;filter:alpha(opacity=100); }

.l_yzm .r_tp1{ float:left; width:55px; height:36px; padding-top:8px;}


.r_bu{ float:right; width:148px; height:44px; background:#cd1b1b;
border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-webkit-border-radius:5px;
}
.r_bu a{ display:block; float:left; width:100%; height:44px; line-height:44px; font-size:16px; color:#fff; text-align:center;}


/*1公司介绍*/
.bg7{ background:#f8f8f8;}
.c_1200_12{ float:left; width:1200px; height:44px; line-height:44px;}
.c_1200_12 .add{ float:left; color:#4a4a4a; height:44px; line-height:44px;}
.c_1200_12 .add a{ color:#999;}
.c_1200_12 .add a:hover,
.c_1200_12 .add a.hover{ color:#4c4c4c;}
.c_1200_12 .add .span5{ padding:0 10px; background:url(images/abo2.png) center no-repeat;}

.c_1200_12.mt_38{ margin-top:38px; border-bottom:1px solid #e0e0e0;}
.c_1200_12.l_100{ width:100%;}



.c_1200_13{ float:left; width:1200px; border-bottom:1px solid #e0e0e0; padding:59px 0 24px 0;}
.c_1200_13 .l_tite1{ float:left; height:36px; line-height:36px; font-size:30px; color:#000;}
.c_1200_13 .l_tite1 span{ font-size:16px; color:#999; font-family:"Arial";}
.c_1200_13 .l_tite1 img{ margin:0 10px; vertical-align:middle;}


/*侧导航*/
.pz_SideLayer_box{ float:right; height:36px;}
.pz_SideLayer_box .pz_SideLayer{ float: left;}
.pz_SideLayer_box .pz_SideLayer li{ float:left;}
.pz_SideLayer_box .pz_SideLayer li a{ display: block; float: left; background:#b3b3b3; height: 36px; line-height:36px; padding:0 32px; font-size: 14px; color:#fff; margin-left:6px;
border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-webkit-border-radius:3px;
}
.pz_SideLayer_box .pz_SideLayer li.l2{display:none;}
.pz_SideLayer_box .pz_SideLayer li a.hover,
.pz_SideLayer_box .pz_SideLayer li:hover a{ background:#663300;}

.c_1200_14{ float:left; width:1200px; padding-bottom:50px;}
.title6{ float:left; width:1200px; height:181px; line-height:181px; text-align:center; font-size:24px; color:#000; position:relative;}
.title6 .pf4{ position:absolute; left:0; top:0; width:1200px; height:181px; line-height:181px; text-align:center; font-size:86px; color:#ededed; font-weight:bold; z-index:-1; font-family:"Arial";}
.text5{ float:left; width:1200px; line-height:36px; font-size:16px; color:#4a4a4a; letter-spacing:0.8px;}

/*2专业团队*/
.link5{ float:left; width:1150px; height:55px; line-height:55px; margin-top:23px; background:#f7f7f7; padding:0 25px;}
.link5 li{float:left;}
.link5 li.l1{display:none;}
.link5 a{float:left; font-size:14px; color:#4c4c4c; line-height:55px;}
.link5 span{ float:left; line-height:55px; width:1px; height:55px; padding:0 25px; background:url(images/team1.png) center no-repeat;}
.link5 a:hover,
.link5 a.hover{ color:#663300;}

.list1{ float:left; width:1200px; overflow:hidden;}
.list1 .ul08{ float:left; width:1230px;}
.list1 .ul08 li{ float:left; width:310px; height:167px; background:#f5f5f5; border:1px solid #eee; margin-top:184px; margin-right:30px; padding:73px 34px 47px 34px; position:relative;
border-radius:9px;
-moz-border-radius:9px;
-ms-border-radius:9px;
-webkit-border-radius:9px;
}
.list1 .ul08 li .pic4{ position:absolute; top:-119px; left:0px; width:100%; height:196px; text-align:center;}
.list1 .ul08 li .pic4 span{ display:inline-block; *display:inline; *zoom:1; width:180px; height:180px; background:#f5f5f5; border:1px solid #eee; padding:7px;
cursor:pointer; 
border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
}
.list1 .ul08 li .pic4 span img{ width:180px; height:180px;
border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
}
.list1 .ul08 li .title7{ float:left; width:310px; height:59px; line-height:59px; font-size:18px; color:#333; text-align:center; background:url(images/team4.png) bottom center no-repeat;}
.list1 .ul08 li .p13{ float:left; width:310px; height:96px; margin-top:12px; line-height:32px; font-size:14px; color:#666;
    -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;
}
.list1 .ul08 li .link6{ position:absolute; bottom:-24px; left:0; width:100%; text-align:center;}
.list1 .ul08 li .link6 a{ display:inline-block; *display:inline; *zoom:1; width:50px; height:50px; background:#663300;
border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
}

.list1 .ul08 li:hover{ background:#663300;}
.list1 .ul08 li:hover .pic4 span{ background:#663300; border:1px solid #663300;}
.list1 .ul08 li:hover .title7{ color:#fff; background:url(images/team4_1.png) bottom center no-repeat;}
.list1 .ul08 li:hover .p13{ color:#fff;}
.list1 .ul08 li:hover .link6 a{ background:#4f2800;}




/*****************************************************************分页**************************************************/
.waik_1{ padding: 64px 0 60px 0;width:100%; float:left; text-align:center;font-family:'Arial';}
.waik_1.pt_40{ padding-top:40px;}
.fy_phone{ display:none;}

.text-center
{
    text-align: center;
    font-family: "微软雅黑";
}
.page{ float: left; width: 100%; text-align: center;}
.page ul{ float: none!important; display:inline-block; zoom: 1; width: auto!important;}
.page a { float: left; width: 38px; height: 38px; margin: 0 6px; font-size:14px; color:#272727;}
.page a li{ float: left; width: 100%; text-align: center; line-height: 38px!important; padding: 0!important;border:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1 !important;border-radius:38px;-moz-border-radius:31px; -webkit-border-radius:38px; margin:0;}
.page a:last-child,
.page a:first-child{ width: 100px; height: 31px;}
.page a:last-child li,
.page a:first-child li{border-radius:20px;-moz-border-radius:20px; -webkit-border-radius:20px;}
.page li:hover
{
    color: #fff;
    border: 1px solid #663300; background-color: #663300;
    border-bottom:1px solid #553c27 !important;
}
.page li img.img1{vertical-align: initial;}
.page li img.img2{
    display: none;
    vertical-align: initial;
}
.page li:hover img.img1,
.page li.pageact img.img1{
    display: none;
    vertical-align: initial;
}
.page li:hover img.img2,
.page li.pageact img.img2{
    display: inline-block;
}
.page li.pageact
{
    color: #fff;
    border: 1px solid #553c27; background-color: #663300;
    border-bottom:1px solid #553c27 !important;
}


/*3专业团队*/
.pic_text1{ float:left; width:1200px; padding:60px 0;}
.pic_text1 .l_416{ float:left; width:404px; padding-left:12px;}
.pic_text1 .l_416 .pic5{ float:left; width:327px; height:327px; padding:14px; background:#f5f5f5; border:1px solid #eee;
border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
}
.pic_text1 .l_416 .pic5 img{ width:327px; height:327px;
border-radius:100%;
-moz-border-radius:100%;
-ms-border-radius:100%;
-webkit-border-radius:100%;
}


.pic_text1 .r_784{ float:left; width:784px;}
.pic_text1 .r_784 .title8{ float:left; width:784px; padding:17px 0 10px 0; border-bottom:1px solid #e6e6e6;}

.pic_text1 .r_784 .title8 .p14{ float:left; width:784px; height:45px; font-size:18px; color:#232323; overflow:hidden;}
.pic_text1 .r_784 .title8 .p14 span{ font-size:24px; color:#663300; font-weight:bold;}
.pic_text1 .r_784 .title8 .p15{ float:left; width:784px; height:32px; font-size:14px; color:#474747; overflow:hidden;}

.d_text1{ float:left; width:784px; padding:22px 0 24px 0;}
.d_text1 .l_88{ float:left; width:88px; line-height:32px; height:100%; font-size:16px; color:#3d3d3d;}
.d_text1 .l_696{ float:left; width:696px; line-height:27px; font-size:14px; color:#474747;}

.form1{ float:left; width:1200px; height:400px; background:url(images/teams2.jpg) no-repeat; background-size:cover;}

.form1 ::-webkit-input-placeholder { color:#666 !important; opacity:1;filter:alpha(opacity=100);}
.form1 :-moz-placeholder {  color:#666 !important; opacity:1;filter:alpha(opacity=100);}
.form1 ::-moz-placeholder {  color:#666 !important; opacity:1;filter:alpha(opacity=100);}
.form1 :-ms-input-placeholder { color:#666 !important; opacity:1;filter:alpha(opacity=100); }


.form1 .title9{ float:left; width:1200px; height:99px; line-height:99px; text-align:center; font-size:20px; color:#fff;}
.form1 .d_form1{ float:left; width:900px; padding:0 167px 40px 133px;}
.form1 .d_form1 .t_3{ float:left; width:900px;}
.form1 .d_form1 .t_3 .l_label1{ float:left; width:292px;}
.form1 .d_form1 .t_3 .l_label2{ float:left; width:302px;}
.form1 .d_form1 .t_3 .l_label3{ float:left; width:306px;}
.form1 .d_form1 .t_3 .l_label1 .span6{ float:left; width:62px; padding-right:20px; text-align:right; height:40px; line-height:40px; font-size:14px; color:#fff;}
.form1 .d_form1 .t_3 .l_label1 .input2{ float:left; width:195px; height:40px; line-height:40px; padding-left:15px; font-size:14px; color:#666; background:rgba(255,255,255,0.9);
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.form1 .d_form1 .t_3 .l_label2 .span7{ float:left; width:72px; padding-right:20px; text-align:right; height:40px; line-height:40px; font-size:14px; color:#fff;}
.form1 .d_form1 .t_3 .l_label2 .input3{ float:left; width:195px; height:40px; line-height:40px; padding-left:15px; font-size:14px; color:#666; background:rgba(255,255,255,0.9);
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.form1 .d_form1 .t_3 .l_label3 .span8{ float:left; width:76px; padding-right:20px; text-align:right; height:40px; line-height:40px; font-size:14px; color:#fff;}
.form1 .d_form1 .t_3 .l_label3 .input4{ float:left; width:100px; height:40px; padding:0 24px 0 15px; background:rgba(255,255,255,0.9) url(images/teams3.png) 76px center no-repeat; outline:none; font-size:14px; color:#666;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.form1 .d_form1 .t_3 .l_label3 .input4.ml_10{ margin-left:10px;}


.form1 .d_form1 .m_1{ float:left; width:900px; margin-top:20px;}
.form1 .d_form1 .m_1 .span9{ float:left; width:62px; height:40px; line-height:40px; padding-right:20px; text-align:right; font-size:14px; color:#fff;}
.form1 .d_form1 .m_1 .input5{ float:left; width:788px; height:72px; line-height:24px; font-size:14px; color:#666; padding:8px 15px 0px 15px; border:0; background:rgba(255,255,255,0.9); font-family:"微软雅黑";
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.form1 .d_form1 .d_1{ float:left; width:900px; margin-top:20px; height:40px;}
.form1 .d_form1 .d_1 .l_label4{ float:left; width:388px; height:40px;}
.form1 .d_form1 .d_1 .l_label4 .span10{ float:left; width:62px; height:40px; line-height:40px; padding-right:20px; text-align:right; font-size:14px; color:#fff;}
.form1 .d_form1 .d_1 .l_label4 .input6{ float:left; width:180px; height:40px; line-height:40px; padding:0 15px; background:rgba(255,255,255,0.9); margin-right:10px;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.form1 .d_form1 .d_1 .l_label4 .a6{ display:block; float:left; width:86px; height:40px;}

.form1 .d_form1 .d_1 .a7{ float:right; width:160px; height:40px; line-height:40px; font-size:16px; color:#fff; background:#cd1b1b; text-align:center;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.form1 .d_form1 .d_1 .a7:hover{ background:#e62020;}

.case .slideBox3 .ul07 li.mr_0{ margin-right:0;}
.case.padding_1{ padding-top:0; padding-bottom:54px;}

.title10{ float:left; width:1200px; padding:56px 0 26px 0;}
.title10 .c_4{ float:left; width:1200px; height:32px; line-height:32px; font-size:24px; color:#000;}
.title10 .e_4{ float:left; width:1200px; height:21px; line-height:21px; font-size:16px; color:#663300; text-indent:13px; background:url(images/teams5.png) left center no-repeat;}

/*4华联资讯*/
.list2{ float:left; width:1200px;}
.list2 .ul09{ float:left; width:1200px;}
.list2 .ul09 li{ float:left; width:1140px; padding:30px 40px 30px 20px; border-bottom:1px solid #efefef;}
.list2 .ul09 li .l_212{ float:left; width:212px;}
.list2 .ul09 li .l_212 img{ width:212px; height:160px;}

.list2 .ul09 li:hover .g_index-img img{transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);	
-moz-transform: scale(1.1,1.1);}	



.list2 .ul09 li .r_928{ float:left; width:888px; padding-left:40px;}
.list2 .ul09 li .r_928 .title11{ float:left; width:898px; height:68px; line-height:68px;}
.list2 .ul09 li .r_928 .title11 a{ display:block; float:left; width:100%; font-size:16px; color:#1a1a1a;}
.list2 .ul09 li .r_928 .title11 span{ float:left; width:148px; text-align:right; font-family:"Arial"; font-size:26px; color:#333;}
.list2 .ul09 li .r_928 .text6{ float:left; width:898px;}
.list2 .ul09 li .r_928 .text6 .p16{ float:left; width:740px; height:50px; line-height:25px; margin-top:8px; font-size:14px; color:#4c4c4c;}
.list2 .ul09 li .r_928 .text6 .a8{ float:right; width:38px; height:38px; margin-top:13px; opacity:0;filter:alpha(opacity=00);
-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;
}
.list2 .ul09 li:hover{ background:#f7f7f7;
border-radius:10px;
-moz-border-radius:10px;
-ms-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:0 0 25px #ccc;
-moz-box-shadow:0 0 25px #ccc;
-ms-box-shadow:0 0 25px #ccc;
-webkit-box-shadow:0 0 25px #ccc;
}
.list2 .ul09 li:hover .r_928 .text6 .a8{ opacity:1;filter:alpha(opacity=100);}
.list2 .ul09 li:hover .r_928 .title11 a{ color:#663300;}


/*5资讯详情*/
.c_0100_18{ float:left; width:1200px;}
.t_0100_6{ float:left; width:100%;}
.t_0100_6 .t_t_5{ float:left; width:100%; text-align:center; color:#333333; font-size:24px; padding:20px 0 30px 0; margin-top:25px;}
.t_0100_6 .d_t_5{ float:left; width:96%; height:53px; background:#fafafa; padding:0 2%;}
.t_0100_6 .d_t_5 .d_l_1{ float:left; color:#777777; font-size:14px; line-height:53px;}
.t_0100_6 .d_t_5 .d_l_2{ float:right; color:#777777; font-size:14px; line-height:53px;  }
.t_0100_6 .d_t_5 .d_l_2 a{ color:#777777;}
.t_0100_6 .d_t_5 .d_l_2 a:hover{ color: #663300;}
.t_0100_6 .d_t_5 .d_l_2 img{ width: 38px; vertical-align:middle; padding-bottom:3px;}

.moveIn{ float:left; width:100%; padding: 40px 0 0px 0; color:#333333; font-size:14px; line-height:30px; letter-spacing:0.8px; }

.link13{ float:left; width:100%; height:59px; line-height:59px; font-size:14px; border-top:1px solid #ededed; border-bottom:1px solid #ededed;}
.link13 a{ color:#666; display:block; float:left; width:600px; height:59px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.link13 a:hover{ color:#663300;}
.link13 .a7{ text-align:left; text-indent:0; border-right:1px solid #ededed;}
.link13 .a8{ text-align:right; text-indent:0; width:599px;}

.c_m_0100_4{ float:left; width:100%; margin:43px 0 40px 0; text-align: center; }
.c_m_0100_4 .l_140{ width:140px; margin:0 auto;}
.c_m_0100_5{ float:left; width:100%; margin:0px 0 0 0;}
.c_m_0100_5 .c_m_t_1{ float:left; width:100%; color:#333; font-size:18px; line-height:24px; margin:83px 0 0 0;}
.c_m_0100_5 .ndBox{}
.c_m_0100_5 .c_m_t_2{ float:left; width:100%; overflow:hidden; padding:0px 0 31px 0;}
.c_m_0100_5 .c_m_t_2 ul{ float:left; width:100%;}
.c_m_0100_5 .c_m_t_2 ul li{ float:left; width:585px; margin-right:30px;}
.c_m_0100_5 .c_m_t_2 ul li:nth-child(even){ margin-right:0;}
.c_m_0100_5 .c_m_t_2 ul li a{ float:left; width:100%; border-bottom:1px solid #ebebeb; color:#333333; font-size:14px; line-height:36px; overflow:hidden;text-overflow:ellipsis;}
.c_m_0100_5 .c_m_t_2 ul li a.bo_0{ border-bottom:0;}
.c_m_0100_5 .c_m_t_2 ul li a:hover{color:#663300;}
.c_m_0100_5 .c_m_t_2 ul li span{ float:left; width: 100%;}
.c_m_0100_5 .c_m_t_2 ul li b{float:right; color:#777777; font-size:14px; line-height:38px; font-weight: normal;}

.elli{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

/*6联系我们*/
.title12{ float:left; width:1200px; padding:57px 0 38px 0; line-height:21px; font-size:16px; color:#666; text-align:center;}

.c_1200_15{ float:left; width:1200px;}
.c_1200_15 .l_484{ float:left; width:482px; height:448px; border:1px solid #f5f5f5;
box-shadow:0 0 20px #ddd;
-moz-box-shadow:0 0 20px #ddd;
-ms-box-shadow:0 0 20px #ddd;
-webkit-box-shadow:0 0 20px #ddd;
}
.c_1200_15 .l_484 .title13{ float:left; width:482px; height:34px; line-height:34px; font-size:26px; color:#663300; text-align:center; margin-top:91px;}
.c_1200_15 .l_484 .d_ewm{ float:left; width:482px; height:206px; text-align:center; margin-top:47px;}
.c_1200_15 .l_484 .d_ewm .l_ewm{ display:inline-block; *display:inline; *zoom:1; width:150px; height:206px; margin:0 15px;}

.c_1200_15 .l_484 .d_ewm .l_ewm img{ border:1px solid #ddd; width:147px; height:147px;}
.c_1200_15 .l_484 .d_ewm .l_ewm p{ width:100%; height:57px; line-height:57px; text-align:center; font-size:18px; color:#000; overflow:hidden;}


.c_1200_15 .r_688{ float:right; width:636px; height:435px; padding:13px 0 0 50px; border:1px solid #f5f5f5; background:url(images/con1.jpg) bottom center no-repeat;
box-shadow:0 0 20px #ddd;
-moz-box-shadow:0 0 20px #ddd;
-ms-box-shadow:0 0 20px #ddd;
-webkit-box-shadow:0 0 20px #ddd;
}
.c_1200_15 .r_688 .text7{ float:left; width:586px; background:url(images/con3.png) left top no-repeat; padding-left:50px; margin-top:42px; color:#000;}
.c_1200_15 .r_688 .text7 .h1_1{ float:left; width:586px; line-height:30px; font-size:18px; font-weight:bold;}
.c_1200_15 .r_688 .text7 .text8{ float:left; width:586px; line-height:27px; font-size:16px;}

.c_1200_15 .r_688 .text7.bg8{ background:url(images/con4.png) left top no-repeat;}
.c_1200_15 .r_688 .text7.bg9{ background:url(images/con5.png) left top no-repeat;}

.c_dt{ float:left; width:1188px; height:438px; margin:30px 0 80px 0; padding:6px; background:#fff;
box-shadow:0 0 20px #ddd;
-moz-box-shadow:0 0 20px #ddd;
-ms-box-shadow:0 0 20px #ddd;
-webkit-box-shadow:0 0 20px #ddd;
}
#dituContent{ width:100%; height:100%; float:left; overflow:hidden; position:relative; z-index:0; color:rgb(0, 0, 0); text-align:left; background-color:rgb(243, 241, 236);}

/*7成功案例*/
.list3{ float:left; width:1200px;}
.list3 .ul10{ float:left; width:1230px;}
.list3 .ul10 li{ float:left; width:380px; margin-right:30px; margin-top:30px;}

.list3 .ul10 li .pic6{ float:left; width:380px; height:285px; position:relative;}
.list3 .ul10 li .pic6 .a9{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(102,51,0,0.4)url(images/bg12.png) center no-repeat; opacity:0;filter:alpha(opacity=00);
-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;
}
.list3 .ul10 li img{ width:380px; height:285px;}
.list3 .ul10 li .text9{ float:left; width:380px; margin-top:9px;}
.list3 .ul10 li .text9 .l_time1{ display:none; float:left; width:56px; margin-top:3px; background:url(images/bg13.png) right center no-repeat; color:#333; font-family:"微软雅黑";}
.list3 .ul10 li .text9 .l_time1 .day1{ float:left; width:100%; height:29px; line-height:29px; font-size:30px; font-weight:bold;}
.list3 .ul10 li .text9 .l_time1 .year1{ float:left; width:100%; height:18px; line-height:18px; font-size:16px;}

.list3 .ul10 .text9  .r_p2{ float:left; width:100%; height:52px; line-height:26px; /*padding-left:16px;*/ font-size:16px; color:#333; overflow:hidden;}
.list3 .ul10 li:hover .pic6 .a9{ opacity:1;filter:alpha(opacity=100);}

/*8案例详情*/
.title14{ float:left; width:1200px; padding:56px 0px 27px 0; line-height:40px; font-size:24px; color:#333; text-align:center;}

.c_0100_1{ float:left; width:100%; height:533px;}

.slide_pic_2{ width:100%; float:left; margin-top:32px;}
.slide_pic_2 .slick-slide{}
.slide_pic_2 .slick-slide .img{ padding:0 10px; float:left; margin-top:7px; overflow:hidden;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_2 .slick-slide img{ opacity:0.1; filter:alpha(opacity=10); width:100%; float:left;}
.slide_pic_2 .slick-slide.slick-center .img{ padding:0; margin-top:0px; height:100%; width:100%;}
.slide_pic_2 .slick-slide.slick-center img{ opacity:1; filter:alpha(opacity=100);}
.slide_pic_2 .slick-prev, .slide_pic_2 .slick-next {
	left: 50%;
	top: 50%;
	display: block;
	width: 36px;
	height: 67px;
	padding: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	margin-top:-33px;
	margin-left:-434px;
	background:url(images/btn_8.png) no-repeat left center;
	z-index: 9;
-webkit-transition: all 0.3s ease-out 0s; 
   -moz-transition: all 0.3s ease-out 0s; 
	 -o-transition: all 0.3s ease-out 0s; 
		transition: all 0.3s ease-out 0s;
}
.slide_pic_2 .slick-next {
	margin-left:398px;
	background-position:right center;
}


.case_fy{ width:100%; float:left; text-align:right; margin-top:20px; font-size:14px; color:#818181; line-height:26px; position:relative; z-index:3;}
.case_fy a{ color:#818181;}
.case_fy a:hover{ color:#663300;}
.case_fy a.next{ margin-left:5px; padding-left:10px; background:url(images/bian_10.jpg) no-repeat left center;}


.text10{ float:left; width:1200px; line-height:28px; font-size:14px; color:#4c4c4c;}
.text10 h3{ color:#663300; font-size:16px; font-weight:bold; margin-top:22px;}


/*9移民详情*/
.c_1200_17{ float:left; width:1200px;}
.l_892{ float:left; width:892px; margin-right:28px; padding-bottom:60px;}
.l_892 .title15{ float:left; width:100%; padding:35px 0 21px 0; line-height:33px; text-align:center; font-size:24px; color:#333;}

.l_892 .link14{ float:left; width:100%; text-align:center;}
.l_892 .link14 a{ display:inline-block; *display:inline; *zoom:1; padding:0 27px; margin:0 7px; height:36px; line-height:36px; margin-top:5px;
background:#f0ddcc; font-size:14px; color:#333;
border-radius:18px;
-moz-border-radius:18px;
-ms-border-radius:18px;
-webkit-border-radius:18px;
}
.l_892 .link14 a:hover{background:#663300; color:#fff;}


.l_892 .text11{ float:left; width:892px; padding:29px 0 0px 0;}
.l_892 .text11 .h1_3{ float:left; width:892px; height:37px; font-size:16px; color:#663300; font-weight:bold;}
.l_892 .text11 .h1_3 img{ vertical-align:middle; padding-bottom:3px; margin-right:12px;}
.l_892 .text11 .p18{ float:left; width:100%; line-height:28px; font-size:14px; color:#4c4c4c; margin-top:3px; padding-bottom:33px; border-bottom:1px dashed #ccc;}
.l_892 .text11 .p18.bo_0{ border:0;}
.l_892 .text11 .link15{ float:left; width:892px; height:41px; background:url(images/im7.jpg) no-repeat; padding:81px 0 35px 0;}
.l_892 .text11 .link15 a{ display:block; margin:0 auto; width:161px; height:41px; line-height:41px; font-size:20px; color:#2c3672; background:#fff; text-align:center;
border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-webkit-border-radius:2px;
}
.l_892 .text11 .table1{ float:left; width:892px; padding-bottom:37px; border-bottom:1px dashed #ccc;}
.tr1{ float:left; width:892px; background:#855c33; color:#fff; font-size:14px; font-weight:bold;}



.td1{ float:left; width:162px; border-right:3px solid #fff; border-bottom:3px solid #fff; text-align:center; line-height:40px; height:40px; overflow:hidden;}
.td2{ float:left; width:393px; border-right:3px solid #fff; border-bottom:3px solid #fff; text-align:center; line-height:40px; height:40px; overflow:hidden;}
.td3{ float:left; width:158px; border-right:3px solid #fff; border-bottom:3px solid #fff; text-align:center; line-height:40px; height:40px; overflow:hidden;}
.td4{ float:left; width:170px; border-bottom:3px solid #fff; text-align:center; line-height:40px;height:40px; overflow:hidden;}

.tr2{ float:left; width:892px; line-height:40px; background:#e6e6e6; color:#333; font-size:14px;}
.tr3{ float:left; width:892px; line-height:40px; background:#f5f5f5; color:#333; font-size:14px;}



.td2.p_1{ width:363px; text-align:left; padding:0 15px;}
.td2.p_2{ width:363px; text-align:left; padding:7px 15px; line-height:24px; height:auto; max-height:72px; overflow:auto;}
.td2.p_3{ width:363px; text-align:left; padding:7px 15px; line-height:24px; height:auto; max-height:96px; overflow:auto;}
.td2.p_4{ width:363px; text-align:left; padding:7px 15px; line-height:24px; height:auto; max-height:48px; overflow:auto;}

.td1.h_8{ height:86px; line-height:86px;}
.td3.h_8{ height:86px; line-height:86px;}
.td4.h_8{ height:86px; line-height:86px;}

.td1.h_9{ height:110px; line-height:110px;}
.td3.h_9{ height:110px; line-height:110px;}
.td4.h_9{ height:110px; line-height:110px;}

.td1.h_10{ height:62px; line-height:62px;}
.td3.h_10{ height:62px; line-height:62px;}
.td4.h_10{ height:62px; line-height:62px;}


.c_form2{ float:left; width:892px; height:411px; background:url(images/im11.jpg) no-repeat;}
.c_form2 .title16{ float:left; width:892px; margin-top:34px; text-align:center; color:#fff;}
.c_form2 .title16 .h1_4{ float:left; width:100%; height:30px; line-height:30px; font-size:20px;}
.c_form2 .title16 .h2_2{ float:left; width:100%; height:23px; line-height:23px;} 
.c_form2 .form3{ float:left; width:784px; margin-top:4px; margin-left:42px;}
.c_form2 .form3 .t_4{ float:left; width:784px; margin-top:20px;}
.c_form2 .form3 .t_4 .l_label7{ float:left; width:392px;}
.c_form2 .form3 .span12{ float:left; width:81px; height:40px; line-height:40px; padding-right:20px; text-align:right; font-size:14px; color:#fff;}
.c_form2 .form3 .t_4 .input11{ float:left; width:261px; height:40px; line-height:40px; padding:0 15px; font-size:14px;
border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-webkit-border-radius:5px;
}

.form3 ::-webkit-input-placeholder { color:#666 !important; opacity:1;filter:alpha(opacity=100);}
.form3 :-moz-placeholder {  color:#666 !important; opacity:1;filter:alpha(opacity=100);}
.form3 ::-moz-placeholder {  color:#666 !important; opacity:1;filter:alpha(opacity=100);}
.form3 :-ms-input-placeholder { color:#666 !important; opacity:1;filter:alpha(opacity=100); }

.c_form2 .form3 .t_4 .input12{ width:140px; height:40px; border:0; padding:0 24px 0 15px; background:rgba(255,255,255,0.9) url(images/teams3.png) 117px center no-repeat; outline:none; font-size:14px; color:#666;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.c_form2 .form3 .t_4 .input12.ml_10{ margin-left:7px;}

.c_form2 .form3 .t_4 .input13{ float:left; width:652px; height:72px; line-height:24px; font-size:14px; color:#666; padding:8px 15px 0 15px; border:0; font-family:"微软雅黑";
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}

.c_form2 .form3 .t_4 .input14{ float:left; width:180px; height:40px; line-height:40px; padding:0 15px; margin-right:10px;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.c_form2 .form3 .t_4 .a10{ float:right; width:160px; height:40px; line-height:40px; text-align:center; background:#cd1b1b; font-size:16px; color:#fff;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.c_form2 .form3 .t_4 .a10:hover{ background:#de1e1e;}

.r_278{ float:left; width:280px;}
.r_278 .form4{ float:left; width:232px; background:#eee; padding:12px 24px 21px 24px; margin-top:62px;}
.r_278 .form4 .title17{ float:left; width:100%; height:52px; line-height:52px; text-align:center; font-size:18px; color:#663300; font-weight:bold;}
.r_278 .form4 .input15{ float:left; width:212px; height:40px; line-height:40px; padding:0 10px; font-size:14px; color:#4c4c4c; margin-top:10px;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.r_278 .form4 .input16{ float:left; width:232px; height:40px; line-height:40px; padding:0 24px 0 12px; border:0; margin-top:10px; background:#fff url(images/teams3.png) 206px center no-repeat; font-size:14px; outline:none;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.r_278 .form4 .input17{ float:left; width:208px; height:72px; margin-top:20px; padding:8px 12px 0 12px; border:0; font-size:14px;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.r_278 .form4 .d_input1{ float:left; width:208px; height:40px; line-height:40px; margin-top:20px; background:#fff; padding:0 12px;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.r_278 .form4 .d_input1 .span13{ float:left;}
.r_278 .form4 .d_input1 .input18{ float:left; width:80px; margin-left:10px; height:40px; line-height:40px;}
.r_278 .form4 .d_input1 .a11{ float:right; width:80px; margin-top:8px;}
.r_278 .form4 .d_input1 .a11 img{width:80px;}
.r_278 .form4 .p19{ float:left; width:100%; padding:11px 0 21px 0; line-height:17px; color:#626262; letter-spacing:0.8px;}
.r_278 .form4 .a12{ float:left; width:100%; height:40px; line-height:40px; background:#cd1b1b; text-align:center; color:#fff; font-size:18px;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.r_278 .form4 .a12:hover{ background:#de1e1e;}
.r_278 .form4 .p20{ float:left; width:100%; line-height:39px; text-align:center; color:#383838;}

.r_278 .m_pic{ float:left; width:278px;}
.r_278 .m_pic .title18{ float:left; width:100%; height:38px; line-height:38px; margin-top:20px;  border-bottom:1px solid #e0e0e0; font-size:18px; color:#663300; font-weight:bold;}


.r_278 .m_pic .list4{ float:left; width:278px; overflow:hidden;}
.r_278 .m_pic .list4 ul{ float:left; width:288px;}
.r_278 .m_pic .list4 ul li{ float:left; width:134px; height:75px; position:relative; margin-top:10px; margin-right:10px;}
.r_278 .m_pic .list4 ul li .pf5{ position:absolute; left:0; top:0; width:134px; height:75px; background:url(images/im14.png) center bottom no-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;
}
.r_278 .m_pic .list4 ul li .pf5 .p21{ float:left; width:100%; height:24px; margin-top:51px; font-size:14px; color:#fff; overflow:hidden; text-align:center;
    -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;
}
.r_278 .m_pic .list4 ul li:hover .pf5{ background:rgba(102,51,0,0.7) repeat;}
.r_278 .m_pic .list4 ul li:hover .pf5 .p21{ margin-top:25px;}

.d_text2{ float:left; width:278px;}
.d_text2 .title19{ float:left; width:278px; height:38px; line-height:38px; margin-top:20px; font-size:18px; color:#663300; font-weight:bold;}

.slideTxtBox3{ float:left; width:278px;}
.slideTxtBox3 .hd{ float:left; position:relative; width:100%;}
.slideTxtBox3 .hd ul{ float:left; width:100%;}
.slideTxtBox3 .hd ul li{ float:left; width:33.3333%; height:34px; line-height:34px; font-size:14px; border-bottom:2px solid #f5f5f5; background:#f5f5f5; cursor:pointer; text-align:center;}
.slideTxtBox3 .hd ul li.on{ border-bottom:2px solid #663300; color:#663300; }

.slideTxtBox3 .bd .ul11{ float:left; width:278px; zoom:1;  }
.slideTxtBox3 .bd .ul11 .t_new1{ float:left; width:278px; padding:13px 0 11px 0; margin-bottom:5px; border-bottom:1px dashed #ccc;}
.slideTxtBox3 .bd .ul11 .t_new1 .a13{ float:left; width:92px; height:69px;}
.slideTxtBox3 .bd .ul11 .t_new1 .r_text1{ float:left; width:175px; padding-left:11px;}
.slideTxtBox3 .bd .ul11 .t_new1 .r_text1 .p22{ float:left; width:175px; height:42px; line-height:21px; margin-top:1px; font-size:14px; color:#333; overflow:hidden;}
.slideTxtBox3 .bd .ul11 .t_new1 .r_text1 .time1{ float:left; width:175px; height:17px; line-height:17px; color:#666; margin-top:9px;}
.slideTxtBox3 .bd .ul11 .t_new1:hover .r_text1 .p22{ color:#663300;}

.slideTxtBox3 .bd .ul11 .li4{ float:left; width:260px; height:32px; line-height:32px; padding-left:18px; background:url(images/im9.png) left center no-repeat; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.slideTxtBox3 .bd .ul11 .li4 a{ color:#777; font-size:13px;}
.slideTxtBox3 .bd .ul11 .li4:hover{ background:url(images/im9_1.png) left center no-repeat;}
.slideTxtBox3 .bd .ul11 .li4:hover a{ color:#663300;}




/*10移民评估表*/

.c_form1 ::-webkit-input-placeholder { color:#666 !important; opacity:1;filter:alpha(opacity=100);}
.c_form1 :-moz-placeholder {  color:#666 !important; opacity:1;filter:alpha(opacity=100);}
.c_form1 ::-moz-placeholder {  color:#666 !important; opacity:1;filter:alpha(opacity=100);}
.c_form1 :-ms-input-placeholder { color:#666 !important; opacity:1;filter:alpha(opacity=100); }


.c_1200_16{ float:left; width:1200px; padding:39px 0 61px 0;}
.c_1200_16 .c_form1{ float:left; width:1200px; background:#ededed; padding:54px 0 45px 0;}
.c_1200_16 .c_form1 .h1_2{ float:left; width:1200px; text-align:center; height:30px; line-height:30px; font-size:18px; color:#663300; font-weight:bold;}
.c_1200_16 .c_form1 .h2_1{ float:left; width:1200px; text-align:center; height:25px; line-height:25px; font-size:14px; color:#666;}
.c_1200_16 .c_form1 .form2{ float:left; width:1004px; padding:13px 128px 60px 68px;}
.c_1200_16 .c_form1 .form2 .l_label5{ float:left; width:502px; height:40px; line-height:40px; margin-top:20px;}
.c_1200_16 .c_form1 .form2 .span11{ display:block; float:left; width:116px; padding-right:20px; text-align:right; font-size:14px; color:#333; line-height:40px;}
.c_1200_16 .c_form1 .form2 .l_label5 .input7{ float:left; width:336px; height:40px; font-size:14px; padding:0 15px; color:#666;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}

.c_1200_16 .c_form1 .form2 .l_label5 .input8{ float:left; width:178px; height:40px; padding:0 24px 0 15px; background:rgba(255,255,255,0.9) url(images/teams3.png) 155px center no-repeat; outline:none; font-size:14px; color:#666; border:0;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.c_1200_16 .c_form1 .form2 .l_label5 .input8.ml_10{ margin-left:10px;}


.l_label6{ float:left; width:1004px; margin-top:20px;}

.l_label6 .input9{ float:left; width:838px; height:72px; line-height:24px; font-size:14px; color:#666666; padding:8px 15px 0 15px; font-family:"微软雅黑"; border:0;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}


.c_1200_16 .c_form1 .form2 .l_label5 .l_yzm1{ float:left; width:336px; padding:0 15px; background:#fff; height:40px;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}

.c_1200_16 .c_form1 .form2 .l_label5 .l_yzm1 .input10{ float:left; width:233px; height:40px; line-height:40px;}
.c_1200_16 .c_form1 .form2 .l_label5 .l_yzm1 .yzm{ display:block; float:left; width:100px; height:40px;}
.c_1200_16 .c_form1 .form2 .l_label5 .l_yzm1 .yzm img{width:100px; height:30px; margin-top:5px;}
.c_1200_16 .c_form1 .link7{ float:left; width:1200px; height:40px; text-align:center;}
.c_1200_16 .c_form1 .link7 a{ display:block; margin:0 auto; width:230px; height:40px; line-height:40px; text-align:center; font-size:18px; color:#fff; background:#cd1b1b;
border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
-webkit-border-radius:4px;
}
.c_1200_16 .c_form1 .p17{ float:left; width:1200px; line-height:42px; text-align:center; font-size:14px; color:#383838;}
.c_1200_16 .c_form1 .p17 span{ color:#cd1b1b;}