@import './iconfont/iconfont.css';

@font-face {
	font-family: "ap";
	src: url("../font/AccidentalPresidency.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.mt0 {
	margin-top: 0 !important
}
.mt5 {
	margin-top: 5px !important
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #4c4c4c;
    background-color: #FFFFFF;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

p, ul, li, h1, h2, h3, h4, h5, h6, dl, dd, dt, button, input, img {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}

input, textarea, select {
    font-family: "Microsoft Yahei";
}

input[type=submit], input[type=reset] {
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #4c4c4c;
}

a:hover {
    text-decoration: none;
    color: #28a7e1;
}

h1, h2, h3, h4, h5, h6, i, b {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.arial {
    font-family: "Arial";
}

/*头部*/
.header {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 10;
}

.header .a-index {
    float: left;
    line-height: 100px;
}

.header .a-index img {
    max-width: 100%;
    vertical-align: middle;
}

.header .d-nav {

    float: right;

    font-size: 0;
}

.header .d-nav > a {
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    margin: 0 13px;
    padding: 0 35px 0 0;
    transition: .4s;
    font-size: 18px;
    line-height: 100px;
    overflow: hidden;
    float: left;
}

.header .d-nav > a:after {
    position: absolute;
    width: 0;
    height: 2px;
    background: #1A98ED;
    background: -webkit-linear-gradient(to right, #1A98ED, #34c8ca);
    background: linear-gradient(to right, #1A98ED, #34c8ca);
    content: '';
    bottom: 30px;
    left:0;
    transition: .4s;
}

.header .d-nav > a:hover:after, .header .d-nav .select:after {
    width: 36px;
}

.header .d-nav > a::before {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;*/
    height: 100%;
    color: #ffffff;
    content: attr(data-hover);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity:0;
    text-transform: uppercase;
    font-size:16px;
    font-family: 'Arial';
}
.header .d-nav > a:hover::before,
.header .d-nav > a:focus::before {
    opacity:1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}
.header .d-nav > a span {
    position: relative;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.header .d-nav > a:hover span,
.header .d-nav > a:focus span {
    opacity:0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}



.header .a-pop {
    float: right;
    display: none;
    width: 41px;
    height: 31px;
    margin: 40px 0 0;
    background-color: #333951;
    position: relative;
}

.header .a-pop span {

    width: 25px;
    border-top: 1px solid #ffffff;
    display: block;

    transition: .4s;
    position: absolute;
    right: 8px;
    transform-origin: right bottom;
}

.header .a-pop .s1 {
    top: 9px;

}

.header .a-pop .s2 {
    top: 15px;

}

.header .a-pop .s3 {
    top: 21px;
    width: 15px;

}

.header .a-pop:hover .s1 {
    width: 15px;
}

.header .a-pop:hover .s2 {
    width: 20px;
}

.header .a-pop:hover .s3 {
    width: 25px;
}

.header .a-pop.zhuan .s1 {
    transform: rotate(-31deg);
    width: 25px;
}

.header .a-pop.zhuan .s2 {
    width: 0;
}

.header .a-pop.zhuan .s3 {
    transform: rotate(31deg);
    width: 25px;
}

.rect-btn {
    width: 126px;
    height: 34px;
    line-height: 34px;
    text-align: center;

    z-index: 1100;
    overflow: hidden;
    position: relative;
    margin: 34px 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

.rect-btn svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rect-btn a {
    z-index: 20;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #FFFFFF;
    font-size: 18px;
}

.rect-btn rect {
    stroke-width: 2;
    stroke-dasharray: 0, 210;
    stroke-dashoffset: 8;
    -webkit-transition: all 1.05s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.05s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.rect-btn:hover rect {
    fill: none;
    stroke-width: 2;
    stroke-dasharray: 315, 0;
    -webkit-transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.rect-btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.rect-btn:hover:after {
    left: 120%;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

#ul_container {
    width: 52%;
    height: 70%;
    position: absolute;
    bottom: 0;
    right: 0;
}

#ul_container li {
    position: absolute;
}

#ul_container li img {
    width: 100%;
}

.li-feige1 {
    z-index: 3;
    left: 0;
    top: 50%;
    width: 25%;
}

.li-feige2 {
    z-index: 2;
    width: 18%;
    top: 29%;
    left: 70%;
}

.li-hill {
    z-index: 1;
    width: 94%;
    bottom: -1.3%;
    left: 0;
}

.li-shu {
    z-index: 5;
    bottom: -4%;
    width: 60%;
    left: 30%;
}

/*公共*/
.main > div {
    overflow: hidden;
}

.com-box1 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
    height: 100%;
}

.com-ban1 {
    height: 550px;
    width: 100%;
    background-size: cover !important;
    position: relative;
}

.com-ban1 .com-box1 {
    height: 100%;
}

.com-ban1 .i-hua {
    position: absolute;
    left: 0;
    top: 40%;
    /*width:48%;*/
}

.com-ban1 .drt {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 60%;
    overflow: hidden;
}

.h1-title1 {
    /*margin:50px auto 0;*/
    margin: 4% auto 0;
    text-align: center;
    font-size: 120px;
    color: #E2E4E7;
    text-transform: capitalize;
    font-family: "Arial";
}

.h2-title1 {
    color: #28a7e1;
    font-size: 30px;
    text-align: center;
    /*margin:-65px auto 40px;*/
    margin: -65px auto 3%;
    position: relative;
}

.h2-title1:after {
    content: '';
    position: absolute;
    width: 94px;
    border-top: 1px solid #29A7E1;
    left: 50%;
    bottom: -12px;
    margin: 0 0 0 -47px;
}

.com-wenzi {
    line-height: 26px;
    text-align: center;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.com-qie {
    font-size: 0;
    text-align: center;
    margin: 5% 0 3%;
}

.com-qie a {
    font-size: 18px;
    margin: 0 4%;
    transition: .5s;
    position: relative;
}

.com-qie a:after {
    position: absolute;
    width: 0;
    height: 2px;
    background: #1A98ED;
    background: -webkit-linear-gradient(to right, #1A98ED, #34c8ca);
    background: linear-gradient(to right, #1A98ED, #34c8ca);
    content: '';
    bottom: -10px;
    left: 50%;
    transition: .5s;
}

 .com-qie .selecta:after {
    width: 100%;
    left: 0;
}
@media screen and (min-width: 640px) {
    .com-qie a:hover:after{
        width: 100%;
        left: 0;
    }
}




.com-qie a:hover, .com-qie .selecta {
    color: #28a7e1;
}

.containe {
    margin: 0 auto;
    width: 81%;
}

/*联系*/
.contact {
    overflow: hidden;
    height: 100%;
    background-color: #3A3D44;
    position: relative;
}

.contact .con-bg {
    background-color: #242831;
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;

}

.contact .rt {
    position: relative;
}

.contact .containe {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.contact .containe > div {
    width: 50%;
    overflow: hidden;

}

.contact .containe > div > h1 {
    color: #9fa0a0;
    font-size: 30px;
    margin: 6% 0 4%;
}

.contact .containe > div > h1 span {
    font-size: 16px;
    display: inline-block;
    margin: 0 0 0 10px;
}

.contact .rt h1 {
    padding: 0 0 0 2%;
}

.contact .containe > div > h1 img {
    margin: -14px 20px 0 0;
    vertical-align: middle;
}

.contact .lf .xia {
    line-height: 30px;
    color: #d3d4d5;
    overflow: hidden;
}

/*右边*/
.contact .lf .xia {
    overflow: hidden;
}

.contact .lf .xia .xia-r {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #d3d4d5;
    font-size: 16px;
    float: right;
    overflow: hidden;
    padding: 5% 20% 0 0;
}

.contact .lf .xia .xia-r img {
    display: inline-block;
    width: 108px;
    height: 108px;
}

.contact .lf .xia .xia-l {
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: left;
}

.contact .lf .xia .xia-l .da {
    color: #d3d4d5;
    display: block;
}

.contact .lf .xia .xia-l:after {
    content: '';
    position: absolute;
    border-right: 1px solid #211F2C;
    height: 86%;
    right: -20%;
    /*bottom: 0;*/
    bottom: 4%;
    box-shadow: rgba(255, 255, 255, .2) 1px 1px 1px 0px;
}

.contact .lf .xia .xia-l h2 {
    font-size: 18px;
    margin: 0 0 4%;
}

.contact .rt .a-more {
    position: absolute;
    right: 1%;
    top: 16%;
}

.contact .rt .a-more:hover {

}

.contact .rt .a-more img {
    transition: .5s;
}

.contact .rt .a-more:hover img {
    transform: rotate(360deg);
}

.contact .rt .rt-ul {
    overflow: hidden;
    padding: 0 0 4%;
    font-size: 0;
}

.contact .rt .rt-ul li {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0 0 3% 2%;
    overflow: hidden;
}

.contact .rt .rt-ul li .p-zuo {
    border: 1px solid #7B7D82;
    text-align: center;
    float: left;
    width: 40%;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
}

.contact .rt .rt-ul li .p-zuo img {
    vertical-align: middle;
    max-width: 90%;
    transition: .4s;
}

.contact .rt .rt-ul li:hover .p-zuo img {
    transform: scale(1.1);
}

.contact .rt .rt-ul li .d-you {
    font-size: 12px;
    float: right;
    width: 55%;
    color: #d3d4d5;
    line-height: 24px;
    text-align: justify;
    /*margin: -.7% 0 0;*/
    transition: .4s;
}

.contact .rt .rt-ul li:hover .d-you {
    color: #28a7e1;
}



/*底部*/
.footer {
    background-color: #1A1A1A;
}

.footer .containe {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.footer .containe > div {
    transition: .6s;
    opacity: 0;
}

.footer .lf {
    width: 45%;
    transform: translate(-100%, 0);
}

.footer .containe > div.budong {
    transform: translate(0);
    opacity: 1;
}

.footer .lf .a-logo {
    float: left;
    display: block;
    line-height: 116px;
    height: 116px;
}

.footer .lf .a-logo img {
    vertical-align: middle;
    transition: 1s;

}

.footer .lf .a-logo:hover img {
    transform: scale(.95);
}

.footer .lf .div-a {
    float: left;
    padding: 8% 0 0;
}

.footer .lf .div-a p {
    line-height: 20px;
}

.contact .lf .xia .p1 {
    margin: 0 0 0 69px;
}

.footer .lf .div-a a {
    font-size: 14px;
    color: #5b5b5b;
    margin: 0 10px;
}

.footer .lf .div-a a:hover {
    color: #28a7e1;
}

.footer .rt {
    transform: translate(100%, 0);
}

.footer .rt .d-kx {
    margin: 20px 0;
    text-align: right;
}

.footer .rt .d-kx img {
    vertical-align: middle;

    margin: 0 0 0 20px;
}

.footer .rt p {
    font-size: 12px;
    color: #5b5b5b;
}

.footer .a-top {
    position: absolute;
    left: 50%;
    bottom: -100%;
    transition: .6s;

    background: url("../img/top_03.png") no-repeat center;
    background-size: cover !important;
    width: 195px;
    height: 100px;
    margin: 0 0 0 -100px;

}

.footer .a-top.budong {
    bottom: 0;
}

.footer .a-top:hover {

    background: url("../img/res_top2.png") no-repeat center;
    transition: .3s;

}

/*分页*/
.pager_linkBox {
    text-align: center;
    /*margin: 50px 0 70px;*/
    margin: 2% auto 2%;
    z-index: 1;
}

.pager_linkBox a {
    border: 1px solid #BECABE;
    color: #BECABE;
    transition: .3s;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: 0 3px;
    position: relative;
    z-index: 100;
    width: 20px;
    text-align: center;
    vertical-align: top;
}

.pager_linkBox a:hover, .pager_linkBox .current {
    color: #FFFFFF;
    background-color: #25A4C6;
    border: 1px solid #25A4C6;
}

.pager_linkBox a.shang {
    background: url("../img/wangjian_04.png") no-repeat center;
}

.pager_linkBox a.xia {
    background: url("../img/wangjian_05.png") no-repeat center;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*分页*/
.page2 {
    text-align: center;
    margin: 0 auto 3%;
    z-index: 1;
}

.page2 a {
    transition: .3s;
    display: inline-block;
    height: 9px;
    line-height: 9px;
    margin: 0 5px;
    position: relative;
    z-index: 100;
    width: 9px;
    text-align: center;
    vertical-align: top;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #D2D2D2;
}

.page2 a.current {
    background-color: #00B7EE;
}

.buyincang .com-ban1 {
    overflow: inherit !important;
}

/*弹出框的视频*/
.d-tanshi {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: #333;
}
.tan-shipin{
    height:99%;
    max-width:99%;
    margin:0 auto;
}



.con-qq{
	width: 50px;
	height: 50px;
	position: fixed;
	left: 3px;
	bottom: 60px;
	background-color: #00AEF3;
	border-radius: 10px;
	
}
.con-qq a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.con-qq a img{
	height: 30px;
	margin-top: 9px;
	vertical-align: top;
}




/* 20201104 */
.layer-transparent {
  background-color: transparent !important;
  border-radius: 10px !important;
}

.popup-service {
  width: 640px;
  height: 410px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}

.popup-service .close-btn {
  font-size: 24px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  display: block;
  transition: all 0.3s;
}

.popup-service .close-btn:hover {
  transform: rotate(-90deg);
}

.popup-service .title {
  font-size: 32px;
  line-height: 40px;
}

.popup-service .cont {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-service .cont .qrcode {
  width: 120px;
}

.popup-service .cont .qrcode img {
  width: 120px;
  height: 120px;
}

.popup-service .cont .qrcode p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
}

.popup-service .cont .right {
  width: 390px;
  border-left: 1px solid #ddd;
  padding-left: 30px;
}

.popup-service .cont .right .tel {
  font-size: 60px;
  line-height: 44px;
  font-family: "ap";
  color: #fed130;
  margin-top: 5px;
}

.popup-service .cont .right .desc {
  font-size: 16px;
}

.popup-service .cont .right .form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.popup-service .cont .right .form input {
  width: 230px;
  height: 50px;
  border: 1px solid #e6e6e6;
  padding: 0 10px;
  border-radius: 4px;
}

.popup-service .cont .right .form .call-btn {
  width: 120px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  background-color: #fed130;
  color: #333;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

.popup-service .online {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  background-color: #fed130;
  color: #333;
  border-radius: 4px;
}

.fixed-side {
  /* display: none; */
  width: 60px;
  height: 240px;
  position: fixed;
  right: 0;
  bottom: 20vh;
  z-index: 20;
}

.fixed-side .item {
  display: block;
  position: relative;
}

.fixed-side .item .icon {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #191919;
  color: #fff;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s;
}

.fixed-side .item .icon i {
  font-size: 28px;
}

.fixed-side .item .left {
  display: none;
  position: absolute;
  right: 60px;
  top: 0;
  transition: all 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.fixed-side .item .left.qrcode {
  width: 120px;
  height: 120px;
  background-color: #fff;
  padding: 10px;
}

.fixed-side .item .left.qrcode img {
  width: 100%;
}

.fixed-side .item:hover .icon {
  background-color: #000cd6;
}

.fixed-side .item:hover .left {
  display: block;
}











