﻿@charset "utf-8";
/* CSS Document */

.ptop90 {
    padding-top: 80px;
}

body.borderB .header {
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 20px;
    font-size: 14px;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    z-index: 99999;
}

    .header .logo {
        float: left;
        /*margin-right: 50px;*/
    }

        .header .logo a {
            display: block;
            padding: 5px 0 15px 5px;
            width: auto;
            height: 40px;
        }

    .header .moblie-logo {
        width: 180px;
        height: 40px;
        padding: 5px 0;
        display: block;
        margin: 0 auto;
        display: none;
    }

        .header .moblie-logo > a,
        .header .moblie-logo > a img {
            display: block;
            height: 40px;
            max-width: 180px;
            margin: 0 auto;
        }


    .header .logo img {
        height: 60px;
        transform: scale(1, 1);
        transition: all 0.3s ease;
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

    .header .nav {
        float: right;
        margin-top: -1px;
    }

    .header .moblie-nav {
        display: none;
    }

    .header .nav li.navitem {
        position: relative;
        float: left;
        transition: all 0.4s ease-out 0s;
        padding: 10px 20px;
        height: 50px;
        line-height: 50px;
    }

        .header .nav li.navitem > a {
            color: #fff;
            transition: none ease-out .3s;
            -webkit-transition-property: color, background, text-indent, opacity;
            -moz-transition-property: color, background, text-indent, opacity;
            -ms-transition-property: color, background, text-indent, opacity;
            -o-transition-property: color, background, text-indent, opacity;
            transition-property: color, background, text-indent, opacity;
        }


            .header .nav li.navitem > a.active,
            .header .nav li.navitem:hover > a {
                color: #1e9841;
            }

        .header .nav li.navitem > a {
            color: #666;
        }

            .header .nav li.navitem > a::after {
                content: '';
                display: block;
                margin-top: -9px;
                width: 30%;
                height: 1px;
                background: transparent;
                transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            }

            .header .nav li.navitem > a.active::after {
                width: 100%;
                background: #1e9841;
            }

        .header .nav li.navitem:hover > a::after {
            width: 100%;
            background: #1e9841;
        }

.icon-angle-down {
    display: inline;
    margin-left: 10px;
}

.header .nav li.navitem ul.subnav {
    transition: all 0.3s ease-out 0s;
    position: absolute;
    border-top: #838383 3px solid;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    width: 192px;
    background: #fff;
    border: 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    top: 70px;
    left: 36%;
    margin-left: -86px;
}

    .header .nav li.navitem ul.subnav li {
        border-bottom: 1px solid rgba(0, 0, 0, .08);
    }

        .header .nav li.navitem ul.subnav li a {
            display: block;
            width: 100%;
            height: 20px;
            line-height: 20px;
            font-size: 12px;
            color: #666;
            padding: 14px 0;
            text-align: center;
            background: none;
            -webkit-transition: none ease-out .3s;
            -moz-transition: none ease-out .3s;
            -ms-transition: none ease-out .3s;
            -o-transition: none ease-out .3s;
            transition: none ease-out .3s;
            -webkit-transition-property: color, background, text-indent, opacity;
            -moz-transition-property: color, background, text-indent, opacity;
            -ms-transition-property: color, background, text-indent, opacity;
            -o-transition-property: color, background, text-indent, opacity;
            transition-property: color, background, text-indent, opacity;
        }

            .header .nav li.navitem ul.subnav li a:hover {
                background-color: #1e9841;
                color: #fff;
            }

.header.index-nav {
    padding-top: 10px;
}

.header .nav li.navitem:hover ul.subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}


.header.mini {
    z-index: 99999;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    padding-top: 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.moblie-nav-btn {
    float: left;
    padding: 10px;
    display: none;
    cursor: pointer;
}

    .moblie-nav-btn .inner {
        position: relative;
        width: 30px;
        height: 30px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    .moblie-nav-btn span.moblie-nav-bar {
        position: absolute;
        width: 30px;
        height: 1px;
        background: #999999;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    .moblie-nav-btn span.moblie-nav-bar1 {
        left: 1;
        top: 10px;
    }

    .moblie-nav-btn span.moblie-nav-bar2 {
        left: 1;
        top: 21px;
    }

body.open .moblie-nav-btn .inner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

body.open .moblie-nav-btn span.moblie-nav-bar1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
}

body.open .moblie-nav-btn span.moblie-nav-bar2 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
}




