﻿body {
   font-family:"微软雅黑";
    overflow-x: hidden;
}

img {
    border: 0;
    max-width: 100%;
}

input {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

a {
    color: #666;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    a:hover {
        color: #065094;
    }


h1, h2, h3, h4, h5, h6, ul, li P {
    margin: 0;
    padding: 0;
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    position: fixed;
    border: solid 1px #eee;
    background-color: #fff;
}

    .header .logo {
        z-index: 9;
        float: left;
        margin-top: 25px;
        position: relative;
    }

        .header .logo img {
            max-width: 160px;
        }

    .header .tig {
        font-size: 13px;
        line-height: 100px;
    }

        .header .tig img {
            margin-top: 40px;
            margin-left: 5px;
            vertical-align: top;
        }

        .header .tig > a {
            color: #333;
        }

            .header .tig > a:hover {
                color: #065094;
            }

    .header .nav {
        float: right;
        padding-right: 50px;
    }

        .header .nav li {
            position: relative;
            line-height: 100px;
            font-size: 16px;
            margin: 0 10px;
            float: left;
            /*font-family:"微软雅黑";*/
            font-family:"微软雅黑";
        }

            .header .nav li a {
                position: relative;
                
                z-index: 9;
            }

            .header .nav li > a {
                color: #111110;
                display: inline-block;
                text-align: center;
                width: 100px;
            }

                .header .nav li > a:hover {
                    color: #065094;
                }

            .header .nav li.active > a {
                color: #065094;
            }

        .header .nav .subnav {
            top: 101px;
            width: 240px;
			margin-left: -120px;
			left: 50%;
            display: none;
            position: absolute;
            padding-bottom: 20px;
            background-color: #065094;
            background-color: rgba(6,80,148,0.8);
        }

		.header .nav .subnav:before {
			content: "";
			top: 0;
			left: 50%;
			margin-left: -6px;
			margin-top: -12px;
			position: absolute;
			border-bottom: solid 10px #065094;
			border-left: solid 10px transparent;
			border-right: solid 10px transparent;
}




            .header .nav .subnav li {
                margin: 0;
                height: auto;
                float: none;
                line-height: 24px;
                font-family: "微软雅黑";
                position: relative;
            }

                .header .nav .subnav li:before {
                    content: "";
                    top: 0;
                    width: 650px;
                    height: 1px;
                    z-index: 9999;
                    background-color: #065094;
                    position: absolute;
                }

                .header .nav .subnav li p a {
                    color: #fff;
                    font-size: 19px;
                    display: block;
                    margin: 0 30px;
                    padding: 15px 0;
                    padding-left: 10px;
                    -webkit-transition-duration: 0s;
                    transition-duration: 0s;
                    border-top: solid 1px #fff;
                    border-top: solid 1px rgba(255,255,255,0.2);
                    line-height:24px;
					

                }

                .header .nav .subnav li p {
                    float: left;
                    width: 100%;
					text-align:center;
                }

                    .header .nav .subnav li p:first-child a {
                        border: 0;
                    }

                    .header .nav .subnav li p:hover > a {
                        background-color: #2867a1;
                        /*border: 0;*/
                    }

        /*.header .nav .subnav-2 {
            width: 220px;
        }

            .header .nav .subnav-2 li p {
                width: 100%;
            }

            .header .nav .subnav-2:before {
                width: 0;
            }

            .header .nav .subnav-2 li:before {
                width: 0;
            }*/

@media (max-width:1280px) {
    .header .nav {
        padding-right: 10px;
    }

        .header .nav li {
            margin: 0 10px;
        }
}

@media (max-width:1100px) {
    .header .nav li {
        margin: 0 5px;
    }

    .header .tig {
        display: none;
    }
}

@media (max-width:1024px) {
    .header .nav {
        display: none;
    }

    .header .logo {
        margin-top: 7px;
        padding-bottom: 7px;
    }

        .header .logo img {
            height: 35px;
        }
}

.phone-nav {
    width: 100%;
    overflow: visible !important;
    right: 0;
    bottom: 0;
    display: none;
    position: relative;
    padding: 0;
    margin: 0;
    padding: 15px 0;
    position: fixed;
    z-index: 9;
}

    .phone-nav ul {
        padding: 10px 0;
        background: rgba(237,240,243,0.98);
        border-bottom: solid 1px #ddd;
    }

    .phone-nav li {
        text-align: center;
    }

.pmenu p {
    font-size: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

    .pmenu p > a {
        display: block;
        color: #065094;
    }

        .pmenu p > a:hover {
            text-decoration: underline;
        }

.pmenu li {
    width: 100%;
    padding: 0 15px;
    padding-top: 15px;
    text-align: left;
    margin-top: 10px;
    vertical-align: top;
    display: inline-block;
}

    .pmenu li dl dt > a {
        font-size: 14px;
        font-weight: normal;
        color: #065094;
    }

        .pmenu li dl dt > a:hover {
            text-decoration: underline;
        }

    .pmenu li dl dd {
        vertical-align: top;
        text-align: left;
    }

        .pmenu li dl dd a {
            font-size: 13px;
            line-height: 26px;
            display: block;
        }

.search {
    z-index: 9;
    float: right;
    margin-right: 10px;
    margin-top: 38px;
    position: relative;
}

@media (max-width:1024px) {
    .search {
        margin-top: 10px;
        margin-right: 0;
    }
}

.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative;
}

    .search .btn-search-max * {
        display: inline-block;
        vertical-align: middle;
    }

    .search .btn-search-max:active .icon1 {
        -webkit-animation: myAnimateRotateSwing .2s ease-in 1;
        animation: myAnimateRotateSwing .2s ease-in 1;
    }

.search .search-main {
    top: 63px;
    right: -285px;
    z-index: 9;
    width: 300px;
    display: none;
    padding: 10px;
    padding-top: 0;
    position: absolute;
    background-color: #e5e5e5;
}

@media (max-width:767px) {
    .search .search-main {
        top: 40px;
        right: -65px;
    }
}

@media (max-width:480px) {
    .search .search-main {
        right: -155px;
    }
}

#search-btn img {
    width: 22px;
}

.search .search-main .search-container {
    overflow: hidden;
    position: relative;
}

    .search .search-main .search-container .search-type {
        overflow: hidden;
        width: 72px;
        height: 30px;
        left: 0;
        top: 2px;
        padding: 0 10px;
        line-height: 30px;
        position: absolute;
        cursor: pointer;
    }

        .search .search-main .search-container .search-type:after {
            content: "";
            right: 10px;
            top: 50%;
            margin-top: -2.5px;
            border-style: solid dashed dashed;
            border-color: #666 transparent transparent;
            border-width: 5px;
            width: 0;
            height: 0;
            position: absolute;
        }

        .search .search-main .search-container .search-type:active {
            background-color: rgba(0,0,0,0.5);
        }

.search-controller {
    padding-top: 10px;
}

.search .search-main .search-container .form-control {
    text-align: left;
    border: 0;
    box-shadow: 0;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    background-color: #fff;
    padding: 5px 30px 5px 10px;
    -webkit-appearance: none;
}

.search .search-main .search-container .btn {
    right: 0;
    line-height: 0;
    top: 10px;
    text-align: center;
    position: absolute;
}

    .search .search-main .search-container .btn img {
        vertical-align: top;
    }

.phone-nav {
    left: 0;
    top: 35px;
    display: none;
    z-index: 99999;
    color: #065094;
}

    .phone-nav .search-bg {
        background: rgba(237,240,243,0.98);
        border-bottom: solid 2px #0078b6;
        padding: 10px 0;
    }

    .phone-nav .select-box {
        width: 99px;
        margin: 0 auto;
        text-align: center;
        float: none;
    }

        .phone-nav .select-box .nice-select {
            text-align: center;
            float: none;
        }

            .phone-nav .select-box .nice-select ul {
                top: -128px;
            }

    .phone-nav .scllor {
        height: 100%;
        overflow-y: scroll;
    }

