/*=======================
=======================
CSS Style Structure
- GENERAL
- BUTTON
- PRELOADER
- NAVIGATION
- HOMEPAGE
- ABOUT
- FEATURES
- COUNTER
- CALL-TO-ACTION
- THE TEAM
- BENEFITS
- TESTIMONIALS
- VIDEO SUPPORT
- SCREENSHOTS
- DOWNLOADS
- CONTACT US
- FOOTER & SUBSCRIPTION

=======================*/

/*--------------------------
---------- GENERAL ---------
--------------------------*/
 

html, body {
  background: #ffffff;
  width:100%;
  height:100%;
  font-family:  'Open Sans',Futura,sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.428571428571429;
  }

body {
  overflow-x: hidden; 
  }

h1, h2, h3, h4, h5, h6 , body, html{
  
  }

h1 {
  
  font-size: 56px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
  margin-bottom: 10px;
  }

h2 {
  
  font-size: 36px;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  }

h3 {
  
  font-size: 40px;
  font-weight: 100;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
  margin-bottom: 10px;
  }

h4 {
  
  font-size: 18px;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  }

h5 {
  
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  }

h6 {
  ;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  }

p {
  ;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  }
  
  .copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

li, ul {
  list-style:none;
  padding:0;
  }

.center{
  text-align: center;
  vertical-align: middle;
  }

.left{
  text-align: left;
}

.right{
  text-align: right;
}

.add-bottom{
  padding-bottom:30px;
}

.add-top{
  padding-top:30px;
}

#features .divider,
#team .divider,
#benefits .divider,
#testimonials .divider,
#downloads .divider,
#contact .divider,
#counter .divider,
#about .divider{
  background: url(../img/divider.png) center top no-repeat;
  height: 5px;
  margin-top: 5px;
  }
#action .divider{
  background: url(../img/divider3.png) center top no-repeat;
  height: 5px;
  margin-top: 5px;
  }

.highlight{
  color: #089287;
  }

/*--------------------------
---------- BUTTON ----------
--------------------------*/
.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 5px 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  }

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  }

/* Pseudo elements for icons */
.btn:before,
.fa-plus:after,
.fa-download:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  }

/* Learn Button */
.btn-learn {
  background: #666666;
  color: #fff;
  }

.btn-learn:hover {
  background: #818181;
  color: #f3f3f3;
  }

.btn-learn:active {
  background: #818181;
  top: 2px;
  }

.btn-learn:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
  }

.btn-learna {
  padding: 20px 40px 20px 90px;
  }

.btn-learna:before {
  background: rgba(0,0,0,0.05);
  }

/* Download Button */
.btn-download {
  background: #209196;
  color: #fff;
  }

.btn-download:hover {
  background:#03a4aa;
  color: #f3f3f3;
  }

.btn-download:active {
  background: #03a4aa;
  top: 2px;
  }

.btn-download:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
  }

.btn-downloada {
  padding: 20px 40px 20px 100px;
  }

.btn-downloada:before {
  background: rgba(0,0,0,0.05);
  }

/*--------------------------
--------- PRELOADER --------
--------------------------*/

#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:1001; /* makes sure it stays on top */
  }

#status {
  width:100%;
  height:400px;
  position:absolute;
  left:0%; /* centers the loading animation horizontally one the screen */
  top:15%; /* centers the loading animation vertically one the screen */
  background-image:url(../img/loading.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  /*margin:-100px 0 0 -100px;*/ /* is width and height divided by two */
  }

/*--------------------------
-------- NAVIGATION --------
--------------------------*/

.clearfix:after{ content:"."; clear:both; height:0; visibility:hidden; display:block;}
.position{position: relative;}
.wrap{ width:1200px; margin:0px auto;}
#navigation {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #22252a;
  box-shadow: 0px 1px 1px rgba(0,0,0, 0.1);
  z-index: 1000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  }
.menu-position{
  width: 1200px; 
  margin: 0 auto;
  text-align:center; 
  }

.nav-logo{
  float: left;
  position: relative;
  top:0%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  }

.nav-logo a.logo{
  display: block;
  }

.nav-logo a.logo img{
  height: auto;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  margin-top: 83px;
  }
.nav-menu{
  float: right;
  height: 100%;
  }

.nav-menu ul.nav{
  margin-top: 25px;
  text-transform: uppercase;
  }

.nav li{
 float: left;
 margin-right: 30px;
 height: 55px
  }
.nav li a{
  display: block;
	height: 38px;
	padding: 0px 9px;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	border-bottom: 0px;
	position: relative;
  }
.nav li a:hover{
  background:transparent!important;
  }

.nav li.active a{
  border-bottom: 2px solid #209196;
  background-color:transparent;
  }

