﻿.ContentDiv
{
   width:1200px;   
    margin:auto;
 }
/*内容标题*/
.TitleDiv 
{
    text-align:center; 
    width:1200px; 
    height:115px;  
    padding-top:40px;
    }
.TitleDiv .Title 
{
    font-family:Hiragino Sans GB W3;
    font-size:22px;
    color:#0a2f51;
     }
 .TitleDiv .Subtitle
 {
     font-family:ArialMT;
     src:url('../BootstrapSouce/fonts/ArialMT.ttf'); 
     font-size:14px;
     color:#999999;
     }
 .TitleDiv .Line
 {
     display:inline-block;
     width:100px;
     height:9px; 
     margin:0px 23px;
     border-top:1px solid #000;
     }
.IntApp_Contents
{
   width:1200px;
   margin:auto;
    }
 /*行业应用选项卡*/
 .IntApp_Contents .IntApp_Contents_Nav
 {
     width:1232px;
     height:40px;
     left:-32px;
     position:relative;
    margin-bottom:30px;
     }   
.IntApp_Contents .IntApp_Contents_Nav ul
{
    margin:0px;
    padding:0px;
         }
.IntApp_Contents .IntApp_Contents_Nav ul li 
{
    width:120px;
    height:40px;
    /* background:#dddddd; */
    border-radius:20px;
    border:1px solid #0257b7;
    list-style:none;
    float:left;
     margin-left:32px;
    text-align:center;
    line-height:40px;
    color:#0257b7;
    font-size:14px;
    font-family:Hiragino Sans GB W6;
    cursor:pointer;
    }
.IntApp_Contents .IntApp_Contents_Nav ul li.active
{
    color:#fff;
    background:#0257b7;
    }
  /*选项卡内容*/
 .NavContent
 {
    width:100%;
    height:auto!important;
    /* height:500px;
    min-height:50px;  */
    /* overflow:hidden; */
    min-width:1200px;
     }
 .Module
 {
     width:100%;
     height:auto;
     background:#fff;
     }
.NavContent .Module:nth-of-type(odd)
{
   background:#f4f7fe;
    }
 .Module .Module_Content
 {
      width:1200px;
      height:500px;
      margin:auto;
     
     }
.Module_Content .Title .Number
{
    display:inline-block;
    width:80px;
    height:50px;
    background-repeat:no-repeat;
    background:url(../image/IndApp/行业应用-标题背景.png);
    color:#0257b7;
    margin-right:20px;
    line-height:50px;
    text-align:center;
    font-size:20px    }
.Module_Content .TxtDiv h3
{
    display:inline-block;
    line-height:130px;
    margin:0px;
    font-family:Hiragino Sans GB W3;
    color:#0257b7;
    font-size:18px;
    font-weight:bold;
    }
.Module_Content .FunDiv
{
    width:1200px;
    height:auto;
    padding-top:30px;
    }
.FunDiv .TxtDiv
{
   float:left;
   height:400px;
   width:550px;
   margin-right:50px;
   /* overflow-y:auto; */
   max-height:400px;
    }
.FunDiv .TxtDiv p
{
   text-indent:2em;
   font-family:微软雅黑;
   font-size:16px;
   color:#333333;
   line-height:32px;
   margin:0px;
    }
.FunDiv .ImgDiv
{
   float:left;
   height:300px;
   width:600px;
   text-align:center;
    }
    .FunDiv .TxtDiv div
{
    display:inline-block;
    vertical-align: middle;
    width:550px;
    }
.FunDiv .ImgDiv .ContentDiv
{
    width:600px;
    height:300px;
    }
.carousel-control.left,.carousel-control.right
{
     background:none; 
     padding-top:120px;
    }
/*轮播图片大小问题*/

 .myCarousel .carousel-inner .item img{ 
    min-height:300px; 
    max-height:300px;
    max-width:600px; 
    margin:auto;
 }
 .FunDiv .ImgDiv .ImgTxt
{
    display:none;
    padding:0px 17px;
    margin-top:40px;
    height:40px;
    line-height:40px;
    font-family:微软雅黑;
    font-size:16px;
    text-align:center;
    color:#0257b7;
    background:#dbe7f7;
    min-width:200px;
    } 

 .FunDiv .ImgDiv .ImgTxt.active
{   display:inline-block;
    } 
 /*奇数改变图片文字的浮动*/
.NavContent .Module:nth-of-type(even) .FunDiv .TxtDiv
{
    float:right;
    margin:0px 0px 0px 50px;
    }
.NavContent .Module:nth-of-type(odd) .FunDiv .TxtDiv
{
    float:left;
    
    }
.carousel-indicators li{ border:1px solid blue}
.carousel-indicators li.active{ background:blue}
.carousel-indicators {display:none;}