﻿@charset "utf-8";
/* CSS Document */

*{ margin: 0; padding: 0; font-size: 14px; font-family: Arial,Arial,Microsoft YaHei ; color: #333; }
html,body{ width: 100%; height: 100%; }
a{ text-decoration: none; }
li{ list-style: none; }
img{ border: none; }
input,button,textarea,select{ outline: none; }
.clear{ clear: both; }



/*����*/
.navBox{ position: fixed; left: 0; top: 0; z-index: 9999999; width: 100%; height: 60px; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.1); }

.nav{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 875px; margin: 0 auto; }
.nav:before{ content: ""; position: absolute; left: 50%; top: -50px; z-index: -1; width: 152px; height: 152px; margin-left: -76px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.1); }
.nav li{ float: left;}
.nav li a{ position: relative; display: block; width: 86px; height:40px; line-height:40px; overflow:hidden; padding: 10px 0; text-align: center; color: #000; }
.nav li a b{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: block; width: 18px; height: 3px; margin: 0 auto; background: #000; opacity:0; transform: translate3d(0px,45px,0px); transition: all 0.5s ease; }
.nav li a em{ font-style: normal; display: block; }
.nav li a span{ display: block; text-transform: uppercase; color:#333; opacity:0; transition: all 0.5s ease; }
.nav li a:hover b{ opacity:1; transform: translate3d(0px,15px,0px); transition: all 0.5s ease 0; }
.nav li a:hover em{ display: none; }
.nav li a:hover span{ display: block; opacity:1; transition: all 0.5s ease 0; }
.nav .nav-logo{ margin: 0 10px; }
.nav .nav-logo a{ width: auto; height:60px; }
.nav li img{ margin-top: 5px; }

.phoneBox{ position: absolute; right: 15px; top: 0; }
.phone{ float: left; margin: 23px 13px 0 0; }
.phone img,.menu-btn img{ display: block; }
.menu-btn{ float: right; margin-top: 21px; cursor: pointer; }



/*����ͼ*/
.swiper-container {
    width: 100%;
    height: 835px;
}
.swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
}
.swiper-slide .swiper-slide-box{ position: absolute; top: 50%; width: 100%; margin-top: -162px; text-align: center; }
.swiper-slide .p1{ font-size: 50px; font-weight: 600; color: #000; text-align: center; }
.swiper-slide .p2{ font-size: 50px; font-weight: 600; padding-top: 22px; color: #3f2902; text-align: center; }
.swiper-slide .p3{ font-size: 20px; color: #3f2902; padding-top: 22px; text-align: center; }



/*ҵ��Χ*/
.businessBox{ position: relative; width: 100%; padding: 82px 0 50px 0; background: #fff; overflow: hidden; }
.businessBox .line-box{ position: absolute; left: 0; top: 350px; width: 100%; height: 1px; background: #e8e8e8; }

/*.business{ width: 1200px; margin: 0 auto; }
.business-tit{ text-align: center; }
.business-tit h1{ font-size: 38px; padding-bottom: 24px; text-transform: uppercase; background: url(../images/line1.png) no-repeat center bottom; }
.business-tit h1 span{ font-weight: normal; font-size: 20px; display: block; padding-top: 6px; color: #f08200; }
.business-tit p{ padding-top: 14px; color: #727171; font-size: 16px; }
.business-txt{ position: relative; z-index: 2; padding: 63px 52px 0 52px; }
.business-txt li{ float: left; width: 230px; margin: 0 22px; }
.business-txt li .business-icon{ position: relative; width: 108px; height: 108px; margin: 0 auto; border: #b8b8b8 1px solid; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; background: url(../images/icon1.png) no-repeat #fff; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; }
.business-txt li .business-icon1{ background-position: 0 0; }
.business-txt li .business-icon2{ background-position: 0 -108px; }
.business-txt li .business-icon3{ background-position: 0 -216px; }
.business-txt li .business-icon4{ background-position: 0 -324px; }
.business-txt li:hover .business-icon1{ background-position: -108px 0; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; }
.business-txt li:hover .business-icon2{ background-position: -108px -108px; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; }
.business-txt li:hover .business-icon3{ background-position: -108px -216px; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; }
.business-txt li:hover .business-icon4{ background-position: -108px -324px; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; }
.business-txt li .business-icon:after,.business-txt li .business-icon:before{ content: ""; position: absolute; top: -1px; width: 100%; height: 100%; border: 1px solid transparent; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; transition: all 0.8s ease; -moz-transition: all 0.8s ease; -webkit-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; }
.business-txt li .business-icon:after{ left: -1px; clip: rect(118px,59px,118px,0px); }
.business-txt li .business-icon:before{ right: -1px; clip: rect(0px,118px,0,59px); }
.business-txt li:hover .business-icon:after{ border: 1px solid #f08200; clip: rect(0px,59px,118px,0px); transition: all 0.8s ease; -moz-transition: all 0.8s ease; -webkit-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; }
.business-txt li:hover .business-icon:before{ border: 1px solid #f08200; clip: rect(0px,118px,118px,59px); transition: all 0.8s ease; -moz-transition: all 0.8s ease; -webkit-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; }
.business-txt li .business-word{ padding-top: 30px; }
.business-txt li .business-word h1{ font-size: 22px; padding-bottom: 19px; color: #4e4e4e; text-align: center; }
.business-txt li .business-word a{ position: relative; font-size: 12px; display: block; padding-left: 80px; margin: 5px 0; color: #8b8b8b; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; }
.business-txt li .business-word a:hover{ padding-left: 84px; color: #f08200; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; }
.business-txt li .business-word a:after{ content: ""; position: absolute; left: 70px; top: 8px; width: 5px; height: 1px; background: #8b8b8b; }*/


.business{ width: 1200px; margin: 0 auto; }
.business-tit{ text-align: center; }
.business-tit h1{ font-size: 38px; padding-bottom: 24px; text-transform: uppercase; background: url(../images/line1.png) no-repeat center bottom; }
.business-tit h1 span{ font-weight: normal; font-size: 20px; display: block; padding-top: 6px; color: #f08200; }
.business-tit p{ padding-top: 14px; color: #727171; }
.business-txt{ position: relative; z-index: 2; padding: 63px 52px 0 52px; }
.business-txt li{ float: left; width: 230px; margin: 0 22px; cursor:pointer; }



.business-txt li .business-icon{ position: relative; width: 108px; height: 108px; margin: 0 auto; border: #b8b8b8 1px solid; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; background: url(../images/icon1.png) no-repeat #fff; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; overflow:hidden; }
.business-txt li .business-icon1{ background-position: 0 0; }
.business-txt li .business-icon2{ background-position: 0 -108px; }
.business-txt li .business-icon3{ background-position: 0 -216px; }
.business-txt li .business-icon4{ background-position: 0 -324px; }

/*.business-txt li:hover .business-icon1{ background-position: -108px 0; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; }
.business-txt li:hover .business-icon2{ background-position: -108px -108px; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; }
.business-txt li:hover .business-icon3{ background-position: -108px -216px; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; }
.business-txt li:hover .business-icon4{ background-position: -108px -324px; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; }*/


.business-txt li .business-icon .over{ position: relative; width: 108px; height: 108px; display:block; background: url(../images/icon1.png) no-repeat #f08200; border-radius: 50%; }
.business-txt li .business-icon1 .over{ background-position: -108px 0;}
.business-txt li .business-icon2 .over{ background-position: -108px -108px;}
.business-txt li .business-icon3 .over{ background-position: -108px -216px;}
.business-txt li .business-icon4 .over{ background-position: -108px -324px;}

.business-txt li .business-icon .over{ position:absolute; left:0; top:0; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -moz-transition: -moz-transform 0.3s, opacity 0.3s; -ms-transition: -ms-transform 0.3s, opacity 0.3s; -o-transition: -o-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transform-origin: 50% 0; -moz-transform-origin: 50% 0; -o-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform:rotate(-90deg) translate(80px,80px); -moz-transform:rotate(-90deg) translate(80px,80px); -o-transform:rotate(-90deg) translate(80px,80px); -ms-transform:rotate(-90deg) translate(80px,80px); transform:rotate(-90deg) translate(80px,80px); z-index:2;}
.business-txt li:hover .business-icon{ border: #f08200 1px solid;}
.business-txt li:hover .business-icon .over{ display:block; -webkit-transform:rotate(0) translate(0,0); -moz-transform:rotate(0) translate(0,0); -o-transform:rotate(0) translate(0,0); -ms-transform:rotate(0) translate(0,0); transform:rotate(0) translate(0,0)}





.business-txt li .business-word{ padding-top: 30px; }
.business-txt li .business-word h1{ font-size: 22px; padding-bottom: 19px; color: #4e4e4e; text-align: center; }
.business-txt li .business-word a{ position: relative; font-size: 12px; display: block; padding-left: 80px; margin: 5px 0; color: #8b8b8b; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; }
.business-txt li .business-word a:hover{ padding-left: 84px; color: #f08200; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; }
.business-txt li .business-word a:after{ content: ""; position: absolute; left: 70px; top: 8px; width: 5px; height: 1px; background: #8b8b8b; }


/*.infoPanel_08 .listField{ position:relative; overflow:hidden;}
.infoPanel_08 .listField .bgF_01{ max-width:1158px; width:96%; margin:0 auto -1px; padding:0 20px 0; font-size:0; text-align:center;}
.infoPanel_08 .listField .circle{ width:19%; display:inline-block; vertical-align:top; height:192px; padding:48px 0 0; border-bottom:1px solid #d1d1d1;}
.infoPanel_08 .listField .circle dl{ width:117px; height:117px; border-radius:117px; font-size:16px; color:#000; background:#fff; margin:0 auto; overflow:hidden; position:relative; cursor:pointer; z-index:1;}
.infoPanel_08 .listField .circle dt{ width:100%; height:100%; line-height:30px; position:relative;}
.infoPanel_08 .listField .circle dd{ color:#fff; width:100%; border-radius:117px; height:100%; position:absolute; background:#0091d9; left:0; top:0; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -moz-transition: -moz-transform 0.3s, opacity 0.3s; -ms-transition: -ms-transform 0.3s, opacity 0.3s; -o-transition: -o-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transform-origin: 50% 0; -moz-transform-origin: 50% 0; -o-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform:rotate(-90deg) translate(80px,80px); -moz-transform:rotate(-90deg) translate(80px,80px); -o-transform:rotate(-90deg) translate(80px,80px); -ms-transform:rotate(-90deg) translate(80px,80px); transform:rotate(-90deg) translate(80px,80px); z-index:2;}
.infoPanel_08 .listField .circle i{ position:absolute; top:20px; width:50px; height:50px; left:50%; margin-left:-25px; background:url(../images/icon_weixin_01.gif) -33px -33px no-repeat;}
.infoPanel_08 .listField .circle dd i{ background-image:url(../images/icon_weixin_02.gif);}
.infoPanel_08 .listField .circle p{ padding:10px 0 0; color:#666; font-size:14px;}
.infoPanel_08 .listField .circle dl p{ position:absolute; left:0; top:70px; width:100%; padding:0;}
.infoPanel_08 .listField .circle dd p{ color:#fff;}
.infoPanel_08 .listField .circle dl:hover dd{ display:block; -webkit-transform:rotate(0) translate(0,0); -moz-transform:rotate(0) translate(0,0); -o-transform:rotate(0) translate(0,0); -ms-transform:rotate(0) translate(0,0); transform:rotate(0) translate(0,0)}
.infoPanel_08 .listField .icon1 i{ background-position:-33px -33px;}*/






/*���ǵ�����*/
.advantageBox{ padding:50px 0 45px 0; background:url(../images/index-you-bg.jpg) top center no-repeat; }

.advantage-tit h1{ color: #fff; background: url(../images/line3.png) no-repeat center bottom; }
.advantage-tit h1 span{ color: #fff; }
.advantage-tit p{ color: #d5d5d5; }
.advantage-txt{ padding:95px 0 0 0; overflow:hidden; }
.advantage-txt li{ width:195px; height:218px; margin:0 32px; padding:20px; float:left; position:relative; background:rgba(255,255,255,0.1); border-radius:10px; top:0; transition:all 0.8s ease;}
.advantage-txt li:nth-child(2n){ margin-top:-38px; }
.advantage-txt li .advantage-icon{ width: 71px; height: 80px; margin:5px auto; background: url(../images/icon18.png) no-repeat; }
.advantage-txt li .advantage-icon1{ background-position: 0 0; }
.advantage-txt li .advantage-icon2{ background-position: 0 -80px; }
.advantage-txt li .advantage-icon3{ background-position: 0 -160px; }
.advantage-txt li .advantage-icon4{ background-position: 0 -240px; }
.advantage-txt li .advantage-word{ width:100%;}
.advantage-txt li .advantage-word h1{ height:32px; line-height:32px; text-align:center; font-size:20px; font-weight: normal; color: #fff; }
.advantage-txt li .advantage-word p{ height:40px; line-height: 22px; padding-top:25px; color:#cbcbcb; overflow:hidden; }

.advantage-txt li:hover{top:-15px; transition:all 0.8s ease 0; background:rgba(255,192,0,0.6);}
.advantage-txt li:hover .advantage-icon1{ background-position: -100px 0; }
.advantage-txt li:hover .advantage-icon2{ background-position: -100px -80px; }
.advantage-txt li:hover .advantage-icon3{ background-position: -100px -160px; }
.advantage-txt li:hover .advantage-icon4{ background-position: -100px -240px; }
.advantage-txt li:hover .advantage-word p{ color:#fff; }


/*.advantageBox{ padding: 70px 0 44px 0; background: #f6ab00; }

.advantage-tit h1{ color: #312200; background: url(../images/line2.png) no-repeat center bottom; }
.advantage-tit h1 span{ color: #412d00; }
.advantage-tit p{ color: #6e4e06; }
.advantage-txt{ padding: 12px 66px 0 66px; overflow:hidden; }
.advantage-txt li{ float: left; width: 470px; margin: 46px 127px 46px 0; }
.advantage-txt li:nth-child(2n){ margin-right: 0; }
.advantage-txt li .advantage-icon{ float: left; width: 71px; height: 71px; background: url(../images/icon1.png) no-repeat; }
.advantage-txt li .advantage-icon1{ background-position: -19px -432px; }
.advantage-txt li .advantage-icon2{ background-position: -19px -504px; }
.advantage-txt li .advantage-icon3{ background-position: -19px -576px; }
.advantage-txt li .advantage-icon4{ background-position: -19px -648px; }
.advantage-txt li .advantage-word{ float: right; width: 390px; }
.advantage-txt li .advantage-word h1{ font-size: 18px; font-weight: normal; color: #312200; }
.advantage-txt li .advantage-word p{ line-height: 22px; padding-top: 11px; }*/




/*�ͻ�����*/
.caseBox{ padding: 77px 0 74px 0; }

.case-txt{ width: 100%; overflow: hidden; }
.case-txt .hd{ position: relative; width: 100%; height: 30px; line-height: 30px; margin-top: 43px; }
.case-txt .hd ul{  position: absolute; float: left; width: 100%; text-align: center; }
.case-txt .hd ul li{ display: inline-block; height: 28px; line-height: 28px; padding: 0 28px; color: #6f6f6f; border: #b2b2b2 1px solid; cursor: pointer; }
.case-txt .hd ul li.on,.case-txt .hd ul li:hover{ color: #f08200; border: #f08200 1px solid; }
.case-txt .bd{ width: 100%; margin-top: 21px; }
.case-txt .bd ul{ width: 100%; zoom:1; }
.case-txt .bd li{ float: left; width: 20%; margin: 24px 0; overflow: hidden; }
.case-txt .bd li .case-box{ padding: 0 2px; }
.case-txt .bd li .case-box .case-img{ width: 100%; overflow: hidden; }
.case-txt .bd li .case-box .case-img img{ width: 100%; display: block; transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transition:all 300ms ease 0s; -moz-transition:all 300ms ease 0s; -webkit-transition:all 300ms ease 0s; -o-transition:all 300ms ease 0s; -ms-transition:all 300ms ease 0s; }
.case-txt .bd li:hover .case-box .case-img img{ transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2);  transition:all 300ms ease 0s; -moz-transition:all 300ms ease 0s; -webkit-transition:all 300ms ease 0s; -o-transition:all 300ms ease 0s; -ms-transition:all 300ms ease 0s; }
.case-txt .bd li .case-box .case-word{ height: 47px; padding: 21px 10px 0 10px; }
.case-txt .bd li .case-box .case-word h1{ font-size: 16px; font-weight: normal; color: #5d5d5d; text-transform: uppercase; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.case-txt .bd li:hover .case-box .case-word h1{ color: #f6ab00; }
.case-txt .bd li .case-box .case-word p{ font-size: 12px; padding-top: 10px; color: #5d5d5d; text-transform: uppercase; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }



/*����Ѷ*/
.infoBox{ padding: 75px 0 22px 0; background: #efefef; }

.info-txt{ padding: 0 52px; margin-top: 72px; }
.info-left{ float: left; width: 646px; padding: 0 51px 40px 0; background: url(../images/shadow_bg.png) no-repeat right center; }
.info-left .hd{ position: relative; height: 42px; line-height: 42px; padding: 0 10px 0 0; background: #e3e3e3; }
.info-left .hd ul{ position: absolute; left: 0; top: 0; float: left; }
.info-left .hd ul li{ float: left; font-size: 16px; width: 120px; margin-right: 3px; text-align: center; color: #fff; background: #959595; cursor: pointer; }
.info-left .hd ul li.on{ color: #3d2a00; background: #f6ab00; }
.info-left .bd ul{ zoom:1; }
.info-left .bd li{ width: 100%; margin-top: 27px; }
.info-left .bd li .info-img{ float: left; width: 124px; height: 93px; overflow: hidden; }
.info-left .bd li .info-img img{ display: block; }
.info-left .bd li .info-word{ float: right; width: 500px; }
.info-left .bd li .info-word span{ display: block; padding-top: 11px; }
.info-left .bd li .info-word h1{ float: left; font-size: 16px; font-weight: normal; width: 380px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.info-left .bd li:hover .info-word h1{ color: #f6ab00; }
.info-left .bd li .info-word em{ float: right; font-size: 12px; font-style: normal; display: block; padding-left: 17px; color: #9d9d9d; background: url(../images/icon1.png) no-repeat left -741px; }
.info-left .bd li .info-word p{ font-size: 12px; height: 40px; line-height: 20px; padding-top: 9px; color: #858585; overflow: hidden; }
.info-left .arrow{ position: absolute; right: 10px; top: 0; }
.info-left .arrow a{ float: right; display: block; width: 24px; height: 24px; margin-left: 5px; margin-top: 9px; overflow: hidden; cursor: pointer; background: url(../images/arrow.png) 0 0 no-repeat; }
.info-left .arrow .next{ background-position: 0 -50px; }
.info-left .arrow .next:hover{ background-position: 0 -75px; }
.info-left .arrow .prev{ background-position: 0 0; }
.info-left .arrow .prev:hover{ background-position: 0 -25px; }

.info-right{ float: right; width: 376px; }
.info-right .hd{ position: relative; height: 42px; line-height: 42px; padding: 0 10px 0 0; background: #e3e3e3; }
.info-right .hd ul{ position: absolute; left: 0; top: 0; float: left; }
.info-right .hd ul li{ float: left; font-size: 16px; width: 120px; margin-right: 3px; text-align: center; color: #fff; background: #959595; cursor: pointer; }
.info-right .hd ul li.on{ color: #3d2a00; background: #f6ab00; }
.info-right .bd{  }
.info-right .bd ul{ zoom:1; }
.info-right .bd ul li{ padding: 27px 0; background: url(../images/stop.png) repeat-x bottom; }
.info-right .bd ul li h1{ font-size: 16px; font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.info-right .bd ul li:hover h1{ color: #f6ab00; }
.info-right .bd ul li p{ font-size: 12px; line-height: 20px; padding-top: 8px; color: #858585; }
.info-right .bd ul li em{ font-size: 12px; font-style: normal; display: block; padding-left: 17px; margin-top: 7px; color: #9d9d9d; background: url(../images/icon1.png) no-repeat left -741px; }
.info-right .arrow{ display: block; margin-top: 20px; text-align: center;}
.info-right .arrow a{ display: inline-block; width: 51px; height: 24px; margin: 0 4px; background: url(../images/arrow.png) no-repeat; cursor: pointer; }
.info-right .arrow .next{ background-position: 0 -150px; }
.info-right .arrow .next:hover{ background-position: 0 -175px; }
.info-right .arrow .prev{ background-position: 0 -100px; }
.info-right .arrow .prev:hover{ background-position: 0 -125px; }



/*���䰸��*/
.classic-txt{ padding-top: 18px; }
.classic-txt li{ position: relative; margin-top: 53px; }
.classic-txt li .classic-img{ position: relative; float: left; height: 531px; background-size: cover; overflow: hidden; }
.classic-txt li .classic-img:after{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); display: none; }
.classic-txt li:hover .classic-img:after{ display: block; }
.classic-txt li .classic-img .classic-img-icon{ position: absolute; left: 50%; top: 50%; z-index: 5; width: 100px; margin: -40px 0 0 -50px; transform: translate3d(0px,-300px,0px); -moz-transform: translate3d(0px,-300px,0px); -webkit-transform: translate3d(0px,-300px,0px); -o-transform: translate3d(0px,-300px,0px); -ms-transform: translate3d(0px,-300px,0px); transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
.classic-txt li:hover .classic-img .classic-img-icon{ transform: translate3d(0px,0px,0px); -moz-transform: translate3d(0px,0px,0px); -webkit-transform: translate3d(0px,0px,0px); -o-transform: translate3d(0px,0px,0px); -ms-transform: translate3d(0px,0px,0px); transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
.classic-txt li:hover .classic-img .classic-img-icon{ display: block; }
.classic-txt li .classic-img .classic-img-icon i{ display: block; width: 24px; height: 24px; margin: 0 auto; background: url(../images/icon3.png) no-repeat center; }
.classic-txt li .classic-img .classic-img-icon span{ position: relative; font-family: Arial; font-size: 16px; display: block; width: 100%; height: 40px; line-height: 40px; margin-top: 17px; color: #fff; text-align: center; }
.classic-txt li .classic-img .classic-img-icon span:hover{ color: #f6ab00; }
.classic-txt li .classic-img .classic-img-icon span:after,.classic-txt li .classic-img .classic-img-icon span:before{ content: ""; position: absolute; left: 0; right: 0; width: 0; height: 1px; margin: 0 auto; background: #fff; transition: width 0.3s ease-out; -moz-transition: width 0.3s ease-out; -webkit-transition: width 0.3s ease-out; -o-transition: width 0.3s ease-out; -ms-transition: width 0.3s ease-out; }
.classic-txt li .classic-img .classic-img-icon span:after{ top: 0; }
.classic-txt li .classic-img .classic-img-icon span:before{ bottom: 0; }
.classic-txt li:hover .classic-img .classic-img-icon span:after,.classic-txt li:hover .classic-img .classic-img-icon span:before{ width: 100%; transition: width 0.3s 0.3s ease-out; -moz-transition: width 0.3s 0.3s ease-out; -webkit-transition: width 0.3s 0.3s ease-out; -o-transition: width 0.3s 0.3s ease-out; -ms-transition: width 0.3s 0.3s ease-out; }
.classic-txt li .classic-img1{ width: 58%; }
.classic-txt li .classic-img2{ width: 56%; }
.classic-txt li .classic-img3{ width: 50%; }
.classic-txt li .classic-img img{ display: block; width: 100%; }
.classic-txt li .classic-word{ position: relative; z-index: 3; float: left; height: 531px; background: #d6d6d6; }
.classic-txt li .classic-word1{ width: 42%; }
.classic-txt li .classic-word2{ width: 44%; }
.classic-txt li .classic-word3{ width: 50%; }
.classic-txt li:hover .classic-word{ background: #f6ab00; }
.classic-txt li .classic-word .classic-itme{ position: absolute; top: 34px; z-index: 10; width: 70px; height: 72px; background: url(../images/case_bg.png) no-repeat center center; }
.classic-txt li .classic-word1 .classic-itme,.classic-txt li .classic-word3 .classic-itme{ left: 0; margin-left: -35px; }
.classic-txt li .classic-word2 .classic-itme{ right: 0; margin-right: -35px; }
.classic-txt li .classic-word .classic-word-deta{ width: 310px; padding-top: 175px; }
.classic-txt li .classic-word1 .classic-word-deta,.classic-txt li .classic-word3 .classic-word-deta{ float: left; padding-left: 60px; }
.classic-txt li .classic-word2 .classic-word-deta{ float: right; padding-right: 60px; }
.classic-txt li .classic-word .classic-word-deta h1{ font-size: 25px; font-weight: normal; color: #312200; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.classic-txt li .classic-word .classic-word-deta em{ font-size: 16px; font-style: normal; display: block; padding-top: 11px; color: #414141; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.classic-txt li .classic-word .classic-word-deta span{ display: block; padding-top: 10px; color: #312200; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.classic-txt li .classic-word .classic-word-deta p{ height: 88px; line-height: 22px; padding-top: 25px; color: #312200; overflow: hidden; }
/*.classic-txt li .classic-word .share{ margin-top: 105px; }
.classic-txt li .classic-word .share li{ float: left; margin: 0 10px 0 0; }
.classic-txt li .classic-word .share li .share-icon{ display: block; width: 28px; height: 28px; background: url(../images/icon1.png) no-repeat; }
.classic-txt li .classic-word .share li .share-icon1{ background-position: 0 -764px; }
.classic-txt li .classic-word .share li .share-icon2{ background-position: 0 -793px; }
.classic-txt li .classic-word .share li .share-icon3{ background-position: 0 -822px; }
.classic-txt li .classic-word .share li .share-icon4{ background-position: 0 -851px; }*/
.fadeInLeft02 {
    -webkit-animation-name: fadeInRight02;
    animation-name: fadeInRight02;
}
@-webkit-keyframes fadeInRight02 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px,0, 0);
        transform: translate3d(-30px,0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight02 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px,0, 0);
        transform: translate3d(-30px,0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft03 {
    -webkit-animation-name: fadeInRight03;
    animation-name: fadeInRight03;
}
@-webkit-keyframes fadeInRight03 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px,0, 0);
        transform: translate3d(30px,0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight03 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px,0, 0);
        transform: translate3d(30px,0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.rollIn02 {
    -webkit-animation-name: rollIn02;
    animation-name: rollIn02;
}
@-webkit-keyframes rollIn02 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0) rotate3d(0, 0, 1, 10deg);
        transform: translate3d(30px, 0, 0) rotate3d(0, 0, 1, 10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rollIn02 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0) rotate3d(0, 0, 1, 10deg);
        transform: translate3d(30px, 0, 0) rotate3d(0, 0, 1, 10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.rollIn03 {
    -webkit-animation-name: rollIn03;
    animation-name: rollIn03;
}
@-webkit-keyframes rollIn03 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0) rotate3d(0, 0, 1, -10deg);
        transform: translate3d(-30px, 0, 0) rotate3d(0, 0, 1, -10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rollIn03 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0) rotate3d(0, 0, 1, -10deg);
        transform: translate3d(-30px, 0, 0) rotate3d(0, 0, 1, -10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}






/*ҳ��*/
.footerBox{ padding: 40px 0 0 0; background: #22242c; }

.footer-tit{  }
.footer-tit h1{ color: #fff; }
.footer-tit p{ color: #fff; font-size:16px; }
.footer-txt{ padding-top: 20px; }
.footer-txt-left{ float: left; width: 336px; }
.footer-txt-left h1{ font-weight: normal; padding: 26px 0 26px 66px; color: #82838a; text-transform: uppercase; background: url(../images/footer_logo.png) no-repeat left center; }
.footer-txt-left p{ font-size: 12px; line-height: 22px; padding-top: 14px; color: #82838a; }
.footer-txt-right{ float: right; width: 650px; padding-top: 28px; }
.footer-txt-right li{ position: relative; padding: 12px 0 12px 32px; color: #82838a; }
.footer-txt-right li:after{ content: ""; position: absolute; left: 0; width: 23px; height: 23px; background: url(../images/icon1.png) no-repeat; }
.footer-txt-right .footer-icon1:after{ top: 12px; background-position: 2px -889px; }
.footer-txt-right .footer-icon2:after{ top: 16px; background-position: 0 -919px; }
.footer-txt-right .footer-icon3:after{ top: 16px; background-position: 0 -942px; }

.footer-copyright{ padding:8px 0; margin-top:12px; line-height:30px; text-align:center; color:#82838a; border-top:1px solid #333; }
.footer-copyright a{ padding:15px 0; line-height:30px; text-align:center; color:#82838a; }

/*�ͷ�*/
.service{ position: fixed; width: 54px; height: 275px; right: 0; top: 214px; z-index: 100; }
.service ul li{ position: relative; float: left; width: 54px; height: 54px; border-bottom: 1px solid #444; }
.service ul li .service-code{ position: absolute; left: -149px; bottom: 0; opacity:0; filter:alpha(opacity=0); transform-origin: 100% 100%;-moz-transform-origin: 100% 100%;-ms-transform-origin: 100% 100%;-o-transform-origin: 100% 100%;-webkit-transform-origin: 100% 100%;transform:scale(0.01); -moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01); transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s; -o-transition:all 1s; -webkit-transition:all 1s; }
.service ul li:hover .service-code{ opacity:1; filter:alpha(opacity=100); transform:scale(1); -moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1); }
.service ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "΢���ź�";overflow:hidden;}
.service ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.service ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}
.service ul li img{float:left;}





/*��ҳ����ͼ*/
.ny-banner{ width: 100%; height: 378px; overflow: hidden; }

.bannerMain{ padding:180px 0 72px 0; background:#f9b621;}
.bannerMain h1{ font-size:50px; color:#000; padding-bottom:24px;}
.bannerMain h2{ font-size:20px; font-weight:lighter; color:#3f2902;}





/************************************************************************************************��������**********************************************************************************/
/*������˭*/
.whoBox{ padding: 80px 0 63px 0; }

.who-tit{ text-align: center; }
.who-tit h1{ font-size: 38px; color: #000; }
.who-tit span{ display: block; font-size: 30px; font-weight: normal; color: #424242; }
.who-txt{ padding-top: 53px; }
.who-txt img{ max-width: 100%; }



/*���ǵ�����*/
/*.advBox{ padding: 60px 0 0 0; background: #f6ab00; }

.adv-txt{ position: relative; width: 100%; }
.adv-txt-tit{ position: absolute; left: 0; top: 27px; width: 100%; }
.adv-txt-tit:after,.adv-txt-tit:before{ content: ""; position: absolute; height: 1px; background: #fbdd99; }
.adv-txt-tit:after{ left: 0; top: 199px; width: 410px; }
.adv-txt-tit:before{ right: 0; top: 207px; width: 415px; }
.adv-txt-tit .adv-txt-itme{ width: 406px; height: 408px; margin: 0 auto; text-align: center; background: url(../images/bg2.png) no-repeat center center; }
.adv-txt-tit .adv-txt-itme em{ display: inline-block; width: 84px; height: 9px; margin-top: 140px; background: #f6ab00; }
.adv-txt-tit .adv-txt-itme h1{ font-size: 50px; padding-top: 9px; color: #000; }
.adv-txt-tit .adv-txt-itme h1 span{ display: block; font-family: Arial; font-size: 25px; padding-top: 12px; color: #a3a3a3; text-transform: uppercase; }
.adv-txt-ul{  }
.adv-txt-ul li{ float: left; width: 372px; margin: 68px 456px 68px 0; }
.adv-txt-ul li:nth-child(2n){ margin-right: 0; }
.adv-txt-ul li h1{ font-size: 24px; }
.adv-txt-ul li p{ height: 88px; line-height: 22px; padding-top: 4px; color: #513800; overflow: hidden; }*/



/*我们的优势*/
.main-100{ width:100%;}
.main-1200{ width:1200px; margin:0 auto; position:relative;}
.advMain{ background:url(../images/adv-bg.jpg) top center no-repeat;}
.advMain .main-1200{ height:660px;}
.adv-title{ text-align:center; padding:65px 0 80px 0;}
.adv-title h2{ height:42px; line-height:42px; font-size:30px; color:#fff;}
.adv-title h1{ height:36px; line-height:36px; font-size:30px; font-weight:lighter; color:#dcdcdc;}

.adv-list li{ width:210px; height:300px; margin:0 25px; padding:20px; float:left; position:relative; cursor:pointer; transition:all 0.8s ease;}
.adv-list li .advantage-icon{ width: 71px; height: 80px; margin:5px auto 25px auto; background: url(../images/icon19.png) no-repeat; }
.adv-list li .advantage-icon1{ background-position: 0 0; }
.adv-list li .advantage-icon2{ background-position: 0 -80px; }
.adv-list li .advantage-icon3{ background-position: 0 -160px; }
.adv-list li .advantage-icon4{ background-position: 0 -240px; }
.adv-list li .advantage-word{ width:100%;}
.adv-list li .advantage-word h1{ height:32px; line-height:32px; text-align:center; font-size:24px; font-weight: normal; color: #f6ab00; }
.adv-list li .advantage-word p{ line-height: 22px; padding-top:12px; color:#cbcbcb; }
.adv-list li:hover{background:rgba(255,255,255,0.1); border-radius:10px; transition:all 0.8s ease;}


/*企业文化*/
.cultureMain{ margin-top:60px;}
.culture-list li{ width:220px; height:338px; padding:40px; float:left; position:relative; background:#62d9ca; transition:all 0.8s ease;}
.culture-list li:nth-child(2n){ background:#4abfb0;}
.culture-list li h1{ height:32px; line-height:32px; text-align:center; font-size:16px; font-weight:lighter; color: #086155; }
.culture-list li h2{ height:32px; line-height:32px; text-align:center; font-size:20px; font-weight:lighter; color: #086155; text-transform:uppercase; }
.culture-list li .icon{ width:120px; height:120px; margin:12px auto 25px auto; background: url(../images/icon20.png) no-repeat; }
.culture-list li .icon1{ background-position: 0 0; }
.culture-list li .icon2{ background-position: 0 -120px; }
.culture-list li .icon3{ background-position: 0 -240px; }
.culture-list li .icon4{ background-position: 0 -360px; }
.culture-list li p{ line-height: 22px; padding-top:12px; color:#105950; }



/*���������Ƿ�����Ŀͻ�*/
.customerBox{ padding: 74px 0 82px 0; }
.customer{ width: 1277px; }

.customer-tit{  }
.customer-tit h1{ font-size: 30px; font-weight: normal; padding-bottom: 0; color: #000; background: none; }
.customer-tit p{ font-size: 18px; color: #414141; }
.customer-txt{ margin-top: 52px; border-left: #f6f6f6 1px solid; border-top: #f6f6f6 1px solid; }
.customer-txt li{ float: left; width: 318px; height: 149px; border-right: #f6f6f6 1px solid; border-bottom: #f6f6f6 1px solid; overflow: hidden; }
.customer-txt li a{ position: relative; display: block; width: 100%; height: 100%; }
.customer-txt li a:after{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; box-shadow: 0 0 0 0 #f6f6f6 inset; transition: all 0.2s ease; -moz-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; }
.customer-txt li:hover a:after{ box-shadow: 0 0 0 6px #f6f6f6 inset; transition: all 0.2s ease; -moz-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; }
.customer-txt li img{ display: block; max-width: 100%; }





/*��ҳ����*/
.ny-nav{ position: relative; width: 1200px; height: 65px; line-height: 65px; margin: -32px auto 0 auto; background: #2c2d2e; }
.ny-nav li{ float: left; }
.ny-nav li a{ display: block; width: 150px; text-align: center; color: #ddd; text-transform: uppercase; }
.ny-nav li a.om,.ny-nav li a:hover{ font-size: 16px; color: #000; background: #ddd; }

.nav-itme{ width: 1200px; height: 50px; line-height: 50px; margin: 0 auto; }
.nav-itme li{ float: left; border-right: #d2d2d2 1px solid; }
.nav-itme li a{ font-size: 16px; display: block; width: 240px; text-align: center; }
.nav-itme li a.hs{ color: #fff; background: #a2a2a2; }





/************************************************************************************************��վ**********************************************************************************/
/*���ǵ�����*/
.web-advBox{ padding: 78px 0 116px 0; }
.web-adv{ width: 1242px; }

.web-adv-tit{  }
.web-adv-tit h1{ font-size: 30px; padding-bottom: 0; color: #000; background: none; }
.web-adv-tit p{ font-size: 16px; color: #333; }
.web-adv-txt{ padding-top: 60px; }
.web-adv-txt-left{ float: left; }
.web-adv-txt-left .web-icon{ width: 504px; height: 109px; padding: 0 0 0 136px; margin-top: 24px; background: url(../images/icon2.png) no-repeat; }
.web-adv-txt-left .web-icon1{ background-position: 0 0; }
.web-adv-txt-left .web-icon2{ background-position: 0 -149px; }
.web-adv-txt-left .web-icon3{ background-position: 0 -298px; }
.web-adv-txt-left .web-icon4{ background-position: 0 -448px; }
.web-adv-txt-left .web-icon5{ background-position: 0 -598px; }
.web-adv-txt-left .web-icon h1{ font-size: 16px; font-weight: normal; padding-top: 10px; color: #000; }
.web-adv-txt-left .web-icon p{ line-height: 24px; padding-top: 17px; color: #848484; }
.web-adv-txt-right{ float: right; width: 557px; margin-top: 154px; }
.web-adv-txt-right img{ max-width: 100%; }





/************************************************************************************************����**********************************************************************************/
/*������Ӫ*/
.operateBox{ padding: 118px 0 71px 0; }

.operate-left{ float: left; width: 50%; }
.operate-left-itme{ margin-top: 35px; text-align: center; }
.consultation{ font-weight: 600; font-size:16px; display: block; width: 155px; height:40px; line-height:40px; margin: 52px auto 0 auto; color: #fff; text-align: center; background: #3b3b3b; }
.consultation:hover{ color: #3b3b3b; background: #ffe65c; }
.operate-right{ position: relative; z-index: 20; float: left; width: 50%; }
.operate-right-itme{ padding-left:170px; }
.operate-right-itme h1{ font-size: 40px; }
.operate-right-itme h1 span{ font-size: 40px; color: #ffe65c; }
.operate-right-itme p{ font-size:18px; padding-top:8px; }
.operate-right-itme .operate-ul{ position: relative; padding: 1px 0; margin-top: 28px; }
.operate-right-itme .operate-ul .oper-line:after{ content: ""; position: absolute; left: -2px; bottom: 0; width: 5px; height: 5px; border-radius: 50%; background: #3a3a3a; }
/*.operate-right-itme .operate-ul:before{ content: ""; position: absolute; left: 15px; top: 0; width: 1px; height: 100%; background: #3a3a3a; }*/
.operate-right-itme .operate-ul .oper-line{ position: absolute; left: 15px; top: 5px; width: 1px; height: 280px; background: #3a3a3a; }
.operate-right-itme .operate-ul .operate-icon{ position: relative; z-index: 10; padding: 12px 0 12px 44px; margin: 13px 0; text-transform: uppercase; background: url(../images/icon1.png) no-repeat; font-size:16px;}
.operate-right-itme .operate-ul .operate-icon:after{ content: ""; position: absolute; left: 13px; top: -10px; width: 5px; height: 5px; border-radius: 50%; background: #3a3a3a; }
.operate-right-itme .operate-ul .operate-icon:first-child:after{ top: -15px; }
.operate-right-itme .operate-ul .operate-icon1{ background-position: 0 -970px; }
.operate-right-itme .operate-ul .operate-icon2{ background-position: 0 -1010px; }
.operate-right-itme .operate-ul .operate-icon3{ background-position: 0 -1049px; }
.operate-right-itme .operate-ul .operate-icon4{ background-position: 0 -1090px; }
.operate-right-itme .operate-ul .operate-icon5{ background-position: 0 -1131px; }



/*app����*/
.appBox{ padding: 0; background: #4bc1e9; }
.appBox .app-right-itme{ padding-left: 129px; margin-top: 133px; }
.appBox .app-right-itme h1,.vision-right-itme h1{ color: #fff; }
.appBox .app-right-itme p,.vision-right-itme p{ color: #fff; }
.appBox .operate-right-itme .app-icon{ padding-left:15px; padding-top: 28px; }
.appBox .operate-right-itme .app-icon li{width:70px; height:26px; line-height:26px; padding-top:74px; margin:0 15px; text-align:center; background:url(../images/app-icon.png) no-repeat; float:left;}
.appBox .operate-right-itme .app-icon li.item-1{ background-position:0 0;}
.appBox .operate-right-itme .app-icon li.item-2{ background-position:-104px 0;}
.appBox .operate-right-itme .app-ul{ padding-top: 12px; }
.appBox .operate-right-itme .app-ul li{ float:left; width:150px; height:40px; line-height:40px; margin:7px; color:#313131; text-align:center; background-color:#7ed1ed; }
.appBox .consultation-deta{ margin: 52px 0 0 47px; color: #000; background: #ffe65c; }
.appBox .consultation-deta:hover{ color: #fff; background: #3b3b3b; }
.rotate {
    -webkit-animation-name: rotate;
    animation-name: rotate;
}
@-webkit-keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}



/*΢�ſ���*/
.weChatBox{ padding: 67px 0 90px 0; }

.weChat-right-itme{ padding:0 0 0 15px; margin-top:0px; }
.weChat-right-itme h1,.weChat-right-itme p,.movies-right-itme h1,.movies-right-itme p{ padding-left: 15px; }
.operate-right-itme .weChat-ul{height:70px;}
.operate-right-itme .weChat-ul li{ width: 165px; height:70px; line-height:70px; text-align:center; margin:0; font-size:16px; border-left:1px solid #d4d4d4; float:left; }
.operate-right-itme .weChat-ul li:first-child{ border-left:none; }
.operate-right-itme .weChat-ul li:nth-child(2n){ margin-right: 0; }
.weChat-right-itme .line{ width:495px; clear:both; height:1px; margin:15px 0; background-color:#d4d4d4; position:relative;}
.weChat-right-itme .consultation{ background-color:#3b3b3b}
.weChat-right-itme .consultation:hover{background-color:#47a4dc; color:#fff;}



/*�������*/
.softwareBox{ padding:60px 0 0 0; background: #2fb582; }
.softwareBox .operate-left{ height:540px; position:relative;}
.softwareBox .app-left-itme{ position:absolute; top:0; left:-120px;}

.softwareBox .app-right-itme{ padding-left:0px; margin-top: 90px; }

.softwareBox .operate-right-itme .software-ul{padding-top:30px;}
.softwareBox .operate-right-itme .software-ul li{ float: none; width: 100%; height:24px; line-height:24px; padding-left:24px; margin:15px 0; color:#fff; font-size:16px; position:relative; }
.softwareBox .operate-right-itme .software-ul li:nth-child(2n){ width: 100%; }
.softwareBox .operate-right-itme .software-ul li:after{ content: ""; position: absolute; left: 13px; top: 11px; width: 5px; height:1px; background: #fff; }
.softwareBox .consultation-us{ background:#f9b621; margin: 40px 0 0 10px; }



/*Ӱ������*/
.moviesBox{ padding: 0; }

.movies-left-itme{ margin-top: 0; }
.movies-right-itme{ padding: 0; margin-top: 40px; }
.operate-right-itme .movies-ul{ padding: 20px 99px 0 99px; }
.operate-right-itme .movies-ul li{ float: left; width: 128px; margin: 38px 3px 0 3px; text-align: center; }
.operate-right-itme .movies-ul li .movies-icon{ display: block; width: 57px; height: 57px; margin: 0 auto 12px auto; background: url(../images/icon1.png) no-repeat; }
.operate-right-itme .movies-ul li .movies-icon1{ background-position: 0 -1219px; }
.operate-right-itme .movies-ul li .movies-icon2{ background-position: 0 -1286px; }
.operate-right-itme .movies-ul li .movies-icon3{ background-position: 0 -1353px; }
.operate-right-itme .movies-ul li .movies-icon4{ background-position: 0 -1420px; }
.operate-right-itme .movies-ul li .movies-icon5{ background-position: 0 -1487px; }
.operate-right-itme .movies-ul li .movies-icon6{ background-position: 0 -1554px; }
.moviesBox .consultation{ background:#3b3b3b; margin: 70px auto 0 auto; }
.moviesBox .consultation:hover{ background:#f9b621; }



/*�Ӿ����*/
.visionBox{ padding:80px 0 0 0; height:100%; background: #2955ac; }
.visionBox .operate-left{ position:relative;}
.visionBox .vision-left-itme img{ position:absolute; left:-330px; top:145px;}

.visionBox .vision-right-itme{ margin: 150px 0 0 0; padding-left:65px;}
.visionBox .operate-right-itme .vision-ul{ margin-top:45px;}
.visionBox .operate-right-itme .vision-ul li{ position: relative; float:none; width:100%; padding-left:9px; margin:12px 0; color:#fff;}
.visionBox .operate-right-itme .vision-ul li:after{ content: ""; position: absolute; left: 0; top: 10px; width: 4px; height: 1px; background: #fff; }
.visionBox .consultation-ds{ margin: 70px 0 0 0; background:#f9ce21; color:#121212; }
.visionBox .consultation-ds:hover{ background:#fff; }



/*��ذ���*/
.relevant-tit h1{ padding-bottom: 0; background: none; }
.relevant-tit p{ font-size: 16px; color: #31c0cf; }

.relevant-case-txt{ padding-top: 30px; }
.relevant-case-txt .hd{ height: 34px; margin-top: 20px; }
.relevant-case-txt .hd .arrow{ display: block; width: 100%; height: auto; text-align: center; }
.relevant-case-txt .hd .arrow a{ font-family: SimSun; font-size: 16px; display: inline-block; width: 73px; height: 34px; line-height: 34px; color: #fff; overflow: hidden; cursor: pointer; background: #898989; }
.relevant-case-txt .hd .arrow a:hover{ background: #f9b621; }
.relevant-case-txt .hd .arrow .relevant-more{ width: 40px; height: 34px; background: url(../images/icon1.png) no-repeat 12px -1683px #898989; }
.relevant-case-txt .hd .arrow .relevant-more:hover{ background: url(../images/icon1.png) no-repeat 12px -1683px #f9b621; }
.relevant-case-txt .bd ul li .case-img{ position: relative; }
.relevant-case-txt .bd ul li .case-img .case-put{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.relevant-case-txt .bd ul li .case-img .case-put:after{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); display: none; }
.relevant-case-txt .bd ul li:hover .case-img .case-put:after{ display: block; }
.relevant-case-txt .bd ul li .case-img .case-put h1{ position: absolute; left: 0; top: 50%; right: 0; bottom: 0; z-index: 5; font-size: 18px; font-weight: normal; width: 70%; height: 40px; line-height: 40px; text-align: center; text-transform: uppercase; color: #fff; margin: -20px auto 0 auto; transform: translate3d(0px,250px,0px); transition: all 0.4s ease; }
.relevant-case-txt .bd ul li:hover .case-img .case-put h1{ transform: translate3d(0px,0px,0px); transition: all 0.4s ease; }
.relevant-case-txt .bd ul li .case-img .case-put h1:after,.relevant-case-txt .bd ul li .case-img .case-put h1:before{ content: ""; position: absolute; left: 0; right: 0; width: 0; height: 1px; margin: 0 auto; background: #fff; }
.relevant-case-txt .bd ul li:hover .case-img .case-put h1:after,.relevant-case-txt .bd ul li:hover .case-img .case-put h1:before{ width: 100%; transition: all 0.4s 0.4s ease-out; }
.relevant-case-txt .bd ul li .case-img .case-put h1:after{ top: 0; }
.relevant-case-txt .bd ul li .case-img .case-put h1:before{ bottom: 0; }




/************************************************************************************************�����б�**********************************************************************************/
.ny-news{ width: 1200px; padding-bottom: 100px; margin: 0 auto; }

.news-list{ padding: 40px 0 78px 0; }
.news-list li{ padding: 35px 0; background: url(../images/stop1.png) repeat-x bottom; }
.news-list li .news-list-img{ float: left; width: 180px; height: 120px; overflow: hidden; }
.news-list li .news-list-img img{ min-width:180px; height:120px; display: block; margin:0 auto; }
.news-list li .news-list-word{ float: right; width: 1000px; }
.news-list li .news-list-word h1{ font-size: 16px; font-weight: normal; padding: 5px 0 10px 0; }
.news-list li:hover .news-list-word h1{ color: #f9b621; }
.news-list li .news-list-word .news-icon{ font-size: 12px; display: inline-block; padding-left: 20px; color: #858585; background: url(../images/icon1.png) no-repeat; }
.news-list li .news-list-word .news-icon1{ background-position: 0 -1631px; }
.news-list li .news-list-word .news-icon2{ background-position: 0 -1662px; }
.news-list li .news-list-word p{ font-size: 12px; line-height: 20px; padding-top: 16px; color: #858585; }


.page{ text-align: center; }
.page a{ display: inline-block; width: 38px; height: 38px; line-height: 38px;margin:0 3px; text-align: center; color: #fff; background: #a7a7a7; }
.page a.pa,.page a:hover{ background: #ff9c00; }
.page a:first-child,.page a:last-child{ width: 86px; }





/************************************************************************************************����**********************************************************************************/
@-webkit-keyframes linemove{
    0%,48%,56%{
        -webkit-transition-timing-function:cubic-bezier(0,.29,.36,.98)}
    0%{-webkit-transform:scaleX(1) translate3d(-100%,0,0);opacity:1}
    1%{-webkit-transform:scaleX(1) translate3d(-40%,0,0);opacity:1}
    48%{-webkit-transform:scaleX(.54) translate3d(66%,0,0);opacity:.5}
    56%{-webkit-transform:scaleX(.56) translate3d(70%,0,0)}
    100%{-webkit-transform:translate3d(118%,0,0) scaleX(.59);-webkit-transition-timing-function:cubic-bezier(.46,.2,.5,.86);-webkit-transform-origin:right;opacity:.3
    }}
@keyframes linemove{
    0%,48%,56%{transition-timing-function:cubic-bezier(0,.29,.36,.98)}
    0%{transform:scaleX(1) translate3d(-100%,0,0);opacity:1}
    1%{transform:scaleX(1) translate3d(-40%,0,0);opacity:1}
    48%{transform:scaleX(.54) translate3d(66%,0,0);opacity:.5}
    56%{transform:scaleX(.56) translate3d(70%,0,0)}
    100%{transform:translate3d(118%,0,0) scaleX(.59);transition-timing-function:cubic-bezier(.46,.2,.5,.86);transform-origin:right;opacity:.3
    }}
.loading{ position: fixed; left: 0; top: 0; z-index: 999999; width: 100%; height: 100%; background: #fff; overflow: hidden; }
.loading .loading-line{ position: absolute; left: 0; top: 50%; width: 70%; height: 8px; background: #000; animation: linemove 1.2s infinite; -webkit-animation: linemove 1.2s infinite; -webkit-transform: translate3d(-100%,0,0); -moz-transform: translate3d(-100%,0,0); -ms-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0); }


.case-navBox{ position: relative; width: 100%; height: 60px; overflow: hidden; }
.case-navBox:after,.case-navBox:before{ content: ""; position: absolute; left: 0; top: 0; z-index: 3; width: 0; height: 60px; }
.case-navBox:after{ background: #333; }
.case-navBox:before{ background: #000; }
.case-navBox.active:after{ width: 100%; transition: all 1.4s ease; }
.case-navBox.active:before{ width: 100%; transition: all 0.4s ease; }
.case-nav{ position: absolute; left: 0; top: 0; right: 0; z-index: 5; bottom: 0; width: 1200px; margin: 0 auto; }
.case-nav-left{ float: left; }
.case-nav-left li{ float: left; line-height: 60px; }
.case-nav-left li a{ font-size: 16px; margin: 0 20px; color: #a2a3a0; text-transform: uppercase; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; }
.case-nav-left li a:hover,.case-nav-left li a.og{ color: #43dcea; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; }
.case-nav-right{ float: right; line-height: 60px; color: #f4f4f4; }
.case-nav-right span{ font-size: 40px; font-weight: 600; color: #43dcea; }


.ny-case-txt{ padding: 20px 0 40px 0; }
.ny-case-txt .bd{ padding-bottom: 25px; }
.ny-case-txt .bd ul li{ width: 25%; }
.ny-case-txt .bd ul li .case-box .case-word{ height: 52px; }
.ny-case-txt .bd ul li .case-box .case-word h1{ font-size: 20px; text-align: center; }
.ny-case-txt .bd ul li .case-box .case-word p{ font-size: 12px; text-align: center; }





/************************************************************************************************��ϵ����**********************************************************************************/
.contactBox{ position: relative; width: 100%; height: 100%; }
.contact{ position: absolute; left: 50%; top: 50%; width: 1020px; margin: -147px 0 0 -510px; }
.contact-left{ float: left; width: 602px; }
.contact-left .contact-code{ float: left; margin-top: 24px; }
.contact-left .contact-code img{ display: block; }
.contact-left .contact-word{ float: right; width: 416px; }
.contact-left .contact-word h1{ font-size: 25px; font-weight: 600; padding-bottom: 12px; color: #f0af00; }
.contact-left .contact-word p{ font-size: 16px; padding: 5px 0; color: #fff; }
.contact-right{ float: right; width: 310px; padding: 0 0 20px 56px; background: url(../images/stop2.png) repeat-y left; }
.contact-right li{ background: rgba(255,255,255,.1); margin-bottom: 3px; }
.contact-right li:first-child{ margin-bottom: 25px; }
.contact-right li:first-child,.contact-right li:last-child{ background: none; }
.contact-right li em{ font-style: normal; font-size: 16px; color: #fff; }
.contact-right li span{ display: inline-block; width: 54px; color: #fff; text-align: right; }
.contact-right li .input-txt{ width: 256px; height: 30px; color: #fff; border: none; background: none; }
.contact-right li .textarea-txt{ width: 290px; height: 64px; padding: 10px; color: #fff; border: none;  background: none; }
.contact-right li .input-btn{ font-size: 16px; width: 100%; height: 36px; border: none; cursor: pointer; background: #c18c00; }
.contact-right li .input-btn:hover{ background: #ce9500; }


.contact-footerBox{ position: fixed; left: 0; bottom: 0; width: 100%; height: 50px; line-height: 50px; padding: 0; background: #22242c; }
.contact-footer{  }
.contact-footer .cont-p1{ float: left; color: #d0d0d0; }
.contact-footer .cont-p2{ float: right; color: #d0d0d0; }





/************************************************************************************************����ҳ**********************************************************************************/
.deta{ width: 1200px; margin: 0 auto; }
.deta-tit{ padding: 66px 0 42px 0; text-align: center; background: url(../images/stop.png) repeat-x bottom; }
.deta-tit h1{ font-size: 25px; font-weight: normal; }
.deta-tit span{ display: block; font-size: 13px; padding-top: 8px; }
.deta-txt{ padding: 46px 54px 0 54px; line-height:32px; }


.page-gua{ width: 1200px; padding-top: 58px; margin: 0 auto; }
.page-gua span{ display: block; padding: 6px 0; }
.page-gua span a{ display: inline-block; }
.page-gua span a:hover{ color: #f9b621; }


.news-gua{ position: relative; width: 1248px; margin: 30px auto 0 auto; overflow: hidden; }
.news-gua .hd{ width: 100%; height: 37px; padding: 56px 0 62px 0; text-align: center; overflow: hidden; }
.news-gua .hd .prev,.news-gua .hd .next{ font-family: SimSun; font-size: 20px; display: inline-block; width: 73px; height: 37px; line-height: 37px; text-align: center; color: #fff; overflow:hidden; cursor:pointer; background: #898989; }
.news-gua .hd .next:hover,.news-gua .hd .prev:hover{ background: #f9b621; }
.news-gua .hd .news-gua-more{ display: inline-block; width: 48px; height: 37px; background: url(../images/icon1.png) no-repeat 16px -1682px #898989; }
.news-gua .hd .news-gua-more:hover{ background: url(../images/icon1.png) no-repeat 16px -1682px #f9b621; }
.news-gua .bd{ height: 347px; }
.news-gua .bd ul{ zoom: 1; padding-top: 10px !important;}
.news-gua .bd ul li{ float: left; margin: 0 24px; _display: inline; overflow: hidden; transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; }
.news-gua .bd ul li:hover{ box-shadow: 0px 0px 10px #ccc; -webkit-box-shadow: 0px 0px 10px #ccc; position: relative; margin-top: -5px; transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; }
.news-gua .bd ul li .news-gua-img{ width: 351px; height: 233px; border-left: #efefef 8px solid; border-right: #efefef 8px solid; border-top: #efefef 8px solid; overflow: hidden; }
.news-gua .bd ul li .news-gua-img img{ height:233px; display: block; }
.news-gua .bd ul li .news-gua-word{ padding: 19px 8px 22px 8px; background: #efefef; }
.news-gua .bd ul li .news-gua-word h1{ font-size: 16px; font-weight: normal; }
.news-gua .bd ul li .news-gua-word span{ display: block; padding-top: 6px; color: #898989; }





/************************************************************************************************��վ����**********************************************************************************/
/*����*/
.station-navBox{ width: 100%; height: 92px; background: #5a5a5a; }
.station-nav{ width: 1200px; margin: 0 auto; }
.station-nav li{ float: left; width: 220px; height: 92px; }
.station-nav li:first-child{ width: 320px; }
.station-nav li a{ position: relative; display: block; height: 100%; background: #b0b0b0; }
.station-nav li:nth-child(2n) a{ background: #989898; }
.station-nav li a:hover{ background: #54c2d5; }
.station-nav li a span{ position: absolute; left: 0; top: 0; z-index: 5; display: inline-block; font-size: 16px; padding: 20px 0 0 13px; text-align: center; }
.station-nav li a span em{ font-style: normal; font-size: 12px; display: block; padding-top: 11px; }
.station-nav li a i{ position: absolute; right: 0; top: 0; display: block; width: 98px; height: 92px; }
.station-nav li a .station-icon1{ background: url(../images/icon8.png) no-repeat; }
.station-nav li a:hover .station-icon1,.station-nav li a.so .station-icon1{ background-position: 0 -92px; }
.station-nav li a .station-icon2{ background: url(../images/icon9.png) no-repeat; }
.station-nav li a:hover .station-icon2,.station-nav li a.so .station-icon2{ background-position: 0 -92px; }
.station-nav li a .station-icon3{ background: url(../images/icon10.png) no-repeat; }
.station-nav li a:hover .station-icon3,.station-nav li a.so .station-icon3{ background-position: 0 -92px; }
.station-nav li a .station-icon4{ background: url(../images/icon11.png) no-repeat; }
.station-nav li a:hover .station-icon4,.station-nav li a.so .station-icon4{ background-position: 0 -92px; }
.station-nav li a .station-icon5{ background: url(../images/icon12.png) no-repeat; }
.station-nav li a:hover .station-icon5,.station-nav li a.so .station-icon5{ background-position: 0 -92px; }
.station-nav li a.so .station-icon1{ background-position: 0 -92px; }
.station-nav li a.so{ background: #54c2d5; }
.station-nav li a:hover span,.station-nav li a.so span{ color: #fff; }



/*һ���õ���վ������������*/
.well{ width: 1200px; padding: 104px 0 114px 0; margin: 0 auto; }
.well-tit{ text-align: center; }
.well-tit h1{ font-size: 45px; color: #4f4f4f; }
.well-tit p{ font-size: 16px; line-height: 28px; padding-top: 24px; color: #5d5d5d; }
.well-tit span{ display: block; font-size: 25px; padding-top: 13px; color: #ff4800; }
.well-tit span em{ font-size: 40px; font-weight: 600; color: #ff4800; }
.well-txt{ padding-top: 68px; text-align: center; }
.well-txt li{ display: inline-block; width: 169px; height: 150px; margin-right: 2px; background: url(../images/icon13.png) no-repeat; }
.well-txt .well-txt-icon1{ background-position: 0 0; }
.well-txt .well-txt-icon2{ background-position: 0 -151px; }
.well-txt li span{ display: block; width: 151px; height: 151px; text-align: center; }
.well-txt li span em{ font-size: 18px; display: block; font-weight: 600; padding: 27px 0 0 20px; text-align: left; color: #032d42; }
.well-txt li span b{ display: block; font-weight: normal; font-size: 16px; padding-top: 24px; color: #28779b; }



/*��վ����*/
.typeBox{ padding: 52px 0 112px 0; border-top: #c8c8c8 1px solid; background: #f5f5f5; }
.typeBox .title{ text-align:center;}
.typeBox .title h1{ font-size:45px; color:#4f4f4f;}
.typeBox .title h4{ padding-top:8px; font-size:20px; color:#747474; font-weight:lighter;}

.type-txt{  }
.type-txt li{ height: 227px; margin-top: 60px; background: #fff; }
.type-txt .type-txt-li1{ border-top: #32a9f2 1px solid; }
.type-txt li .type-txt-left{ float: left; width: 195px; padding: 0 20px; height: 100%; text-align: right; background: #32a9f2; }
.type-txt li .type-txt-left h1{ font-size: 32px; padding: 19px 10px 14px 10px; text-align: left; color: #fff; border-bottom: #fff 1px solid; }
.type-txt li .type-txt-left span{ display: block; font-size: 16px; height: 44px; line-height: 22px; padding: 18px 0 0 10px; text-align: left; color: #fff; overflow: hidden; }
.type-txt li .type-txt-left b{ display: block; font-weight: normal; font-size: 16px; padding: 21px 20px 0 0; color: #fff; }
.type-txt li .type-txt-left b em{ font-weight: 600; font-size: 42px; font-style: normal; color: #fff000; }
.type-txt li .type-txt-right{ float: left; width: 965px; }
.type-txt li .type-txt-right .type-txt-choose{ position: relative; float: left; width: 429px; padding: 24px 42px 0 42px; }
.type-txt li .type-txt-right .type-txt-choose:after{ content: ""; position: absolute; right: 0; top: 24px; width: 1px; height: 178px; background: #eee; }
.type-txt li .type-txt-right .type-txt-choose .type-txt-choose-box{ height: 120px; margin-top: 43px; }
.type-txt li .type-txt-right .type-txt-choose .type-txt-choose-box span{ display: block; font-size: 18px; font-weight: normal; line-height: 30px; text-align: center; }
.type-txt li .type-txt-right .type-txt-choose p{ font-size: 12px; }
.type-txt li .type-txt-right .type-txt-case{ float: left; width: 404px; padding: 24px 24px 0 24px; }
.type-txt li .type-txt-right .type-txt-case h1{ font-size: 20px; font-weight: normal; color: #32a9f2; }
.type-txt li .type-txt-right .type-txt-case .type-txt-case-ch{ padding: 20px 70px 0 70px; }
.type-txt li .type-txt-right .type-txt-case .type-txt-case-ch a{ display: inline-block; width: 120px; padding: 6px 0; margin-right: 20px; color: #676767; }
.type-txt li .type-txt-right .type-txt-case .type-txt-case-ch a:nth-child(2n){ margin-right: 0; }
.type-txt li .type-txt-right .type-txt-case .type-txt-case-ch a:hover{ color: #32a9f2; }
.type-txt li .type-txt-right .type-txt-case .type-txt-case-consultation{ margin-top: 10px; text-align: right; }
.type-txt li .type-txt-right .type-txt-case .type-txt-case-consultation a{ font-size: 16px; display: inline-block; width: 102px; height: 38px; line-height: 38px; text-align: center; color: #fff; background: #32a9f2; }
.type-txt li .type-txt-right .type-txt-case .type-txt-case-consultation a:hover{ background: #2f9de1; }
.type-txt li .type-txt-right .type-txt-right-standard{ position: relative; float: left; width: 281px; padding: 0 20px; }
.type-txt li .type-txt-right .type-txt-right-standard:after{ content: ""; position: absolute; right: 0; top: 29px; width: 1px; height: 354px; background: #eee; }
.type-txt li .type-txt-right .type-txt-right-standard:nth-child(3n):after{ background: none; }
.type-txt li .type-txt-right .type-txt-right-standard .type-txt-h1{ font-size: 18px; font-weight: normal; padding-top: 74px; text-align: center; }
.type-txt li .type-txt-right .type-txt-right-standard .type-txt-h1 span{ display: block; width: 32px; height: 4px; margin: 5px auto 0 auto; background: #4a4a4a; }
.type-txt li .type-txt-right .type-txt-right-standard .type-txt-right-be{ height: 116px; padding-top: 40px; }
.type-txt li .type-txt-right .type-txt-right-standard .type-txt-right-be span{ display: block; padding: 6px 0 6px 40px; }
.type-txt li .type-txt-right .type-txt-right-standard .type-txt-right-lop{ height: 62px; padding: 18px 20px 0 20px; }
.type-txt li .type-txt-right .type-txt-right-standard .type-txt-right-lop h1{ float: left; font-weight: normal; font-size: 20px; padding-top: 16px; color: #ff6569; }
.type-txt li .type-txt-right .type-txt-right-standard .type-txt-right-lop .type-txt-right-lop-deta{ float: left; width: 154px; padding-left: 10px; }
.type-txt li .type-txt-right .type-txt-right-standard .type-txt-right-lop .type-txt-right-lop-deta a{ display: inline-block; width: 70px; padding: 6px 0; margin-right: 10px; }
.type-txt li .type-txt-right .type-txt-right-standard .type-txt-right-lop .type-txt-right-lop-deta a:nth-child(2n){ margin-right: 0; }
.type-txt li .type-txt-right .type-txt-right-standard .type-txt-right-lop .type-txt-right-lop-deta a:hover{ color: #ff6569; }
.type-txt li .type-txt-right .type-txt-right-standard .type-txt-case-consultation{ margin-top: 10px; text-align: right; }
.type-txt li .type-txt-right .type-txt-right-standard .type-txt-case-consultation a{ font-size: 16px; display: inline-block; width: 102px; height: 38px; line-height: 38px; text-align: center; color: #fff; background: #ff6569; }
.type-txt li .type-txt-right .type-txt-right-standard .type-txt-case-consultation a:hover{ background: #e85c60; }


.type-txt .type-txt-li2{ border-top: #ffa656 1px solid; }
.type-txt .type-txt-li2 .type-txt-left{ background: #ffa656; }
.type-txt .type-txt-li2 .type-txt-left span{ color: #975316; }
.type-txt .type-txt-li2 .type-txt-left b em{ color: #351900; }
.type-txt .type-txt-li2 .type-txt-right .type-txt-choose .type-txt-choose-box{ margin-top: 28px; }
.type-txt .type-txt-li2 .type-txt-right .type-txt-choose .type-txt-choose-box span{ padding-top: 0; }
.type-txt .type-txt-li2 .type-txt-right .type-txt-choose p{ padding-top: 17px; }
.type-txt .type-txt-li2 .type-txt-right .type-txt-case h1{ color: #ffa656; }
.type-txt .type-txt-li2 .type-txt-right .type-txt-case .type-txt-case-ch a:hover{ color: #ffa656; }
.type-txt .type-txt-li2 .type-txt-right .type-txt-case .type-txt-case-consultation a{ background: #ffa656; }
.type-txt .type-txt-li2 .type-txt-right .type-txt-case .type-txt-case-consultation a:hover{ background: #eb9a51; }

.type-txt .type-txt-li3{ height: 412px; border-top: #ff6569 1px solid; }
.type-txt .type-txt-li3 .type-txt-left{ background: url(../images/icon14.png) no-repeat 0 175px #ff6569; }
.type-txt .type-txt-li3 .type-txt-left span{ color: #961317; }
.type-txt .type-txt-li3 .type-txt-left b{ padding-top: 180px; }
.type-txt .type-txt-li3 .type-txt-left b em{ color: #460002; }
.type-txt .type-txt-li3 .type-txt-left i{ font-style: normal; font-size: 12px; display: block; text-align: left; color: #a13538; }



/*��Ҫ��վ*/
.want{ width: 1200px; padding: 0 0 128px 0; margin: 0 auto; }
.want-tit{  }
.want-tit h1{ font-size: 40px; color: #4f4f4f; }
.want-tit h1 span{ font-weight: normal; padding-left: 10px; color: #31c0cf; }
.want-txt{ padding-top: 55px; }
.want-txt li{ float: left; font-size: 16px; line-height: 38px; margin-right: 20px; }
.want-txt li:last-child{ margin-right: 0; }
.want-txt li .want-input{ width: 194px; height: 38px; padding: 0 10px; border: none; background: #efefef; }
.want-txt li .want-select{ width: 302px; height: 38px; padding: 0 10px; border: none; background: #efefef; }
.want-txt li .want-submit{ font-size: 16px; width: 176px; height: 38px; border: none; color: #fff; background: #31c0cf; cursor: pointer; }
.want-txt li .want-submit:hover{ background: #2fb5c3; }





/************************************************************************************************����**********************************************************************************/
/*�ͻ���ƽ̨����*/
.platform{ width: 1200px; padding: 42px 0 70px 0; margin: 0 auto; }
.platform-tit{ text-align: center; }
.platform-tit h1{ font-size: 30px; }
.platform-tit span{ font-size: 16px; display: block; padding-top: 8px; text-transform: uppercase; }
.platform-txt{ padding-top: 74px; }
.platform-txt tr td{ position: relative; width: 356px; height: 220px; padding: 0 22px; text-align: center; }
.platform-txt tr td:after{ content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: url(../images/stop3.png) repeat-x; }
.platform-txt tr td:before{ content: ""; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: url(../images/stop4.png) repeat-y; }
.platform-txt tr td:last-child:before{ width: 0; }
.platform-txt tr td .platform-icon{ display: block; width: 50px; height: 58px; margin: 0 auto; background: url(../images/icon15.png) no-repeat; }
.platform-txt tr td .platform-icon1{ background-position: 0 0; }
.platform-txt tr td .platform-icon2{ background-position: 0 -58px; }
.platform-txt tr td .platform-icon3{ background-position: 0 -116px; }
.platform-txt tr td .platform-icon4{ background-position: 0 -174px; }
.platform-txt tr td .platform-icon5{ background-position: 0 -232px; }
.platform-txt tr td .platform-icon6{ background-position: 0 -290px; }
.platform-txt tr td .platform-icon7{ background-position: 0 -348px; }
.platform-txt tr td .platform-icon8{ background-position: 0 -406px; }
.platform-txt tr td .platform-icon9{ background-position: 0 -464px; }
.platform-txt tr td .platform-icon10{ background-position: 0 -522px; }
.platform-txt tr td .platform-icon11{ background-position: 0 -580px; }
.platform-txt tr td .platform-icon12{ background-position: 0 -638px; }
.platform-txt tr td .platform-icon13{ background-position: 0 -696px; }
.platform-txt tr td .platform-icon14{ background-position: 0 -754px; }
.platform-txt tr td .platform-icon15{ background-position: 0 -812px; }
.platform-txt tr td:hover .platform-icon1{ background-position: -60px 0; }
.platform-txt tr td:hover .platform-icon2{ background-position: -60px -58px; }
.platform-txt tr td:hover .platform-icon3{ background-position: -60px -116px; }
.platform-txt tr td:hover .platform-icon4{ background-position: -60px -174px; }
.platform-txt tr td:hover .platform-icon5{ background-position: -60px -232px; }
.platform-txt tr td:hover .platform-icon6{ background-position: -60px -290px; }
.platform-txt tr td:hover .platform-icon7{ background-position: -60px -348px; }
.platform-txt tr td:hover .platform-icon8{ background-position: -60px -406px; }
.platform-txt tr td:hover .platform-icon9{ background-position: -60px -464px; }
.platform-txt tr td:hover .platform-icon10{ background-position: -60px -522px; }
.platform-txt tr td:hover .platform-icon11{ background-position: -60px -580px; }
.platform-txt tr td:hover .platform-icon12{ background-position: -60px -638px; }
.platform-txt tr td:hover .platform-icon13{ background-position: -60px -696px; }
.platform-txt tr td:hover .platform-icon14{ background-position: -60px -754px; }
.platform-txt tr td:hover .platform-icon15{ background-position: -60px -812px; }
.platform-txt tr td h1{ font-size: 16px; font-weight: normal; padding-top: 13px; color: #0065d7; }
.platform-txt tr td p{ font-size: 12px; height: 60px; line-height: 20px; padding-top: 15px; }



/*�ͻ���ƽ̨����*/
.processBox{ width: 100%; padding: 74px 0 120px 0; background: #212a49; }
.process{ width: 1310px; margin: 0 auto; }
.process-tit h1{ color: #24ecbb; }
.process-tit span{ color: #fff; }
.process-txt{ padding-top: 105px; }
.process-txt img{ display: block; }



.mer-txt{ padding: 0 25px; }
.mer-txt .mer-txt-top{  }
.mer-txt .mer-txt-top .mer-txt-deta{ float: left; width: 550px; margin: 0 49px 30px 0; }
.mer-txt .mer-txt-top .mer-txt-deta:nth-child(2n){ margin-right: 0; }
.mer-txt .mer-txt-top .mer-txt-deta .mer-txt-h1{ font-size: 20px; font-weight: normal; height: 46px; line-height: 46px; text-align: center; color: #fff; }
.mer-txt .mer-txt-top .mer-txt-deta .mer-txt-color1{ background: #3f97c5; }
.mer-txt .mer-txt-top .mer-txt-deta .mer-txt-color2{ background: #43bcd6; }
.mer-txt .mer-txt-top .mer-txt-deta .mer-txt-color3{ background: #f6b505; }
.mer-txt .mer-txt-top .mer-txt-deta .mer-txt-color4{ background: #ee681f; }
.mer-txt .mer-txt-top .mer-txt-deta .mer-txt-color5{ background: #991990; }
.mer-txt .mer-txt-top .mer-txt-deta .mer-txt-color6{ background: #52ba47; }
.mer-txt .mer-txt-top .mer-txt-deta .mer-txt-color7{ background: #9170d3; }
.mer-txt .mer-txt-top .mer-txt-deta table{ border-left: #d9d9d9 1px solid; border-top: #d9d9d9 1px solid; }
.mer-txt .mer-txt-top .mer-txt-deta table tr td{ font-size: 12px; width: 182px; height: 38px; text-align: center; color: #686868; border-right: #d9d9d9 1px solid; border-bottom: #d9d9d9 1px solid; }
.mer-txt .mer-txt-top .mer-txt-deta table tr:nth-child(2n){ background: #f2f2f2; }
.mer-txt .mer-txt-top .mer-txt-deta1 table tr td{ height: 57px; }
.mer-txt .mer-txt-top .mer-txt-deta2 table tr td{ height: 48px; }
.mer-txt .mer-txt-top .mer-txt-lattice1 table tr td{ width: 274px; }
.mer-txt .mer-txt-top .mer-txt-lattice2 table tr td{ width: 548px; }
.mer-txt .mer-txt-btm{ padding-top: 40px; }
.mer-txt .mer-txt-btm table tr th{ font-size: 20px; font-weight: normal; height: 70px; color: #fff; border-right: #fff 2px solid; border-bottom: #fff 2px solid; }
.mer-txt .mer-txt-btm table tr:first-child th:nth-last-child(1){ width: 162px; background: #1aacc6; border-right: none; }
.mer-txt .mer-txt-btm table tr:first-child th:nth-last-child(2){ width: 162px; background: #8cb42c; }
.mer-txt .mer-txt-btm table tr:first-child th:nth-last-child(3){ width: 162px; background: #f2b92f; }
.mer-txt .mer-txt-btm table tr:first-child th:nth-last-child(4){ width: 382px; background: #dc4364; }
.mer-txt .mer-txt-btm table tr:first-child th:nth-last-child(5){ width: 275px; background: #565656; }
.mer-txt .mer-txt-btm table tr td{ padding: 17px 35px; text-align: center; border-right: #fff 2px solid; border-bottom: #fff 2px solid; }
.mer-txt .mer-txt-btm table tr td:nth-last-child(1){ background: #c1f5ff; border-right: none; }
.mer-txt .mer-txt-btm table tr td:nth-last-child(2){ background: #f9ffe9; }
.mer-txt .mer-txt-btm table tr td:nth-last-child(3){ background: #fff0c9; }
.mer-txt .mer-txt-btm table tr td:nth-last-child(4){ text-align: left; color: #520011; background: #fff4f6; }
.mer-txt .mer-txt-btm table tr td:nth-last-child(5){ font-size: 16px; background: #bababa; }
.mer-txt .mer-txt-btm table tr:nth-child(2n) td:nth-last-child(1){ background: #e1faff; border-right: none; }
.mer-txt .mer-txt-btm table tr:nth-child(2n) td:nth-last-child(2){ background: #efffca; }
.mer-txt .mer-txt-btm table tr:nth-child(2n) td:nth-last-child(3){ background: #fff7e3; }
.mer-txt .mer-txt-btm table tr:nth-child(2n) td:nth-last-child(4){ text-align: left; color: #520011; background: #ffeaef; }
.mer-txt .mer-txt-btm table tr:nth-child(2n) td:nth-last-child(5){ font-size: 16px; background: #e0e0e0; }





/************************************************************************************************΢��**********************************************************************************/
.wechat-banner{ height: 638px; }
.wechat-banner-deta{ padding-top: 250px; text-align: center; }
.wechat-banner-deta h1{ font-size: 42px; color: #77e728; }
.wechat-banner-deta .roll-ul{ padding-top: 103px; text-align: center; }
.wechat-banner-deta .roll-ul li{ display: inline-block; font-size: 16px; margin-right: 65px; text-align: left; color: #d2d2d2; }
.wechat-banner-deta .roll-ul li:last-child{ margin-right: 0; }
.wechat-banner-deta .roll-ul li b{ display: block; font-weight: normal; padding-top: 8px; color: #d2d2d2; text-transform: uppercase; }
.wechat-banner-deta .roll-ul li b span{ font-size: 38px; font-weight: 600; color: #6ed425; }



/*��Ӫ����ø���*/
.wechat{ width: 1200px; padding: 60px 0 80px 0; margin: 0 auto; }
.wechat-tit{ text-align: center; }
.wechat-tit h1{ font-size: 30px; display: inline-block; padding: 30px 0 20px 132px; background: url(../images/img3.png) no-repeat left center; }
.wechat-tit h1 span{ display: block; font-weight: normal; font-size: 16px; color: #808080; text-transform: uppercase; }
.wechat-txt{ position: relative; min-height: 544px; margin-top: 84px; }
.wechat-txt .wechat-txt-img{ position: absolute; left: 50%; top: 0; width: 340px; height: 508px; margin: 0 0 0 -170px; overflow: hidden; }
.wechat-txt .wechat-txt-img img{ display: block; }
.wechat-txt .wechat-txt-itme{ position: absolute; left: 0; top: 0; }
.wechat-txt .wechat-txt-itme li{ float: left; margin: 0 428px 30px 0; }
.wechat-txt .wechat-txt-itme li:nth-child(2n){ margin-right: 0; }
.wechat-txt .wechat-txt-itme li .wechat-txt-icon{ float: left; width: 76px; height: 76px; background: url(../images/icon17.png) no-repeat; }
.wechat-txt .wechat-txt-itme li .wechat-txt-icon1{ background-position: 0 0; }
.wechat-txt .wechat-txt-itme li .wechat-txt-icon2{ background-position: 0 -156px; }
.wechat-txt .wechat-txt-itme li .wechat-txt-icon3{ background-position: 0 -312px; }
.wechat-txt .wechat-txt-itme li .wechat-txt-icon4{ background-position: 0 -468px; }
.wechat-txt .wechat-txt-itme li .wechat-txt-icon5{ background-position: 0 -624px; }
.wechat-txt .wechat-txt-itme li .wechat-txt-icon6{ background-position: 0 -780px; }
.wechat-txt .wechat-txt-itme li .wechat-txt-icon7{ background-position: 0 -936px; }
.wechat-txt .wechat-txt-itme li .wechat-txt-icon8{ background-position: 0 -1092px; }
.wechat-txt .wechat-txt-itme li .wechat-txt-word{ float: left; width: 280px; }
.wechat-txt .wechat-txt-itme li .wechat-txt-word1{ margin: 0 0 0 30px; }
.wechat-txt .wechat-txt-itme li .wechat-txt-word2{ margin: 0 30px 0 0; }
.wechat-txt .wechat-txt-itme li .wechat-txt-word h1{ font-size: 20px; font-weight: normal; }
.wechat-txt .wechat-txt-itme li .wechat-txt-word p{ padding-top: 10px; color: #979797; }




/*��Ʒ����*/
.productBox{ width: 100%; padding: 0 0 70px 0; }
.product-tit,.come-tit{ padding: 30px 0 35px 0; background: #61bf1e; }
.product-tit h1{ font-size: 35px; color: #fff; }
.product-txt{ width: 1174px; padding-top: 64px; margin: 0 auto; }
.product-txt li{ float: left; width: 126px; height: 117px; margin: 0 5px 5px 0; text-align: center; color: #7e7e7e; background: #f1f1f1; }
.product-txt li:nth-child(9n){ margin-right: 0; }
.product-txt li .product-icon{ display: block; width: 50px; height: 50px; margin: 25px auto 0 auto; background: url(../images/icon16.png) no-repeat; }
.product-txt li .product-icon1{ background-position: 0 0; }
.product-txt li .product-icon2{ background-position: 0 -50px; }
.product-txt li .product-icon3{ background-position: 0 -100px; }
.product-txt li .product-icon4{ background-position: 0 -150px; }
.product-txt li .product-icon5{ background-position: 0 -200px; }
.product-txt li .product-icon6{ background-position: 0 -250px; }
.product-txt li .product-icon7{ background-position: 0 -300px; }
.product-txt li .product-icon8{ background-position: 0 -350px; }
.product-txt li .product-icon9{ background-position: 0 -400px; }
.product-txt li .product-icon10{ background-position: 0 -450px; }
.product-txt li .product-icon11{ background-position: 0 -500px; }
.product-txt li .product-icon12{ background-position: 0 -550px; }
.product-txt li .product-icon13{ background-position: 0 -600px; }
.product-txt li .product-icon14{ background-position: 0 -650px; }
.product-txt li .product-icon15{ background-position: 0 -700px; }
.product-txt li .product-icon16{ background-position: 0 -750px; }
.product-txt li .product-icon17{ background-position: 0 -800px; }
.product-txt li .product-icon18{ background-position: 0 -850px; }
.product-txt li .product-icon19{ background-position: 0 -900px; }
.product-txt li .product-icon20{ background-position: 0 -950px; }
.product-txt li .product-icon21{ background-position: 0 -1000px; }
.product-txt li .product-icon22{ background-position: 0 -1050px; }
.product-txt li .product-icon23{ background-position: 0 -1100px; }
.product-txt li .product-icon24{ background-position: 0 -1150px; }
.product-txt li .product-icon25{ background-position: 0 -1200px; }
.product-txt li .product-icon26{ background-position: 0 -1250px; }
.product-txt li .product-icon27{ background-position: 0 -1300px; }



/*һ���õ���վ������������*/
.comeBox{ padding: 0 0 93px 0; }
.come-tit h1{ font-size: 45px; color: #fff; }
.come-tit span{ line-height: 28px; padding-top: 20px; color: #e8e8e8; }
.come-txt{ position: relative; width: 1175px; height: 531px; margin: 64px auto 0 auto; }
.come-txt .come-txt-itme{ position: absolute; width: 210px; text-align: center; }
.come-txt .come-txt-itme1{ left: 0; top: 0; }
.come-txt .come-txt-itme2{ left: 230px; top: 0; }
.come-txt .come-txt-itme3{ left: 476px; top: 0; }
.come-txt .come-txt-itme4{ left: 722px; top: 0; }
.come-txt .come-txt-itme5{ left: 968px; top: 0; }
.come-txt .come-txt-itme6{ left: 814px; top: 310px; }
.come-txt .come-txt-itme7{ left: 568px; top: 310px; }
.come-txt .come-txt-itme8{ left: 323px; top: 310px; }
.come-txt .come-txt-itme9{ left: 77px; top: 310px; }
.come-txt .come-txt-itme .come-txt-img{ width: 124px; height: 124px; margin: 0 auto; overflow: hidden; border-radius: 100%; }
.come-txt .come-txt-itme .come-txt-word{ padding-top: 11px; }
.come-txt .come-txt-itme .come-txt-word h1{ font-size: 16px; font-weight: normal; color: #61bf1e; }
.come-txt .come-txt-itme .come-txt-word p{ font-size: 12px; line-height: 20px; padding-top: 7px; }
.come-txt .come-line{ position: absolute;  }
.come-txt .come-line1{ left: 105px; top: 62px; width: 986px; height: 1px; background: url(../images/stop5.png) repeat-x; }
.come-txt .come-line2{ right: 100px; top: 205px; width: 1px; height: 170px; background: url(../images/stop6.png) repeat-y; }
.come-txt .come-line3{ right: 105px; top: 372px; width: 890px; height: 1px; background: url(../images/stop5.png) repeat-x; }



.tg-game-box{ width:100%; background-color:#e8e8ea; padding:90px 0 70px 0;}
.tg-game-box .box{ width:1200px; margin:0 auto; position:relative;}
.tg-game-box .box .picture{ margin-left:220px;}
.tg-game-box .box .title{ position:absolute; right:110px; top:0;}
.tg-game-box .box .title em{ width:4px; height:20px; display:block; margin-right:18px; margin-bottom:8px; background-color:#deae73; float:right;}
.tg-game-box .box .title h2{ width:100%; font-size:55px; font-weight:lighter; color:#bdbdbd; text-align:right; text-transform:uppercase; float:right;}
.tg-game-box .box .title h1{ width:100%; margin-top:12px; font-size:22px; color:#4c4745; text-align:right; float:right;}
.tg-game-box .box .title a{ width:48px; height:48px; border:1px solid #bdbdbd; border-radius:50%; margin-top:60px; background:url(../images/tuoguan-jiantou.png); background-position:174px 174px; float:right;}

.tg-market-box{ width:100%; background-color:#fff; padding:90px 0 70px 0;}
.tg-market-box .box{ width:1200px; margin:0 auto; position:relative;}
.tg-market-box .box .picture{ text-align:right; margin-right:35px;}
.tg-market-box .box .title{ position:absolute; left:15px; top:95px;}
.tg-market-box .box .title em{ width:4px; height:20px; display:block; margin-left:18px; margin-bottom:8px; background-color:#deae73;}
.tg-market-box .box .title h2{ width:100%; font-size:50px; font-weight:lighter; color:#bdbdbd; text-transform:uppercase;}
.tg-market-box .box .title h1{ width:100%; margin-top:12px; font-size:22px; color:#4c4745;}
.tg-market-box .box .title a{ width:48px; height:48px; border:1px solid #b8b8b8; border-radius:50%; margin-top:60px; background:url(../images/tuoguan-jiantou.png); background-position:174px 274px; display:block;}

.tg-brand-box{ width:100%; background-color:#e8e8ea; padding:90px 0 0 0;}
.tg-brand-box .box{ width:1200px; height:475px; margin:0 auto; position:relative;}
.tg-brand-box .box .picture{ width:625px; height:475px; font-size:0; position:absolute; left:55px; top:0;}
.tg-brand-box .box .title{ position:absolute; right:110px; top:0;}
.tg-brand-box .box .title em{ width:4px; height:20px; display:block; margin-right:18px; margin-bottom:8px; background-color:#deae73; float:right;}
.tg-brand-box .box .title h2{ width:100%; font-size:55px; font-weight:lighter; color:#bdbdbd; text-align:right; text-transform:uppercase; float:right;}
.tg-brand-box .box .title h1{ width:100%; margin-top:12px; font-size:22px; color:#4c4745; text-align:right; float:right;}
.tg-brand-box .box .title a{ width:48px; height:48px; border:1px solid #bdbdbd; border-radius:50%; margin-top:60px; background:url(../images/tuoguan-jiantou.png); background-position:174px 174px; float:right;}

.tg-other-box{ width:100%; background-color:#fff;}
.tg-other-box .box{ width:1200px; height:auto; margin:0 auto; position:relative;}
.tg-other-box .box li{ width:400px; padding-top:30px; pad position:relative; float:left;}
.tg-other-box .box li em{ width:350px; height:245px; display:block; margin:0 auto; background-color:#fff; border:15px solid #d5d5d5;}
.tg-other-box .box li.item-1 em{ background:url(../images/tuoguan-seo.jpg) no-repeat center bottom;}
.tg-other-box .box li.item-2 em{ background:url(../images/tuoguan-sem.jpg) no-repeat center bottom;}
.tg-other-box .box li.item-3 em{ background:url(../images/tuoguan-top.jpg) no-repeat center bottom;}
.tg-other-box .box li:hover em{ border:15px solid #f9b621;}
.tg-other-box .box li h2{ width:100%; line-height:75px; font-size:22px; font-weight:lighter; color:#626262; text-align:center; text-transform:uppercase;}


/*.case-show{ width:100%; height:1100px; position:relative;}*/
.case-show-tit{ width:100%; height:825px; text-align:center; background-color:#f9b621;}
.case-show-tit .title{width:1200px; margin:0 auto; padding-top:240px;}
.case-show-tit .title h1{font-size:50px; font-weight:lighter;}
.case-show-tit .title span{ width:90px; height:6px; display:block; margin:6px auto; background-color:#000;}
.case-show-pic{ width:100%; height:290px; text-align:center; background-color:#f5f5f5;}
.case-show-pic .box{ width:1200px; height:290px; padding:0 30px; margin:0 auto; background-color: #fff;}
.case-show-pic .picture{width:889px; height:554px; padding:44px 159px 111px 152px; overflow:hidden; background:url(../images/computer.png) no-repeat; position:absolute; top:410px; left:50%; margin-left:-600px;}
.case-show-pic .picture .pic{width:889px; height:554px; overflow:hidden;}
.case-show-pic .picture img{min-width:889px; min-height:554px;}
.case-content{ width:1200px; line-height:32px; padding:42px 30px 30px 30px; margin:0 auto; background-color:#fff;}


.case-other{ width:1200px; margin:0 auto; background-color:#fff; padding:30px 30px 0 30px; padding-bottom:72px; }
.case-other .title{padding:20px 0; font-size:30px; line-height:60px; text-indent:15px; border-top:2px solid #d9d9d9; }
.case-other .case-list ul li{ width:400px; float:left;}
.case-other .case-list ul li .case-img{ width:400px; height:230px; overflow:hidden; position: relative; }
.case-other .case-list ul li .case-img img{ width:400px; height:230px; }
.case-other .case-list ul li .case-img .case-put{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.case-other .case-list ul li .case-img .case-put:after{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); display: none; }
.case-other .case-list ul li:hover .case-img .case-put:after{ display: block; }
.case-other .case-list ul li .case-img .case-put h1{ position: absolute; left: 0; top: 50%; right: 0; bottom: 0; z-index: 5; font-size: 18px; font-weight: normal; width: 50%; height: 40px; line-height: 40px; text-align: center; text-transform: uppercase; color: #fff; margin: -20px auto 0 auto; transform: translate3d(0px,250px,0px); transition: all 0.4s ease; }
.case-other .case-list ul li:hover .case-img .case-put h1{ transform: translate3d(0px,0px,0px); transition: all 0.4s ease; }
/*.case-other .case-list ul li .case-img .case-put h1:after,*/
.case-other .case-list ul li .case-img .case-put h1:before{ content: ""; position: absolute; left: 0; right: 0; width: 0; height: 1px; margin: 0 auto; background: #fff; }
.case-other .case-list ul li:hover .case-img .case-put h1:after,.case-other .case-list ul li:hover .case-img .case-put h1:before{ width: 100%; transition: all 0.4s 0.4s ease-out; }
.case-other .case-list ul li .case-img .case-put h1:after{ top: 0; }
.case-other .case-list ul li .case-img .case-put h1:before{ bottom: 0; }


.mobile-box{ width:100%; margin:0; padding:0; font-size:0;}
.mobile-main{ width:1200px; margin:0 auto; position:relative;}
.mobile-main h1{ font-family:"����",Microsoft YaHei; font-size:60px; font-weight:lighter;}
.mobile-main h2{ font-family:"����",Microsoft YaHei; font-size:38px; font-weight:lighter;}
.mobile-main h3{ font-family:"����",Microsoft YaHei; font-size:28px; font-weight:lighter;}
.mobile-main h4{ font-family:"����",Microsoft YaHei; font-size:18px; font-weight:lighter;}
.mobile-main h5{ font-family:"����",Microsoft YaHei; font-size:16px; font-weight:lighter;}
.mobile-main h6{ font-family:"����",Microsoft YaHei; font-size:12px; font-weight:lighter;}

.mobile-box-1{ height:737px; background:url(../images/mobile-bg-1.jpg) center top no-repeat;}
.mobile-box-1 .text{ padding-top:248px;}
.mobile-box-1 h1{ color:#ffea00; padding:12px 0 12px 0;}
.mobile-box-1 h3{ color:#e8e8e8;}
.mobile-box-1 h4{ color:#d1d1d1;}
.mobile-box-1 h4 strong{ font-size:30px; color:#fff; font-weight:lighter;}
.mobile-box-1 h6{ line-height:26px; padding-top:12px; color:#6e708f;}
.mobile-box-1 .picture{ width:428px; height:636px; position:absolute; right:-50px; bottom:-303px;}

.mobile-box-2{ height:514px; background:url(../images/mobile-bg-2.jpg) center top no-repeat;}
.mobile-box-2 .text{padding-left:615px; padding-top:200px;}
.mobile-box-2 h2{ color:#272a5d; padding:12px 0 12px 0;}
.mobile-box-2 h5{ line-height:26px; padding-top:12px; color:#494949;}
.mobile-box-2 .picture{ width:379px; height:366px; position:absolute; left:82px; bottom:-139px;}

.mobile-box-3{ height:442px; background:url(../images/mobile-bg-3.jpg) center top no-repeat;}
.mobile-box-3 .text{padding-left:15px; padding-top:72px;}
.mobile-box-3 h2{ color:#f08200; padding:12px 0 12px 0;}
.mobile-box-3 h5{ line-height:26px; padding-top:12px; color:#666666;}
.mobile-box-3 .txt-image{ margin-top:12px;}
.mobile-box-3 .picture{ width:375px; height:365px; position:absolute; right:90px; top:0px;}

.mobile-box-4{ height:489px; background:url(../images/mobile-bg-4.jpg) center top no-repeat;}
.mobile-box-4 .text{padding-left:655px; padding-top:115px;}
.mobile-box-4 h2{ color:#272a5d; padding:12px 0 12px 0;}
.mobile-box-4 h5{ line-height:26px; padding-top:12px; color:#494949;}
.mobile-box-4 .picture{ width:445px; height:394px; position:absolute; left:50px; top:50px;}

.mobile-box-5{ height:369px; background:url(../images/mobile-bg-5.jpg) center top no-repeat;}
.mobile-box-5 .text{padding-left:0px; padding-top:70px;}
.mobile-box-5 h2{ color:#f08200; padding:12px 0 12px 0;}
.mobile-box-5 h5{ line-height:26px; padding-top:12px; color:#494949;}
.mobile-box-5 .picture{ width:472px; height:378px; position:absolute; right:60px; top:-18px;}

.mobile-box-6{ height:437px; background:url(../images/mobile-bg-6.jpg) center top no-repeat;}
.mobile-box-6 .text{padding-left:655px; padding-top:115px;}
.mobile-box-6 h2{ color:#272a5d; padding:12px 0 12px 0;}
.mobile-box-6 h5{ line-height:26px; padding-top:12px; color:#494949;}
.mobile-box-6 .picture{ width:112px; height:176px; padding:52px 84px; border:1px solid #b7b7b7; border-radius:50%; position:absolute; left:65px; top:38px;}

.mobile-box-7{ height:534px; background:url(../images/mobile-bg-7.jpg) center top no-repeat;}
.mobile-box-7 .text{padding-left:25px; padding-top:115px;}
.mobile-box-7 h2{ height:60px; color:#fff; padding:12px 0 0px 0; text-indent:18px; position:relative;}
.mobile-box-7 h2 em{ width:6px; height:32px; display:block; background-color:#fff; position:absolute; left:0; top:26px;}
.mobile-box-7 h4{ line-height:18px; color:#fff;}
.mobile-box-7 h5{ line-height:26px; padding-top:12px; color:#0c5e4d;}
.mobile-box-7 .picture{ width:610px; height:475px; position:absolute; right:135px; top:10px;}

.mobile-box-8{ padding:30px 0; background:#fff;}
.mobile-box-8 .title{ width:230px; padding:40px 0 20px 70px; margin:0 auto;}
.mobile-box-8 h2{ height:60px; line-height:60px; color:#181927; padding:0; position:relative;}
.mobile-box-8 h2 em{ width:5px; height:32px; display:block; background-color:#4a4b56; position:absolute; left:-15px; top:14px;}
.mobile-box-8 h4{ line-height:18px; color:#888;}
.mobile-box-8 li{ width:265px; height:180px; padding:30px; background-color:#38aab7; float:left;}
.mobile-box-8 li.double{ margin:0 110px;}
.mobile-box-8 li .tit{ height:66px; line-height:66px; text-align:center; font-size:22px; color:#eee; position:relative;}
.mobile-box-8 li .tit em{ width:35px; height:2px; display:block; background-color:#4a4b56; position:absolute; left:50%; bottom:8px; margin-left:-18px;}
.mobile-box-8 li .con{ line-height:24px; padding-top:8px; text-align:center; font-size:14px; color:#fff;}

.mobile-prompt{ width:1160px; padding:20px; margin:65px auto 0 auto; background:#e2bc53;}
.mobile-prompt .box{ width:1134px; padding:15px 10px; border:3px solid #fff;}
.mobile-prompt .box .tit{ width:220px; height:48px; line-height:48px; font-size:32px; font-weight:bold; text-indent:60px; background:url(../images/mobile-notice.png) no-repeat; float:left;}
.mobile-prompt .con{ line-height:24px; font-size:14px; color:#181927; margin-left:225px;}

.mobile-slide{width:60px; height:305px; position:fixed; top:50%; left:0; margin-top:-150px;z-index:10000;}
.mobile-slide li{width:60px; height:60px; margin-top:1px;}
.mobile-slide li:first-child{margin-top:0;}
.mobile-slide li a{ width:60px; height:22px; line-height:22px; display:block; text-align:center; color:#c1c1c1; font-size:12px; padding:35px 0 3px 0; background:url(../images/mobile-icon.png) no-repeat #363636;}
.mobile-slide li.item-1 a{ background-position:0 0;}
.mobile-slide li.item-2 a{ background-position:0 -61px;}
.mobile-slide li.item-3 a{ background-position:0 -122px;}
.mobile-slide li.item-4 a{ background-position:0 -183px;}
.mobile-slide li.item-5 a{ background-position:0 -244px;}
.mobile-slide li a:hover{ color:#fff; background-color:#101010;}
.mobile-slide li.item-1 a:hover{ background-position:-60px 0;}
.mobile-slide li.item-2 a:hover{ background-position:-60px -61px;}
.mobile-slide li.item-3 a:hover{ background-position:-60px -122px;}
.mobile-slide li.item-4 a:hover{ background-position:-60px -183px;}
.mobile-slide li.item-5 a:hover{ background-position:-60px -244px;}

.mobile-slide li.item-1 a.on{ color:#fff; background-color:#101010;}
.mobile-slide li.item-2 a.on{ color:#fff; background-color:#101010;}
.mobile-slide li.item-3 a.on{ color:#fff; background-color:#101010;}
.mobile-slide li.item-4 a.on{ color:#fff; background-color:#101010;}
.mobile-slide li.item-5 a.on{ color:#fff; background-color:#101010;}



.fullSlide{width:100%;position:relative;height:835px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:835px;overflow:hidden;text-align:center; position:relative;}
.fullSlide .bd li a{display:block;height:835px;}
.fullSlide .bd li img{ width:1920px; height:835px; display:block; position:absolute; left:50%; top:0; margin-left:-960px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -108px 12px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:12px 12px;}

.fullSlide .bd li.on img.show-bg{-webkit-transform: scale(1,1);-webkit-transform-origin: 50% 50% 0px;-webkit-transition: all 5s linear; z-index:9;}
.fullSlide .bd li img.show-bg{-webkit-transform: scale(1.2,1.2);-webkit-transform-origin: 50% 50% 0px;-webkit-transition: all 5s linear 0.2s;transform: scale(1.2,1.2);transform-origin: 50% 50% 0px;transition: all 5s linear 0.2s}

.fullSlide .bd li a span.show-text img{ z-index:10;}



.service-box{ padding:30px 0;}
.service-box .title{ text-align:center;}
.service-box .title h1{ font-size:45px; color:#4f4f4f;}
.service-box .title h4{ padding-top:8px; font-size:20px; color:#747474; font-weight:lighter;}

.service-box .list{ padding:60px 0 8px 0;}
.service-box .list li{ width:200px; padding:0 100px 40px 100px; float:left;}
.service-box .list li span{ width:128px; height:128px; display:block; margin:0 auto; border-radius:50%; background:url(../images/service-icon-1.png) no-repeat; background-color:#747474;}
.service-box .list li h1{ width:145px; height:28px; line-height:28px; margin:20px auto 0 auto; text-align:center; font-size:16px; font-weight:lighter; color:#2d2d2d; background-color:#e3e3e3; border-radius:14px;}
.service-box .list li p{ line-height:28px; padding-top:8px; text-align:center; font-size:12px; color:#a1a1a1;}

.service-box .list li:hover span{ background-color:#f9b621;}
.service-box .list li:hover h1{ background-color:#f9b621;}
.service-box .list li:hover p{ color:#774100;}




/*右侧悬浮菜单*/
.service-slide{width: 50px;height: 200px;position: fixed;top: 50%;margin-top: -126px;background: #000;right: 0;border-radius: 5px 0 0 5px;z-index: 999;}
.service-slide ul{list-style: none;}
.service-slide .icon li{width: 49px;height: 50px;background: url(../img/icon.png) no-repeat;}
.service-slide .icon .up{background-position:-330px -120px ;}
.service-slide .icon li.qq{background-position:-385px -73px ;}
.service-slide .icon li.tel{background-position:-385px -160px ;}
.service-slide .icon li.wx{background-position:-385px -120px ;}
.service-slide .icon li.down{background-position:-330px -160px ;}
.service-slide .info{top: 50%;height: 147px;position: absolute;right: 100%;background: #ff4d00;width: 0px;overflow: hidden;margin-top: -73.5px;transition:0.5s;border-radius:4px 0 0 4px; }
.service-slide .info.hover{width: 145px;}
.service-slide .info li{width: 145px;color:#fff;text-align: center;}
.service-slide .info li p{font-size:14px;color:#fff;line-height:24px;padding:10px;text-align: left;}
.service-slide .info li.qq p a{display: block;margin-top:8px;width: 100px;height:24px; line-height: 24px;color:#fff;font-size:14px;text-align: center;text-decoration: none;border: 1px solid #fff;border-radius:5px;}
.service-slide .info li.qq p a:hover{color: #333; border: 1px solid #ddd;background: #ddd;}
.service-slide .info li div.img{height: 100%;background: #DEFFF9;margin: 15px;}
.service-slide .info li div.img img{width: 100%;height: 100%;}
/*控制菜单的按钮*/
.index_cy{width: 30px;height: 30px;background: url(../img/index_cy.png);position: fixed;right: 0;top: 50%;margin-top: 140px;background-position: 62px 0;cursor: pointer;}
.index_cy2{width: 30px;height: 30px;background: url(../img/index_cy.png);position: fixed;right: 0;top: 50%;margin-top: 140px;background-position: 30px 0;cursor: pointer;}
/*自适应 当屏小于960时隐藏*/
@media screen and (max-width: 960px) {
	.service-slide{
		display: none;
	}
	#btn{
		display: none;
	}
}





/*付费方式*/
.bank-tit h1{ font-size: 30px; font-weight: normal; padding-bottom: 0; color: #000; background: none; }
.bank-tit p{ font-size: 18px; color: #414141; }
.bank-list{ width:100%; padding-top:48px;}
.bank-list li{width:268px; height:275px; padding:12px; margin-left:10px; background-color:#ededed; float:left;}
.bank-list li:first-child{ margin-left:0;}
.bank-list li p{ line-height:32px; padding:12px 5px 0 5px; color:#6c6c6c;}
.bank-statement{ line-height:24px; padding:48px 0 0 0; text-align:center; font-size:14px; color:#e72e00;}


#Case{ width: 1200px;height: auto;margin: 0 auto;margin-top: 50px;font-size: 14px;}
	
.Case_l{ width: 740px; height: auto; float: left;}
.Case_l img{ max-width: 740px; height: auto;}

.Case_r{ width: 430px; height: auto; float: right;}
.lm{ width: 430px; height: 81px; float: left; margin-bottom: 20px;}
.wz{ width: 430px; height: auto; float: left; font-size: 14px; color: #b3b3b3; line-height: 24px;}
.wz h1{font-size:24px; font-weight:bold; color: #4e4e4d; display:block; width: 430px; height: 46px;  float: left; margin: 10px 0px; background: url('../images/h1.jpg') no-repeat 0px 32px; }
.wz p{ width: 430px; float: left;font-size: 14px; color: #4e4e4d; line-height: 24px; padding:4px 0;}
.wz p:first-child{ padding-bottom:12px;}
.wz p span{ font-size: 14px; color: #4e4e4d; line-height: 28px;font-weight:400;}

.an{ width: 430px; float: left; height: 35px; margin: 15px auto;}
.an p{width: 100px; height: 35px; display: block; float: left; margin: 0px 5px;}
.an p a{font-size: 14px; color: #fff; display: block;width: 100px; height: 35px; line-height: 35px;text-align:center; background:#4e4e4d; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.an p a:hover { background:#f9b621;}
.an p #fh{font-size: 14px; color: #ffffff; display: block;width: 100px; height: 35px; line-height: 35px;text-align:center; background:none; border:#ffb700 1px solid;}
.an p #fh:hover{background:#ffb700;}

.Case_list{margin-top:20px;}
.Case_list h1{color:#181818; font-size:16px;}
.Case_list ul{margin-top:8px;}
.Case_list ul li{width:120px;float:left;margin:0 0 12px 13px;}
.Case_list ul li .Case_list_img{width:120px;height:80px;overflow:hidden;}
.Case_list ul li .Case_list_img img{width:120px;height:80px;display:block;transform:scale(1);transition:all 0.3s;}
.Case_list ul li:hover .Case_list_img img{transform:scale(1.2);transition:all 0.3s;}
.Case_list ul li .Case_list_zi{width:100px;padding:0 10px;}
.Case_list ul li .Case_list_zi p{text-align:center;padding-top:2px;color:#cdcdcd;}
.Case_list ul li:hover .Case_list_zi p{color:#ffb700;}
.Case_list ul .Case_list_li{margin-left:0;}



.typical_img .typical-mask{ position: absolute; left: 0; top: 0; width: 600px; height: 482px; background: rgba(0,0,0,.3); }
.typical_img .typical-mask-itm{ left: auto; right: 0; }


.con-tit-deta li a{ width: 183px; background: #f2f2f2; }
.con-tit-deta li a:hover,.con-tit-deta li a.on{ border-top: #f6aa00 2px solid; }


#sectionMenu { position:fixed; left:30px; top: 50%; width:70px; margin:-160px 0 0; padding: 0; list-style-type: none; z-index: 70;}
#sectionMenu li { margin-top:5px; font: 14px "Microsoft Yahei";}
#sectionMenu a { display: block; padding:5px 0; color:#222; position:relative;}
#sectionMenu a span { display:block; width:6px; height:6px; border:1px solid #222; border-radius:50%; position:absolute; left:-15px; top:10px;}
#sectionMenu .active a { color:#f9b621;}
#sectionMenu .active a span {border:1px solid #f9b621;}

.fix{position:fixed;right:10px;top:40%;z-index:99999;}
.fix .fix_btn{width:50px;height:54px;background-color:black;margin:3px 0;position:relative;}
.fix .fix_btn a{display: block;}
.fix .fix_btn span{display:block;padding:8px 0;}
.fix .fix_btn span img{display:block;margin:0 auto;}
.fix .fix_btn h6{font-size:12px;color:#fff;font-weight: 400;line-height:10px;text-align:center;line-height:14px;}
.fix .fix_btn .fix_box{position:absolute;top:0;right:0;opacity: 0;transition: 0.3s;}
.fix .fix_btn .fix_box a{display: block;min-width:110px;height:54px;background-color:#ff4d00;line-height:54px;font-weight:400;color:#fff;padding-left:56px;background-repeat: no-repeat;background-position: 20px center;font-size:14px;}
.fix .fix_btn .fix_box .bg_1{background-image: url(../images/icon01.png);}
.fix .fix_btn .fix_box .bg_2{background-image: url(../images/icon02.png);}
.fix .fix_btn .fix_box .bg_3{background-image: url(../images/icon03.png);}
.fix .fix_btn .fix_box .bg_4{background-image: url(../images/icon04.png);}
.fix .fix_btn:hover .fix_box{opacity: 1;}