﻿ *{
	margin: 0;
	padding: 0;
	/*  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;  */
}

body {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei","微软雅黑","宋体";
}
body {
  position: relative;
 }
img {
  border: none;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #383838;
}

a:hover{
	color: #3d94cf;
}
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  outline: none;
}
清除浮动
.clear {
  clear: both;
}
隐藏元素
.hide {
  display: none;
}

@-moz-keyframes tada{
    0%{-moz-transform:scale(1);}
    10%,20%{-moz-transform:scale(0.9) rotate(-3deg);}
    30%,50%,70%,90%{-moz-transform:scale(1.2) rotate(3deg);}
    40%,60%,80%{-moz-transform:scale(1.2) rotate(-3deg);}
    100%{-moz-transform:scale(1) rotate(0);}
   }

  @-webkit-keyframes tada{
    0%{-webkit-transform:scale(1);}
    10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);}
    30%,50%,70%,90%{-webkit-transform:scale(1.2) rotate(3deg);}
    40%,60%,80%{-webkit-transform:scale(1.2) rotate(-3deg);}
    100%{-webkit-transform:scale(1) rotate(0);}}

.doudun:hover{
  -webkit-animation: tada 1s .2s ease both;
  -moz-animation: tada 1s .2s ease both;
}  
 


ul li{
  list-style: none;
}
.Fiexd_Ce{
  position: fixed;
  right: 27px;
  top: 30%;
  width: 56px;
  z-index: 999;
}
.Fiexd_Ce >li{
  width: 100%;
  height: 56px;
  margin-top: 2px;
}
.Fiexd_Ce >li >a{
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/backimg21.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
}
.Fiexd_Ce >li >a:hover{
  background-image: url(../images/backimg21f.png);
}
.Fiexd_Ce >li >a .Erw{
  width: 0px;
  height: 173px;
  position: absolute;
  top: -58px;
  right: 57px;
  overflow: hidden; 
  transition-duration: 1s;
  -ms-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;

}
.Fiexd_Ce >li >a >.Tc{
  position: absolute;
  top: 0;
  right: 57px;
  width: 0px;
  height: 56px;
  background-color: #28a7e1;
  line-height: 56px;
  color: #fff;
  font-size: 25px;
  text-indent: 54px;
  background-image: url(../images/backimg55.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
 
  overflow: hidden; 
  transition-duration: 1s;
  -ms-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;

}
.Fiexd_Ce >li >a >:hover .Fiexd_Ce >li >a >.Tc{
  width: 236px;
}
.Fiexd_Ce >li >.backpos2{
  background-position: 0 -58px;
}

.Fiexd_Ce >li >.backpos3{
  background-position: 0 -116px;
}

.Fiexd_Ce >li >.backpos4{
  background-position: 0 -174px;
}

.WCon{
	width: 1170px;
	margin: 0 auto;
}
.header{
  width: 100%;
  height: 100%;
}

.headerT1{
  height: 40px;
  background-color: #f1f2f4;
  border-bottom: 1px solid #e5e5e5;
}
.headerT1n{
  height: 100%;
}
.headerT1n > .phone{
  float: left;
  background-image: url(../images/phone01.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  text-indent: 25px;
  font-size: 17;
  color: #636363;
  line-height: 40px;
}

.headerT1n >form{
  float: right;
  height: 100%;
}
.headerT1n >form >.logon{
  float: right;
  height: 100%;
  margin-left: 42px;

}
.headerT1n >form >.logon >a{
  display: block;
  float: left;
  width: 95px;
  height: 100%;
  text-indent: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #666;
  background-image: url(../images/backimg01.png);
  background-repeat: no-repeat;
  background-position: 15% 50%;
}
.headerT1n >form >.logon >.backimg{
  background-image: url(../images/backimg02.png);
}
.headerT1n >form >.logon >span{
  display: block;
  float: left;
  height: 55%;
  border-right: 1px solid #999;
  margin-top: 10px;
}
.headerT1n >form >.input{
  float: right;
  position: relative;
  margin-top: 8px;
  
}

.headerT1n >form >.input >input[type="text"]{
  width: 229px;
  height: 25px;
  border:1px solid #cecfd0;
  top: 1px;
  right: 1px;
  text-indent: 10px;
  font-size: 14px;
  color: #999;
}
.headerT1n >form >.input >input[type="submit"]{
  position: absolute;
  top: 1px;
  right: 1px;
  background-image: url(../images/backimg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 23px;
  height: 23px;
  border: 0;
  background-color: #e6e6e6;
  cursor: pointer;
}

.headerT2{
  height: 95px;
  background-color: #fff;
}

.headerT2n{
  height: 100%;
}
.headerT2n >.logo{
  display: block;
  float: left;
  height: 100%;
}

.headerT2n > .nav{
  float: right;
  height: 100%;
}
.headerT2n > .nav >a{
  display: block;
  float: left;
  height: 100%;
  line-height: 94px;
  padding: 0 27px;
  font-size:16px;
}
.headerT2n > .nav >a:hover{
  background-color: #f9f9f9;
  color: #1874cd;
}

.headerT2n > .nav >.active{
  background-color: #f9f9f9;
  color: #1874cd;
}

.D1_Banner{
  width: 100%;
  height: 416px;
  position: relative;
  border-top:1px solid #d3d3d3;
}






/*banner start*/
.index1_mainCon{
  width: 100%;
  height: 416px;
  position: relative;
  overflow: hidden;
}
.index1_bannerUl{
  width: 100%;
  height: 416px;
  overflow: hidden;
  position: relative;
}
.index1_bannerUl > li{
  width: 100%;
  height: 100%;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.index1_bannerUl > li > a{
  width: 1920px;
  height: 416px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.index1_bannerUl > li > a >img{
  display: block;
  margin: 0 auto;
}
.index1_bannerUl > .active{
  z-index: 1;
}
.index1_spanCon{
  width: 1170px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -585px;
  bottom: 30px;
  text-align: right;
  background-color: rgba(0,0,0,0.0);
  z-index: 50;
}
.index1_spanCon > span{
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  cursor: pointer;
}
.index1_spanCon > .active{
  background-color: #28a7e1;
}
.D3_Banner{  width: 100%;
  height: 366px;
  position: relative;
  overflow: hidden;
}
.D3_Banner img{  width: 1920px;
  height: 366px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
/*banner  end*/




/* sjw添加  20160804 */
.D1_bg{
  left: 50%;
  margin-left: -585px;
  position: absolute; 
  z-index: 2;
}
.bannerOuter{
  background: url(../images/banner1.jpg) no-repeat center center;
}
.bannerOuter1{
  background: url(../images/banner2.jpg) no-repeat center center;
}
.bannerOuter2{
  background: url(../images/banner3.jpg) no-repeat center center;
}
/* .bannerOuter3{
  background: url(../images/banner4.png) no-repeat center center;
} */
.mark{
  color: #666;
}
.smtitle{
  display: inline-block;
  width: 270px;
  margin-left: -25px;
}
.smred{
  color: red;
  margin-left: 20px;
}
.disp-blo{
  display: block !important;
}

/*banner start*/
.D1_Banner1{
  width: 100%;
  height: 598px;
  position: relative;
  border-top:1px solid #d3d3d3;
  top: -40px;
}
.index2_mainCon{
  width: 100%;
 /*  height: 598px; */
 height: 528px;
  position: relative;
  overflow: hidden;
}
.index2_bannerUl{
  width: 100%;
 /*  height: 598px; */
  height: 528px;
  overflow: hidden;
  position: relative;
}
.index2_bannerUl > li{
  width: 100%;
  /* height: 100%; */
  height: 528px;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.index2_bannerUl > li > a{
  width: 100%;
  /* height: 598px; */
  height: 533px;
  display: block;
  position: absolute;
}
.index2_bannerUl > li > a >img{
  display: block;
  margin: 0 auto;
}
.index2_bannerUl > .active{
  z-index: 1;
}
.index2_spanCon{
  width: 300px;
  height: 36px;
  position: absolute;
  left: 50%;
  margin-left: -68px;
  bottom: 20px;
  background-color: rgba(0,0,0,0.0);
  z-index: 50;
}
.index2_spanCon > span{
  width: 16px;
  height: 16px;
  margin: 0 5px;
  display: inline-block;
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  cursor: pointer;
}
.index2_spanCon > .active{
  background-color: #28a7e1;
}
#D1_Banner1 .left1{
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
  z-index: 50;
  width: 60px;
  height: 598px;
  background: url(../images/leftclick.png);
}
#D1_Banner1 .right1{
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 445px;
  z-index: 50;
  width: 60px;
  height: 598px;
  background: url(../images/rightclick.png);
}
#D1_Banner1 .left1:hover{
  opacity: 0.2;
  background: url(../images/leftclick1.png);
}
#D1_Banner1 .right1:hover{
  opacity: 0.2;
  background: url(../images/rightclick1.png);
}

.index2_bg1{
  background: url(../images/banner21.png) no-repeat center center;
}
.index2_bg2{
  background: url(../images/banner21.png) no-repeat center center;
}
.index2_bg3{
  background: url(../images/banner21.png) no-repeat center center;
}
.index2_bg4{
  background: url(../images/banner21.png) no-repeat center center;
}
.info{
  text-align: center;
  position: relative;
  z-index: 10;
  /* height: 598px; */
  height: 528px;
  width: 100%;
}
.info_inner{
  width: 800px;
  /* height: 430px; */
  height: 430px;
  position: absolute;
  left: 50%;
  top: 38px;
  margin-left: -400px;
  color: #fff;
}
.info_inner > h3{
  font-size: 26px;
}
.info_text{
  width: 688px;
  height: 49px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 12px;
  color: #333;
  padding: 22px 80px 18px;
  margin-top: 31px;
}
.info_text  .spanone{
	line-height: 20px;
	display: block;
	text-align: left;
}
.info_text .shang{
  position: absolute;
  left: 0;
  top: 7px;
}
.info_text .xia{
  position: absolute;
  right: 0;
  top: 13px;
}
.sanjiao{
  margin-top: -26px;
}
.info_inner .pic{
  width: 135px;
  height: 135px;
  margin-left: 332px;
  margin-top: 22px;
}
.text_detail > p:nth-child(1){
  font-size: 22px;
  margin-top: 12px;
}
.text_detail > p:nth-child(1) span{
  font-size: 14px;
}
.text_detail > p:nth-child(2){
  font-size: 18px;
  margin-top: 5px;
}
/*banner  end*/


.hzkh{
  height: 396px;
}
.hzkh .head1 h3{
  margin-top: 55px;
  margin-bottom: 40px;
}
.hzkh ul{
  width: 100%;
}
.hzkh ul li{
  width: 191px;
  height: 130px;
  float: left;
  background-color: #f5f5f5;
  margin-left: 3px;
  margin-bottom: 3px;
}
.hzkh ul li img{
  margin-left: 5px;
  margin-top: 25px;
}
.hzkh ul li > nth-child(1){
  margin-left: 0;
}



.more{
  width: 1170px;
  height: 415px;
}
.more .moreLeft{
  width: 590px;
  height: 415px;
  float: left;
}
.more .moreRight{
  width: 530px;
  height: 415px;
  float: right;
}
.head2{
  position: relative;
  border-bottom: 2px solid #a0a0a0;
}
.head2 h3{
  width: 110px;
  height: 55px;
  line-height: 42px;
  display: inline-block;
  font-size: 26px;
  border-bottom: 2px solid #309cfe;
}
.index3_spanCon{
  width: 140px;
  height: 55px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.index3_spanCon span{
  width: 12px;
  height: 12px;
  background-color: #aaa;
  margin-left: 13px;
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
}
.index3_spanCon span.active{
  background-color: #309cfe;
}
.moreUl{
  width: 100%;
}
.li_outer{
  border-bottom: 1px solid #cfcfcf;
}
.bottomnone{
  border-bottom: none;
}
.moreUl li{
  width: 590px;
  height: 360px;
  display: none;
} 
.moreUl li.active{
  display: block;
} 
.moreUl .picture{
  width: 186px;
  border: 1px solid #e4e4e4;
  height: 110px;
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
} 
.moreUl .infomation{
  width: 370px;
  height: 142px;
  margin-top: 30px;
  display: inline-block;
  margin-left: 26px;
} 
.moreUl .infomation h3{
  font-size: 16px;
  color: #333;
} 
.moreUl .infomation h3  a{
  color: #333;
} 
.moreUl .infomation .time{
  font-size: 10px;
  color: #000;
  margin-top: 5px;
  margin-bottom: 10px;
} 
.moreUl .infomation .text{
  font-size: 12px;
  color: #333;
} 




.moreRight ul{
  width: 530px;
  height: 330px;
  margin-top: 30px;
}  
.moreRight ul li{
  width: 512px;
  height: 32px;
  list-style-type: disc;
  margin-left: 16px;
  font-size: 8px;
}  
.moreRight ul li a{
  font-size: 16px;
  color: #333;
}  
.moreRight ul li time{
  float: right;
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}  













.D1_BannerNav{
  width: 216px;
  height: 416px;
  position: absolute;
  top: 0;
  left:50%;
  margin-left: -585px;
  z-index: 60;
}
.D1_BannerNav >li{
  height: 137px;
  border-bottom: 1px solid #00b4ff;
}
.D1_BannerNav >li:nth-child(2){
  height: 140px;
}
.D1_BannerNav >li >a{
  width: 100%;
  height: 100%;
  display: block;
  font-size: 18px;
  text-align: center;
  color: #fff;
/*   background-image: url(../images/backimg05.png); */
  background-repeat: no-repeat;
  background-position: 11% 50%;
}

.D1_BannerNav >li >a:hover{
/*   background-image: url(../images/backimg055.png); */
   background-color: #f9f9f9;   
  color:#00b4ff;
}
.D1_BannerNav >li >.active{
  background-color: #f9f9f9;
  color:#00b4ff;
}
.D1_BannerNavCn{
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -369px;
  z-index: 60;
}
.D1_BannerNavCn h3{
  font-size: 20px;
  margin-top: 54px;
}
.D1_BannerNavCn h3 span{
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-left: 25px;
}



.D1_BannerNavCn >li{
  width: 956px;
  height: 415px;
  padding-left: 35px;
  padding-right: 22px;
  display: none;
  border: 1px solid #00b4ff;
}


.D1_BannerNavCn > .navcn-libg{background:url(../images/tanchun-bg1.jpg) no-repeat;}
/* .D1_BannerNavCn > .navcn-libg01{background:url(../images/tanchun-bg01.png) no-repeat;}
.D1_BannerNavCn > .navcn-libg02{background:url(../images/tanchun-bg02.png) no-repeat;}
.D1_BannerNavCn > .navcn-libg03{background:url(../images/tanchun-bg03.png) no-repeat;}
.D1_BannerNavCn > .navcn-libg04{background:url(../images/tanchun-bg04.png) no-repeat;}
.D1_BannerNavCn > .navcn-libg05{background:url(../images/tanchun-bg05.png) no-repeat;}
.D1_BannerNavCn > .navcn-libg06{background:url(../images/tanchun-bg06.png) no-repeat;} */

.zdfw-cont{width:100%;padding-top:40px;}
.zdfw-cont > .zdfw-co-li{width:350px;float:left;margin-top:12px;}
.zdfw-cont > .zdfw-co-li > em{font-style:normal;margin-right:10px;color:#5b5b5b;font-size:17px;height:35px;line-height:35px;}
.zdfw-cont > .zdfw-co-li > .gtash-sele{width:194px;height:35px;line-height:35px;border-radius:3px;background:#f6f6f6;border:1px solid #e0e0e0;font-size:14px;font-family:"微软雅黑";color:#818181;padding-left:8px;}
.zdfw-cont > .zdfw-co-li > .gtash-sj{width:194px;height:35px;line-height:35px;border-radius:3px;background:#f6f6f6;border:1px solid #e0e0e0;font-size:14px;font-family:"微软雅黑";color:#818181;padding-left:8px;}
.zdfw-cont > .zdfw-co-li > .gtash-qy{width:94px;height:35px;line-height:35px;border-radius:3px;background:#f6f6f6;border:1px solid #e0e0e0;font-size:14px;font-family:"微软雅黑";color:#818181;padding-left:8px;}
.zdfw-cont > .zdfw-co-li > .tgash-ch{width:94px;height:35px;line-height:35px;border-radius:3px;background:#f6f6f6;border:1px solid #e0e0e0;font-size:14px;font-family:"微软雅黑";color:#818181;padding-left:8px;}
.zdfw-cont > .zdfw-co-li > .ljzx-but{background:#ff8942;border:none;width:270px;height:39px;line-height:39px;text-align:center;color:#fff;margin-top:20px;font-size:18px;border-radius:5px;font-family:"微软雅黑"}


.D1_BannerNavCnl1N{
  width: 480px;
  color: #0072bb;
  margin-left: 135px;
  margin-top: 45px;
}
.D1_BannerNavCnl1N > a{
  display: inline-block;
  padding: 0 13px; 
  color: #0072bb;
  line-height: 20px;
  font-size: 17px;
  margin-top: 12px;
  width: 200px;
}
.sblue{
	color: #0072bb;
}
.xqzxlink{
  color: #666;
  font-size: 12px;
  margin-left: 53px;
}
.D1_BannerNavCnl1N > p{
  line-height: 40px;
}
.telephone{
  width: 185px;
  height: 416px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #beebff;
  text-align: center;
}
.telephone1{
  top: 1px !important;
  right: 1px !important;
}
.telephone img{
  margin-top: 90px;
}
.telephone p{
  font-size: 16px;
  color: #666;
}
.telephone .tel{
  font-size: 20px;
  font-weight: normal !important;
}





.Qkcon{
  width: 100%;
}
.D1_T1{
  padding-top: 40px;
  padding-bottom: 60px;
}
.head1{
  text-align: center;
}
.head1 h3{
  font-size: 26px;
}
.head1 p{
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.D1_T1_Ls{
  width: 100%;
  padding-top: 25px;
}

.D1_T1_Ls >li{
  float: left;
  width: 390px;
  height: 210px;
}
.D1_T1_Ls >li:nth-child(5){
  margin-right: 0;

}
.D1_T1_Ls >li >a{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.D1_T1_Ls >li >p{
  font-size: 18px;
  color: #484848;
  line-height: 28px;
  text-align: center;
  margin-top: 5px;
  margin-left: 77px;
  width: 236px;
}



.D2_Banner{
  width: 100%;
  height:461px;
  background-image: url(../images/d2_banner01.png);
}

.D2_T1{
  padding-top:60px; 
}

.D2_T1 >.leftnav{
  float: left;
  width: 273px;
  padding: 5px;
  background-color: rgba(255,255,255,0.25);
  border-radius: 6px;
}
.D2_T1 >.leftnav >ul{
  width: 100%;

}
.D2_T1 >.leftnav >ul >li{
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 63px;
  color: #5b5b5b;
  font-size: 20px;
  text-indent: 50px;
  background-image: url(../images/backimg22.png);
  background-repeat: no-repeat;
  background-position: 42px 15px;
  cursor: pointer;
}
.D2_T1 >.leftnav >ul > .backpos2{
  background-position: 42px -50px;
}
.D2_T1 >.leftnav >ul > .backpos3{
  background-position: 42px -115px;
}
.D2_T1 >.leftnav >ul > .backpos4{
  background-position: 42px -180px;
}
.D2_T1 >.leftnav >ul > .backpos5{
  background-position: 42px -245px;
}
.D2_T1 >.leftnav >ul >li:hover{
  background-image: url(../images/backimg22f.png);
  background-color: #fff;
  color: #28a7e1;
}
.D2_T1 >.leftnav >ul >.active{
  background-image: url(../images/backimg22f.png);
  background-color: #fff;
  color: #28a7e1;
}
.D2_T1 >.RigConW{
  width: 876px;
  float: right;
}
.D2_T1 >.RigConW >li{
  display: none;
}
.D2_T1 >.RigConW >.active{
  display: block;
}
.D2_T1 >.RigConW >li>.RigCon{
  width: 876px;
}
.D2_T1 >.RigConW >li>.RigCon >.list1{
  width: 100%;
}
.D2_T1 >.RigConW >li>.RigCon >.list1 >li{
  width: 286px;
  height: 167px;
  background-color: rgba(0,0,0,0.3);
  padding:  8px; 
  float: left;
  margin-right: 9px;
}
.D2_T1 >.RigConW >li>.RigCon >.list1 >li:nth-child(3){
  margin-right: 0;
}
.D2_T1 >.RigConW >li>.RigCon >.list1 >li >span{
  display: block;
  width: 100%;
  height: 110px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  background-image: url(../images/backimg23.png);
  background-repeat: no-repeat;
  background-position: 50% 77%;
}
.D2_T1 >.RigConW >li>.RigCon >.list1 >li >.backimg2{
  background-image: url(../images/backimg24.png);
}
.D2_T1 >.RigConW >li>.RigCon >.list1 >li >.backimg3{
  background-image: url(../images/backimg25.png);
}
.D2_T1 >.RigConW >li>.RigCon >.list1 >li >div{
  width: 100%;
}
.D2_T1 >.RigConW >li>.RigCon >.list1 >li >div >a{
  display: block;
  width: 130px;
  height: 44px;
  background-color: rgba(0,0,0,0.3);
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  float: left;
}
.D2_T1 >.RigConW >li>.RigCon >.list1 >li >div >a:nth-child(2){
  float: right;
}
.D2_T1 >.RigConW >li>.RigCon >.list1 >li >div >a:hover{
  background-color: #28a7e1;
}

.D2_T1 >.RigConW >li>.RigCon >.list2Cn{
  width: 100%;
  margin-top: 5px;
}
.D2_T1 >.RigConW >li>.RigCon >.list2Cn >.head{
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 44px;
  background-color: rgba(0,0,0,0.3);
}
.D2_T1 >.RigConW >li>.RigCon >.list2Cn >ul{
  width: 100%;
  margin-top: 2px;

}
.D2_T1 >.RigConW >li>.RigCon >.list2Cn >ul >li{
  width: 436px;
  padding: 10px 5px;
  background-color: rgba(0,0,0,0.3);
  float: left;
}
.D2_T1 >.RigConW >li>.RigCon >.list2Cn >ul >li:nth-child(1){
  border-right: 2px solid rgba(0,0,0,0);
}
.D2_T1 >.RigConW >li>.RigCon >.list2Cn >ul >li:nth-child(2){
 float: right;
}
.D2_T1 >.RigConW >li>.RigCon >.list2Cn >ul >li >span{
  width: 290px;
  float: left;
  height: 92px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  background-image: url(../images/backimg24.png);
  background-repeat: no-repeat;
  background-position: 50% 97%;
}
.D2_T1 >.RigConW >li>.RigCon >.list2Cn >ul >li >.backimg2{
  background-image: url(../images/backimg25.png);
}

.D2_T1 >.RigConW >li>.RigCon >.list2Cn >ul >li >.bot{
  width: 130px;
  float: right;
}
.D2_T1 >.RigConW >li>.RigCon >.list2Cn >ul >li >.bot >a{
  display: block;
  width: 130px;
  height: 44px;
  background-color: rgba(0,0,0,0.3);
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 44px;
}

.D2_T1 >.RigConW >li>.RigCon >.list2Cn >ul >li >.bot  >a:nth-child(2){
  margin-top: 4px;
}
.D2_T1 >.RigConW >li>.RigCon >.list2Cn >ul >li >.bot >a:hover{
  background-color: #28a7e1;
}
.D2_T1 >.RigConW >li>.RigCon>p{
  color: #fff;
  font-size: 13px;
  margin-top: 8px;
}
.D2_T1R_ls2{
  width: 100%;
  padding-top: 105px;
  padding-left: 140px;
}
.D2_T1R_ls2 >li{
  width: 160px;
  height: 160px;
  float: left;
}
.D2_T1R_ls2 >.margin2{
  margin-right: 315px;
}
.D2_T1R_ls2 >.margin3{
  margin-right: 125px;
}
.D2_T1R_ls2 >li >a{
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/backimg26.png);
  background-repeat: no-repeat;
  background-position: 50% 30%;
  color: #fff;
  font-size: 23px;
  text-align: center;
  padding-top: 120px;
}
.D2_T1R_ls2 >li >.backimg2{
  background-image: url(../images/backimg27.png); 
}
.D2_T1R_ls2 >li >.backimg3{
  background-image: url(../images/backimg28.png); 
}
.D2_T1R_ls2 >li >.backimg4{
  background-image: url(../images/backimg29.png); 
}
.D2_T1R_ls2 >li >.backimg5{
  background-image: url(../images/backimg30.png); 
}
.D2_T1R_ls2 >li >a:hover{
  background-color: rgba(0,0,0,0.3);
}

.D2_T1R_ls3{
  width: 100%;
  padding-left: 50px;

}
.D2_T1R_ls3 >li{
  width: 145px;
  height: 145px;
  float: left;
  margin-right: 25px;
  margin-top: 20px;
}
.D2_T1R_ls3 >li:nth-child(5n){
  margin-right: 0;
}
.D2_T1R_ls3 >li >a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 115px;
  font-size: 16px;
  text-align: center;
  background-image: url(../images/backimg31.png);
  background-repeat: no-repeat;
  background-position: 50% 30%;
}
.D2_T1R_ls3 >li >.backimg02{
  background-image: url(../images/backimg32.png);
}
.D2_T1R_ls3 >li >.backimg03{
  background-image: url(../images/backimg33.png);
}
.D2_T1R_ls3 >li >.backimg04{
  background-image: url(../images/backimg34.png);
}
.D2_T1R_ls3 >li >.backimg05{
  background-image: url(../images/backimg35.png);
}
.D2_T1R_ls3 >li >.backimg06{
  background-image: url(../images/backimg36.png);
}
.D2_T1R_ls3 >li >.backimg07{
  background-image: url(../images/backimg40.png);
}
.D2_T1R_ls3 >li >.backimg08{
  background-image: url(../images/backimg37.png);
}
.D2_T1R_ls3 >li >.backimg09{
  background-image: url(../images/backimg38.png);
}
.D2_T1R_ls3 >li >.backimg10{
  background-image: url(../images/backimg39.png);
}
.D2_T1R_ls3 >li >a:hover{
  background-color: rgba(0,0,0,0.3);
}


.D2_T2{
  padding-bottom: 74px;
  padding-top: 20px;
}
.D2_T2 >.head{
  padding-top: 20px;
  width: 100%;
  font-size: 26px;
  color: #0072bb;
  border-bottom: 1px solid #e3e3e3;
}
.D2_T2 >.head >a{
  float: right;
  font-size: 16px;
  color: #888888;
  margin-top: 10px;
}

.D2_T2_Ls{
  width: 100%;
  padding-top: 45px;
}
.D2_T2_Ls >li{
  width: 226px;
  height: 212px;
  background-color: #f3f3f3;
  padding: 9px 12px;
  float: left;
  margin-right:10px;
}
.D2_T2_Ls >li:nth-child(5n){
  margin-right: 0;
}
.D2_T2_Ls >li >a{
  display: block;
  width: 100%;
  height: 134px;
  overflow: hidden;
}
.D2_T2_Ls >li >p{
  font-size: 16px;
  color: #000;
  margin-top: 8px;
}
.D2_T2_Ls >li >p > a{
  font-size: 16px;
  color: #000;
  margin-top: 8px;}
.D2_T2_Ls >li >span{
  font-size: 14px;
  color: #676767;
}


.D2_fiexd_T1{
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
}
.D2_fiexd_T1 >form{
  width: 760px;
  margin: 15% auto 0;
  background-color: #fff;
  padding-top:35px;
  padding-bottom:35px;
  padding-left: 50px; 
  position: relative;
}
.D2_fiexd_T1 >form >.left{
  float: left;
  width: 250px;
  height: 330px;
  border-right: 1px solid #d9d9d9;
  position: relative;

}
.D2_fiexd_T1 >form >.left >h3{
  font-weight: normal;
  font-size: 26px;
  color: #29a8df;
}
.D2_fiexd_T1 >form >.left >h3 >span{
  font-size: 20px;
  color: #4a4a4a;
}
.D2_fiexd_T1 >form >.left >h4{
  font-weight: normal;
  font-size: 20px;
  color: #333;
  margin-top: 10px;
}
.D2_fiexd_T1 >form >.left >ul{
  width: 220px;
  height: 165px;
  overflow: auto;
  margin-top: 10px;
}
.D2_fiexd_T1 >form >.left >ul>li{
  text-indent: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  background-image: url(../images/backimg42.png);
  background-repeat: no-repeat;
  background-position: 0px 12px;
}
.D2_fiexd_T1 >form >.left >a{
  position: absolute;
  bottom: 0px;
  left: 5px;
  color: #999;
  display: block;
  font-size: 20px;
  width: 190px;
  height: 42px;
  text-align: center;
  background-color: #ddd;
  border-radius: 6px;
  line-height: 42px;
}
.D2_fiexd_T1 >form >.left >.qinashu{
margin-bottom: 75px;
}
.D2_fiexd_T1 >form >.left >.qinashu >div span{
  display: inline-block;
  font-size: 20px;
  color: #333333;
  position: relative;
  margin-top: 70px;
}
.D2_fiexd_T1 >form >.left >.qinashu > div span >i{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  border-bottom: 2px solid #cf0000;

}
.D2_fiexd_T1 >form >.left >.qinashu >p{
  font-size: 40px;
  color: #333333;
  margin-top: 10px;
}
.D2_fiexd_T1 >form >.left >.qinashu >p >em{
  font-size: 20px;
  font-style: normal;
}
.D2_fiexd_T1 >form >.Rig{
  width: 440px;
  float: right;
}
.D2_fiexd_T1 >form >.Rig >li{
  margin-top: 12px;
  font-size: 17px;
  color: #5b5b5b;
  line-height: 39px;

  position: relative;
}
.D2_fiexd_T1 >form >.Rig >li >label{
  width: 95px;
  display: inline-block;
}
.D2_fiexd_T1 >form >.Rig >li > select{
  width: 139px;
  height: 39px;
  border-radius: 6px;
  border:1px solid #e5e5e5;
}
.D2_fiexd_T1 >form >.Rig >li >input[type="text"]{
  width: 139px;
  height: 39px;
  border-radius: 6px;
  border:1px solid #e5e5e5;
}
.D2_fiexd_T1 >form >.Rig >li > .marginR{
  margin-right: 8px;
}

.D2_fiexd_T1 >form >.Rig >li > textarea{
  width: 290px;
  height: 93px;
  border-radius: 6px;
  border:1px solid #e5e5e5;
  margin-left: 100px;
}
.D2_fiexd_T1 >form >.Rig >li >.pos{
  position: absolute;
  top: 0;
  left: 0;
}
#nativeplace_top,#nativeplace_son {width: 139px;
height: 39px;
border-radius: 6px;
border: 1px solid #e5e5e5;}
.D2_fiexd_T1 >form >.Rig >li >input[type="submit"]{
  width: 273px;
  height: 42px;
  border-radius: 6px;
  background-color: #26a7e0;
  margin-left: 75px;
  border:0;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.D2_fiexd_T1 >form >p{
  font-size: 12px;
  color: #3f3f3f;
  margin-top: 18px;
  text-align: center;
}
.D2_fiexd_T1 >form >span{
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  background-image: url(../images/guanbi3.png);
  background-size: 100% 100%;
  width: 20px;
  height: 20px;


}
.D3_T1{
  padding: 47px 0 100px;
}
.D3_T1left{
  width: 235px;
  float: left;
  border: 1px solid #e1e1e1;
}
.D3_T1left >li{
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fbfbfb;

}
.D3_T1left >li:nth-last-child(1){
   border-bottom: 0;
}
.D3_T1left >li>a{
  display: block;
  width: 235px;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  color: #383838;
  text-align: center;
  margin-left: -1px;
  
}
.D3_T1left >li>a:hover{
  color: #fff;
  background-color: #28a7e1;
}
.D3_T1left >li>.active{
  color: #fff;
  background-color: #28a7e1;
}
.D3_T1Rig{
  width: 875px;
  float: right;
}

.D3_T1Rig >.nav{
  font-size: 15px;
  color: #797979;
}
.D3_T1Rig >.word{
  width: 100%;
  margin-top: 30px;
}
.D3_T1Rig >.word >p{
  font-size: 16px;
  color: #303030;
  text-indent: 2em;
    line-height: 30px;

}






.D3_T1Rig >.word >.lip{
  font-size: 16px;
  color: #303030;
  text-indent: 0;
}
.D3_T1Rig >.word >h3{
  font-size: 24px;
  color: #4e83e2;
  font-weight: normal;
  margin-top: 80px;
}
.D3_T1Rig >.word >img{
  max-width: 875px;
  display: block;
  margin: 30px auto 0;
}

.D3_T1Riglist{
  width: 100%;
  margin-top: 50px;

}
.D3_T1Riglist >li{
  float: left;
  width: 171px;
  height: 171px;
  margin-right: 62px;
}
.D3_T1Riglist >li:nth-child(4){
  margin-right: 0;
}
.D3_T1Riglist >li >a{
  display: block;
}

.D6_T1RigLs{
  width: 100%;
  margin-top: 10px;

}
.D6_T1RigLs >li{
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.D6_T1RigLs >li >.Aimg{
  width: 186px;
  height: 126px;
  display: block;
  overflow: hidden;
  float: left;
}
.D6_T1RigLs >li >.word{
  width: 665px;
  float: right;
}
.D6_T1RigLs >li >.word >h3{
  font-weight: normal;
}
.D6_T1RigLs >li >.word >h3 >a{
  font-size: 22px;
  color: #000000;
}
.D6_T1RigLs >li >.word >h3 >a:hover{
  color: #1874cd;
}
.D6_T1RigLs >li >.word >h3 >span{
  font-size: 16px;
  color: #606060;
  float: right;
}

.D6_T1RigLs >li >.word >p{
  font-size: 18px;
  color: #606060;
  line-height: 30px;
  margin-top: 35px;
}
.D6_T1RigLs >li >.word >p >a{
  color: #0840df;
}

.D7_T1Left{
  width: 840px;
  float: left;
}
.D7_T1Left >.nav{
  font-size: 16px;
  color: #5b5b5b;
}
.D7_T1Left > h3{
  font-size: 25px;
  font-weight: normal;
  margin-top: 18px;

}

.D7_T1Left >span{
  font-size: 16px;
  color: #5b5b5b;
  margin-top: 15px;
  display: block;
}
.D7_T1Left >.word{
  margin-top: 30px;
  font-size: 16px;
  color: #303030;
  line-height: 30px;
  
}

.D7_T1Left >.word p{
  margin-top: 20px;
  text-indent: 2em;
}
.D7_T1Left >.word img{
  max-width: 840px;
  display: block;
  margin: 20px auto 0;
}
.D7_T1Rig{
  width: 295px;
  float: right;
}
.D7_T1Rig >ul {
  margin-top:40px;
}
.D7_T1Rig >ul >.head{
  font-size: 20px;

}
.D7_T1Rig >ul >.head >a{
  float: right;
  font-size: 16px;
  color: #676767;
}
.D7_T1Rig >ul >.head >a:hover{
  color: #1874cd;
}
.D7_T1Rig >ul >li{
  text-indent: 15px;
  line-height: 32px;
  background-image: url(../images/backimg52.png);
  background-repeat: no-repeat;
  background-position:0 50%;
}
.D7_T1Rig >ul >li >a{
  font-size: 16px;
  color: #303030;
}
.D7_T1Rig >ul >li >a:hover{
  color: #1874cd;

}




.D8_T1Rigliuc{
  width: 100%;
  margin-top: 30px;
}

.D8_T1Rigzhus{
  text-align: center;
  font-size: 17px;
  color: #2a2a2a;
  margin-top: 50px;
}
.D8_T1Rigzhus >span{
  color: #df0000;
}

.D3_T1Rigformcn{
  width: 570px;
  margin: 30px auto 0;
  background-color: #fcfcfc;
  border:1px solid #e5e5e5;
  padding: 18px 28px 25px;
}
.D3_T1Rigformcn li{
  margin-top: 10px;
  line-height: 38px;
}
.D3_T1Rigformcn li label{
  font-size: 17px;
  display: inherit;
  width: 160px;
  display: inline-block;
}
.D3_T1Rigformcn li label span{
  color: #e60000;
  margin-right: 8px;
}
.D3_T1Rigformcn li .texti{
  text-indent: 10px;
}
.D3_T1Rigformcn li input[type="text"]{
  width: 352px;
  height: 38px;
  border:1px solid #e5e5e5;
  border-radius: 6px;
}


.D3_T1Rigformcn li select{
  width: 194px;
  height: 38px;
  border:1px solid #e5e5e5;
  border-radius: 6px;
  margin-left: -5px;
}
.D3_T1Rigformcn li input[type="submit"]{
  width: 306px;
  height: 48px;
  border:0;
  border-radius: 6px;
  background-color: #28a7e1;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  margin-left: 107px;
  margin-top: 30px;
}

.D9_T1RigLs{
  margin-top: 20px;
}
.D9_T1RigLs  >li{
  line-height: 40px;
  font-size: 15px;
  background-image: url(../images/backimg54.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  text-indent: 20px;
}

.D10_T1RigLs{
  margin-top: 30px;
}
.D10_T1RigLs >li{
  margin-top: 30px;
}
.D10_T1RigLs >li >span{
  display: inline-block;
  padding: 2px 5px;
  color: #fff;
  font-size: 17px;
  line-height: 17px;
  background-color: #1f92e3;

}
.D10_T1RigLs >li > p{
  font-size: 15px;
  line-height: 32px;
  margin-top: 8px;
  text-indent: 2em;
}

.D2_T1R_ls9{
  width: 100%;
  padding-left: 15px;

}

.D2_T1R_ls9l1{
  width: 100%;
}

.D2_T1R_ls9l1 >li{
  width: 144px;
  height: 144px;
  float: left;
  margin-right: 33px;
}
.D2_T1R_ls9l1 >li:nth-child(5){
  margin-right: 0;
}
.D2_T1R_ls9l1 >li >a{
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  background-image: url(../images/backimg56.png);
  background-repeat: no-repeat;
  background-position: 50% 30%;
}

.D2_T1R_ls9l1 >li >.backimg2{
 background-image: url(../images/backimg57.png); 
}
.D2_T1R_ls9l1 >li >.backimg3{
 background-image: url(../images/backimg58.png); 
}
.D2_T1R_ls9l1 >li >.backimg4{
 background-image: url(../images/backimg59.png); 
}
.D2_T1R_ls9l1 >li >.backimg5{
 background-image: url(../images/backimg60.png); 
}

.D2_T1R_ls9l1 >li >a:hover{
  background-color:rgba(0,0,0,0.3);
}

.D2_T1R_ls9l2{
  width: 100%;
  padding-left: 130px;
}

.D2_T1R_ls9l2 > li{
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 50px;
}
.D2_T1R_ls9l1 >li:nth-child(4){
  margin-right: 0;
}
.D2_T1R_ls9l2 > li >a{
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 69px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-image: url(../images/backimg61.png);
  background-repeat: no-repeat;
  background-position: 50% 30%;

}
.D2_T1R_ls9l2 >li >.backimg2{
 background-image: url(../images/backimg62.png); 
}
.D2_T1R_ls9l2 >li >.backimg3{
 background-image: url(../images/backimg63.png); 
}
.D2_T1R_ls9l2 >li >.backimg4{
 background-image: url(../images/backimg64.png); 
}
.D2_T1R_ls9l2 >li >a:hover{
  background-color:rgba(0,0,0,0.3);
}

.D2_T1R_ls9l3{
  width: 100%;
  padding-left: 92px;
}

.D2_T1R_ls9l3 > li{
  width: 175px;
  height: 88px;
  float: left;
  margin-right: 50px;
}
.D2_T1R_ls9l1 >li:nth-child(4){
  margin-right: 0;
}
.D2_T1R_ls9l3 > li >a{
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 58px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-image: url(../images/backimg65.png);
  background-repeat: no-repeat;
  background-position: 50% 30%;

}
.D2_T1R_ls9l3 >li >.backimg2{
 background-image: url(../images/backimg66.png); 
}
.D2_T1R_ls9l3 >li >.backimg3{
 background-image: url(../images/backimg67.png); 
}

.D2_T1R_ls9l3 >li >a:hover{
  background-color:rgba(0,0,0,0.3);

}

.D12con{
  width: 100%;

}

.D12conleft{
  float: left;
  width: 850px;
  height: 288px;
  padding: 10px;
  background-color: #fff;

}

.D12conleft >.ditu{width: 100%;height: 100%;overflow: hidden;margin:0;font-family:"微软雅黑";}

.D12conRig{
  width: 288px;
  float: right;
  background-color: #fff;
}

.D12conRig >li{
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #e5e5e5;

}
.D12conRig >li:nth-child(4){
  border-bottom: 0;
}
.D12conRig >li .head{
  width: 100%;
  height: 100%;
  color:#28a7e1;
  font-size: 25px;
  line-height: 71px;
  text-align: center;
}
.D12conRig >li .l1{
  padding-left: 64px;
  padding-top: 15px;
  font-size: 16px;
  color: #272727;
  line-height: 20px;
  background-image: url(../images/backimg70.png);
  background-repeat: no-repeat;
  background-position: 25px 75%;
}
.D12conRig >li .l2{
  padding-left: 64px;
  line-height: 71px;
  font-size: 16px;
  background-image: url(../images/backimg71.png);
  background-repeat: no-repeat;
  background-position: 25px 50%;
}
.D12conRig >li .l3{
  background-image: url(../images/backimg72.png);
  }


  .D12conCn2{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 25px;
    padding-bottom: 20px;

  }

  .D12conCn2 >li{
    width: 300px;
    float: left;
    margin-right: 135px;
  }
  .D12conCn2 >li:nth-child(3){
    margin-right: 0px;
  }
 .D12conCn2 >li >h4{
  font-size: 18px;
  color: #272727;
  font-weight: normal;
  margin-bottom: 8px;
 }
  .D12conCn2 >li >p{
    font-size: 15px;
    color: #272727;
    line-height: 17px;
    position: relative;
    padding-left:60px;

  }
    .D12conCn2 >li >p >span{
      position: absolute;
      top: 0;
      left: 0;
    }
    .D7_Rig_Fy{
      width: 100%;
      padding-left: 430px;
      margin-top: 30px;
    }
    .D7_Rig_Fy a{
      float: left;
      display: block;
      margin: 0 5px;
      padding: 0 6px;
      line-height: 21px;
      font-size: 12px;
      color: #aaaaaa;
      background-repeat: no-repeat;

    }
    .D7_Rig_Fy a:hover{
      color: #000;
    }
    .D7_Rig_Fy .active{
      color: #000;
    }
    .D7_Rig_Fy span{
      float: left;
      margin: 0 5px;
      display: block;
      padding: 0 6px;
      line-height: 21px;
      font-size: 12px;
      color: #848484;
     }
   .D7_Rig_Fy  .a1{
    width: 25px;
    height: 21px;
    background-image: url(../images/backimg74.png);

   }
   .D7_Rig_Fy  .a2{
    width: 17px;
    height: 21px;
    background-image: url(../images/backimg73.png);
   }
   .D7_Rig_Fy .back1{
    background-image: url(../images/backimg75.png);
   }
   .D7_Rig_Fy .back2{
    background-image: url(../images/backimg76.png);
   }
   
 /*   底部飘窗样式开始 */
 	
 	.bottom_flag_open{
 		display:none;
 		width:110px;
 		height:70px;
 		position:fixed;
 		left:0px;
 		bottom:80px;
        z-index: 999;
 	}
 	.bottom_flagWrap{
 		display:none;
 		width:100%;
 		height:70px;
 		position:fixed;
 		left:0px;
 		bottom:0px;
 		background:black;
 		opacity:0.8;
        z-index: 9999999;
 	}
 	.bottom_flagInner{
 		width:1024px;
 		height:70px;
 		margin:0 auto;
 		position:relative;
 		font-size:0px
 	}
 	#consultform1{
 		width:360px;
 		height:45px;
 		position:absolute;
 		right:105px;
 		top:15px;
 	}
 	#consultform1 input{
 		border:0px;
 		outline:none;
 		vertical-align:middle;
 	}
 	#consultform1 .input_phone{
 		width:180px;
 		height:45px;
 		font-size:24px;
 		padding-left:20px;
 	}
 	#consultform1 .input_phone::-webkit-input-placeholder { color:#909090;font-size:24px;line-height:45px;}
	#consultform1 .input_phone::-moz-placeholder { color:#909090; font-size:24px;line-height:45px;} /* firefox 19+ */
	#consultform1 .input_phone:-ms-input-placeholder { color:#909090; font-size:24px;line-height:45px;} /* ie */
	#consultform1 .input_phoneinput:-moz-placeholder { color:#909090; font-size:24px;line-height:45px;}
 	#consultform1 .input_btn{
 		width:160px;
 		height:45px;
 		font-size:30px;
 		color:white;
 		background:#00a0e9;
 	}
 	.bottom_flag_close{
 		width:10px;
 		height:10px;
 		position:absolute;
 		right:95px;
 		top:0px;
 		font-size:0px;
 		padding:3px;
 	}
 	.bottom_flag_close img{
 		width:10px;
 		height:10px;
 	}
 	.inp{
 		display:none;
 	}
 /*   底部飘窗样式结束 */
   
   
 /* 申请成功提示样式开始 */ 
 	.success_prompt_wrap{
 	    display:none;
 		width:100%;
 		height:424px;
 		position:fixed;
 		top:100px;
 		left:0px;
 	}
  	.success_prompt{
  		width:650px;
  		height:424px;
  		font-size:0px;
  		margin:0px auto;
  		position:relative;
  	}
  	.success_prompt .prompt_btn{
  		width:310px;
  		height:40px;
  		background:#FF1C49;
  		color:white;
  		font-size:18px;
  		position:absolute;
  		left:170px;
  		bottom:35px;
  		text-align:center;
  		border-radius:5px;
  		padding-top:11px;
  		box-sizing:border-box;
  	}
  	.success_prompt .prompt_close_wrap{
  		width:21px;
  		height:21px;
  		position:absolute;
  		top:10px;
  		right:10px;
  	}
  	
 /* 申请成功提示样式结束 */  
 
 /* 底部飘窗弹出表单开始*/
 .success_form_wrap {
 	position: fixed;
	top:12%;
	left:-6%;
 	width: 539px;
 	height: 282px;
 	border: 2px solid #4fb7ff;
 	margin-left: 500px;
 	font-size: 14px;
 	color: #999;
 	display: none;
 	z-index:1000;
 	background: #fff;
 }
 
 .success_form_wrap .form_header {
 	/*width: 100%;*/
 	width: 539px;
 	height: 36px;
 	position: relative;
 }
 
 .success_form_wrap .form_header .form_header_right {
 	position: absolute;
 	top: -13px;
 	right: 10px;
 }
 
.form_header .line1{
    width: 159px;
    height: 2px;
    margin-top:12px ;
    background: #dadada;
}
.form_header .lineLeft{
    float: left;
}
.form_header .lineRight{
    float: right;
}
.form_header_inner{
    width: 220px;
    height: 28px;
    margin: 16px auto 0;
}
.form_header_inner p{
    height:28px;
    font: 18px/28px '微软雅黑';
    color: #333;
    text-align: center;
}
.form_header_inner .icon1{
    margin-top: 8px;
    width: 10px;
    height: 10px;
    background: #2ba8e1;
    transform: rotate(45deg);
}
.form_header_inner .iconLeft{
    float: left;
}
.form_header_inner .iconRight{
    float: right
}

.success_form_wrap .form_footer {
	width: 539px;
	height: 190px;
	margin-top: 20px;
	margin-left: 12px;
}

.formWrap select option {
	margin-left: 20px;
}

.success_form_wrap .form_footer .appellation {
	margin-top: 20px;
}

.appellation input {
	width: 306px;
	height: 30px;
}

.sex input {
	margin-top: 20px;
}

/*.form_footer .btn button {
	width: 170px;
	height: 36px;
	background: #4fb7ff;
	color: #fff;
	border-radius: 5px;
	border: none;
	margin: 30px 0 0 180px;
	font-size: 16px;
}*/

.form_footer .btn {
	width: 170px;
	height: 36px;
	background: #4fb7ff;
	color: #fff;
	border-radius: 5px;
	border: none;
	margin: 30px 0 0 180px;
	font-size: 16px;
	line-height: 36px;
}

.form_footer .btn a {
	text-align: center;
	color: #fff;
	margin-left: 50px;
}

 /* 底部飘窗弹出表单结束*/
 
 /*弹出二维码开始*/
		.ewm {
			display: none;
			width:500px;
			height: 400px;
			background-color: #fff;
			position: fixed;
			top:70%;
			left:50%;
			margin: -460px 0 0 -250px;
		}
		
		.ewm_img {
			width: 500px;
			height: 259px;
		}

		.ewm_close {
			width: 30px;
			height: 30px;
			position: absolute;
			left: 450px;
			top: 20px;
		}

		.ewm_button {
			width: 145px;
			height: 45px;
			text-align: center;
			line-height: 45px;
			background-color: #FC1D58;
			border: 1px solid #FC1D58;
			border-radius:5px;
			font-size: 20px;
			font-weight: bold;
			color: #fff;
			margin-left: 177px;
			margin-top: 35px;
		}
		/*弹出二维码结束*/
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   