/* CSS Document */
/* html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}
 */


#banner {
    overflow: hidden;
    position: relative;
}

    #banner .silder li {
        float: left;
    }

    #banner li img {
        width: 100%;
    }



    #banner .content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 999;
        padding:0;
    }

        #banner .content .title {
            padding: 15px;
            background: rgba(0,86,167,0.8);
            filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#9F8f283c,endcolorstr=#9F8f283c);
        }

            #banner .content .title h3 {
                text-align: center;
                font-size: 18px;
                line-height: 20px;
                color: #fff;
                font-weight: bold;
                padding-bottom: 10px;
                position: relative;
                margin:0;
            }

                #banner .content .title h3 span {
                    display: block;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 12px;
                    line-height: 20px;
                    font-weight: 100;
                }

                #banner .content .title h3:before {
                    position: absolute;
                    content: "";
                    left: 50%;
                    bottom: 0;
                    margin-left: -195px;
                    width: 390px;
                    height: 1px;
                    background: #fff;
                    display: block;
                }

                #banner .content .title h3:after {
                    position: absolute;
                    left: 50%;
                    margin-left: -3px;
                    bottom: -2px;
                    width: 6px;
                    height: 6px;
                    background: #fff;
                    content: "";
                    display: block;
                }

        #banner .content .main {
        }

            #banner .content .main li {
                float: left;
                width: 25%;
            }

                #banner .content .main li:last-child .item .item_title {
                    border-right: none;
                }

            #banner .content .main .item {
                position: relative;
            }

                #banner .content .main .item .item_title {
                    border-right: 1px solid #ccc;
                    background: #fff;
                    padding: 20px;
                    position: relative;
                }

                    #banner .content .main .item .item_title h3 {
                        font-size: 14px;
                        line-height: 20px;
                        color: #161616;
                        text-align: left;
                        margin: 0 15px;
                        padding: 5px;
                        padding-left: 80px;
                    }

                    #banner .content .main .item .item_title .triangle {
                        position: absolute;
                        left: 50%;
                        margin-left: -10px;
                        bottom: -15px;
                        width: 0;
                        height: 0;
                        border-left: 15px solid transparent;
                        border-right: 15px solid transparent;
                        border-top: 15px solid #fff;
                        z-index: 99;
                    }

            #banner .content .main .Item1 .item_title h3 {
                background: url(../imgeas/icon/icon_01.png) no-repeat left center;
            }

            #banner .content .main .Item2 .item_title h3 {
                background: url(../imgeas/icon/icon_02.png) no-repeat left center;
            }

            #banner .content .main .Item3 .item_title h3 {
                background: url(../imgeas/icon/icon_03.png) no-repeat left center;
            }

            #banner .content .main .Item4 .item_title h3 {
                background: url(../imgeas/icon/icon_04.png) no-repeat left center;
            }


            #banner .content .main .Item1:hover .item_title h3 {
                background: url(../imgeas/icon/icon_red_01.png) no-repeat left center;
            }

            #banner .content .main .Item2:hover .item_title h3 {
                background: url(../imgeas/icon/icon_red_02.png) no-repeat left center;
            }

            #banner .content .main .Item3:hover .item_title h3 {
                background: url(../imgeas/icon/icon_red_03.png) no-repeat left center;
            }

            #banner .content .main .Item4:hover .item_title h3 {
                background: url(../imgeas/icon/icon_red_04.png) no-repeat left center;
            }

            #banner .content .main .item .item_title h3 span {
                font-size: 12px;
                display: block;
                font-weight: 100;
            }


            #banner .content .main .item .box {
                position: relative;
                overflow: hidden;
            }

                #banner .content .main .item .box .intro {
                    position: absolute;
                    left: 0;
                    top: 100%;
                    width: 100%;
                    height: 100%;
                    padding: 30px 20px 20px;
                    background: rgba(57, 108, 173, 0.82);
                    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8F000000,endcolorstr=#8F000000);
                    box-sizing: border-box;
                    text-align: center;
                    transition: all 0.5s linear;
                    -o-transition: all 0.5s linear;
                    -moz-transition: all 0.5s linear;
                    -webkit-transition: all 0.5s linear;
                    color: #fff;
                }

                    #banner .content .main .item .box .intro p {
                        color: #fff;
                        font-size: 12px;
                        line-height: 20px;
                        text-align: left;
                    }

                    #banner .content .main .item .box .intro a {
                        color: #579BDA;
                        font-size: 12px;
                        line-height: 20px;
                        background-color: #fff;
                        display: inline-block;
                        margin: 20px auto;
                        padding: 2px 5px;
                    }

            #banner .content .main .item .pic {
                font-size: 0;
                height: 160px;
            }

                #banner .content .main .item .pic img {
                    width: 100%;
                }

            #banner .content .main .item:hover .item_title {
                background-color: #1566B1;
            }

                #banner .content .main .item:hover .item_title h3 {
                    color: #fff;
                }

                #banner .content .main .item:hover .item_title .triangle {
                    border-top: 15px solid #1566B1;
                }

            #banner .content .main .item:hover .box .intro {
                top: 0;
            }

