* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0; font-family: 'Open Sans', sans-serif;}
body{ font-size: 16px; color: #666666; overflow-x: hidden;}

ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6{ list-style: none; padding: 0; margin: 0; }
input,textarea{ outline:none;}
::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
} 

a { text-decoration: none; color:#666666;}
a:hover{ color: #0053a9;}


.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}


/*图片放大*/
.imgZoom img{transition: all .4s;-webkit-transition: all .4s;}
.imgZoom img:hover{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1);}
/*图片旋转*/
.imgRotate img{-webkit-transition:-webkit-transform 2s ease-out;-moz-transition:-moz-transform 2s ease-out;-o-transition:-o-transform 2s ease-out;-ms-transition:-ms-transform 2s ease-out;}
.imgRotate img:hover{-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-o-transform:rotateZ(360deg);-ms-transform:rotateZ(360deg);transform:rotateZ(360deg);}
/*按钮鼠标经过变暗*/
.wlp-button:hover{filter:alpha(opacity=90);background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;}
/*鼠标经过有阴影*/
.wlp-shadow:hover{box-shadow: 0 0 20px rgba(0,0,0,0.3)!important;}
/*鼠标经过上浮并加阴影*/
.wlp-flow-shadow{-webkit-transition:all .5s;transition:all .5s;}
.wlp-flow-shadow:hover{transform:translate3d(0, -5px, 0);-webkit-transform:translate3d(0, -8px, 0);-webkit-box-shadow:0 0px 10px #e9e9e9;box-shadow:0 0px 10px #e9e9e9;}
/*图片经过遮罩*/
.wlp-filter:hover img{ filter:alpha(opacity=70); -moz-opacity:0.7; -webkit-opacity: 0.7; opacity: 0.7;}

.img{max-width:100%;height:auto;display:block}

.wrap{ width: 1200px; margin: 0 auto;}

.header{ position: relative;}
.header .logo{ position: absolute; top:60px; left:60px; z-index: 9999;}
.header .nav{ position: absolute; left:60px; bottom:60px; z-index: 9999;}
.header .nav ul{ overflow: hidden;}
.header .nav ul li{float: left; margin-right: 24px; position: relative;}
.header .nav ul li:before{ content: "·"; color: #ffffff; font-size: 22px; position: absolute; left: -14px; top:-3px;}
.header .nav ul li a{ color: #ffffff; font-size: 18px;}
.header .nav ul li a:hover{color: #912822;}
.header .logo2{float: left; padding: 50px 60px 20px 30px;}
.header.nei .logo{display: none;}
.header.nei .nav{ position: static; float: left; margin-top: 80px;}
.header.nei .nav ul li:before{ content: "·"; color: #000; font-size: 25px; font-weight: bold; position: absolute; left: -14px; top:2px; font-family: Arial;}
.header.nei .nav ul li a{ color: #000; font-size: 24px; font-weight: 600;}
.header.nei .nav ul li a:hover,.header.nei .nav ul li.focus a{ color: #912822;}

.header .menu-toggle{display: none;}

.header .search2{ width:37%; float: right; margin-right: 50px; margin-top: 60px;}
.header .search2 input{ width:calc(100% - 170px); height: 50px; border:#cccccc solid 1px; background: #f8f8f8; text-indent: 20px; position: relative; z-index: 11;}
.header .search2 button{ color: #fff; width: 170px; height: 70px; line-height: 70px; border:none; margin-left: -17px; background:#912822 url(../images/icon01.png) no-repeat right 20px center; padding-right: 15px;}
.header .search2 button:hover{  background:#620702 url(../images/icon01.png) no-repeat right 20px center; }

.navsub{ border-top:#dcdcdc solid 2px; padding: 30px 180px;}
.navsub a{ margin-right: 45px; color: #000; font-size: 18px; font-weight:600;}
.navsub a:hover{ color: #2e6ca1;border-bottom:#000 solid 1px;}
.navsub a.focus{ border-bottom:#000 solid 1px;}

.banner .swiper-container{ height:888px; overflow:hidden; text-align:center;width: 100%;}
.banner .swiper-container .swiper-slide{height:888px; width:100%;}
.banner .pagination {position: absolute;z-index: 20;bottom: 20px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:12px; height: 12px; border-radius: 20px; background: #fff; margin: 0 5px; cursor: pointer;}
.banner .swiper-active-switch {background:#00d8cb; }

.nei_banner{ background: url(../images/neiBg.jpg) no-repeat center; background-size: cover; height: 220px; line-height: 220px; color: #ffffff; text-align: center; font-size: 36px;font-family:SiYuanRegular; font-weight: 600;}

.search{ width: 100%; height: 170px; background: #2e6ba1;}
.search .searchBox{ position: relative; height: 170px;}
.search .searchBox .searchtext{color: #ffffff; float: left; }
.search .searchBox .searchtext h3{ font-size: 34px; padding-top: 60px;position: relative; z-index: 1;}
.search .searchBox .searchtext p{ font-size: 18px; color: #ece0df; position: relative; z-index: 1;}
.search .searchBox .searchtext span{ font-size: 18px; color: #b6817f; position: relative; z-index: 1;}
.search .searchBox .searchtext:before{content: ""; width: 2000px; height: 170px; background: #912822; position:absolute; top:20px; left:-1650px;}
.search .searchBox .searchForm{float: right; padding-top: 40px;}
.search .searchBox .searchForm p{color: #ffffff;}
.search .searchBox .searchForm input{ width: 600px; height: 50px; border:none; text-indent: 20px; position: relative; z-index: 11;}
.search .searchBox .searchForm button{ color: #fff; width: 176px; height: 70px; line-height: 70px; border:none; margin-left: -17px; background:#912822 url(../images/icon01.png) no-repeat right 20px center; padding-right: 15px;}
.search .searchBox .searchForm button:hover{  background:#620702 url(../images/icon01.png) no-repeat right 20px center; }

.proFl{ padding: 130px 0;}
.proFl .title{ background:url(../images/icon02.png) no-repeat left center; height: 210px; padding-left: 250px; margin-bottom: 100px;}
.proFl .title h3{ font-size: 80px; color: #912822;}
.proFl .title p{ font-size: 26px; color: #666666; font-weight: bold;}
.proFl .flBox{background-size: cover;	padding: 0 40px; text-align: center;}
.proFl .flBox .flBg{background:url(../images/prlFlbg.png) no-repeat center; background-size: cover; position: relative; padding: 25px;}
.proFl .flBox .fltext{ width:calc(100% - 50px); position: absolute; top: 50%; margin-top: -60px; padding: 0 20px; z-index: 111;}
.proFl .flBox .fltext h3{ color: #ffffff; font-size: 48px; border-bottom: #fff solid 2px; line-height: 1; padding-bottom: 15px;}
.proFl .flBox .fltext a{ width: 165px; height: 44px; line-height: 44px;text-align: center; display: block; margin:18px auto 0; background: #912822; color: #fff;}
.proFl .flBox .fltext a:hover{ background: #2e6ba1;}

.proFl2{ padding:400px 0; background: url(../images/proBg.jpg) no-repeat center; background-size:contain;}
.proFl2 .pfbox{ position: relative;}
.proFl2 .pfbox .pftext{ width: 100%; text-align: center; position: absolute; top:50%; z-index: 11;}
.proFl2 .pfbox .pftext h3{ color: #fff; font-size: 60px;text-shadow:2px 2px 1px #333333; line-height: 1;}
.proFl2 .pfbox .pftext a{ width: 150px; height: 50px; line-height: 50px; text-align: center; color: #ffffff; display: block; margin: 30px auto 0; background: #912822; font-size: 18px;}
.proFl2 .pfbox .pftext a:hover{ background: #2e6ba1;}
.proFl2 .pfbox dl{ overflow: hidden}

.ipro{ padding: 80px 0;}
.ipro .pure-g div{ padding: 0 15px;}
.ipro .pure-g div dl{ overflow: hidden;}
.ipro .pure-g div p{ background: url(../images/protit.jpg) no-repeat center; background-size: cover; line-height: 98px; text-align: center; color: #000; font-size:28px; font-weight: bold;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.ipro .pure-g div:hover p{background: url(../images/protit2.jpg) no-repeat center;}

.iabout{ padding:70px 30px;}
.iabout img{ float: right; width: 60%;}
.iabout dl{ width: 40%; float: left; padding-right:20px;}
.iabout dl .title{ font-size: 48px; font-weight: bold; color: #333333; text-align: right; position: relative; padding-bottom: 20px; margin-bottom:40px;}
.iabout dl .title:before{ position: absolute; right: 0; bottom: 0; content:""; width: 260px; height: 6px; background: #050001;}
.iabout dl .iaboutBox{ font-size: 22px; text-align: right; line-height: 1.6;}
.iabout dl .more{ width: 150px; height: 50px; line-height: 50px; text-align: center; color: #ffffff; background: #912822; display: block; float: right; margin-top: 50px;}
.iabout dl .more:hover{background: #2e6ba1;}

.inews{ padding: 0 30px; margin-bottom: 70px;}
.inews ul{ background: #2e6ba1; height: 90px; padding: 12px 20px;}
.inews ul:hover{ background: #912822;}
.inews ul h3{ font-size: 41px; color: #ffffff; line-height: 70px; float: left; padding-right: 20px;}
.inews ul dl{ width:calc( 100% - 270px); height:66px; line-height: 66px; background: #ffffff; padding: 0 35px; font-size: 20px; color: #333; float: left; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.inews ul dl a{ color: #333;}
.inews ul dl a:hover{ color: #2e6ba1;}
.inews ul dl span{float: right;}
.inews ul .more{ float: right; color: #ffffff; line-height: 66px; font-size: 24px;}

.about{ background: url(../images/aboutBg.jpg) no-repeat center bottom; background-size:100% auto; padding: 100px 50px 580px; font-size: 24px; line-height: 2;}
.about img{float: left; margin:0 30px 20px 0}
.about h1{ font-size: 48px; color: #333;position: relative; padding-bottom: 20px; margin-bottom:40px; line-height: 1;}
.about h1:before{ position: absolute;  bottom: 0; content:""; width: 260px; height: 6px; background: #050001;}

.pro{ padding: 100px 50px;}
.pro .pure-g div{ padding: 0 50px; margin-bottom: 100px;}
.pro .pure-g div dl{ overflow: hidden;}
.pro .pure-g div p{ background: url(../images/protit.jpg) no-repeat center; background-size: cover; line-height: 98px; text-align: center; color: #000; font-size:28px; font-weight: bold;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.pro .pure-g div:hover p{background: url(../images/protit2.jpg) no-repeat center;}

.proview{ padding: 50px 50px 100px;}
.proview .title{ text-align: center; font-size:30px; font-weight: 600; color: #000; margin-bottom: 20px;}
.proview .propic{ margin-bottom: 20px;}
.proview .propic img{margin: 0 auto;}

.news{padding: 100px 50px 50px;}
.news ul{ padding-bottom: 20px; overflow: hidden;}
.news ul li{ width: 25%; margin-bottom: 25px; padding:0 15px 25px;float: left;}
.news ul li h3{ font-size:30px; color: #000;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.news ul li span{font-size: 20px;}
.news ul li dl{ margin-top: 10px; overflow: hidden;}
.news ul li dl img{max-width:100%;height:auto;display:block}

.newsview{padding: 50px 50px 100px;}
.newsview .newstit{ margin-bottom: 30px; text-align: center;}
.newsview .newstit h1{ font-size: 30px;font-weight:500; color: #000; line-height: 1.2; margin-bottom: 10px;}
.newsview .newstit p{ color: #888; font-size: 14px;}
.newsview .text{ font-size: 20px;}
.newsview .back{ margin-top:50px; text-align: center;}

.message{ padding: 50px 0 100px;}
.message .box{max-width:1000px; margin: 0 auto; text-align: center;}
.message .box .messagecon{ padding: 10px;}
.message input{ width: 100%; line-height: 48px; border: #ced4da solid 1px; border-radius: 5px; text-indent:20px;}
.message textarea{ width: 100%; height: 200px; border: #ced4da solid 1px; border-radius: 5px; padding: 20px;}
.message button{ background: #0083ce; color: #fff;font-weight:500; padding: 12px 30px;}

.contact{ padding: 50px 20px 100px; max-width: 1400px;margin: 0 auto;  line-height: 2;}
.contactText{ padding-right: 10px;}
#container{ height:400px;}

.footer{ background: #050001; border-top: #912822 solid 6px; padding: 75px 60px;}
.footer .fnav{float: left; margin-right: 70px;}
.footer .fnav ul li{ margin-bottom: 15px;}
.footer .fnav a{ color: #cbcbcb; font-weight: bold;}
.footer .fnav a:hover{ color: #912822; }
.footer .flogo{float: left; margin-left: 100px;}
.footer .flogo p{ margin-top: 20px; color: #cbcbcb; line-height: 1.6;}
.footer .fsearch{float: right; padding-top: 60px;}
.footer .fsearch dl{width: 420px; height: 60px; background: #2e6ba1; margin-bottom: 20px;}
.footer .fsearch dl input{float: left; width: calc(100% - 65px); height: 60px; border: none; text-indent: 20px; background: none; color: #ffffff;}
.footer .fsearch dl button{ width: 60px; height: 60px; background: url(../images/icon01.png) no-repeat center; border: none; float: right;}
.footer .fsearch ul{ text-align: center;}
.footer .fsearch ul li{display: inline-block; margin: 0 10px;}

/*===/分页=============================*/
.fengye{ margin:30px 0; text-align: center; font-size:16px;}
.off{  padding:10px 15px; margin-right:10px; background:#e2e2e2; color:#000; }
a.off:hover{ margin-right:10px;background:#0083ce; color:#fff; }
.fenkong{padding:0 10px;}
.fenkong a{ line-height:1;font-size:16px;color:#000; padding:10px 18px; margin-right:10px;background:#e2e2e2;}
.fenkong a:hover{color:#fff;background:#0083ce; }
.fenkong a.fenyeon{ line-height:1; background:#0083ce; color:#FFF;}

@media screen and (max-width:1700px){
.header .search2{ width:30%;  margin-right:20px; margin-top: 60px;}
.header .search2 input{ width:calc(100% - 150px); height: 50px;}
.header .search2 button{ color: #fff; width: 150px; height: 70px; line-height: 70px; margin-left: -17px;}

.about{ background: url(../images/aboutBg.jpg) no-repeat center bottom; background-size:100% auto; padding: 100px 50px 580px; font-size: 24px; line-height: 2;}
.about img{float: left; margin:0 30px 20px 0; width: 60%;}
.about h1{ font-size: 48px; color: #333;position: relative; padding-bottom: 20px; margin-bottom:40px; line-height: 1;}
.about h1:before{ position: absolute;  bottom: 0; content:""; width: 260px; height: 6px; background: #050001;}


.footer .flogo{ margin-left: 30px;}
.footer .fsearch dl{width: 350px;}
}

@media screen and (max-width:1500px){
.header .logo{ top:30px; left:30px; }

.header.nei .nav{ position: static; float: left; margin-top: 80px;}
.header.nei .nav ul li:before{font-size: 22px;}
.header.nei .nav ul li a{ font-size: 20px;}

.banner .swiper-container{ height:700px;}
.banner .swiper-container .swiper-slide{height:700px;}

.proFl{ padding: 130px 0;}
.proFl .title{ background-size:contain; height:180px; padding-left: 220px; margin-bottom:80px;}
.proFl .title h3{ font-size:70px;}
.proFl .title p{ font-size: 24px;}
.proFl .flBox{background-size: cover; text-align: center;}
.proFl .flBox .fltext h3{ font-size:36px; padding-bottom: 15px;}
.proFl .flBox .fltext a{ width: 130px; height: 40px; line-height: 40px;margin:18px auto 0;}

.proFl2{ padding:300px 0;}
.proFl2 .pfbox .pftext{ margin-top: -50px;}
.proFl2 .pfbox .pftext h3{ font-size: 55px;}

.iabout{ padding:20px 30px 60px;}
.iabout img{ width:55%;}
.iabout dl{ width:45%; padding-right:20px;}
.iabout dl .title{ font-size:40px; padding-bottom:10px; margin-bottom:20px;}
.iabout dl .title:before{ width: 200px; height: 4px;}
.iabout dl .iaboutBox{ font-size:18px; line-height: 1.5;}
.iabout dl .more{ width: 150px; height:45px; line-height:45px;  margin-top:20px;}

.footer{ padding:60px 30px;}
.footer .fnav{ margin-right:40px;}
}

@media screen and (max-width:1400px){
.header .logo2{float: left; padding: 50px 40px 20px 30px;}
.header .search2{ margin-right: 10px;}
.about{ padding: 100px 50px 400px; font-size: 18px;}
.about h1{ font-size: 40px;  padding-bottom: 20px; margin-bottom:40px; line-height: 1;}
.about h1:before{ position: absolute;  bottom: 0; content:""; width:180px; height:4px;}

.footer .flogo{float: right; margin-left: 0;}
.footer .fsearch{display: none;}
}

@media screen and (max-width:1230px){
.wrap{ width: 100%; padding: 0 20px;}
.header .logo2{float: left; padding: 50px 20px 20px 10px;}
.header .search2{ margin-right:0px;}
.header.nei .nav ul li:before{font-size: 22px;}
.header.nei .nav ul li a{ font-size: 18px;}
.banner .swiper-container{ height:600px;}
.banner .swiper-container .swiper-slide{height:600px;}
.nei_banner{height: 220px; line-height: 220px; color: #ffffff; font-size: 30px;}
.search .searchBox .searchForm input{ width: 500px;}
.proFl .flBox{ padding: 0 15px;}
.proFl .flBox .fltext h3{ font-size: 30px;}
.proFl .flBox .fltext a{ width: 100px; height: 35px; line-height: 35px;}
.ipro .pure-g div p{ font-size: 20px; line-height: 60px;}
.iabout dl .iaboutBox{ font-size: 16px;}
.footer{ padding:50px 30px;}
.footer .flogo{float: none; margin-left: 0; text-align: center;}
.footer .flogo img{ margin: 0 auto;}
.footer .flogo p{ margin-top: 20px; color: #cbcbcb; line-height: 1.6; font-size: 14px;}
.footer .fnav{ display: none;}
}

@media screen and (max-width:1100px){
body{ padding-top: 60px;}
.header { position: static;}

.header .logo{position: fixed; top:0; left:0; width: 100%; height: 60px; background: #ffffff; padding: 10px 0 0 10px}
.header .logo img{ width:250px; height: auto;}

.header.nei .logo{display: block;}

.header .logo2{display: none;}
.header .search2{ display: none;}


.header.nei .nav{ position: fixed; margin-top: 0;}
.header .nav{ width:100%; height:100vh; background:#fff; position:fixed; left:0; top:60px; z-index:99998; display:none; margin:0; border-top:#ddd solid 1px;}
.header .nav ul li{ float:none; border-bottom:#ddd solid 1px; margin-right: 0;}
.header .nav ul li a{ font-weight:normal; font-size:16px;color:#666;line-height:46px; padding:0;min-width:100%; text-align:left; text-indent:25px; display: block;}
.header .nav ul li.focus a,.header .nav ul li a:hover,.header.nei .nav ul li.focus a,.header.nei .nav ul li a:hover{ background:#2e6ca1; color: #fff;}

.header .menu-toggle{ width:60px; height:60px; position:fixed; right:0px; top:0;  float:right; z-index:99999; display:block;}
.header .menu-toggle span{ width:35px; height:2px; background:#2e6ca1;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
.header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#2e6ca1;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
.header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#2e6ca1;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
.header .menu-toggle.cur span{background-color:transparent;}
.header .menu-toggle.cur span:before{transform:rotate(45deg); top:2px;}
.header .menu-toggle.cur span:after{transform:rotate(-45deg); top:2px;}

.navsub{ padding:20px 15px;}
.navsub a{ margin-right: 20px; color: #000; font-size: 16px; font-weight:normal;}
.navsub a:hover{ color: #2e6ca1;}
.navsub a.focus{ border-bottom:#000 solid 1px;}

.banner .swiper-container{ height:220px;}
.banner .swiper-container .swiper-slide{height:220px;}

.nei_banner{height:120px; line-height:1.6; padding: 30px 30px 0;font-size:15px; font-weight: normal;}

.search{ width: 100%; height: 120px;}
.search .searchBox{ position: relative; height: 120px;}
.search .searchBox .searchtext{display: none; }
.search .searchBox .searchForm{float: none; padding-top: 20px;}
.search .searchBox .searchForm p{color: #ffffff;}
.search .searchBox .searchForm input{ width:calc(100% - 120px); height: 40px; border:none; text-indent: 10px; position: relative; z-index: 11;}
.search .searchBox .searchForm button{ width: 120px; height: 50px; line-height: 50px; border:none; margin-left: -10px; background:#912822 url(../images/icon01.png) no-repeat right 10px center; padding-right: 15px;}

.proFl{ padding: 50px 0;}
.proFl .title{ background:none; height:auto; padding-left: 0; margin-bottom: 20px; text-align: center;}
.proFl .title h3{ font-size:28px; color: #912822;}
.proFl .title p{ font-size: 13px;font-weight: normal;}
.proFl .flBox{background-size: cover;	padding: 0 10px; text-align: center; margin-bottom: 10px;}
.proFl .flBox .flBg{background:url(../images/prlFlbg.png) no-repeat center; background-size: cover; position: relative; padding: 10px;}
.proFl .flBox .fltext{ width:calc(100% - 20px); position: absolute; top: 50%; margin-top: -40px; padding: 0 20px; z-index: 111;}
.proFl .flBox .fltext h3{ font-size:24px; border-bottom: #fff solid 1px; padding-bottom: 10px;}
.proFl .flBox .fltext a{ width:60px; height: 30px; line-height: 30px;margin:15px auto 0; font-size: 13px;}

.proFl2{ padding:50px 0;}
.proFl2 .pfbox{ position: relative; border-bottom: #ffffff solid 10px;}
.proFl2 .pfbox .pftext{ width: 100%; text-align: center; position: absolute; top:50%;}
.proFl2 .pfbox .pftext h3{ color: #fff; font-size:32px;}
.proFl2 .pfbox .pftext a{ width: 130px; height: 40px; line-height: 40px; margin: 30px auto 0; font-size: 17px;}

.ipro{ padding: 50px 10px 0;}
.ipro .pure-g div{ padding: 0 5px; margin-bottom: 10px;}
.ipro .pure-g div p{  line-height: 40px;font-size:14px;}
.ipro .pure-g div:nth-child(5){display: none;}

.iabout{ padding:50px 15px;}
.iabout img{ float: none; width: 100%;}
.iabout dl{ width: 100%; float: none; padding-right:0; margin-top: 20px;}
.iabout dl .title{ font-size:28px; font-weight: bold; text-align:center;  padding-bottom:10px; margin-bottom:20px;}
.iabout dl .title:before{ position: absolute; left:50%; bottom: 0; margin-left: -50px; content:""; width: 100px; height:3px; }
.iabout dl .iaboutBox{ font-size: 15px; text-align: left; line-height: 1.5;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;}
.iabout dl .more{ width: 130px; height: 40px; line-height: 40px; float: none; margin:20px auto 10px;}
.iabout dl .more:hover{background: #2e6ba1;}

.inews{ padding: 0 15px; margin-bottom:30px;}
.inews ul{ height: auto; padding:20px 15px; overflow: hidden; position: relative;}
.inews ul h3{ font-size: 20px; line-height:1; float: none; padding-right: 0; margin-bottom: 8px;}
.inews ul dl{ width:100%; height:50px; line-height:50px; padding: 0 10px; font-size: 14px;}
.inews ul dl a{ color: #333;}
.inews ul dl span{ font-size: 12px;}
.inews ul .more{ line-height: 50px; font-size:15px; position: absolute; top: 0px; right: 20px}

.about{ padding:50px 15px 150px; font-size:15px; line-height:1.8;}
.about img{float: none; margin:0 0 20px 0; width: 100%;}
.about h1{ font-size: 28px; padding-bottom: 10px; margin-bottom:20px; text-align: center;}
.about h1:before{ width: 100px; height:3px; margin-left: -50px;left:50%;}

.pro{ padding: 50px 10px;}
.pro .pure-g{ margin-bottom:30px;}
.pro .pure-g div{ padding: 0 5px; margin-bottom: 10px;}
.pro .pure-g div p{  line-height: 40px; font-size:14px;}

.proview{ padding: 50px 15px;}
.proview .title{  font-size:28px;}
.proview .propic{ margin-bottom: 20px;}
.proview .propic img{margin: 0 auto;}


.news{padding: 50px 15px;}
.news ul{ padding-bottom: 10px; }
.news ul li{ width:50%; margin-bottom: 0; padding:0 5px 15px;}
.news ul li h3{ font-size:18px;}
.news ul li span{font-size:13px;}
.news ul li dl{ margin-top:5px; }

.newsview{padding: 50px 15px;}
.newsview .newstit{ margin-bottom: 30px; text-align: center;}
.newsview .newstit h1{ font-size: 28px;line-height: 1.2; margin-bottom: 10px;}
.newsview .newstit p{ color: #888; font-size: 14px;}
.newsview .text{ font-size:15px; line-height: 1.8;}
.newsview .back{ margin-top:50px; text-align: center;}

.message{ padding: 50px 10px ;}
.message .box{max-width:1000px; margin: 0 auto; text-align: center;}
.message .box .messagecon{ padding:5px;}
.message input{ width: 100%; line-height: 48px; border: #ced4da solid 1px; border-radius: 5px; text-indent:20px;}
.message textarea{ width: 100%; height: 200px; border: #ced4da solid 1px; border-radius: 5px; padding: 20px;}
.message button{ background: #0083ce; color: #fff;font-weight:500; padding: 12px 30px;}

.contact{ padding: 50px 15px; max-width: 1400px;margin: 0 auto;  line-height:1.8;}
.contact h1{ font-size: 20px;}
.contactText{ padding-right: 0;}
#container{ height: 300px;}

.footer{ padding:10px 80px 15px;}
.footer .flogo p{display: none;}
}

@media screen and (max-width: 48em){

/*===/分页=============================*/
.fengye{ margin:20px 0 0; text-align: center; font-size:14px;}
.off{ padding:5px 12px; margin-right:5px; background:#e2e2e2; color:#000; }
a.off:hover{ margin-right:10px;background:#0083ce; color:#fff; }
.fenkong{padding:0 5px;}
.fenkong a{ line-height:1;font-size:14px;color:#000; padding:5px 12px; margin-right:5px;background:#e2e2e2;}
.fenkong a:hover{color:#fff;background:#0083ce; }
.fenkong a.fenyeon{ line-height:1; background:#0083ce; color:#FFF;}
}