////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                                            //
//     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _      //  
//                                                                                                            //
//     Designed by jinghsangad in Shanghai, CN.                                                               //
//                                                                                                            //
//     Copyright 2018                                                                                         //
//     www.jingshangad.com	竞尚创意设计                                                                       //
//                                                                                                            //
//                                                                                                            //
////////////////////////////////////////////////////////////////////////////////////////////////////////////////

/*-----------------------------------------------------------*/
@charset "utf-8"; {copyright© 2018}

/* Input Elements
   ========================================================================== */
   
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="range"],
textarea,
select {
	padding: 0 12px;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
	transition: all 0.3s;
	}
textarea {
	padding: 8px 12px;
	}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="range"],
select {
	line-height: 40px;
	height: 40px;
	}
	select > option {
		padding: 4px 8px;
		}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 5px;
	box-shadow: none !important;
	}





body {
	font-family:"Droid Sans",arial, sans-serif,'微软雅黑','Microsoft YaHei',黑体,STHeiti,Heiti;
	font-size: 62.5%;
	font-weight:400;
	color:#333;
    background: #fff;
	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: #d72222;}
a:active {text-decoration: none;}


::-moz-selection{ color: #fff; background: #575757; }
::selection { color: #fff; background: #575757; }


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.4em;
	line-height:1.6em;
}
strong {
	font-weight:bold !important;
}
.warp{
	width:1240px;
	margin:0 auto;
}
.line_center {
	height:1px;
	background:#999;
	text-align:center;
	margin:0 auto;
	display:block;
}
.red_color {
	color:#d72222;
}
.grey_color {
	color:302f2b;
}
.red_color_bg {
	background-color:#d72222;
}
.grey_color_bg {
	background-color:#302f2b;
}
.lightgrey_color_bg {
	background-color:#dddddd;
}
.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;
}
.maxheight_overflow_hidden {
	overflow:hidden;
}

.mobileversion {
	display:none;
}




#loading-mask {
	/*
	background: #fff url(../images/Loading3.gif) no-repeat center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
	text-align:center;
	opacity:1;
	*/
}



/*------ Top scrollBar ---------------------------------------------*/

#scrollBar a {
	color:#fff;
	background:#333;
	font-size:2.2em;
	padding:15px 17px;
	
	opacity:0.35;
	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;
	background:#d72222;	
}





/*------ 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:100%;
	height:100%;
	display:block;
	background:url(../images/icons/icon_play.png) no-repeat center;
	top:0;
	left:0;
}
.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:#0f67ab;
	
	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 ;
}

.play {
	position:;
	width:100%;
	height:100%;
	display:block;
	background:rgba(0,0,0,0.0) url(../images/icons/icon_play.png) no-repeat center;
	top:0;
	left:0;
	-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;
}
.play:hover {
	background:rgba(0,0,0,0.3) url(../images/icons/icon_play.png) no-repeat center;
}

@media (min-width:1025px) and (max-width:1200px) {
	


}



/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.warp{
	width:;
}


/* Mobile */
@media screen and (max-width: 767px) {
body {
	max-width:767px;
	min-width:767px;
}
.warp{
	width:720px;
	margin:0 auto;
}
.mobileversion {
	display:block;
}










}