body{
    margin: 0;
    padding: 0;
    font-size:14px;
    font-family:"Arial","微软雅黑";
    color:#666;
}
.banxin{
    width: 75%;
    margin:0 auto;
}
@media only screen and (min-width: 320px){
    html {
        font-size:6.4px !important;
    }
}
@media only screen and (min-width: 375px){
    html {
        font-size:7.5px !important;
    }
}
@media only screen and (min-width: 1000px){
    html {
        font-size:20px !important;
    }
}

/*head begin*/
.head{
    width: 100%;
    background-color: #262626;
}
.top{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 64px;
    background-color: #262626;
    padding:0 10%;
}
.logo{
    width: 220px;
    height: 64px;

}
.topNav{
    width: 405px;
    height: 64px;
    padding-top: 16px;
    overflow: hidden;
}
.topNav>ul li{
    display:inline;
    width: 78px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-right:3px;
}
.topNav>ul>li>a{
    color:#bdbdbd;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.topNav li.active a,.topNav li a:hover{
    color:#fff;
    background-color: #fd8200;
    border-radius: 3px;
}
.topNav li a:link,.topNav li a:visited,.topNav li a:active{
    text-decoration: none;
}

/*lunbo begin*/
.head>.carousel{
    width: 100%;
    height: 32rem;
}
.carousel .carousel-inner .item{
    width: 100%;
    height:  32rem;
    /*text-align: center;*/
}
.carousel .carousel-inner .item:nth-of-type(1){
    background:url(../image/lunbo_bg1.jpg) repeat;
}
.carousel .carousel-inner .item img{
    width: 55%;
    height:  32rem;
    /*margin: 0 auto;*/
    position: absolute;
    left: 20%;
}
.carousel .carousel-inner .item:nth-of-type(2){
    background:url(../image/lunbo_bg2.gif) repeat;
}
.carousel .carousel-inner .item:nth-of-type(3){
    background:url(../image/lunbo_bg3.gif) repeat;
}

/*lunbo end*/
/*head end*/

/*portfolio begin*/
.contentTitle{
    width: 100%;
    height:126px ;
    padding-top: 30px;
    overflow: hidden;/*解决margin的塌陷问题*/
    background:url(../image/part_bar_bg.gif)repeat-x 0 0;
    border-bottom: 1px solid #d0d0d0;
}
.contentTitle>h2{
    margin:3px auto;
    display:block;
    width: 175px;
    height: 60px;
}

