@charset "UTF-8";
/* reset */
/*
*author:Y.Ray

*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, figure, menu, input, textarea, button, select, th, td iframe{ margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, b, strong { font-size:100%; font-weight:normal;}
li { list-style:none;}
em, i { font-style:normal;}
a, a:visited, a:active { text-decoration:none; border:none; outline:none; color: #333;}
a,img { display:block; border:none;}
input, textarea { outline:none;}
textarea { resize: vertical;}
table{width:100%;border-collapse:collapse;border-spacing:0; }
table td{word-break: break-all; word-wrap:break-word;}
body { -webkit-text-size-adjust:100%; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-touch-callout:none; word-wrap:break-word; line-height:1.5;font-size: 12px;}
body, button, input, select, textarea { font-family: 'microsoft yahei','helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei',  simsun, sans-serif;}
input[type="button"] {cursor: pointer;}
::-webkit-input-placeholder {color:#666;}
:-moz-placeholder {color:#666;}
::-moz-placeholder {color: #666;}
:-ms-input-placeholder {color: #666;}
.none{ display:none;}
.clearfix::after { content:''; clear:both; display:block; height:0; overflow:hidden;visibility:hidden;}
.clearfix { zoom:1;}
.ellipsis { overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.clear{
  clear: both;
}
.cont{width: 1100px;margin: 0 auto;}

.pc-hide{
  display: none;
}

#hdr_mn > h1 > a{
  display: inline;
}
.hdr_con > div .lgn_a > a{
  display: inline;
}
#hdr_mn > h1 > span{
  margin-left: 10px;
  padding-left: 10px;
}


.banner-bgd{
  margin: 0 auto;
  background: #f5fdff url('../images/banner-bgd.png') no-repeat center top;
  background-size: contain;
}
.banner{
  padding: 420px 0 100px;
  font-size: 0;
  text-align: center;
}
.banner-form{
  box-sizing: border-box;
  padding: 40px 0;
  width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 29px rgba(37, 130, 172, 0.09);
}
.banner-form h2{
  width: 700px;
  height: 40px;
  font-size: 22px;
  color: #333;
  text-align: center;
  line-height: 40px;
  margin: 0 auto 40px;
  background: #fff9e5;
  border-radius: 20px;
}
.banner-form h2 span{
  color: #ee1212;
}
.banner-form li{
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 60px;
  margin: 0 33px 22px;
  border-radius: 5px;
}
.banner-form li:not(:last-of-type){
  border: 1px solid #ccc;
}
.banner-form label{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  width: 120px;
  height: 58px;
  font-size: 22px;
  color: #999;
  line-height: 58px;
  text-align: left;
}
.banner-form select{
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 60px;
  font-size: 22px;
  border: none;
  border-radius: 5px;
  background: url(../images/sel.png) no-repeat 126px center;
  -webkit-appearance:none;
}
.banner-form input[type = text]{
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 60px;
  font-size: 22px;
  border: none;
  border-radius: 5px;
}
.banner-form input[type = button]{
  width: 270px;
  height: 60px;
  font-size: 30px;
  color: #d88e0e;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  margin-bottom: 35px;
  background: linear-gradient(to bottom,#fff0c3 0,#ffca2f 100%);
  border: none;
  border-radius: 30px;
}

.premise-bgd{
  background-color: #f5fdff;
}
.premise{
  padding: 50px 0;
  font-size: 0;
  text-align: center;
}
.premise-box .hd{
  display: inline-block;
  vertical-align: top;
}
.premise-box .hd h2{
  position: relative;
  width: 300px;
  height: 100px;
  background-color: #f8f8f8;
  box-shadow: 0 0 29px rgba(37, 130, 172, 0.09);
}
.premise-box .hd li:nth-of-type(1) h2{
  background: #f8f8f8 url('../images/premise-hd-img01.png') no-repeat 10px 20px;
}
.premise-box .hd li:nth-of-type(2) h2{
  background: #f8f8f8 url('../images/premise-hd-img02.png') no-repeat 10px 20px;
}
.premise-box .hd li:nth-of-type(3) h2{
  background: #f8f8f8 url('../images/premise-hd-img03.png') no-repeat 10px 20px;
}
.premise-box .hd li:nth-of-type(4) h2{
  background: #f8f8f8 url('../images/premise-hd-img04.png') no-repeat 10px 20px;
}
.premise-box .hd li:nth-of-type(5) h2{
  background: #f8f8f8 url('../images/premise-hd-img05.png') no-repeat 10px 20px;
}
.premise-box .hd li:nth-of-type(6) h2{
  background: #f8f8f8 url('../images/premise-hd-img06.png') no-repeat 10px 20px;
}
.premise-box .hd h2 img{
  display: none;
}
.premise-box .hd li.on h2{
  background: linear-gradient(to bottom,#5dd2f3 0,#41c0e4 100%);
}
.premise-box .hd li.on h2 img{
  position: absolute;
  top: 20px;
  left: 10px;
  display: block;
  width: 60px;
  height: 60px;
}
.premise-box .hd li.on p{
  color: #fff;
}
.premise-box .hd li.on i{
  color: #0a93b8;
  background-color: #fff;
}
.premise-box .hd p{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 20px 0 0 70px;
  width: 235px;
  font-size: 24px;
  color: #ccc;
  line-height: 30px;
  text-align: left;
}
.premise-box .hd li:nth-of-type(1) p{
  padding: 0 0 0 70px;
  line-height: 100px;
}
.premise-box .hd i{
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
  font-size: 22px;
  color: #ccc;
  line-height: 28px;
  margin: 36px 5px;
  border-radius: 14px;
  /* background-color: #fff; */
}
.premise-box .bd{
  display: inline-block;
  vertical-align: top;
}
.primise-cont{
  width: 800px;
  height: 820px;
  background: #fff url('../images/primise-cont1-bgd.png') no-repeat center bottom;
  box-shadow: 0 0 29px rgba(37, 130, 172, 0.09);
}
.primise-cont h2{
  padding: 70px 0 0;
  font-size: 38px;
  color: #333;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.primise-cont h2 span{
  color: #0a93b8;
}
.primise-cont h3{
  position: relative;
  width: 198px;
  height: 2px;
  margin: 0 0 30px 290px;
  background-color: #4ac4e7;
  /* background: url('../images/primise-title.png') no-repeat center; */
}
.primise-cont h3{
  width: 200px;
  margin-left: 290px
}
.primise-cont h3::before{
  position: absolute;
  top: -4px;
  left: -10px;
  width: 6px;
  height: 6px;
  content: '';
  border: 2px solid #4ac4e7;
  border-radius: 5px;
}
.primise-cont h3::after{
  position: absolute;
  top: -4px;
  right: -10px;
  width: 6px;
  height: 6px;
  content: '';
  border: 2px solid #4ac4e7;
  border-radius: 5px;
}
.primise-cont p{
  padding: 0 40px;
  font-size: 22px;
  color: #333;
  line-height: 46px;
  text-align: left;
  margin-bottom: 48px;
}
.primise-cont .primise-link{
  display: block;
  width: 350px;
  height: 68px;
  font-size: 26px;
  color: #d88e0e;
  font-weight: 600;
  text-align: center;
  line-height: 68px;
  margin: 0 auto;
  background: linear-gradient(to bottom,#ffca2f 0,#fff0c3 100%);
  border-radius: 34px;
}
.primise-cont2 h3{
  width: 310px;
  margin-left: 230px
}

.primise-cont3 li{
  text-align: left;
  margin-bottom: 40px;
}
.primise-cont3 li i{
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 65px;
  background: url('../images/primise-cont3-icon.png') no-repeat center;
  background-size: contain;
}
.primise-cont3 h3{
  width: 480px;
  margin-left: 155px
}
.primise-cont3 li h4{
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  color: #333;
  line-height: 30px;
}
.primise-cont3 li h4 span{
  font-size: 26px;
  color: #ee1212;
  font-weight: 600;
}
.primise-cont3 .primise-link{
  margin-top: 70px;
}

.primise-cont4 h3{
  width: 280px;
  margin-left: 250px;
  margin-bottom: 80px;
}
.primise-cont4 img{
  width: 767px;
  height: 309px;
  margin: 0 auto 80px;
}
.primise-box04{
  box-sizing: border-box;
  padding: 64px 0 0;
  width: 800px;
  height: 400px;
  margin: 0 auto;
  text-align: left;
  background: url('../images/primise-cont4-img.png') no-repeat center;
  background-size: contain;
}
.primise-box04 h4{
  font-size: 24px;
  color: #333;
  line-height: 50px;
}
.primise-box04 li{
  display: inline-block;
  vertical-align: top;
}
.primise-box04 li:nth-of-type(1) h4{
  margin: 0 20px 0 42px;
}
.primise-box04 li:nth-of-type(2) h4{
  margin: 0 200px 75px 520px;
}
.primise-box04 li:nth-of-type(3) h4{
  margin: 6px 142px 0 156px;
}
.primise-box04 li:nth-of-type(4) h4{
  margin: 0 20px 0 42px;
}

.primise-cont5 h3{
  width: 280px;
  margin-left: 250px;
}
/* .primise-cont5 img{
  width: 747px;
  height: 493px;
  margin: 0 auto 10px;
} */
.primise-box5{
  box-sizing: border-box;
  padding: 70px 0 0;
  width: 800px;
  height: 520px;
  text-align: left;
  background: url('../images/primise-cont5-img.png') no-repeat center;
  background-size: contain;
}
.primise-box5 h4{
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #666;
}
.primise-box5 li:nth-of-type(1) h4{
  margin: 0 0 80px 40px;
}
.primise-box5 li:nth-of-type(2){
  padding-left: 360px;
}
.primise-box5 li:nth-of-type(2) h4{
  text-align: center;
  margin: 0 70px 60px 0;
}
.primise-box5 li:nth-of-type(3){
  padding-left: 270px;
  margin-bottom: 50px;
}
.primise-box5 li:nth-of-type(4){
  padding-left: 185px;
  margin-bottom: 60px;
}
.primise-box5 li:nth-of-type(5){
  padding-left: 660px;
}

.primise-cont6 h3{
  width: 465px;
  margin-left: 175px;
}

.primise-table{
  width: 760px;
  margin: 0 auto 70px;
  border-left: 1px solid #f2dab0;
}
.primise-table th{
  height: 54px;
  font-size: 22px;
  color: #d88e0e;
  background-color: #fff9e5;
  border-radius: 6px 6px 0 0;
}
.primise-table th:not(:last-of-type){
  border-right: 1px solid #fff;
}
.primise-table td{
  height: 362px;
  text-align: center;
}
.primise-table td span{
  display: block;
  font-size: 16px;
  color: #ee1212;
  text-align: center;
  margin: 0 auto;
}
.primise-table td i{
  display: inline-block;
  vertical-align: top;
  width: 74px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin: 0 10px 10px;;
}
.primise-table a{
  width: 82px;
  height: 30px;
  font-size: 16px;
  color: #d88e0e;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
  border: 1px solid #d88e0e;
  border-radius: 15px;
}
.primise-table td:nth-of-type(1){
  box-sizing: border-box;
  padding: 0 30px;
  width: 76px;
  text-align: center;
}
.primise-table td:nth-of-type(2),
.primise-table td:nth-of-type(4){
  padding-left: 10px;
  line-height: 30px;
  text-align: left;
}
.primise-table td{
  font-size: 16px;
  color: #333;
  text-align: left;
  border-right: 1px solid #f2dab0;
  border-bottom: 1px solid #f2dab0;
}

/* our */
.our {padding: 70px 0 0;}
.our h2 {font-size: 48px; font-weight: bold; line-height: 80px; text-align: center; margin-bottom: 50px;}
.our h2 i {color: #f30;}
.our .our_bg {background: #333;}
.our ul li {float: left; position: relative; width: 360px; text-align: center; color: #fff;}
.our ul li:nth-of-type(1) {background: url(../images/our_bg_1.png) no-repeat center;}
.our ul li:nth-of-type(2) {background: url(../images/our_bg_2.png) no-repeat center;}
.our ul li:nth-of-type(3) {background: url(../images/our_bg_3.png) no-repeat center;}
.our ul li img {display: inline;}
.our ul li h3 {font-size: 24px; line-height: 60px;}
.our ul li .item-show{width: 100%; padding: 160px 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.our .item-img{width: 100%;margin: 0 auto;height: 80px;}
.our .item-tit{width: 100%; margin: 30px auto 0; text-align: center; font-size: 24px; line-height: 48px; color: #fff; }

.our .info {width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(0) rotate(-180deg);
	-moz-transform: scale(0) rotate(-180deg);
	-ms-transform: scale(0) rotate(-180deg);
	-o-transform: scale(0) rotate(-180deg);
	transform: scale(0) rotate(-180deg);
}
.our .info p {width: 70%; margin: 0 auto; font-size: 20px; font-weight: lighter; line-height: 30px; color: #fff; text-transform: uppercase; padding-top: 32%;text-align: justify; height: 150px;}
.our .info a {width: 70%; display: block; margin: 20% auto 0; font: 24px/50px "微软雅黑"; color: #fff;  border: 1px solid #fff; text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.our .info a:hover {background: #fff; color: #e72d1b;}
.our ul li:hover .item-show {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0;
}
.our ul li:hover .info {visibility: visible; opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
@keyframes ballon {
   0%{-webkit-transform: translateY(0); opacity: 0;}
  50%{-webkit-transform: translateY(-30px); opacity: 1;}
100% {-webkit-transform: translateY(-50px); opacity: 0;}
}
@-webkit-keyframes ballon {
	0%{-webkit-transform: translateY(0); opacity: 0;}
  50%{-webkit-transform: translateY(-30px); opacity: 1;}
100% {-webkit-transform: translateY(-50px); opacity: 0;}
}

/*按钮悬停*/
.hvr-grow-shadow{
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:active {
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hvr-grow-shadow2{
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.hvr-grow-shadow2:hover, .hvr-grow-shadow2:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* 隐私协议条款 */
.xieyi {margin-bottom: 20px; font-size: 14px;text-align: center; line-height: 30px; color: #666;}
.xieyi label {border: none; width: 120px; height: 30px;}
.xieyi input[type=checkbox] {position: relative; width: 13px; height: 13px; padding: 0; margin-bottom: 0; border: none; border-radius: 2px; -webkit-appearance: checkbox;}
.xieyi input[type=checkbox]::before {position: absolute; content: ""; top: 0; left: 0; background: #fff; width: 100%;  height: 100%; border: 1px solid #d9d9d9; border-radius: 2px;
}
.xieyi input[type=checkbox]:checked::before {position: absolute; content: "\2713"; background-color: #0075ff; top: 0; left: 0; width: 100%; border: 1px solid #0075ff; border-radius:2px; color: #fff; font-size: 14px; font-weight: bold; text-align: center; line-height: 13px;}
.xieyi a {display: inline; background: transparent; font-size: 14px; line-height: 30px; color: #ed5736;}
.ejy .xieyi {padding: 0; text-align: center; margin-top: 20px; margin-bottom: 0;}

/*协议弹窗样式*/
.es_arg_mask {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: #000;filter: alpha(opacity=30);-moz-opacity: 0.3;-khtml-opacity: 0.3; opacity: 0.3;z-index: 2000;}
.es_agr_box {position: fixed;top: 50%;left: 50%;width: 500px;margin: -210px 0 0 -270px;padding: 10px 20px 20px;background: #ffffff;border-radius: 6px;z-index: 2001;}
.es_agr_title {text-align: center;font-size: 18px;font-weight: bold;padding: 10px 20px;}
.es_agr_main {height: 262px; overflow: auto;}
.es_agr_con {font-size: 14px;color: #3a3d4b;line-height: 25px;word-break: break-all;}
.es_agr_btn {text-align: center;padding: 10px 20px 0;}
.es_button {line-height: 40px;border: none;outline: none;cursor: pointer;color: #ffffff;font-size: 16px;border-radius: 4px;padding: 0 30px;background: #1890FF;background: -webkit-linear-gradient(left, #1890FF, #90CAFF);background: -o-linear-gradient(left, #1890FF, #90CAFF);background: -moz-linear-gradient(left, #1890FF, #90CAFF);background: linear-gradient(left, #1890FF, #90CAFF);}
.es_cancel {display: block;font-size: 14px;color: #3a3d4b;cursor: pointer; margin-top: 10px;}
.agreement {padding: 10px;}
.agreement p {font-size: 14px; line-height: 30px; text-indent: 2em; text-align: justify;}
