﻿@charset "utf-8";
/*Reset www.toprand.net*/
* {
    padding: 0;
    margin: 0;
}

body {
}

html, div, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, img, form, embed, label, b {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
}

img {
    border: none;
}

ul, ul li {
    list-style: none;
}

.cls {
    clear: both;
    line-height: 0px!important;
    height: 0px!important;
    font-size: 0px!important;
}

select, input {
    vertical-align: middle;
    font-size: 12px;
    font-family: "\5B8B\4F53";
}

.hidden {
    display: none;
}

i {
    font-style: normal;
}

html, body {
    -webkit-text-size-adjust: none;
}

table {
    border-collapse: collapse;
}

.clear {
    zoom: 1;
}

    .clear:after {
        content: '';
        display: block;
        clear: both;
    }

.pos {
    position: relative;
}

/*字体*/
.Arial {
    font-family: "Arial", Helvetica, sans-serif;
}

.yahei {
    font-family: "微软雅黑","Microsoft YaHei";
}

.song {
    font-family: "\5B8B\4F53";
}



/*颜色*/
.hei {
    color: #000;
}

.red {
    color: #ff0000;
}

/*链接*/
a {
    color: #898989;
    text-decoration: none; /*hide-focus: expression( this.hideFocus=true );outline: none;-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-mz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;*/
}

    a:hover {
        color: #7f0909;
    }

    a:active {
        color: #7f0909;
    }

/*basic*/
html {
    font-size: 63%;
}

body {
    font-family: "微软雅黑","Microsoft YaHei";
    font-size: 14px;
    font-size: 1.4rem;
    color: #707070;
    line-height: 22px;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1920px; /*overflow-x:hidden;*/
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    background: #fff;
    float: left;
    position: relative;
    z-index: 99999;
}

.head_left {
    float: right;
    width: 897px;
}

.header h1 {
	float: left;
	margin: 12px 0 0 0;
}

.home {
    float: right;
    width: 83px;
    margin-left: -100px;
}

    .home li {
        line-height: 80px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        border-left: 1px solid #eaeaea;
        float: left;
    }

        .home li a {
            display: block;
            height: 80px;
        }

            .home li a:hover, .home li a.hover {
                background: #1D345E;
                color: #fff;
            }

        .home li.list2 {
            width: 68px;
            display: none;
        }

        .home li.list3 {
            width: 80px;
        }

        .home li.list2 a span {
            background: url(../images/icon1.png) no-repeat;
            width: 24px;
            display: inline-block;
            height: 26px;
            margin: 25px 0 0 0;
        }

        .home li.list2 a:hover span {
            background-position: -24px 0;
        }

        .home li.list3 a span {
            background: url(../images/icon2.png) no-repeat;
            width: 22px;
            display: inline-block;
            height: 26px;
            margin: 25px 0 0 0;
        }

        .home li.list3 a:hover span, .home li.list3 a.hover span {
            background-position: -22px 0;
        }

        .home li.list3 {
            position: relative;
            width: 80px;
            height: 80px;
            z-index: 9999;
        }

            .home li.list3 .searchbtn {
                background: url(../images/SearchIconButton.png) no-repeat center center;
                width: 40px;
                display: block;
                height: 40px;
                border: none;
                cursor: pointer;
                outline: none;
                position: absolute;
                z-index: 10009;
                right: 32px;
                top: 19px;
            }

            .home li.list3 .searchCloseBtn {
                background: url(../images/SearchCloseButton.png) no-repeat center center;
                width: 40px;
                display: block;
                height: 40px;
                border: none;
                cursor: pointer;
                outline: none;
                position: absolute;
                z-index: 9999;
                right: 0px;
                top: 19px;
            }

            .home li.list3 .searchbtnALink {
                background: url(../images/icon2.png) no-repeat center center #1D345E;
                width: 80px;
                display: inline-block;
                height: 80px;
                border: none;
                cursor: pointer;
                outline: none;
                position: absolute;
                z-index: 100001;
                right: 0px;
                top: 0px;
            }

            .home li.list3 .searchkey {
                width: 230px;
                height: 36px;
                line-height: 36px;
                padding-left: 4px;
                padding-right: 4px;
                border: #CCC solid 1px;
                background: #fff;
                position: absolute;
                z-index: 10000;
                right: 32px;
                top: 20px;
                outline: none;
                font-size: 14px;
                font-family: "微软雅黑","Microsoft YaHei";
            }