.portfolio>.contentTitle>h2{
    background: url(../image/col_tit.gif) top left no-repeat;
}
.portfolio .nav_tabs-parent>ul{
    display: block;
    width: 380px;
    margin:1.7rem auto;
}
.portfolio .nav_tabs-parent>ul>li{
    display: inline-block;
    float: left;
    margin-right: 5px;
    width: 90px;
    height: 32px;
}
.portfolio .nav_tabs-parent>ul>li>a{
    display: block;
    width: 100%;
    height: 32px;
    line-height: 14px;
    color:#333;
    text-align: center;
}
.portfolio ul>li.active a,.portfolio ul>li>a:hover{
    color:#fff;
    background-color: #fd8200;
    border-radius: 3px;
}
.portfolio .nav_tabs-parent>ul>li.active a,.portfolio .nav_tabs-parent>ul>li a:hover{
    color:#fff;
}
.portfolio .tab-content{
    width: 100%;
    margin: 0 auto;
}
.portfolio .tab-content  ul{
    padding-left: 10px;
    display: flex;
}
.portfolio .tab-content  ul>li{
    flex:1 1 335px;
    height: 13rem;
    overflow: hidden;
    margin:8px 0;

}
.portfolio .tab-content  ul>li>a{
    display: inline-block;
    float: left;
    width: 94%;
    cursor: pointer;

}
.portfolio .tab-content  ul>li img{
    display: block;
    width: 100%;
    height: 13rem;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: all 0.3s;
}
.portfolio .tab-content  li a:hover img{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.5s;
}
.portfolio .tab-content  li .tip{
    width: 100%;
    height: 50px;
    line-height: 17px;
    background-color: #262626;
    padding:10px 0 10px 10px;
}
.portfolio .tab-content li .tip span:first-child{
    font-size: 18px;
}
.portfolio .tab-content  li .tip span:last-child{
    font-size: 12px;
    color: #fd8200;
}
.page_index{
    font-size: 14px;
    text-align: center;
    padding:10px 0;
}
.service .servdemo .desc{height:5rem}
/*portfolio end*/
/*service begin*/
.service>.contentTitle>h2{
    background: url(../image/col_tit.gif) 0 -70px no-repeat;
}
.service .servdemo{
    width: 75%;
    margin:0 auto;
    text-align: center;
    display: flex;
    background: url("");
    position: relative;

}
.service .servdemo>div{
    flex:1 1 310px;
    /*height: 270px;*/
    background-color: #f7f7f7;
    margin:50px 0;
    margin-right: 2%;
    display: inline-block;
    float: left;
}
.service .servdemo>div>a{
    display: block;
    width: 100%;
    /*height: 100%;*/
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.service>.servdemo img:nth-of-type(1){
    width: 35%;
    margin:1rem auto;
}
.service>.servdemo img:nth-of-type(2){
    width: 35%;
    position: absolute;
    left:-35%;
    top:20px;
}
.service>.servdemo .desc:nth-of-type(1){
    width: 80%;
    color:#999;
    margin: 0 auto;
    font-size: 12px;
    text-align:justify;
    margin-bottom: 10%;
}
.service>.servdemo .desc:nth-of-type(2){
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    text-align:justify;
    margin-bottom: 10%;
    position: absolute;
    right:-80%;
    top:55%;
}
.service>.servdemo .desc:nth-of-type(1)>span{
    font-size: 1.2rem;
    height: 50px;
    line-height: 40px;
    display: block;
    color:#333;
    text-align: center;
}
.service>.servdemo .desc:nth-of-type(2)>span{
    font-size: 1.2rem;
    height: 50px;
    line-height: 40px;
    display: block;
    color:#fd8200;
    text-align: center;
}
.service>.servdemo:hover img:nth-of-type(1){

}
.service .servdemo .service_box{
    height: 80%;
    width: 100%;
    background-color: white;
    position: absolute;
    z-index: 200;
    text-align: left;
    top:50px;
    left:0px;
    display: none;
    /*background-color: red;*/
}

.service .servdemo .service_box img{
    width: 200px;
    margin-top: 0px;
    margin-left: 10%;
    /*margin-top: 0;*/
}
.service .servdemo .service_box .servicesCon{
    width: 60%;
    padding-top: 3%;
    margin-left: 4%;
}
.service .servdemo .service_box div .serTit :first-child{
    font-size: 18px;
    color:black;
    text-align: right;
}
.service .servdemo .service_box div .serTit :last-child{
    font-size: 1.44rem;
    color:#999;
    line-height: 2rem;
}
span.Apple {
    background-position: 0px -410px;
}
span.Apple, span.Android, span.Win8 {
    margin-top: 10px;
    display: inline-block;
    /*padding: 0px 100px 0px 40px;*/
    padding-left: 35px;
    padding-right: 6%;
    height: 35px;
    line-height: 35px;
    color: #222222;
    font-size: 1.54rem;
    font-family: Arial;
    background-image: url(../img/bt_bg.gif);
    background-repeat: no-repeat;
}
span.Android {
    background-position: 0px -455px;
}
span.Win8 {
    background-position: 0px -500px;
}
.servicesCon ul {
    padding: 5px 0px;
}
.servicesCon li {
    clear: both;
    background: url(../img/bt_bg.gif) no-repeat 0px -552px;
    line-height: 26px;
    padding-left: 12px;
    color: #999999;
    font-size: 1.3rem;
}
a.yidongBt {
    display: inline-block;
    margin-top: 5px;
    width: 125px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color:#fff;
    background: url(../img/bt_bg.gif) no-repeat 0px -326px;
}
/*service end*/
/*aboutUs begin*/
#aboutUs>.contentTitle>h2{
    background: url(../image/col_tit.gif) 0 -140px no-repeat;
}
.aboutUs .photos{
    width: 75%;
    margin:0 auto;
    text-align: center;
    display: flex;
}
.aboutUs .photos>a{
    flex:1 1 310px;
    height: 13.5rem;
    background-color: #f7f7f7;
    margin:2.5rem 5px;
    display: inline-block;
    float: left;
    /*background-position: center;*/
}