.phone-menu {
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 7px;
    margin-left: 10px;
    display: none;
    z-index: 999;
    position: relative;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    background: url(../images/menu.png) no-repeat center center;
    cursor: pointer;
}

@media (max-width:1024px) {
    .phone-menu {
        display: block;
        margin-top: 7px;
    }
}

.phone-menu:hover {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: url(../images/menu.png) no-repeat center center #ccc;
}

.phone-close {
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 7px;
    margin-left: 10px;
    display: none;
    border-radius: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    background: url(../images/close.png) no-repeat center center #eee;
    cursor: pointer;
}

@media (max-width:1000px) {
    .phone-close {
        display: block;
    }
}

.phone-close .phone-close:focus {
    kground: url(../images/close.png) no-repeat center center #eee;
}

.select-box {
    float: right;
    padding-right: 15px;
    margin-top: 40px;
}

    .select-box .select {
        position: relative;
        width: 80px;
        min-width: 80px;
        height: 20px;
        cursor: pointer;
    }

        .select-box .select:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -2px;
            border-top: 5px solid #065094;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
        }

        .select-box .select .select_text {
            padding: 0 10px 0 10px;
            height: 20px;
            line-height: 20px;
            font-size: 14px;
            font-family:"微软雅黑";
        }

    .select-box .select_ul {
        display: none;
        position: absolute;
        top: 30px;
        left: -1px;
        font-size: 14px;
        width: 100px;
        min-width: 100px;
        background: #fff;
        list-style: none;
    }

        .select-box .select_ul li {
            line-height: 24px;
            text-indent: 10px;
        }

            .select-box .select_ul li:nth-child(2) {
                font-size: 12px;
                font-family: "微软雅黑";
            }

            .select-box .select_ul li:hover {
                color: #fff;
                background: #6aa7ea;
            }

            .select-box .select_ul li.cur {
                color: #fff;
                background: #195da3;
            }

@media (max-width:1024px) {
    .select-box {
        padding-right: 0;
        margin-top: 12px;
        margin-right: -5px;
    }
}

.banner {
    margin-top: 102px;
    overflow: hidden;
}

    .banner .slick-dots li button {
        width: 42px;
        height: 7px;
        border-radius: 0;
        background-color: #fff;
    }

    .banner .slick-dots li.slick-active button {
        background-color: #065094;
    }

@media (max-width:1024px) {
    .banner {
        margin-top: 50px;
    }

        .banner .slick-dots li {
            opacity: 0;
        }
}

@media (max-width:800px) {
    .banner {
        display: none;
    }
}

.phone-banner {
    display: none;
    margin-top: 50px;
}

@media (max-width:800px) {
    .phone-banner {
        display: block;
    }

        .phone-banner .slick-dots li {
            opacity: 0;
        }
}

.home-title {
    font-family:"微软雅黑";
    margin-top:70px;
    text-align: center;
    font-size: 28px;
    color: #1e1e1e;
    line-height: 36px;
    position: relative;
    z-index: 99;
    border-top: solid 1px #e6e6e6;
}

    .home-title span {
        top: -20px;
        left: 50%;
        margin-left: -100px;
        padding: 0 15px;
        text-align: center;
        background-color: #f5f5f5;
        position: absolute;
        display: inline-block;
    }

        .home-title span a {
            color: #1e1e1e;
        }

@media (max-width:1024px) {
    .home-title {
        margin-top: 30px;
        font-size: 18px;
    }

        .home-title span {
            margin-left: -60px;
        }
}

.home-title:hover legend a {
    color: #065094;
}

/*.phone-list-project {
    display: none;
}*/


    .phone-list-project {
        display: block;
    }

    .phone-list-project .pic {
        position: relative;
    }
        
    .phone-list-project .pic:before {
            content: "";
            top: 0;
            bottom: 0;
            width: 100%;
            display: block;
            height: 100%;
            z-index: 9;
            position: absolute;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
            -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
            background-color: rgba(0,0,0,0.5);
        }
        
         .phone-list-project .pic:hover:before{
         	 background-color: rgba(0,0,0,0);
         }

        .phone-list-project .pic:after {
            content: "";
            display: block;
            padding-bottom: 52%;
        }

        .phone-list-project .grid {
            position: relative;
        }

        .phone-list-project p {
            left: 0;
            bottom:20px;
            height: 24px;
            font-size:16px;
            text-align: center;
            width: 100%;
            z-index: 9;
            font-family:"微软雅黑";
            overflow: hidden;
            line-height: 24px;
            position: absolute;
        }

            .phone-list-project p > a {
                color: #fff;
                display: block;
            }


	.phone-list-project .slick-prev{
		width: 30px;
		height: 30px;
		margin-top:-20px;
		z-index: 999;
		left: 20px;
		/*outline: solid 1px #f30;*/
		transform:rotate(45deg);
	}
	.phone-list-project .slick-next{
		width: 30px;
		height: 30px;
		margin-top:-20px;
		z-index: 999;
		right: 20px;
		transform:rotate(-45deg);
	}

.list-project-box {
    position: relative;
}

    .list-project-box:after {
        content: "";
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 7px;
        z-index: 9;
        position: absolute;
        background-color: #cecece;
    }

    .list-project-box .made {
        background: #fff;
    }

@media (max-width:1024px) {
    .list-project-box .made {
        display: none;
    }
}

.list-project-box .madegame {
    width: 100%;
    overflow: hidden;
}

.list-project-box #list-project {
    position: relative !important;
}

    .list-project-box #list-project li {
        float: left;
        position: relative;
    }

        .list-project-box #list-project li .pic {
            width: 384px;
            height: 199px;
            position: relative;
        }

            .list-project-box #list-project li .pic:after {
                content: "";
                top: 0;
                bottom: 0;
                width: 100%;
                display: block;
                height: 100%;
                position: absolute;
                -webkit-transform-origin: center;
                -ms-transform-origin: center;
                transform-origin: center;
                -webkit-transition-duration: 1.5s;
                transition-duration: 1.5s;
                background-color: rgba(0,0,0,0.5);
            }

        .list-project-box #list-project li p {
            left: 0;
            bottom: 20px;
            height: 24px;
            font-size: 20px;
            text-align: center;
            width: 100%;
            overflow: hidden;
            line-height: 24px;
            position: absolute;
        }

            .list-project-box #list-project li p > a {
                color: #fff;
                display: block;
            }

        .list-project-box #list-project li:hover .pic:after {
            background-color: rgba(0,0,0,0);
        }

@media (max-width:1024px) {
    .list-project-box {
        padding-bottom: 20px;
    }

        .list-project-box:after {
            height: 0;
        }
}

.list-servise {
    min-height: 100px;
    margin: 0 auto;
    padding-bottom: 70px;
    position: relative;
    background: #f5f5f5;
}

    .list-servise .container {
        padding-top: 10px;
    }

    .list-servise .sitems {
        margin-top: 50px;
        text-align: center;
    }

        .list-servise .sitems .grid {
            display: block;
            padding: 40px 10px;
            margin-top: 20px;
            -webkit-transition-duration: 1s;
            transition-duration: 1s;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
        }

            .list-servise .sitems .grid:hover {
                background-color: #065094;
            }

                .list-servise .sitems .grid:hover p {
                    color: #fff;
                }

                .list-servise .sitems .grid:hover .Image .pic {
                    display: none;
                }

                .list-servise .sitems .grid:hover .Image .pic-hover {
                    display: block;
                }

        .list-servise .sitems .Image {
            display: block;
            text-align: center;
        }

                .list-servise .sitems .grid:hover p {
                    color: #fff;
                }



        .list-servise .sitems .Image {
            display: block;
            text-align: center;
        }

            .list-servise .sitems .Image img {
                display: block;
                max-width: 70px;
                margin: 0 auto;
                -webkit-transition-duration: 1.5s;
                transition-duration: 1.5s;
            }

            .list-servise .sitems .Image .pic-hover {
                display: none;
            }

        .list-servise .sitems p {
            margin-top: 10px;
            font-size: 16px;
            line-height: 18px;
            height: 36px;
            overflow: hidden;
        }

