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

/*------------------------------------------------------ 1em=16px, 10px=0.625em -----*/
@charset "utf-8"; {copyright© 2015}

body{
	font-family:"robotoregular","Hiragino Sans GB",Helvetica,Arial,'Microsoft Yahei',黑体;
	font-size:0.85em;
	font-weight:normal;
	line-height:1.2em;
	color:#333;
    background: #fff;
	margin:0;
	width:100%;
	height:100%;
}

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

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


::-moz-selection{ color: #fff; background: #2aa7ff; }
::selection { color: #fff; background: #2aa7ff; }


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:1.02em;
	line-height:1.6em;
}

.warp{
	width:1024px;
	margin:0 auto;
}
.none {	display:none;}

.idealcolor {
	color:#2aa7ff;
}
.idealbgcolor {
	background:#2aa7ff;
}
.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;
}
.submit {
	color:#fff;
	background:#666;
	padding:5px 10px;
	border:none;
	border-radius:3px;
	cursor:pointer;
	
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
.submit:hover {
	background:#333;
}


.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;
}


#loading-mask {
	/*
	background: #1abc9c url(../images/loading/rings.svg) no-repeat center;
	background-size:8em;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
	text-align:center;
	opacity:1;
	*/
}


/*---------------ZOOM 2 using css ---------------*/
.zoom2 {
	background:#28415c url(../images/bg-zoom.png) no-repeat center center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	float:left;
}
.zoom2 img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.zoom2 img:hover {
	opacity:0.1;
}


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

#scrollBar A {
	TEXT-INDENT: 2000em;
	HEIGHT: 45px;
	WIDTH: 45px;
	border-radius:50%;
	DISPLAY: block; 
	BACKGROUND:#3ecbff 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);
	
}


/*------ video ---------------------------------------------*/
.video {
	width:350px;
	height:250px;
	border:1px solid #ccc;
	background:#000;
	overflow:hidden;
}
.video:hover img {
	opacity:0.5;
}
.video img {
	width:100%;
	min-height:250px;
	-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;
}
.video .play {
	position:absolute;
	width:100px;
	height:100px;
	display:block;
	background:url(../images/icons/icon_play.png) no-repeat center;
	top:65px;
	left:125px;
}
.video h4 {
	position:absolute;
	left:0;
	bottom:0;
	margin:0;
	padding:0;
	width:100%;
	height:50px;
	font-size:1.2em;
	line-height:50px;
	color:#fff;
	text-align:center;
	background:#2aa7ff;
	
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;  /* Chrome Safari */
	-moz-text-overflow: ellipsis; 	 /* Firefox */
	-o-text-overflow: ellipsis;    /* Opera */
	/*word-break: break-all; 适合中文，换行所有文字*/
	white-space: nowrap ;
}

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

.header {
	width:100%;
	height:125px;
	position:fixed;
	overflow:visible;
	z-index:100;
	top:0;
	background:#fff;
	box-shadow:1px 1px 3px rgba(0,0,0,0.35);
}
.header, .header img,
.header2, .header2 div, .header2 #div, .header2 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 ----------------------------*/
.ideallogo {
	width:200px;
	height:68px;
	position: relative;
	float:left;
	margin:30px 20px 0 0px;
	-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;
}
.ideallogo img{
	width:100% ;
	height:;
}
.headerfirstline {
	position:absolute;
	top:18px;
	right:15px;
}

/*-------- manubar css ----------------------------*/
.header .menu_open, .header2 .menu_open {
	display:none;
	margin-top:35px;
	right:35px;
	position:absolute;
	width:50px;
	height:60px;
	background:transparent url(../images/icons/icon_menu_open.png) no-repeat center;
	cursor:pointer;
}

.share-icons {
	float:right;
	width:;
	margin-left:25px;
}
.share-icons li {
	float:left;
	display:block;
	width:32px;
	height:32px;
	border-radius:20px;
	margin-left:10px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:18px;
	background-color:#2aa7ff;
	text-align:center;
}
.share-icons li:hover {
	background-color:#333;
}
.share-icons li.email {
	background-image: url(../images/icons/email.png)
}
.share-icons li.qq {
	background-image: url(../images/icons/qq.png)
}
.share-icons li.weixin {
	background-image: url(../images/icons/weixin.png)
}
.share-icons li a {
	display:block;
	width:100%;
	height:100%;
	line-height:32px;
	padding:0;
	color:#fff;
}

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



/*-------- header2 css ----------------------------*/
.header2 {
	width:100%;
	position:fixed;
	overflow:visible;
	z-index:100;
	top:0;
	height:60px !important;
	background:#fff;
	box-shadow:1px 1px 3px rgba(0,0,0,0.35);
}
.header2 .ideallogo {
	width:140px;
	overflow:hidden;
	margin-top:7px;
}
.header2 .ideallogo img {
}
.header2 #sf-menu {
	margin-top:18px;
	-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;
}
.header2 .share-icons {
	margin-top:17px;
}
.header2 .headerfirstline {
	display:none;
}



/*==================================== footer css ====================================*/
#footer {
	z-index:100;
	width:100%;
	background:#fff;
	border-top:1px solid #ccc;
	padding-bottom:20px;
}
.footer {
	color:#888;
}
.footer .logo {
	display:none;
	
	width:150px;
	float:left;
	margin-left:5px;
	margin-top:25px;
	margin-bottom:15px;
}
.footer .telephone {
	width:200px;
	margin-top:10px;
	float:left;
	font-size:2.2em;
	letter-spacing:-1px;
	font-style:normal;
	opacity:0.75;
}
.footer .telephone img {
	width:100%;
}
.footer .telephone a {
	color:#888;
}
.footer p {
	font-size:0.9em;
	float:left;
	margin-left:;
	margin-top:37px;
}
.footer .share-icons {
	float:left;
	width:;
	margin-top:25px;
}
.footer .share-icons li {
	width:35px;
	height:35px;
	background-color:#ccc;
	border:none;
}
.footer .share-icons li:hover {
	background-color:#3ecbff;
}









/* Mobile */
@media screen and (max-width: 767px) {
body {min-width:767px;}
.container, .warp{
	width:760px !important;
}
.header .menu_open, .header2 .menu_open {
	display: block;
	margin-top:25px;
}
.header2 {
	height:100px !important;
}
.header2 .ideallogo {
	margin-top:20px;
	width:180px;
	height:61px;
}
.header2 .share-icons {
	margin-top:40px;
}
.header2 #sf-menu {
	margin-top:100px !important;
}
.header #sf-menu {
	margin-top:125px !important;
}
.headerfirstline {
	right:125px;
	top:50px;
}
.share-icons {
}
.share-icons li {
}
.ideallogo {
	margin-left:15px;
}
.footer .logo, .footer .telephone, .footer p, .footer .share-icons {
	float:none;
	margin:20px auto;
	text-align:center !important;
}
.footer p {
	font-size:0.7em;
}
.footer .share-icons {
	margin-left:42% !important;
}

.video {
	width:450px;
	height:300px;
}
.video img {
	min-height:300px;
}
.video .play {
	width:100px;
	height:100px;
	top:85px;
	left:160px;
}
.video h4 {
	width:100%;
	height:50px;
	font-size:1.2em;
	line-height:50px;
}


}