.aboutUs .photos :nth-child(1){
    background:url(../image/photo1a.jpg) center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
/*.aboutUs .photos :nth-child(1):hover{*/
/*background:url(../image/photo1c.jpg) no-repeat;*/
/*}*/
.aboutUs .photos :nth-child(2){
    background:url(../image/photo2a.jpg) center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
/*.aboutUs .photos :nth-child(2):hover{*/
/*background:url(../image/photo2c.jpg) no-repeat;*/
/*}*/
.aboutUs .photos :nth-child(3){
    background:url(../image/photo3a.jpg) center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
/*.aboutUs .photos :nth-child(3):hover{*/
/*background:url(../image/photo3c.jpg) no-repeat;*/
/*}*/
.aboutUs .nav_tabs-parent>ul{
    display: block;
    width: 23.8rem;
    margin:0 auto;
    /*width: 380px;*/
    /*margin:34px auto;*/
}
.aboutUs .nav_tabs-parent>ul>li{
    display: inline-block;
    float: left;
    margin-right: 0.25rem;
    background-color: #5e5e5e;
}
.aboutUs .nav_tabs-parent>ul>li>a{
    display: block;
    width: 7.6rem;
    height: 1.6rem;
    font-size: 0.9rem;
    line-height:1.6rem;
    color:#fff;
    text-align: center;
}
.aboutUs .nav_tabs-parent>ul>li.active a{
    background-color: #fff;
    color: #333;
    border:1px solid #ccc;
    border-bottom: none;
}
.aboutUs .tab-content{
    width: 75%;
    border-top: 1px solid #ccc;
    margin: -1px auto;
}
.aboutUs .tab-content>#page1{
    width: 100%;
    margin:30px 0;
    vertical-align: middle;
}
.aboutUs .tab-content>#page1>.aboutBox{
    width: 100%;
    display: flex;
    background-color: #fafafa;
    padding: 1%;
    border:1px solid #f3f3f3;
}
.aboutUs .tab-content>#page1 img{
    width:180px;
    /*height: 12rem;*/
}
.aboutUs .tab-content>#page1 .desc{
    display: inline;
    float: right;
    flex:1 1 850px;
    color:#999;
    font-size: 0.8rem;
    line-height: 1.5rem;
    margin-left: 2%;
    margin-top: 20px;
}
.aboutUs #page1 .aboutcontent ul{
    display: flex;
}
.aboutUs #page1 .aboutcontent li{
    display: inline-block;
    flex:1 1 310px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.aboutUs #page1 .aboutcontent li :first-child{
    width: 100%;
    margin-top:30px;
}
.aboutUs #page1 .aboutcontent li p{
    padding-right: 5rem;
    padding: 1.5rem 2.15 1.3rem 0.4rem;
    color:#999;
    max-height: 10rem;
    font-size: 0.7rem;
    line-height: 1rem;
    border-right: 1px dotted #dddddd;
}
.aboutUs #page1 .aboutcontent ul li:nth-of-type(3){
    margin-right: 0;
}

.aboutUs #page2>ul,.aboutUs #page3>ul{
    width: 90%;
    margin:0 auto;
    display: flex;
}
.aboutUs #page2>ul>li{
    display: inline-block;
    flex:1 1 200px;
    padding: 13px;
    float: left;
    margin:3px;
    font-size: 0.7rem;
    line-height: 1rem;
    margin-top: 1.5rem;
    cursor: pointer;
}
.aboutUs #page2>ul>li:hover{
    background-color: #ededed;
}
.aboutUs #page2>ul>li img{
    width: 100%;
}
.aboutUs #page2>ul>li h4{
    color: #333;
    /*font-weight: bold;*/
    margin-top: 1rem;
}
.aboutUs #page2>ul>li p{
    margin-top: 1.5rem;
    line-height: 1.2rem;
    display: inline-block;
    width: 100%;
    max-height: 15rem;
    overflow: hidden;
}
.aboutUs #page3 ul li{
    display: inline-block;
    flex:1 1 260px;
    padding: 0.65rem;
    float: left;
    margin-top: 1.5rem;
}
.aboutUs #page3 ul li a{
    font-size: 0.7rem;
}
.aboutUs #page3 ul li .tit{
    font-size: 0.7rem;
    color:black;
    margin-bottom: 1rem
}
/*aboutUs end*/
/*contact begin*/
.contact>.contentTitle>h2{
    background: url(../image/col_tit.gif) 0 -210px no-repeat;
}
.contact>.content{
    margin-top: 1rem;
}
.contact>.content>.suggest{
    width: 63%;
}