.section {
}

    .section .title {
    }

        .section .title h3 {
            text-align: center;
            color: #1566B1;
            font-size: 20px;
            line-height: 30px;
            margin: 15px 0;
            position: relative;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

            .section .title h3 .En {
                display: block;
                text-transform: uppercase;
                font-size: 14px;
                line-height: 20px;
                font-weight: 100;
                color: #161616;
            }

            .section .title h3:before {
                position: absolute;
                content: "";
                left: 50%;
                bottom: 0;
                margin-left: -80px;
                width: 160px;
                height: 1px;
                background: #ccc;
                display: block;
            }

            .section .title h3:after {
                position: absolute;
                left: 50%;
                margin-left: -3px;
                bottom: -2px;
                width: 6px;
                height: 6px;
                background:#1566B1;
                content: "";
                display: block;
            }


#News {
    padding: 20px;
}

    #News .main {
        margin: 30px 0 10px;
    }

        #News .main .left {
            float: left;
            width: 48%;
        }

        #News .main .right {
            float: right;
            width: 52%;
        }

            #News .main .right ul {
                display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
                display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
                display: -ms-flexbox; /* TWEENER - IE 10 */
                display: -webkit-flex; /* NEW - Chrome */
                display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
                flex-direction: column-reverse;
                align-items: flex-start;
            }

        #News .main .newshot {
            border: 1px solid #ccc;
            padding: 20px 10px;
        }

            #News .main .newshot .left {
                width: 38%;
            }

            #News .main .newshot .pic {
            }

                #News .main .newshot .pic img {
                    width: 100%;
                }

            #News .main .newshot .right {
                width: 60%;
            }

            #News .main .newshot .pic {
                text-align: left;
            }

            #News .main .newshot .intro {
                margin-right: 10px;
            }

                #News .main .newshot .intro h3 {
                    font-size: 14px;
                    line-height: 20px;
                    color: #131313;
                    text-align: left;
                    padding: 5px 0;
                    font-weight: 100;
                }

                    #News .main .newshot .intro h3 span {
                        display: block;
                        font-size: 16px;
                        line-height: 30px;
                        font-weight: 100;
                        color: #717171;
                    }

                    #News .main .newshot .intro h3 .day {
                        font-size: 34px;
                        line-height: 36px;
                        color: #4b4b4b;
                    }

                #News .main .newshot .intro p {
                    font-size: 12px;
                    line-height: 22px;
                    color: #818181;
                }

                #News .main .newshot .intro a {
                    text-align: right;
                    display: inline-block;
                    color:#CA5656;
                    float: right;
                }

        #News .main .right .item {
            margin-left: 20px;
            margin-bottom: 0px;
        }

            #News .main .right .item:hover {
                color: #8f283c;
            }

                #News .main .right .item:hover .date h3 {
                    color:#1566B1;
                }

                    #News .main .right .item:hover .date h3 span {
                        color: #1566B1;
                    }

                #News .main .right .item:hover .intro h3 {
                    color: #1566B1;
                }

            #News .main .right .item .left {
                width: 16%;
            }

            #News .main .right .item .right {
                width: 83%;
            }

            #News .main .right .item span {
                display: block;
            }

            #News .main .right .item .date {
                border: 1px solid #ccc;
                padding: 10px;
                display: block;
            }

                #News .main .right .item .date h3 {
                    font-size: 16px;
                    line-height: 25px;
                    color: #717171;
                    font-weight: 100;
                }

                    #News .main .right .item .date h3 span {
                        font-size: 30px;
                        line-height: 30px;
                        color: #4b4b4b;
                        text-align: left;
                    }

            #News .main .right .item .intro {
                text-align: left;
                padding: 10px 0;
                padding-left: 10px;
            }

                #News .main .right .item .intro h3 {
                    font-size: 14px;
                    line-height: 26px;
                    color: #131313;
                }

                #News .main .right .item .intro p {
                    font-size: 12px;
                    line-height: 20px;
                    color: #818181;
                }

                 #News  .responsive {position:relative;}
            #News  .responsive .slick-prev {           
            background-image: url(../imgeas/icon/news_left.png);
            background-repeat: no-repeat;
            background-color: #9e9e9e;
            width: 23px;
            height: 23px;
            margin-left:-33px;
             border:none;
             outline:none;
              left:50%;
              top:100%;
             
        }
            #News  .responsive{padding:0;}

        #News  .responsive .slick-next {
           
            background-image: url(../imgeas/icon/news_right.png);
            background-repeat: no-repeat;
            background-color: #9e9e9e;
            width: 23px;
            height: 23px;
            border:none;
            outline:none;
            position:absolute;
             top:100%; left:50%;
             margin-left:8px;
        }

        #News .responsive button:hover {
            background-color: #336699;
            cursor: pointer;
        }

     


