/* ==========================================================================
   Global
   ========================================================================== */
    
    html {
        font-size: 62.5%;
    }
    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #bdb9b9;
    }

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #bdb9b9;
}
    
    a { color: #333; }
    
    a:hover { color: #a52f93; }

 a:focus { outline:none; -moz-outline:none; }    

body { color: #333; font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;}   

    @media only screen and (max-width: 768px) {
        body{font-size: 12px;}

    } 
    .wrapper {
        max-width: 1600px;
        /*min-width: 980px; */
        _width: 1600px;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
    }    
    .wrapper:after,
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    /* arrow */    
    .arrow {
        position: absolute;
        top: 50%;
        margin-top: -4px;
    }    
    .arrow * {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }
    /* arrow-right */
    
    .arr-r * {
        border-left-style: solid;
        border-width: 4px 0 4px 4px;
    }    
    .arr-r em {
        left: 1px;
    }    
    .arr-r span {
        border-left-color: #3675bb;
    }    
    .tri {
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }

   /* ==================================
   menu
   ================================== */
    
    .menu {
        position: relative;
    }
    /* menu-hd */
    
    .menu-hd {
        position: relative;
        z-index: 1002;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 6px;
    }
    /* menu-bd */
    
    .menu-bd {
        display: none;
        position: absolute;
        z-index: 1001;
        margin-top: -1px;
    }
    
    .menu-bd-panel {
        padding: 5px 0;
        border: 1px solid #eee;
        background: #fff;
        min-width: 96px;
    }
    
    .menu-bd-panel a {
        display: block;
        padding: 0 5px;
        line-height: 28px;
        white-space: nowrap;
        color: #6C6C6C
    }
    /* menu arrow */
    
    .menu-hd .fa-caret-down {
        -webkit-transition: .3s ease-in;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        position: absolute;
        height: 30px;
        line-height: 30px;
        top: 0;
        right: 6px;
    }
    /* menu hover */
    
    .menu-hover .menu-hd {
        z-index: 10002;
    }
    
    .menu-hover .menu-bd {
        z-index: 10001;
    }
    
    .menu-hover .menu-hd {
        padding: 0 19px 1px 5px;
        border-width: 0 1px;
        border-style: solid;
        border-color: #eee;
        background: #fff;
    }
    
    .menu-hover .menu-hd .fa-caret-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .menu-hover .menu-bd-panel a:hover { background: #eee;  }

    /* ==========================================================================
   Header
   ========================================================================== */

header {}    
header .wrapper {position: relative; z-index: 99;}   
.topbar{height:90px; background: #fff;float: right;} 
.topbar .wrapper{position: relative;}
.logo { position: absolute; left:10px;width:30%;height:120px; overflow: hidden;line-height:120px; }  
.logo img{max-width: 100%;}

.langbox{position: absolute;right:10px; font-size: 20px;top:42px; color: #a52f93; line-height: 36px;}
.langbox i{margin-right: 5px;color: #a52f93;}
.langbox a{color: #a52f93;}
.toplink{position: absolute; right:10px;top:40px;z-index: 3;}


.toplink{width:110px;height: 36px;color: #333;cursor: pointer;border:1px solid #cecedc;font-size: 14px;
    border-radius:36px;
}
.toplink a{color: #333;}
.toplink .hd{text-indent: 15px; height: 36px; line-height: 36px;position: relative;}
.toplink .hd em{width: 36px; height: 36px;display: inline-block;text-indent: 0;
    text-align: center; line-height: 36px;float: right;
    -webkit-transition: .1s ease-in;
        -moz-transition: .1s ease-in;
        -o-transition: .1s ease-in;
        transition: .1s ease-in;
}

.toplink:hover .hd em{
    -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
}


.toplink .bd{display: none;padding-top: 5px; z-index: 3;position: relative;font-size: 12px;}
.toplink .optionbox{background: #fff;padding:10px;}
.toplink:hover .bd{display: block;}
.toplink .option{text-indent:8px;}
.toplink .option:hover,.toplink .option.on{color: #024099;}
.toplink .option:hover a{color: #a52f93;}


.serchinco{display: none; position: absolute;width:30px; height: 30px; right:0; top:20px; line-height:30px;cursor: pointer;z-index: 999; text-align: center;font-size: 16px;color: #a52f93;}

.globalsearch{display: block;}
.globalsearch{position: absolute; top:42px; right:130px;width: 200px; z-index: 99;}
.globalsearch .warp{border:1px solid #b4b7c5; background:#fff;padding:2px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .search-btn { float: right;   border: 0 none; }
.globalsearch #q { width: calc(100% - 60px); height: 18px; padding:5px 10px; line-height: 18px; background: #fff;border:1px solid #fff;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width: 30px;padding:0;margin:0; height: 30px; cursor: pointer; background: url(../images/btn_ser.png) no-repeat center;}
 
 /*.globalsearch{position: absolute; top:120px; right:0;width: 280px;padding:15px;z-index: 99; background:#215d5c;}
.globalsearch .warp{background: #fff;}
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .search-btn { float: right;   border: 0 none; }
.globalsearch #q { width: calc(100% - 70px); height: 18px; padding: 10px; line-height: 18px; background: #fff;border:1px solid #fff;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width: 40px;padding:0;margin:0; height: 40px; cursor: pointer; background: url(../images/btn_ser.png) no-repeat center;}
 */     


@media only screen and (max-width:1400px) {
    .serchinco{right:110px; top:36px; display: block;width:48px; height: 48px;line-height:48px;border:0; font-size:20px;}
    .globalsearch{display: none;top:120px; right:0;width: 280px;padding:15px;z-index: 99; background:#a52f93;}
    .globalsearch .warp{background: #fff;border: 0;padding:0;}
    .globalsearch #q {padding:10px;  width: calc(100% - 70px);}
    .globalsearch .search-btn { height: 40px; width: 40px;}
    .toplink{right: 0;width: 100px;font-size: 12px;}

}
@media only screen and (max-width:1200px) {
    .logo{width: 25%;}
}
 
@media only screen and (max-width:920px) {
    .logo,.toptel,.langbox{display: none;}
    .topbar{height: 0;}
    .serchinco{right:48px; top:0;}
    .globalsearch{top:48px;}
    .toplink{display: none;}

}

@media only screen and (max-width: 480px) {
      .globalsearch{ width: calc(100% - 30px);}
}

#globalnav.mini_top .logo{ background: url(../images/logored.png) left center no-repeat;}
#globalnav.mini_top .toptel{color: #000;}
#globalnav.mini_top .serchinco{color: #000;}

/* ==========================================================================
Nav
========================================================================== */
/* primary */
    
    .globalnav {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 16px;
    }
    
    .globalnav li {
        float: left;
    }
    
    .globalnav li a {
        display: block;
        color: #444;
        padding: 0 20px;
        font-size: 14px;
        line-height: 42px;
        font-family: microsoft yahei;
    }
    
    .globalnav .nav-sep {
        width: 2px;
        height: 42px;
        background: url(../images/nav-sep.gif) no-repeat 0;
    }
    
    .globalnav .active a,
    .globalnav li .active1 {
        color: #a52f93;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #a52f93;
        top: 100%;
        min-width: 100px;
    }
 
    /*.dropdown:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
        border-top-style: solid;
        border-width: 5px 5px 0;
        border-top-color: #1d4789;
        left: 50%;
        margin-left: -5px;
        top: -5px;
    }*/
    .dropdown a {
        /*    white-space: nowrap;*/
        line-height: 30px;
        font-size: 14px; 
        float: left;
        padding: 0;
        color: #000;
        background: none;
        border-bottom: 0 none;
        width: 90%;
        display: block;
        text-align: center;
    }
    
    @media (max-width:920px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 14px;
            width: 100%;
            text-align: left;
        }
        .dropdown { min-width: calc(100% - 40px);}
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #a52f93;
    }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}

/* ==========================================================================
   banner
   ========================================================================== */


/* ==========================================================================
   section02
   ========================================================================== */

.section02{background:url(../images/homepic01.jpg) center no-repeat;background-size: cover; }
.section02 .wrap{margin:120px auto 0 auto; overflow: hidden;max-width: 1520px;padding:0 10px;}
.application-row01{text-align: center; margin-bottom:60px; height: 60px; background:url(../images/inco02.png) center bottom no-repeat;}
.application-row01 h3{font-size: 36px; line-height: 40px; font-weight: normal;}
.application-row01 .txten{text-transform:Uppercase; line-height: 24px;font-weight: bold;margin-top: 7px;}
.applicationbox{width: 100%;height: 480px; overflow: hidden;position: relative;margin:0 auto;}
.applicationbox .pic{width: 100%; height: 480px; overflow: hidden;}
.applicationbox .pic img{width: 100%;height: 100%;transition: transform 1s;}
.applicationbox:hover .pic img{ transform: scale(1.1);}
.applicationbox .cover{width: 100%;height: 100%; position: absolute; top: 0;left: 0; color: #fff;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#BF243786', endColorstr='#BF243786');
    background:rgba(36,55,134,0.75);
}
.applicationbox .cover .txtarea{position: absolute; bottom: 50px;width: calc(100% - 100px); left:50px;text-transform:Uppercase;}
.applicationbox .cover .txtarea h3{font-size: 24px; font-weight: normal;}
.applicationbox .cover .txtarea a.more { margin-top: 20px;
    width: 80px; height:34px;text-align: center; line-height: 34px; display: inline-block; 
  background: #3b255d;color: #fff; 
  -webkit-border-radius:24px;
  -moz-border-radius:24px;
  -ms-border-radius:24px;
  -o-border-radius:24px;
  border-radius:24px;
}
.applicationbox .cover .txtarea a.more:hover{background: #91007b;}
#owl-application .owl-dots{height: 0px;overflow: hidden;}


/* ==========================================================================
   section03
   ========================================================================== */

.section03{background:url(../images/homepic02.jpg) center no-repeat;background-size: cover; }
.section03 .wrap{margin:120px auto 0 auto; overflow: hidden;max-width: 1520px;padding:0 10px;}
.tjpro-row01{text-align: center; margin-bottom:60px; height: 60px; background:url(../images/inco03.png) center bottom no-repeat;}
.tjpro-row01 h3{font-size: 36px; line-height: 40px; font-weight: normal;}
.tjpro-row01 .txten{text-transform:Uppercase; line-height: 24px;font-weight: bold;margin-top: 7px;}
.tjprobox{width: 100%;overflow: hidden;background:url(../images/zgwdz_pic05.jpg) center bottom no-repeat;background-size: cover; }
.tjprobox .pic{width: 300px; height: 300px;overflow: hidden; line-height: 300px; text-align: center;margin:0 auto; overflow: hidden;}
.tjprobox .pic img{width: 300px; height: 300px; display:inline-block!important;transition: transform 1s;}
.tjprobox:hover .pic img{ transform: scale(1.1);}
.tjprobox .tit{ text-align: center;color:#fff;font-size: 24px;margin:20px 10px 50px 10px;}


/* ==========================================================================
   section04
   ========================================================================== */
.section04{background:url(../images/homepic03.jpg) center no-repeat;background-size: cover; }
.section04 .wrap{margin:150px auto 0 auto;max-width: 1600px;overflow: hidden;}
.hnews-row01{text-align: center; margin-bottom:60px; height: 60px; background:url(../images/inco04.png) center bottom no-repeat;}
.hnews-row01 h3{font-size: 36px; line-height: 40px; font-weight: normal;}
.hnews-row01 .txten{text-transform:Uppercase; line-height: 24px;font-weight: bold;margin-top: 7px;}
.hnewslist{margin-top: 60px;}
.hnewslist li{ width: calc(50% - 20px); background: #fff;margin:10px;height: 175px; overflow:hidden;float: left;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0,0.1);
   -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
 }
.hnewslist li .pic{width: 265px;height:175px; float: left;}
.hnewslist li .pic img{width: 265px;height: 175px;}
.hnewslist li .txtarea{width: calc(100% - 330px); float: right;padding: 40px 30px 0 0;}
.hnewslist li .txtarea h3{width: 100%;font-size: 18px;color: #204fa1;margin-top: 20px;height: 48px; line-height: 24px;overflow:hidden; }
.hnewslist li .txtarea .date{color: #555;font-size: 16px;line-height:30px;}
.hnewslist li .txtarea .date em{display: inline-block; background: #381950;color: #fff;padding:0 20px;font-size: 14px;margin-right: 10px;
    -webkit-border-radius:24px;
  -moz-border-radius:24px;
  -ms-border-radius:24px;
  -o-border-radius:24px;
  border-radius:24px;
}
.hnewslist li:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -2px, 0);
}

/* ==========================================================================
   section05
   ========================================================================== */
.section05{background:url(../images/homepic04.jpg) center no-repeat;background-size: cover; }
.section05 .wrap{margin:120px auto;max-width: 1600px;overflow: hidden;}
.hcontact{text-align: center;margin-bottom:200px;}
.hcontact .pic img{width: 110px; height: 110px;}
.hcontact .txt01{font-size: 38px;margin:20px 0;}
.hcontact .txt01 span{color: #a52f93;}
.hcontact .txten{ font-size: 32px; color: #a52f93; text-transform:Uppercase; height: 50px; line-height: 50px;
    background:url(../images/line.jpg) center no-repeat;
}
.hcontact .txten em{background: #fff;display: inline-block;z-index: 1;padding:0 10px;}
.hcontact .more a{font-size:48px; color: #a52f93;}



@media only screen and (max-width:1440px) {
.applicationbox{width:320px;height: 420px;}
.applicationbox .pic{width: 100%; height: 420px;}
.hcontact .txt01{font-size: 28px;margin:10px 0 0 0;}
.hcontact .txten{ font-size: 24px;height: 30px; line-height: 30px;}
.hcontact .more a{font-size:36px;}
}


@media only screen and (max-width:1280px) {
#fp-nav{display: none;}
.section02 .wrap,.section03 .wrap,.section04 .wrap,.section05 .wrap{margin-top: 60px;}
.applicationbox{width:280px;height: 370px;}
.applicationbox .pic{width: 100%; height: 370px;}
.applicationbox .cover .txtarea { width: calc(100% - 30px);left: 30px;}
.hnewslist li .txtarea h3 {font-size: 14px; margin-top: 15px; height: 48px;line-height: 24px;}
}


@media only screen and (max-width:920px) {
.application-row01 h3,.tjpro-row01 h3,.hnews-row01 h3 { font-size: 28px; line-height: 40px;}
.hnewslist{margin-top: 40px;}
.hnewslist li{height: 120px;}
.hnewslist li .pic{width: 185px;height:120px; float: left;}
.hnewslist li .pic img{width: 185px;height: 120px;}
.hnewslist li .txtarea{width: calc(100% - 220px); float: right;padding: 20px 10px 0 0;}
.hnewslist li .txtarea .date {font-size: 12px;line-height: 28px;}
.hnewslist li .txtarea h3 {margin-top: 10px;}
}

@media only screen and (max-width:768px) {
.section02 .wrap,.section03 .wrap,.section04 .wrap,.section05 .wrap{margin-top:0;}
.applicationbox{width:100%;height:480px;max-width: 364px;}
.applicationbox .pic{width: 100%; height: 480px;}
.application-row01{margin-bottom: 30px;background-size: auto 30px; height: 50px; background-position: center;}
.application-row01 h3, .tjpro-row01 h3, .hnews-row01 h3{font-size: 18px; line-height: 30px;}
.application-row01 .txten{font-size: 12px;margin-top: 0;}
#dowebok .section,#dowebok .section .fp-tableCell{height: 620px!important;}
.tjpro-row01{margin-bottom: 30px;height:45px;}
.tjpro-row01 .txten{font-size: 12px;margin-top: 0;}
.tjprobox .tit {font-size: 18px;margin: 20px 10px 40px 10px;}
#dowebok .section03,#dowebok .section03 .fp-tableCell{height: 540px!important;}
.hnewslist li{ width:100%; background: #fff;margin:0; margin-bottom:15px;overflow:hidden;float: none;}
.section04 .wrap{padding:10px;}
.hnews-row01 {margin-bottom:30px;background-size: auto 35px;background-position: center;}
.hnewslist li{height: 100px;}
.hnewslist li .pic{width: 150px;height:100px; float: left;}
.hnewslist li .pic img{width: 150px;height: 100px;}
.hnewslist li .txtarea{width: calc(100% - 180px); float: right;padding: 15px 10px 0 0;}
.hnewslist li .txtarea .date {font-size: 12px;line-height: 24px;}
.hnewslist li .txtarea h3 {margin-top: 10px;font-size: 12px; line-height: 18px; height: 36px;}
.hnewslist li .txtarea .date em{font-size: 12px;padding:0 10px;}
.hcontact .txt01{font-size: 18px;}
.hcontact .txten { font-size: 14px; height: 30px; line-height: 30px;}
.section05 .wrap{margin:0;}
#dowebok .section05,#dowebok .section05 .fp-tableCell{height: 240px!important;}
.hcontact {margin-bottom:100px;}
.hnewslist{margin-top: 20px;}
}



/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 12px; background: #dee3dd; font-family: microsoft yahei; padding:60px 0 0 0;color: #000;}
footer a{color: #000;}
footer a:hover { text-decoration: underline; }
.footer-nav { text-align: justify; }
.footer-nav:after { content: ""; width: 100%; display: inline-block; font-size: 0; line-height: 0; }
.fn-col { display: inline-block; *display:inline;zoom: 1; vertical-align: top; *padding-right: 100px;padding-left: 30px;
 background:url(../images/inco01.png) left top no-repeat;   
}
.fn-col h3 {  margin-bottom: 10px;font-size: 16px;line-height: 24px;font-weight: normal;}
.fn-col h3 a:hover {text-decoration: underline;color: #a52f93; }
.fn-col li {line-height:24px; font-size: 14px;color: #000;}
.fn-col li a{color: #000;}
.fn-col li a:hover {text-decoration: underline;color: #a52f93;}
.fn-colwx{width:320px;}
.fn-colwx a{margin-right: 10px;}
.fn-colwx a.btn{width: 60px; height: 26px;line-height: 26px; text-align: center; display: inline-block; 
    background: #373741;color: #fff;font-size: 12px;
    -webkit-border-radius:26px;
    -moz-border-radius:26px;
    -ms-border-radius:26px;
    -o-border-radius:26px;
    border-radius:26px;
}
.fn-colwx a.btn:hover{color: #fff;background: #a52f93;text-decoration: none;}
.fn-colwx a.btn01{margin-left: 20px;background: #a52f93;}

.foothd{text-align: center;padding:15px 0;text-transform:Uppercase;color: #000; font-size: 14px; background: #bfbfbf;border-top: 1px solid #bfbfbf;}
.foothd a{color: #000;}
.foothd a:hover{color: #a52f93; text-decoration: underline;}
@media only screen and (max-width: 1440px) {
    footer{padding-top: 30px;}
         .foothd{padding:10px;font-size: 12px;}
}

@media only screen and (max-width: 920px) {
.fn-col li{font-size: 12px;}
.fn-col{padding-left: 20px;}
.fn-col h3{font-size: 14px;}
}

@media only screen and (max-width: 768px) {
footer {padding-top:10px;}
.fn-col {width: calc(20% - 5px);padding-left:0; background: none;}
.footer-nav{height: 30px;}
.foothd{margin-top:0;font-size: 12px;padding: 10px 0; line-height: 18px;}
.fn-col ul{display: none;}
.fn-colwx{display: none;}
.fn-col h3 {font-size: 12px;}
}


.toggle-btn { display: none;}


@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }    
    .inner-cont > p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }    
.gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}


/*custom tanyx*/

.tjprobox .pic {
    display: flex;
    justify-content: center;
    align-items: center;
     overflow: visible;
}

.tjprobox .pic img{
	height: auto;
	transform: scale(0.7);
	margin-left: 15px;
	margin-top: 60px;
}

.tjprobox:hover .pic img {
    transform: scale(0.8);
}

#owl-application .owl-dots {
    height: auto;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background: #920783 !important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border: 1px solid #920783 !important;
}