@charset "utf-8";

@media (max-width:450px) {}

@media (min-width:1200px) {
  .header {
    height: 600px;
    background-color: #007AFF;
    position: relative;
  }

  .navitation {
    width: 100%;
    position: absolute;
    background-color: rgba(255, 2555, 255, .3);
    top: 0px;
    left: 0px;
    z-index: 10;
  }

  .i-slogan {
    margin-top: 50px;
    /* position: absolute; */
    /* background-color: #000000; */
  }

  .i-slogan-tit {
    font-size: 48px;
    line-height: 1.5;

  }

  .i-slogan-desc p {
    font-size: 22px;
    font-weight: bold;
  }

  .logo {
    display: block;
    width: 200px;
    margin-top: 18px;
    height: 80px;
    margin-right: 15px;

    float: left;
  }

  .menubar {
    overflow: hidden;
    padding: 40px 15px;
  }

  .menu {
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .menuitem {
    flex-grow: 1;
    line-height: 2;
  }

  .menuitem>a {
    color: #fff;
    font-size: 16px;
  }

  .productcenter {
    margin-top: 5px;
    background-color: #f0f0f0;
    padding: 50px 0px;
  }

  .productcenter-intro {
    float: left;
    width: 400px;
    padding-right: 80px;
  }

  .productcenter-tit {}

  .productcenter-tit>h1 {
    font-size: 32px;
    font-weight: bold;
    color: #024199;
    line-height: 2;
    letter-spacing: 5px;
  }

  .productcenter-tit>h2 {
    font-size: 16px;
    color: #024199;
  }

  .productcenter-desc {
    margin-top: 70px;
  }

  .productcenter-desc>p {
    line-height: 2;
    font-size: 14px;
    color: #000;
  }

  .productcenter-intro>.btn-product {
    padding: 10px 50px;
    display: inline-block;
    background-color: #f06c23;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    margin: 50px 0px 0px 0px;
  }

  .productcenter-type {
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
  }
   .productcenter-type-list {
    flex-grow: 1;
    height: 400px;
    padding:5px;
    margin: 10px;
    position: relative;
   
	
	
  }
  .productcenter-type-list-warp{
	  background-color:#fff;
	   height:100%;
	    border:1px solid #fff;
		transition:all 0.5s ease-in-out;
  }
  .productcenter-type-item {
	 
	  background-repeat:no-repeat;
	  background-clip:content-box;
	  background-size:cover;
	  background-origin:content-box;
	  padding:5px;
	  display:block;
	  height:100%;
	 
	
	  
   
  }
  .productcenter-type-list-warp:hover{
	  border:1px solid #015db0;
	  box-shadow:0 5px 10px rgba(0,0,0,.3);
  }

  .bg1 {
    background: url(../images/1.jpg) no-repeat;
    background-size: contain;
  }

  .bg2 {
    background: url(../images/2.jpg) no-repeat;
    background-size: contain;
  }

  .bg3 {
    background: url(../images/4.jpg) no-repeat;
    background-size: contain;
  }

  .productcenter-type-item-tit {
    position: absolute;
    bottom: 50px;
    left: 20px;
  }

  .productcenter-type-item-tit>h2 {
    color: #024199;
	font-weight:bold;
  }

  .recommendproduct {
    padding: 50px 0px;
  }

  .recommendproduct-tit {
    text-align: center;
  }

  .recommendproduct-tit>h1 {
    font-size: 32px;
    font-weight: bold;
    color: #024199;
    line-height: 2;
    letter-spacing: 5px;
  }

  .recommendproduct-tit>h2 {
    font-size: 16px;
    color: #024199;

  }

  .recommendproduct-body {
    padding: 40px 0px;
  }

  .recommendproduct-item {
	  
    
    border: 1px solid #f0f0f0;
    position: relative;
	transition:all 0.3s ease-in-out;
  }
   .recommendproduct-item:hover{
  border:1px solid #015db0;
	  box-shadow:0 5px 10px rgba(0,0,0,.3);
   
   
  }
  .recommendproduct-item:hover .recommendproduct-item-tit{
	    bottom: 0px;
		color:#fff;
		font-weight:bold;
	   background-color: rgba(0, 149, 255, .9);
  }

  .recommendproduct-item img {
    width: 100%;
    vertical-align: bottom;
  }

  .recommendproduct-item-tit {
    width: 100%;
    font-size: 14px;
    position: absolute;
	left:0px;
    bottom: -40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 5px;
	color: #fff;
	transition: all 0.5s ease-in-out;
  }
  



  .aboutus {
    background-color: #d5e2f5;
    padding: 50px 0px;
  }

  .aboutus-thumb {
    float: left;
    width: 400px;
    /* min-height: 300px; */
    /* background-color: #009F95; */
    margin-right: 50px;
  }

  .aboutus-thumb img {
    width: 100%;
    vertical-align: bottom;
  }

  .aboutus-wrap {
    overflow: hidden;
    min-height: 300px;
  }

  .aboutus-wrap-tit {}

  .aboutus-wrap-tit>h1 {
    font-size: 32px;
    font-weight: bold;
    color: #024199;
    line-height: 2;
    letter-spacing: 5px;
  }

  .aboutus-wrap-tit>h2 {
    font-size: 16px;
    color: #024199;
  }

  .aboutus-body {
    margin-top: 30px;
  }

  .aboutus-body>p {
	font-weight:bold;
    line-height: 2;
    font-size: 14px;
    color: #000;
  }

  .aboutus-wrap .btn-product {
    padding: 10px 50px;
    display: inline-block;
    background-color: #f06c23;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
  }

  .aboutus-honor {
    margin: 20px 0px;
    font-size: 18px;
  }

  .aboutus-honor ul li {
    float: left;
    width: 33.3333%;
    text-align: center;
    line-height: 1.5;
    color: #085C9B;
	font-weight:bold;
    border-right: 1px solid rgba(8, 52, 155, .3);
  }

  .newcenter {
    padding: 50px 0px;
  }

  .newcenter-tit {
    text-align: center;
  }

  .newcenter-tit>h1 {
    font-size: 32px;
    font-weight: bold;
    color: #024199;
    line-height: 2;
    letter-spacing: 5px;
  }

  .newcenter-tit>h2 {
    font-size: 16px;
    color: #024199;

  }

  .newcenter-wrap {
    display: flex;
    flex-flow: row wrap;
    padding: 30px 0px;
  }

  .newcenter-item {
    width: 50%;
    flex-grow: 1;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    transition: all 0.5s ease-in-out;
  }

  .newcenter-item-tit {
    line-height: 2;
	font-weight:bold;
    color: #000;
    background: url(../images/arrow.png) no-repeat left;
    text-indent: 1.5em;
  }

  .newcenter-item-desc {
    line-height: 2;
    font-size: 14px;
    color: #626262;
    text-indent: 1.5em;
  }

  .newcenter-item:hover {
    background-color: #EFEFEF;
  }

  .footer {
    background-color: #272727;
    padding: 30px 0px;
  }

  .footer-body {
    display: flex;
    flex-flow: row nowrap;
  }

  .footer-item {
    flex-grow: 1;
    /* background-color: #2D93CA; */

  }

  .footer-item h1 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 2;
  }

  .footer-item h2 {
    font-size: 22px;
    color: #fff;
    line-height: 2;
  }

  .footer-item p {
    line-height: 2;
    font-size: 14px;
    color: #b2b2b2;
  }
  .footer-item p>a {
    color: #b2b2b2;
	transition: color .5s;
  }
  .footer-item p>a:hover {
    color: #efefef;
  }

  .qrcode {
    margin: auto;
    width: 150px;
  }

  .qrcode img {
    width: 100%;
  }

  .footer-item:nth-child(4) {}

  /* channel */
  .channel {
    padding: 30px 0px;
  }

  .channel-left {
    float: left;
    width: 250px;
    min-height: 400px;
    margin-right: 20px;
  }

  .channel-left-header {
    border-radius: 5px 5px 0px 0px;
    line-height: 80px;
    background-color: #2D93CA;
    text-align: center;
    border-bottom: 3px solid #124769;
  }

  .channel-left-header h1 {
    font-size: 32px;
    color: #fff;
  }

  .channel-left-body {
    background-color: rgba(45, 147, 202, .4);
  }

  .channel-left-body ul li {    line-height: 40px;
    text-align: left;
    text-indent: 2em;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.5s;
  }
  .channel-left-body ul li:after{
    content:"";
    display:inline-block;
    position: absolute;
    right:10px;
    top:12px;
    width:16px;
    height:16px;
    background: url(../images/arrow.png) no-repeat center center;
    }
  


  .channel-left-body ul li:hover {
    background-color: #0b81ff;
  }

  .channel-left-body ul li:hover a {
    color: #fff;
  }


  .channel-left-body ul li a {
    color: #424242;
    font-size: 16px;
	font-weight:bold;
  }
    .channel-left-body-li-current{
    background-color: #0b81ff;
	font-weight:bold;
  }
  
.channel-left-body-li-current a{
    color: #fff !important;
  }

  .channel-left-bottom {
    height: 10px;
    background-color: #2D93CA;
    border-radius: 0px 0px 5px 5px;
  }

  .channel-right {
    overflow: hidden;
    min-height: 400px;
    /* border: 1px solid #e2e2e2; */
  }

  .channel-right-header-nav {
    line-height: 50px;
    border-bottom: 1px solid #e2e2e2;
    text-indent: 2em;
    color: #424242;
  }

  .channel-right-header-nav a {
    color: #424242;
  }

  .channel-right-body-article {
    padding: 20px;
  }

  .channel-right-body-article {
    font-size: 16px;
    line-height: 2;
  }
  .channel-right-body-article-list{
	  
  }
  .channel-right-body-article-list li{
	  line-height:50px;
	  border-bottom:1px dotted #d2d2d2;
	  background:url(../images/arrow.png) no-repeat left center;
	  text-indent:2em;
  }
  .channel-right-body-article-list li a{
	  color:#424242;
	  font-size:14px;
	  
  }
   .channel-right-body-article-list li span{
	  color:#ccc;
	  font-size:14px;
	  
  }
  .channel-right-body-article-list li a:hover{
	  color:red;
	  font-size:14px;
	  
  }

  .channel-right-body-list {

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 20px 5px;

  }

  .channel-right-body-list-item {
    flex-grow: 0;
    width: 33.3333%;
   /* height: 260px; */
    padding: 5px;
  }
  
  .channel-right-body-list-item:hover{
    
    }
  .channel-right-body-list-item-thumb{
    height: 100%;
    overflow: hidden;
  }
  .channel-right-body-list-item-thumb img {
    width: 100%;
    vertical-align: bottom;
  }

  .channel-right-body-list-item a {
    padding: 5px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .channel-right-body-list-item a:hover{
    border: 1px solid #d2d2d2;
  }
  .channel-right-body-list-item a:hover .channel-right-body-list-item-tit{
	  
    background-color: rgba(210,210,210, 1);
  }

  .channel-right-body-list-item-tit {
	  font-weight:bold;
    left: 0px;
    position: absolute;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(240, 240, 240, .8);
    width: 100%;
    padding:0px 10px;
    transition: all 0.5s ease-in-out;
    text-align: center;
    color: #424242;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
  }



  .channel-paginator {
    border-top: 1px solid #e0e0e0;
    padding: 15px 0px;
  }

  .page_wrap {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
  }

  .paginator {
    float: right;
    height: 25px;
    overflow: hidden;
  }

  .paginator,
  .paginator input,
  .paginator button {
    font-family: Tahoma, "宋体";
    font-size: 12px;
  }

  .paginator a,
  .paginator span {
    float: left;
    height: 23px;
    margin: 0 5px 0 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 23px;
    background: #fff;
  }

  .paginator a {
    color: #085C9B;
  }

  .paginator b {
    font-family: "宋体";
    margin: 3px;
    font-weight: 300;
  }

  .paginator a:link,
  .paginator a:visited,
  .paginator a:hover,
  .paginator a:active {
    text-decoration: none;
  }

  .paginator .page-start,
  .paginator a,
  .paginator .page-end {
    padding: 0 8px;
    border: 1px solid #D3D3D3;
    background: #ffffff;
  }

  .paginator .page-start {
    border-color: #d9d9d9;
    color: #d9d9d9;
  }

  .paginator .page-end {
    border-color: #d9d9d9;
    color: #d9d9d9;
  }

  .paginator .page-this,
  .paginator .page-break {
    padding: 0 3px;
  }

  .paginator .page-break {
    border: 1px solid #fff;
  }

  .paginator .page-this {
    border: 1px solid #D3D3D3;
    background-color: #E9E9E9;
    color: #D4105A;
    padding: 0px 8px;
    font-weight: bold;
  }

  .paginator .page-skip {
    height: 22px;
    line-height: 22px;
    padding: 0 3px;
    margin: 0;
    background: none;
  }

  .paginator .page-skip input {
    width: 26px;
    *width: 23px;
    height: 19px;
    line-height: 19px;
    border: 1px #D3D3D3 solid;
    font-size: 12px;
    margin: -1px 6px 0px 6px;
    #margin-top: 1px;
    _margin-top: 0px;
    padding: 0px 0px 0px 2px;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paginator .page-skip button {
    font-size: 12px;
    padding: 0 5px 5px 5px;
    _padding: 0 5px 0 5px;
    width: auto;
    _width: 0;
    height: 22px;
    *height: 23px;
    *line-height: 20px;
    _height: 16px;
    _line-height: 16px;
    margin-left: 10px;
    *margin-top: -1px;
    overflow: visible;
    vertical-align: top;
  }

  .paginator a:hover {
    border: 1px solid #A6A6A6;
    color: #868688;
  }
.content-body{
    line-height: 2;
    font-size:16px;
  }
  .content-body-tit{
	  font-weight:bold;
    padding:15px 0px;
    font-size:18px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    
  }
  .content-body-article{
    padding:30px;
  }


}
