﻿
/* === 页面主体层 === */
.banner
{
	/*width: 100%;*/
    width: 1300px;
	min-width: 1300px;
    min-height:260px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0;
}


.mid-wrap
{
    width: 1300px;
    /*padding-top: 75px;*/
    clear: both;
}

.path-div
{
    padding-top: 150px;
}

.path
{
    padding-left: 25px;
	margin-top: 20px;
}
    .path>a
    {
	    font-size: 14px;
	    color: #bbbbbb;
    }
        .path>a:hover
        {
	        color: #0061b3;
        }
    .path>.current-page
    {
	    color: #ffffff;
    }

.page-title
{
    color: #FFFFFF;
	font-size: 36px;
	margin-left: 25px;
}


.mid-content
{
    width: 100%;
	background-color: #FFFFFF;
	/*margin-top: 48px;*/
}

.content-wrap
{
    width: 1160px;
    padding-top: 50px;
}



/* === 内容节层 === */
.mid-nav
{
    padding-top: 15px;
    margin-left:10px;
    width: 1300px;
}
    .mid-nav>li{
	    display: block;
	    list-style: none;
	    float: left;
	    width: 180px;
	    height: 46px;
	    line-height: 46px;
	    text-align: center;
	    color: #666666;
	    background-color: #F5F5F5;
	    cursor: pointer;
	    border-top-right-radius:6px;
	    border-top-left-radius:6px;
    }
        .mid-nav > li:not(:first-child)
        {
            margin-left: 4px;
        }
.mid-nav .active,.mid-nav>li:hover{
	background-color: #0061b3;
	color: #FFFFFF;
	cursor: pointer;
}

.oversea-wrap
{
	width: 1180px;
}
.oversea-ul
{
	margin-left: -12px;
}
    .oversea-ul>li
    {
	    float: left;
	    margin-left: 12px;
	    margin-top: 12px;
    }
    .oversea-ul .special-li-1
    {
        width: 76px;
        height: 217px;
        background-color: #eeeeee;
    }

.vertical-layout
{
    width: 26px;
    height: 100%;
    vertical-align: middle;
    display: table;
}
.vertical-layout-cell
{
	display: table-cell;
	font-size: 26px;
	color: #0061b3;
	vertical-align: middle;
}

.child-page-wrap
{
    width: 100%;
    padding-bottom: 30px;
}
.title-wrap
{
	font-size: 26px;
    font-weight: bolder;
	/*color: #0061b3;*/
	border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}
    .title-wrap>.page-name
    {
	    display: inline-block;
	    /*height: 40px;*/
	    line-height: 40px;
	    /*padding: 0 15px;*/
	    /*background-color: #0061b3;*/
	    color: #0061b3;
	    border-radius: 5px;
    }
    .title-wrap>.child-page-title
    {
	    /*margin-left: 18px;*/
    }

.center-wrap
{
	/*width: 1160px;*/
	/*min-height: 380px;*/
	padding-top: 30px;
	/*background-repeat: no-repeat;*/
}
.center-content
{
	font-size: 20px;
	/*color: #666666;*/
    /*padding-top:15px;*/
	line-height: 30px;
}
.center-img
{
	display: block;
	margin: 25px auto;
}
.img-table
{
    margin-top:20px; 
    display:table;
}
.img-table-row
{
    display:table-row;
}
.img-table-cell
{
    display:table-cell;
}

.title_underline
{
	font-size: 26px;
	color: #333333;
	line-height: 75px;
	font-weight: 500;
}
.line-img
{
	display: block;
	margin: 0;
}


