html, body{
  	font-family: 'Lato', sans-serif;
    font-size: 100%;
  	 background: #FFf;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*----start-container----*/
.container{
	width:70%;
}
/*-----start-header----*/
.header{
}
.logo{
	float: left;
	margin-top: 0.6em;
}
.logo a{
	color: #303030;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 2.5em;
}
.logo a:hover{
	text-decoration:none;
}
.logo320{
	display:none;
}
/*----navbar-nav----*/
.top-header{
	padding: 0.8em 0em;
}
.top-nav ul li a{
	color: #A7A7A7;
	padding: 0.2em 1.5em;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-weight: 300;
	
	font-weight: 600;
	font-size: 16px;
}

.top-nav ul li a:link {
	color: #000;
}
.top-nav ul li a:visited {
	color: #0057a6;
}
.top-nav ul li a:hover {
    color: #0057a6;
}
.top-nav ul li.active a {
    color: #0057a6;
}

.logo a{
	display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
	position: relative;
	float: right;
}
nav ul {
	padding: 0;
	float: right;
	margin: 0.9em 0;
}
nav li {
	display: inline;
	float: left;
	position:relative;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav a:hover{
	text-decoration:none;
	color:#00A2C1;
}
nav a#pull {
	display: none;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
	nav { 
  		height: auto;
  		float:none;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #eee;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
	nav {
		border-bottom: 0;
		float:none;
	}
	nav ul {
		display: none;
		height: auto;
		margin:0;
		background: #fff;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #F26D7D;
		text-align: right;
		position: absolute;
		top:12px;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a#pull img{
		margin-right:2%;
	}
	.top-nav ul li a {
		color: #2C3E50;
		padding: 0em 0;
	}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav {
		float:none;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #EEE;
	}
}
/*---- banner ----*/
.banner{
	background:url(../xl_images/slide_2.jpg) no-repeat 0px 0px;
	min-height:580px;
	background-size:100% 100%;
}
.banner-info h1{
	font-size: 2.5em;
	text-transform: uppercase;
	color: #f08519;
	font-weight: 800;
	line-height: 1.4em;
	margin: 0em;
}
.banner-info h1 span{
	display:block;
}
.banner-info p{
	color: #FFFFFF;
	font-family: 'Playball', cursive;
	font-size: 1.3em;
}
.big-btn{
	margin-top:2.5em;
	display:inline-block;
}
a.big-btn span{
	width:80px;
	height:80px;
	display:inline-block;
	background:url(../xl_images/big-btn.png) no-repeat 0px 0px;
}
a.big-btn span:hover{
	opacity:0.8;
}
.banner-info{
	margin-top: 13.5em;
}
/*---- //banner ----*/
/*----products----*/
.product{
	padding:3em 0;
}
.head-one{
	padding:0em 0 2em;
}
.head-one h2{
	color:#303030;
	font-weight:800;
	font-size:1.8em;
	text-transform:uppercase;
	margin:0.2em 0;
}
.head-one span{
	height:3px;
	background:#303030;
	display:inline-block;
	width:20%;
	margin:0;
	padding:0;
}
.head-one p{
	margin: 0.4em auto;
	font-size: 1em;
	color: #5A5A5A;
	letter-spacing: 0.015em;
	width: 61%;
	line-height: 1.5em;
}
.product-grid img{
	height:100%;
	position: relative;
}
.product-grid{
	margin-bottom:30px;
}
.products .item{
	text-align: center;
	box-shadow: 0px 0px 10px #605692;
}
.product .item .caption{
	top: 0;
}
/*---solution---*/
.solution{
	background: #F3F3F3;
    background: #f8f9f9;
	padding: 3em 0 4em;
	/****border: 1px solid #DBDBDB;****/
	border-right: 0;
	border-left: 0;
}
.solution-head p{
	width: 59%;
	font-weight: 600;
	color: #5A5A5A;
	margin: 1.2em auto;
}
.solution-member{
	background:#FFFFFF;
	padding:1em;
	box-shadow: 0px 1px 2px #999;
	-webkit-box-shadow: 0px 1px 2px #999;
	-moz-box-shadow: 0px 1px 2px #999;
	-o-box-shadow: 0px 1px 2px #999;
	-ms-box-shadow: 0px 1px 2px #999;
}
img.t-pic{
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	-ms-border-radius: 30em;
	border: 3px solid #FFF;
	box-shadow: 0px 5px 4px #999;
	-webkit-box-shadow: 0px 5px 4px #999;
	-moz-box-shadow: 0px 5px 4px #999;
	-o-box-shadow: 0px 5px 4px #999;
	-ms-box-shadow: 0px 5px 4px #999;
}
.solution-member h3{
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1em;
	margin: 1em 0 0.3em;
	color:#303030;
}
.solution-member span{
	font-style:italic;
	color:#303030;
}
/*---*/
.t-social{
	margin:1em 0 0.5em;
}
.t-social li a span{
	width:20px;
	height:20px;
	display:inline-block;
	background:url(../xl_images/t-social.png) no-repeat 0px 0px;
}
.t-social li a.twitter span:hover{
	background-position: 0px -25px;
}
.t-social li a.dribbble span{
	background-position: -35px 0px;
}
.t-social li a.dribbble span:hover{
	background-position: -35px -25px;
}
.t-social li a.in span{
	background-position: -72px 0px;
}
.t-social li a.in span:hover{
	background-position: -72px -25px;
}
/*----contact----*/
.contact{
	padding: 3em 0 6em;

    background: #f8f9f9;
}
.contact-map{
	
}
.contact-map p,.contact-form p{
	font-size: 1.2em;
	color: #5A5A5A;
	margin: 0.5em 0 1em;
	font-weight: 400;
	display: block;
}
.contact-form textarea{
	width: 100%;
	min-height: 154px;
	resize: none;
	outline: none;
	background: #F2F2F2;
	padding: 0.8em;
	font-family: 'Playball', cursive;
	font-size: 1.3em;
	color: #666;
	border: 1px solid #DADADA;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.contact-form input[type="text"]{
	width: 65%;
	background: #F2F2F2;
	padding: 0.8em;
	font-family: 'Playball', cursive;
	font-size: 1.3em;
	color: #666;
	border: 1px solid #DADADA;
	outline:none;
	margin-right:5%;
	margin-top:5%;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.contact-form input[type="text"]:hover,.contact-form textarea:hover{
	border-color:#6995A9;
}
.contact-form input[type="submit"]{
	background: url(../xl_images/upload.png) no-repeat 28px 17px #6995A9;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0.93em 1em;
	border: none;
	width: 29.3%;
	text-indent: 19px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-size: 1.2em;
	letter-spacing: 0.05em;
}
.contact-form input[type="submit"]:hover{
	background: url(../xl_images/upload.png) no-repeat 28px 17px #303030;
}
/*--//contact----*/
/*----footer----*/
.footer{
	background:#D2D2D2;
	padding:1.5em 1em;
}
.footer p{
	margin:0;
	padding:0;
	color:#868686;
	font-size:1em;
}
.footer-left{
	float:left;
}
.footer-right{
	float:right;
}
.footer p span,.footer p a{
	color:#949494;
}
.footer p a:hover{
	text-decoration:none;
	color:#6995A9;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../xl_images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*----respoisnive-design----*/
@media (max-width:1366px){
	.container{
		width:75%;
	}
}
@media (max-width:1280px){
	.container{
		width:80%;
	}
	.banner {
		min-height: 560px;
	}
	.banner-info {
		margin-top: 12.5em;
	}
}
@media (max-width:1024px){
	.container{
		width:80%;
	}
	.banner {
		min-height: 560px;
	}
	.banner-info {
		margin-top: 12.5em;
	}
	.contact-map p, .contact-form p {
		font-size: 1.1em;
	}
}
@media (max-width:768px){
	.container{
		width:80%;
	}
	.banner {
		min-height: 480px;
	}
	.banner-info {
		margin-top: 9.5em;
	}
	.contact-map p, .contact-form p {
		font-size: 1.1em;
	}
	.head-one p {
		width: 90%;
	}
	.logo {
		margin-top: 0.1em;
	}
	nav a#pull {
		top: 10px;
	}
	.solution-member{
		margin:1em 0;
	}
	.solution-member img{
		width: 100%;
		max-width: 600px;
	}
	.solution {
		padding: 2em 0 3em;
	}
	.head-one {
		padding: 0em 0 0.5em;
	}
	.footer-left,.footer-right{
		float: none;
	}
	.footer{
		text-align:center;
	}
}
@media (max-width:640px){
	.container{
		width:80%;
	}
	.banner {
		min-height: 450px;
	}
	.banner-info {
		margin-top: 6.5em;
	}
	.contact-map p, .contact-form p {
		font-size: 1.1em;
	}
	.head-one p {
		width: 90%;
	}
	.logo {
		margin-top: 0.1em;
	}
	nav a#pull {
		top: 10px;
	}
	.solution-member{
		margin:1em 0;
	}
	.solution {
		padding: 2em 0 3em;
	}
	.head-one {
		padding: 0em 0 0.5em;
	}
	.footer-left,.footer-right{
		float: none;
	}
	.footer{
		text-align:center;
	}
	.contact-form input[type="submit"] {
		background: url(../xl_images/upload.png) no-repeat 16px 17px #6995A9;
	}
	.contact-form input[type="submit"]:hover {
		background: url(../xl_images/upload.png) no-repeat 16px 17px #303030;
	}
}
@media (max-width:480px){
	.container{
		width:80%;
	}
	.banner {
		min-height: 380px;
	}
	.banner-info {
		margin-top: 4.5em;
	}
	.contact-map p, .contact-form p {
		font-size: 1.1em;
	}
	.head-one p {
		width: 90%;
	}
	.logo {
		margin-top: 0.1em;
	}
	nav a#pull {
		top: 10px;
	}
	.solution-member{
		margin:1em 0;
	}
	.solution {
		padding: 2em 0 3em;
	}
	.head-one {
		padding: 0em 0 0.5em;
	}
	.footer-left,.footer-right{
		float: none;
	}
	.footer{
		text-align:center;
	}
	.contact-form input[type="submit"] {
		background: url(../xl_images/upload.png) no-repeat 101px 17px #6995A9;
		width:100%;
	}
	.contact-form input[type="submit"]:hover {
		background: url(../xl_images/upload.png) no-repeat 101px 17px #303030;
	}
	.banner-info h1 {
		font-size: 2em;
	}
	.contact-form input[type="text"] {
		width: 100%;
		margin-bottom:1em;
	}

}
@media (max-width:320px){
	.container{
		width:90%;
	}
	.banner {
		min-height:280px;
	}
	.banner-info {
		margin-top: 2.5em;
	}
	.contact-map p, .contact-form p {
		font-size: 1.1em;
	}
	.head-one p {
		width: 90%;
	}
	.logo {
		margin-top: 0.1em;
	}
	nav a#pull {
		top: 9px;
	}
	.solution-member{
		margin:1em 0;
	}
	.solution {
		padding: 1.5em 0;
	}
	.head-one {
		padding: 0em 0 0.5em;
	}
	.footer-left,.footer-right{
		float: none;
	}
	.footer{
		text-align:center;
	}
	.contact-form input[type="submit"] {
		background: url(../xl_images/upload.png) no-repeat 58px 8px #6995A9;
		width:100%;
		padding: 0.5em;
	}
	.contact-form input[type="submit"]:hover {
		background: url(../xl_images/upload.png) no-repeat 58px 8px #303030;
	}
	.banner-info h1 {
		font-size: 1.5em;
	}
	.contact-form input[type="text"] {
		width: 100%;
		margin-bottom:1em;
		padding: 0.5em;
	}
	.banner-info p {
		font-size: 1em;
	}
	.big-btn {
		margin-top: 1em;
	}
	.head-one h2 {
		font-size: 1.2em;
	}
	.product {
		padding: 1.5em 0;
	}
	.contact-map iframe {
		min-height: 217px;
	}
	.contact-form textarea {
		min-height: 206px;
		padding: 0.5em;
	}
	.contact {
		padding: 1.5em 0 3em;
	}
	.head-one span {
		width: 40%;
	}
	
}
/*--//respoisnive-design----*/





