body {
    width: 100%;
    min-width: 1220px;
    color: #313131;
}

.fixW {
    width: 1220px;
    margin: 0 auto;
    position: relative;
}


/*
 * 区块头部
 */

.section-title {
    text-align: center;
}

.sec-title-big {
    color: #f7e8eb;
    font-size: 60px;
    font-weight: bold;
    line-height: 44px;
}

.sec-title-main {
    font-size: 40px;
    color: inherit;
    position: relative;
}

.sec-title-small {
    font-size: 18px;
    color: #7d7d7d;
    margin-top: 16px;
}


/*common-all*/

.colorFFF {
    color: #fff;
}

#banner .swiper-button-next:after,
#banner .swiper-button-prev:after {
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0);
}

#banner .swiper-button-next:hover:after,
#banner .swiper-button-prev:hover:after {
    background: rgba(255, 255, 255, 0.2);
}

#banner .swiper-button {
    width: 1100px;
    margin: 0 auto;
}

#banner .swiper-button-next,
#banner .swiper-button-prev {
    display: none;
    opacity: 0;
    -moz-animation: all 3s infinite;
      -o-animation: all 3s infinite;
         animation: all 3s infinite;
    -webkit-animation: all 3s infinite;
}

#banner:hover .swiper-button-next,
#banner:hover .swiper-button-prev {
    display: block;
    opacity: 1;
}

#banner .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.8)
}

#banner .swiper-pagination-bullet-active {
    background: #fff
}

#banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

#banner .swiper-button-next,
#banner .swiper-container-rtl .swiper-button-prev {
    right: 3%;
    color: #fff
}

#banner .swiper-button-prev,
#banner .swiper-container-rtl .swiper-button-next {
    left: 3%;
    color: #fff
}

#banner a {
    height: 500px;
    background: url(../images/banner.jpg) no-repeat center 0 / auto 100%;
}

#banner a img {
    width: 100%;
}

#banner .banner-tag {
    position: absolute;
    left: 0;
    top: 20px;
    height: auto;
    z-index: 999;
    border-radius: 10px;
}


/* header */

.header {
    background-color: #262626;
    height: 150px;
}

.logo {
    margin-top: 38px;
}

.logo img {
    height: 73px;
    width: auto;
}

.header-right {
    margin-top: 32px;
}

.heright-top {
    text-align: right;
    margin-bottom: 3px;
}

.hefright-address {
    font-size: 16px;
    line-height: 22px;
    color: #7d7d7d;
    vertical-align: bottom;
}

.hefright-tel {
    color: #00a0e9;
    text-align: left;
}

.hefright-tel img {
    margin-right: 11px;
    margin-left: 15px;
    width: 46px;
    height: 46px;
}

.fefright-tel-txt {
    font-size: 16px;
    line-height: 18px;
}

.fefright-tel-tel {
    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 8px;
}

.header-nav-item {
    position: relative;
}

.header-nav-item+.header-nav-item {
    margin-left: 46px;
}

.header-nav-firstlink {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}

.header-nav-active {
    font-weight: bold;
    color: #00a0e9;
}

.header-nav-hover {
    position: absolute;
    top: 100%;
    left: -50%;
    width: 200%;
    height: 0;
    overflow: hidden;
    z-index: 99999999;
}

.header-nav-hover a {
    display: block;
    background-color: #262626;
    font-size: 14px;
    line-height: 39px;
    padding: 0 5px;
    border-bottom: 1px dashed #6e6e6e;
}

.header-nav-item:hover .header-nav-hover {
    height: 300px;
}


/* heacer end */

.se-title {
    text-align: center;
}

.se-title h3 {
    font-weight: normal;
    font-size: 36px;
    line-height: 1em;
}

.se-title p {
    margin-top: 15px;
    font-size: 24px;
    line-height: 1em;
    color: #7d7d7d;
}