.nav>li:hover .nur:after{
	width: 100%;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.nur:after{
	content: '';
	width: 0px;
	height: 2px;
	background: #209196;
	position: absolute;
	left: 0px;
	bottom: -2px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	
}

/*下拉导航*/
.nav-med{
	background: #25292f;
	width: 100%;
	position:fixed;
	top: 80px;
	left: 0px;
	right: 0px;
	z-index: -10;
	box-sizing: border-box;
	height: 0px;
	opacity:0.9;filter:alpha(opacity=90);
	overflow: hidden;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.nav>li:hover .nav-med{
	width: 100%;
	height: 500px;
	z-index: 10;
	border-top: 1px solid hsla(0,0%,100%,.15);
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	padding: 20px 0px;
}
.nav-right{
	width: 1200px;
	overflow: hidden;
	height: 430px;
	display: none;
}
 .nav-right>li{float: left;width: 25%;height:auto; margin-right: 0px!important;padding-left: 5px;padding-right: 5px;}
 .nav-right>li>a{font-size: 16px;color: #fff;font-weight: bold; text-align: left!important; text-decoration: none;}
.nav-right>li>a:active{border-bottom: none;}
 .nav-right>li.mt{ margin-top:38px;}
 .nav-right>li>.list_type {display: block; width: 100%;text-align:left;}
 .nav-right>li>.list_type>li{display: block;margin-top:6px;margin-bottom: 6px; margin-right: 0px;}
 .nav-right>li>.list_type>li a {display:block;height:60px; background:#1e303e;width: 290px;}
 .nav-right>li>.list_type>li a h4{line-height: 30px;font-size: 16px; font-weight:normal;padding-left:10px;margin-bottom: 0px;}
 .nav-right>li>.list_type>li a p{font-size:12px;color:#999;line-height:25px;padding-left:12px;overflow:hidden;height:25px;margin-bottom: 0px;}
 .nav-right>li>.list_type>li a:hover {color:#FFF; background:#b8203d\9; text-decoration: none;}
 .nav-right>li>.list_type>li:hover a::before {background-color: #b8203d;right:0px;}
 .nav-right>li>.list_type>li a::before{content: "";left: 0px;right:100%;height: 60px;background-color: transparent;position: absolute;display: inline-block;bottom: 0; -webkit-transition: right 0.5s ease 0s;-moz-transition: right 0.5s ease 0s;-ms-transition: right 0.5s ease 0s; -o-transition: right 0.5s ease 0s;transition: right 0.5s ease 0s; z-index:-10;}
 .nav-right>li > .list_type >li a::after {content: "";left: 0px;right: 0px;height: 1px;background-color: rgba(0, 0, 0, 0.1);position: absolute;display: inline-block;bottom: 0;z-index:-10;}


/*--------------------------
--------- HOMEPAGE ---------
--------------------------*/
.container{padding-left: 0px!important; padding-right: 0px!important;}
#home{
  text-align: center;
  position: relative;
  }

#home .divider-top{
  background: url(../img/divider2.png) center top no-repeat;
  height: 5px;
  margin-top: 30px;
  }

#home .divider{
  background: url(../img/divider2.png) center top no-repeat;
  height: 5px;
  }

#home .slider1{
  background-image: url(../img/ban1.jpg); height:850px;
  }

#home .slider2{
  background-image: url(../img/ban2.jpg); height:850px;
  }

#home .slider3{
  background-image: url(../img/ban3.jpg); height:850px;
  }

.ban_title{width: 1200px;margin:0 auto;position: relative;text-align:left;}
.ban_title>h1{padding-bottom:20px; font-size: 5em;}
.ban_title>p{font-size: 1.2em;line-height: 2em; color:#f6f6f6;margin-top: 40px;}
.box_lin{position: absolute; width: 120px; height: 5px;background-color: #3fffff; right: 0px;top: 380px;}
.text-cor{display: inline-block; color: #79b0dd; border-bottom: 2px solid #79b0dd;}
.banner {
  position: relative;
  text-align: center;
  color: #fff;
  height: auto;
  min-height: 850px;
  max-height: 2000px;
  }

.banner .container {
  position: absolute;
  width: 100%;
  top: 40%;
  }

.banner .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  background-attachment:fixed;
  }

.banner .carousel-fade .carousel-inner .active {
  opacity: 1;
  }

.banner .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
  }

.banner .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  }

.banner .carousel-fade .carousel-control {
  z-index: 2;
  }

.banner .carousel-caption {
  top: -15%;
  bottom: 0;
  left: 0;
  right: 0;
  }

.banner .carousel-inner > .item {
  background-position: center;
  min-height: 850px;
  }

.banner .carousel-indicators {
  bottom: 14%;
  visibility: hidden;
  }

.banner .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #45e3f8;
  border: 5px solid #45e3f8;
  opacity:.3;
  border-radius: 10px;
  }

