﻿body
{
    background-color: #eee;    
}



/* header */
.about-header .header_top_content
{
color: #000;
}
.about-header .header_logo_content
{
    background-color: #1bb8d9;
}

.about-header .header-nav ul
{
    margin: 0 -10px 10px;
    display: inline-block;
    vertical-align: middle;    
}
.about-header .header-nav li
{   
    float: left;
    margin: 0 10px;
}
.about-header .header-nav li a
{
    font-size: 14px;
    color: #555;    
}
.about-header .header-nav li a:hover
{
    color: #fff !important;    
}



/* innerLocation */
.innerLocation, .innerLocation a
{
    font-size: 13px; 
    color: #444;   
    line-height: 50px;
}


/* innerBox */
.innerBox .innerBox-l,.innerBox .innerBox-r
{
    display: table-cell;   
    border: 1px solid #dcdcdc;
    vertical-align: top;
}
.innerBox .innerBox-l
{
    background-color: #f7f7f7;
    width: 225px; 
    border-right: 0;
}
.innerBox .innerBox-r
{
    background-color: #fff;
    width: 975px;
    
}
.innerBox p
{
    text-indent: 2em;
    margin-bottom: 15px;
}
.about-content
{
    padding: 23px 60px;  
    color: #666;
    font-size: 16px;
}
.about-content .content-title
{
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;    
}
.about-content p
{
    font-family: "宋体" !important;
    color: #444;
	font-size: 16px;
	line-height: 1.8;    
}
.about-content hr
{
    border-style: dotted;
    border-width: 1px 0 0 0;
    border-color: #dcdcdc;    
}

.about-content a img
{
    display: inline-block;
} 

/* right-nav */
.right-nav .nav-title
{
    height: 53px;
    line-height: 53px;
    border-bottom: 3px solid #cbcbcb;
}
.right-nav .nav-title .title-img
{
    width: 55px;
    height: 100%;
    float: left;
    background-color: #1bb8d9;
    margin-bottom: -3px;
    padding-bottom: 3px;
    background: #1bb8d9 url(../Images/about-nav-icon.png) no-repeat center center;
}
.right-nav .nav-title .title-name
{
    float: right;
    width: 168px;
    height: 100%;
    font-size: 18px;
    text-indent: 1em;
    color: #555;
}
.right-nav li
{
    height: 43px;
    line-height: 43px; 
    border-top: 1px solid #dcdcdc;   
}
.right-nav li:first-child
{
    border-top: 0;    
}
.right-nav li a
{
    height: 100%;
    display: block;
    font-size: 14px;
    color: #555; 
}
.right-nav li a:before
{
    content: "";
    display: inline-block;
    margin: 0 22px 0 33px;
    width: 6px;
    height: 100%;
    background: url(../Images/nav-li-icon.png) no-repeat center center;    
    vertical-align: middle;
}

.banner .bannerBox
{
    height: 472px;  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;   
}


.customized-content
{
    margin-top: 90px;
    margin-bottom: 30px;
    border-bottom: 2px solid #c6c6c6;    
}
.step
{
    background-color: #000;  
}
.customized-step
{
    height: 46px;
    line-height: 46px;
    
}
.customized-step .title,.customized-step li strong 
{
    font-size: 30px;   
    color: #fff;    
}
.customized-step li em
{
    font-size: 18px;
    margin-left: 10px;
}
.customized-step li em,.customized-step li strong
{
    vertical-align: middle;    
}
.customized-step li,.customized-step ul,.customized-step .title
{
    float: left; 
}
.customized-step li
{
    position: relative;
    width: 155px; 
    height: 46px;
    
    text-indent: 30px;
    font-size: 0;
}
.customized-step li:after
{
    content: "";
    position: absolute;
    top: 0;
    right: -23px;
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;    
    z-index: 1;
}
.customized-step li.step-1
{
    border-radius: 5px 0 0 5px;    
}
.customized-step li.step-1,.customized-step li.step-4
{
    background-color: #aad649;   
}
.customized-step li.step-1:after,.customized-step li.step-4:after
{
    border-left: 23px solid #aad649;   
}
.customized-step li.step-2,.customized-step li.step-5
{
    background-color: #ffd14c;   
}
.customized-step li.step-2:after,.customized-step li.step-5:after
{
    border-left: 23px solid #ffd14c;   
}
.customized-step li.step-3,.customized-step li.step-6
{
    background-color: #939494;   
}
.customized-step li.step-3:after,.customized-step li.step-6:after
{
    border-left: 23px solid #939494;   
}

.customized-module
{
    padding: 0 15px;  
    margin-bottom: 65px;  
}
.customized-content p
{
    text-indent: 2em;
    color: #666;
    font-size: 18px;
    line-height: 30px;    
}
.customized-title
{
    color: #1269ac;  
    text-align: center;  
    margin-bottom: 20px;
}
.customized-title h3
{
   font-size: 48px;
   font-weight: bold;     
}
.customized-title p
{
    margin-top: 15px;
    font-size: 24px;
}
.customized-title .triangle
{
    margin-top: 6px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-top: 16px solid #1269ac;
    border-right: 16px solid transparent;    
}

.customized-category,.customized-show
{
    width: 1200px;
    margin: 0 auto;  
}
.customized-category ul
{
    margin-left: -9px;
    margin-right: -9px;
}
.customized-category li
{
    float: left;
    width: 388px;
    height: 78px;
    font-size: 24px;
    line-height: 78px;
    text-align: center;
    margin-left: 9px;   
    margin-right: 9px; 
    margin-bottom: 20px;  
    background-color: #ecf1f2;
    
    box-shadow:
        1px 0px 0 #d4dadb,
        2px 1px 0 #d4dadb,
        3px 2px 0 #d4dadb,
        4px 3px 0 #d4dadb,
        5px 4px 0 #d4dadb,
        6px 5px 0 #d4dadb,
        7px 6px 0 #d4dadb;
    
}
.customized-category li:hover
{
    background-color: #1269ac; 
    color: #fff;  
}

.customized-show ul
{
    margin-left: -8px;
    margin-right: -8px;   
    margin-top: 15px; 
}
.customized-show li
{
    float: left;
    width: 390px;
    margin-left: 7px;
    margin-right: 7px;   
}
.customized-show li img
{
    width: 390px;
    height: 242px; 
    margin-bottom: 15px;   
}
.customized-show li span
{
    font-size: 24px;
    color: #1269ac;    
}
