section .container{
	width:1290px;
	padding-left:0;
	padding-right:0;
}
section .container .row{
	margin-left:0;
	margin-right:0;
}
.swiper-box{
  background-color: #f2f5fa;
  padding: 20px 0;
}
.swiper-box .container,
.activity-box .container{
	width:1260px;
}
.swiper-img{
  width: 100%;
  height: 271px;
  overflow: hidden;
}
.swiper-pagination-bullet{ 
    width:16px; 
    height:16px;  
    background-color:#FFF; 
    text-indent:-99999px; 
    margin:15px 8px 0px 0px;
    background-color: transparent;
    border: solid 1px #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{ 
    background-color: #fff;
    border: solid 1px #fff;
}
.activity-box{
  padding: 40px 0;
  background-color: #ffffff;
}
.activity-type{
  margin: 0;
}
.activity-type li{
  display: inline-block;
  font-size: 14px;
  color: #333333;
  margin-right: 30px;
  cursor: pointer;
}
.activity-type li a{
  color: inherit;
}
.activity-type li.active{
  display: inline-block;
  font-size: 18px;
	font-weight: bold;
	color: #004ea2;
}
.activity-list{
  width: 100%;
  padding-top: 30px;
  margin-right: -1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.activity-item{
  width: 24%;
  margin-right: 1%;
  margin-bottom: 20px;
  height: 342px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px rgba(196, 195, 195, 0.3);
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.35s linear;
  transition: -webkit-box-shadow 0.35s linear;
  transition: box-shadow 0.35s linear;
  transition: box-shadow 0.35s linear, -webkit-box-shadow 0.35s linear;
  -webkit-transition: box-shadow 0.35s linear;
  -moz-transition: box-shadow 0.35s linear;
  -ms-transition: box-shadow 0.35s linear;
  -o-transition: box-shadow 0.35s linear;
}
.activity-item:hover{
  -webkit-box-shadow: 1px 1.7px 9.4px 0.6px rgba(38, 38, 38, 0.5);
          box-shadow: 1px 1.7px 9.4px 0.6px rgba(38, 38, 38, 0.5);
  border: none;
}
.activity-now,
.activity-preheat,
.activity-close{
  position: absolute;
  right: -18px;
  top: 25px;
  width: 86px;
  height: 34px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("/themes/default/assets/images/activity/activetag.png");
}
.activity-now{
  background-position: 0 -2px;
}
.activity-preheat{
  background-position: 0 -41px;
}
.activity-close{
  background-position: 0 -80px;
}
.activity-img-box{
  width: 100%;
  height: 168px;
  display: inline-block;
  background-color: #707070;
  overflow: hidden;
}
.activity-img{
  height: 100%;
  width: 100%;
}
.activity-item-content{
  padding: 5px 15px 10px;
}
.activity-title{
  font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.activity-time{
  font-size: 12px;
	color: #888888;
}
.activity-time-icon{
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 3px;
  background: url(../../images/faw/serverShop/packageIcon.png) no-repeat -18px 0;
  vertical-align: bottom;
}
.activity-info{
  font-size: 14px;
	line-height: 18px;
  color: #888888;
  height: 57px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.activity-link{
	font-size: 14px;
  color: #004ea2;
  display: block;
  text-align: right;
}

.support-banner{
	background-image: url("/themes/default/assets/images/activity/supportPro/banner.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 600px;
	width: 100%;
}
.support-bannerBox-min{
	background-size:auto;
	background-position: 50% -96px;
	height: 350px;
}
.support-box{
	padding-top: 50px;
	padding-bottom: 60px;
}
.support-box p{
	font-size: 16px;
	line-height: 1.6;
}
.support-title{
	font-size: 24px;
	color: #1a2a4e;
	text-align: center;
}
.text-red{
	color: #dc1d2d;
}
.support-title span{
	font-size: inherit;
}
.support-title-second{
	font-size: 14px;
	color: #666666;
	text-align: center;
	position: relative;
	padding-bottom: 34px;
	margin-bottom: 55px;
}
.support-title-second:before{
	content: "";
	position: absolute;
	top:18px;
	left: 50%;
	margin-left: -27px;
	background-image: url("/themes/default/assets/images/activity/supportPro/arrowB.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 34px;
	width: 54px;
}
.support-funds-btn{
	display: inline-block;
	width: 226px;
	height: 55px;
	background-color: #dc1d2d;
	border-radius: 3px;
	font-size: 20px;
	line-height: 55px;
	color: #ffffff;
	border: none;
}
.support-funds,
.support-service{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	text-align: center;
}
.support-funds li{
  padding: 0 25px;
}
.support-funds-img{
	background-repeat: no-repeat;
	background-position: center;
	height: 172px;
	width: 178px;
	margin: 0 auto 50px;
}
.support-funds-img01{
	background-image: url("/themes/default/assets/images/activity/supportPro/icon1.png");
}
.support-funds-img02{
	background-image: url("/themes/default/assets/images/activity/supportPro/icon2.png");
}
.support-funds-img03{
	background-image: url("/themes/default/assets/images/activity/supportPro/icon3.png");
}
.support-funds-title{
	font-size: 18px;
	font-weight: bold;
	color: #1a2a4e;
}
.support-funds-text{
	font-size: 14px;
	color: #1a2a4e;
	margin-bottom: 50px;
}
.support-service li{
	width: 100%;
	height: 332px;
	border: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 98% 98%;
	background-size: auto;
	padding: 35px 20px;
}
.support-service .item-01{
	background-color: #de8404;
	background-image: url("/themes/default/assets/images/activity/supportPro/icon4.png");
}
.support-service .item-02{
	background-color: #da3b2a;
	background-image: url("/themes/default/assets/images/activity/supportPro/icon5.png");
}
.support-service .item-03{
	background-color: #276daf;
	background-image: url("/themes/default/assets/images/activity/supportPro/icon6.png");
}
.support-service-title{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.5;
	margin-bottom:20px;
}
.support-service .support-service-text{
	font-size: 14px; 
	color: #ffffff;
}
.support-circuit-listBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	padding-top: 60px;
}
.support-circuit-list{
  width: 50%;
	padding: 0 70px 86px;
	overflow: hidden;
	position: relative;
}
.support-circuit-list:first-child{
	border-right: 1px solid #666666;
}
.support-circuit-list li{
	width: 100%;
	height: 44px;
	background-color: #ffffff;
	border-radius: 22px;
	position: relative;
	padding: 8px 20px;
	margin-bottom:28px;
}
.support-circuit-list li:last-child{
	margin-bottom: 40px;
}
.support-circuit-list li:before{
	content: "";
	position: absolute;
	top: -63%;
	width: 1px;
	height: 28px;
	background-color: #dc1d2d;
	left: 34px;
}
.support-circuit-icon{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-block;
	background-color: #dc1d2d;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	color: #ffffff;
	position: absolute;
	left: 20px;
}
.support-circuit-text{
	font-size: 16px;
	color: #000000;
}
.support-circuit-list .support-funds-btn{
	position: absolute;
	bottom: 0;
	left: 32%;
}
.support-way-title{
	font-size: 18px;
	font-weight: bold;
	color: #1a2a4e;
}
.support-way{
	padding-left: 2em;
	margin-bottom: 40px;
}
.support-way li{
	list-style: disc;
	font-size: 16px;
	color: #000000;
	line-height: 1.5;
}
.support-organizer{
	display: -ms-grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support-organizer-text{
	text-indent: 2em;
	line-height: 1.5;
  margin-bottom: 15px;
  padding-right: 60px;
}
.support-organizer-img{
	width: 278px;
	height: 180px;
	background-color: #fe5a48;
}
.support-organizer-imgText{
	font-size: 14px;
	color: #1a2a4e;
}

.support-form .form-horizontal{
	width: 40%;
	margin: 0 auto;
}
.support-form .form-group{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px !important;
  position: relative;
}
.support-form .form-group .form-nameText{
	font-size: 18px;
	text-align: right;
	line-height: 50px;
  width: 160px;
  margin-right: 10px;
	margin:0;
}
.support-form .form-horizontal .form-group:before,
.support-form .form-horizontal .form-group:after{
	display: inline-block !important;
	content: none !important;
}
.support-form .form-group .form-control{
	font-size: 16px;
  display: inline-block;
  width: 100%;
	height: 50px;
	border-radius: 3px !important;
	border: solid 1px #666666;
	margin:0;
	padding-left: 10px;
}
.support-form .Validform_checktip{
	position: absolute;
	left: 125px;
}
.support-form .Validform_wrong{
	top: 40px;
	background-position: 0 10px;
}
.support-form  .Validform_right{
	display: none;
}
.support-list{
  width: 100%;
  border-bottom: 1px solid #e6e5e5;
  margin-top: 30px;
  text-align: center;
}
.support-list th{
  text-align: center;
  height: 54px;
  background-color: #f6f6f6;
  font-size: 16px;
	font-weight: bold;
  color: #000000;
  padding-left: 50px;
}
.support-list .support-list-type{
  background-color: #1a2a4e;
  font-size: 24px;
  color: #ffffff;
  padding: 10px 20px;
  line-height: 1.2;
}
.support-list tr td{
  text-align: center;
  height: 36px;
  background-color: #ffffff;
  line-height: 36px;
  font-size: 14px;
  color: #040404;
  padding-left: 50px;
}
.support-list tr:nth-child(2n) td{
  background-color: #f6f6f6;
}
.support-list-tip{
  padding: 5px 0;
  font-size: 14px;
	color: #666666;
}
/* 服务商采购 */
.header_purchase{
  height: 500px;
  width: 100%;
  background-image: url("/themes/default/assets/images/activity/purchase/purchase_img01.jpg");
	background-repeat: no-repeat;
	background-position: center;
  background-size: cover;
  padding-top: 75px;
}
.header_title_purchase{
  font-size: 80px;
	font-weight: bold;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 15px;
}
.header_text_purchase{
  font-size: 30px;
  color: #274582;
  line-height: 1;
  display: inline-block;
  padding: 12px 25px;
  margin-bottom: 0;
  background-color: #ffffff;
}
.purchase-box{
  background-color: #ffffff;
  padding: 50px 0;
}
.purchase-box .text-blue{
  color: #274582;
  font-weight: bold;
}
.title_purchase{
  font-size: 36px;
	font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.title_purchase .red{
  color: #de4f4f;
}
.text_purchase{
  font-size: 16px;
	line-height: 30px;
  color: #2b2b2b;
  text-indent: 2em;
}
.purchase-bgblue, .purchase-bgred{
  padding: 16px 55px;
  width: 100%;
  height: 156px;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
  position: relative;
}
.purchase-img02{
  background-repeat: no-repeat;
  background-image: url("/themes/default/assets/images/activity/purchase/purchase_img02.png");
  height: 120px;
  position: absolute;
}
.purchase-bgblue{
  background-color: #274582;
  margin-top: 25px;
}
.purchase-bgblue:after{
  content: '';
  position: absolute;
  top:0;
  right: 0;
  border: 156px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.purchase-bgblue .purchase-img02{
  background-position: 0 0;
  left: 55px;
  width: 92px;
}
.purchase-bgred{
  background-color: #de4f4f;
}
.purchase-bgred:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border: 156px solid #ffffff;
  border-right-color: transparent;
  border-top-color: transparent;
}
.purchase-bgred .purchase-img02{
  right: 55px;
  background-position: -107px 0;
  width: 120px;
}
.text_purchase_second{
  font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}
.text_purchase_withe{
  font-size: 16px;
	color: #ffffff;
}
.purchase-btn{
  display: inline-block;
  width: 231px;
  height: 52px;
  background-color: #de4f4f;
  border-radius: 5px;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition:  all 0.35s ;
  -o-transition:  all 0.35s ;
  transition:  all 0.35s ;
}
.purchase-btn:hover{
  top: -5px;
  -webkit-box-shadow: 0 5px 5px 2px rgba(196, 195, 195, 0.5);
          box-shadow: 0 5px 5px 2px rgba(196, 195, 195, 0.5);
}
.grade-box{
	height: 412px;
	background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 60px 15px;
  text-align: center;
  color: #000000;
  margin-right: 15px;
}
.grade-box:hover{
  background-color: #de4f4f;
  color: #ffffff ;
}
.grade-box .text_purchase_second,
.grade-box .text_purchase_withe{
  color: inherit;
  line-height: 1;
}
.grade-img03{
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("/themes/default/assets/images/activity/purchase/purchase_img03.png");
  height: 145px;
}
.grade-a{
  background-position: 0 0;
  width: 175px;
}
.grade-b{
  background-position: -193px 0;
  width: 142px;
}
.grade-c{
  background-position: -348px 0;
  width: 142px;
}
.grade-list{
  padding: 25px 0 0;
}
.grade-list li{
  display: inline-block;
  width: 46%;
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}
.grade-list li i{
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  font-weight: bold;
}
.grade-list li i.sol-tick{
  font-size: 13px;
}
.grade-d{
  height: 209px;
	background-color: #274582;
	border-radius: 5px;
  border: solid 1px #274582; 
  padding: 30px 135px 0;
  position: relative;
}
.purchase-img04{
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("/themes/default/assets/images/activity/purchase/purchase_img04.png");
  height: 175px;
  position: absolute;
}
.purchase-img04-left{
  background-position: 0 0;
  left: 20px;
  top: 16px;
  width: 55px;
}
.purchase-img04-right{
  background-position: -78px 0;
  right: 20px;
  width: 100px;
  bottom: 12px;
}
.grade-d-text{
  font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}
.purchase-case-box{
  background-color: #ffffff;
	border-radius: 5px;
  border: solid 1px #c4c3c3;
  position: relative;
  height: 435px;
  margin-top: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition:  all 0.35s ;
  -o-transition:  all 0.35s ;
  transition:  all 0.35s ;
}
.purchase-case-box:hover{
  background-color: #274582;
}
.purchase-case-box:hover .purchase-case-title,
.purchase-case-box:hover .purchase-case-msg,
.purchase-case-box:hover .purchase-case-info{
  color: #ffffff;
}
.purchase-tag{
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 25px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/assets/images/activity/purchase/purchase_img06.png");
  background-position: center center;
  width: 114px;
  height: 34px;
}
.purchase-imgBox{
  width: 100%;
  height: 243px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}

.purchase-case-content{
  padding: 25px 15px;
}
.purchase-case-title{
  font-size: 18px;
  color: #000000;
  line-height: 1;
  margin: 0;
  margin-bottom: 5px;
}
.purchase-case-msg{
  font-size: 16px;
  color: #8c8c8c;
  margin-bottom: 16px;
}
.purchase-case-info{
	font-size: 16px;
	color: #2b2b2b;
}
.purchase-case-bluebox{
  display: block;
  background-color: #274582;
	border-radius: 5px;
	border: solid 1px #c4c3c3;
  padding: 190px 32px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-image: url("/themes/default/assets/images/activity/purchase/purchase_img10.png");
  background-position: center 65px;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0;
  -webkit-transition:  all 0.35s ;
  -o-transition:  all 0.35s ;
  transition:  all 0.35s ;
}
.purchase-case-bluebox:hover{
  top: -5px;
	-webkit-box-shadow: 1px 1px 5px 2px rgba(196, 195, 195, 0.5);
	        box-shadow: 1px 1px 5px 2px rgba(196, 195, 195, 0.5);
}
.purchase-case-bluebox h1{
  font-size: 42px;
	color: #ffffff;
}
.purchase-case-bluebox p{
  font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}
.purchase-case-bluebox span{
  font-size: 16px;
  color: #ffffff;
  display: block;
  text-align: right;
  margin-top: 30px;
}
.purchase-chart{
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.purchase-chart-left{
  width: 700px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.purchase-chart-right{
  margin-left: 30px;
  width: 100%;
}

.purchase-chart-left,
.purchase-chart-right{
  height: 340px;
	background-color: #ffffff;
  border: solid 1px #c4c3c3;
  text-align: center;
  padding: 20px 15px;
}
.purchase-chart-left img,
.purchase-chart-right img{
  width: auto;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.purchase-chart-title{
  font-size: 16px;
  color: #666666;
  margin: 0;
}
.purchase-chart-msg{
  text-align: right;
  font-size: 12px;
  color: #888888;
}
.purchase-type{
  padding: 25px 85px 35px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.purchase-type li{
  width: 33%;
}
.purchase-type li:nth-child(2n-1){
  width: 100%;
  height: auto;
  padding: 20px 30px;
	background-color: #de4f4f;
  border-radius: 50px 5px 5px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.purchase-type-left{
  font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.purchase-type-left i{
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("/themes/default/assets/images/activity/purchase/purchase_img13.png");
}
.purchase-type-1{
  width: 27px;
	height: 33px;
  background-position: 0 0;
}
.purchase-type-2{
  width: 27px;
  height: 33px;
  background-position: -38px 0;
}
.purchase-type-3{
  width: 28px;
	height: 33px;
  background-position: -75px 0;
}
.purchase-type-right{
  font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}
.purchase-type-arrow{
  background-repeat: no-repeat;
  background-image: url("/themes/default/assets/images/activity/purchase/purchase_img14.png");
  background-position: center center;
}
.purchase-footer{
  padding: 60px 0 55px;
  background-color: #274582;
}
.purchase-footer p{
  font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}
.purchase-footer .purchase-btn:hover{
  -webkit-box-shadow: 0 5px 5px 2px rgba(12, 27, 58, 0.35);
          box-shadow: 0 5px 5px 2px rgba(12, 27, 58, 0.35);
}
.settledin-header{
  width: 100%;   
  height: 450px;
  background-repeat: no-repeat;
  background-image: url("/themes/default/assets/images/activity/settledin/hearderService.jpg");
  background-position: center center;
  padding-top: 120px;
}
.settledin-header-second{
  font-size: 25px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
}
.settledin-header-title{
  font-size: 69px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
}
.settledin-header-btn{
  display: inline-block;
  width: 144px;
  height: 48px;
  border-radius: 5px;
  border: solid 2px #ffffff;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 46px;
}
.settledin-box{
   padding: 95px 0;
   text-align: center;
}
.settledin-title{
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1;
}
.settledin-secTitle{
  font-size: 16px;
  color: #666666;
  line-height: 1;
}
.settledin-box .btn-settledin{
  width: 300px;
  height: 60px;
  line-height: 60px;
  background-color: #ff7510;
  border-radius: 30px;
  font-size: 24px;
  color: #fffefe;
  margin-top: 40px;
}
.settledin-box .btn-settledin:hover{
  line-height: 60px;
  opacity: 1;
  -webkit-box-shadow: 0 2px 5px 2px rgba(237, 109, 0,.4 5);
          box-shadow: 0 2px 5px 2px rgba(237, 109, 0,.4 5) 
}
.settledin-ecology{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.settledin-ecology-list{
  padding-top: 95px;
  width: 33.33%
}
.settledin-ecology-img{
  margin-bottom: 10px;
}
.settledin-ecology-title{
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 16px;
  position: relative;
}
.settledin-ecology-title:before{
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 3px;
  background-color: #ff7510;
  border-radius: 2px;
}
.settledin-ecology-text{
  font-size: 14px; 
  color: #666666;
}
.settledin-field{
  width: 100%;   
  background-repeat: no-repeat;
  background-image: url("/themes/default/assets/images/activity/settledin/bg01.png");
  background-size: cover;
  background-position: center center;
  background-color: #f1f8ff;
}
.settledin-field-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.settledin-field-list li{
  width: 200px;
  height: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 2px #243f7c;
  font-size: 16px;
  color: #004ea2;
  margin-bottom: 20px;
}
.settledin-field-list .bg-blue{
  background-color: #243f7c;
  color: #ffffff;
}
.settledin-service{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
}
.settledin-service-list{
  width: 300px;
  height: 290px;
  background-color: #ffffff;
  border: solid 1px #c4c3c3;
  padding-bottom: 10px;
  overflow: hidden;
  text-align: left;
}
.settledin-service-img{
  width: 100%;
  height: 185px;
}
.settledin-service-title{
  font-size: 18px;
  color: #004ea2;
  padding: 0 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1;
}
.settledin-service-text{
  padding: 0 18px;
  margin-bottom: 0;
  font-size: 14px;
  color: #666666;
}
.settledin-position{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 70px;
}
.settledin-position-list{
  width: 637px;
  height: 280px;
  background-color: #539b34;
  border-radius: 5px;
  position: relative;
  padding: 48px 60px;
  margin-bottom: 15px;
  text-align: left;
}
.settledin-position-logo{
  height: 55px;
  width: auto;
}
.settledin-position-title{
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
}
.settledin-position-text{
  font-size: 16px;
  color: #ffffff;
}
.settledin-position-imgL{
  position: absolute;
  top: 80px;
  left: 200px;
}
.settledin-position-imgR{
  position: absolute;
  top: 80px;
  right: 200px;
}
.settledin-position-center{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -195px;
  margin-left: -225px;
  width: 450px;
  height: 450px;
  background-color: #243f7c;
  border: solid 30px #ffffff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 130px;
}
.settledin-logo{
  width: 286px;
  height: 83px;
}
.settledin-worth{
  width: 100%;   
  background-repeat: no-repeat;
  background-image: url("/themes/default/assets/images/activity/settledin/bg02.jpg");
  background-position: center center;
  /*background-color: #243f7c;*/
}
.settledin-worth-list{
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.settledin-worth-list li{
  width: 411px;
  height: 286px;
  border-radius: 5px;
  border: solid 2px #ffffff;
  padding: 40px 30px;
}
.settledin-worth-title{
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ffffff;
}
.settledin-worth-text{
  text-align: left;
  margin-top: 40px;
  font-size: 16px;
  color: #ffffff;
}
.settledin-method-list{
  padding-top: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.settledin-method-list:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 57%;
  border-bottom: 2px dashed #ff7510;
}
.settledin-method-title{
  font-size: 20px;
  font-weight: bold;
  color: #004ea2;
  margin-bottom: 50px;
  position: relative;
}
.settledin-method-title:after{
  content: "";
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  background-color: #ff7510;
  border-radius: 50%;
}
.settledin-method-text{
  font-size: 16px;
  color: #666666;
}
.settledin-login{
  width: 570px;
  margin: 50px auto 0;
  position: relative;
}
.settledin-login .control-label{
  font-size: 20px;
  color: #000000;
  width: 125px;
  line-height: 55px;
  margin-right: 15px;
  display: inline-block;
}
.settledin-login .form-control{
  width: 430px;
  height: 55px;
  border-radius: 3px;
  border: solid 1px #666666;
  display: inline-block;
  font-size: 18px;
}
.settledin-login .btn-getcode{
  width: 165px;
  height: 55px;
  background-color: #243f7c;
  border-radius: 3px;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
  line-height: 54px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
.settledin-login .Validform_checktip{
  position: absolute;
  left: 140px;
  margin-top: 60px;
  line-height: 1;
}
/*freetaskBg*/
.freetaskBg1,.freetaskBg2{
  height: 100%;
  width: 100%;
  background-image: -o-linear-gradient(#312f66, #fd4c4c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#312f66), to(#fd4c4c));
  background-image: linear-gradient(#312f66, #fd4c4c);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.freetaskBg2{
  padding-top: 700px;
  padding-bottom: 20px;
  background-image:  url(../../images/activity/freetaskBg.png);
}
.freetaskBg2 .w-grid{
  margin-bottom: 0;
}
.freetask-centent{
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 7px #fd7541;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  margin-bottom: 20px;
}
.freetask-title{
  font-size: 16px;
  font-weight: bold;
  color: #fd4600;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1;
}
.freetask-text{
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  display: inline-block;
}
.freetaskUl li{
  padding-left: 25px;
  padding-right: 20px;
  position: relative;
  margin: 5px 0;
}
.freetaskUl li .freetask-text{
 margin: 0;
 line-height: 2;
}
.freetask-num{
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #fd4600;
  border-radius: 50%;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 6px;
}
.freetaskBg2 .freetask-input,.freetaskBg2 .freetask-input:focus{
  font-size: 16px !important;
  color: #000000 !important;
  border: none !important;
  border-bottom: 1px solid currentColor !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  width: 155px !important;
  padding: 0 !important;
}
.btn-freetask{
  font-size: 16px;
  font-weight: bold;
  color: #fd4600;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid currentColor;
  background-color: transparent;
  margin-left: 10px;
}
.settledin-auth{
  background-color: #fea23f;
}
/* 策略雇主 */
.strategyBg{
  width: 100%;
	height: 500px;
	background-color: #203260;
}
.strategyBg-bottom{
  width: 100%;
  height: 120px;
  margin-bottom: 30px;
}
.strategy-list{
  padding: 20px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.strategy-item{
  width: 635px;
  height: 310px;
  margin-bottom: 20px;
	background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.strategy-item:hover{
  -webkit-box-shadow: 1px 2px 5px 0px  rgba(0, 0, 0, 0.42);
          box-shadow: 1px 2px 5px 0px  rgba(0, 0, 0, 0.42);
}
.strategy-item:hover .strategyBtnbg{
  opacity: 1;
}
.strategy-header{
  width: 100%;
  height: 100px;
	background-color: #203260;
  border-radius: 5px 5px 0px 0px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px;
}
.strategy-name{
  font-size: 18px;
	font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
.strategy-identity{
  font-size: 14px;
  color: #ffffff;
  margin-left: 5px;
}
.strategy-header .header-text{
  font-size: 12px;
	color: #ffffff;
}
.strategy-content{
  padding: 20px;
  height: 225px;
}
.strategy-content .swiper-container{
  height: 100%;
}
.strategy-content .swiper-slide{
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 30px;
}
.strategy-kb{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #122645;
  margin-bottom: 10px;
}
.strategy-kb>p{
  white-space: nowrap;
}
.strategy-kbPrice{
  font-weight: bold;
  color: #fc613a;
  padding-right: 20px;
}
.strategy-kbTitle{
  color: #122645;
  width: 75%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.strategy-kbTitle:hover{
  color: #fc613a;
}
.strategy-kbStatus{
  padding-left: 20px;
}
.strategyBtnbg{
  height: 145px;
  width: 40px;
  background-color: #fff;
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.swiper-paginationBlue .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border: solid 1px #122645;
    background: transparent;
    opacity: 0.8;
}
.swiper-paginationBlue .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #122645;
}