.header {                           /*****头部始终在最上层*****/ 
    position: fixed;                    
    z-index: 1000;
    background: #FFF;
    width: 100%;
    box-shadow: 0 5px 10px 0 rgba(50,50,50,.06);
	top: 0;
}

.banner{
    margin-top: 100px;
}



/*-----新闻news列表----*/
.news{
    padding: 4.375rem 0;
}

.list-article-thumb{
    float: left;
	margin-right: 30px;
}

.list-article-thumb img:hover {
    opacity: .8;
}

.list-article-content{
    float: none;
    overflow: hidden;
}

.list-article-date{
    float: right;
    color: #03c4eb;
	margin-top: 15px;
}

.entry-title{
	font-weight: 500;
	text-transform: none;
	letter-spacing: -.6px;
    color: #E74C3C;
	margin-bottom: 15px;
}

.entry-title a:hover{
    text-decoration: none;
}

.news-member{
    border-top: 1px solid #e9e9e9;
	padding: 25px 0;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.news-member:last-of-type{              /*** 指定 最后一个 news-member元素 ***/
    border-bottom: 1px solid #e9e9e9;          
}

.all-news {
    text-align: center;
    margin-top: 40px;
    display: block;
}

.btn-theme-primary-outline {
    background-color: transparent;
	background-image: none;
	border-color: #03c4eb;
	color: #03c4eb;
}

.btn-theme-primary-outline:hover {
    color: #FFF;
	background-color: #03c4eb;
	border-color: #03c4eb;
}

.btn {
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
}


/*-----新闻news详细页面----*/
  /*-----头部 header----*/
.line-shadow {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 80px;

    z-index: 0;
    box-shadow: 0 0 5px #888;
	border-bottom: 0;
	background-image: linear-gradient(rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 100%);
}

.header_wrap {
    position: fixed;
    height: 80px;

    width: 100%;
    background-color: #f8f8f9;
    margin: 0 auto;
    top: 0;
    z-index: 99;
}

.header_logo {
    display: inline-block;
    margin-top: 20px;
    height: 40px;
    padding-left: 300px;
}

a {
    text-decoration: none;
	color:#995050;
}

a:focus{
    outline:none;       /*****去掉a标签外的虚线框*****/ 
}

.header_logo img {
    height: 100%;
}

.header_menu {
    float: right;
    margin: 32px 0;
    padding-right: 40px;
    font-size: 0;
}

.header_menu a.index {
    margin-right: 100px;
}

.header_menu a {
    color: #333;
    font-size: 16px;
    line-height: 16px;

    font-family: "Raleway",Helvetica,Arial,sans-serif;
    padding-left: 17px;
    padding-right: 17px;

    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    zoom: 1;
	letter-spacing: 1px;

    display: block;
    position: relative;
}

.header_menu a:hover {
    color: #0074df;
}


  /*-----文章标题 ----*/
.title_border {
    width: 100%;
    background-color: #f8f8f9;
	border-bottom: 1px solid #eee;
    margin-top: 80px;

}

.anci_header_content {
    width: 900px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.article-title h2 {
    font-size: 40px;
    line-height: 58px;
    padding-top: 41px;
    padding-bottom: 10px;
    text-align: justify;
    font-weight: 700;
    font-family: "Microsoft Yahei", "微软雅黑", "宋体";
	text-align: center;
}

.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
	padding-left: 20px;
}

.author-txt {
    padding: 0;
	text-align: center;
}

.author-name {
    font-size: 16px;
    display: block;
    margin: 3px 0 5px 0;
	text-indent: 0;
	text-align: center;
}

.article-source span {
    font-size: 12px;
    color: #999;
}

  /*-----正文部分----*/
.news-content{
    padding: 40px 0 30px 0;
}

p{
    text-indent:2em;       /*---首行缩进2个字符---*/
	text-align: justify;   /*---段落两端对齐---*/
	line-height: 1.5em;
}

.news-content img{
    margin-top: 22px;
}

.image-caption {
    font-size: 13px;
    color: #999;
    display: block;
    margin: 11px 0 22px;
    text-align: center;
}

  /*-----底部 footer----*/
.footer2 {
    background-color: #334f59;
}

.footer-floor {
    width: 100%;
    border-top: 1px solid #4cc3ed;
    padding: 20px 0;
    text-align: center;
}

.footer-floor p {
    text-align: center;
    color: #b6e2f2;
    font-size: 12px;
    line-height: 30px;
    margin: 0;
}

.footer-floor a {
    color: #b6e2f2;
}