.banner .carousel-indicators .active,
.banner .carousel-indicators li:hover{
  width: 14px;
  height: 14px;
  margin: 3px;
  background-color: #45e3f8;
  border: 5px solid #45e3f8;
  opacity:1;
  }

.carousel-caption{
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  }

.carousel-control {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  }

.content{
  color: #ffffff;
  text-align: center;
  }

.content h1{
  width: 100%;
  text-align: center;
  font-size: 4.5em;
  top: 0;
  left: auto;
  position: relative;
  }

/*--------------------------
---------- ABOUT -----------
--------------------------*/

#about{
  width: 100%;
  height: auto;
  min-height: 690px;
  max-height: 2500px;
  background: #f2f9ff;
  color: #888888;
  padding-top: 20px;
  padding-bottom: 80px;
  }

.about h2 {
  font-weight: 600;
  font-size: 2.6em;
  text-align: center;
  color: #333;
  }

.about h2 span {
  margin-top: 30px;
  display: block;
  font-size: 40%;
  font-weight: 300;
  color: #888888;
  }

/*技术列表*/
.i-technology-list{
	margin-top: 30px;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	border-right: 0px;
}
.i-technology-list li{
	float: left;
	width: 292px;
	box-sizing: border-box;
	border-right: 1px solid #ebebeb;
	height: 483px;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.tec-box{
	float: left;
}
.tec-box>.t-sp{
	display: block;
	margin: 50px 100px;
	width: 90px;
	height: 90px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.tec-box>.t-sp1{
	background: url(../img/icon2.png) center center no-repeat;
	background-size: contain;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.tec-box>.t-sp2{
	background: url(../img/icon3.png) center center no-repeat;
	background-size: contain;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.tec-box>.t-sp3{
	background: url(../img/icon1.png) center center no-repeat;
	background-size: contain;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.i-tec-h{
	font-size: 24px;
	text-align: center;
	line-height: 24px;
	width: 292px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.i-tec-p{
	line-height: 24px;
	text-align: center;
	margin: 20px 0px;
	width: 292px;
	height: 48px;
	overflow: hidden;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.tec-med{
	float: left;
	width: 292px;
	height: 119px;
	overflow: hidden;
}
.i-tec-tips{
	width: 240px;
	height: 32px;
	display: block;
	margin:0px auto 8px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	background: #eff0f0;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.i-tec-tips a{color: #333;text-decoration: none;}
.i-technology-list .tec-li{
	width: 584px;
	background: #b8203d url(../images/ibg1.jpg) left bottom no-repeat;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.tec-li .t-sp{
	margin: 50px 100px 50px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.tec-li .t-sp1{
	background: url( ../img/icon2-1.png) center center no-repeat;
	background-size: contain;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.tec-li .t-sp2{
	background: url( ../img/icon3-1.png) center center no-repeat;
	background-size: contain;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.tec-li .t-sp3{
	background: url( ../img/icon1-1.png) center center no-repeat;
	background-size: contain;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.i-technology-list .tec-li h3{
	color: #fff;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.i-technology-list .tec-li p{
	color: #fff;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.tec-li>.tec-med{
	width: 290px;
    float: right;
    height: 480px;
    text-align: center;
    margin: 50px 0px 0px;
	animation: fadeInRight .4s ease 0.6s both;
	-webkit-animation: fadeInRight .4s ease 0.6s both;
	-moz-animation: fadeInRight .4s ease 0.6s both;
	-ms-animation: fadeInRight .4s ease 0.6s both;
	-o-animation: fadeInRight .4s ease 0.6s both;
	
}
.tec-li>.tec-med>.i-tec-tips{
	margin-bottom: 10px;
	background: #e0405e;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.tec-li>.tec-med>.i-tec-tips a{color: #fff;}
/*--------------------------
--------- FEATURES ---------
--------------------------*/

#features{
  position: relative;
  background-color:#f2f9ff;
  width: 100%;
  height: auto;
  min-height: 660px;
  max-height: 2000px;
  padding-top: 50px;
  padding-bottom: 30px;
  z-index: 99;
  overflow: hidden;
  }

.features h2 {
  font-weight: 600;
  font-size: 2.5em;
  text-align: center;
  color: #333;
  }

.features h2 span {
  margin-top: 30px;
  display: block;
  font-size: 40%;
  font-weight: 300;
  color: #999;
  }

#features .list{
  display: block;
  padding: 20px 10px;
  cursor: pointer;
  }

#features .list li{
  font-size: 1.1em;
  color: #333;
  padding:10px;
  font-weight: 500;
	
  }
#features .list li:before{
content:url( ../img/xing.png);
display: inline-block;
padding-right: 5px;
	
  }

/*--------- COUNTER ----------
--------------------------*/

#counter{
  width: 100%;
  height: auto;
  min-height: 660px;
  max-height: 1200px;
  text-align: center;
  overflow: hidden;
  }
.list_img{display: block;}
.list_img li{border: 1px solid #dedede;margin-top:30px;}
.list_img li img{display: block; width: 100%;height: 48px;}
/*--------------------------
----- CALL-TO-ACTION -------
--------------------------*/

#action{
  position: relative;
  width: 100%;
  height: auto;
  background: url(../img/bg8.png);
  min-height: 600px;
  max-height: 1500px;
  background-size: cover;
  color: #ffffff;
  padding-bottom: 40px;
  overflow: hidden;
  }
.action h2 {
  font-weight: 600;
  font-size: 2.5em;
  text-align: center;
  }

.action h2 span {
  display: block;
  margin-top: 30px;
  font-size: 40%;
  font-weight: 300;
  }
.list_img2{display: block;}
.list_img2 li{margin-top:30px;}
.list_img2 li img{display: block; width: 100%;height: 68px;}
.content-action{
  font-size: 2.5em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  padding-top: 50px;
  text-align: center;
  color:#ffffff;
  }

/*--------------------------
--------- THE TEAM ---------
--------------------------*/
#team {
  width: 100%;
  height: auto;
  min-height: 660px;
  max-height: 2500px;
  background-size: cover;
  color: #333;
  padding-bottom: 40px;
  padding-top: 40px;
  z-index: 999;
  }

.team h2 {
  font-weight: 600;
  font-size: 2.5em;
  text-align: center;
  color: #333;
  }

.team h2 span {
  display: block;
  margin-top: 30px;
  font-size: 40%;
  font-weight: 300;
  color: #666666;
  }
.center_txt p{text-indent: 28px;line-height: 30px;}


/*--------------------------
--------- footer ---------
--------------------------*/
#footer{
  width: 100%;
  background-color: #333;
  height: auto;
  min-height: 240px;
  max-height: 500px;
  padding-top: 40px;
  z-index: 999;
}
.footer_list{display: block;position: relative;padding-bottom: 20px;}
.footer_list>li{float: left;margin-right: 35px;}
.abb_txt{border-right: 1px solid #999;padding-right: 30px;}
.abb_txt h1{font-weight: 500;font-size: 2.5em;margin-top: 0px;}
.abb_txt h4{font-weight: 400;font-size: 1.2em;margin-top: 0px;margin-bottom: 15px;}
.abb_txt p{color: #ccc;}
.abb_txt2 h4{font-size: 1.2em;margin-top: 0px;margin-bottom: 15px;padding-top: 10px;}
.abb_txt2 p{color: #ccc;}
.icp{background-color: #f5f5f5;padding: 10px;text-align: center;color:#aaa;margin-bottom: 0px;}
/*2018-10-27*/
.mt50{margin-top:50px;}
.mt40{margin-top: 40px;}
.mt20{margin-top:20px;}


/*二级页*/
.ban_img{background:url(../img/banner.png) no-repeat center; background-size: 100%;position: relative;}
.ban_tx{width: 1200px; margin: 0 auto; padding-top: 150px; color: #fff; text-shadow: 2px 1px 1px #000;}
.ban_tx>h1{font-size: 44px; font-weight: 500;margin-bottom: 20px;}
.ban_tx>h3{font-size: 32px; font-weight: 300;}
.container2{width: 1200px;margin: 0 auto;position: relative;padding-top: 15px;}
.column{position: absolute;left: 0px;}
.typer{width:225px; border-bottom: 1px solid #eee;list-style: none; }
.typer>li{width:100%; height: 45px; line-height: 45px;margin-bottom: 1px;}
.typer>li>a{display:block;color: #333; padding-left: 30px;font-size: 14px; background:#fff;}
.typer>li>a:hover{background: #b8203d;text-decoration: none; color: #fff;}
.typer>li>a.active{background: #b8203d; color: #fff;}
.column_txt{ background: #fff; margin-left: 228px; padding: 15px 25px 25px; min-height: 1000px;}
.head_title{ background: url(../img/logo_sm.png)no-repeat left; background-size:48px; padding-left:60px;}
.head_title>h3{font-size: 24px;font-weight: 500; color: #333;padding-top:15px;}
.head_title>small{font-size: 14px; color: #888;padding-bottom:15px;}
.center_text{padding: 15px 20px;}
.center_text>h4{color: #333;font-weight: 600;font-size: 20px;}
.center_text>h5{color: #b8203d;font-weight: 600;font-size: 16px;padding-top: 10px;}
.center_text>p{text-indent: 32px;line-height: 30px;color: #555;font-size: 16px;}
.center_text>img{display: block;margin: 0 auto;width: 660px;}


@media screen{
}