@media (max-width:1024px) {
    .list-servise .sitems {
        margin-top: 40px;
    }

        .list-servise .sitems .grid {
            padding: 20px 5px;
        }
}

@media (max-width:480px) {
    .list-servise {
        padding-bottom: 0;
        background-size: 60% 60%;
    }

        .list-servise .sitems {
            margin-top: 15px;
        }

            .list-servise .sitems .grid {
                padding: 10px 5px;
            }
}

.list-about {
    font-size: 15px;
    color: #3d3d3d;
    line-height: 30px;
    font-family:"微软雅黑";
    position: relative;
    z-index: 9;
}

    .list-about .text {
        position: relative;
        z-index: 10;
        font-family:"微软雅黑";
        padding:50px 60px 80px 60px;
    }

@media (max-width:1024px) {
    .list-about .text {
        padding: 20px 0 40px 0;
    }
}

@media (max-width:1024px) {
    .list-about:before {
        background-size: 30% 30%;
    }
}

.list-product {
    padding-bottom: 70px;
    background-color: #f5f5f5;
}

@media (max-width:1024px) {
    .list-product {
        padding-bottom: 30px;
    }
}

@media (max-width:640px) {
    .list-product {
        padding-bottom: 20px;
    }
}

.list-product-items {
    width: 1320px;
    margin: 0 auto;
    margin-top: 52px;
    margin-left: -20px;
}

    .list-product-items .slick-prev {
        border: 0;
        left: -100px;
        width: 55px;
        height: 55px;
        background: url(../images/arrows-left.png) no-repeat;
    }

    .list-product-items .slick-next {
        border: 0;
        right: -100px;
        width: 55px;
        height: 55px;
        background: url(../images/arrows-right.png) no-repeat;
    }

    .list-product-items .grid {
        margin: 0 20px;
    }
    
    .list-product-items .grid figure{
    	position: relative;
    	display: block;
    }
    .list-product-items .grid figure:after{
    	content:"";
    	display: block;
    	padding-bottom:69%;
    }

        .list-product-items .grid:hover .textbox:after {
            opacity: 1;
            width: 100%;
        }

        .list-product-items .grid:hover .textbox h3 > a {
            color: #065094;
        }

    .list-product-items .textbox {
        position: relative;
        padding: 15px 15px 40px 15px;
        background-color: #fff;
        font-family:"微软雅黑";
        border: solid 1px #ddd;
    }

        .list-product-items .textbox:after {
            content: "";
            width: 0;
            left: 0;
            bottom: 0;
            height: 15px;
            position: absolute;
            opacity: 0;
            -webkit-transition-duration: 1.25s;
            transition-duration: 1.25s;
            background-color: #065094;
        }

        .list-product-items .textbox h3 {
            font-size: 16px;
            font-weight: normal;
            position: relative;
        }

            .list-product-items .textbox h3 a {
                display: block;
                height:30px;
                line-height:30px;
                overflow: hidden;
            }

            .list-product-items .textbox h3:before {
                content: "";
                width: 50px;
                height: 1px;
                left: 0;
                bottom: -17px;
                position: absolute;
                background-color: #848484;
            }

        .list-product-items .textbox p {
            margin-top: 30px;
            font-size: 14px;
            color: #7e7e7e;
            line-height:26px;
            height: 78px;
            overflow: hidden;
            position: relative;
        }

@media (max-width:1320px) {
    .list-product-items {
        width: 100%;
        margin-left: 0;
    }

        .list-product-items .grid {
            margin: 0 13px;
        }
}

@media (max-width:1024px) {
    .list-product-items {
        margin-top: 20px;
    }

        .list-product-items .grid {
            margin: 0 5px;
        }
}

@media (max-width:360px) {
    .list-product-items .grid {
        margin: 0;
    }
}

.footer {
    padding: 20px 0;
    font-family: "微软雅黑";
    background-color: #2d2d2d;
}

    .footer .container {
        position: relative;
    }

    .footer .icon-share {
        top: 0px;
        right: 30px;
        position: absolute;
    }

        .footer .icon-share a {
            margin-left: 2px;
            display: inline-block;
        }

            .footer .icon-share a:hover img {
                border-color: #fff;
            }

        .footer .icon-share img {
            
        }

    .footer .menu a {
        color: #9a9a9a;
        font-size: 14px;
        margin: 0 20px;
        line-height: 30px;
        -webkit-transition-duration: 1.25s;
        transition-duration: 1.25s;
        display: inline-block;
    }

        .footer .menu a:hover {
            color: #fff;
        }

        .footer .menu a:first-child {
            margin-left: 0;
        }

    .footer .copy {
        margin-top:35px;
        padding-top:20px;
        position: relative;
        font-size: 13px;
        font-family:"微软雅黑";
        border-top: solid 1px #5e5e5e;
    }

        .footer .copy .icon {
            right: 0;
            top: 30px;
            position: absolute;
        }

@media (max-width:1000px) {
    .footer .menu a {
        font-size: 16px;
        margin: 0 5px;
    }
}

@media (max-width:767px) {
    .footer {
        padding: 0;
    }

        .footer .menu, .footer .icon-share {
            display: none;
        }

        .footer .copy {
            margin-top: 0;
            text-align: center;
            padding: 15px 10px;
            border: 0;
        }

            .footer .copy .icon {
                display: none;
            }
}

.footer a:hover {
    color: #fff;
}

.page-box {
    overflow: hidden;
    width: 100%;
}

.page-banner {
    text-align: center;
    margin-top: 102px;
    position: relative;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}

    .page-banner img {
        max-width: inherit;
    }

@media (max-width:1024px) {
    .page-banner {
        margin-top: 50px;
    }
}

@media (max-width:640px) {
    .page-banner {
        display: none;
    }
}

.phone-page-banner {
    display: none;
    margin-top: 50px;
    text-align: center;
}

@media (max-width:640px) {
    .phone-page-banner {
        display: block;
    }
}

