/* -----------------------------------------------------
 * Global style
 -----------------------------------------------------*/
/* public */

@font-face{
    font-family: myFirstFont;
    src: url('../Font/arial.ttf');
         
}

body, a, input, select{
    color: #333333;
    font-family: "Arial","myFirstFont";
}
a:hover{
    color: #0093d2;
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.c-blue{
    color: #0093d2;
}
.icon{
    background: url("../images/icon.png") no-repeat 0 0;
    _background: url("../images/icon.gif") no-repeat 0 0;
}
.mobile-icon{
    background: url("../images/mobile-icon.png") no-repeat 0 0;
    _background: url("../images/mobile-icon.gif") no-repeat 0 0;
}
.totop_box{
    background: url("../images/icon.png") no-repeat -52px -48px #666666;
    width: 40px;
    height: 40px;
    bottom: 30px;
    _bottom: auto;
    _top: 100%;
    left: 50%;
    margin-left: 620px;
    position: fixed;
    _position: absolute;
    cursor: pointer;
    z-index: 100;
}
.wrap{
    max-width: 1200px;
    width: 100%;
    _width: 1200px;
    margin: 0 auto;
}
.page{
    position: relative;
    transition: 0.5s transform;
    -webkit-transition: 0.5s -webkit-transform;
}
.showMenu .page{
    transform: translate(-280px,0);
    -webkit-transform: translate(-280px,0);
    left: 0;
    top: 0;
    width: 100%;
    overflow-y: auto;
    bottom: 0;
    position: absolute;
}
.fullBg{
    position: absolute;
    left: 0;
    top: 43px;
    bottom: 0;
    width: 100%;
    opacity: 0.6;
    background-color: black;
    z-index: 100;
    display: none;
}
/* header */
.header{
    width: 100%;
    /*border-bottom: 1px solid #CBCBCB;*/
}
.header .wrap{
    position: relative;
    height: 80px;
    z-index: 20;
}
.header-logo{
    width: 82px;
    margin-top: 30px;
    float: left;
}
.header-logo img{
    width: 100%;
}
.header-menu .drop-list{
    width: 603px;
    display: none;
    position: absolute;
    left: 200px;
    top: 58px;
}
.header-menu li .drop-list .drop-list-wrap{
    margin-top: 22px;
    background-color: #FFF;
    border: 1px solid #CBCBCB;
    /*height: 300px;*/
    overflow: hidden;
    padding-bottom: 10px;
}
.header-menu li a{
    display: block;
}
.header-menu li:nth-child(2) .list-item:nth-child(6){
    clear: left;
}
.header-menu .drop-list .list-item{
    float: left;
    height: 100%;
    padding-left: 35px;
    padding-top: 10px;
    font-size: 12px;
}
.header-menu .drop-list .list-item a{
    display: block;
    text-align: left;
    line-height: 26px;
}
.header-menu .drop-list .list-item a.titile{
    font-weight: bold;
}
.header-menu{
    float: left;
    margin: 24px 0 0 190px;
}
.header-menu li{
    margin-right: 30px;
    _margin-right: 20px;
    font-size: 14px;
    float: left;
}
.header-menu li.choose a{
    color: #009fd9;
    border-bottom: 4px solid #009fd9;
    display: inline-block;
}
.header-menu li a{
    cursor: pointer;
    line-height: 52px;
}
.header-menu li a.cur{
    color: #29B4F0;
}
.header-link{
    position: absolute;
    right: 0;
    top: 15px;
    line-height: 18px;
}
.header-link a{
    width: 22px;
    height: 22px;
    background-position: 1px -240px;
    /*display: inline-block;*/
    float: left;
    margin-left: 5px;
    text-align: center;
    line-height: 21px;
    font-family: "华文细黑","黑体";
}
.header-link a.choose{
    background-position: 0 -270px;
    color: white;
}
/*.header-link .ch{
    display: inline-block;
    width: 44px;
    text-align: center;
    background: url("../images/icon.gif") no-repeat 0 -320px;
    color: white;
}*/
.header-search{
    float: right;
    margin-top: 42px;
}
.header-search .search-box{
    width: 198px;
    height: 20px;
    background-position: 154px -320px;
}
.header-search .search-box .search-wrap{
    overflow: hidden;
    display: block;
    background-position: 0 -320px;
    padding-left: 10px;
    height: 20px;
}
.header-search .search-box .keyword{
    width: 165px;
    padding: 0;
    line-height: 20px;
    float: left;
    border: none;
    background-color: #CDCDCD;
    height: 20px;
}
.header-search .search-box .submit-search{
    width: 21px;
    height: 20px;
    background-position: 4px -297px;
    float: left;
    border: none;
}
/*.header-search .search-box-wrap{
    float: left;
    width: 47px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #808080;
    border-right: none;
    cursor: pointer;
    position: relative;
}
.header-search .drop-list{
    display: none;
    width: 100%;
    line-height: 20px;
    position: absolute;
    top: 16px;
    left: -1px;
    border: 1px solid #808080;
    border-top: 1px solid #fff;
    background-color: white;
}
.header-search .drop-item{
    width: 100%;
    float: left;
    text-align: left;
    text-indent: 8px;
}
.header-search span{
    display: block;
    float: left;
    clear: both;
    padding-right: 12px;
    height: 100%;
    text-align: left;
    background: url("../images/icon.gif") no-repeat -35px 7px;
    text-indent: 8px;
}
.header-search .keyword{
    border: 1px solid #989898;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    float: left;
    width: 120px;
}*/
/*.submit-search{
    background: url("../images/icon.gif") no-repeat -20px -50px;
    width: 18px;
    height: 18px;
    border: none;
    float: left;
}*/
#fixedHeader{
    position: fixed;
    _position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 50;
    box-shadow: 0 2px 2px #ccc; 
    display: none;
}
#fixedHeader .wrap{
    height: auto;
    overflow: hidden;
}
#fixedHeader .header-logo{
    width: auto;
    margin: 10px 0;
}
#fixedHeader .header-logo img{
    width: auto;
}
/*subMenu*/
.subMenu-wrap{
    width: 100%;
    min-width: 1200px;
    _width: 1200px;
    overflow: hidden;
    background-color: #333333;
    /*height: 0;*/
}
.subMenu-wrap .subMenu{
    width: 800px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.subMenu-item{
    display: none;
    /*padding-bottom: 30px;*/
}
.subMenu-item.choose{
    display: block;
}
.subMenu-wrap .subMenu ul{
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    clear: both;
}
.subMenu-wrap .subMenu .list-item{
    width: 18%;
    padding-right: 2%;
    float: left;
    text-align: left;
}
.subMenu-wrap .subMenu .list-item p{
    margin-bottom: 5px;
}
.subMenu-wrap .subMenu .list-item .title{
    border-bottom: 1px solid #fff;
    font-weight: bold;
    padding-bottom: 5px;
}
.subMenu-wrap .subMenu a{
    color: white;
    cursor: pointer;
}
.subMenu-wrap .subMenu a:hover{
    color: #009FD9;
}
.subMenu-wrap .close-subMenu{
    width: 30px;
    height: 20px;
    background-position: 7px -214px;
    display: block;
    margin: 0 auto 10px;
    cursor: pointer;
}
/*MobileMenu*/
#mobileMenuList{
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 280px;
    overflow-y: auto;
    transition: 0.5s transform;
    -webkit-transition: 0.5s -webkit-transform;
    background-color: white;
    display: none;
}
#mobileMenuList .item-title{
    line-height: 42px;
    font-size: 1.2em;
    text-align: left;
    display: block;
    padding-left: 10px;
    font-weight: bold;
    border-bottom: 1px solid #cbcbcb;
    color: #333333;
    position: relative;
}
#mobileMenuList .subitem{
    line-height: 30px;
    text-align: left;
    display: block;
    padding-left: 25px;
    border-bottom: 1px solid #cbcbcb;
    background-color: #666666;
    color: white;
    /*display: none;*/
}
#mobileMenuList .contain-subitem .item-title i{
    position: absolute;
    background-position: 0 -76px;
    background-size: auto 380px;
    width: 24px;
    height: 24px;
    right: 10px;
    top: 8px;
}
#mobileMenuList .contain-subitem .subitem-list{
    height: 0;
    overflow: hidden;
    transition: 0.4s height;
    -webkit-transition: 0.4s height;
}
#mobileMenuList .open-subitem .subitem-list{
/*    height: 200px;*/
}
#mobileMenuList .open-subitem .subitem{
    display: block;
}
#mobileMenuList .open-subitem .item-title i{
    background-position: 0 -38px;
}
.showMenu #mobileMenuList{
    transform: translate(-280px,0);
    -webkit-transform: translate(-280px,0);
}
#mobileHeader, #mobileFooter{
    display: none;
}
#mobileHeader .header-logo{
    margin: 0;
    float: left;
    width: 150px;
}
#mobileHeader .wrap {
    padding: 10px;
    width: auto;
    height: 22px;
}
#mobileHeader .header-menu{
    /*width: 42px;*/
    /*height: 32px;*/
    width: 30px;
    height: 24px;
    background-size: auto 340px;
    margin: 0;
    float: right;
}
#mobileHeader .search-trigger{
    background-position: 0 -102px;
    background-size: auto 340px;
    /*width: 34px;*/
    /*height: 32px;*/
    width: 25px;
    height: 24px;
    margin-right: 20px;
    float: right;
}
#mobileHeader .search-box{
    width: 100%;
    clear: both;
    opacity: 0;
    height: 0;
    transition: height 0.3s, opacity 0.5s;
    -webkit-transition: height 0.3s, opacity 0.5s;
}
#mobileHeader .search-box-wrap{
    background-color: #999999;
    padding: 10px 0;
}
#mobileHeader .open-searchBox{
    display: block;
    opacity: 1;
    height: 60px;
}
#mobileHeader .search-box input{
    line-height: 20px;
    padding: 10px 2%;
    width: 66%;
    border: none;
    border-radius: 0;
}
#mobileHeader .search-box button{
    width: 40px;
    height: 40px;
    background-position: -5px -132px;
    background-size: auto 320px;
    float: none;
    vertical-align: -15px;
    border: none;
}
/* main */
.slide{
    width: 100%;
    overflow: hidden;
}
.slide-wrap{
    width: 100%;
    height: 100%;
}
.slide-switch{
    width: 50%;
    position: absolute;
    left: 25%;
    bottom: 10px;
    text-align: center;
    z-index: 10;
}
.slide-switch em{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: 0 -200px;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}
.slide-switch em.cur{
    background-position: 0 -180px;
}
.pc-slide{
    position: relative;
    width: 100%;
    height: 396px;
    overflow: hidden;
}
.pc-slide .slide-switch{
    /*display: none;*/
}
.pc-slide ul, .pc-slide li{
    width: 100%;
    height: 100%;
}
.pc-slide li a{
    width: 100%;
    height: 100%;
    display: block;
}
.pc-slide .rslides1_tabs{
    width: 88px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -44px;
    bottom: 10px;
    text-align: center;
    z-index: 10;
}
.pc-slide .rslides1_tabs li{
    /*display: inline-block;*/
    width: 12px;
    height: 12px;
    background: url("../images/icon.png?v=1") no-repeat 0 -200px;
    _background: url("../images/icon.gif") no-repeat 0 -200px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    float: left;
    line-height: 40px;
    overflow: hidden;
}
.rslides1_tabs li.rslides_here{
    background-position: 0 -180px;
}
.rslides1_tabs li a{
    width: 100%;
    height: 100%;
    display: block;
}
.pc-slide li{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    float: left;
}
.mobile-slide{
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}
.mobile-slide img{
    width: 100%;
}
/* Swipe */
.swipe {
    overflow: hidden;
    /*visibility: hidden;*/
    position: relative;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe-wrap > div {
    float:left;
    width:100%;
    position: relative;
}
/* footer */
.footer{
    width: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
}
.footer .footer-link{
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}
.footer .footer-link ul{
    width: 750px;
    overflow: hidden;
    margin: 0 auto;
}
.footer .footer-link li{
    float: left;
    text-align: left;
    display: inline-block;
    width: 20%;
}
.footer .footer-link li a, .footer .footer-link .title{
    display: block;
    clear: both;
    color: #808080;
}
.footer .footer-link li a:hover{
    color: #0093d2;
}
.footer .footer-link li a span{
    margin-right: 5px;
}
.footer .footer-link .title{
    color: #333333;
    margin: 20px 0 5px 0;
}
.footer-sign{
    width: 100%;
    /*overflow: hidden;*/
    padding: 10px 0;
}
.footer-sign .links{
    margin-left: 60px;
    position: relative;
}
.footer-sign .links .footer-weixin{
	position: absolute;
	left: -16px;
	top: -125px;
	display: none;
}
.footer-sign .links a{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    vertical-align: -7px;
}
.footer-sign span i{
    font-style: normal;
}
.icon-phone{
    background-position: 0 0;
}
.icon-phone:hover{
	background-position: -25px 0;
}
.icon-weixin{
    background-position: 0 -30px;
}
.icon-weixin:hover{
	background-position: -25px -30px;
}
.icon-weibo{
    background-position: 0 -60px;
}
.icon-weibo:hover{
	background-position: -26px -60px;
}
.icon-book{
    background-position: 0 -90px;
}
.icon-book:hover{
	background-position: -26px -90px;
}
.icon-edit{
    background-position: 0 -120px;
}
.icon-edit:hover{
	background-position: -26px -120px;
}
.icon-media{
    background-position: 0 -150px;
}
.icon-media:hover{
	background-position: -26px -150px;
}
/* -----------------------------------------------------
 * Responsive style
 -----------------------------------------------------*/

 /**z添加start**/
@media screen and (max-width: 1024px){
    .page .header,.page .footer{
        min-width:1344px;  
    }
    .page .main{
        min-width:1344px;
        margin:0 5px;
    }
}
/**z添加end**/


@media screen and (max-width: 1024px){
    /*#pcHeader, #pcFooter{
        display: none;
    }
    #mobileHeader, #mobileFooter{
        display: block;
    }*/
}

@media screen and (max-width: 800px){
    /*.pc-slide{
        display: none;
    }
    .mobile-slide{
        display: block;
    }
    #mobileMenuList{
        display: block;
    }
    .slide-switch {
        width: 80%;
        left: 10%;
        bottom: 0;
    }
    .footer-link{
        display: none;
    }
    .footer-sign .links{
        display: none;
    }
    .footer-sign span{
        display: block;
        padding: 0 20px;
    }
    .footer-sign span i{
        width: 100%;
        clear: both;
        display: block;
    }
    .index-intr li a b {
        font-size: 16px;
    }
    .index-intr li a p {
        font-size: 12px;
    }*/
}

@media screen and (max-width: 640px){
    /*.index-intr {
        width: auto;
        padding: 10px;
    }
    .index-intr li {
        width: 100%;
        float: left;
        clear: both;
        margin: 0;
        margin-bottom: 10px;
    }
    .index-intr li:last-child{
        margin: 0;
    }*/
}
@media screen and (max-width: 480px){}
@media screen and (max-width: 320px){}

/* -----------------------------------------------------
 * Page style
 -----------------------------------------------------*/

/* Page Index */
.index-intr{
    padding: 25px 0 50px;
    overflow: hidden;
}
.index-intr li{
    /*margin-right: 22px;*/
    /*width: 318px;*/
    margin-right: 2.2%;
    width: 31.8%;
    float: left;
    margin-bottom: 20px;
}
.index-intr li.item3{
    margin-right: 0;
}
.index-intr li img{
    width: 100%;
}
.index-intr li a{
    display: block;
    width: 100%;
    position: relative;
}
.index-intr li a p{
    background: url("../images/black-bg.png") repeat 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    padding: 8px 5%;
    color: white;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
.index-intr li a b{
    font-size: 22px;
}

@media screen and (max-width: 800px){
    /*.index-intr li a b {
        font-size: 16px;
    }
    .index-intr li a p {
        font-size: 12px;
    }*/
        /*body{
        width: 320px;
        overflow: hidden;
        position: relative;
    }*/
    /*#indexBox{
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .showMenu .page .fullBg{
        display: block;
    }*/
}

@media screen and (max-width: 640px){
    /*.index-intr {
        width: auto;
        padding: 10px;
    }
    .index-intr li {
        width: 100%;
        float: left;
        clear: both;
        margin: 0;
        margin-bottom: 10px;
    }
    .index-intr li:last-child{
        margin: 0;
    }*/
}


/* 解决方案 */
.solutions_w{width: 1200px;margin: 0 auto;}
.solutions_box{font-size: 16px;}
.solutions_box .f_0c9fd9{color: #0c9fd9;}
.solutions_tag{width: 1200px;margin: 0px auto;text-align: left;}
.solutions_tag .title{font-size: 40px;color: #333;padding: 10px 0;}
.solutions_tag .tag{padding-bottom:2px;overflow: hidden;}
.solutions_tag .tag li{float: left;margin-right: 2px;}
.solutions_tag .tag li.on{}
.solutions_tag .tag li.on a{background: #0093cd;}
.solutions_tag .tag li a{display: block;padding:8px 15px;font-size: 16px;color:#fff;background:#999;}
.solutions_tag .tag li a:hover{background:#0093cd;}

.solutions_pic{height:450px;width: 100%; position: relative;}
.solutions_pic .bd{}
.solutions_pic .bd li{height: 450px;}
.solutions_pic .hd{ position: absolute;bottom:10px;left:0px;text-align:center;width: 100%; }
.solutions_pic .hd ul{display: inline-block;}
.solutions_pic .hd ul li{width: 10px;height: 10px;background: #898989;margin-right:8px;text-indent: -9999px;float: left;border-radius: 50%;}
.solutions_pic .hd ul li.on{background: #fff;}

.solutions_block{color: #666; padding-bottom: 40px;}
.solutions_block .title{font-size: 30px;color: #333; padding-top: 40px;}
.solutions_block .con{font-size: 18px;line-height: 30px;padding-top:20px;}
.solutions_block .img{padding-top: 30px;}
.solutions_bg{background: url(../images/test/images/line_pc.jpg) no-repeat center bottom;}
.solutions_block .list{overflow: hidden; padding-top: 20px;}
.solutions_block .list ul{width: 110%; overflow: hidden;}
.solutions_block .list li{float: left; position: relative;margin: 0px 10px 6px 0;}
.solutions_block .list li a{display: block;border-bottom: 4px solid #fff;}
.solutions_block .list li a:hover{border-bottom: 4px solid #0c98d2;}
.solutions_block .list li .list_bg{position: absolute;left:0px;bottom:4px;width: 100%;opacity: .5;height: 44px;background: #000;}
.solutions_block .list li .tit{position: absolute;left:0px;bottom:4px;width: 100%;height: 44px; line-height: 44px;font-size: 16px;color: #fff; padding-left: 15px;text-align: left;}


.solutions_contact{padding:40px 0 40px 0px; overflow: hidden;}
.solutions_contact p i{background: url(../images/solutions/icon_01.gif) no-repeat;display: block;width: 38px;height: 38px;float: left;margin-right: 10px;}
.solutions_contact p span{float: left; line-height: 42px;}
.solutions_contact p{ overflow: hidden;display: inline-block;margin-right: 20px}
.solutions_contact p.tel i{background-position: -5px 0px;}
.solutions_contact p.mail i{background-position: -95px 0px;}

.solutions_news{overflow: hidden;padding:10px 0 0 0;font-size: 12px;}
.solutions_news ul{overflow: hidden;}
.solutions_news ul li{width: 422px;float: left;text-align: left;padding:30px 163px 0 0;}
.solutions_news ul li .img{float: left;}
.solutions_news ul li .con{float: right;width: 310px;}
.solutions_news ul li .con .more{background: url(../images/solutions/more_icon.gif) no-repeat right center;padding-right: 10px;margin-left: 5px;display:inline-block;}
.solutions_news ul li .con a{color: #0c9fd9;}
.solutions_news ul li .con a.tit{padding:3px 0;display: block;}
.solutions_news ul li .con a.tit.no_href{color: #666;}
.solutions_news ul li .con .title{color: #333;border-bottom:1px solid #b3b3b3; padding-bottom: 3px;width: 300px}
.solutions_news ul li .con .title .t{padding-right: 8px;margin-right: 8px;display: inline;background: url(../images/solutions/icon_02.gif) no-repeat right 3px;}

