@charset 'utf-8';
/* CSS Document */

/* Float Elements
---------------------------------*/
.fl-lt
{
    float: left;
}
.fl-rt
{
    float: right;
}

/* Clear Floated Elements
---------------------------------*/
.clear
{
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;

    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after
{
    display: block;
    visibility: hidden;
    overflow: hidden;

    width: 0;
    height: 0;

    content: '\0020';
}

.clearfix:after
{
    clear: both;
}

.figure
{
    margin: 0;
}

img
{
    max-width: 100%;
}

a,
a:hover,
a:active
{
    outline: 0 !important;
}

@font-face
{
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
}

/* Primary Styles
---------------------------------*/
body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;

    margin: 0;

    color: #888;
    background: #fff;
}
h2
{
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 700;

    margin: 0 0 15px 0;

    text-align: center;
    letter-spacing: -1px;
    text-transform: uppercase;

    color: #222;
}
h3
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;

    margin: 0 0 5px 0;

    text-transform: uppercase;

    color: #222;
}
h6
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;

    margin: 0 0 60px 0;

    text-align: center;

    color: #888;
}
p
{
    line-height: 24px;

    margin: 0;
}

/* Header Styles
---------------------------------*/

.header
{
    padding: 280px 0;

    text-align: center;
    /*background:url(../img/pw_maze_black_2X.png) left top repeat;*/

    background: url(../img/home_bg_y2.jpg) left top repeat;
}
.logo
{
    width: 130px;
    margin: 0 auto 35px;
}
.header h1
{
    font-family: 'Montserrat',sans-serif;
    font-size: 50px;
    font-weight: 400;

    margin: 0 0 22px 0 ;

    letter-spacing: -1px;

    color: #fff;
}

.we-create
{
    margin: 35px 0 55px;
    padding: 0;
}
.wp-pic
{
    margin-bottom: 20px;
}
.we-create li
{
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 400;

    display: inline-block;

    margin: 0 5px 0 0;
    padding: 0 0 0 15px;

    text-transform: uppercase;
    /*color: #bcbcbc;*/

    color: #fff;
}
.we-create li:first-child
{
    background: none;
}

.start-button
{
    padding-left: 0;
}

.start-button li a
{
    color: #fff;
}


.link
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;

    display: inline-block;

    margin-bottom: 20px;
    padding: 15px 35px;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-transform: uppercase;

    color: #fff !important;
    border-width: 1px;
    border-style: solid;
    border-color: #f8f8ff;
    border-radius: 3px;
    /*background:#7cc576;*/
    background: #409af7;
}
.link:hover
{
    text-decoration: none;

    color: #409af7 !important;
    background: #fff;
}

.link:active,
.link:focus
{
    text-decoration: none;

    color: #fff !important;
    background: #409af7;
}

/* Navigation
---------------------------------*/
.main-nav-outer
{
    position: relative;

    padding: 0;

    border-bottom: 1px solid #ddd;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px -3px #ececec;
            box-shadow: 0 4px 5px -3px #ececec;
}
.main-nav
{
    margin: 10px 0 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
.main-nav li
{
    display: inline;

    margin: 0 1px;
}
.main-nav li a
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;

    display: inline-block;

    margin: 17px 32px;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;

    color: #222;
}

.main-nav li a:hover
{
    text-decoration: none;

    color: #409af7;
}

.small-logo
{
    padding: 0 15px;
}

.main-section
{
    padding: 50px 0 50px;
}

.copyrights
{
    font-size: 0;
    line-height: 0;

    overflow: hidden;

    height: 0;

    text-indent: -9999px;
}

/* Services
---------------------------------*/
.service
{
    height: 900px;
}
.service-list
{
    font-size: 14px;

    margin-bottom: 40px;
    padding: 0 0 0 0;
}
.service-list-col1
{
    float: left;

    width: 100px;
}
.service-list-col1 i
{
    font-family: 'FontAwesome';
    font-size: 38px;
    font-style: normal;
    line-height: 38px;

    display: block;

    color: #222;
}
.service-list-col2
{
    overflow: hidden;
}
.service-list-col2 > h3
{
    font-size: 18px;
    font-weight: bold;
}
.service-list-col2 > p
{
    font-size: 16px;
}
.main-section.alabaster
{
    background: #fafafa;
}