.center-img {
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.center-img img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.full-img img {
    width: 100%;
}

.page-btn{
    border: solid 1px #00a0e9;
}
.page-btn p{
    padding:0 20px;
    line-height: 38px;
    background-color: #fff;
    font-size: 14px;
	color: #7d7d7d;
}
.page-btn a{
    padding:0 27px;
    line-height: 38px;
    background-color: #00a0e9;
    font-size: 14px;
	color: #fff;
    border-left:1px solid #00a0e9;
}
.page-btn a:hover{
    background-color: transparent;
    color:#00a0e9;
}

.page-btn-radius,
.page-btn-radius a{
    border-radius: 20px;
}
.page-btn-radius p{
    background-color: transparent;
}

.page-btn2{
    width: 178px;
    line-height: 36px;
    font-size: 14px;
    background-color: #00a0e9;
	color: #fff;
    border:1px solid #00a0e9;
    border-radius: 18px;
    text-align: center;
    margin:0 auto;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.page-btn2:hover{
    background-color: transparent;
    color:#00a0e9;
}
.page-btn3{
    width: 198px;
    line-height: 42px;
    background-color: transparent;
    color:#00a0e9;
    font-size: 14px;
    border:1px solid #00a0e9;
    border-radius:22px;
    margin:0 auto;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.page-btn3:hover{
    background-color: #00a0e9;
	color: #fff;
}

.page-btn4{
    width: 178px;
    line-height: 36px;
    font-size: 14px;
    background-color: #00a0e9;
	color: #fff;
    border:1px solid #00a0e9;
    border-radius: 18px;
    text-align: center;
    margin:0 auto;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.page-btn4:hover{
    background-color: transparent;
    border-color:#fff;
    color:#fff;
}
.page-btn5{
    width: 104px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    margin:0 auto;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    background-color: transparent;
    border:#fff 1px solid;
    color:#fff;
}
.page-btn5:hover{
    /* background-color: #00a0e9;
	color: #fff;
    border-color:#00a0e9; */
    background-color: rgba(255, 255, 255, 0.3);
    color:#fff;
}


/* form start */

.form-section {
    background: url(../images/bg1.jpg) no-repeat center 0 / auto 300px;
    height: 300px;
    text-align: center;
    position: relative;
}

.form-section-title {
    font-size: 36px;
    line-height: 1em;
    padding-top: 67px;
}

.form-section-tip {
    font-size: 14px;
    line-height: 1em;
    color: #00a0e9;
}

.form-section form {
    margin: 23px 0 30px;
}

.form-section .input_text input {
    width: 431px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    padding: 0 25px;
}

.form-section .input_phone {
    margin: 0 20px;
}

.form-section .input_phone input {
    width: 230px;
}

.input_btn a {
    width: 180px;
    height: 60px;
    background-color: #00a0e9;
    border-radius: 5px;
    border: none;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
}

.input_btn a p {
    background: url(../images/search.png) no-repeat 0 center / 16px 16px;
    padding-left: 26px;
}

.input_btn a:hover {
    background: -webkit-linear-gradient(top, #00a0e9, #1c4db8);
    background: -moz-linear-gradient(top, #00a0e9, #1c4db8);
    background: -o-linear-gradient(top, #00a0e9, #1c4db8);
    background: linear-gradient(180deg, #00a0e9, #1c4db8);
}


.ann1-swiper {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-left: 32px;
    height: 18px;
    background: url(../images/inform.png) no-repeat left 0 / auto 18px;
}

.ann1-swiper .swiper-container {
    height: 18px;
}

.ann1-swiper .swiper-slide {
    font-size: 14px;
    line-height: 18px;
    color: #7d7d7d;
    height: 18px;
}

.ann1-swiper span,
.ann1-swiper strong {
    display: inline;
    font-weight: normal;
    margin: 0 5px;
}


/* form end */


/* in-section3 */


.in-section3{
	background: url(../images/in3/bg.jpg) no-repeat center 0 / auto 100%;
	padding:87px 0 73px;
}
.inse3-wrapper{
	margin:14px 0 51px;
}
.inse3-slide{
	width: 290px;
	height: 220px;
	background-color: #ffffff;
	margin:20px 0 0 20px;
	text-align: center;
}
.inse3-img{
	padding: 16px 0;
}
.inse3-img img{
	width: 165px;
	height: 90px;
	background-color: #bfbfbf;
	border-radius: 5px;
	margin:0 auto;
}
.inse3-name{
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
}
.inse3-intro{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #7d7d7d;
	margin:8px 30px;
}

.inse3-left{
	margin-left:0;
	height: 460px;
}
.inse3-left .inse3-name{
	font-size: 24px;
	margin:48px 0 27px;
}
.inse3-tag li{
	width: 220px;
	height: 42px;
	background-color: #eff0f3;
	line-height: 42px;
	font-size: 14px;
	color: #535353;
	margin:0 auto 14px;
}
.inse3-left .inse3-img img{
	width: 254px;
	height: 153px;
	border-radius: 0;
	margin-top: 2px;
}

/* in-section3 end */

/* in-section5  */

.in-section5{
	background: url(../images/in5/bg.jpg) no-repeat center 0 / auto 100%;
	padding:78px 0 80px;
}
.in-section5 .se-title h3{
	color:#fff;
}
.inse5-wrapper{
	margin-top: 5px;
}
.inse5-slide{
	width: 390px;
	height: 200px;
	background-color: rgba(255, 255, 255,0.35);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin:26px 0 0 25px;
	color:#fff;
	text-align: left;
}
.inse5-slide:nth-child(3n+1){
	margin-left: 0;
}
.inse5-img{
	width: 150px;
	height: 145px;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	margin:28px 24px 0 21px;
}
.inse5-img img{
	max-width: 100%;
	max-height: 100%;
}
.inse5-main{
	width:172px;
	margin-top: 28px;
}
.inse5-name{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding:8px 0 20px;
}
.inse5-intro{
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
.inse5-btn{
	width: 88px;
	height: 30px;
	background-color: #00a0e9;
	border-radius: 5px;
	line-height: 30px;
	border:1px solid #00a0e9;
	position: absolute;
	right:38px;
	bottom:30px;
	font-size: 14px;
	text-align: center;
}
.inse5-btn:hover{
	color:#fff;
	border-color:#fff;
	background-color: transparent;
}

/* in-section5 end */

/* .in-section6 */

.in-section6{
	padding:105px 0;
}
.inse6-img{
	margin-top: 40px;
}
.inse6-img img{
	max-width: 100%;
}

/* .in-section6 end */

/* 公司注册获得的资料  */

.section6 {
	text-align: center;
	padding: 80px 0 70px;
}

.se6-wrapper {
	margin-top: 46px;
    margin-bottom: 40px;
	background-color: #fff;
}

.se6-img img,
.se6-list {
	display: inline-block;
	vertical-align: top;
	width: 1127px;
}

.se6-list {
	position: relative;
	height: 66px;
}

.se6-item {
	position: absolute;
	min-width: 136px;
}

.se6-no {
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 26px;
	background-color: #00a0e9;
	border-radius: 50%;
	font-size: 17px;
	line-height: 26px;
	color: #ffffff;
}

.se6-name {
	font-size: 22px;
	color: #535353;
	margin-top: 15px;
}

.se6-item:nth-child(1) {
	left: 0px;
}

.se6-item:nth-child(2) {
	left: 146px;
}

.se6-item:nth-child(3) {
	left: 281px;
}

.se6-item:nth-child(4) {
	left: 528px;
}

.se6-item:nth-child(5) {
	left: 884px;
}

/* end */



.in-section11{
    padding:98px 0 93px;
    background-color: #f3f4f6;
}
.inse11-wrapper{
    margin:44px 0 42px;
}
.inse11-slide{
    width:140px;
    position: relative;
}
.inse11-slide + .inse11-slide{margin-left: 63px;}
.inse11-slide + .inse11-slide::before{
    content:'';
    width:20px;
    height: 28px;
    background: url(../images/in11/ico.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left:-38px;
    top:53px;
}
/* .inse11-img img{
    height:127px;
    margin:0 auto;
} */
.inse11-name{
    font-size: 16px;
	font-weight: bold;
    line-height: 22px;
    margin-top: 10px;
}

.inse11-slide .inse11-img{
    margin:0 auto;
    width:120px;
    height:127px;
    line-height: 127px;
    background: url(../images/in11/q1.png) no-repeat 0 0 / 100% 100%;
}
.inse11-img img{
    display: inline-block;
    vertical-align: middle;
    height:70px;
}
.inse11-slide:nth-child(1) .inse11-img{background-image: url(../images/in11/q1.png);}
.inse11-slide:nth-child(2) .inse11-img{background-image: url(../images/in11/q2.png);}
.inse11-slide:nth-child(3) .inse11-img{background-image: url(../images/in11/q3.png);}
.inse11-slide:nth-child(4) .inse11-img{background-image: url(../images/in11/q4.png);}
.inse11-slide:nth-child(5) .inse11-img{background-image: url(../images/in11/q5.png);}


.in-section4{
	padding:83px 0;
}
.inse4-wrapper{
	margin-top:24px;
}
.inse4-slide{
	width:390px;
	text-align: left;
	background-color: #f5f6fa;
	padding-bottom: 10px;
}
.inse4-slide:nth-child(3n+2){
	margin:0 25px;
}
.inse4-slide li{
	white-space: nowrap;
	overflow: hidden;
	margin:0 32px;
}
.inse4-link,.inse4-link-btn{
	font-size: 14px;
	color:#535353;
	line-height: 42px;
	height:42px;
}
.inse4-link::before{
	content:'';
	width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background-color: #00a0e9;
	border-radius: 50%;
	margin:0 14px 0 6px;
}
.inse4-slide li + li{
	border-top: dashed 1px #d8dde9;
}

.inse4-slide-head{
	padding:4px 0;
	color: #ffffff;
	font-size: 14px;
	background-color: #00a0e9;
	padding-right:20px;
}
.inse4-slide-head a{
	color:#fff;
}
.inse4-slide-head .inse4-link::before{
	background-color: #fff;
	margin-left:38px;
}



.section-block16{
    padding:68px 0 88px;
}
.b16-list{
    font-size:0;
    margin-top:16px;
}
.b16-list li{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left:33px;
    margin-top:20px;
}
.b16-list li:nth-child(4n+1){margin-left:0;}
.b16-item{
    position: relative;
    width:280px;
    height:260px;
    overflow: hidden;
}

.b16-img{
    width:100%;
    height:100%;
    position: relative;
    z-index: 1;
}
.b16-txt{
	position: absolute;
	left: 0;
	top: 46px;
	right: 0;
	text-align: center;
	z-index: 2;
}
.b16-txt1{
	font-size:30px;
	line-height: 1em;
	color:#313131;
}
.b16-txt2{
	font-size:16px;
	line-height: 20px;
	margin-top:6px;
	color:#7d7d7d;
}
.b16-txt-title{
	color:#fff;
	text-align: left;
	left:44px;
}
.b16-txt-title2{
	left:60px;
}
.b16-txt3{
	font-size:30px;
	color:#fff;
	line-height: 1em;
}
.b16-txt4{
	font-size:20px;
	color:#fff;
	line-height: 1em;
	margin-top:15px;
}
.b16-tag{
    font-size:18px;
    color:#fff;
    padding-left:16px;
    background: url("../images/s16/section16-ico.png") no-repeat center center / 70px 36px;
    width:70px;
    height:36px;
    line-height: 30px;
    position: absolute;
    right:-10px;
    top:12px;
    z-index: 4;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.b16-hover{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    line-height: 260px;
    background: rgba(0,69,139,.9);
    text-align: center;
    -webkit-transform: translateY(260px);
    -moz-transform: translateY(260px);
    -ms-transform: translateY(260px);
    -o-transform: translateY(260px);
    transform: translateY(260px);
    -webkit-transition: all .2s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}
.b16-btn{
    font-size:20px;
    color:#fff;
    border:1px solid #fff;
    line-height: 45px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background: url("../images/s16/s16-go.png") no-repeat 102px center;
    width:132px;
    text-align: left;
    text-indent: 16px;
	position: relative;
	overflow: hidden;
}
.b16-btn:hover{
    background: transparent url("../images/s16/s16-go.png") no-repeat 104px center !important;
    color:#fff !important;
	border-color:#fff !important;
}
.b16-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: -36px;
	left: -100px;
	background: white;
	width: 50px;
	height: 125px;
	opacity: 0.3;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: all .2s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.b16-btn:hover:after {
	left: 120%;
	-o-transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
	-moz-transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
	transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
	-webkit-transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);

}
.b16-item:hover > .b16-hover{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 2;
}



/*section-block5*/
.section-block5{
	padding:100px 0 110px;
	background: #fff;
}
#block5Swiper{
	margin:32px 0 40px;
}
.b5-swiper-item{
	position: relative;
	width: 240px;
	height: 350px;
}
.b5-img{
	position: relative;
	z-index: 2;
}
.b5-img{
	width: 100%;
	height: 100%;
}
.b5-cont{
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	color:#fff;
	z-index: 10;
	height: 0;
	line-height: 350px;
	overflow: hidden;
	font-size:0;
}
.b5-cont:before{
	content:'';
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: -1;
	background: rgba(0,0,0,.5);
}
.b5-txts{
	display: inline-block;
	vertical-align: bottom;
	width:100%;
	min-height: 157px;
	font-size:20px;
	padding:0 26px 25px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}
.b5-p1{
	color:#fff;
	line-height: 28px;
}
.b5-p2{
	font-size:12px;
	line-height: 22px;
	margin-top:10px;
}
.b5-swiper-item:hover .b5-cont{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	height:100%;
}


.in-section21{
    padding:90px 0 98px;
}
.inse21-wrapper{
    margin-top: 12px;
}
.inse21-slide{
    width: 290px;
	height: 200px;
	background-color: #ffffff;
	box-shadow: 0px 2px 10px 0px 
		rgba(125, 125, 125, 0.2);
    position: relative;
    margin:18px 0 0 20px;
    padding-left: 32px;
    text-align: left;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.inse21-slide:nth-child(4n+1){margin-left: 0;}
.inse21-img{
    position: absolute;
    right:22px;
    bottom:16px;
    z-index: 0;
}
.inse21-main{
    position: relative;
    z-index: 1;
}
.inse21-name{
    margin:37px 0 14px;
    font-size: 20px;
    line-height: 1em;
}
.inse21-intro {
	font-size: 14px;
	line-height: 20px;
	color: #7d7d7d;
    height: 60px;
    margin-bottom: 4px;
}
.inse21-btn{
    width:98px;
    line-height: 28px;
    margin:0;
}
