

.about{text-align:center;}
.about h2{font-size:30px;font-weight: bold;line-height: 80px;}

.about1{width:100%;height:auto;overflow:hidden;margin-top:20px;}
.about1 img{float:left;margin-right:30px;margin-bottom:20px;}
.about1 p{text-align:left;line-height: 36px;font-size:16px;text-indent: 2em;margin-bottom: 10px;}

.top-title{margin-bottom: 20px;text-align: center;height: 50px;line-height: 50px;border-top: 1px solid #999;border-bottom: 1px solid #999;}
.top-title h2{font-size: 36px;margin: 20px auto;letter-spacing: 10px;color: #423120;font-weight: bold;}
.top-title a{font-weight: bold;}
.top-title a:last-child{font-weight:normal;}


.page-title{margin-bottom: 20px;text-align: center;}
.page-title h2{font-size: 36px;margin: 20px auto;letter-spacing: 10px;color: #423120;font-weight: bold;}
.page-title a:first-child{font-weight: bold;}
.page-title p{font-size: 15px;margin-top:10px;}



.youshi{width:100%;height: auto;background-color:#e2d5c4;padding-top:30px;overflow: hidden;padding-bottom: 50px;}

.why{width:100%;height:auto;overflow: hidden;margin-top:40px;}

.why1{display:flex;}
.why1 dl{flex: 1 0 auto;}



.why1{
  display: flex;
}
.why1 dl{
  flex: 1 0 33%;
  display: flex;
}
.why1 dl dt{flex: 1 0 40%;text-align: center;padding-top: 20px;}
.why1 dl dd{
  flex: 1 0 40%;
}

.why1 i{font-size: 70px;color: #9e7523;}

.why1 dd h2{font-size:20px;color: #545454;line-height: 46px;font-weight: bold;}
.why1 dd p{
  line-height: 24px;
}


.shili{width:100%;height:auto;overflow: hidden;margin-top:40px;margin-bottom:40px;}

.shili1{display:flex;}
.shili1 dl{flex:1 0 33%;padding:0 10px;}
.shili1 dl dt img{width:100%;}



.mainLeft{width: 260px;float:left;height:auto;overflow: hidden;}
.mainTitle{width:100%;height:60px;background-color: #000000;padding-left: 20px;}
.mainTitle h1{font-size:20px;line-height: 60px;color:#daaa4a;}

.pro-nav{width:100%;border: 1px solid #e7e7e7;border-top:none;border-bottom:none;}

.pro-nav li{width:100%;border-bottom: 1px solid #efefef;}
.one_level{
    padding-left: 15px;
    position: relative;border-bottom: 1px solid #e7e7e7;
}
.one_level a{font-size:16px;position:relative;display: block;width: 80%;height: 50px;line-height: 50px;}
.one_level i{font-size: 12px;position: absolute;top: 20px;right: 24px;color:#8f9397;cursor: pointer;}
.one_level i.active{transform:rotate(180deg);}

.two_level{width:100%;height: auto;display: none;}
.two_level li{width:100%;height:30px;line-height: 30px;position:relative;padding-left: 24px;}
.two_level li:before{content:"·";}
.two_level li a{font-size:14px;color:#333;}



.main{width: 900px;float: right;height: auto;overflow: hidden;display:flex;flex-wrap: wrap;}
.main dl{flex: 0 0 25%;padding: 5px;cursor: pointer;margin-bottom: 20px;}
.main dl dt{overflow: hidden;width:100%;height:215px;position:relative;border: 1px solid #eee;}
.main dl dt img{transition: all 1s; position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;max-width: 100%;}
.main dl dt:hover img{transform:scale(1.1);}

.main dl dd{height: 60px;text-align: center;line-height: 30px;padding: 0 10px;}
.main dl dd a{font-size:16px;}


.apply{width:100%;display: flex;flex-wrap: wrap;}
.apply dl{flex: 0 0 25%;padding:0 10px;margin-bottom:20px;}
.apply dl dt{width:100%;position:relative}
.apply dl dt img{width:100%;}
.apply dl dt p{position:absolute;bottom:0px;width:100%;text-align:center;height:23px;line-height:23px;background-color:rgba(0,0,0,0.6);color:#fff;}
.apply dl dd{width:100%;height: auto;padding: 10px 0 0 0;}
.apply dl dd p{font-size:16px;line-height:40px;}
.apply dl dd p a{
    text-decoration: underline;
    margin-right: 15px;
}


.album{text-align:center;}
.album h2{font-size:30px;font-weight: bold;line-height: 80px;}

.album{width:100%;display: flex;flex-wrap: wrap;  
  justify-content: space-between;margin-bottom:30px;
  flex-direction: row;}
.album dl{ cursor:pointer;   flex: 0 0 24%;padding:0 4px;border:1px solid #eee;}
.album dl dt{width:100%;}
.album dl dt img{width:100%;}
.album dl dd{width:100%;height:40px;text-align:center;}
.album dl dd p{font-size:16px;line-height:40px;}


.album-in{width:500px;display:flex;margin: 0 auto;justify-content: space-between;}
.album-in a{height: 36px;flex: 0 0 100px;background-color: #222222;line-height: 36px;color: #fff;}
.album-in a.active,.album-in a:hover{background-color:#e3b24e;}


.album-content{margin: 40px 0;min-height:400px;}
.album-content ul{display: flex;justify-content: space-between;}
.album-content li{flex: 0 0 31%;}
.album-content li img{width:100%;}




.news{text-align:center;}
.news h2{font-size:30px;font-weight: bold;line-height: 80px;}




.news-list{}
.news-list dl{
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    padding: 15px;
    background-color: #f3f3f3;
}
.news-list dl dt{
    width: 260px;
    height: 170px;
    float: left;
}
.news-list dl dt img{
    width: 100%;
    height: 100%;
}
.news-list dl dd{
    width: 880px;
    float: right;
    text-align: left;
}
.news-list dl dd a{
    font-size: 18px;display: block;
    font-weight: bold;
    line-height: 60px;
    border-bottom: 1px dashed;
    margin-bottom: 14px;
}
.news-list dl dd p{line-height: 26px;}





.newsin{text-align:center;}
.newsin h2{font-size:30px;font-weight: bold;line-height: 80px;}




.content{width:1200px;padding:30px;min-height:500px;background-color:#f3f3f3;}

.newsin-title{text-align: center;line-height:60px;}
.newsin-title h3{font-size:20px;font-weight:bold;}

.newsin-info{}

.newsin-content{margin-top:30px;text-align:left;}

.contact{margin: 40px 0;}
.contact h1{font-size:26px;font-weight: bold;    line-height: 60px;} 

.contact-left{width: 100%;}
.contact-left h3{font-size:20px;font-weight: bold;color:#d4a545;margin: 16px 0;} 

.contact-left1{margin-top:20px;float: left;width: 286px;}
.contact-left1 span{display: block;margin-bottom:10px;}
.contact-left1 p{line-height:24px;}

.contact-right{width: 100%;margin-top: 20px;}
.contact-right input{width:186px;float: left;height: 40px;padding-left: 10px;line-height: 40px;
  border:1px solid #cccccc;font-size: 14px;letter-spacing: 1px;margin-right:20px;
  color:#666;margin-bottom:20px;}
  .contact-right input:nth-child(5){}
.contact-right textarea{width:100%;height:140px;padding:10px;border:1px solid #cccccc;color:#666;}
.contact-right input[type=submit]{
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top:40px;
  background-color: #116bc3;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  border:none;
  cursor: pointer;
  }



.main1{background-color:#f1f1f1;width: 880px;float: right;}








.pro_view{padding: 25px;border-bottom: 1px solid #e3e3e3;height: 460px;}
.pro_view .rxcp_list_left{width: 352px;height: 352px;float:left;}
.pro_view .pic{width: 320px;height:320px;text-align: center;}
.pro_view .pic img{max-width: 650px;max-height:320px}
.pro_view .rxcp_list_right{width: 470px;float:right;position:relative;padding: 10px 10px 20px;}
.pro_view .rxcp_list_right h1{border-bottom: 1px solid #e4e4e4;width: 100%;font-size: 18px;font-weight: normal;line-height: 40px;margin-bottom: 5px;}
.pro_view .rxcp_list_right h1 span {position:relative;}
.pro_view .rxcp_list_right h1 span i{font-size:26px;cursor:pointer;}

.prodDetailCode{
    position: absolute;
    top: 140%;
    right: 0;
    z-index: 100;
    width: 200px;
    height: 215px;
    border: 1px solid #eee;
    border-radius: 2px;
    text-align: center;
    padding-top: 10px;
    background: #fff;
    z-index: 99999;
    display: none;
 }
	
	
.prodDetailCode p{line-height:10px}
.pro_view ul{height: 230px;border-bottom: 1px dashed #999;}
.pro_view ul li span{font-size:18px;color:#333333;height: 30px;margin-top: 20px;line-height:30px;float: left;font-weight:bold;display: inline-block;width: 80px;}
.pro_view ul li p{font-size:14px;color:#6e6e6e;margin-top: 0px;line-height:30px;float: left;display: inline-block;width: 400px;margin-top: 20px;margin-left: 20px;}
.pro_view .desc{font-size: 14px;color: #444444;line-height: 22px;height: auto;clear: both;margin-top: 10px;}
.pro_view .qq{display:inline-block;width: 220px;height: 36px;border: 1px solid #ff9233;line-height: 36px;text-align:center;float: left;background-color: #fff8f1;color: #ff9233;font-size: 16px;}
.pro_info{margin: 15px 15px;min-height: 500px;border: 1px solid #ccc;height: auto;border-top: none;position:relative;}
.pro_info::after{position:absolute;right: -1px;height: 39px;background-color:#f1f1f1;content:"";top:0px;width: 1px;z-index: 999;}
.pro_info .cpcp{font-size: 18px;color: #00a0e9;line-height: 50px;margin-top: 20px; font-weight:bold;}




.pro_title{height: 42px;border-bottom: 2px solid #eee}
.pro_title .tit{display: inline-block;float:left;font-size: 24px;color: #daaa4a;line-height: 25px;border-bottom: 5px solid #daaa4a;height: 40px;font-weight: normal;}
.pro_title .tit a{font-size: 24px;color: #00a0ea;line-height: 35px;}
.pro_title .tit span{font-size: 12px;color: #999999;border-bottom: 2px solid #daaa4a;padding-bottom: 2px;display: inline-block;}
.pro_title .tit2 span{font-size: 18px;color: #787878;padding-bottom: 10px}
.pro_title a{float: right;font-size: 12px;color: #616060;line-height: 50px}
.pro_title a:hover{color: #daaa4a}
.pro_title .prev{display: block;width: 32px;height: 28px;background: url("prev3.png");cursor: pointer;line-height: 50px;margin-top: 14px}
.pro_title .prev:hover{background: url("prev4.png")/*tpa=http://www.mange-china.com/images/prev4.png*/;}
.pro_title .next{display: block;width: 32px;height: 28px;background: url("next3.png")/*tpa=http://www.mange-china.com/images/next3.png*/;cursor: pointer;line-height: 50px;margin-top: 14px}
.pro_title .next:hover{background: url("next4.png")/*tpa=http://www.mange-china.com/images/next4.png*/;}

.cptd{padding:20px;}



.apply-in1{width:100%;height: AUTO;}
.apply-in1 h3{font-size:14px;color: #545454;line-height: 50px;}
.apply-in1 p{font-size:14px;}






.tabPanel ul{height: 40px;border-bottom: 1px solid #ccc;}
.tabPanel ul li{
	float:left;
	margin:0 2px 0 0;
	cursor: pointer;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width:111px;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 4px;
}
.tabPanel .hit{
	border-bottom:1px solid #fff;
	background: #fff;
	border-top: 2px solid #666;
}
.tabPanel ul li:first-child{border-left:none;}
.panes{padding: 8px;background-color: #f1f1f1;}
.pane{border-top:0;display:none;min-height: 500px;overflow: hidden;}
.pane p{
}
.pane h4{padding:15px 15px 0 10px;font-size:14px;font-weight:bold;}

.pane img{max-width:100%;}
.pane-link{display:flex;padding-bottom: 10px;margin-bottom: 30px;border-bottom: 1px dashed #ccc;}
.pane-link dl{
  flex: 0 0 20%;
  height: 250px;
  padding: 8px;
}
.pane-link dl dt{
  width: 100%;
  height: 156px;
  float: left;
  position: relative;
}
.pane-link dl dt a{display:block;}
.pane-link dl dt img{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.pane-link dl dd{
  width: 100%;
  float: right;
  text-align: left;
}
.pane-link dl dd a:first-child{
  font-size: 16px;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #e36c09;
  text-decoration: underline;
  margin: 5px 0;
}
.pane-link dl dd a:last-child{font-size:16px;text-align:center;width: 100%;display: block;}


.rxcp-content{width:400px;margin-top: 10px;}
.rxcp-content table{border-collapse:collapse; text-align:center;}
.rxcp-content table tr td{border: solid 1px #c0c0c0;font-size:18px;height:46px;line-height:46px;}
.rxcp-content table tr td:first-child{color:#000;}


.feed{
    width: 100%;
    padding: 30px;
    background-color: #f3f3f3;
}
.feed-table{width:100%;}
.feed-table{border-collapse:collapse; text-align:center;}

.feed-table tr td{border: solid 1px #dddddd;font-size:18px;height:46px;line-height:46px;color: #545454;}
.feed-table tr td:first-child{color: #545454;width: 24%;text-align: center;display: table-cell;}
.feed-table tr td:first-child img{width:200px;vertical-align: middle;}

.feed-table tr:last-child{background-color:#fff;}

.feed-table tr:first-child td{
    font-size: 16px;
}

.feed1{margin-top:20px;}
.feed1 h3{font-size:14px;line-height:30px;color: #545454;margin-left: 20px;}
.feed1 i{font-size:14px;color:#f00;}

.feed1 textarea{width:100%;background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;}
.feed1 input{width:100%;background-color: #fff;height:40px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;}

 input[type="submit"]{
  color: #fff;cursor: pointer;
  background-color: #ec971f;
  border-color: #d58512;
  border: none;
  width: 100px;
  height: 34px;
  border: 1px solid #d68410;
  margin-top: 30px;
  border-radius: 4px;
}

table td{border:1px solid #666;line-height: 30px;
    padding-left: 20px;}


.small-img{display:flex;align-items:center;justify-content:center}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}
.magnifier{position:relative;}
.magnifier-container{overflow:hidden;position:relative;border:1px solid #ddd;cursor: pointer;}
.move-view{width:100px;height:100px;position:absolute;background-image:url('../images/move-box.png')}
.images-cover{height:100%;width:100%;position:relative;cursor: pointer;border: 1px solid #eee;overflow: hidden;}
.images-cover img{position:absolute}
.magnifier-assembly{height: 76px;overflow:hidden;position:relative;left: 370px;bottom: 76px;width: 500px;}
.magnifier-btn{position:absolute;font-family:"Ã¥Â®â€¹Ã¤Â½â€œ";width:100%;top:50%;left:0;margin-top:-40px}
.magnifier-btn span{line-height:80px;height:80px;width:20px;background-color:#6e6e6e;color:#fff;display:block;z-index:9998;text-align:center;font-size:20px;cursor:pointer;border-radius:3px}
.magnifier-btn .magnifier-btn-left{float:left}
.magnifier-btn .magnifier-btn-right{float:right}
.magnifier-line{position:relative;overflow:hidden;height: 76px;}
.magnifier-line ul{display:block;font-size:0;width:10000%;position:absolute;left:0;z-index:9997}
.magnifier-line li{float:left;width: 80px;cursor:pointer;}
.magnifier-line ul > .active .small-img{border-color:#bbb}
.small-img{height: 70px;padding:1px;margin:5px;overflow:hidden;border:1px solid #ddd;text-align:center;}
.small-img img{max-width:100%;max-height:100%}
.magnifier-view{width:100%;height:100%;position:absolute;right:-105%;top:0;z-index:9999;background-color:#fff;display:none;overflow:hidden}
.magnifier-view img{display:block}
.animation03{transition:all 0.3s ease-in 0.1s;-ms-transition:all 0.3s ease-in 0.1s;-moz-transition:all 0.3s ease-in 0.1s;-webkit-transition:all 0.3s ease-in 0.1s;-o-transition:all 0.3s ease-in 0.1s}

.bshare-custom{  width: 375px;    float: left;    margin-top: 10px;}

.rxcp_list{position:relative;}
.bshare123{margin-top: 20px;width:100%;}

.clear{clear:both;}













article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#333;font-family:"Microsoft YaHei",Helvetica, Arial, sans-serif}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}dd{margin-left:0}li,ul{list-style:none;margin:0;padding:0}a{text-decoration:none;font-size:12px}a:hover{text-decoration:none}.container{width:1200px;height:auto;overflow:hidden;margin:0 auto}.contain{width:1200px;height:auto;margin:0 auto}
p,dl,dt,dd{margin:0;padding:0;}
.over{overflow:hidden;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}.fl{float:left;}
.fr{float:right;}.lf{float:left;}
.rt{float:right;}
.wh{width:100%;}
.relative{position: relative;}





.index_box{width:100%;height:654px;}
.index_title{width:100%;height:30px;line-height:30px;text-align:center;color: #116bc3;font-size:30px;font-weight:bold;}
.index_title_en{width:100%;height:48px;line-height:48px;text-align:center;color: #727272;font-size:18px;font-family:Century Gothic,Arial, sans-serif;}
.center{width:1000px;margin:0 auto ;position:relative;}


.icon{width:1200px;height:80px;margin:30px 0;}
.icon dl{width:300px;float: left;}
.icon dl dt{width:50px;height:50px;float: left;margin-right:10px;margin-top: 30px;}
.icon dl dd{float: left;width:200px;}
.icon dl dd span{font-size: 16px;font-weight: bold;line-height: 35px;}
.icon dl dd p{font-size:14px;line-height:25px;}


.business .content .title .name2{ text-align:center;font-size:30px;color:#444;margin-top:20px;}

.business{width:100%;height:741px;background:#f7f7f7;position:relative;overflow:hidden;margin-top:40px;}
.business .back{position:absolute;left:0;top:0;overflow:hidden;}
.business .content{width:100%;position:absolute;left:0;top:0;height:741px;margin-top:50px;}
.business .content .title{height:118px;margin:0 auto;margin-top:13px;border:none;text-align:center;}

.business .adstar{width:440px;height:440px;position:absolute;left:50%;top:201px;margin-left:-220px;cursor:pointer;}

.business .adstar .cnback{width:203px;height:203px;margin:0 auto;margin-top:118.5px;}
.business .adstar .adv{text-align:center;width:400px;margin-top:30px;}
.business .adstar .name{width:400px;color:#173e69;margin:10px 0px;font-size:28px;line-height: 36px;}
.business .adstar .value{width:400px;color:#808080;} 

.business .mode{position:absolute;width:280px;text-align:center;cursor:pointer;left:50%;}
.business .mode p{margin:6px 0px;}
.business .mode em{font-size:30px;font-style:normal;}
.business .mode .jct{font-size:18px;color:#333;}
.business .mode .data{font-size:13px;color:#808080;}
.business .mode .index{width:300px;height:202px;background:url(../images/index.png) no-repeat;background-position:center;}
.indexbusinessM{display:block;width:100%;height:741px;position:relative;}


.home-img2 { margin: 30px 0; position: relative; }
.home-img2 .home-img2-box { width: 400px; height: 140px; float: left; position: absolute; top: 30px; left: 130px; border: solid 1px #fff; border-right: solid 2px #fff; border-top: solid 2px #fff; text-align: center; color: #fff; }
.home-img2 .home-img2-box h4 { margin-top: 16px; font-size: 20px;    color: #fff; }
.home-img2 .home-img2-box p { margin: 15px; font-size: 16px; padding: 0px; text-align:left;    color: #fff; }

.index_box4{width:100%;height:500px;background:#fff url(../images/index_bg_02.png) no-repeat center top;    padding-top: 40px;}
.index_contact{width:100%;height:220px;margin-top:20px;}
.index_contact dl{width:270px;height:240px;border:solid #989898 1px;float:left;margin-left:40px;text-align:center;}
.index_contact dl dt{width:184px;height:40px;margin:15px auto 0 auto;}
.index_contact dl dt h2{width:100%;height:24px;line-height:24px;font-size:16px;color:#132441;font-weight:normal;}
.index_contact dl dt h3{width:100%;height:16px;line-height:16px;font-size:14px;color:#c4c4c4;font-family:"Arial";font-weight:normal;}
.index_contact dl dd{width:184px;height:40px;margin:119px auto 0 auto;text-align:center;font-size:18px;color:#4b4b4b;font-family:"å®‹ä½“";line-height:30px;}


.title{margin:30px 0px;background:url('/images/title-bg.png') no-repeat center center;}
.title .da_p{color:#000;font-size:36px;text-transform:capitalize;}
.title .da_p span{font-size:14px;vertical-align:middle;}
.title .xiao_p{font-size:14px;color:#b1b1af;text-transform:uppercase;margin-top:10px;}
.title.tit1 .da_p{color:#fff;}
.title.tit1 .da_p span{color:#fff;}
.title.tit1 .xiao_p{color:#fff;}


.clear_both{zoom:1;}
.clear_both:before{content:""; display:table; clear:both;}
.clear_both:after{content:""; display:table; clear:both;}
.wrap{max-width: 1200px;margin: auto;}
.index_about{background:url(/images/index_about_bg.jpg) no-repeat;padding-bottom:60px;}
.index_about *{color:#fff;}
.index_about .about_con .p1{font-size:14px;line-height:32px;margin-bottom:100px;    letter-spacing: 2px;}
.index_about .about_con .shuju{width:340px;border-left:1px solid #fff;text-align:center;}
.index_about .about_con .shuju:nth-child(1){border-left:0px;margin-left:60px;}
.index_about .about_con .shuju .shu{font-size:50px;position:relative;display:inline-block;}
.index_about .about_con .shuju .shu .span{font-size:16px;position:absolute;top:0;right:-26px;}
.index_about .about_con .shuju .ju{font-size:14px;margin-top:15px;}

.index_solu{background:#f8f8f8;padding-bottom:75px;}
.index_solu .solu_con{background:#fff;height:440px;}
.index_solu .solu_con .con{width:300px;height:440px;}
.index_solu .solu_con .con .img{width:300px;height:220px;}
.index_solu .solu_con .con .img .san{width:0px;height:0px;border:12px solid transparent;left:50%;margin-left:-12px;}
.index_solu .solu_con .con .img .san.shang{border-bottom-color:#fff;bottom:0px;top:auto;}
.index_solu .solu_con .con .img .san.xia{border-top-color:#fff;top:0px;bottom:auto;}
.index_solu .solu_con .con .text{width:260px;height:230px;padding:25px 20px;}
.index_solu .solu_con .con .text .p1{font-size:16px;color:#333;line-height:24px;}
.index_solu .solu_con .con .text .p1:hover{color:#da5128;}
.index_solu .solu_con .con .text .p2{font-size:14px;color:#888;line-height:24px;margin-top:10px;}



/*footer*/

.footer{background: #e5e5e5;padding:50px 0 0 0}
.footer .top{ border-bottom: 1px #ddd solid;padding:0 0  10px 0;margin-bottom:20px }

.footer .top h2{color:#333; font-size:20px; font-weight:bold; margin:0 0 15px 0}
.footer .top a{ display: inline-block;color:#333;font-size:12px; margin:0 10px 0 0 }  
.footer .top a:hover{color:#289bae}

.footer .left{ width:600px;}
.footer .left h2{color: #116bc3;font-size:22px;font-weight:bold;}
.footer .left h2 span{ display: block;margin:5px 0 0 0; color:#333; font-size:12px; font-weight:400}

.footer .left form{ margin:20px 0 0 0;}
.footer .left form input{ float: left;width:240px; border:none;margin:0 10px 10px 0;background: #fff; padding:10px 10px 10px 40px; color:#000; font-size:14px;}
.footer .left form input.one{ background:#fff url(../images/ico-01.png) no-repeat; background-position:15px 10px ;}
.footer .left form input.two{ background:#fff url(../images/ico-02.png) no-repeat; background-position:15px 10px ;}
.footer .left form input.three{ background:#fff url(../images/ico-03.png) no-repeat; background-position:15px 13px ;}
.footer .left form input.four{ background:#fff url(../images/ico-04.png) no-repeat; background-position:15px 10px ;}


.footer .left form textarea{ width:540px;border:none;margin:0 10px 10px 0;background: #fff; padding:7px 10px 5px 40px; color:#000; font-size:14px;
background:#fff url(../images/ico-05.png) no-repeat; background-position:15px 10px ;
}
.footer .left form button{cursor: pointer;color:#fff;padding:15px 0;width:250px;border:none;font-size:12px;text-align:center;background: #116bc3;}
.footer .left form button:hover{background: #000000;}


.footer .right{ margin-left:20px; padding-left:100px; border-left:1px #ccc dashed;}
.footer .right .tel{ color:#666;; font-size:14px; background: url(../images/tel_02_ico.png) no-repeat left;padding-left:50px;}
.footer .right .tel span{display:block;color: #116bc3;font-size:24px;}
.footer .right .box{ margin:50px 0 0 0; color:#666; font-size:13px; line-height: 24px;;}
.footer .right .box a{ color:#666; font-size:13px}
.footer .right .box a:hover{color:#009944 }

.footer .bottom{ margin:20px 0 0 0;background:#d3d3d3; padding:20px 0;}
.footer .bottom h3{float:left;line-height:25px;color: #116bc3;font-size:12px;margin:0 10px 0 0;}
.footer .bottom h3 span{color:#666666}

.footer .bottom a{color:#666; font-size:12px;  margin:0 10px 0;padding:0 10px 0 0;line-height:10px; border-right:1px #aaa dashed;}
.footer .bottom a:hover{color:#009944}



.footer_hy{ width:100%; height:145px; margin:0 auto;background:url('/images/apply-bg.jpg');}
.hy_bt{ width:105px; height:145px; line-height:145px; font-family:Microsoft YaHei; font-size:18px; color:#FFFFFF; font-weight:bold; float:left}


.hy_nr{ width:1095px; height:146px; float:left}
.hynr{ width:60px; height:90px; display:block; float:left; margin:39px 0 0 0} 
.hyimg{ display:block; width:60px; height:60px;}
.hywz{ display:block; width:60px; height:25px; line-height:25px; margin-top:5px; text-align:center; font-family:Microsoft YaHei; font-size:14px; color:#fff;}

.ftx{ width:75px; height:1px; background:url(../images/ftx.png) repeat-x; display:block; float:left; margin-top:69px}





#nav2{ position:relative; z-index:1;    }
.mainCate{position:relative;zoom:1;height: 55px;border-top:1px solid #dcdcdc;}
.mainCate:hover{background-Color:#0091de;}
.mainCate i{float: right;}
.mainCate:hover a,.mainCate:hover a i{color: #fff;}
.mainCate a{font-size: 16px;color:#333;margin-left:24px;display: inline-block;line-height: 55px;width:88%;font-weight: bold;}
.mainCate i{ margin-right:16px; color:#5b5b5b; float:right;  }
#nav2 .on{ background:#0091de;   }
#nav2 .on .subCate{ display:block !important;  }


#nav2 .subCate{ display:none;  background:#fff; position:absolute; left:218px; top:0; width:359px;  padding:0 25px; border:1px solid #dbdedd ; padding-bottom:10px;}
#nav2 .subCate h4{ height:32px; line-height:32px;   border-bottom:1px solid #959595; padding-top:10px;   }
#nav2 .subCate h4 span{ float:left; color:#333}
#nav2 .subCate h4 a{ float:right;}
#nav2 .subCate p{ line-height:24px; overflow:hidden; padding:10px 0px 0 0;  }
#nav2 .subCate p em{ margin-right:28px;  float:left; display:inline;   }
#nav2 .subCate p em a:hover{color:#0091de;}
.hh,
.nav2box{ width:218px; border:1px solid #d2d2d2 }
.hh .hhtit,
.nav2box .nav2tit{ line-height:67px; background:#f9f9fa; font-size:18px;}
.nav2box .nav2tit i{ background:url(../images/pngbg2.png) 0 -283px no-repeat; width:23px; height:19px; margin:0 18px 0 25px}
.nav2box .nav2tit i.spe{ background:url(../images/pngbg12.png); width:25px; height:22px;}
.dlhh dt,
.mtit{ height:36px; line-height:36px; border-bottom:1px solid #cccccc; margin-bottom:18px;}
.dlhh dl dt span,
.mtit span{ font-weight:bold; line-height:34px; border-bottom:3px solid #0091de; font-size:16px; color:#333; float:left; }
.dlhh dl dt a,
.mtit  a{ width:53px; height:19px; margin-top:10px;background:url(../images/pngbg2.png) 0 0 no-repeat; float:right}
.mtit span .icon1{ width:18px; height:18px; margin-right:10px; background:url(../images/pngbg6.png)}
.mtit .col1{ color:#fa6c26}
.kc{ width:960px;}
.kc table{ width:100%; }
.kc  tr{border:1px solid #d2d2d2;}
.kc  td{ text-align:center; height:89px; width:25%; line-height:24px; color:#333}
.kc .kcname{ color:#333; font-size:13px;}
.kc .kcname:hover{ color:#0091de}
.kc  .col1{ color:#666}
.hotkc,
.dlhh,
.pp{padding: 11px 0;}

.picScroll-top{  position:relative;  overflow:hidden ;   }
		.picScroll-top .hd .prev,.picScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("/images/arrow.png") 0 -100px no-repeat;}
		.picScroll-top .hd .next{ background-position:0 -140px;  }
		.picScroll-top .hd .prevStop{ background-position:-60px -100px;  }
		.picScroll-top .hd .nextStop{ background-position:-60px -140px;  }
		.picScroll-top .bd ul{  zoom:1; }
		.picScroll-top 	.next,
		.picScroll-top 	.prev{ font-size:20px; display:block; border-top:1px solid #dcdcdc;  height:45px; line-height:45px; text-align:center; cursor:pointer}
		.picScroll-top 	.prev{border-bottom:1px solid #dcdcdc; margin-bottom:-1px}
		.nav2box{ position:relative}
		.subnav{ position:absolute; z-index:100; left:218px}
		.subnav li{ display:none; border:1px solid #dbdedd ;}
		
		
		.subCate{  background:#fff; left:218px; top:0; width:500px;  padding:0 25px;  padding-bottom:10px;}
		.subCate h4{ height:32px; line-height:32px;   border-bottom:1px solid #959595; padding-top:10px;   }
		.subCate h4 span{ float:left; color:#333}
		.subCate h4 a{ float:right;}
		.subCate p{ line-height:24px; overflow:hidden; padding:10px 0px 0 0; }
		.subCate p em{ margin-right:28px;  float:left; display:inline;  width: 200px;  }


.slideBox2{  overflow:hidden; position:relative; }


.propp .proppp2{ display:none}
.propp .propppbtn{ color:#33a7e5; cursor:pointer; margin-left:20px}
.slideBoxhhh{ position:relative;border-top:1px solid #cccccc }
.slideBoxhhh .slideBox2tit{ line-height:50px; font-size:14px; color:#333}
.slideBoxhhh .prevsh,
.slideBoxhhh .nextsh{ position:absolute; right:36px; top:52px;  width:36px; height:20px; background:url(../images/pngbg15.png) left center no-repeat ; z-index:10 }
.slideBoxhhh .nextsh{  right:0; background-position:right center; }


.about-list {
  width: 1200px;
  height: 50px;
  margin: 30px 0 20px 0;
}
.about-list li {
  width: 200px;
  height: 40px;
  float: left;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  border: 1px solid #efefef;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.about-list li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  color: #666;
}
.about-list li.active, .about-list li:hover {
  background-color: #0099CC;
  border: 1px solid #efefef;
}
.about-list li.active a, .about-list li:hover a {
  color: #fff;
}
.about-list a {
  display: block;
}


.pro {
  width: 1200px;
  height: auto;
  overflow: hidden;margin-top:30px;
  min-height: 600px;
}
/* line 190, ../sass/index.scss */
.pro dl {
  float: left;
  width: 220px;
  height: 205px;
  margin-right: 25px;
  margin-bottom: 30px;
  cursor: pointer;
  border: 1px solid #ccc;
}
/* line 193, ../sass/index.scss */
.pro dl dt {
  width: 218px;
  height: 163.5px;
}
/* line 195, ../sass/index.scss */
.pro dl dt img {
  width: 100%;
  height: 100%;
}
/* line 197, ../sass/index.scss */
.pro dl dd {
  width: 220px;
  height: 40px;
  text-align: center;
}
/* line 199, ../sass/index.scss */
.pro dl dd span {
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 3px;
}
/* line 205, ../sass/index.scss */
.pro dl:nth-child(5n) {
  margin-right: 0px;
}


.news2{
	
}


.global_news_ul_li{ float:left; width:284px; overflow:hidden; float:left;background-color:#fff; margin-right:21px;}
.global_news_ul_li:nth-child(4n){ margin-right:0px;}
.global_news_ul_li:hover{ background-color:#0184CD}
.global_news_ul_li:hover p{ color:#fff;}
.global_news_ul_li:hover p a{ color:#fff;}
.global_news_ul_li:hover p.ppp1 a{ color:#fff;}
.global_news_ul_li p.ppp1{ padding:0 10px; margin-top:15px; margin-bottom:20px; height: 50px;}
.global_news_ul_li p.ppp2{ padding:0 10px; line-height:24px;height: 140px;}
.global_news_ul_li p.ppp3{ padding:0 10px; margin-bottom:30px; margin-top:20px;}
.global_news_ul_li p.ppp3 a{ display:block; font-size:14px; margin-top:10px; background:url(../images/more_dot.png) no-repeat left center; padding-left:20px;}
.global_news_ul_li p.ppp1 a{ font-size:20px; color:#000; font-weight:bold;}

.about-con {min-height: 500px;}
.about-con img{max-width:100%;}

.productList{
		width:960px;height:420px;display: none;
}
.productListInfo1  .productList{display:block;}
/*.productList:first-child{display:block;}*/
.productList dl{	width:225px;height:205px;float: left;	margin-right:20px;margin-bottom: 10px;cursor: pointer;}
.productList dl:nth-child(4n){margin-right:0px;}
.productList dl:hover img{transform: scale(1.1);}
.productList dl dt{width:225px;height:165px;overflow: hidden;}
.productList dl dt img{width:225px;height:165px;transition: all 1s;}
.productList dl dd{width:225px;height:40px;text-align: center;overflow: hidden;}
.productList dl dd span{font-size:14px;color:#333;line-height:40px;font-weight: bold;}



/*æ–°é—»åˆ—è¡¨*/
.news {
	background:#f2f2f2;
	padding:25px 0
}
.focus {
	width:1100px;
	margin:0 auto
}
.fc_tit {
	text-align:center;
	height:75px;
	line-height:75px;
	margin-bottom:40px;
	background:url(../images/bor1.png) no-repeat bottom;
}
.fc_tit a {
	color:#234e93;
	font-size:30px;
	text-transform:uppercase;
}
.fc_tit em {
	display:block;
	color:#c2c2c2;
	font-size:20px;
}
.focus_con {
	height:434px;
	overflow:hidden;
}
.fs_lt {
	float:left;
	width:330px;
	border-bottom:4px solid #234e93;
	height:430px;
}
.fs_lt h2 {
	color:#fff;
	letter-spacing: 2px;
	line-height: 36px;
	}
.fs_lt h4 {
	background:#234e93;
	padding:10px 16px 0;
	height:78px;
	overflow:hidden;
}
.fs_lt h4 a {
	color:#fff;
	font-size:16px;
	font-weight:normal;
}
.fs_lt h4 b {
	display:block;
	font-size:20px;
	line-height:25px;
}
.fs_pic {
	width:303px;
	height:172px;
	position:relative;
}
.lt {
	position:absolute;
	left:11px;
	top:66px;
	background:url(../images/lt.png) no-repeat;
	width:40px;
	height:40px;
}
.rt {
	position:absolute;
	right:11px;
	top:66px;
	background:url(../images/rt.png) no-repeat;
	width:40px;
	height:40px;
}
.fs_wrp {
	width:330px;
	overflow:hidden;
}
.fs_wrp li {
	float:left;
	width:303px;
}
.fs_wrp li a, .fs_wrp li img {
	display:block;
	width:330px;
	height:172px;
}
.fs_txt {
	color:#666;
	font-size:14px;
	line-height:26px;
	height:78px;
	overflow:hidden;
	margin:12px 0 15px;
	padding:0 0 0 0;
}
.fs_rt {
	width:742px;
	float:right;
}
.fs_more {
	display:block;
	border:2px solid #234e93;
	width:94px;
	height: 30px;
	color:#234e93;
	font-size:14px;
	text-align:center;
	line-height:25px;
}
.fs_more:hover {
	display:block;
	border:2px solid #234e93;
	width:94px;
	height: 30px;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:25px;
	background:#234e93;
}
.fs_rt h4 {
	height:47px;
	line-height:47px;
	overflow:hidden;
	zoom:1;
	margin-bottom:20px;
	background:url(../images/n_line.gif) 293px 22px no-repeat;
}
.fs_rt h4 .n_more {
	float:right;
	font-weight:normal;
	color:#333;
	font-size:14px;
	padding-right:18px;
}
.fs_rt h4 .n_name {
	color:#333;
	font-size: 18px;
	margin-right: 10px;
	border: 1px solid #234e93;
	background-color: #fff;
	text-align: center;
	padding: 5px 14px;
}
.fs_rt h4 .n_namesnone {
}
.fs_rt h4 .cur {
	color:#234e93;
}
.n_list {
}
.n_list li {
	height: 104px;
	overflow:hidden;
	zoom:1;
	border-bottom:1px solid #e0e0e0;
	margin-bottom: 20px;
}
.n_list dl {
	float:left;
	width:620px;
}
.n_list dt {
	height:32px;
	line-height:32px;
	overflow:hidden;
	margin-bottom: 8px;
}
.n_list dt a {
	color:#333;
	font-size: 16px;
	font-weight: bold;
}
.n_list dd {
	color:#666;
	font-size: 12px;
	line-height: 24px;
	height:48px;
	overflow:hidden;
}
.n_list dd a {
	color:#333;
}
.n_list li span {
	float:right;
	width:91px;
	height:80px;
	line-height:40px;
	padding-top:10px;
	text-align:center;
	background:#234e93;
	color:#fff;
	font-size:16px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.n_list li b {
	font-size:30px;
	display:block;
}
.n_list .n_top span {
	background:#AD0000;
}
.n_list .n_top span b {
	font-size:30px;
	margin-top:14px;
	font-family:"Microsoft Yahei";
}
.sy-case {
	padding:40px 0;
	border-bottom:10px
}
.sy-title2 {
	width:100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.sy-title2 span {
	background:url(../images/bor1.png) no-repeat center;
	display:block;
	width:200px;
	margin:0 auto;
	text-align:center;
}
.sy-title2 h1 {
	color:#234e93;
	font-size:28px;
	height:50px;
	line-height:40px;
}
.sy-title2 h2 {
	height:50px;
	line-height:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
}

.sy-title2 h3 {width: 100%;height: 30px;line-height: 30px;text-align: center;color: #116bc3;font-size: 30px;font-weight: bold;}

.sy-title2 h4 {
    width: 100%;    font-weight: normal;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #a0a0a0;
    font-size: 18px;
    font-family: Century Gothic,Arial, sans-serif;
    }

.u-listB, .u-listB1 {
	margin:8px -10px;
}
.u-listB li {
	float:left;
	width:257px;
	text-align:center;
	border:#CCC 1px solid;
	background:#FFF;
	margin:10px;
	visibility:visible;
	overflow:hidden;
}
.u-listB1 li {
	float:left;border: #CCC 1px solid;
	width:257px;
	text-align:center;
	background:#FFF;
	margin:10px;
	visibility:visible;
	overflow:hidden;
	border:none;
}
.u-txt4 {
	height:35px;
	line-height:35px;
	border:#CCC 1px solid;
	border-top:none;
}
.u-img1{border-bottom: 1px solid #ccc;}
.u-listB li img, .u-listB1 li img {
	width: 257px;
	height: 180px;
	display:block;
	transition:0.5s;
	overflow:hidden;
}
.u-txt5 {
	height:45px;
	line-height:45px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.u-listB li img:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	transition:0.6s;
	overflow:hidden;
	opacity:0.7;
}
.u-listB1 li img:hover {
	transition:0.6s;
	overflow:hidden;
	opacity:0.7;
}



.sub_content {
	width:1100px;
	overflow:hidden;
	zoom:1;
	margin:0 auto;
	clear:both;
	background-color:#fff
}
.sub_content:after {
	content:".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden
}
.sub_content_left {
	width:191px;
	float:left;
	height:auto;
	overflow:hidden;
	zoom:1
}
.sub_bt {
	width:191px;
	height:109px;
	position:absolute;
	margin-top: -50px;
	background-color: var(--main-color);
	text-align:left;
	vertical-align:middle;
	line-height:40px;
	padding: 10px 0px 0px 20px;
}
.sub_bt h1 {
	font-size: 30px;
	color:#fff;
	font-weight:bold
}
.sub_bt h4 {
	font-size:18px;
	color:#fff;
}
.sub_nav {
	width:191px;
	height:100%;
	margin-top:60px;
}
.sub_nav ul li {
	display:block;
	width:191px;
	height:auto;
	overflow:hidden;
	zoom:1;
	text-align:left;
	vertical-align:middle;
	line-height:38px;
	padding-left:20px;
	border-bottom:1px solid #e9e9e9;
	
}

.sub_nav ul li.pp a {
	font-weight:bold;
	color:#333;
	line-height: 20px;
	}
	
	
.sub_nav ul li:hover {
	cursor:pointer
}
.sub_nav ul li ul {
	display:block;
	width:191px;
}
.sub_nav ul li a {
	display:block;
	text-decoration:none;
	color:#929292;
	font-size:14px;    width: 80%;
	float:left
}
.sub_nav ul li.active{background-color:var(--main-color);}
.sub_nav ul li.active a{color:#fff;}


.sub_nav ul li.active1{background-color:#346de1;}
.sub_nav ul li.active1 a{color:#fff;}

.sub_nav ul li span {
	padding:0px 0px 0px 160px;
	display:block;
}
.sub_nav ul .sub_nav_bj {
	background:url(../images/bt_bg.jpg) repeat-x
}
.sub_nav ul li ul li {
	display:block;
	padding:0;
	background:none;
	width:191px;
}

.sub_service {
	width:191px;
	height:auto;
	margin-top:20px;
}
.sub_service a {
	display:block;
	width:191px;
	height:auto;
	margin-top:10px;
}
.sub_service a img {
	
}
.sub_content_right {
	width:859px;
	height:auto;
	overflow:hidden;
	zoom:1;
	float:right;
	margin-top:30px;
	margin-bottom:15px;
}
.sub_content_right_top {
	width:100%;
	height:30px;
	border-bottom:1px solid #cccccc;
}
.sub_content_right_top_top {
	width:100%;
	height:20px;font-size:14px;
}
.sub_content_right_top_top a {
	text-decoration:none;
	color:#666666;font-size:14px;
}
.sub_content_right_top_top a:hover {
	color:#5a5a5a
}
.sub_content_right_top_below {
	width:100%;
	height:55px;
	font-size:24px;
	color:#5a5a5a;
	text-align:left;
	vertical-align:middle;
	line-height:80px;
}
.sub_content_right_top_below span {
	font-size:14px;
	color:#999999;
	padding-left:10px;
}
.sub_content_right_below {
	padding-top: 45px;
	width:100%;
	height:auto;
	overflow:hidden;
	min-height: 500px;
	zoom:1;
}
.sub_content_right_below p {
	line-height:22px;
	padding-top:10px;
	font-size:13px;
	color:#666666
}

/*è½¦åž‹å±•ç¤ºåˆ—è¡¨*/
.car_list {
	width:100%;
	height:auto;overflow:hidden;
}
.car_list ul li {
	display:block;
	float:left;
	width:270px;
	height:320px;
	margin-top:15px;
	margin-right:22px;
}

.car_list ul li:nth-child(3n){
	margin-right:0px;
	
}
.car_list ul li a {
	display:block;
	float:left;
	width:270px;
	height:182px;
	text-decoration:none;
	color:#fff;
	font-size:12px;
}
.car_list ul li a>img {width:100%;
}
.car_list ul li a div {
	width:270px;
	height:38px;
	background-color: var(--main-color);
	text-align:center;
	vertical-align:middle;
	line-height:38px;
}
.car_list ul li a div:hover {
	background-color: #194e82;
}
.car_list ul li a img.arrows {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}



/*æ–°é—»åˆ—è¡¨*/
.news_list {
	width:859px;
	height:115px;
	;
	border-bottom:1px solid #e5e4e2
}
.news_list_left {
	width:166px;
	height:98px;
	float:left
}
.news_list_right {
	width:680px;
	height:110px;
	float:left;
	margin-left:13px;
}
.news_list_right a {
	text-decoration: none
}
.news_list_right h4 {
	width:680px;
	height:25px;
	display:block
}
.news_list_right h4 a {
	font-size:14px;
	color:#e20316;
	font-weight:bold
}
.news_list_right h4 a:hover {
	text-decoration:underline
}
.news_list_right p {
	width:680px;
	height:75px;
	display:block
}
.news_list_right p a {
	color:#a9a6a6;
	font-size:12px;
}
.news_list_right p a:hover {
	color:#5a5a5a;
}
.news_list_right p .details {
	color:#494848
}
.news_list_right p span {
	display:block;
	color:#a9a6a6;
	font-size:12px;
	text-align:right;
	float:right
}
.news_list {
	margin-top:20px;
}


.news_content_top {
	width:100%;
	height:100%;
	border-bottom:1px dashed #bfbfbf;
	text-align:center;
	vertical-align:middle;
	line-height:50px;
}
.news_content_top h1 {
	font-size:24px;
	color:#666666;
    font-weight: normal;
}
.news_content_top h2 {
	font-size:12px;
	color:#999999
}
.news_content_top h2 span {
	padding-left:40px;
}
.news_content_middle {
	width:100%;
	height:100%;
	padding:10px 0;
	border-bottom:1px dashed #bfbfbf;
	font-size:14px;
	line-height:25px;
}
.news_content_middle p {
	/*margin-top:8px;*/
}

.car_list ul li a div b{color:#fff;}


.news_content_middle img{}




.left_bott h1{width:100%;height:50px;line-height: 50px;font-weight:normal;letter-spacing:1px;border-bottom:1px solid #e2e2e2;position:relative;background: var(--main-color);font-size:20px;color: #ffffff;padding-left: 20px;}


.left_bott{    width: 100%;
    height: auto;
    background-color: #fdfdfd;
    margin-top: 20px;
    border: 1px solid #e2e2e2;
    text-align: left;padding-bottom:10px;}




.left_bott h3{font-size:20px;font-weight: bold;color:#d4a545;} 

.left_bott li{margin-top:20px;}
.left_bott li span{display: block;margin-bottom:10px;}
.left_bott li p{line-height:24px;}


.contact-left11{margin-top:20px;padding-left: 14px;}
.contact-left11 span{display: block;margin-bottom:10px;}
.contact-left11 p{line-height:24px;}

