@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "方正大黑简体";
    src: url('…/FZDHTJW.TTF');
}
@font-face {
    font-family: "方正大标宋简体";
    src: url('…/方正大标宋简体.ttf');
}
body{
                background: #DDD;
                /*background:-webkit-radial-gradient(left top,ellipse, #14A76C, #111111);    Safari, Chrome*/
                /*background:-moz-radial-gradient(circle, #34A79C, red);    Firefox*/
                /*background: linear-gradient(to bottom right, #14A76C,#CCCCCC);*/
            }
            .main-text{
                    width: 100%;
                    height: 35px;
                    background-attachment: scroll;/*滚动*/
                    
                    
                    /*background: #FF000F;/*背景#DCDCDC 颜色#FFD*/
                    background: linear-gradient(to top right, #008B8B,#FF652F);*/
                    
                    /*background:-webkit-radial-gradient(circle, yellow, red); Safari, Chrome*/
                    /*background:-moz-radial-gradient(circle, blue, red); Firefox*/
                    
                    
                    /*text-align:center;/* 文字居中对齐*/
                    
                    
                    margin:  0px 0px ;
                    padding: 1px 1px auto;
                    text-align: center;
                }
                .main-text span{
                    font-size: 30px;
                    letter-spacing : 24px; /*字间距离*/
                    font-family:STHupo; /*STCaiyun;/*font-face : STCaiyun;*/
                    text-decoration:  blink;/*闪烁*/
                    color: #00FFCC;/*字体颜色#0000CC*/
                    
                }
                .container {
                    overflow: hidden;
                    background-color:  #008B8B;/*#ACC  #108080steelblue导航背景颜色*/
                    font-family: Arial;
                    width: 100%;
                }
                
                .container a {
                     float:     left;/*导航栏无下拉菜单,从左到右，right时相反*/
                    font-size: 16px;
                    color: white;/*导航栏无下拉菜单的字体颜色*/
                    text-align: center;
                    padding: 10px 30px  ;
                    text-decoration: none;
                    /*width: 5%;*/
                    
                }
                .dropdown {
                    float: left;/*导航栏有下拉菜单左对齐,right时将位于屏幕右侧*/
                    overflow: hidden;
                }
                .dropdown .dropbtn {
                    cursor: pointer;
                    font-size: 16px;    
                    border: none;
                    outline: none;
                    color: white;
                    padding: 10px 16px;
                    background-color: inherit;
                    /*width: 150px;*/
                }
                .dropdown .dropbtnX {/*导航栏下拉菜单 配置*/
                    cursor: pointer;
                    font-size: 16px;    /*导航栏下拉菜单 字体大小*/
                    border: none;
                    outline: none;
                    color: white;
                    padding: 10px 16px;
                    background-color: inherit;/*下拉菜单按钮，背景，继承*/
                    /*width: 150px;*/
                }
                .dropdown .dropbtnC {
                    cursor: pointer;
                    font-size: 16px;     /*导航栏下拉菜单 字体大小*/
                    border: none;
                    outline: none;
                    color: white;
                    padding: 10px 16px;
                    background-color: inherit;/*下拉菜单按钮，背景，继承*/
                    /*width: 150px;*/ 
                    }
                    .dropdown .dropbtnR {
                    cursor: pointer;
                    font-size: 16px;     /*导航栏下拉菜单 字体大小*/
                    border: none;
                    outline: none;
                    color: white;
                    padding: 10px 16px;
                    background-color: inherit;/*下拉菜单按钮，背景，继承*/
                    /*width: 150px;*/ 
                    }
                .container a:hover, .dropdown:hover .dropbtn , .dropdown:hover .dropbtnC ,  .dropdown:hover .dropbtnX , .dropdown:hover .dropbtnR {
                    background-color: #FF652F;/*red鼠标移动上面时，背景显示为红色*/
                    color: #FFE400;/*鼠标移动上面时，字体颜色*/
                }
                .dropdown-content {
                    /*g下拉菜单CS*/
                    display: none;
                    position: absolute;
                    background-color: #EEE2DC;/*下拉菜单背景，同导航栏#84CEEB#C1C8E4#FCCD04#FAED26   */
                    min-width: 160px;
                    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
                    z-index: 1;
                }
                .dropdown-content a {
                    float: none;
                    color: #14A76C;/*下拉菜单  字体颜色green 同导航栏背景色   */
                    padding: 2px 3px;
                    text-decoration: none;
                    display: block;
                    text-align: center;
                }
                .dropdown-content a:hover {
                    background-color: #FFE400;/*鼠标移动至下拉菜单的背景颜色*/
                    color: #D82F87;/*鼠标移动至下拉菜单的字体颜色 #272727  #A64AC9   */
                }
                .show {
                    display: block;
                } 
                .container  .text_color_1{color:#FF652F;}/*单独设置一个项目的字体颜色*/
                
                
                @media(max-width:600px){
                	.w1180{width:100%;}
                	.intop{height:auto;}
                	.intop .fr{display:none;}
                	.intop .fl img{width:85%;padding-left:3%;margin-bottom:3%;}
                	.main-text span{
                        font-size: 1rem;
                        color: #0000CC;/*字体颜色#0000CC*/
                        
                    }
                }
            
            
            