.intro-wrap
{
	width: 100%;
	padding-bottom: 30px;
    border-bottom:1px dashed #dddddd;
    padding-top: 50px;
}
    .intro-wrap .title
    {
        font-size: 26px;
	    color: #333333;
	    font-weight: 100;
    }
    .intro-wrap .special-title-1
    {
        color: #0061b3;
        font-weight: bold;
    }
    .intro-wrap .title-bottomline-img
    {
        float: left;
    }
    .intro-wrap .words
    {
	    margin-top: 25px;
	    font-size: 18px;
	    color: #666666;
	    line-height: 35px;
    }
    .intro-wrap .function-words
    {
	    font-size: 26px;
	    color: #0061b3;
    }
    .intro-wrap>.function-img
    {
 	    /*width: 100%;*/
 	    margin-top: 25px;
     }
    .intro-wrap:first-child
    {
        padding-top: 20px;
    }
    .intro-wrap:last-child
    {
        border-bottom:none;
    }

.intro-wrap-min-height
{
    min-height: 300px;
}
.intro-wrap-right-img
{
    float: right;
    width: 423px;
    padding-top: 65px;
}
.intro-wrap-left-words
{
    /*float: left;*/
    max-width: 700px;
    margin-left: 0px;
}


/* *** 多图带文字描述模式 *** */
.ul-wrap
{
	width: 1200px;
}
    .ul-wrap>ul>li
    {
	    margin-top: 30px;
	    float: left;
	    width: 368px;
	    height: 448px;
	    border: 1px solid #dddddd;
	    border-bottom: 2px solid #0061b3;
    }
        .ul-wrap > ul > li:first-child
        {
            clear: both;
        }
        .ul-wrap>ul>li>img
        {
	        width: 370px;
            height: 260px;
            margin-left: -1px;
        }
        .ul-wrap>ul>li:nth-child(3n-1)
        {
	        margin-left: 25px;
        }
        .ul-wrap>ul>li:nth-child(3n)
        {
	        margin-left: 25px;
        }
    
.img-bottom-wrap p
{
    margin-top: 20px;
	color: #0061b3;
	line-height: 25px;
	font-weight: bold;
	padding: 0 25px 10px 25px;
}
.img-bottom-wrap span
{
	display: block;
	width: 320px;
	font-size: 14px;
	color: #333333;
	line-height: 25px;
}

.contact-title
{
    padding-top:50px; 
    padding-bottom:30px;
    text-align:center;
    font-weight:bold;
    font-size:50px;
}
.contact-info
{
    padding-top:20px; 
    font-size:18px;
}
.weixin
{
    padding-top:20px;
    text-align:center;
}

/* *** 多段文字模式 *** */
.ul-word-wrap
{
    width: 1160px;
}
    .ul-word-wrap>ul>li
    {
        margin-left:20px;
	    text-indent: 8px;
        list-style-type: disc;
    }

/* *** 多段文字模式(表格页面模板) *** */
.tb-ul-word-wrap
{
    width: 580px;
}
    .tb-ul-word-wrap>ul>li
    {
        /*margin-left:20px;*/
	    /*text-indent: 8px;*/
        list-style-type: none;
    }



    /* *** 多图模式 *** */
.img-list
{
    margin-top:25px;
	width: 100%;
}
.img-list-td-left
{
    padding-right:10px;
    padding-bottom:10px;
    padding-top:10px;
}
.img-list-td-right
{
    padding-left:10px;
    padding-bottom:10px;
    padding-top:10px;
}
.div-img
{
    height: 420px;
}
.img-title
{
	padding-top: 380px;
}
    .img-title>p
    {
        padding-right:20px; 
        text-align:right;
        font-weight:bold;
        color:#ffffff;
    }

.midMap
{
 	color: #666666;
 	padding-left: 26px;
 	position: relative;
 }
.midMap>img
{
	position: absolute;
	left: 0;
	top: 2.5px;
}
.midMap-div
{
    width: 1200px;
}
    .midMap-div>ul
    {
        margin-left: -13px;
	    margin-top: 10px;
    }
        .midMap-div>ul>li
        {
	        list-style: none;
	        float: left;
	        margin-left: 13px;
	        margin-top: 12px;
        }

.clear-both
{
    clear: both;
}


/* === 页面末尾空白 === */
.content-bottom
{
    height: 20px;
}