.column-menu {
    height: 60px;
    font-family:"微软雅黑";
    background-color: #065094;
}

    /*.column-menu .menu-scroll {
        padding: 0 30px 0 20px;
    }*/

        .column-menu .menu-scroll .slick-list {
            padding-bottom: 5px;
        }

        .column-menu .menu-scroll .slick-prev, .column-menu .menu-scroll .slick-next {
            top: 20px;
            width: 20px;
            height: 20px;
            margin-top: 0;
            font-size: 18px;
            overflow: hidden;
        }

        .column-menu .menu-scroll .slick-prev {
            left: 3px;
            color: #999;
            border-left: solid 1px #fff;
            border-bottom: solid 1px #fff;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .column-menu .menu-scroll .slick-next {
            right: 3px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .column-menu .items {
        color: #fff;
        height: 60px;
        width: 100%;
        display: block;
        font-size: 15px;
        line-height: 60px;
        text-align: center;
        position: relative;
        padding: 0 17px;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
    }

        .column-menu .items:before {
            content: "";
            top: 0;
            right: 0;
            width: 1px;
            height: 100%;
            position: absolute;
            /*background-color: #2a68a1;*/


            background-color: rgba(255,255,255,0.3);
        }

        .column-menu .items.active {
            color: #3e3e3e;
            background-color: #fff;
            border-left-color: #fff;
            border-right-color: #fff;
        }

            .column-menu .items.active:after {
                display: block;
            }

            .column-menu .items.active:before {
                display: none;
            }

@media (max-width:767px) {
    .column-menu .items {
        padding: 0 15px;
    }
}

@media (max-width:1360px) {
    .column-menu .menu-scroll {
        padding: 0 40px;
    }

        .column-menu .menu-scroll .slick-prev {
            left: 0;
        }

        .column-menu .menu-scroll .slick-next {
            right: 0;
        }

    .column-menu .menu-scroll-3 .items {
        padding: 0 35px;
    }
}

.column-menu .menu-scroll-none {
    padding: 0;
}

@media (max-width:767px) {
    .column-menu {
        height: 40px;
    }

        .column-menu .items {
            height: 40px;
            line-height: 40px;
        }

        .column-menu .menu-scroll {
            padding: 0 30px;
        }

            .column-menu .menu-scroll .slick-slide {
                width: auto;
            }

            .column-menu .menu-scroll .slick-active {
                width: auto;
            }

            .column-menu .menu-scroll .slick-prev, .column-menu .menu-scroll .slick-next {
                top: 16px;
                width: 10px;
                height: 10px;
                margin-top: 0;
                font-size: 18px;
                overflow: hidden;
            }

            .column-menu .menu-scroll .slick-prev {
                left: 5px;
            }

            .column-menu .menu-scroll .slick-next {
                right: 5px;
            }

        .column-menu .menu-scroll-none {
            padding: 0;
        }
}

@media (max-width:767px) and (max-width:600px) {
    .column-menu .menu-scroll-none {
        padding: 0 30px;
    }

        .column-menu .menu-scroll-none .items {
            padding: 0 40px;
        }
}

#toTop {
    z-index: 9;
    width: 37px;
    height: 37px;
    bottom: 22%;
    right: 0;
    position: fixed;
    cursor: pointer;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background-color: #dbdbdb;
}

    #toTop:hover {
        background-color: #065094;
    }

@media (max-width:767px) {
    #toTop {
        bottom: 0;
    }
}

.current-location {
    color: #065094;
    padding-top: 50px;
    font-size: 16px;
}

    .current-location > a {
        color: #065094;
    }

    .current-location span {
        font-size: 20px;
    }

@media (max-width:1000px) {
    .current-location {
        padding-top: 30px;
        font-size: 16px;
    }

        .current-location span {
            font-size: 20px;
        }
}

.page-content {
    font-family:"微软雅黑";
    color: #333;
    font-size: 13px;
    line-height: 30px;
    padding-top: 50px;
    padding-bottom: 70px;
}

@media (max-width:1024px) {
    .page-content {
        line-height: 24px;
        font-size: 14px;
    }
}

@media (max-width:1000px) {
    .page-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .page-content .pimg {
            float: none;
            width: 100%;
        }
}

.menu-two {
    margin-top: 60px;
    position: relative;
}

    .menu-two:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: -25px;
        position: absolute;
        background-color: #eaeaea;
    }

    .menu-two ul {
        width: 490px;
        margin: 0 auto;
    }

    .menu-two li {
        width: 100%;
        float: left;
        height: 50px;
        z-index: 1;
        font-family:"微软雅黑";
        font-size:18px;
        position: relative;
        overflow: hidden;
        line-height: 50px;
        cursor: pointer;
        text-align: center;
        background-color: #ededed;
    }

        .menu-two li.conmenu {
            color: #fff;
            background-color: #065094;
        }

@media (max-width:690px) {
    .menu-two {
        margin-top: 40px;
    }

        .menu-two ul {
            width: 100%;
        }

            .menu-two ul li {
                height: 40px;
                font-size: 16px;
                line-height: 40px;
            }
}

@media (max-width:320px) {
    .menu-three li {
        width: 100%;
    }
}

@media (max-width:1360px) {
    .column-menu .menu-scroll-5 {
        padding: 0;
    }
}