/* Featured Work
---------------------------------*/
.featured-work
{
    font-size: 14px;
}
.featured-work h2
{
    text-align: left;
}
.featured-box
{
    font-size: 14px;

    margin-bottom: 25px;
    padding: 0 0 0 0;
}
.featured-box h3
{
    margin-bottom: 5px;
}
.featured-box p
{
    line-height: 22px;
}
.featured-work p.padding-b
{
    padding-bottom: 35px;
}
.featured-box-col1
{
    float: left;

    width: 60px;
}
.featured-box-col1 i
{
    font-family: 'FontAwesome';
    font-size: 38px;
    font-style: normal;
    line-height: 38px;

    display: block;

    color: #777;
}
.featured-box-col2
{
    overflow: hidden;
}
.featured-box.magic
{
    background: url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged
{
    background: url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo
{
    background: url(../img/seo.png) left top no-repeat;
}
.Learn-More
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    display: inline-block;
    display: none;

    padding: 0 5px 0 0;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-transform: uppercase;

    color: #7cc576;
}
.Learn-More i
{
    padding-right: 15px;
}

.Learn-More:hover,
.Learn-More:focus
{
    text-decoration: none;

    color: #111;
}


/* Portfolio
---------------------------------*/

/*example*/
/*.example2{}
.example2 ol{position:relative;width: 80px;height: 20px;top:30px;left:60px;}
.example2 ol li{float:left;width: 10px;height: 10px;margin: 5px;background: #fff;}
.example2 ol li.seleted{background: #409af7;}*/


.Portfolio-nav
{
    margin: 0 0 45px 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
.Portfolio-nav li
{
    display: inline;

    margin: 0 10px;
}
.Portfolio-nav li a
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 20px;

    display: inline-block;

    margin-bottom: 5px;
    padding: 10px 22px;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-transform: uppercase;

    color: #222;
    border-radius: 4px;
    background: #f7f7f7;
}
.Portfolio-nav li a:hover
{
    text-decoration: none;

    color: #fff;
    background: #409af7;
}

.portfolioContainer
{
    margin: 0 auto;
    padding-left: 15px;
}

#contact .printdesign {
    width: 100%;
    height: 100%;
}

.Portfolio-box
{
    float: left;
    overflow: hidden;

    width: 350px;
    height: 350px;
    margin-bottom: 30px;
    padding: 0;

    text-align: center;
}
.Portfolio-box a
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    margin-bottom: 25px;
}

.Portfolio-box .slide-left:hover::before,
.Portfolio-box .slide-right:hover::before
{
    color: #247fce;
}