.SearchBox {
    background: #245178;
    width: 0px;
    height: 80px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100002;
    border-left: 1px solid #dadadc;
    border-right: 1px solid #dadadc;
    overflow: hidden;
}
/*daohang*/
/*.expand{background:#fff;overflow:hidden;position:relative;width:100%; float:left; border-top:1px solid #eaeaea;}
.expand .download{width:200%; float:left;}
.expand .download .item{float:left; width:50%;padding:32px 0 40px; display:none;}
.download .download-list{ width:1200px; margin:0 auto;}
.expand .download .item-active{display:block}*/


/*.daohanglist{ float:left; width:900px; margin:7px 0 0 300px; display:inline;}
.daohanglist li{ float:left; width:160px; line-height:28px; font-size:14px; margin:0 40px 0 22px;}
.daohanglist li img{ display:block; margin-bottom:10px;}
.daohanglist2{margin:7px 0 0 325px;}
.daohanglist2 li{ width:96px; margin:0 60px 0 0;}
.daohanglist2 li p{ font-size:12px; line-height:22px;}
.daohanglist2 li h2{ padding-bottom:8px;}
.daohanglist2 li h2 a{ color:#009591;}
.daohanglist2 li.nor{ margin-right:0;}
.navbox{ width:560px; margin:0 auto;}
.nav_l{ float:left; width:160px;}
.nav_l a{ display:block; line-height:30px;}
.nav_r{ float:right; margin-top:40px;}
.nav_r a{ display:block; margin-left:10px; float:left;}*/

.flinks {
    width: 100%;
    background: #F5F5F5;
    padding-top: 27px;
    height: 255px;
}

.flinkslist li {
    float: left;
    margin: 0 60px 0 50px;
    font-size: 12px;
}

    .flinkslist li a {
        display: block;
    }

    .flinkslist li h2 {
        padding-bottom: 10px;
        font-size: 14px;
        display: block;
        overflow: hidden;
        clear: both;
    }

        .flinkslist li h2 a {
            background: url(../images/jiao1.png) right center no-repeat;
            float: left;
            padding-right: 15px;
            color: #1D345E;
        }
		.flinkslist li h2 a:hover {
            color: #1D345E;
        }
		.flinkslist li a:hover {
            color: #7f0909;
        }
.fser {
    float: right;
    height: 201px;
    border-left: 1px solid #e5e5e5;
    padding-left: 20px;
}

    .fser .tel {
        font-size: 14px;
        margin: 20px 0 0 0;
    }

        .fser .tel span {
            display: block;
			font-weight:bold;
            font-size: 36px;
            line-height: 36px;
        }

.flleft {
	float: left;
	width: 280px;
	color: #595959;
}


.share {
    font-size: 14px;
    line-height: 30px;
}

    .share a {
        background: url(../images/fxicon1.png) no-repeat;
        width: 23px;
        height: 23px;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -mz-transition: none;
        transition: none;
        display: inline-block;
    }

        .share a:hover {
            background: url(../images/fxicon2.png) no-repeat;
        }

        .share a.icon1 {
            background-position: 0 0;
            position: relative;
            top: 5px;
        }

        .share a.icon2 {
            background-position: -23px 0;
            position: relative;
            top: 5px;
        }

        .share a.icon3 {
            background-position: -45px 0;
        }

        .share a.icon4 {
            background-position: -67px 0;
        }