#AboutUs {
    background: url(../imgeas/img/About_bg.jpg) no-repeat center center;
    height: 460px;
    padding: 20px 0;
}

    #AboutUs .title {
        margin: 50px 0 40px;
    }

    #AboutUs .main {
    }

        #AboutUs .main .left {
            float: left;
            width: 44%;
        }

        #AboutUs .main .right {
            float: right;
            width: 53%;
        }

        #AboutUs .main .pic {
            overflow: hidden;
        }

            #AboutUs .main .pic img {
                transform: scale(1,1);
                transition: all 0.5s linear;
                width: 100%;
            }

            #AboutUs .main .pic:hover img {
                transform: scale(1.2,1.2);
            }

        #AboutUs .main .intro {
            padding: 20px 0;
        }

            #AboutUs .main .intro p {
                font-size: 12px;
                line-height: 26px;
            }

            #AboutUs .main .intro a {
                display: inline-block;
                background: #1566B1;
                color: #FFF;
                font-size: 12px;
                padding: 5px 10px;
                margin: 15px 0;
            }


#Cooperation {
    padding: 20px 0 30px;
}

    #Cooperation .main {
        padding: 0 20px;
        margin: 20px auto;
        position: relative;
        /*overflow: hidden;*/
    }

        #Cooperation .main li {
            width: 12.5%;
            float: left;
        }

        #Cooperation .main .pic {
            text-align: center;          
        }

            #Cooperation .main .pic img {
                margin: 0 auto;
              width:auto;
              max-width:100%;
            }
                    
        #Cooperation .main .responsive2{position:relative;}

      #Cooperation .main  .responsive2 .slick-prev,#Cooperation .main .responsive2 .slick-next {
            width: 10px;
            height: 15px;
            position: absolute;
            top: 50%;
            margin-top: -8px;
            display: block;
            cursor: pointer;
        }
      .slick-dots{display:none !important;}
        #Cooperation .main .responsive2 .slick-prev {
            left: 0;
            background: url(../imgeas/icon/icon_left.png) no-repeat center;
        }

        #Cooperation .main .responsive2 .slick-next {
            right: 0;
            background: url(../imgeas/icon/icon_right.png) no-repeat center;
        }



@media(max-width:1200px) {



    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
}

@media(max-width:1024px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    #banner .content {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    #News .main .right .item .left {
        width: 20%;
    }

    #News .main .right .item .right {
        width: 80%;
    }

    #banner .content .main .item .item_title {
        padding: 10px;
    }

    #banner .content .main .item .box .intro {
        padding: 20px 10px 10px;
        position: relative;
        border-right: 1px solid #fff;
        left:0; top:0;
    }

        #banner .content .main .item .box .intro a {
            margin: 5px auto;
        }
}



@media(max-width:768px) {

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    #banner .content .main li {
        width: 50%;
    }

    #banner {
        height: auto;
    }


        #banner .content .title h3:before {
            margin-left: -100px;
            width: 200px;
        }


    #AboutUs .main .intro {
        padding: 0;
    }

    #AboutUs .main .pic {
        overflow: hidden;
    }
    #AboutUs .main .left{width:100%;}
     #AboutUs .main .right{width:100%;}

        #AboutUs .main .pic img {
          
        }


    #News {
        padding: 0;
    }

        #News .main .left {
            width: 100%;
        }

        #News .main .right {
            width: 100%;
        }

        #News .main .newshot .left {
            width: 30%;
        }

        #News .main .newshot .right {
            width: 68%;
        }

        #News .main .right .item .left {
            width: 15%;
        }

        #News .main .right .item .right {
            width: 85%;
        }

        #News .main .right .item {
            margin: 10px 0;
        }



    #Cooperation .main li {
        width: 25%;
    }
}

@media(max-width:480px) {

    #banner .content .main li {
        width: 100%;
    }

    #Cooperation .main li {
        width: 50%;
    }

    #banner .content .main .item {
        box-shadow: 3px 3px 3px #ccc;
    }

        #banner .content .main .item .box .intro {
            position: relative;
        }

    #News .main .left {
        display: none;
    }

    #News .main .right .item .left {
        display: block;
        width: 20%;
    }

    #News .main .right .item .right {
        width: 78%;
    }

    #News .main .right .item .date h3 {
        font-size: 14px;
    }

    #AboutUs {
        height: auto;
    }

        #AboutUs .main .left {
            width: 100%;
        }

        #AboutUs .main .pic img {
            left: 0;
        }

        #AboutUs .main .right {
            width: 100%;
        }
}
