﻿/*
    公共样式、可供其他模板页使用
*/

form{width:100%;}

a {text-decoration:none;color:#5091A9;}

a:hover{text-decoration:underline;cursor:pointer;}

/*p{margin:0px;padding:0px;line-height:20px;}*/

#header {
  
    color: white;
    width: 100%;
    height: 90px;
    /*font-size: 14px;*/
}

.header_language{
	margin-top:43px;
	float:right; 
	width:250px;
    height:47px;
    /*font-family:宋体;*/
	margin-right:10px;
	
}
.header_language p{
	/*float:inherit ;
	text-align:right;
	width:100%;height:20px;
	margin-top:15px;*/
}

.header_language a{color:white;}

#footer{
	color:White ;
	width:800px;
    height:auto;
	background-color:rgb(14,78,150);
    clear:both;	
    /*font-size:small;*/
    /*position:fixed;
    bottom:0;*/
}
/*#content
{
    margin-bottom:70px;
}*/
#footer p{
	line-height:20px;
	text-align:center ;
	padding-top:5px;
    padding-bottom:5px;
	margin:0px;
	/*font-family:Arial;*/
}

#footer p a{color:White ;}

#footer .hiddens{
    display:inline !important;
}

#footer span+span{padding-left:15px}

#content_image
{
    width:540px;
    height:361px;
    padding-top:0px;
    padding-left:5px;
}


@media (max-width:768px) {

    #footer .hiddens{
      display:none !important;
      padding-left:20px;
    }
    #footer {
        width: 100%;
        position: fixed !important;
        bottom: 0;
        margin: 0;
    }
    .header_language
    {
        margin-top:0!important;
    }
}