.footer {
	border-top: 1px solid #e5e5e5;
	background: #F5F5F5;
	padding-top: 22px;
	height: 46px;
	line-height: 26px;
	font-size: 12px;
}

    .footer img {
        float: left;
        margin-right: 16px;
    }


		.footer .wrap a:hover {
            color: #7f0909;
        }
.kuanav {
    position: fixed;
    left: 50%;
    bottom: 16%;
    width: 43px;
    z-index: 999;
    margin-left: 630px;
}

    .kuanav a {
        float: left;
        width: 43px;
        height: 43px;
        background: url(../images/kuan.png) no-repeat;
        margin-bottom: 8px;
    }

        .kuanav a:hover {
            background: url(../images/kuanhover.png) no-repeat;
        }

        .kuanav a.icon1 {
            display: none;
        }

        .kuanav a.icon2 {
            background-position: 0 -58px;
        }

        .kuanav a.icon3 {
            background-position: 0 -115px;
        }

        .kuanav a#re_top {
            background: url(../images/kuan1.png) no-repeat;
        }

            .kuanav a#re_top:hover {
                background: url(../images/kuan1hover.png) no-repeat;
            }

        .kuanav a#survey {
            background: url(../images/kuan2.png) no-repeat;
        }

            .kuanav a#survey:hover {
                background: url(../images/kuan2hover.png) no-repeat;
            }
/*text*/
.b {
    font-weight: bold;
}

.em {
    text-indent: 2em;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*字体大小*/
.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f32 {
    font-size: 32px;
}

.f36 {
    font-size: 36px;
}

.mtop {
    margin-top: 26px;
}

.blue {
    color: #41b0ae;
}
.morea{
	color: #245178;
}




.searchLeft {
    width: 202px;
    float: left;
    padding: 40px 0px 30px;
}

.searchRight {
    width: 953px;
    float: right;
    padding: 40px 0px 30px;
}

.searchLeftTop {
    color: #41b0ae;
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
}

.searchLeftTitle {
    color: #727171;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    border-bottom: 1px solid #eeeeee;
    line-height: 42px;
}

.searchLeftLink {
    padding-bottom: 30px;
}

    .searchLeftLink li a {
        line-height: 29px;
        font-size: 12px;
        color: #727171;
        border-bottom: 1px solid #eeeeee;
        display: block;
        padding-left: 23px;
        background: url(../images/dot.jpg) no-repeat left center;
    }

.searchRightBox {
    height: 103px;
    background: url(../images/searchRightBoxBg.jpg) no-repeat;
    position: relative;
    z-index: 999;
}

    .searchRightBox h3 {
        color: #727171;
        font-size: 18px;
        padding: 20px;
    }

.searchRightBoxkey {
    width: 380px;
    height: 40px;
    line-height: 40px;
    border: none;
    padding-left: 10px;
    position: absolute;
    top: 49px;
    left: 20px;
    z-index: 1000;
    outline: none;
}

.searchRightBoxbtn {
    width: 40px;
    height: 40px;
    border: none;
    background: url(../images/searchRightBoxbtn.jpg) no-repeat;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 49px;
    left: 410px;
    z-index: 1000;
    outline: none;
}

.searchRighInfo {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 25px;
}

    .searchRighInfo span, .searchRighInfo font {
        font-weight: normal;
        color: #009591;
        font-size: 12px;
    }

.searchRighList li {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #eeeeee;
}

    .searchRighList li a {
        font-size: 16px;
        line-height: 30px;
    }

    .searchRighList li p {
        font-size: 14px;
        color: #484747;
        line-height: 24px;
    }

    .searchRighList li span {
        font-size: 12px;
        color: #484747;
        line-height: 24px;
        padding-top: 10px;
        display: block;
    }


.header-wrap {
    background: #fff;
    height: 80px;
    position: relative;
    z-index: 103;
    width: 1200px;
    margin: 0 auto;
}

    .header-wrap .header-inner {
        height: 80px;
        margin: auto;
    }

.navlist {
    float: left;
    width: 750px;
    height: 80px;
    background: #fff;
}

    .navlist li {
        float: left;
        line-height: 80px;
        font-size: 14px;
        position: relative;
    }

        .navlist li.nav-1 {
            background: url(../images/jiao2.png) 55px center no-repeat;
        }

            .navlist li.nav-1 a {
                padding-right: 38px;
                cursor: default;
            }

                .navlist li.nav-1 a:hover, .navlist li.nav-1 a.hover {
	background-color: #1D345E;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: 55px center;
                }

        .navlist li a {
            color: #595757;
            padding: 0 15px 0 14px;
            display: block;
            font-family: "微软雅黑","Microsoft YaHei";
            -webkit-transition: none;
            -moz-transition: none;
            -mz-transition: none;
            transition: none;
        }

            .navlist li a:hover, .navlist li a.hover, .navlist li.on {
                color: #fff;
                background-color: #1D345E;
            }

                .navlist li.on a {
                    color: #fff;
                }

.sub-menus {
    float: left;
    width: 100%;
    position: relative;
}

    .sub-menus .sub-menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 0px;
        width: 100%;
        border-top: 1px solid #eaeaea;
        margin: 0;
        overflow: hidden;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        background: #fff;
        position: absolute;
        top: -500px;
        -webkit-transition-duration: 550ms;
        -moz-transition-duration: 550ms;
        -o-transition-duration: 550ms;
        transition-duration: 550ms;
        -webkit-transition-timing-function: cubic-bezier(0.17, 0.5, 0.44, 0.36);
        -moz-transition-timing-function: cubic-bezier(0.17, 0.5, 0.44, 0.36);
        -o-transition-timing-function: cubic-bezier(0.17, 0.5, 0.44, 0.36);
        transition-timing-function: cubic-bezier(0.17, 0.5, 0.44, 0.36);
    }

        .sub-menus .sub-menu.show {
            -webkit-transition-timing-function: cubic-bezier(0.73, 0.67, 0.77, 0.92);
            -moz-transition-timing-function: cubic-bezier(0.73, 0.67, 0.77, 0.92);
            -o-transition-timing-function: cubic-bezier(0.73, 0.67, 0.77, 0.92);
            transition-timing-function: cubic-bezier(0.73, 0.67, 0.77, 0.92);
            -webkit-transition-duration: 250ms;
            -moz-transition-duration: 250ms;
            -o-transition-duration: 250ms;
            transition-duration: 250ms;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
            top: 0;
        }