.Portfolio-box .slide-left
{
    font-size: 30px;

    position: absolute;
    z-index: 10;
    top: 43%;
    bottom: 0;
    left: 5px;

    height: 24px;
    padding: 6px;

    cursor: pointer;
}
.Portfolio-box .slide-right
{
    font-size: 30px;

    position: absolute;
    z-index: 10;
    top: 43%;
    right: 5px;
    bottom: 0;

    height: 24px;
    padding: 6px;

    cursor: pointer;
}
.Portfolio-box img
{
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.Portfolio-text
{
    font-size: 16px;

    position: absolute;
    z-index: 5;
    bottom: -50px;

    display: table;
    overflow: hidden;

    width: 100%;
    padding: 10px 30px;

    -webkit-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;

    opacity: 0;
    color: #fff;
    background: rgba(0,0,0,0);
}

.Portfolio-text p
{
    display: table-cell;
}

.Portfolio-box:hover .Portfolio-text
{
    bottom: 0;

    opacity: 1;
    background: rgba(0,0,0,.6);
}

.Portfolio-nav li a.current
{
    text-decoration: none;

    color: #fff;
    background: #409af7;
}
img
{
    max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item
{
    /* change duration value to whatever you like */
    -webkit-transition-duration: .6s;
            transition-duration: .6s;
}

.isotope .isotope-item
{
    -webkit-transition-property: -webkit-transform, opacity;
            -webkit-transition-property:         opacity, -webkit-transform;
            transition-property:         opacity, -webkit-transform;
            transition-property:         transform, opacity;
            transition-property:         transform, opacity, -webkit-transform;
}

.main-section.paddind
{
    padding-bottom: 0;
}

/* Clients
---------------------------------*/
.client-part
{
    height: 850px;
    padding: 200px 0;

    text-align: center;

    background: url(../img/step_bg1_y1.jpg) center center no-repeat;
    background-size: 100%;
}
.client-part-haead
{
    font-family: ''Open Sans',sans-serif';
    font-size: 28px;
    font-style: italic;
    line-height: 41px;

    margin: 10px 0 10px;

    color: #fdfdfd;
}
.client
{
    margin: 20px 0 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
.client li
{
    display: inline;

    margin: 0 15px;
}
.client li a
{
    display: inline-block;
}
.client li a img
{
    margin-bottom: 15px;

    border-radius: 50%;
}
.client li a:hover
{
    text-decoration: none;
}
.client li a h3
{
    color: #fff;
}
.client li a span
{
    color: #f1f1f1;
}
.quote-right
{
    font-size: 27px;
    font-style: normal;
    line-height: 68px;

    display: block;

    width: 68px;
    height: 68px;
    margin: 0 auto;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-align: center;

    color: #7cc576;
    border: 2px solid #7cc576;
    border-radius: 50%;
}

.quote-right:hover
{
    color: #fff;
    border: 2px solid #fff;
}

.c-logo-part
{
    padding: 25px 0;

    background: #7cc576;

    filter: alpha(opacity=60);
}
.c-logo-part ul
{
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
.c-logo-part ul li
{
    display: inline;

    margin: 0 25px;
}
.c-logo-part ul a
{
    display: inline-block;

    margin: 0 20px;
}
.main-section.team
{
    padding: 80px 0;
}
.main-section.team h6
{
    margin-bottom: 40px;
}


/* Team
---------------------------------*/
.team-leader-block
{
    max-width: 993px;
    margin: 0 auto;
}
.team-leader-box
{
    float: left;
    overflow: hidden;

    width: 30.66%;
    height: 490px;
    margin-right: 3.82979%;

    text-align: center;
}
.team-leader-box span
{
    display: block;

    margin-bottom: 24px;
}
.team-leader-box:nth-of-type(3n+0)
{
    margin: 0;
}
.team-leader
{
    position: relative;

    width: auto;
    height: auto;
    margin: 7px 7px 25px 7px;

    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(241,241,241,.80);
            box-shadow: 0 0 0 0 rgba(241,241,241,.80);
}
.team-leader-shadow
{
    position: absolute;
    z-index: 10;

    width: 100%;
    height: 100%;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;

    border-radius: 50%;
    border-radius: 50%;
}
.team-leader-shadow a
{
    display: block;

    width: 100%;
    height: 100%;
}
.team-leader:hover .team-leader-shadow
{
    -webkit-box-shadow: inset  0 0 0 148px rgba(17,17,17,.80);
            box-shadow: inset  0 0 0 148px rgba(17,17,17,.80);
}
.team-leader:hover ul
{
    display: block;

    opacity: 1;
}
.team-leader img
{
    display: block;

    border-radius: 50%;
}
.team-leader-box > h3
{
    font-size: 18px;
}
.team-leader-box > span
{
    font-size: 16px;
}
.team-leader ul
{
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    margin: 0;
    margin-top: -14px;
    padding: 0;

    list-style: none;

    -webkit-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
    text-align: center;

    opacity: 0;
}
.team-leader ul li
{
    display: inline;

    margin: 0 11px;
}
.team-leader ul li a
{
    font-family: 'FontAwesome';
    font-size: 28px;

    display: inline-block;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;

    color: #fff;
}
.team-leader ul li a:hover,
.team-leader ul li a:focus
{
    text-decoration: none;
}
.team-leader ul li a.fa-twitter:hover
{
    color: #55acee;
}
.team-leader ul li a.fa-facebook:hover
{
    color: #3b5998;
}
.team-leader ul li a.fa-pinterest:hover
{
    color: #cb2026;
}
.team-leader ul li a.fa-google-plus:hover
{
    color: #dd4b39;
}

/* Talk Business
---------------------------------*/
.business-talking
{
    padding: 60px 0 10px;

    text-align: center;

    background: url(../img/aboutUS_bg1_y1.jpg) top center no-repeat;
    background-size: cover;
}
.business-talking h2
{
    font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    font-weight: 700;

    margin: 20px 0 70px;
    padding: 0;

    text-transform: uppercase;

    color: #fff;
}


/* Contact
---------------------------------*/
.main-section.contact
{
    padding: 90px 0 100px;
}

.contact .printdesign
{
    width: 100%;
    height: 100%;
    padding: 0 15px;
}

.main-section.contact
{
    background: url(../img/bg-map_y.png) left 190px no-repeat;
}
.contact-info-box
{
    font-size: 15px;

    margin: 0 0 14px 68px;
    padding-left: 0;
}
.contact-info-box h3
{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;

    float: left;

    width: 104px;
    margin-right: 12px;

    color: black;
}
.contact-info-box h3 i
{
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;

    margin-right: 7px;

    color: #222;
}
.contact-info-box span
{
    font-size: 16px;
    line-height: 28px;

    display: block;
    overflow: hidden;

    color: black;
}
.social-link
{
    display: block;
    overflow: hidden;

    margin: 0 0 0 68px;
    padding: 35px 0;

    list-style: none;
}
.social-link li
{
    float: left;

    margin-right: 8px;
}
.social-link li a
{
    font-size: 25px;
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;

    -webkit-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #222;
}
.social-link li a:hover,
.social-link li a:focus
{
    text-decoration: none;
}
.twitter a:hover
{
    background: #55acee;
}
.facebook a:hover
{
    background: #3b5998;
}
.pinterest a:hover
{
    background: #cb2026;
}
.gplus a:hover
{
    background: #dd4b39;
}
.dribbble a:hover
{
    background: #ea4c89;
}

.form
{
    margin: 0 66px 0 30px;
}
.input-text
{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;

    display: block;

    width: 100%;
    height: 50px;
    margin: 0 0 15px 0;
    padding: 15px 16px;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;

    color: #aaa;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-text:focus
{
    border: 1px solid #7cc576;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(124, 197, 118, .3);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(124, 197, 118, .3);
}

.input-text.text-area
{
    overflow: auto;

    height: 165px;

    resize: none;
}
.input-btn
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;

    width: 175px;
    height: 50px;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-transform: uppercase;

    color: #fff;
    border: 0;
    border-radius: 4px;
    background: #7cc576;
}

.input-btn:hover
{
    color: #fff;
    background: #111;
}

/* Footer
---------------------------------*/

.footer
{
    padding: 35px 0 35px;

    background: url(../img/pw_maze_black_2X.png) left top repeat;
}
.footer-logo
{
    width: 76px;
    margin: 15px auto 35px;
}
.copyright
{
    font-size: 14px;

    display: block;

    text-align: center;

    color: #ccc;
}
.copyright a
{
    font-weight: 600;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-decoration: none;

    color: #409af7;
}

.copyright a:hover
{
    color: #fff;
}

.res-nav_click
{
    font-family: 'FontAwesome';
    font-size: 38px;
    font-style: normal;
    line-height: 38px;

    display: none;

    width: 42px;
    height: 27px;
    margin: 20px auto;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-decoration: none !important;

    color: #777;
}

.res-nav_click:hover,
.res-nav_click:active,
.res-nav_click:focus
{
    color: #7cc576 !important;
}

.portfolioContainer
{
    max-width: 1140px;
}


/* Animation Timers
---------------------------------*/
.delay-02s
{
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
}
.delay-03s
{
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
}
.delay-04s
{
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
}

.delay-05s
{
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
.delay-06s
{
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
}

.delay-07s
{
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
}
.delay-08s
{
    -webkit-animation-delay: .8s;
            animation-delay: .8s;
}

.delay-09s
{
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
}
.delay-1s
{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.delay-12s
{
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
}

#J_dotLine
{
    position: absolute;
    top: 0;
    left: 0;
}
#header
{
    background: rgb(46, 114, 185);
}
.service-img-wrapper
{
    padding: 0;

    list-style-type: none;
}
.service-img
{
    height: 120px;
    padding: 10px 20px;
    text-align: center;
}
.partner-wrapper
{
    padding: 0;

    list-style-type: none;
}
.partner-item
{
    display: inline-block;
    margin-top: 35px;
}
.partner-item-img
{
    max-width: 100%;
}

.curmbs-wrapper
{
    margin: 30px 0 45px 0;
    padding: 0;

    list-style-type: none;
}
.curmbs-item
{
    display: inline-block;
}
.curmbs-item-a
{
    color: #888;
}
.case-title
{
    font-size: 32px;

    margin-bottom: 45px;

    color: #333;
}
.case-desc
{
    font-size: 18px;
    line-height: 2em;

    margin-bottom: 50px;

    text-align: center;

    color: #555;
}
.case-action
{
    margin-bottom: 70px;
    padding: 0;

    list-style-type: none;

    text-align: center;
}
.case-action-item
{
    font-size: 12px;
    line-height: 1.6em;

    position: relative;

    display: inline-block;

    width: 80px;
    height: 55px;
    margin: 0 20px;
    padding: 10px 0;

    color: #fff;
    background: #33abb7;
}
.case-action-item::before
{
    position: absolute;
    top: -15px;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-right: 40px solid transparent;
    border-bottom: 15px solid #33abb7;
    border-left: 40px solid transparent;
}
.case-action-item::after
{
    position: absolute;
    bottom: -15px;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-top: 15px solid #33abb7;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
}
.phone-slide
{
    position: relative;

    width: 600px;
    height: 680px;
    margin: 0 auto 50px;

    background: url(../img/phone-bg.png) no-repeat;
}
.slide-box
{
    position: absolute;
    top: 83px;
    left: 155px;

    overflow: hidden;

    width: 290px;
    height: 513px;
}

.pc-slide {
    position: relative;

    width: 1024px;
    height: 768px;
    margin: 0 auto 50px;

    background: url(../img/pc-bg.png)  no-repeat;
    background-size: 100% 100%;
}

.pc-slide-box {
    position: absolute;
    top: 42px;
    left: 42px;

    overflow: hidden;

    width: 941px;
    height: 520px;
}

.phone-slide-img
{
    width: 100%;
    height: 100%;
}
.swiper-container
{
    width: 100%;
    height: 100%;
}
.swiper-slide
{
    background: #fff;
}

.constellation{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.news-header {
    margin-bottom: 40px;
}
.news-title {
    font-weight: normal;
    font-size: 22px;
    position: relative;
    display: inline-block;
    width: 160px;
    color: #202020;
}
.news-title::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    border-bottom: 1px solid #202020;
    width: 30px;
    height: 5px;
}
.news-more {
    font-weight: 400;
    width: 80px;
    height: 30px;
    background: #f5f5f5;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #ccc;
    outline: none;
}
.news-content {
    margin-top: 20px;
}
.news-img-wrapper {
    float: left;
    width: 150px;
    margin-right: 18px;
}
.news-img-item {
    margin-top: 20px;
    width: 150px;
    height: 110px;
}
.news-list {
    overflow: hidden;
}
.news-item {
    display: block;
    line-height: 27px;
    color: #333;
    max-width: 350px;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
}
.news-item:hover {
    color: #81c40d;
}
.news-item::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 9px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #eee;
    border-bottom: 5px solid transparent;
}
.news-page-header {
  margin: 50px 0;
}
.news-page-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  position: relative;
}
.news-page-title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  border-bottom: 1px solid #333;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
}
.news-page-title-desc {
  text-align: center;
}
.news-page-item {
  margin-bottom: 30px;
}
.news-page-item-img img {
  width: 100%;
}
.news-page-item-title {
  font-size: 14px;
  text-align: center;
  color: #313233;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.news-page-item-title a{
  color: #313233;
}
.news-page-item-desc {
  text-align: center;
  font-size: 12px ;
  color: #9ea5a9 ;
  font-weight: normal ;
  margin-top: 8px ;
}
.news-page-tab {
  margin: 0 auto;
  background: rgb(41,104,169);
  width: 457px;
  padding: 12px 20px 12px 20px;
  border-radius: 30px;
  margin-bottom: 40px;
}
.news-page-tab a{
  color: #8db5c5;
}
.news-page-tab .active, .news-page-tab a:hover {
  color: #fff;
}
.news-page-tab-item {
  list-style: none outside none;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.page{
  padding: 15px 0;
  font-family: "Microsoft YaHei";
  margin: 30px 0;
  text-align: center;
}
.page a{
  text-decoration: none;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin:0 2px;
  padding: 0px 9px;
  border: 1px solid #e2e8ea;
}
.page a:hover,.page a.hover{
  color: #fff;
  background-color: rgb(41,104,169);
}
.page a.hover{
  cursor: default;
}
.page .prev,.page .next{
  padding: 0 3px;
}
.current{
  background: rgb(41,104,169);
  height: 40px;
  width: 40px;
  line-height: 40px;
  color:#fff;
}
.pagenum{
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.icon-news {
  background: url(../img/anli-tab-btn.png) no-repeat;
  width: 37px;
  display: inline-block;
  line-height: 25px;
  height: 30px;
  vertical-align: middle;
}
.all-news-icon-off {
  background-position: -141px 0 !important;
}
.first-news-icon-off {
  background-position: -28px 0 !important;
}
.second-news-icon-off {
  background-position: -63px 0 !important;
}
.all-news-icon-on {
  background-position: -141px -30px !important;
}
.first-news-icon-on {
  background-position: -28px -30px !important;
}
.second-news-icon-on {
  background-position: -63px -30px !important;
}