/*.footer {
    background: #1e9841;
}

.footer .contact{
	padding: 72px 0 62px;
}

.footer .footer-header{
	float: left;
	width: 18%;
	color: #fff;
}

.footer .footer-header .p1{
	font-size: 24px;
	margin-bottom: 4px;
}

.footer .footer-header .p2{
	font-size: 12px;
	color: #fff;
}

.footer .footer-guanzhu{
	float: right;
	width: 20%;
}

.footer .footer-guanzhu .p1{
	font-size: 16px;
	color: #fff;
	margin-bottom: 36px;
}

.footer .footer-guanzhu .fenxiang a{
	position: relative;
	float: left;
	display: block;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
    margin-right: 10px;
    font-size: 0;
    color: rgba(255, 255, 255, .3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: none !important;
	background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 0 0 0 30px !important;
    margin: 0 10px 0 0 !important;
}

.footer .footer-guanzhu .fenxiang a i{
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	line-height: 30px !important;
	text-align: center;
	background: none !important;
}

.footer .footer-guanzhu .fenxiang a.share-sinaWb i,
.footer .footer-guanzhu .fenxiang a.share-weixin i{
	font-size: 20px;
}

.footer .footer-guanzhu .fenxiang a.share-qqIm i{
	font-size: 18px;
}

    .footer .footer-guanzhu .fenxiang a:hover {
        background-color: #06832a !important;
        border: 2px solid #06832a;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        color: #fff;
        text-decoration: none;
    }



.footer .footer-body{
	float: right;
	width: 62%;
}

.footer .footer-body dl dt,
.footer .footer-body dl dd{
	float: left;
}

.footer .footer-body dl dt{
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-bottom: 36px;
}

.footer .footer-body dl dt a{
	font-size: 16px;
	color: #fff;
}

.footer .footer-body dl dd{
	width: 50%;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
}

.footer .footer-body dl dd a{
	font-size: 12px;
	color: #fff;
	font-family: "microsoft yahei"
}

    .footer .banquan {
        height: 44px;
        line-height: 28px;
        font-size: 12px;
        color: #8e8e8e;
        background: #fff;
        text-align: center;
    }*/




.footer {
    background: #1e9841;
    color: #fff;
}

    .footer .banquan {
        font-size: 14px;
        color: #c3c8c8;
        line-height: 22px;
        text-align: center;
        padding: 12px 0;
        background: #000000;
    }

    .footer .inner {
        padding: 50px 0 48px;
    }

        .footer .inner .logo {
            float: left;
            margin-right: 110px;
        }

            .footer .inner .logo img {
                display: block;
                height: 44px;
            }

        .footer .inner .contact {
            float: left;
            width: 330px;
            margin-right: 46px;
        }

        .footer .inner .link {
            float: left;
        }

        .footer .inner .qrcode {
            float: right;
        }

            .footer .inner .qrcode .item {
                float: left;
                margin-right: 24px;
                width: 160px;
            }

                .footer .inner .qrcode .item:last-child {
                    margin-right: 0;
                }

                .footer .inner .qrcode .item img {
                    display: block;
                    width: 160px;
                    height: 160px;
                    margin-bottom: 12px;
                }

                .footer .inner .qrcode .item p {
                    font-size: 14px;
                    color: #fff;
                    text-align: center;
                }

        .footer .inner .contact .title,
        .footer .inner .link .title {
            font-size: 20px;
            color: #fff;
            margin-bottom: 24px;
        }

        .footer .inner .contact .tel {
            font-size: 36px;
            margin-bottom: 16px;
            margin-top: -2px;
        }

        .footer .inner .contact .desc,
        .footer .inner .contact .desc a {
            color: #fff;
            line-height: 18px;
        }

            .footer .inner .contact .desc p {
                margin-bottom: 4px;
            }

        .footer .inner .link ul {
            width: 384px;
        }

        .footer .inner .link li {
            float: left;
            margin: 0 26px 12px 0;
        }

        .footer .inner .link a {
            font-size: 12px;
            color: #fff;
            transition: all .4s ease;
        }

            .footer .inner .link a:hover {
                color: #fff;
                text-decoration: underline;
            }