.contact>.content>.suggest>h2{
    font-size: 0.9rem;
    color:#333;
    margin:10px 0;
}
.contact>.content>.suggest>form input,.contact>.content>.suggest>form textarea{
    height: 40px;
    border:1px solid #d9d9d9;
    padding:10px 12px;
    width: 100%;
    margin-top: 10px;
}
.contact>.content>.suggest>form textarea{
    height: 100px;
}
.contact>.content>.suggest>form input:first-of-type,.contact>.content>.suggest>form input:nth-of-type(2){
    width: 48%;
}
.contact>.content>.suggest>form input:nth-of-type(5){
    width: 15%;
    height: 35px;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 0.9rem;
    color:#fff;
    margin-top: 0.5rem;
    background-color: #fd8200;
    border-radius: 3px;
}
.contact>.content>.suggest>form>span{
    height: 55px;
    line-height: 55px;
    font-size: 0.7rem;
    color:rgba(124, 124, 124, 1);
}
.contactTxt{font-size: 0.8rem;line-height: 1.2rem}
.contact .contways{
    width: 32%;
    color:#333;
}
.contact .contways>.tit{
    font-size: 0.9rem;
    /*color:#333;*/
    margin:30px 0;
}
.contact .contways div:nth-of-type(1){
    height: 50px;
}
.contact .contways .qqBt{
    height: 32px;
    width: 140px;
    line-height: 26px;
    background: url("../image/bt_bg.gif")0 -195px no-repeat;
    color:#fff;
    padding-left: 62px;
}
.contact .contways .contactText{
    margin:50px 0;
}
.contact .contways .gray{
    color:gray;
}
/*contact end*/
/*return top*/
.returnTop{
    display: none;
    width: 40px;
    height: 40px;
    background:url(../image/bt_top.gif);
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index:100 ;
}
.returnTop:hover{
    background:url(../image/bt_top.gif)bottom left;
}
/*footer begin*/
footer{
    margin-top: 50px;
    background: url(../image/footer_bg.gif) repeat-x;
}
footer>div{
    width: 80%;
    margin:0 auto;
    display: flex;
}
footer img{
    flex:1 1 180px;
    margin-top:  50px;
    /*margin-bottom:  40px;*/
}
footer .footLinks{
    display: inline-block;
    flex:1 1 456px;
    height: 125px;
    margin-left: 10%;
    padding-left: 8%;
    margin-top: 48px;
    border-right: #303030 1px solid;
    border-left: #171717 1px solid;
    /*float: left;*/
}
footer .footLinks>span{
    display: block;
    font-size: 24px;
    color:#fff;
}
footer  .footLinks>ul{
    width: 80%;
    height: 90px;
    background: url("../image/links_bg.gif") no-repeat 0 0;
    padding-left: 12%;
    margin-top: 10px;
}
footer .footLinks>ul>li a{
    color:#746e6e;
    font-size: 12px;
    line-height: 30px;
}
footer p{
    height:30px;
    /*padding-left: 13%;*/
    font-size: 12px;
    line-height: 30px;
}
footer .footerContact{
    display: inline-block;
    flex:1 1 456px;
    height: 119px;
    margin-left: 4%;
    margin-top: 15px;
    position: relative;
}
footer .footerContact :first-child{
    font-size: 24px;
    color:#fff;
    margin-top: 18px;
}
footer .footerContact :nth-child(2){
    line-height: 50px;
    padding-left: 20px;
    background: url("../image/ico_add.gif") no-repeat;
}

footer .footerContact .qqBt{
    height: 32px;
    width: 140px;
    line-height: 26px;
    background: url("../image/bt_bg.gif")0 -195px no-repeat;
    color:#fff;
    padding-left: 62px;
    position: absolute;
    top:59px;
    left: 148px;
}
footer .footerContact :last-child{
    position: absolute;
    display: inline-block;
    width: 300px;
    top: 94px;
    color:#fd8200;
    font-size: 20px;
    line-height: 62px;
    left:2%
}
footer>p{
    background-color: #1d1d1d;
    text-align: center;
}
#newsContent{
    width: 65%;
    padding-top: 85px;
    margin: 0px auto;
}
#newsContent .newTitle h2{line-height: 55px; font-weight: bold; text-align: center; font-size: 30px; padding: 15px 0px 20px 0px; border-bottom: 1px solid #d1d1d1}
#newsContent .tab-content{padding: 20px 10px; line-height: 28px; font-size: 14px;}

/*footer end*/