﻿@charset "utf-8";
/************字体************/
@font-face {
  font-family: 'iconfont';  /* project id 2348035 */
  src: url('//at.alicdn.com/t/font_2348035_vihanmc9gf.eot');
  src: url('//at.alicdn.com/t/font_2348035_vihanmc9gf.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2348035_vihanmc9gf.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2348035_vihanmc9gf.woff') format('woff'),
  url('//at.alicdn.com/t/font_2348035_vihanmc9gf.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2348035_vihanmc9gf.svg#iconfont') format('svg');
}
@font-face {font-family:Roboto;src: url('./webfonts/Roboto.woff2');}
@font-face {font-family:dincondensed;src:url("./webfonts/DinCondensed.woff");}
@font-face {
font-family:'ITC-Avant-Garde-Gothic';
src:url("./webfonts/ITC-Avant-Garde-Gothic.woff"), format("woff2"), 
url("./webfonts/ITC-Avant-Garde-Gothic.woff"), format("woff");
font-weight:400;
font-style:normal;
font-display:block
}
@font-face {
font-family:FontAwesome;
src:url(./webfonts/fontawesome-webfont.eot?v=4.7.0);
src:url(./webfonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(./webfonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(./webfonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(./webfonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(./webfonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight:400;font-style:normal}
@font-face {
  font-family: "Roboto-Bold";
  src: url("./webfonts/Roboto-Bold.woff") format("woff"),
       url("./webfonts/Roboto-Bold.svg") format("svg"),
	   url("./webfonts/Roboto-Bold.eot") format("embedded-opentype"),
       url("./webfonts/Roboto-Bold.svg") format("svg");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("./webfonts/Roboto-Light.woff") format("woff"),
       url("./webfonts/Roboto-Light.ttf") format("truetype"),
       url("./webfonts/Roboto-Light.eot") format("embedded-opentype"),
       url("./webfonts/Roboto-Light.svg") format("svg");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("./webfonts/Roboto-Regular.woff") format("woff"),
       url("./webfonts/Roboto-Regular.ttf") format("truetype"),
       url("./webfonts/Roboto-Regular.eot") format("embedded-opentype"),
       url("./webfonts/Roboto-Regular.svg") format("svg");
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("./webfonts/Roboto-Thin.woff") format("woff"),
       url("./webfonts/Roboto-Thin.ttf") format("truetype"),
       url("./webfonts/Roboto-Thin.eot") format("embedded-opentype"),
       url("./webfonts/Roboto-Thin.svg") format("svg");}
@font-face {
font-family:"proxima-nova";
src:url("./webfonts/proxima-nova.woff") format("woff");
font-display:auto;font-style:normal;font-weight:400;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-remove:before{content: "\e601";font-weight:bold;}
.icon-search:before{content: "\e67d";font-weight:bold;}
.icon-user{ font-size:26px;color: rgb(255, 143, 132);}
.fa-close:before, .fa-remove:before, .fa-times:before {content: "\e668"}
.fa-columns:before{content:"\e669"}

/************全局************/
*{ padding:0; margin:0;outline: 0;}
body{color: #293031;background-color:#fff;font-size:16px;font-family:'Roboto-Light',Verdana,sans-serif;outline:0}
a{color:#666;text-decoration:none;outline:0}
a:hover{text-decoration:underline;}
a img{border:none;}
img{border:0}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:1em;color:#0167b9;}
em,cite,i{font-style:normal;}

/************页头导航************/
#header{height:100px;line-height:100px;position:sticky;top:0;z-index:5;width:100%;border-top: 5px #0168b7 solid;} 
.pclogo{}
.pclogo img{ height:70px;}
.logo{float:left;font-size:0}
.logo img{max-height:60px;vertical-align:middle}
.nav{float:left;margin-left:30px;}
.nav ul{list-style:none}
.nav li{float:left;font-size:16px;position:relative;z-index:2}
.nav li+#nvabar-item-index{display:none}
.nav li a{color: #4c2177;padding:0 20px;display:inline-block;}
.nav ul ul{display:none;position:absolute;top:100%;left:0}
.nav ul li:hover>ul{display:block;}
.nav ul ul li{white-space:nowrap;line-height:45px}
.nav ul ul ul{top:0;left:100%}
.heaferys{background-color:#FFF;}
#mnav,#search,.muser{display:none}
.search{background-color:#FFF;float:right;margin-top:35px}
.search form{width:150px;height:30px;line-height:30px;overflow:hidden;color:#ddd}
.search form input{float:left;width:75%;height:30px;line-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid rgb(255, 143, 132);border-right:0;padding-left:8%}
.search form button{float:left;width:25%;height:30px;line-height:28px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background-color:rgb(255, 143, 132);border:1px solid rgb(255, 143, 132);border-left:0;color:#fff;}
.mt{width:100%;height:1px;}
.dhsd{box-shadow: 0 4px 2px -2px rgba(0,0,0,.16);}
/************轮播************/
.slider{margin: 10px 0;}
.callbacks_container { position: relative;float: left;width: 100%;}
.callbacks {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.callbacks li {position: absolute;width: 100%;left: 0;top: 0;}
.callbacks img { display: block; position: relative;z-index: 1;height: auto;width: 100%;border: 0;}
.callbacks .caption {display: block;position: absolute;z-index: 2;font-size: 20px;text-shadow: none;color: #fff;background: #000;background: rgba(0,0,0, .8);left: 0;right: 0;bottom: 0;padding: 10px 20px;margin: 0;max-width: none;}
.callbacks_nav {position: absolute;-webkit-tap-highlight-color: rgba(0,0,0,0);top: 52%;left: 0;opacity: 0.7;z-index: 3;text-indent: -9999px;overflow: hidden;text-decoration: none;height: 61px;width: 38px;background: transparent url("./images/themes.gif") no-repeat left top;margin-top: -45px;}
.callbacks_nav:active {opacity: 1.0;}
.callbacks_nav.next {left: auto;background-position: right top;right: 0;}


/************首页************/
.main_limit{ width:100%; margin:0px auto;}
.main_limit_1 h3{text-align: center;line-height: 1.8;font-size: 28px;}
.main_limit_1 p{text-align: center;line-height: 1.8;font-size: 18px; }
.move ul li{transition:all .25s ease 0s;top:5px;position: relative;}
.move ul li:hover{transition:all .25s ease 0s;top: -2px;box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);}
.list_bg{ height:437px; background:#0168b7;color:#fff; width:23%; float:left;}
.list_bg p{padding: 25% 5%;line-height: 32px;}
.index_1 ul li.list_bg p{ line-height:28px; font-size:16px; text-align:left;padding: 15px;}
.index_1 ul li img{ width:100%;}
.index_1 ul li p{ height:64px; line-height:64px; }
.anniu{border-radius:10px;border: 2px solid transparent;background-color:#fff;padding: 20px 60px; text-align:center;color:#0167b9; margin: 55px auto;font-weight: 700;}
.more{border-radius:10px;padding: 20px 60px; text-align:center;color: #293031;border: 2px solid #0168b7;margin-bottom: 20px;}
.more:hover{background-color:#81639f;color: #fff;border: 1px solid #7fa9ae;}

.index_5{ height:450px;}
.main_limit_2{background-color:#3C4F72;background-image:url(./images/cbgshenlan.jpg);background-size:cover;background-attachment:fixed;text-align:center;position:relative;overflow:hidden;padding: 20px 0;color: #fff;}
.main_limit_2 h3{text-align: center;line-height: 1.8;font-size: 28px;padding: 20px 0;color: #fff;}
.says{ float:left; width:31.33%; margin:0 1%;line-height: 1.8;font-size: 16px;}
.pcon{ margin-top:50px;}
.index_5{ padding:50px;}
.index_2{height: 330px;}
span.ser_t{ font-size:18px; margin-bottom:15px;font-weight: 700;}
.main_limit_3{height:300px;padding: 20px 0;}

.index-contact{}
.index-contact-left{ width:70%; float:left;margin-left: 2%;}
.index-contact-left h3{ color:#fff;font-size: 24px; margin:30px 0;}
.index-contact-left p{line-height: 1.8;}
.index-contact-rhght{ width:20%; float:left; margin-left:5%;}

.index-list3{margin: 20px auto;}


.index-list3-list{ width:33.33%; height:200px;float:left; text-align:center;margin:25px 0;}
.index-list3 .main_limit .list2{background:#0b82e1;}
.index-list3 .main_limit .list1, .index-list3 .main_limit .list3{background:#0168b7;}

.index-list3-list .tt{font-size: 28px;margin-bottom: 15px;font-family: "Roboto-Bold";padding-top: 50px; color:#fff;}
.index-list3-list p.text{line-height: 22px;margin: 2% 15%;color:#fff;}



.index_4{ height:450px;background: url(./images/in-newsbg.jpg) no-repeat center top;}
.about{width: 50%;padding:40px 0;float: right;line-height: 38px;}
.about_content{ width:560px; float:left;padding-left: 40px;}
.about_content h3{text-align: center;line-height: 1.8;font-size: 28px;}
.aboutbg{height:450px;background-image: url("./images/gs.jpg"); visibility: visible; animation-name: fadeInLeft;width: 50%;position: absolute;left: 0px;    background-repeat: no-repeat;background-position: center center;background-size: cover;}
.main_limit_3 h3{text-align: center;line-height: 1.8;font-size: 28px;padding: 15px 0;}
ul.list4 li{ float:left; width:23%;text-align: left; margin:1%;}
ul.list4 li img{ width:100%;}
.index_3 ul.list4 li img{height:200px;}

ul.list4 li p.tt{font-size:16px;line-height:30px;color: #4c2177;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;}
ul.list4 li p.ttcon{ font-size:14px; line-height:28px;}

ul.list3 li{ float:left; width:31.33%;text-align: center; margin:1%;}
ul.list3 li img{ width:100%;height:295px;}
ul.list3 li p.tt{ font-weight:400; font-size:18px;margin: 10px 0;color: #4c2177;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;}
ul.list3 li p.ttcon{ font-size:14px;line-height:24px;text-align: left;padding: 0 10px;word-break:break-all;}

.main_limit_4{padding:20px 0;}
.main_limit_4 h3{text-align: center;line-height: 1.8;font-size: 28px;padding: 20px 0;}
.says{ float:left; width:31.33%;line-height: 1.8;font-size: 16px;}

.main_limit_5{background-color:#0168b7;height:200px;padding: 20px 0; color:#fff;}
.lanmubg{ background:url("./images/m2ban6.jpg") no-repeat center center;height: 410px;}
.lanmubg1{ background:url("./images/m2ban2.jpg") no-repeat center center;height: 410px;}
.lanmubg2{ background:url("./images/m2ban3.jpg") no-repeat center center;height: 410px;}
.lanmubg3{ background:url("./images/m2ban4.jpg") no-repeat center center;height: 410px;}

/************左边栏************/
 .mainl{float:left;width:72%; }
 .mainl2{float:right;width:72%; }
 .mainfull{width: 100%; margin:0px auto;}
 .header_top{background-color:#0168b7;height: 35px;color: #fff;line-height: 35px;text-align: right;font-size: 14px;}
 .header_top .pclogo span{ padding-right:20px;}
 .hometab{margin-bottom:15px;background-color:#fff;overflow:hidden; }
 .hometab .title{list-style:none;height:45px;line-height:45px;border-bottom:1px solid #eee;}
 .hometab .title li{float:left;font-size:16px;padding-left:15px}
 .hometab .title li a{display:inline-block;height:44px;line-height:44px}
 .hometab .title li.active a{ font-weight:bold;}
 .hometab .box{padding:15px;clear:both}
 .hometab .box ul{list-style:none;overflow:hidden;margin-right:-2%}
 .hometab .box li{float:left;width:98%;margin-right:2%;margin-bottom:15px; border-bottom:1px solid #EDEDED}
 .hometab .box li:hover{-moz-opacity:.9;opacity:.9}
 .hometab .box li .img{float:left;width:220px;height:150px;overflow:hidden; margin-bottom:15px;}
 .hometab .box li .img img{width:100%;height:100%;object-fit:cover;overflow:hidden}
 .hometab .box li .imgr{margin-left:235px; margin-bottom:15px;}
 .hometab .box li .imgr h3{font-size:20px; font-weight:bold;height:26px;line-height:26px;font-weight:400;overflow:hidden;margin-bottom:10px}
 .hometab .box li .imgr span{display:block;color:#999;font-size:13px;margin-bottom:10px}
 .hometab .box li .imgr span i{margin-right:4px}
 .hometab .box li .imgr span a{color:#45bcf9}
 .hometab .box li .imgr p{color:#666;line-height:24px;height:72px;overflow:hidden}
 .hometab .box .more{text-align:center;padding:10px 0}
 .hometab .box .more a{border:1px solid #ddd;padding:2px 20px;border-radius:20px;color:#999}
 .hometab .more{text-align:center;padding:10px 0}
 .hometab .more a{border:1px solid #ddd;padding:2px 20px;border-radius:20px;color:#999}
 .list{padding:10px 15px;background-color:#fff;}
 .list .title{height:50px;line-height:50px;padding-left:15px;overflow:hidden;border-bottom:1px solid #eee}
 .list .title h1{display:inline-block;font-size:20px;font-weight:400}
 .list .title span{display:inline-block;margin-left:30px}
 .list .title span a{display:inline-block;margin-right:10px;color:#45bcf9}
 .list ul{padding:10px 0}
 .list li{padding:15px 10px;border-bottom:1px solid #eee;overflow:hidden;transition: all 0.1s ease-in;}
 .list li:hover{box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);}
 .list li .img{float:left;width:300px;height:225px;overflow:hidden}
 .list li .img img{width:100%;height:100%;object-fit:cover;overflow:hidden;border-radius: 3px;}
 .list li .imgr{margin-left:320px}
 .list li .imgr h2{font-size:18px;line-height:32px;margin-bottom:8px;font-weight:400;text-overflow:ellipsis;overflow:hidden;}
 .list li .imgr p{line-height:24px;max-height:100px;overflow:hidden;color:#8a92a9;margin-bottom:8px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;}
 .list li .imgr .info{line-height:28px;color:#999;font-size:14px}
 .list li .imgr .info a{color:#8a92a9;}
 .list li .imgr .info span{margin-right:10px;display:inline-block}
 .list li .imgr .info span i{margin-right:4px}
 .list li .imgr .info span.tag{float:right}
 .list li .imgr .info span.tag a{border:1px solid #eee;color:#999;padding:1px 4px;border-radius:1px;margin-left:5px}
 
 .cplist ul{padding:10px 0}
 .cplist li{padding:15px 10px;border-bottom:1px solid #eee;overflow:hidden;transition: all 0.1s ease-in;width: 47%;float: left;}
 .cplist li:hover{box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);}
 .cplist li .img{height:225px;overflow:hidden}
 .cplist li .img img{width:100%;height:100%;object-fit:cover;overflow:hidden;border-radius: 3px;}
 .cplist li .imgr{}
 .cplist li .imgr h2{font-size:18px;line-height:32px;margin-bottom:8px;font-weight:400;text-overflow:ellipsis;overflow:hidden;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;}
 .cplist li .imgr p{line-height:24px;max-height:100px;overflow:hidden;color:#8a92a9;margin-bottom:8px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;}
 .cplist li .imgr .info{line-height:28px;color:#999;font-size:14px}
 .cplist li .imgr .info a{color:#8a92a9;}
 .cplist li .imgr .info span{margin-right:10px;display:inline-block}
 .cplist li .imgr .info span i{margin-right:4px}
 .cplist li .imgr .info span.tag{float:right;height: 48px;}
 .cplist li .imgr .info span.tag a{border:1px solid #eee;color:#999;padding:1px 4px;border-radius:1px;margin-left:5px}
/************右边栏************/
 .mainr{float:right;width:26.5%;background-color:#fff;margin-bottom:15px;}
 .widget{padding:0 10px;margin-bottom:10px}
 .widget ul{list-style:none;padding:10px 0;overflow:hidden}
 .widget li{float:left;line-height:26px;width:50%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
 .widget li a{color: #8a92a9;}
 .widget h4{height:35px;line-height:40px;border-bottom:1px solid #eee;font-size:16px; position:relative;padding-left:14px; font-weight:bold;}
 .widget h4::before{content:"";position:absolute;left:0;top:10px;width:6px;height:19px;border-radius: 30px;}
 .widget_div{padding:10px 0;overflow:hidden}.widget_catalog ul ul{display:none}
 .widget_previous li{width:100%; font-size:15px; line-height:32px;}
 .widget_previous li::before{content:"";width:4px;height:4px;background-color:#45bcf9;border-radius:50%;position:absolute;margin-top:15px}
 .widget_previous li a{padding-left:14px} 
 .widget_hotpost ul{list-style:none}
 .widget_hotpost li{width:100%; font-size:14px; line-height:32px;}
 .widget_hotpost li i{color:#999;font-size:14px;padding-right:10px;font-style:italic}
 .widget_hotpost li i.red{color:#f65220;font-size:16px} 
 .widget_tags ul{margin-right:-10px}
 .widget_tags li{width:auto;margin-right:5px;margin-bottom:5px}
 .widget_tags li a{display:block;padding:0 5px;color:#fff}
 .widget_tags li.tagbgc0 a{background-color:#4a4a4a}
 .widget_tags li.tagbgc1 a{background-color:#428bca}
 .widget_tags li.tagbgc2 a{background-color:#5cb85c}
 .widget_tags li.tagbgc3 a{background-color:#d9534f}
 .widget_tags li.tagbgc4 a{background-color:#567e95}
 .widget_tags li.tagbgc5 a{background-color:#b433ff}
 .widget_tags li.tagbgc6 a{background-color:#00aba9}
 .widget_tags li.tagbgc7 a{background-color:#b37333}
 .widget_tags li.tagbgc8 a{background-color:#f60}
 .widget_tags li.tagbgc9 a{background-color:#d8b303}
 .widget_comments li{width:100%;margin-bottom:8px;overflow:hidden;white-space:inherit}
 .widget_comments li img{float:left;width:40px;height:40px;border-radius:3px;margin-right:10px}
 .widget_comments li span{display:inline-block;color:#999;font-size:12px}
 .widget_calendar #tbCalendar{width:100%;text-align:center}
 .widget_calendar caption{background-color:#fafafa;height:20px;line-height:20px}
 .widget_calendar td a{display:block;margin:0 5px;background:#F5330C;color:#fff} 
 .widget_author{padding-top:20px}
 .widget_author .title{text-align:center;border-bottom:1px solid #eee;padding-bottom:10px}
 .widget_author .title img{border-radius:50%;width:50px;height:50px;overflow:hidden;margin-bottom:5px}
 .widget_author .title h5{font-weight:400;font-size:16px}
 .widget_author .title p{line-height:24px}
 .widget_author li{width:100%;overflow:hidden;font-size:15px; line-height:32px;}
 .widget_author li::before{content:"";width:4px;height:4px;background-color:#45bcf9;border-radius:50%;position:absolute;margin-top:15px}
 .widget_author li a{padding-left:14px;color:#444;line-height:24px} 
 .widget_tuijian .box{width:100%;height:0;padding-bottom:60%;overflow:hidden;position:relative;background-color:#fff;margin:10px 0}
 .widget_tuijian .box:hover{-moz-opacity:.9;opacity:.9}
 .widget_tuijian .box img{width:100%;height:auto}
 .widget_tuijian .box p{position:absolute;left:0;bottom:0;width:98%;height:28px;line-height:28px;background-color:rgba(0,0,0,.6);color:#fff;padding:0 10px}
 .navbad{margin-bottom:0px;clear:both;overflow:hidden;clear:both}
 .navbad img{max-width:100%}
 .fad{margin-bottom:20px;clear:both;overflow:hidden;clear:both}
 .fad img{max-width:100%}
 .homead{margin-bottom:20px;clear:both;overflow:hidden;clear:both}
 .homead img{max-width:100%}
 table{empty-cells:show;border-collapse:collapse;}
caption,th{text-align:left;font-weight:400;}
/*suiji*/
.suiji li { line-height: 22px; margin-bottom: 10px; position: relative; padding-left: 15px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;width:285px; }
.suiji li:before { position: absolute; content: ""; width: 3px; height: 3px; background: #000; border-radius: 10px; left: 0px; top: 10px; }
.suijiimg li:hover { background: #f6f6f6; }
.suijiimg li:hover img { transform: scale(1.1); }
.suijiimg ul li{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width:100%; height:75px;padding:5px 0;}
.suijiimg ul li img{ float:left;width:95px;height:70px; margin-right:10px;padding-top:5px;}
.suijiimg ul li .bt{ display:block;font-weight: normal; font-size:14px; margin-top:10px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.suijiimg ul li p{ display:block; font-size:12px;margin-top: 15px;}
.suijiimg ul li p .eye{ float:right;padding-right:10px;}



 .mainr2{float:left;width:26%;background-color:#fff; }
 .mainr2 ul{ padding:20px;}
 .mainr2 ul li{ border:#CCCCCC 1px solid; margin-bottom:15px; width:100%; padding:10px 0px 10px 0px; text-align:center; background-color:#F6F6F6}
 .mainr2 ul li:hover{ background-color:#E86707;}
 .mainr2 ul li:hover a{ color:#FFFFFF; font-weight:bold}
 .mainr2 ul li a{  font-size:16px; }
 .mainr2 ul li a:hover{  font-size:16px; font-weight:bold; color:#ffffff; text-decoration: none; }

/*路径*/
.lujing {max-width:1250px; margin:10px auto;}
.nvhm{width:16px;background:url("images/search2.png") no-repeat 0 0;line-height:200px;overflow:hidden;}
#pt{margin:2px 0;height:25px;border:none;background:transparent;line-height:25px;}
#pt .z{padding:5px 10px 0 10px;}
#pt .z a,#pt .z em,#pt .z span{float:left;height:25px;}
#pt .z em{width:20px;background:url("images/pt_item.png") no-repeat 3px 10px;line-height:200px;overflow:hidden;}
.cl:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.cl{zoom:1;}
/*内容*/
 .article_content h1,.article_content h2,.article_content h3,.article_content h4,.article_content h5,.article_content h6{margin-bottom:18px;background-color:#fbfbfb;color:#333;border-left:4px solid #45bcf9;padding-left:10px;margin:10px 0;border-top-left-radius:2px;border-bottom-left-radius:2px;font-weight:400}.article_content h2{font-size:24px}.article_content h2{font-size:20px}.article_content h3{font-size:18px}.article_content h4{font-size:16px}.article_content h5{font-size:14px}.article_content h6{font-size:14px}.article_content ul{list-style:disc}.article_content ol{list-style:decimal}.article_content li{margin-bottom:6px}.article_content p{color:#555;line-height:32px;word-wrap:break-word}.article_content pre{word-wrap:break-word}.article_content table{border-top:solid 1px #ddd;border-left:solid 1px #ddd;width:100%;margin-bottom:18px}.article_content table th{background-color:#f9f9f9;text-align:center}.article_content table td,.article_content table th{border-bottom:solid 1px #ddd;border-right:solid 1px #ddd;padding:5px 10px}.article_content .alignnone{margin:0 auto}.article_content .alignleft{float:left;text-align:left;margin-right:10px}.article_content .aligncenter{margin:0 auto;text-align:center;display:block}.article_content .alignright{float:right;text-align:right;margin-left:10px}.article_content a{color:#45bcf9}.article_content a:hover{color:#f40;text-decoration:underline}.article_content pre,.comment pre{font-size:14px;background:#ededed}.article_content blockquote{margin:20px 0;padding:15px 20px 1px;border-left:5px solid #45bcf9;background-color:#fafafa}.article_content blockquote p{margin:0;padding:0;margin-bottom:10px}.article_content embed,.article_content iframe,.article_content video{width:100%}.rights{margin:40px 0;counter-increment:#999;line-height:26px;overflow:hidden;padding-bottom:30px;border-bottom:1px solid #ededed}.rights h5{font-weight:400;font-size:16px;color:#333;margin-bottom:20px}#share{overflow:hidden}#share .sharel{float:left;margin-top:10px}#share .sharel p{color:#333;font-size:16px;line-height:42px}
.p-img{width: 48%;float: left;padding-left: 2%;}
.p-img img{width:100%;}
.p-img img:hover{ transform: scale(1.1); }
.p-instr{float: left;width: 46%;margin: 0 0 0 3%;}
.tips p{ width:100%;font-size: 14px;color: #444; line-height: 24px;}
.btns{margin:20px 0;text-align: center;}
.btns a{background: #2c74be; padding:15px 50px;color: #fff;}
.tx-form-box3 h4{border-top: 10px solid #2c74be;border-left:none;padding: 10px; font-size:24px;}

 .post .title h1{white-space:inherit;font-size:18px}
 .post .title .info span+span+span+span{display:none}
 .article_content embed,.article_content iframe,.article_content video{width:100%}
 #share .sharel{float:none;display:block;margin-bottom:20px}
 #share .sharer{float:none;display:block;width:207px;margin:0 auto}
.fad,.homead,.navbad{margin-bottom:10px;display:none}
/*文章下相关*/
 .related{background-color:#fff;overflow:hidden;margin-bottom:20px; }
 .related h4{height:45px;line-height:45px;font-size:16px;padding-left:15px;border-bottom:1px solid #eee;font-weight:400}
 .related ul{list-style:none;padding:10px 15px;margin-right:-10px;overflow:hidden}
 .related li{float:left;width:24%;margin-right:1%;overflow:hidden;margin-bottom:10px}
 .related li .img{width:100%;height:160px;overflow:hidden}
 .related li .img img{width:100%;height:100%;object-fit:cover;overflow:hidden}
 .related li p{line-height:32px;height:32px;overflow:hidden}
/*评论*/
.post_comments{overflow:hidden;background-color:#fff;padding:0 15px;}
#comments{border:1px solid #e5e5e5;background-color:#fdfdfd;position:relative}
#comment{overflow:hidden}
#comment h4{height:45px;line-height:45px;font-size:16px;border-bottom:1px solid #eee;font-weight:400}
#comment .ping{color:#333;padding-bottom:10px;border-bottom:1px dashed #ededed;height:24px;line-height:24px;font-size:20px;font-weight:400}
#comment .compost{margin:20px 0}
.compost .com_name{margin:10px 0;overflow:hidden;color:#45bcf9}
.compost .com_name a{color:#ff5e52}
.compost .com_box{margin:10px 0}
.compost .com_box textarea{width:100%;border:1px solid #ddd;display:block;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.compost .com_info{margin:0;overflow:hidden}
.compost .com_info ul{list-style:none}
.compost .com_info li{float:none;margin-bottom:8px}
.compost .com_info li input{width:30%;height:30px;line-height:30px;padding-left:4px;border:1px solid #ddd}
  .compost .com_info li span{margin-left:4px}
 .compost .com_info li span img{height:30px;line-height:30px;display:inline-block;vertical-align:top}
 .compost .com_info button{float:right;background-color:#45bcf9;border:0;border-radius:3px;padding:6px 10px;color:#fff;display:inline-block}
 #comment .comlist{margin:10px 0}
 .comlist .title{font-size:16px;overflow:hidden;height:45px;line-height:45px}
 .comlist ul{list-style:none;border-top:1px solid #ededed}
 .comlist .pagebar{border-top:1px solid #ededed}
 .comlist ul ul{margin-left:3%}
 .comlist li{overflow:hidden;padding:20px 0}
 .comlist li:hover{background-color:#fafafa}
 .comlist li img{float:left;width:40px;height:40px;border-radius:50%;margin-left:12px}
 .comlist li .clbody{margin-left:64px}
 label{cursor:pointer;}
 
/************footer************/
#footer{background-color:#041e41;color:#fff;}
.footer{padding-top:20px;text-align:center}
.footer a{color:#ccc;}
.footer .fnav{margin-bottom:15px;text-align: left;}
.footer .fnav a{display:inline-block;margin:0 10px}
.copyright{padding: 18px 0;background:#04295a;}
.footer-title{font-weight: 700; width:100%; padding-bottom:10px;float: left;font-size: 16px;}
.fnav .says{ margin-bottom:15px;font-size: 14px;}
/*gototop*/
.toTop {position: fixed;bottom:15%;right: 5%;width: 80px;height: 50px;overflow: hidden;width: 50px;cursor: pointer;display: none;}
.toTop a, .goTop a:link {background: url("images/gotop.png") no-repeat scroll 0 0 transparent;display: block;	height: 50px;width: 50px;}
.toTop a:hover {background: url("images/gotop.png") no-repeat scroll 0 -50px transparent;display: block;}
@media screen and (min-width:1251px){.container{width:1250px;margin:0 auto;}.main_limit{width:1250px}}
@media screen and (max-width:1250px){.container{width:100%;margin:0 auto;}.list_bg{ width:96%;background:#041e41;height: 100px; padding:4% 2%;}.list_bg p{padding:0;}.index_1 ul.list4 li{ width:31.33%}.main_limit_4{ padding:0}.about_content{width:96%;padding-left:3%;}.about{line-height:28px;}.main_limit_3 .main_limit ul.list4 li{width:23%}}
@media screen and (min-width:981px){}
@media screen and (max-width:980px){.header_top{ display:none;}
.lanmubg, .lanmubg1, .lanmubg2, .lanmubg3{height:380px;}
.cplist li{width: 48%;padding: 0 1%;}    
.lujing{display:none;}
#main{clear:both}.main{margin-bottom:10px}.hometop{margin-bottom:10px}.htleft{width:100%} 
.mainall{width:100%;margin-top:0}
.pclogo{ display:none;}
.slider, .container{width:98%;margin-left:1%;margin-right:1%}
body{margin-top:55px}
#header{width:100%;height:55px;line-height:50px;margin-bottom:0;position:fixed;z-index:5;top:0}
.logo{width:100%;text-align:center}
.logo img{max-height:45px}
#mnav,#search{display:block;position:absolute;top:0;color:#444444;cursor:pointer}
#mnav{left:2%}#search{right:2%}
.nav{display:none;margin-left:0;width:100%;position:absolute;top:45px;left:0;right:0;}
.nav{float:left;margin-left:0px;width:98%;margin: 0 1%;}
.nav li{float:none;width:100%;position:static}
.nav li a{padding:0 20px;display:block}
.nav ul ul{display:block;position:static;padding-left:3%;overflow:hidden}
.nav ul ul li{line-height:30px;float:left;margin-right:10px;width:auto}
.nav ul ul ul{display:none}
.nav ul ul li:hover ul{display:none}
.search{display:none;float:none;margin-top:0;position:absolute;top:100%;left:0;right:0;}
.search form{width:80%;margin:10px auto;height:38px;line-height:36px}
.search form input{height:38px;line-height:36px}
.search form button{height:38px;line-height:36px}
.main_limit_4 h3, .index-contact-left h3, .main_limit_3 h3, .index-list3-list .tt{ font-size:18px;}
 .mainl{width:100%}
 .mainl2{width:100%}
 .mainfull{width:100%}
 .list{padding:0 5px}
 .list .title{padding-left:0;height:auto;height:auto;line-height:30px}
 .list .title h1{display:inline-block;font-size:18px}
 .list .title span{margin-left:0;line-height:24px}
 .list ul{padding:0}
 .list li .imgr{margin-left:40%}
 .list li .img{width:38%;}
 .list li .imgr h2{white-space:inherit;font-size:16px;line-height:25px;margin-bottom:15px;font-weight:100}
 .list li .imgr .info{line-height:24px}
 .list li .imgr .info span+span+span{display:none}
  #sidedss{ display:none;}
  .related ul{margin-right:-2%}.related li{width:48%;margin-right:2%}.related li .img{height:100px}.mainr{width:100%;}
  .ds1190 { display:none;}
  .mainr2{ display:none;}
  .compost .com_info li input{width:60%}.list li .img{height:200px}
  ul.list4 li p.tt{height:30px}
  
.dorp_con{max-width: 100%;display: none;}
.dorp_as .dorp_list{width: 100%;height:65px;}
.dj1, .dj2{ float:right; margin-right:2%; height:48px; line-height:48px; color:#333;font-size: 10px;}
.dj1:before, .dj2:before {content: "\e707";}

}
@media screen and (max-width:780px){body, ul.list3 li p.tt{font-size:14px;}#share{display:none}.list li .img{height:150px}.list li .imgr p{ max-height:75px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;}.index-contact-left{ width:98%; float:left;margin-left: 2%;}.index-contact-rhght{ width:98%; float:left; margin:0 auto;padding-left: 1%;}.main_limit_5{ height:220px;}.pcon{margin-top:15px;}.about{width:98%; padding:0px;line-height:28px;}.about_content{width:100%; padding-left:0px; margin-bottom:15px;}.index-list3-list{ width:100%;margin: 2px 0;}ul.list3 li{width: 48%;}.says{width:98%}.says img{display:none;}.main_limit_2 h3{padding:0}.index-contact-rhght .anniu{ margin-top:20px;}.index_3 ul.list4 li img{height: 160px;}.aboutbg{ width:100%;position:relative;height:280px;}.about h3{padding-top:20px;}.index_4{ background:none;} .index_3 ul.list4 li{ width:48%}
.lanmubg, .lanmubg1, .lanmubg2, .lanmubg3{height:350px;}
.article_content{font-size:14px;}
.footer-menu{display:none;}
.p-img{width:98%}
.p-instr{ width:98%}
.tips, .cplist li .imgr p{display:none;}
.cplist li .imgr h2{ font-size:14px;}
}
@media only screen and (max-width:640px) {.list li .img{height:120px;}.list li .imgr p{ max-height:50px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}.list_bg{ width:98%;background:#041e41;height: 140px; padding:4% 2%;}.more{ display:none;}.index-contact-left h3{ margin:0}.index-contact-rhght .anniu{ margin-top:10px;}.index_1 h3{padding:15px 0;}.main_limit_4{padding:0;}.index_2{ height:360px;}.main_limit_3{padding:0}.main_limit_5{height: 210px;}.says .anniu{ margin-top:20px;}
.lanmubg, .lanmubg1, .lanmubg2, .lanmubg3{height:330px;}
.cplist li .imgr .info{display:none;}
.cplist li .img{ height:180px;}
}
@media only screen and (max-width:540px) {.list li .img{height:100px}.list li .imgr p{display:none}.index-contact-rhght .anniu{margin:15px auto;}.index_1 ul li img{ height:120px;}ul.list3 li p.ttcon{display:none;}ul.list3 li img{ height:125px;}.index_3 ul.list4 li{ width:100%; text-align:left;}.index_3 ul.list4 li img{display:none;}ul.list4 li p.tt{line-height: 21px;}.main_limit_3{ height:260px;}.index_2{ height:450px;}.callbacks img {height:220px;}.list_bg p{line-height:26px;}.main_limit_5{padding: 10px 0;}.lanmubg, .lanmubg1, .lanmubg2, .lanmubg3{height:300px;}.cplist li .img{ height:155px;}} 
@media only screen and (max-width:430px){.main_limit_5{height: 250px;}.lanmubg, .lanmubg1, .lanmubg2, .lanmubg3{height:280px;}.cplist li .img{ height:145px;}}
@media only screen and (max-width:380px){.index_2{display:none;}.list_bg p{line-height:22px;}.lanmubg, .lanmubg1, .lanmubg2, .lanmubg3{height:250px;}.cplist li .img{ height:125px;}}
@media only screen and (max-width:340px){.main_limit_5{height: 210px;}.lanmubg, .lanmubg1, .lanmubg2, .lanmubg3{height:230px;}.cplist li .img{ height:90px;}}
#main{overflow:hidden;clear:both}
.main{margin-bottom:10px;overflow:hidden}
.hometop{margin-bottom:12px;overflow:hidden}
.htleft{float:left;width:380px;height:auto}
.clear{clear:both;}
.pagebar{padding: 20px 0;text-align: center;}
.pagebar span,.pagebar a{display: inline-block;width: 30px;height: 30px;line-height: 28px;text-align: center;margin: 2px;}
.pagebar a{color:#F5330C;}
.pagebar span,.pagebar a:hover{background-color:#F5330C;color: #fff; border-radius:10px;}
 
.post{background-color:#fff;padding:15px;overflow:hidden;margin-bottom:20px;}
.post .title{overflow:hidden;border-bottom:1px solid #eee}
.post .title h1{font-size:22px;font-weight:400;line-height:32px;text-overflow:ellipsis;overflow:hidden;margin-bottom:5px;text-align: center;margin-bottom: 20px;}
.post .title .info{line-height:32px;padding-bottom:10px;}
.post .title .info span{margin-right:10px;display:inline-block}
.post .title .info span a{color:#8a92a9}
.post .title .info span i{margin-right:4px; font-size:16px;}
.post .title .info span.tag{float:right}
.post .title .info span.tag a{border:1px solid #eee;color:#999;padding:0 6px;border-radius:1px;margin-left:10px}
.post .title .info span.tag a:hover{border:1px solid #45bcf9;color:#fff;background-color:#45bcf9}
.article_content{padding:10px 0;overflow:hidden;color:#555;font-size:16px;line-height:32px;word-break:break-all;word-wrap:break-word;padding-bottom:5px;position:relative}
.article_content img{max-width:100%;height:auto}

.nav li:hover>a{background-color:#0168b7; color:#fff;}
.nav li.active>a{color: #fff;background-color:#0168b7;}
.nav ul ul{background-color:#EEE;}
.nav ul li:hover>ul{background:#0168b7;}
.nav ul ul li:hover{background:#0168b7;}
.qk_ibox3_z_bt p{color:#fff;text-align: left;}
.qk_ibox3_z_bt em{background:#444;}
.widget h4{ color:#444;}
.widget h4::before{background-color:#27AFAF;}
.qk_onebox_zhong_tbt em h1{background:#444;}
.qk_onebox_zhong_tbt em h2{color:#444;}
.qk_ibox3_z_btgg em{background:#444;}
.qk_ibox3_z_btgg p{color:#444;}
.hometab .title li.active a{color:#444;}
.hometab .title li.active a{border-bottom:2px solid #444;}
.qk_index_yqlj_nr ul li{ float:left; margin-right:10px;}
.qk_index_yqlj_nr ul li a{ color:#fff}

.dorp_con{padding: 5px 16px; display: none; }
.dorp_as{display: none;min-width: 220px;padding: 5px 16px;}
.dorp_con .dorp_list {float: left;}
.dorp_as .dorp_list {float: left;}
.dorp_list p{margin:0 5px;height: 40px;line-height: 40px;font-size: 14px;}
.dorp_list p a{ padding:0;}
.dorp_con .dorp_list .text{display:block; width:200px; font-weight:bold;font-size: 16px;} 
@media screen and (min-width:981px){.dorp_con{min-width: 870px;position: absolute;background-color: #f9f9f9;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);margin-top: 5px;}.dorp_as{position: absolute;}.dorp_as .dorp_list{ height:170px;background-color: #f9f9f9;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);}.dorp_con .dorp_list{height: 250px;width: 215px;}.navbar li:hover .dorp_con, .navbar li:hover .dorp_as{display: block;} }