.history-bg {
    margin-top: 50px;
    position: relative;
    margin-bottom: 523px;
}

    .history-bg .list {
        top: 0;
        left: 0;
        width: 100%;
        height: 473px;
        position: absolute;
    }

    .history-bg .list-bg {
        z-index: 9;
        height: 473px;
        position: relative;
        background: url(../images/history-bg.jpg) no-repeat top center;
    }

    .history-bg .list-bg-2 {
        z-index: 8;
        height: 473px;
        position: relative;
        background: url(../images/history-bg-2.jpg) no-repeat top center;
    }

    .history-bg .container {
        position: relative;
    }

    .history-bg .slick-initialized .slick-slide {
        outline: none;
    }

    .history-bg .grid {
        color: #fff;
        margin: 0 30px;
        padding-top: 150px;
        font-weight: normal;
    }

        .history-bg .grid dl {
            z-index: 1;
            padding: 0 30px;
            position: relative;
        }

        .history-bg .grid dt {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 20px;
            overflow: hidden;
            font-family:"微软雅黑";
        }

        .history-bg .grid dd {
            font-size: 15px;
            line-height: 20px;
        }
        
       .history-bg .grid dd .tt {
    height: 40px;
    overflow: hidden;
    line-height: 19px;
}

        .history-bg .grid .position-1 {
            position: absolute;
            bottom: -160px;
        }

        .history-bg .grid .position-2 {
            top: 0;
            position: relative;
        }

    .history-bg .box-1:after {
        content: "";
        width: 100%;
        height: 1px;
        bottom: 80px;
        position: absolute;
        background-color: #fff;
    }

    .history-bg .box-1 dl:after {
        left: 0;
        top: 68px;
        content: "";
        width: 9px;
        height: 9px;
        left: 50%;
        margin-left: -40px;
        position: absolute;
        border-radius: 50%;
        border: solid 1px #fff;
        background-color: #404040;
    }

    .history-bg .box-1 dt {
        padding-bottom: 40px;
    }

    .history-bg .box-1 .slick-prev {
        background: none;
        width: 40px;
        height: 40px;
        margin-top: 50px;
        left: -30px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: solid 1px #fff;
        border-left: solid 1px #fff;
    }

    .history-bg .box-1 .slick-next {
        width: 40px;
        height: 40px;
        margin-top: 15px;
        background: none;
        right: -30px;
        margin-top: 50px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .history-bg .box-2 {
        padding-top: 0;
    }

        .history-bg .box-2:after {
            content: "";
            width: 100%;
            height: 1px;
            bottom: 141px;
            position: absolute;
            background-color: #fff;
        }

        .history-bg .box-2 dl {
            padding: 0;
        }

            .history-bg .box-2 dl.tt-2 {
                padding-top: 290px;
            }

            .history-bg .box-2 dl:after {
                top: 257px;
                content: "";
                width: 9px;
                height: 9px;
                left: 50%;
                margin-left: -70px;
                position: absolute;
                border-radius: 50%;
                border: solid 1px #fff;
                background-color: #404040;
            }

        .history-bg .box-2 .position-3 {
            padding-top: 150px;
        }

        .history-bg .box-2 .slick-prev {
            background: none;
            width: 40px;
            height: 40px;
            margin-top:40px;
            left: -30px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            border-bottom: solid 1px #fff;
            border-left: solid 1px #fff;
        }

        .history-bg .box-2 .slick-next {
            width: 40px;
            height: 40px;
            margin-top:40px;
            background: none;
            right: -30px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            border-bottom: solid 1px #fff;
            border-right: solid 1px #fff;
        }

    .history-bg .text-dw {
        height: 180px;
        margin-top: 60px;
        position: relative;
    }

        .history-bg .text-dw:after {
            left: 0;
            bottom: -25px;
            content: "";
            width: 9px;
            height: 9px;
            left: 50%;
            z-index: 9;
            margin-left: -70px;
            position: absolute;
            border-radius: 50%;
            border: solid 1px #fff;
            background-color: #404040;
        }

        .history-bg .text-dw dl {
            bottom: 0;
            position: absolute;
        }

            .history-bg .text-dw dl:after {
                display: none;
            }

@media (max-width:1280px) {
    .history-bg .box-1 dl:after {
        top: 67px;
    }

    .history-bg .box-2 dl:after {
        top: 257px;
    }
}

@media (max-width:767px) {
    .history-bg .grid {
        margin: 0;
    }
}

@media (max-width:639px) {
    .history-bg .grid .position-1 {
        bottom: -180px;
    }

    .history-bg .box-2:after {
        bottom: 140px;
    }

    .history-bg .box-1 .slick-prev {
        background: none;
        width: 30px;
        height: 30px;
        margin-top: 15px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: solid 1px #fff;
        border-left: solid 1px #fff;
    }

    .history-bg .box-1 .slick-next {
        width: 30px;
        height: 30px;
        margin-top: 15px;
        background: none;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .history-bg .box-2 .slick-prev {
        background: none;
        width: 30px;
        height: 30px;
        margin-top: 15px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: solid 1px #fff;
        border-left: solid 1px #fff;
    }

    .history-bg .box-2 .slick-next {
        width: 30px;
        height: 30px;
        margin-top: 15px;
        background: none;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
    }
}

@media (max-width:580px) {
    .history-bg {
        margin-top: 20px;
        margin-bottom: 220px;
    }

        .history-bg .list {
            height: 200px;
        }

        .history-bg .list-bg, .history-bg .list-bg-2 {
            height: 200px;
        }

        .history-bg .grid {
            padding-top: 30px;
        }

        .history-bg .grid dt {
            font-size: 30px;
        }

        .history-bg .grid dd {
            font-size: 16px;
        }
        .history-bg .grid dd .tt{
            height: 20px;
        	overflow: hidden;
        }

        .history-bg .box-1:after {
            bottom: 65px;
        }

        .history-bg .box-1 dl:after {
            top: 61px;
            left: 80px;
        }

        .history-bg .text-dw {
            margin-top: 0;
            height: auto;
        }

            .history-bg .text-dw:after {
                display: none;
            }

            .history-bg .text-dw dl {
                position: relative;
                bottom: auto;
            }

                .history-bg .text-dw dl:after {
                    display: block;
                }

        .history-bg .box-2:after {
            bottom: 99px;
        }

        .history-bg .box-2 dl {
            padding-left: 30px;
        }

            .history-bg .box-2 dl:after {
                top: 58px;
                left: 105px;
            }

            .history-bg .box-2 dl.tt-2 {
                padding-top: 0;
            }

            .history-bg .box-2 dl dd {
                padding-top: 30px;
            }
}

@media (max-width:580px) {
    .history-bg .box-2:after {
        bottom: 78px;
    }
}

@media (max-width:400px) {
    .history-bg .box-2:after {
        bottom: 79px;
    }
}

@media (max-width:320px) {
    .history-bg .box-2:after {
        bottom: 97px;
    }

    .history-bg .box-2 dl:after {
        top: 60px;
    }

    .history-bg .box-2 dl dd {
        font-size: 14px;
    }
}

.core-content {
    width: 50%;
    float: left;
}

@media (max-width:1200px) {
    .core-content {
        width: 45%;
    }
}

@media (max-width:1070px) {
    .core-content {
        width: 40%;
    }
}

@media (max-width:1000px) {
    .core-content {
        width: 100%;
    }
}

.core-height {
    height: 70px;
}

@media (max-width:1024px) {
    .core-height {
        height: 0;
    }
}

.sust-content {
    padding-top: 20px;
}

.sidebar-a {
    width: 70%;
    float: left;
}

    .sidebar-a .part {
        margin-top: 20px;
        padding-left: 15px;
        position: relative;
    }

        .sidebar-a .part:before {
            left: 0;
            top: 11px;
            content: "";
            width: 5px;
            height: 5px;
            position: absolute;
            border-radius: 5px;
            background-color: #333;
        }

    .sidebar-a .ptext {
        color: #1b1b1b;
        font-size: 28px;
    }

    .sidebar-a .part-none {
        padding-left: 0;
    }

        .sidebar-a .part-none:before {
            width: 0;
            height: 0;
        }

@media (max-width:767px) {
    .sidebar-a {
        width: 100%;
    }

        .sidebar-a .part {
            margin-top: 10px;
        }

            .sidebar-a .part:before {
                top: 8px;
            }

        .sidebar-a .ptext {
            font-size: 20px;
        }
}

.sidebar-b {
    width: 24%;
    float: right;
    padding-right: 15px;
}

    .sidebar-b .submenu {
        background-color: #ededed;
    }

        .sidebar-b .submenu li {
            width: 100%;
            display: table;
            height:63px;
            padding-left: 25px;
            overflow: hidden;
            line-height: 20px;
            font-size: 15px;
            -webkit-transition-duration: 1s;
            transition-duration: 1s;
            border-top: solid 3px #fff;
        }

            .sidebar-b .submenu li > a {
                display: block;
                height: 40px;
                color: #282727;
                overflow: hidden;
                display: table-cell;
                vertical-align: middle;
            }

            .sidebar-b .submenu li:hover, .sidebar-b .submenu li.active {
                background-color: #065094;
            }

                .sidebar-b .submenu li:hover > a, .sidebar-b .submenu li.active > a {
                    color: #fff;
                }

@media (max-width:1024px) {
    .sidebar-b {
        margin-bottom: 15px;
    }

        .sidebar-b .submenu li {
            padding-left: 20px;
        }
}

@media (max-width:767px) {
    .sidebar-b {
        width: 100%;
        padding-right: 0;
    }

        .sidebar-b .submenu li {
            height: 40px;
            font-size: 16px;
        }
}

.lead-content {
    display: none;
    margin-top: 20px;
}

    .lead-content dl {
        padding: 50px 0;
        position: relative;
    }

        .lead-content dl dt {
            width: 15%;
            float: left;
            margin: 0;
            padding: 0;
            z-index: 9;
            position: relative;
        }

            .lead-content dl dt:after {
                content: "";
                display: block;
                padding-bottom: 100%;
            }

        .lead-content dl dd {
            width: 76%;
            float: right;
            z-index: 98;
            -webkit-transition-duration: 2s;
            transition-duration: 2s;
            position: relative;
            padding-bottom: 30px;
        }

            .lead-content dl dd:before {
                content: "";
                height: 100%;
                width: 1px;
                top: 0;
                left: -50px;
                position: absolute;
                background-color: #d3d3d3;
                -webkit-transition-duration: 1s;
                transition-duration: 1s;
            }

            .lead-content dl dd .tit {
                margin-top: 10px;
                color: #424242;
                font-size: 15px;
                margin-bottom: 10px;
                font-weight: normal;
            }

            .lead-content dl dd .txt-1 {
                font-size: 18px;
                line-height: 24px;
            }

            .lead-content dl dd .txt-2 {
                font-size: 14px;
                margin-top: 10px;
            }

        .lead-content dl:hover dd:before {
            background-color: #065094;
        }

    .lead-content .gary {
        position: relative;
        background-color: #f6f6f6;
    }

        .lead-content .gary:before {
            content: "";
            top: 0;
            left: -50%;
            display: block;
            width: 200%;
            height: 100%;
            position: absolute;
            background-color: #f6f6f6;
        }

@media (max-width:1024px) {
    .lead-content dl {
        padding: 25px 0;
    }

        .lead-content dl dt {
            width: 20%;
        }

        .lead-content dl dd {
            width: 71%;
        }
}

@media (max-width:768px) {
    .lead-content dl dt {
        width: 30%;
    }

    .lead-content dl dd {
        width: 60%;
    }
}

@media (max-width:767px) {
    .lead-content dl {
        padding: 15px 0 20px 0;
    }

        .lead-content dl dd {
            width: 100%;
            float: none;
            padding-bottom: 0;
        }

            .lead-content dl dd .txt-1 {
                font-size: 16px;
            }

    .lead-content .gary:before {
        display: none;
    }
}

@media (max-width:480px) {
    .lead-content dl {
        padding-top: 0;
    }

        .lead-content dl dt {
            width: 100%;
            margin-bottom: 10px;
        }

            .lead-content dl dt img {
                width: 100%;
            }
}

.parrows {
    line-height: 24px;
    margin-top: 25px;
    padding-left: 15px;
    position: relative;
}

    .parrows:before {
        left: 0;
        top: 11px;
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        border-radius: 5px;
        background-color: #065094;
    }

@media (max-width:1024px) {
    .parrows {
        margin-top: 15px;
    }
}

.parrows-2:before {
    background-color: #242424;
}

.en-content {
    padding: 70px 0;
  font-family:"微软雅黑";
    position: relative;
    font-size: 14px;
    color: #535353;
    line-height: 26px;
    background-color: #f2f2f2;
}

    .en-content .wleft {
        width: 66%;
        float: left;
        padding-top: 10px;
    }

    .en-content .pic {
        margin-top: 40px;
    }

        .en-content .pic img {
            margin-right: 15%;
        }

    .en-content .list {
        margin-top: 50px;
    }

        .en-content .list:nth-child(1) {
            margin-top: 0;
        }

    .en-content .pic-2 {
        margin-right: 4%;
    }

    .en-content .pic-3 {
        margin-left: 4%;
    }

    .en-content .tit {
        color: #3d3d3d;
        font-size: 24px;
        padding: 30px 0;
        font-weight: normal;
    }

@media (max-width:1260px) {
    .en-content .pic img {
        margin-right: 15px;
    }
}

@media (max-width:1200px) {
    .en-content .wleft {
        width: 57%;
    }
}

@media (max-width:960px) {
    .en-content .wleft {
        width: 100%;
    }

    .en-content .pic {
        margin-top: 20px;
    }

        .en-content .pic span {
            width: 32%;
            padding: 0 5px;
            display: inline-block;
        }

            .en-content .pic span img {
                margin-right: 0;
            }

    .en-content .fr {
        display: none;
    }
}

@media (max-width:1000px) {
    .en-content {
        padding: 30px 0;
    }
}

@media (max-width:700px) {
    .en-content .pic-2 {
        margin-right: 0;
        width: 100%;
        margin-top: -20px;
        margin-bottom: 30px;
    }

    .en-content .pic-3 {
        width: 100%;
        margin-left: 0;
        margin-top: -20px;
        margin-bottom: 30px;
    }

    .en-content .tit {
        padding-bottom: 20px;
        font-size: 20px;
    }
}

.stit {
    color: #3d3d3d;
    font-size: 24px;
    padding-top: 50px;
    padding-bottom: 15px;
    font-weight: normal;
}

@media (max-width:1000px) {
    .stit {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

.stit-2 {
    color: #2e2e2e;
    font-size: 20px;
}

@media (max-width:1000px) {
    .stit-2 {
        font-size: 16px;
    }
}

.list-service li {
    width: 35%;
    float: left;
    padding-right: 50px;
}

@media (max-width:1024px) {
    .list-service li {
        width: 50%;
    }
}

@media (max-width:1000px) {
    .list-service li {
        width: 100%;
        padding-right: 0;
    }
}

.list-service-2 {
    line-height: 30px;
    margin-top: 70px;
    color: #2e2e2e;
    font-family:"微软雅黑";
}

@media (max-width:1000px) {
    .list-service-2 {
        margin-top: 30px;
    }
}

.list-career-box {
    padding-top: 130px;
}

    .list-career-box .tel {
        line-height: 24px;
        font-size: 15px;
        color: #4d4d4d;
        float: left;
        width: 30%;
        padding-left: 24px;
        padding-bottom: 30px;
    }

        .list-career-box .tel a {
            color: #4d4d4d;
        }

            .list-career-box .tel a:hover {
                color: #065094;
            }

    .list-career-box .tel-2 {
        min-height: 680px;
    }

    .list-career-box .tit {
        font-size: 20px;
        color: #065094;
    }

    .list-career-box .mart {
        margin-top: 10px;
    }

    .list-career-box .mart15 {
        margin-top: 15px;
    }

        .list-career-box .mart15 .jz {
            padding-left: 40px;
        }

    .list-career-box .mart20 {
        margin-top: 20px;
    }

    .list-career-box .tit-jz {
        margin-top: 80px;
    }

@media (max-width:1300px) {
    .list-career-box {
        padding-top: 90px;
    }

        .list-career-box .fl {
            float: none;
            text-align: center;
        }

        .list-career-box .tel {
            width: 100%;
            border-left: 0;
            padding-left: 0;
            padding-bottom: 0;
        }

        .list-career-box .tit {
            font-size: 20px;
        }

        .list-career-box .tit-jz {
            margin-top: 40px;
        }

        .list-career-box .mart15 .jz {
            padding-left: 0;
        }

        .list-career-box .tel-2 {
            min-height: auto;
        }
}

.list-career {
    display: none;
}

.list-job {
    font-family:"微软雅黑";
}

    .list-job li {
        padding: 15px;
        -webkit-transition-duration: 1.5s;
        transition-duration: 1.5s;
        border-bottom: solid 1px #dedede;
    }

        .list-job li h3 {
            height: 24px;
            font-size:16px;
            line-height: 24px;
            font-weight: normal;
            overflow: hidden;
        }

            .list-job li h3 > a {
                color: #363636;
                display: block;
            }

        .list-job li p {
            color: #646464;
            font-size: 14px;
            line-height: 20px;
            height: 40px;
            overflow: hidden;
            margin-top: 10px;
        }

        .list-job li:hover {
            border-color: #cdd2d7;
            background-color: #dfe7ee;
        }

        .list-job li:first-child {
            border-top: solid 1px #dedede;
        }

.cesubmit > a {
    color: #fff;
    padding: 5px 15px;
    margin-top: 30px;
    display: inline-block;
    background-color: #065094;
}

    .cesubmit > a:hover {
        background-color: #0758a3;
    }

.list-market {
    font-family:"微软雅黑";
}

    .list-market .container {
        padding: 0 15px 0 16px;
    }

    .list-market li {
        float: left;
        width: 33.33%;
    }

        .list-market li .text-box {
            margin: 16px;
            position: relative;
        }

        .list-market li .Image {
            overflow: hidden;
            position: relative;
        }

            .list-market li .Image img {
                -webkit-transform-origin: center;
                -ms-transform-origin: center;
                transform-origin: center;
                -webkit-transition-duration: 1.25s;
                transition-duration: 1.25s;
            }

            .list-market li .Image:after {
                content: "";
                display: block;
                padding-bottom: 52%;
            }

        .list-market li .tit-3 {
            left: 0;
            width: 100%;
            bottom: 0;
            color: #fff;
            height: 50px;
            font-size: 16px;
            overflow: hidden;
            line-height: 0;
            text-align: center;
            position: absolute;
            line-height: 50px;
            -webkit-transition-duration: 1s;
            transition-duration: 1s;
            background-color: rgba(0,0,0,0.6);
        }

        .list-market li:hover .tit-3 {
            height: 100%;
        }

            .list-market li:hover .tit-3 span {
                margin-top: 18%;
                display: inline-block;
                border-bottom: solid 1px #fff;





                height: 43px;
 
                overflow: hidden;
            }

        .list-market li:hover .Image img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

@media (max-width:767px) {
    .list-market {
        margin-top: -10px;
    }

        .list-market .container {
            padding: 0 10px;
        }

        .list-market li .text-box {
            margin: 0 7px;
            margin-top: 15px;
        }

        .list-market li .tit-3 {
            font-size: 18px;
        }

        .list-market li:hover .tit-3 span {
            margin-top: 14%;
        }
}

@media (max-width:480px) {
    .list-market li {
        width: 100%;
    }
}

.list-market-2 {
    font-family:"微软雅黑";
}

    .list-market-2 .container {
        padding: 0 15px;
    }

    .list-market-2 fieldset {
        margin: 0 10px;
        margin-top: 20px;
        font-size: 30px;
        color: #3c3c3c;
        margin-bottom: 50px;
        font-family:"微软雅黑";
        border-top: solid 1px #b6b6b6;
    }

        .list-market-2 fieldset legend {
            padding-right: 15px;
            margin-top: -7px;
        }

    .list-market-2 ul {
        width: 1310px;
    }

    .list-market-2 li {
        float: left;
        width: 25%;
        padding: 15px;
    }

        .list-market-2 li .Image {
            display: block;
            position: relative;
        }

            .list-market-2 li .Image img {
                -webkit-transform-origin: center;
                -ms-transform-origin: center;
                transform-origin: center;
                -webkit-transition-duration: 1.25s;
                transition-duration: 1.25s;
            }

            .list-market-2 li .Image:after {
                content: "";
                display: block;
                padding-bottom: 52%;
            }

        .list-market-2 li .tit-3 {
            margin-top: 8px;
            font-size: 16px;
            height: 24px;
            color: #5c5c5c;
            line-height: 24px;
            overflow: hidden;
        }

@media (max-width:1305px) {
    .list-market-2 ul {
        width: 100%;
    }
}

@media (max-width:1000px) {
    .list-market-2 .container {
        padding: 0 20px;
    }

    .list-market-2 li {
        padding: 10px;
        width: 33.333%;
    }

    .list-market-2 fieldset {
        font-size:16px;
        margin-bottom: 30px;
    }
}

@media (max-width:640px) {
    .list-market-2 .container {
        padding: 0 5px;
    }

    .list-market-2 li {
        width: 50%;
    }
}

@media (max-width:480px) {
    .list-market-2 li {
        width: 100%;
        padding: 5px;
    }

        .list-market-2 li:first-child {
            padding-top: 0;
        }
}

.search-job {
    padding: 15px;
    color: #fff;
    margin: 20px 0 30px 0;
    background-color: #065094;
}

    .search-job input {
        width: 35%;
        padding: 7px 10px;
        line-height: 20px;
        margin-left: 10px;
        vertical-align: middle;
        border: solid 1px #00305d;
    }

        .search-job input[type="button"] {
            border: 0;
            width: auto;
            padding: 6px 15px;
            font-size:15px;
            color: #065094;
            background-color: #fff;
        }

@media (max-width:460px) {
    .search-job {
        padding: 10px;
    }

        .search-job input {
            margin-left: 5px;
            padding: 4px 10px;
            width: 47%;
        }

            .search-job input[type="button"] {
                padding: 3px 5px;
                font-size: 14px;
            }
}

.newslist dl:first-child {
    margin-top: 0;
}

.newslist dl {
    margin-top: 80px;
    overflow: hidden;
}

    .newslist dl dd {
        padding-left: 0;
        float: left;
        width: 68%;
        border-top: solid 1px #cecece;
    }

        .newslist dl dd h3 {
            margin-top: 25px;
            font-size:18px;
            height: 30px;
            margin-bottom: 10px;
            overflow: hidden;
            line-height: 30px;
            font-weight: normal;
        }

            .newslist dl dd h3 a {
                color: #333;
            }

        .newslist dl dd span {
            color: #8b8b8b;
            font-size: 14px;
        }

        .newslist dl dd p {
            height:60px;
            margin-top: 5px;
            font-size: 14px;
            line-height:30px;
            overflow: hidden;
        }

        .newslist dl dd time {
            color: #8b8b8b;
            font-size: 14px;
            line-height: 30px;
            display: block;
        }

        .newslist dl dd .more-two, .newslist dl dd .more-three {
            display: inline-block;
            line-height: 36px;
            padding: 0 30px;
            margin-top: 30px;
            font-size: 14px;
            background-color: #ededed;
            border: solid 1px #ededed;
        }

            .newslist dl dd .more-two:hover {
                border-color: #065094;
                background-color: #065094;
            }

        .newslist dl dd .mnone {
            color: #666 !important;
            background-color: #ededed !important;
            border: solid 1px #ededed !important;
        }

        .newslist dl dd .mnone-2 {
            color: #666 !important;
            background-color: #fff !important;
            border: solid 1px #ededed !important;
        }

        .newslist dl dd .more-three {
            margin-left: 20px;
            background-color: #fff;
        }

    .newslist dl dt {
        width: 26%;
        float: right;
        position: relative;
    }

        .newslist dl dt:after {
            content: "";
            display: block;
            padding-right: 0;
            padding-bottom: 77%;
        }

    .newslist dl:hover .more-two {
        color: #fff;
        border-color: #065094;
        background-color: #065094;
    }

    .newslist dl:hover .more-three {
        color: #065094;
        background-color: #fff;
        border-color: #065094;
    }

    .newslist dl:hover h3 > a {
        color: #065094;
    }

@media (max-width:1000px) {
    .newslist dl {
        margin-top: 20px;
    }

        .newslist dl dd {
            width: 63%;
        }

        .newslist dl dt {
            width: 30%;
        }

        .newslist dl dd .more-two, .newslist dl dd .more-three {
            padding: 0 15px;
            font-size: 12px;
            margin-top: 20px;
            line-height: 30px;
        }
}

@media (max-width:767px) {
    .newslist dl dd {
        width:60%;
    }

        .newslist dl dd .more-three {
            margin-left: 10px;
        }

    .newslist dl dt {
        width: 38%;
    }

    .newslist dl dd h3 {
        height: 24px;
        line-height: 24px;
    }
}

@media (max-width:640px) {
    .newslist dl dd {
        width:45%;
    }

    .newslist dl dt {
        width: 48%;
    }
}

@media (max-width:540px) {
    .newslist dl dd {
        width:100%;
        float: none;
    }

    .newslist dl dt {
        width:100%;
        float: none;
        margin-top: 10px;
    }
}

.newshow {
    color: #343434;
    font-size: 16px;
    position: relative;
}

    .newshow .title {
        color: #1b1b1b;
        font-size: 34px;
        line-height: 34px;
        font-weight: normal;
        /*padding-right: 20px;*/


        padding-right:32px;
    }

    .newshow .time {
        margin-top: 30px;
        color: #919191;
        padding: 7px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 20px;
        border-top: solid 1px #d0d0d0;
        border-bottom: solid 1px #d0d0d0;
    }

    .newshow .back {
        right: 0;
        top: 0;
        position: absolute;
    }

        .newshow .back img {
            max-width: 40px;
        }

@media (max-width:1000px) {
    .newshow .title {
        font-size: 20px;
        line-height: 24px;
    }

    .newshow .back img {
        max-width: 20px;
    }

    .newshow .time {
        margin-top: 10px;
    }
}

.list-news-related {
    margin-top: 70px;
    text-align: center;
}

    .list-news-related li:first-child {
        padding-left: 0;
    }

    .list-news-related li {
        width: 50%;
        float: left;
        padding: 0 25px;
        font-size: 15px;
    }

        .list-news-related li p {
            height: 40x;
            line-height: 40px;
            overflow: hidden;
            text-align: center;
            border: 0;
            -webkit-transition-duration: 334ms;
            transition-duration: 334ms;
            background-color: transparent;
            -webkit-transition-property: background-color,box-shadow,color;
            transition-property: background-color,box-shadow,color;
            -webkit-transition-timing-function: cubic-bezier(0, 0, .2, 1);
            transition-timing-function: cubic-bezier(0, 0, .2, 1);
            vertical-align: middle;
            z-index: 0;
            border: solid 1px #aaa;
        }

            .list-news-related li p a {
                color: #2f2f2f;
            }

        .list-news-related li .arrow-prev, .list-news-related li .arrow-next {
            width: 0;
            height: 0;
            color: #065094;
            display: inline-block;
        }

        .list-news-related li .arrow-prev {
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-right: 4px solid #065094;
        }

        .list-news-related li .arrow-next {
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 4px solid #065094;
        }

        .list-news-related li:first-child p {
            margin-left: 0;
        }

        .list-news-related li:hover .arrow-prev {
            border-right: 4px solid #fff;
        }

        .list-news-related li:hover .arrow-next {
            border-left: 4px solid #fff;
        }

        .list-news-related li:hover p {
            border-color: transparent;
            color: #fff;
            background-color: #065094;
        }

            .list-news-related li:hover p a {
                color: #fff;
            }

@media (max-width:991px) {
    .list-news-related {
        margin-top: 30px;
    }

        .list-news-related li {
            padding: 0 5px;
        }
}

.list-dowland {
    border-bottom: solid 1px #eee;
}

    .list-dowland li {
        height: 70px;
        line-height: 70px;
        overflow: hidden;
        position: relative;
        padding-left: 20px;
        -webkit-transition-duration: 1.25s;
        transition-duration: 1.25s;
        border-top: solid 1px #eee;
    }

        .list-dowland li:before {
            content: "";
            width: 4px;
            height: 4px;
            top: 35px;
            left: 5px;
            background-color: #959595;
            position: absolute;
            border-radius: 5px;
            -webkit-transition-duration: 1.25s;
            transition-duration: 1.25s;
        }

        .list-dowland li a {
            display: block;
        }

        .list-dowland li p {
            width: 65%;
            font-size: 14px;
            padding-right: 20px;
            display: inline-block;
        }

        .list-dowland li time {
            font-size: 13px;
            color: #959595;
            float: right;
            padding-right: 25%;
            display: inline-block;
        }

        .list-dowland li span {
            color: #545454;
            display: inline-block;
            position: absolute;
            right: 0;
            top: 20px;
            font-size: 13px;
            line-height: 30px;
            padding: 0 16px;
            height: 32px;
            -webkit-transition-duration: 1.25s;
            transition-duration: 1.25s;
            background-color: #ededed;
        }

        .list-dowland li:hover {
            border-color: #d4dce3;
            padding-left: 30px;
            background-color: #dae5ef;
        }

            .list-dowland li:hover:before {
                left: 15px;
                background-color: #065094;
            }

            .list-dowland li:hover span {
                color: #fff;
                margin-right: 20px;
                background-color: #065094;
            }

@media (max-width:767px) {
    .list-dowland li {
        height: 40px;
        line-height: 40px;
    }

        .list-dowland li:before {
            top: 20px;
        }

        .list-dowland li span {
            top: 3px;
        }
}

.asider-page {
   font-family:"微软雅黑";
    padding-top: 70px;
    text-align: center;
    position: relative;
}

    .asider-page .num-container {
        position: relative;
        display: inline-block;
    }

    .asider-page .prev, .asider-page .next {
        color: #707070;
        font-size: 12px;
        border: solid 1px #959595;
        background-color: #fff;
    }

        .asider-page .prev:hover, .asider-page .next:hover {
            color: #fff;
            border-color: #065094;
        }

    .asider-page span, .asider-page a {
        padding: 0 10px;
        line-height: 26px;
        vertical-align: top;
        display: inline-block;
    }

        .asider-page span.num, .asider-page a.num {
           font-family:"微软雅黑";
        }

            .asider-page span.num.active, .asider-page a.num.active {
                color: #fff;
                border: solid 1px #065094;
                background-color: #065094;
            }

        .asider-page span.iconfont, .asider-page a.iconfont {
            width: 50px;
            line-height: 34px;
        }

    .asider-page a {
        color: #464646;
        font-size: 12px;
        border: solid 1px #ededed;
        background-color: #ededed;
    }

        .asider-page a:hover {
            color: #fff;
            border: solid 1px #065094;
            background-color: #065094;
        }

    .asider-page .prev i {
        width: 0;
        height: 0;
        color: #065094;
        display: inline-block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 4px solid #065094;
    }

    .asider-page .next i {
        width: 0;
        height: 0;
        color: #065094;
        display: inline-block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #065094;
    }

@media (max-width:767px) {
    .asider-page {
        padding-top: 30px;
        padding-bottom: 0;
    }

        .asider-page a.num {
            display: none;
        }
}

.map {
    margin: 0 auto;
}

    .map dl {
        border: #d6dbe1 solid 1px;
        border-top: #458fce solid 2px;
        border-bottom: none;
        margin: 20px 0 20px 0;
    }

        .map dl:hover {
            background: #f5f8fa;
        }

            .map dl:hover dt a {
                color: #003e7e;
            }

    .map dt {
        background: #fcfcfc;
        color: #0053a8;
        font-size: 18px;
        line-height: 40px;
        border-bottom: #d6dbe1 solid 1px;
        padding: 0 0 0 20px;
    }

        .map dt a {
            color: #333;
        }

            .map dt a:hover {
                color: #003e7e;
            }

        .map dt img {
            margin-left: 20px;
        }

    .map dd {
        font-size: 12px;
        line-height: 30px;
        overflow: hidden;
        padding-top: 10px;
    }

        .map dd .p2 {
            font-size: 14px;
            padding: 0 0 0 20px;
            clear: both;
        }

            .map dd .p2 a {
                color: #333;
                font-weight: bold;
                line-height: 40px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                .map dd .p2 a:hover {
                    color: #764b00;
                }

        .map dd div {
            clear: both;
            font-size: 14px;
            overflow: hidden;
            line-height: 30px;
            border-bottom: #d6dbe1 solid 1px;
            padding: 0 20px 10px 10px;
        }

            .map dd div a {
                color: #333;
                float: left;
                padding: 0 10px 0 10px;
            }

                .map dd div a:hover {
                    color: #003e7e;
                    background: #458fce;
                    color: #fff;
                }

#menu-scroll-2 {
    display: none;
}

@media (max-width:1024px) {
    #menu-scroll-2 {
        display: block;
    }
}

.dheight {
    height: 80px;
}

@media (max-width:767px) {
    .dheight {
        height: 60px;
    }
}

@media (max-width:910px) {
    .nheight {
        padding-bottom: 15px;
    }
}

/********************************shy-add************************************/
.footer .bdsharebuttonbox a{
    border: 1px solid #686868;
    border-radius: 100%;
    max-width: 30px;

    transition-duration: 1.25s;
     display: inline-block;
    margin-left: 2px;
   
}
  .footer .bdsharebuttonbox a:hover {
                border-color: #fff;
            }
  .list-market-2 li a{
      cursor:pointer;
  }
   .current-location > a {
        color: #065094 !important;
    }

   /*搜索弹出层*/
.search_mask {
  background: url(../images/search_mask.png);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999999999999;
  top: 0;
  left: 0;

}
.search_mask .s_box {
  width: 350px;
  height: 136px;
  padding: 25px;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  position: absolute;
  margin-top: -68px;
  background: #fff;
}
.search_mask .s_box .text1 {
  text-align: center;
  line-height: 24px;
  color: #666;
  font-size: 16px;
}
.search_mask .s_box .sure {
  width: 140px;
  height: 36px;
  display: block;
  margin: 20px auto 0;
  background: #00a0e9;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  letter-spacing: 5px;
}
.asider-page span.num.active, .asider-page a.cpb {
                color: #fff;
                border: solid 1px #065094;
                background-color: #065094;
            }
.footer .copy{
    color:#666;
}
.search .search-main .search-container .btn,.search-job input[type="button"]{
    cursor:pointer;
}