#fix-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #1e9841;
    color: #fff;
    display: none;
    z-index: 9999;
}
.fix-footer-list{
	width: 100%;
}
.fix-footer-list li{
	width: 20%;
	float: left;
	height: 62px;
	font-size: 12px;
}
    .fix-footer-list li a {
        display: block;
        width: 100%;
        text-decoration: none;
        color: #fff;
        text-align: -webkit-center;
    }
.fix-footer-list .list-dep{
	padding: 10px 0;
}
.fix-footer-list .list-dep img{
	display: block;
	width: 20px;
	margin: 0 auto ;
	height: auto;
	margin-bottom: 5px;
}
.fix-footer-list .list-dep p{
	text-align: center;
}
.footer-more div img {
    display: block;
    width: 62px;
    height: 62px;
    position: relative;
    /*top: -5px;*/
}












.header .moblie-nav {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    width: 240px;
    left: -240px;
    background: #fff;
    overflow: auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

    .header .moblie-nav li.item {
        position: relative;
        float: none;
        transition: all 0.4s ease-out 0s;
        padding: 0;
        height: auto;
        line-height: none;
    }

        .header .moblie-nav li.item > a {
            display: block;
            height: 50px;
            line-height: 50px;
            color: #888;
            padding: 0 25px;
        }

            .header .moblie-nav li.item > a.active {
                color: #fff;
                background: #1e9841;
            }

                .header .moblie-nav li.item > a.active .btn-icon i {
                    background: #fff;
                }

        .header .moblie-nav li.item > a {
            color: #666;
        }

            .header .moblie-nav li.item > a::after {
                display: none;
            }

            .header .moblie-nav li.item > a::before {
                content: "";
                display: inline-block;
                width: 8px;
                height: 8px;
                border: #D8D8D8 1px solid;
                border-radius: 5px;
                margin-right: 15px;
            }

            .header .moblie-nav li.item > a.active::before {
                background: #fff;
            }

        .header .moblie-nav li.item:hover > a::after {
            width: 100%;
            background: #213752;
        }


        .header .moblie-nav li.item ul.item-list {
            display: none;
        }

            .header .moblie-nav li.item ul.item-list li {
                border-bottom: 1px solid #fff;
                background: #ebebeb;
            }

                .header .moblie-nav li.item ul.item-list li a {
                    display: block;
                    height: 50px;
                    line-height: 50px;
                    color: #888;
                    padding: 0 25px;
                    font-size: 12px;
                }

                    .header .moblie-nav li.item ul.item-list li a i {
                        margin: 0 21px 0 4px;
                    }

        .header .moblie-nav li.item ul.subnav li a:hover {
            background-color: #f5f5f5;
            color: #000;
        }

        .header .moblie-nav li.item:hover ul.subnav {
            opacity: 1;
            visibility: visible;
            transform: translate3d(0px, 0px, 0px);
            -moz-transform: translate3d(0px, 0px, 0px);
            -webkit-transform: translate3d(0px, 0px, 0px);
        }


    .header .moblie-nav .btn-icon {
        width: 12px;
        height: 12px;
        position: relative;
        float: right;
        top: 19px;
    }

        .header .moblie-nav .btn-icon i {
            position: absolute;
            background: #474747;
        }

            .header .moblie-nav .btn-icon i.line1 {
                width: 12px;
                height: 2px;
                top: 5px;
                left: 0;
            }

            .header .moblie-nav .btn-icon i.line2 {
                width: 2px;
                height: 12px;
                top: 0;
                left: 5px;
                -webkit-transition: all .4s ease;
                -moz-transition: all .4s ease;
                -ms-transition: all .4s ease;
                -o-transition: all .4s ease;
                transition: all .4s ease;
            }

    .header .moblie-nav li.itemActive .btn-icon i.line2 {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }


body.open {
    overflow: hidden
}

body .wrap {
    position: relative;
    left: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

body.open .wrap {
    z-index: 99999;
    left: 240px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

body.open .header {
    left: 240px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}


    body.open .header .moblie-nav {
        left: 0;
    }


/*

.nav-moblie-zhezhao{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: url(../img/common-img/close-icon.ico) 16 16, default;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

body.open .nav-moblie-zhezhao{
	z-index: 666;
	opacity: 0.4;
    filter: alpha(opacity=40);
}

.header .nav .nav-moblie{
	position: fixed;
	z-index: 999;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #205bab;
    zoom: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: perspective(600px) rotateY(90deg);
    -moz-transform: perspective(600px) rotateY(90deg);
    -ms-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
    -webkit-transform-origin: left center 0;
    -moz-transform-origin: left center 0;
    -ms-transform-origin: left center 0;
    transform-origin: left center 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
}

.open .header .nav .nav-moblie {
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
    width: 240px;
}

.header .nav .nav-moblie li a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	padding: 0 30px;
}

.header .nav .nav-moblie li a:hover,
.header .nav .nav-moblie li.cur a{
	background: #0a408a;
}





.footer .contact{
	background: #00399a;
	color: #b8c0da;
	font-size: 14px;
	padding: 64px 0 36px;
	text-align: center;
}

.footer .contact a{
	color: #b8c0da;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.footer .contact a:hover{
	color: #fff;
}

.footer .contact .box{
	display: inline-block;
	width: 380px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 16px;
}

.footer .contact .box1{
	margin-right: 20%;
}

.footer .contact .box2{
	position: relative;
	top: -4px;
}

.footer .contact dt{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 14px;
}

.footer .contact dd,
.footer .contact li{
	line-height: 21px;
}

.footer .contact table{
	margin: 0 auto;
}

.footer .banquan{
	background: #001c4d;
	font-size: 14px;
	color: #b8bbc5;
	line-height: 20px;
	padding: 24px 16px;
	text-align: center;
}

.footer .contactType1{
	padding: 8px 0 16px;
	display: none;
}

.footer .contactType2{
	padding-top: 8px;
}

.footer .contactType a{
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.footer .contactType a.qq{
	background-image: url(../img/common-img/qq.png);
}

.footer .contactType a.weixin{
	background-image: url(../img/common-img/weixin.png);
}

.footer .contactType a.weibo{
	background-image: url(../img/common-img/weibo.png);
}

.footer .contactType a:hover{
	background-color: #73a4e6;
}



.nav-pc-list{
	position: absolute;
	width: 100%;
	top: 100%;
	background: url(../img/commob-img/blue.png) repeat;
    background: none rgba(33,91,171,0.9);
    display: none;
}

.nav-pc-list .box{
	position: relative;
	float: right;
    right: -9px;
	border-right: 1px solid #3c79cd;
}

.nav-pc-list .box .item{
	position: relative;
	float: left;
	width: 104px;
	height: 156px;
	overflow: hidden;
	padding: 24px 6px;
	border-left: 1px solid #3c79cd;
	text-align: center;
}

.nav-pc-list ul{
	position: relative;
	z-index: 2;
}

.nav-pc-list ul li a{
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-pc-list ul li a:hover{
	color: #252525;
}

.nav-pc-list .item span.bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0092dc;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-pc-list .box .hov span.bg{
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.header .nav .nav-moblie .nav-moblie-list{
	display: none;
}

.header .nav .nav-moblie .nav-moblie-list li a{
	color: #8d8d8d;
    background: #eff2f3;
    border-top: 1px solid #e3e2e2;
}


.small-banner-text{
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.small-banner-text .text{
	padding: 105px 0 115px;
}

.small-banner-text .text .p1{
	font-size: 22px;
	color: #fff;
	margin-bottom: 8px;
}

.small-banner-text .text .p2{
	position: relative;
}

.small-banner-text .text .p2 strong{
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
	padding-bottom: 20px;
}

.small-banner-text .text .p2 span.line{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 6px;
	background: #fff;
}

.nav-type{
	background: #e5e5e5;
}

.nav-type ul{
	font-size: 0;
    -webkit-text-size-adjust:none;
}

.nav-type ul li{
	display: inline-block;
	background: #2c64b1;
	width: 16%;
}

.nav-type ul li.nav-type-title{
	display: none;
}

.nav-type ul li.nav-type-title a{
	background: #2c64b1 !important;
	color: #fff !important;
}

.nav-type ul li.nav-type-title i{
	display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.nav-type ul li a{
	display: block;
	color: #fff;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-type ul li a:hover,
.nav-type ul li.cur a{
	background: #fff;
	color: #838383;
}

.fenxiang{
	padding: 64px 0 36px;
	border-bottom: 1px solid #e5e5e5;
}

.bshare-custom .bshare-more{
	font-size: 12px !important;
	font-weight: normal !important;
	color: #9b9999 !important;
}

.bshare-custom.icon-medium-plus, .bshare-custom.icon-large {
    line-height: 32px !important;
}

.bshare-custom.icon-medium-plus .bshare-qqmb,
.bshare-custom.icon-medium-plus .bshare-qzone,
.bshare-custom.icon-medium-plus .bshare-qqim,
.bshare-custom.icon-medium-plus .bshare-sinaminiblog,
.bshare-custom.icon-medium-plus .bshare-weixin{
	background-image: url(../img/main-img/share.png) !important;
	background-repeat: no-repeat !important;
}

.bshare-custom.icon-medium-plus .bshare-qqmb{
	background-position: 0 0 !important;
}

.bshare-custom.icon-medium-plus .bshare-qzone{
	background-position: 0 -41px !important;
}

.bshare-custom.icon-medium-plus .bshare-qqim{
	background-position: 0 -82px !important;
}

.bshare-custom.icon-medium-plus .bshare-sinaminiblog{
	background-position: 0 -123px !important;
}

.bshare-custom.icon-medium-plus .bshare-weixin{
	background-position: 0 -164px !important;
}

.fanye{
	padding: 36px 0 0;
}

.fanye p{
	margin-bottom: 14px;
}

.fanye p a{
	font-size: 14px;
}

.fanye p span{
	color: #7f7f7f;
	padding-left: 16px;
	font-size: 12px;
}

.fanye p a:hover{
	color: #00399a;
}

.col-3-item-box{
	width: 102%;
}

.col-3-item{
	font-size: 0;
    -webkit-text-size-adjust:none;
}

.col-3-item li{
	display: inline-block;
	width: 31.5%;
	margin-right: 1.7%;	
	margin-bottom: 3%;
}

.col-3-item li a.box{
	display: block;
	-webkit-box-shadow: 5px 8.66px 43px 0px rgba(0, 0, 0, 0.082);
	-moz-box-shadow: 5px 8.66px 43px 0px rgba(0, 0, 0, 0.082);
	box-shadow: 5px 8.66px 43px 0px rgba(0, 0, 0, 0.082);
}

.col-3-item li a.box .img{
	position: relative;
}

.col-3-item li a.box .img img{
	display: block;
	width: 100%;
	height: auto;
}

.col-3-item li a.box .img .zhezhao{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3d94e3;
	background-color: rgba(61,148,227,0.8);
	background-image: url(../img/main-img/add.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	opacity:0;
	filter:alpha(opacity=0);
	visibility: hidden;
}

.col-3-item li a.box .text{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #7c7b7b;
	text-align: center;
	font-size: 18px;
	line-height: 56px;
}

.col-3-item li a.box:hover .text{
	color: #3d94e3;
}

.col-3-item li a.box:hover .img .zhezhao{
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
	opacity:1;
	filter:alpha(opacity=100);
	visibility: visible;
}

.case-list{
	padding: 48px 0 24px;
}








































































































































































































































































































































































*/
