////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                                            //
//      ____________   ____________    ___________ ___              ________________   ____        ___        //
//     |  ________    | ___________|  | __________| \ \            / /  | __________|  |  \ \      | |        //
//     | |                 | |        | |            \ \          / /   | |            | | \ \     | |        //
//     | |________         | |        | |________     \ \        / /    | |________    | |  \ \    | |        //
//     |_________  |       | |        | |________|     \ \      / /     | |________|   | |   \ \   | |        //
//               | |       | |        | |               \ \    / /      | |            | |    \ \  | |        //
//               | |       | |        | |                \ \  / /       | |            | |     \ \ | |        //
//       ________| |       | |        | |_________        \ \/ /        | |_________   | |      \ \| |        //
//     ____________|       |_|        |___________|        \__/         |___________|  |_|       \___|        //
//                                                                                                            //
//     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _      //  
//                                                                                                            //
//     Designed by Steven in Shanghai, CN.                                                                    //
//                                                                                                            //
//     Copyright 2016                                                                                         //
//     www.jingshangad.com	竞尚创意设计                                                                       //
//                                                                                                            //
////////////////////////////////////////////////////////////////////////////////////////////////////////////////

/*-----------------------------------------------------------*/
@charset "utf-8"; {copyright© 2016}

body{
	font-family:"robotoregular","Hiragino Sans GB",Helvetica,Arial,Tahoma,STHeiti,Heiti,'Microsoft Yahei','Microsoft YaHei',黑体;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.6em;
	color:#333;
    background: #012548;
	margin: 0px;
	width:100%;
	height:100%;
}

* {	position:relative;	font-weight:normal;}

