body{font-family:"微软雅黑"!important;color: #999;font:14px Microsoft YaHei!important;line-height: 24px;background: #fff;}
body,div,p,span,ul,li,dl,dd,h1,h2,h3,a,input,img{margin:0;padding:0;}
li,ol{list-style:none;}
a,input,img,textarea{border:none;outline:none;}
i,em{font-style:normal;}
.fl{float: left;}.fr{float: right;}.tc{text-align:center;}.tr{text-align:right;}.tl{text-align:left;}
.db{display: block;}.ma{margin: 0 auto;}.pr{position: relative;}.pa{position: absolute;}.pf{position: fixed;}
.transition{-webkit-transition: all  0.3s ease-out;-moz-transition: all  0.3s ease-out;-o-transition: all  0.3s ease-out; transition: all  0.3s ease-out; }
a{text-decoration: none;color: #666;}
a:focus{text-decoration: none;}
a:hover,a:focus{text-decoration: none;color: #fff;}
.hide{display: none}
.show{display: block}
.modal a{outline:none;}
label{font-weight: normal;}
a:focus {outline:none;outline-offset:0;}
.container{margin:0 auto;padding:0!important;}
.img img{width: 100%;transition: 1s transform;}
.slick-slide{outline: none!important;}
#wrap_index{overflow: hidden;position: relative;padding-top: 100px;}
/*头部*/
#header{width: 100%;height:100px;background:#fff;z-index: 2;position: fixed;top: 0;left: 0;box-shadow: 0 0 12px rgba(31,31,31,0.1);transition: 300ms;}
#header .container{position: relative;}
#header .logo{width: 45%;height: 100%;float: left;}
#header .logo a{display: table-cell;vertical-align: middle;width:540px;height: 100px;transition: 300ms;}
#header .logo img{max-width: 100%;max-height: 100%;}
#header .hottell{width: 406px;height: 46px;line-height: 42px;font-weight: bold;font-size: 22px;color: #fff;border: 2px solid #2b68e2;border-radius: 23px;float: right;
  letter-spacing:1px;margin-top: 27px;position: relative;padding-left: 52px;background: url(../images/icon1.png) 20px center no-repeat;background-size: 23px auto;
transition: 300ms; animation: yanse 0.8s 0.3s ease forwards;}
#header .hottell a{color:#2b68e2; }
#header .hottell p{width: 152px;height: 42px;background: #2b68e2;text-align: center;font-weight: bold;font-size: 18px;color: #fff;position: absolute;top: 0;border-radius: 20px;
animation: lines 0.8s ease forwards;}
@keyframes lines {  
    0% {right: 59%;} 100% {right: 0;}  
}
@keyframes yanse {  
    0% {color: #fff;} 100% {color: #2b68e2;}  
}
@media (min-width: 768px){
  #header.head_up,#header.head_up .logo a{height: 86px;transition: 300ms;}
  #header.head_up .hottell{margin-top: 20px;transition: 300ms;}

}
/*首页大图*/
#banner img{width: 100%;}
#banner .slick-slider{margin-bottom: 0;}
#banner .slick-list{width: 100%;}
#banner .slick-slide{overflow: hidden;}
.slick-arrow:before{display: none;}
.slick-dots li button:before{display: none;}
#banner .slick-dots{bottom: 20px;display: none;}
#banner .slick-dots li{width: 14px;height: 14px;margin:0 9px;}
#banner .slick-dots li button{width:10px;height: 10px;padding: 0;border-radius: 50%;position: absolute;bottom: 2px;left: 2px;transition: 300ms;
   background-color: rgba(255, 255, 255, 0.5);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2fffffff,endcolorstr=#2fffffff);}
#banner .slick-dots li.slick-active button{width: 14px;height: 14px;bottom: 0;left: 0;background: #fff;transition: 300ms;}
/*内容*/
#Maincont{width: 100%;position: relative;}
#Maincont .alltitle{width: 100%;padding: 20px 0 30px;line-height: 1.6;}
.alltitle span{display: inline-block;font-size: 36px;color: #333;padding: 0 50px 10px;position:relative;}
.alltitle span:before{content: "";width: 100%;height: 1px;background:#cdcdcd;position: absolute;bottom: 0;left: 0;}
.alltitle span:after{content: "";position: absolute;
    bottom: -1px;left: 50%;display: block;width: 35px;height: 3px;margin-left: -18px;background: #2b68e2;}
.alltitle p{font-size: 18px;color: #999;}

.content2{padding: 40px 0 90px;background: #f9f9f9 url(../images/bg3.png) center no-repeat;background-size: cover;}
.alltitle .about{font-size: 18px;color: #555;line-height: 32px;margin: 30px 0;text-align:left;}
.content2 .licheng{width: 100%;position: relative;}
.licheng .lc_left{width: 51%;position: relative;margin: 30px 0;}
.licheng .lc_left:before{content: "";width: 102%;height: 113%;border: 1px solid #e2e2e2;position: absolute;top: -6.5%;left:5%;}
.licheng .lc_right{width: 46%;height: 375px;right: 0; position: absolute;top: 50%;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);}
.lc_right .lcli{padding-left:30px;width: 100%;position: relative;background: url(../images/icon2.png) left 8px no-repeat;background-size: 10px auto;}
.lc_right .ltitle{width: 100%;height: 52px;margin: 9px 0;line-height: 26px;font-size: 16px;color: #555;overflow: hidden;}
.licheng_item{width: 100%;height: 100%;overflow-y:scroll;}
/* 滚动条样式 */
.licheng_item::-webkit-scrollbar {width: 3px;}
.licheng_item::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #bbb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #bbb;
}
.licheng_item::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #434343;
    -webkit-box-shadow: inset 0 0 3px #434343;
}
.licheng_item::-webkit-scrollbar-thumb:window-inactive{background:#333;}
.content3{padding: 40px 0 80px;}
.tg_item{width: 103.6%;margin-left: -1.8%;}
.tg_item .tgli{padding: 5%;}
.tg_item .tgli dd{width: 100%;height:auto;border: 1px solid #ebebeb;}
.tg_item .slick-dots{bottom: -40px;display: none;}
.tg_item .slick-dots li{width: 12px;height: 12px;background: #e2e2e2;border-radius: 50%;margin:0 9px;transition: 300ms;}
.tg_item .slick-dots li.slick-active{background: #2b68e2;transition: 300ms;}

.content5{background: #f6f6f6;padding: 80px 0;}
#dituContent{width:55.8%;height:446px;}
#dituContent label{max-width: none;left: 15px!important;}
.tact_right{width: 39.2%;position: absolute;right: 0;top: 50%;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);}
.tact_right .title{width: 100%;font-size: 18px;color: #999;line-height: 1.5;}
.tact_right .title p{font-size: 30px;color: #333;}
.tact_right .tactdec{font-size: 18px;color: #333;line-height:2.33;margin-top: 20px;}
.footer{width: 100%;font-size: 14px;background: #2b68e2;color: #fff;padding:18px 15px;line-height: 24px;}
.footer a{color: #fff;}
.linkbox{color: #98b9fd;margin-bottom: 6px;}
.linkbox a{color: #98b9fd;margin: 0 8px;}
.linkbox a:hover{color: #fff;}


@media (min-width: 1200px) and (max-width: 1499px){
   
}
@media (max-width: 1199px){
  .tg_item .tgli .title{font-size: 30px;}
  #dituContent{height: 400px;}

}
@media (max-width: 991px){
  .alltitle span{font-size: 24px;padding: 0 40px 10px;}
  .alltitle p{font-size: 16px;}
  .content2{padding: 30px 0 60px;}
  .alltitle .about{font-size: 14px;line-height: 26px;}
  .licheng .lc_right{width: 46.3%;height: 282px;}
  .lc_right .lcli{padding-left: 26px;background: url(../images/icon2.png) left 4px no-repeat;background-size: 8px auto;}
  .lc_right .ltitle{font-size: 14px;line-height: 20px;height: 40px;margin: 6px 0;}
	.tg_item .tgli .title{font-size: 24px;}
  .tact_right .title p{font-size: 28px;}
  .tact_right .title{font-size: 16px;}
  .tact_right .tactdec{font-size: 16px;line-height: 2;}
  #dituContent{height: 320px;}
}
@media (max-width: 768px){
  #wrap_index{padding-top: 54px;}
  .container{padding:0 15px!important;}
  #header{height: 54px;}
  #header .logo{width: 86%;}
  #header .logo a{height: 54px;}
  #header .hottell p{display: none;}
  #header .hottell{overflow: hidden;width: 32px;height: 32px;line-height:32px;font-size: 16px;border: 1px solid #2b68e2;border-radius: 16px;margin-top: 11px;
  padding-left:0;background: url(../images/icon1.png) center no-repeat;background-size: 18px auto;font-weight: normal;}
   #header .hottell a{display: block;width: 100%;height: 100%;color: transparent;}
  #banner .slick-dots{bottom:4px;}
  #banner .slick-dots li{width: 10px;height: 10px;margin:0 4px;}
  #banner .slick-dots li button{width:6px;height:6px;}
  #banner .slick-dots li.slick-active button{width: 10px;height: 10px;}
  #Maincont .alltitle{padding: 20px 0;}
  .alltitle span{font-size: 20px;padding: 0 32px 10px;}
  .alltitle p{font-size: 14px;}
  .content2{padding: 20px 0;}
  .alltitle .about{margin: 18px 0;}
  .licheng .lc_left{width: 100%;margin: 20px 0;float: unset;}
  .licheng .lc_right{width: 100%;position: relative;top: 0;margin: 40px 0 10px;
      -webkit-transform: translate(0, 0);-ms-transform: translate(0,0);transform: translate(0,0);} 
  .lc_right .lcli{padding-left: 20px;}
  .content3{padding: 20px 0 50px;}

  #dituContent{width: 100%;height: 200px;}
  .content5{padding: 30px 0;}
  .tact_right{width: 100%;position: relative;top: 0;margin-top: 20px; -webkit-transform: translate(0,0);-ms-transform: translate(0, 0);transform: translate(0, 0);}
  .tact_right .title p{font-size: 20px;}

}
@media (max-width: 420px){
  .tact_right .title{font-size: 14px;}
  .tact_right .tactdec{font-size: 14px;margin-top: 10px;}
  .footer{font-size: 12px;line-height: 20px;padding:10px 15px;}
  .content3{padding: 20px 0 40px;}
  .tg_item .slick-dots li{width: 8px;height: 8px;margin: 0 5px;}
  .tg_item .slick-dots{bottom: -40px;}
 
	
}
@media (max-width: 375px){
  #header .hottell{letter-spacing: 0;}
  .tg_item .tgli .title{font-size: 16px;}
  .tg_item .tgli .tgdec{font-size: 14px;line-height: 24px;}
  .alltitle span{font-size: 18px;padding: 0 20px 6px;}
	
}
@media (max-width: 360px){
  .alltitle span{font-size: 16px;}
  #header .hottell{font-size: 14px;}
  .tact_right .title p{font-size: 18px;}
}