.daohanglist {
    float: left;
    /*width: 900px;
    margin: 30px 0 20px 282px;*/
    display: inline;
}

    .daohanglist li {
        float: left;
        width: 160px;
        line-height: 28px;
        font-size: 14px;
        margin: 0 40px 0 22px;
    }

        .daohanglist li img {
            display: block;
            margin-bottom: 10px;
        }

.daohanglist2 {
    /*margin: 30px 0 20px 325px;*/
    margin: 30px 0 20px 0px;
}

    .daohanglist2 li {
        width: 96px;
        margin: 0 60px 0 0;
    }

        .daohanglist2 li p {
            font-size: 12px;
            line-height: 22px;
        }

        .daohanglist2 li h2 {
            padding-bottom: 8px;
            text-align: center;
        }

            .daohanglist2 li h2 a {
            	font-weight: bold;
                color: #1D345E;
            }

        .daohanglist2 li.nor {
            margin-right: 0;
        }

.navbox {
    width: 780px;
    margin: 0 auto;
    padding: 30px 0 20px;
    margin-left: 320px;
}

.nav_l {
    float: left; /* width:400px; */
}

    .nav_l a {
        display: block;
        line-height: 30px;
    }

.nav_r {
    float: left;
    margin-top: 1px;
}

    .nav_r a {
        display: block;
        margin-left: 16px;
        float: left;
    }

.nav_l dl {
    width: 170px;
    float: left;
    display: inline-block;
}