a{color:#333;text-decoration:none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;	color: #000;}
a:active {text-decoration: none;}


::-moz-selection{ color: #fff; background: #e60012; }
::selection { color: #fff; background: #e60012; }


img{border:0;}

ul,li,p{list-style:none;margin:0; padding:0;}




	h1 { font-size: ; }
	h2 { font-size: ; }
	h3 { font-size: ; }
	h4 { font-size: ; }
	h5 { font-size: ; }
	h6 { font-size: ; }


p {
	font-size:;
}

.warp{
	width:1024px;
	margin:0 auto;
}
.line_center {
	height:1px;
	background:#999;
	text-align:center;
	margin:0 auto;
	display:block;
}
.opacity40 {
	opacity:0.4 !important;
	filter: alpha(opacity=40) !important;
}
.opacity100 {
	opacity:1 !important;
	filter: alpha(opacity=100) !important;
}
.opacity70 {
	opacity:0.7 !important;
	filter: alpha(opacity=70) !important;
}
.bg-grey {
	background-color:#e3e3e3 !important;
}

.float_left {
	float:left !important;
}
.float_right {
	float:right !important;
}


.transition {
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
.displaynone {
	display:none;
}
.displayblock {
	display:block;
}


/*------ Top scrollBar ---------------------------------------------*/

#scrollBar A {
	TEXT-INDENT: 2000em;
	HEIGHT: 45px;
	WIDTH: 45px;
	DISPLAY: block; 
	BACKGROUND:#d70c18 url(../images/arrow_top.png) no-repeat center center; 
	OVERFLOW: hidden; 
	CURSOR: pointer;
	
	opacity:0.55;
	filter: alpha(opacity=55);
		
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
#scrollBar A:hover {
	margin-bottom:10px;
	opacity:1;
	filter: alpha(opacity=90);
	
}



/*==================================== header css ====================================*/

.header {
	width:100%;
	height:150px;
	overflow:visible;
	position:relative;
	z-index:100000;
	background:#012548;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
}
.header_bg {
	position:absolute;
	display:block;
	top:0;
	right:0;
	width:100%;
	height:115px;
	z-index:-1;
	background:url(../images/top_bg.png) no-repeat top right;
}
.header, .header img, .share-icons, .share-icons li {
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}


/*-------- logo css ----------------------------*/
.hotanlogo {
	width:275px;
	height:75px;
	position: relative;
	float:left;
	margin:18px 20px 0 22px;
	cursor:pointer;
}
.hotanlogo img{
	width: 100%;
	height:auto;
}
.hotanlogo_text{
	float:left;
	margin-left:20px;
	top:58px;
}

/*-------- manubar css ----------------------------*/
.menubar {
	width:100%;
	height:45px;
	background: url(../images/menubar_bg.png) repeat-x center;
	z-index:-1;
	top:105px;
	position:absolute;
}

.menu_open {
	display:none;
	position:absolute;
	right:45px;
	top:30px;
	width:65px;
	height:55px;
	background:transparent url(../images/icons/icon_menu_open.jpg) no-repeat center;
	cursor:pointer;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}

/*-------- search css ----------------------------*/
.search {
	width: 160px;
	height: 30px;
	float:right;
	margin-top:55px;
}
.search-input {
	padding:0 30px 0 5px;
	width: 125px;
	height: 30px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #1e6fc2;
	font-family:'Microsoft Yahei',黑体;
	background:none;
	color:#fff;
}
.sb-search {
	position: absolute;
	z-index:2;
	display:block;
	top: 5px;
	right: -10px;
	width: 35px;
	height: 25px;
	cursor:pointer;
	background:transparent url(../images/icons/search.png) no-repeat center;
}

/*-------- language_change css ----------------------------*/
.language_change {
	position:absolute;
	right:0px;
	top:115px;
	display:none;
}
.language_change a {
	font-size:0.75em;
	padding:8px 10px;
	border-radius:3px;
	color:#fff;
	background:#e60012;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.language_change a:hover {
	background:#1e6fc2;
}

/*-------- share-icons css ----------------------------*/
.share-icons {
	position:absolute;
	right:15px;
	top:0;
}
.share-icons li {
	float:left;
	display:block;
	background:#505050;
	margin-left:5px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:15px;
}
.share-icons li:hover {
	background-color:#333;
}
.share-icons li.email {
	width:27px;
	height:27px;
	background-image: url(../images/icons/email.png)
}
.share-icons li.qq {
	background-image: url(../images/icons/qq.png)
}
.share-icons li.tel {
	background-image: url(../images/icons/telephone.png)
}
.share-icons li.weixin {
	width:27px;
	height:27px;
	background-image: url(../images/icons/weixin.png)
}
.share-icons li a {
	display:block;
	width:100%;
	height:100%;
	font-size:0.8em;
	color:#fff;
	padding:2px 6px;
}




/*==================================== footer css ====================================*/
#footer {
	z-index:100;
	width:100%;
	background:#505050;
}
.footer {
	color:#ccc;
}
.footer .logo {
	float:left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:10px;
}
.footer .logo img {
	width:75px;
}
.footer p {
	font-size:0.9em;
	float:left;
	margin-left:20px;
	margin-top:45px;
}
.footer .share-icons {
	float:left;
	width:;
	margin-top:38px;
}
.footer .share-icons li {
	width:35px;
	height:35px;
	background-color:#777;
	border:none;
}
.footer .share-icons li:hover {
	background-color:#333;
}
.footer .share-icons li.qq {
	background-size:17px;
}








@media (min-width:1025px) and (max-width:1200px) {
	


}



/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.warp{
	width:1024px;
}

}


/* Mobile */
@media screen and (max-width: 767px) {
body {
	min-width:767px;
	font-size:1em;
}
.warp{
	width:760px;
}

.menu_open {
	display:block;
}
#sf-menu {
	display:none;
}

.header {
	height:100px;
}
.hotanlogo {
	margin-left:10px;
}
.hotanlogo_text{
	margin-left:0;
	top:58px;
}
.search {
	position:absolute;
	float:inherit;
	width: 200px;
	left:300px;
	margin-top:110px;
}
.search-input {
	width: 170px;
}

.language_change {
	right:45px;
}
.language_change a {
	padding:8px 12px;
}











}