/*外部公共样式*/
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

body{font-family: arial,"Microsoft YaHei";}
img{ max-width:100% !important}
@media screen and (max-width: 800px) {
.pc{ display:none !important;}
.container{ width:100% !important;}
main,footer{ width:100% !important; min-width:320px !important;}
main{ padding-bottom: 80px;}
/**底部**/
.botm{position:fixed;bottom:0; left:0;width:100%; height:5em; background:#022a76; z-index:999999999;}
.bottom ul{margin:0.5em auto;}
.bottom ul li{ float:left;width:23%;margin:0 0 0 2%;text-align:center; }
.bottom ul li span{ display:block; line-height:1.7em;font-size:0.9em;color:#fff;} 
.bottom ul li img{height:2em;} 


.header{ width:100%; position:fixed; top:0; left:0; right:0; background:#FFF; height:64px;z-index: 9999999999; }
.header .ydd_btn{width:40px;cursor:pointer;position:absolute;z-index:2000;top:20px;right:15px;}
.header .ydd_btn span{display:block;width:100%;height:4px;background:#022a76;}
.header .ydd_btn span.span02{margin:5px 0;}
.header .ydd_btn.click span{background:#022a76;}
.header .ydd_btn.click span.span01{transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); position:relative;top:8px;margin-top:0px;	} 
.header .ydd_btn.click span.span02{margin:0.5px 0;}
.header .ydd_btn.click span.span03{transform:rotate(-45deg);-ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg);position:relative;top:-2px;margin-top:0px;}
.header .ydd_btn.click span.span02{ width:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
.tr{transition:all 0.5s; -moz-transition:all 0.5s;-ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s}
.tr2{transition:all 0.3s; -moz-transition:all 0.3s;-ms-transition:all 0.3s; -o-transition:all 0.3s; -webkit-transition:all 0.3s;}

.header .sjdnav{display:none;width:30%;height:auto;position:absolute;right:0;top:64px;z-index:2000;}
.header .sjdnav ul{padding:0;margin:0;background:#022a76; box-sizing:border-box; padding:10px;}
.header .sjdnav li{display:block;padding:0;text-align:center; text-indent:0px; border-bottom:0px solid #ffffff;;background:#022a76;}
.header .sjdnav li a{display:block;color:#fff;line-height:30px;font-size:14px;}
.header .sjdnav li a:hover{background:rgba(0,0,0,0.6);color:#fff;}





/*头部+导航*/
.topbox{width:100%; overflow:hidden;background-color:rgb(50, 50, 50);; line-height:30px; font-size:12px; color:#d9d9d9;;}
.topbox a{color:#fff; margin:0 13px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{color:#fff; text-decoration:underline!important;}

.header{width:100%; background:#fff;}
.logo{padding:13px;}
.logo img{max-height:73px;}
.header_right{width:256px; margin-top:23px;}
.header_dianhua{line-height:26px; font-size:14px; color:#000;}
.header_dianhua>span{float:right; font-size:24px; color:#0264cf; font-weight:bold;}
.search{float:left; margin-top:5px;}
.search_inp1{width:192px; float:left; height:30px; line-height:28px; border:1px solid #0264cf; font-size:14px; color:#000; padding:0 10px;}
.search_btn{width:64px; float:left; height:30px; border:none; outline:none; background:#0264cf; cursor:pointer; font-size:14px; color:#fff;}

nav{background:#0353a8; position:relative; left:0; top:0; z-index:9999999;}
.nav{width:100%;}
.nav>li{width:12.258%; float:left; position:relative; background:url(../images/shutiao.jpg) no-repeat right center;}
.nav>li:last-child{background:none;}
.nav>li>a{width:100%; float:left; overflow:hidden; height:45px; line-height:45px; text-align:center; font-size:14px; color:#fff;}
.nav>li:hover>a{background:#1e88dc; color:#fff;}
.nav>li>a.on{background:#1e88dc; color:#fff;}

.nav_dl{display:none; width:100%; float:left; background:rgba(0,102,217,0.9); position:absolute; left:0; top:100%; z-index:9999; padding-top:2px;}
.nav_dl>dd{display:block; overflow:hidden;}
.nav_dl>dd>a{display:block; overflow:hidden; height:42px; line-height:42px; text-align:center; font-size:16px; color:#fff;}
.nav_dl>dd>a:hover{background:#fd9500; color:#fff;}
/*END-头部+导航*/

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}

.banner{width:100%; position:relative; height: 250px;}
.banner .banner-imgbox .swiper-slide img{width:100%; object-fit: fill; height: 490px;}
.banner .swiper-container{ height: 100% !important;}
.banner .swiper-container .swiper-slide{ height: 100% !important;}


/*圆点*/
.banner .swiper-pagination {position: absolute; right:0; bottom:-100%; background:rgba(0,0,0,0.5); padding:10px 0; display:flex; justify-content:center; transition:all 0.4s;}
.banner .swiper-pagination-bullet {width:10px; height:10px; background:#fff; opacity:0.5; border-radius:50%; margin:0 4px!important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.banner:hover .swiper-pagination{bottom:0;} 
/*箭头*/
.banner .next,.banner .prev{right:-12%; position:absolute;top:50%; transform:translateY(-50%); width:30px; height:50px; background:url(../images/imgs/next.jpg) no-repeat center center; overflow:hidden;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{right:initial; left:-12%; background:url(../images/imgs/prev.jpg) no-repeat center center;}
.banner:hover .next{right:2%;}
.banner:hover .prev{left:2%;}

ul.lxcontent{ display:flex; flex-direction: column; justify-content: space-between; align-items: center; padding: 20px 0; }
ul.lxcontent li{ width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
ul.lxcontent li h1{ font-size: 14px;color: #5a5a5a; text-align: center;}
ul.lxcontent li p{    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0); text-align: center;
}

.banner .caption{ width: 100%; position: absolute; left: 00%; margin-left: 0; box-sizing: border-box; padding: 10px ;
     z-index: 999; display: flex; flex-direction: column;}
.banner .caption div{ display: block; width: 100%;float: left; text-align: center;}
.banner .caption div.right{ display: block; width: 100%;float: left; text-align: center; padding-top: 20px;}
.banner .caption div h1{    color: rgb(235, 155, 42);font-family: "Microsoft YaHei"; font-size: 20px; text-align: center; padding-top: 30px; line-height:30px;}
.banner .caption div p{ display: none;   font-size: 14px;color: rgb(43, 65, 164); text-align: left; line-height: 30px; display: none;}
.banner .caption div img{ max-width: 50% !important; display: inline-block;}


/*END-banner*/

/*首页内容*/
.cpzs{width:100%; overflow:hidden; padding:10px 0; background:url(../images/cpzs_bj.jpg) no-repeat center center; background-size:cover;}
.main_left{width:100%; float:left;}
.about{width:100%; float:left; background: rgb(43, 65, 164); box-sizing: border-box; padding: 0 5px;}
.about_title{display:block; overflow:hidden;  padding:15px 0;  color:#fff; text-align:center; height:80px;background-size: cover; position: relative;}
.about_title::before{ content:""; display: block; width: 2px; background: #fff; height: 30px; position: absolute; top:0px; left: 10px; transform: rotate(125deg);}
.about_title::after{ content:""; display: block; width: 2px; background: #fff; height: 30px; position: absolute; bottom:0px; right: 10px; transform: rotate(125deg);}
.about_p{    line-height: 20px;   color: rgb(255, 255, 255); text-transform: uppercase; font-size: 18px; font-weight: bold;}
.about_sp{line-height:30px; font-size:16px; text-transform:uppercase; color: rgb(255, 255, 255); font-weight: bold;}
.about_ul{display:block; overflow:hidden; background:#fff;  padding-bottom: 10px; padding-top:10px; padding-left: 10px; padding-right: 10px; box-sizing: border-box;}
.about_ul>li{display:inline-block; padding: 0 10px; overflow:hidden; line-height: 50px; background:rgb(43, 65, 164); margin-bottom: 0px;}
.about_ul>li>a{display:flex;align-items: center; justify-content:start; overflow:hidden; height:45px; line-height:45px; width:100%; margin:0 auto; font-size:14px; color:#fff; text-overflow:ellipsis; white-space: nowrap; text-align:center;}
.about_ul li a img{ margin-left: 20px; margin-right: 20px; display: none;}
.about_ul>li>a>span{float:right; width:20px; height:20px; border-radius:50%; line-height:20px; text-align:center; font-family:SimSun; font-size:14px; font-weight:bold; color:#fff; background:#bdbdbd; margin-top:14px;}
.about_ul>li:hover{ background: #eb9b2a;  color:#fff;}
.about_ul>li.about_on{background: #eb9b2a; color:#fff;}

.about_dl{display:none;}
.about_dl>dd{display:block; overflow:hidden; border-top:1px dashed #f2f2f2;}
.about_dl>dd>a{display:block; overflow:hidden; height:36px; line-height:36px; padding:0 20px 0 40px; font-size:14px; color:#555555;}
.about_dl>dd>a:hover{background:#027ff3; color:#fff;}

.main_right{width:100%; float:right;}
.aboutus{ width:100%;}
.cpzs_ul{display:block; overflow:hidden; width:100%;}
.cpzs_ul li{width:50%; float:left; box-sizing:border-box; padding:5px;}
.cpzs_ul li:nth-child(2n){margin:0 0px 0px 0;}
.cpzs_ul li .cpzs_B{width:100%; overflow:hidden; border:1px solid #e5e5e5;}
.cpzs_ul li .cpzs_B .cpzs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzs_ul li .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:100%;}
.cpzs_ul li .cpzs_txt{display:block; overflow:hidden; padding:12px 15px; line-height:15px; text-overflow:ellipsis; white-space: nowrap; font-size:14px; color:#131313; text-align:center;}
.cpzs_ul li .cpzs_txt>span{float:right; width:72px; height:26px; line-height:26px; text-align:center; background:#3497f5; border-radius:13px; font-size:14px; color:#fff; text-transform:uppercase;}


.cpzs_uls{display:block; overflow:hidden; width:100%;}
.cpzs_uls li{width:50%; float:left; box-sizing:border-box; padding:5px;}
.cpzs_uls li:nth-child(2n){margin:0 0px 0px 0;}
.cpzs_uls li .cpzs_B{width:100%; overflow:hidden; border:1px solid #e5e5e5;}
.cpzs_uls li .cpzs_B .cpzs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzs_uls li .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:0%;}
.cpzs_uls li .cpzs_txt{display:block; overflow:hidden; padding:12px 15px; line-height:15px; text-overflow:ellipsis; white-space: nowrap; font-size:14px; color:#ffffff; text-align:center;}
.cpzs_uls li .cpzs_txt>span{float:right; width:72px; height:26px; line-height:26px; text-align:center; background:#3497f5; border-radius:13px; font-size:14px; color:#fff; text-transform:uppercase;}





.gsjj{width:100%; overflow:hidden;box-sizing:border-box; padding:20px;}
.gsjj_left{width:100%; float:left; padding-top:66%;background-size: cover; }
.gsjj_B{width:100%; }
.gsjj_B h1{color: rgb(255, 255, 255); font-size: 18px; padding: 10px 0;}
.gsjj_title{display:block; overflow:hidden;}
.gsjj_p{line-height:50px; font-size:48px; color:#fff; font-weight:bold; opacity:0.7; text-transform:uppercase;}
.gsjj_sp{line-height:40px; font-size:30px; color:#fff;}
.gsjj_heng{display:block; overflow:hidden; width:68px; height:2px; background:#bcd9f9; margin-top:15px;}
.gsjj_txt{display:block; overflow:hidden; font-size:14px; color:#ffffff; line-height:36px; margin-top:0px;}
.gsjj_more{display:block; overflow:hidden; padding-top:30px;}
.gsjj_more>a{display:block; width:154px; height:44px; line-height:40px; border:2px solid #fff; background:#fff; text-align:center; font-size:16px; color:#0264cf;}
.gsjj_more>a:hover{background:#0264cf; color:#fff;}
.gsjj_right{width:100%; float:right; background-position:center; background-repeat:no-repeat; background-size:cover;}

.case{width:100%; overflow:hidden; padding:5px 0;background-image: url(../images/youshibg.png);background-position: right bottom; background-repeat: no-repeat;background-attachment: fixed;}
.case_title{display:block; overflow:hidden; text-align:center; width:100%; margin:0 auto;}
.case_p{line-height:77px; text-transform:uppercase; font-size:72px; color:#e7e7e9; font-weight:bold; text-align:center; width:350px; background:url(../images/ysbg.png) no-repeat center center; float:left; display:block;font-size: 20px;letter-spacing: 8px;color: rgb(255, 255, 255);}
.case_sp{ display:block; width:356px;color: rgb(28, 69, 135); font-size: 26px; float:left}
.case_sp h1{text-transform: uppercase;font-size: 20px;color: rgb(212, 123, 63); padding:0; margin:0;padding-top: 15px;}
.case_sp h2{color: rgb(28, 69, 135);font-size: 20px;letter-spacing: 5px; text-align:center; margin:0; padding:0; margin-top:-15px;}
.case_spp{line-height:28px; margin-top:15px; font-size:18px; color:#666;}
.case_contect{position:relative; }
.case-imgbox .swiper-slide .case_B{width:100%; overflow:hidden; border:3px solid #d6d6d6; transition:all 0.4s;}
.case-imgbox .swiper-slide .case_B .case_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.case-imgbox .swiper-slide .case_B .case_img::before{content:""; display:block; padding-top:123.23944%;}
.case-imgbox .swiper-slide .case_txt{display:block; overflow:hidden; padding-top:25px; text-align:center; line-height:30px; font-size:16px; color:#131313; text-decoration:underline!important;}
.case-imgbox .swiper-slide:hover .case_B{border-color:#027ff3;}
.case-imgbox .swiper-slide:hover .case_B .case_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.case-prev,.case-next{left:-60px; top:50%; transform:translateY(-50%); position:absolute; width:40px; float:left; height:40px; line-height:40px; text-align:center; font-family:SimSun; font-size:30px; font-weight:bold; color:#818080; outline:none; cursor:pointer;}
.case-next{left:initial; right:-60px;}

.news{width:100%; overflow:hidden; overflow:hidden; padding:10px 0;  background-size:cover;}
.news .case_p{color:#fff; opacity:0.1;}
.news .case_sp{color:#fff;}
.news .case_spp{color:#fff;}
.news_ul{display:block; overflow:hidden; padding-top:30px; width:1216px;}
.news_ul li{width:288px; float:left; margin:0 16px 20px 0;}
.news_ul li .news_B{width:100%; overflow:hidden; border:3px solid #dcdcdc; border-radius:5px 5px 0 0;}
.news_ul li .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul li .news_B .news_img::before{content:""; display:block; padding-top:72.69504%;}
.news_ul li .news_txtB{width:100%; overflow:hidden; background:#fff; border-bottom:3px solid #dcdcdc; padding:20px 25px;}
.news_ul li .news_txtB .news_p{display:block; overflow:hidden; line-height:34px; font-size:18px; color:#292929; text-overflow:ellipsis; white-space: nowrap;}
.news_ul li .news_txtB .news_txt{display:block; overflow:hidden; line-height:24px; height:72px; font-size:14px; color:#696969; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:5px;}
.news_ul li .news_txtB .news_more{display:block; overflow:hidden; padding-top:25px;}
.news_ul li .news_txtB .news_more>span{display:block; width:126px; height:36px; line-height:34px; border:1px solid #dcdcdc; border-radius:18px; text-align:center; margin:0 auto; font-size:14px; color:#292929; font-weight:bold; transition:all 0.4s;}
.news_ul li:hover .news_B .news_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.news_ul li:hover .news_txtB .news_more>span{border-color:#027ff3; background:#027ff3; color:#fff;}
/*End-首页内容*/

/*底部*/
footer{ background-color: rgb(3, 83, 168);}
.footer{width:100%; overflow:hidden; padding:30px 0;border-bottom:1px solid #ccc; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;}
.footer_nav{width:450px; float:left;}
.footer_p{display:block; overflow:hidden; line-height:30px; text-decoration:underline!important; font-size:18px; color:#173e87; font-weight:bold; margin-bottom:20px;}
.footer_ul{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;}
.footer_ul li{width:calc(50% - 20px); float:left; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #d2d3d7;}
.footer_ul li a{display:block; overflow:hidden; line-height:26px; font-size:16px; color:#131313;}
.footer_ul li a:hover{color:#173e87; font-weight:bold;}

.footer_lx{width:275px; float:left;}
.footer_txt{width:100%; overflow:hidden;  font-size:16px; color:#131313; line-height:42px;}
.footer1{height: 45px;background-color: rgb(0, 75, 156);}


.footer1 .nav1{width:1200px; display:block; margin:0 auto;}
.footer1 .nav1>li{width:14.258%; float:left; position:relative; }

.footer1 .nav1>li>a{width:100%; float:left; overflow:hidden; height:45px; line-height:45px; text-align:center; font-size:14px;color:#d9d9d9;;}

.homecase{ background: url(../images/bookblue.jpg) no-repeat bottom center rgb(43, 65, 164); padding-bottom: 50px;background-size: 100% auto;}

.homeaboutus{ background: url(../images/bookabout.jpg) no-repeat bottom center rgb(43, 65, 164); background-size: 100% auto; padding-bottom: 30px;}


.hometitle{ padding-bottom: 0px; padding-top: 30px;}

.hometitle h1{ font-size: 18px; color:rgb(235, 155, 42);text-align: center; line-height: 30px; font-weight: bold;}
.hometitle h2{ display:flex; justify-content: space-between; align-items: center; font-size: 16px; font-weight: bold; color: rgb(51, 51, 51); text-align: center; font-weight: normal; line-height: 40px;}
.hometitle h2 span.w{ height: 1px; background: #dcdcdc; display: inline-block; flex: 1;}
.hometitle h2 span{  display: inline-block; padding: 0 15px; }

.flex{ display: flex; justify-content: space-between; flex-flow: column; align-items: center; display: none;}
.flex>li{ width: 100%; border: 1px solid #fff; text-align: center; box-sizing: border-box; padding: 10px;}
.flex>li>h1{ color: #fff; position: relative;}
.flex>li>h1 span{ font-size: 46px; font-weight: bold;}
.flex>li>h1 sup{ position: absolute; top:0;left:50%; margin-left: 30px; font-size: 14px;}
.flex>li>h1 sub{ position: absolute; bottom:10px;left:50%; margin-left: 45px; font-size: 14px;}
.flex>li>p{ color: #fff; text-align: center; line-height: 30px;}


.hometitle.p50{ padding: 10px 0; padding-top: 10px;}
.hometitle.p60{ padding: 10px 0; padding-top: 30px;}
.hometitle.white h1{ font-size: 22px; color:rgb(235, 155, 42);text-align: center; line-height: 30px; font-weight: bold;}
.hometitle.white h2{ display:flex; justify-content: space-between; align-items: center; font-size: 16px; color: rgb(255, 255, 255); text-align: center; font-weight: normal; line-height: 40px;}
.hometitle.white h2 span.w{ height: 1px; background: #ffffff; display: inline-block; flex: 1;}
.hometitle.white h2 span{  display: inline-block; padding: 0 15px; }
.choose_ul{ display: block; }
.choose_ul li{ width: 45%; float: left; box-sizing: border-box;  border: 1px solid #2b41a4; box-sizing: border-box; padding: 20px; margin: 2%; text-align: center;}
.choose_ul li img{ display: inline-block; max-width: 80% !important; }
.choose_ul li h1{ text-align: center; line-height: 60px; font-size: 16px;}
.choose_ul li p{ text-align: center; padding-bottom: 10px; line-height: 25px;}





.footer_us{width:320px; float:left;}
.footer_wxB{display:block; overflow:hidden;}
.footer_wx{width:calc(50% - 10px); float:left;}
.footer_wx img{display:block; max-width:100%; height:auto; margin:0 auto;}
.footer_wx span{display:block; overflow:hidden; line-height:24px; text-align:center; margin-top:10px;}

.copyright{width:100%; overflow:hidden; text-align:center; font-size:14px; color:#131313; line-height:20px; padding:35px 0;}
/*End-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:10px 0;}
.about_title1{height:50px; line-height:50px; background:#027ff3; text-align:center; margin-top:10px; font-size:24px; color:#fff; font-weight:bold;}
.about_B{display:block; overflow:hidden;}
.about_B img{width:100%; display:block; height:auto;}
.about_B>span{display:block; overflow:hidden; border:1px solid #f6f6f6; padding:20px; font-size:14px; line-height:30px; color:#555;}

.dqwz_title{width:100%; float:left; line-height:48px; border-bottom:1px solid #e8e8e8; box-sizing:border-box; padding:0 10px;}
.dqwz_p{float:left;  font-weight: normal;color: rgb(102, 102, 102);font: 12px/140% Arial,"宋体",Helvetica, sans-serif,Verdana;font-size:14px;line-height: 48px;}
.dqwz_p a{ color:inherit;}
.dqwz_nav{float:right; font-size:14px; color:#000;color: rgb(3, 83, 168);}
.dqwz_contect{width:100% !important; float:left; padding:10px; }
.company{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}


.dqwz_titlehome{width:100%; float:left; line-height:48px; border-bottom:1px solid #e8e8e8;    padding-top: 20px; padding:20px 10px 0 10px;}
.dqwz_phome{float:left; font-size: 18px;color: rgb(2, 65, 131); font-weight:bold;}
.dqwz_phome span{font-size:15px;font-family:'微软雅黑';color: rgb(102, 102, 102); padding-left:5px; font-weight:normal;}
.dqwz_navhome{float:right; font-size:14px; color:#000;}
.dqwz_navhome a{color: rgba(2,65,131,1);font-size: 14px;font-weight: normal;}
.dqwz_contecthome{width:100%; float:left; padding-top:30px;}
.companyhome{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}

.dqwz_titlehome1{width:100%; float:left; line-height:43px; height:43px; border-bottom:2px solid #2b41a4; background: #2b41a4; text-indent:15px; color:#FFF;margin-bottom:15px;}
.dqwz_phome1{float:left; font-size: 18px;color: #fff; font-weight:normal;}
.dqwz_navhome1{float:right; font-size:14px; color:#000; display: none;}
.dqwz_navhome1 a{color: rgba(2,65,131,1);font-size: 14px;font-weight: normal;}
/*END-关于我们*/


.cpxq{display:block; overflow:hidden;}
.cpxq img{display:block; max-width:100%; height:auto; margin:0 auto;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#000; line-height:30px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding-top:20px;}
.cpxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; color:#000; line-height:30px;}
/*END-产品展示*/

/*新闻资讯*/
.xw_ul{display:block; overflow:hidden; box-sizing:border-box; padding:10px;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:20px;}
.xw_ul li>a{width:100%; float:left; display:-webkit-box; display:-ms-flexbox; display:flex;}
.xw_ul li>a .news_B{width:100px; float:left; overflow:hidden; border:1px solid #027ff3; padding:2px; display:-webkit-box; display:-ms-flexbox; display:flex;}
.xw_ul li>a .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li>a .news_B .news_img::before{content:""; display:block; padding-top:74.5455%;}
.xw_ul li>a .news_R{width:100%; float:left; padding-left:0px;}
.xw_ul li>a .news_R .news_p{display:block; overflow:hidden; line-height:34px; font-size:16px; color:#000; text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li>a .news_R .news_txt{display:block; overflow:hidden; height:90px; line-height:30px; font-size:14px; color:#000; opacity:0.5; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical; margin-top:5px;}
.xw_ul li>a .news_R .news_more{display:block; overflow:hidden; width:118px; height:34px; line-height:30px; text-align:center; border:2px solid #027ff3; background:#027ff3; color:#fff; margin-top:5px;}
.xw_ul li>a:hover .news_B .news_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.xw_ul li>a:hover .news_R .news_p{color:#027ff3;}
.xw_ul li>a:hover .news_R .news_more{background:#fff; color:#027ff3;}

.news_ul1{display:block; overflow:hidden;}
.news_ul1 li{display:block; overflow:hidden; border-bottom:1px dotted #a3a3a3; margin-bottom:10px;}
.news_ul1 li a{display:block; overflow:hidden; height:50px; line-height:50px; font-size:16px; color:#737373; text-overflow:ellipsis; white-space: nowrap; padding-left:30px; position:relative;}
.news_ul1 li a>span{float:right; font-size:12px; color:#797979;}
.news_ul1 li a::before{content:""; width:20px; float:left; height:20px; position:absolute; left:0; top:50%; transform:translateY(-50%); border:5px solid #bababa; border-radius:50%; transition:all 0.4s;}
.news_ul1 li a:hover{color:#027ff3;}
.news_ul1 li a:hover::before{border-color:#027ff3;}

.xwxq{display:block; overflow:hidden;}
.xwxq img{display:block; max-width:100%; height:auto; margin:0 auto;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; font-weight:bold; color:#000; line-height:30px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; line-height:16px; color:#a4a4a4; padding:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding-top:20px;}
.xwxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; line-height:30px; color:#000;}
/*END-新闻资讯*/

/*联系我们*/
.contact_txt{width:100%; font-size:14px; color:#111; line-height:30px; box-sizing:border-box; padding:10px;}
.contact_txt>span{color:#20478f; font-weight:bold;}
.contact_map{width:100%; float:left; border:1px solid #ccc; height:400px; margin-top:20px;}
/*END-联系我们*/

/*浮动QQ*/
.open{width:31px; height:110px; background:url(../images/qq/openTrigger.jpg) no-repeat center center; position:fixed; right:0; top:250px;z-index:999999999; cursor:pointer;}
.off{width:24px; height:24px; background:url(../images/qq/closeBtnImg.gif) no-repeat center center; position:fixed; right:-5px; top:240px;z-index:999999999; cursor:pointer;}
.fix_qq { display:none;position: fixed;right: 0px;top:250px;width: 93px;height: 122px;z-index:999999999;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_top {height: 122px;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_center {background: url(../images/qq/qq_02.png) repeat-y;text-align: center;}
.fix_qq_foot {height: 4px;background: url(../images/qq/qq_04.png) no-repeat;}
/*END-浮动QQ*/

.lefttel{ display:block; margin:0 auto; width:220px; padding:10px 0; overflow: hidden;}
.lefttel .img{ display:block; float:left; width:43px;}
.lefttel .txt{ display:block; width:177px; text-align:center; float:left;}
.lefttel .txt h1{font-size: 22px;color: rgb(255, 255, 255);}
.lefttel .txt h2{    color: rgb(255, 255, 255); font-size: 24px; font-weight:bold;}

.index_sglc{ overflow:hidden; background:#f8f8f8; height:185px; background:url(../images/bannerm.jpg) no-repeat center center; box-sizing:border-box; padding-top:49px;}
.index_sglc .img{ display: block; font-style:italic;  font-size: 35px;color: rgb(255, 181, 20);letter-spacing: 2px; text-align:left;line-height: 161%;}
.index_sglc .slogn{ float:right; font-style:normal;color: rgb(255, 255, 255); font-size: 20px; width:320px; height:46px; line-height:46px; text-align:center; background:#ffa300}
.index_sglc .contact{ display:block; text-align:right;font-size: 35px;color: rgb(255, 255, 255); letter-spacing: 2px;line-height: 161%;}

.youshi_ul{ display:block; width:100%; padding:20px;  overflow:hidden; margin:0 auto; box-sizing: border-box;}
.youshi_ul li{ display:block; width:100%; float:left; margin-right:4%; padding:20px 0;}
.youshi_ul li:nth-child(2n){margin-right:0;}
.youshi_ul li .nr{font-size: 23px;color: rgb(2, 42, 118); font-weight:bold;font-size: 30px;color: rgb(3, 62, 140);    overflow: hidden; position: relative; box-sizing: border-box; padding-left: 75px;}
.youshi_ul li .nr .dot{ display:inline-block; width:59px; height:75px; background:#0058aa;    font-size: 20px;
    color: rgb(255, 255, 255); text-align:center; line-height:25px; float:left; box-sizing: border-box; padding-top: 15px; position: absolute; top:0; left: 0; }
.youshi_ul li .nr .txt h1{ font-size: 22px;color: rgb(0, 88, 170); border-bottom: 1px dotted #dedede; line-height: 35px; font-weight: normal; padding-bottom: 10px;}	
.youshi_ul li .nr .txt p{font-size: 14px;color: rgb(51, 51, 51);line-height: 221%; font-weight: normal; padding-bottom: 50px; padding-top: 10px;}

.zz_title{display:block; overflow:hidden; text-align:center; width:100%; margin:0 auto; background:url(../images/border.jpg) no-repeat center bottom; padding:30px 0; margin-bottom:50px;}
.zz_p{display:block; overflow:hidden; text-align:center; width:100%; margin:0 auto;font-size: 20px;color: rgb(28, 69, 135);}
.zz_p span{font-size: 14px;}
.case_ul{}
.case_ul li{ display:block; float:left; width:50%; padding:0 10px; }
.case_ul li p{ text-align:center; color:#FFF; line-height:35px;}
.case_ul li img{ height:auto;}
.newsleft{ display:block; width:100%; float:left; box-sizing:border-box; padding:10px;}
.newsright{display:block;width:100%; float:right; box-sizing:border-box; padding:10px;}
.news_ul{ display:block; width:100%; box-sizing:border-box; padding-top: 0; }
.news_ul li{ display:block; width:100%; box-sizing:border-box; padding: 10px 0;}
.news_ul li span{ float:right;}
.news_ul li a{ color:#434343;}
.news_ul li a h1{ display: block; font-size: 14px; font-weight: bold; line-height: 18px; padding: 0;}
.news_ul li a span{ display: block; width: 100%; line-height: 25px;  font-size: 12px; color: #929292;}
.news_ul li p{ display: block; width: 100%; font-size: 12px; color: #666666; line-height: 18px; padding-top: 10px;}



.cpzs_ul1{display:block; overflow:hidden; width:100%;}
.cpzs_ul1 li{width:50%; box-sizing:border-box; padding:5px; float:left;}
.cpzs_ul1 li:nth-child(2n){margin:0 0px 0px 0;}
.cpzs_ul1 li .cpzs_B{width:100%; overflow:hidden; border:1px solid #e5e5e5;}
.cpzs_ul1 li .cpzs_B .cpzs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzs_ul1 li .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:130%;}
.cpzs_ul1 li .cpzs_txt{display:block;  line-height:15px; text-overflow:ellipsis; white-space: nowrap; font-size:14px; color:#131313; text-align:center; line-height:30px; text-align:center;}


.cpzs_ul2{display:block; overflow:hidden; width:100%;}
.cpzs_ul2 li{width:50%; box-sizing:border-box; padding:5px; float:left;}
.cpzs_ul2 li:nth-child(2n){margin:0 0px 0px 0;}
.cpzs_ul2 li .cpzs_B{width:100%; overflow:hidden; border:1px solid #e5e5e5;}
.cpzs_ul2 li .cpzs_B .cpzs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzs_ul2 li .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:80%;}
.cpzs_ul2 li .cpzs_txt{display:block;  line-height:15px; text-overflow:ellipsis; white-space: nowrap; font-size:14px; color:#131313; text-align:center; line-height:30px; text-align:center;}



.nav_ul{ display:inline-block; float:left; text-align:center; padding:10px 0 10px 0; text-align:center; width: 100%;}
.nav_ul li{ display: inline-block; height:34px; text-align:center; background:#efefef; border-radius:5px; padding:0 5px; margin-bottom:15px; line-height:34px; margin-right:5px;}
.nav_ul li a{ color:#434343;; font-size:14px;color: #777777;}
.nav_ul li:hover{background:#0353a8;}
.nav_ul li:hover a{ color:#FFF;}
.box,.mfields{ display:block; margin:0 auto; width:100%;box-sizing:border-box; padding:10px;}

.mfields input,.mfields textarea{height: auto;min-height: 50px;line-height: 50px;  width:100%;border-color: #022a76;font-size: 14px;font-family: '微软雅黑';
    background-color: #fff;border: 1px solid #022a76;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px; outline:none;}

.mfields input:focus,.mfields textarea:focus{border-color: red;border: 1px solid red;}
	
.mfields .title{font-size: 14px;text-align:left;padding: 10px 0;line-height: 1.5;color: #5a5a5a;}

a.btnsubmit {
    background-color: #022a76;
    height: auto;
    min-height: 50px;
    line-height: 50px;
    width: 100%;
	display:block;
	text-align:center;
	color:#FFF;
	margin-top:30px;
}
 .btnsubmit:hover {background-color:red; color:#FFF;}
 
 }




@media screen and (min-width: 801px) {
.phone{ display:none !important;}


/*头部+导航*/
.topbox{width:100%; overflow:hidden;background-color:rgb(90, 90, 90);; line-height:35px; font-size:14px; color:#fff;;}
.topbox a{color:#fff; margin:0 13px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{color:#fff; text-decoration:underline!important;}

.header{width:100%; background:#fff;padding: 20px 0;}
.logo{}
.logo img{max-height:73px;}
.header_right{margin-top: 10px;}
.header_dianhua{line-height:26px; font-size:14px; color:#000;  padding: 0px 0; background: url(../images/t1.jpg) no-repeat center left; background-size: auto 100%; text-indent: 60px;}
.header_dianhua>span{float:right; font-size:28px; color:rgb(43, 65, 164); font-weight:bold;}
.search{float:left; margin-top:5px;}
.search_inp1{width:192px; float:left; height:30px; line-height:28px; border:1px solid #0264cf; font-size:14px; color:#000; padding:0 10px;}
.search_btn{width:64px; float:left; height:30px; border:none; outline:none; background:#0264cf; cursor:pointer; font-size:14px; color:#fff;}

nav{background:rgb(43, 65, 164); position:relative; left:0; top:0; z-index:9999999; height: 60px;}
.nav{width:100%;}
.nav>li{width:11.111%; float:left; position:relative; }
.nav>li:last-child{background:none;}
.nav>li>a{width:100%; float:left; overflow:hidden; height:60px; line-height:60px; text-align:center; font-size:14px; color:#fff;}
.nav>li:hover>a{background:#eb9b2a; color:#fff;}
.nav>li>a.on{background:#eb9b2a; color:#fff;}

.nav_dl{display:none; width:100%; float:left; background:rgba(0,102,217,0.9); position:absolute; left:0; top:100%; z-index:9999; padding-top:2px;}
.nav_dl>dd{display:block; overflow:hidden;}
.nav_dl>dd>a{display:block; overflow:hidden; height:42px; line-height:42px; text-align:center; font-size:16px; color:#fff;}
.nav_dl>dd>a:hover{background:#fd9500; color:#fff;}
/*END-头部+导航*/

/*banner*/
.banner{width:100%; position:relative; height: 490px;}
.banner .banner-imgbox .swiper-slide img{width:100%; object-fit: fill; height: 490px;}
.banner .swiper-container{ height: 100% !important;}
.banner .swiper-container .swiper-slide{ height: 100% !important;}
.banner .caption{ width: 1300px; position: absolute; left: 50%; margin-left: -600px; box-sizing: border-box; padding: 50px 0 0 0; z-index: 99999999999999999999;}
.banner .caption div{ display: block; width: 60%;float: left;}
.banner .caption div.right{ display: block; width: 40%;float: left;}
.banner .caption div h1{    color: rgb(235, 155, 42);font-family: "Microsoft YaHei"; font-size: 42px; text-align: left; line-height: 100px;padding-top: 80px;}
.banner .caption div p{   font-size: 26px;color: rgb(43, 65, 164); text-align: left; line-height: 30px;}
.banner .caption div img{ max-width: 100% !important; float: right;}
/*圆点*/
.banner .swiper-pagination {position: absolute; right:0; bottom:-100%; background:rgba(0,0,0,0.5); padding:10px 0; display:flex; justify-content:center; transition:all 0.4s;}
.banner .swiper-pagination-bullet {width:10px; height:10px; background:#fff; opacity:0.5; border-radius:50%; margin:0 4px!important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.banner:hover .swiper-pagination{bottom:0;} 
/*箭头*/
.banner .next,.banner .prev{right:-12%; position:absolute;top:50%; transform:translateY(-50%); width:30px; height:50px; background:url(../images/imgs/next.jpg) no-repeat center center; overflow:hidden;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{right:initial; left:-12%; background:url(../images/imgs/prev.jpg) no-repeat center center;}
.banner:hover .next{right:2%;}
.banner:hover .prev{left:2%;}
/*END-banner*/

ul.lxcontent{ display:flex; justify-content: space-between; align-items: center; padding: 30px 0; }
ul.lxcontent li{ width: 30%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
ul.lxcontent li h1{ font-size: 14px;color: #5a5a5a; text-align: center;}
ul.lxcontent li p{    font-size: 22px;
    font-family:arial, "Microsoft YaHei";
    color: rgb(0, 0, 0); text-align: center;
}
/*首页内容*/
.cpzs{width:100%; overflow:hidden; padding:50px 0;  background-size:cover;}
.main_left{width:265px; float:left;}
.about{width:100%; float:left; background: rgb(43, 65, 164); box-sizing: border-box; padding: 0 5px;}
.about_title{display:block; overflow:hidden;  padding:24px 0;  color:#fff; text-align:center; height:120px;background-size: cover; position: relative;}
.about_title::before{ content:""; display: block; width: 2px; background: #fff; height: 30px; position: absolute; top:0px; left: 10px; transform: rotate(125deg);}
.about_title::after{ content:""; display: block; width: 2px; background: #fff; height: 30px; position: absolute; bottom:0px; right: 10px; transform: rotate(125deg);}
.about_p{    line-height: 35px;   color: rgb(255, 255, 255); text-transform: uppercase; font-size: 30px; font-weight: bold;}
.about_sp{line-height:30px; font-size:22px; text-transform:uppercase; color: rgb(255, 255, 255); font-weight: bold;}
.about_ul{display:block; overflow:hidden; background:#fff;  padding-bottom: 10px; padding-top:20px; padding-left: 20px; padding-right: 20px; box-sizing: border-box;}
.about_ul>li{display:block; overflow:hidden; line-height: 50px; background:rgb(43, 65, 164); margin-bottom: 16px;}
.about_ul>li>a{display:flex;align-items: center; justify-content:start; overflow:hidden; height:45px; line-height:45px; width:100%; margin:0 auto; font-size:14px; color:#fff; text-overflow:ellipsis; white-space: nowrap; text-align:center;}
.about_ul li a img{ margin-left: 20px; margin-right: 20px;}
.about_ul>li>a>span{float:right; width:20px; height:20px; border-radius:50%; line-height:20px; text-align:center; font-family:SimSun; font-size:14px; font-weight:bold; color:#fff; background:#bdbdbd; margin-top:14px;}
.about_ul>li:hover{ background: #eb9b2a;  color:#fff;}
.about_ul>li.about_on{background: #eb9b2a; color:#fff;}

.about_dl{display:none;}
.about_dl>dd{display:block; overflow:hidden; border-top:1px dashed #f2f2f2;}
.about_dl>dd>a{display:block; overflow:hidden; height:36px; line-height:36px; padding:0 20px 0 40px; font-size:14px; color:#555555;}
.about_dl>dd>a:hover{background:#027ff3; color:#fff;}

.main_right{width:915px; float:right;}

.cpzs_ul{display:block; overflow:hidden; width:100%;}

.cpzs_ul li{width:24%; float:left; margin:0 1.33333%  1.3333% 0px; border: 1px solid #dedede;}
.cpzs_ul li:nth-child(4n){margin:0 0 1.3333% 0px;}
.cpzs_ul li .cpzs_B{width:100%; overflow:hidden; border:0px solid #e5e5e5; box-sizing: border-box; padding: 10px;}
.cpzs_ul li .cpzs_B .cpzs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover; position: relative; }
.cpzs_ul li .cpzs_B .cpzs_img span{ display: none; width: 100%; height: 100%; transition: all .3s ease; background:url(../images/imagehover.png) no-repeat center center rgba(43, 65, 164, 0.3) ; position: absolute; top:0; left: 0; background-size: 20%;}
.cpzs_ul li .cpzs_B .cpzs_img:hover span{ display: block;}
.cpzs_ul li .cpzs_B:hover .cpzs_img{ transform: scale(1.1);}
.cpzs_ul li .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:100%;}
.cpzs_ul li .cpzs_txt{display:block; overflow:hidden; line-height:40px; text-overflow:ellipsis; white-space: nowrap; font-size:14px; color:#000000; text-align:center;}
.cpzs_ul li .cpzs_txt>span{float:right; width:72px; height:26px; line-height:26px; text-align:center; background:#3497f5; border-radius:13px; font-size:14px; color:#fff; text-transform:uppercase;}


.gsjj{width:100%; overflow:hidden; box-sizing:border-box; }
.gsjj_left{width:45%; float:right; padding-top:40%; }
.gsjj_B{width:100%; }
.gsjj_B h1{color: rgb(255, 255, 255); font-size: 30x; padding: 10px 0;}
.btn{ display: block; width: 150px; height: 50px; border-radius: 5px; color: #fff; font-size: 14px; background: #09a550; line-height: 50px; text-align: center;}
.btn:hover{ background: #029143;}
.gsjj_title{display:block; overflow:hidden;}
.gsjj_p{line-height:50px; font-size:48px; color:#fff; font-weight:bold; opacity:0.7; text-transform:uppercase;}
.gsjj_sp{line-height:40px; font-size:30px; color:#fff;}
.gsjj_heng{display:block; overflow:hidden; width:68px; height:2px; background:#bcd9f9; margin-top:15px;}
.gsjj_txt{display:block; overflow:hidden; font-size:15px; color:#ffffff; line-height:30px; margin:30px 0;}
.gsjj_more{display:block; overflow:hidden; padding-top:30px;}
.gsjj_more>a{display:block; width:154px; height:44px; line-height:40px; border:2px solid #fff; background:#fff; text-align:center; font-size:16px; color:#0264cf;}
.gsjj_more>a:hover{background:#0264cf; color:#fff;}
.gsjj_right{width:50%; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}

.case{width:100%; overflow:hidden; padding:75px 0;background-position: right bottom; background-repeat: no-repeat;background-attachment: fixed;}
.case_title{display:block; overflow:hidden; text-align:center; width:706px; margin:0 auto;}
.case_p{line-height:77px; text-transform:uppercase; font-size:72px; color:#e7e7e9; font-weight:bold; text-align:center; width:350px; background:url(../images/ysbg.png) no-repeat center center; float:left; display:block;font-size: 28px;letter-spacing: 8px;color: rgb(255, 255, 255);}
.case_sp{ display:block; width:356px;color: rgb(28, 69, 135); font-size: 26px; float:left}
.case_sp h1{text-transform: uppercase;font-size: 25px;color: rgb(212, 123, 63); padding:0; margin:0;padding-top: 15px;}
.case_sp h2{color: rgb(28, 69, 135);font-size: 26px;letter-spacing: 5px; text-align:left; margin:0; padding:0; margin-top:-15px;}
.case_spp{line-height:28px; margin-top:15px; font-size:18px; color:#666;}
.case_contect{position:relative; }
.case-imgbox .swiper-slide .case_B{width:100%; overflow:hidden; border:3px solid #d6d6d6; transition:all 0.4s;}
.case-imgbox .swiper-slide .case_B .case_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.case-imgbox .swiper-slide .case_B .case_img::before{content:""; display:block; padding-top:123.23944%;}
.case-imgbox .swiper-slide .case_txt{display:block; overflow:hidden; padding-top:25px; text-align:center; line-height:30px; font-size:16px; color:#131313; text-decoration:underline!important;}
.case-imgbox .swiper-slide:hover .case_B{border-color:#027ff3;}
.case-imgbox .swiper-slide:hover .case_B .case_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.case-prev,.case-next{left:-60px; top:50%; transform:translateY(-50%); position:absolute; width:40px; float:left; height:40px; line-height:40px; text-align:center; font-family:SimSun; font-size:30px; font-weight:bold; color:#818080; outline:none; cursor:pointer;}
.case-next{left:initial; right:-60px;}

.news{width:100%; overflow:hidden; overflow:hidden; padding:40px 0;  background-size:cover;}
.news .case_p{color:#fff; opacity:0.1;}
.news .case_sp{color:#fff;}
.news .case_spp{color:#fff;}
.news_ul{display:block; overflow:hidden;  width:100%;}
.news_ul li{width:100%; float:left; line-height: 50px; border-bottom: 1px dotted #dedede; }
.news_ul li .news_B{width:100%; overflow:hidden; border:3px solid #dcdcdc; border-radius:5px 5px 0 0;}
.news_ul li .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul li .news_B .news_img::before{content:""; display:block; padding-top:72.69504%;}
.news_ul li .news_txtB{width:100%; overflow:hidden; background:#fff; border-bottom:3px solid #dcdcdc; padding:20px 25px;}
.news_ul li .news_txtB .news_p{display:block; overflow:hidden; line-height:34px; font-size:18px; color:#292929; text-overflow:ellipsis; white-space: nowrap;}
.news_ul li .news_txtB .news_txt{display:block; overflow:hidden; line-height:24px; height:72px; font-size:14px; color:#696969; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:5px;}
.news_ul li .news_txtB .news_more{display:block; overflow:hidden; padding-top:25px;}
.news_ul li .news_txtB .news_more>span{display:block; width:126px; height:36px; line-height:34px; border:1px solid #dcdcdc; border-radius:18px; text-align:center; margin:0 auto; font-size:14px; color:#292929; font-weight:bold; transition:all 0.4s;}
.news_ul li:hover .news_B .news_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.news_ul li:hover .news_txtB .news_more>span{border-color:#027ff3; background:#027ff3; color:#fff;}

.homeabout{ padding: 115px 0;}

.h6{ background: url(../images/h6.jpg) no-repeat center center; height: 227px; box-sizing: border-box; padding: 60px 0;text-align: center; color: #fff;}
.h6 h1{ font-size: 0px; line-height: 50px; font-weight: bold;}
.h6 h2{ font-size: 20px; line-height: 80px; font-weight: normal;}
.hometitle{ padding: 50px 0; padding-top: 100px;}
.hometitle h1{ font-size: 30px; color:rgb(235, 155, 42);text-align: center; line-height: 30px; font-weight: bold;}
.hometitle h2{ display:flex; justify-content: space-between; align-items: center; font-size: 24px; color: rgb(51, 51, 51); text-align: center; font-weight: normal; line-height: 40px;}
.hometitle h2 span.w{ height: 1px; background: #dcdcdc; display: inline-block; flex: 1;}
.hometitle h2 span{  display: inline-block; padding: 0 15px; }


.hometitle.p50{ padding: 50px 0; padding-top: 50px;}
.hometitle.p60{ padding: 50px 0; padding-top: 60px;}
.hometitle.white h1{ font-size: 30px; color:rgb(235, 155, 42);text-align: center; line-height: 30px; font-weight: bold;}
.hometitle.white h2{ display:flex; justify-content: space-between; align-items: center; font-size: 24px; color: rgb(255, 255, 255); text-align: center; font-weight: normal; line-height: 40px;}
.hometitle.white h2 span.w{ height: 1px; background: #ffffff; display: inline-block; flex: 1;}
.hometitle.white h2 span{  display: inline-block; padding: 0 15px; }






/*End-首页内容*/

/*底部*/
footer{ background-color:rgb(43, 65, 164)}
.footer{width:100%; overflow:hidden; padding:0;}
.foot{ background:#223691}
.footer .company{ display:flex; justify-content:space-between; align-items:start; padding-right: 50px; width:50%; padding-left: 0;}
.footer .company ul{ }
.footer .company ul li{ color: #fff; }
.footer .company ul li.t{ font-size:18px; font-weight: bold; padding-bottom: 20px;  }
.footer .company ul li.t span{ display: block; width: 50px; border-bottom:2px solid #fff; height: 5px;}
.footer .company ul li a{  font-size: 14px; color: #fff;}
.footer .addr{ width:30%;}
.footer .addr ul{ padding: 0px 0; padding-top: 5px;}
.footer .addr ul li{ color: #fff; }
.footer .addr ul li.t{ font-size:18px; font-weight: bold; color: #fff; padding-bottom: 20px;  }
.footer .addr ul li.t span{ display: block; width: 50px; border-bottom:2px solid #fff; height: 5px;}
.footer .addr ul li p{ font-size: 14px; color: #fff;line-height: 30px;}
.footer .wx{ display: block; text-align: right; border-right: none; width:20%; text-align: center;}
.footer .wx div{ display: inline-block; margin-right: 10px;}
.footer .wx h1{ font-size: 14px; color: rgb(255, 255, 255); ;}
footer .l-3{ display: block; width: 33.333%; float: left; border-right: 2px solid #223691; padding: 35px 50px;}
.footer_lx{width:275px; float:left;}
.footer_txt{width:100%; overflow:hidden;  font-size:16px; color:#131313; line-height:42px;}
.footer1{height: 45px;background-color: rgb(0, 75, 156);}


.footer1 .nav1{width:1200px; display:block; margin:0 auto;}
.footer1 .nav1>li{width:14.258%; float:left; position:relative; }

.footer1 .nav1>li>a{width:100%; float:left; overflow:hidden; height:45px; line-height:45px; text-align:center; font-size:14px;color:#d9d9d9;;}



.footer_us{width:320px; float:left;}
.footer_wxB{display:block; overflow:hidden;}
.footer_wx{width:calc(50% - 10px); float:left;}
.footer_wx img{display:block; max-width:100%; height:auto; margin:0 auto;}
.footer_wx span{display:block; overflow:hidden; line-height:24px; text-align:center; margin-top:10px;}

.copyright{width:100%; overflow:hidden; text-align:center; font-size:14px; color: rgb(127, 127, 127); line-height:20px; padding:35px 0;}
/*End-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:50px 0;}
.about_title1{height:50px; line-height:50px; background:#027ff3; text-align:center; margin-top:10px; font-size:24px; color:#fff; font-weight:bold;}
.about_B{display:block; overflow:hidden;}
.about_B img{width:100%; display:block; height:auto;}
.about_B>span{display:block; overflow:hidden; border:1px solid #f6f6f6; padding:20px; font-size:14px; line-height:30px; color:#555;}

.dqwz_title{width:100%; float:left; line-height:48px; border-bottom:1px solid #e8e8e8;}
.dqwz_p{float:left;  font-weight: normal;color: rgb(102, 102, 102);font: 12px/140% Arial,"宋体",Helvetica, sans-serif,Verdana;font-size:14px;}
.dqwz_p a{ color:inherit;}
.dqwz_nav{float:right; font-size:18px; color:#000;color: rgb(3, 83, 168);}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:16px; color:#444; line-height:30px;}


.dqwz_titlehome{width:100%; float:left; line-height:48px; border-bottom:1px solid #e8e8e8;    padding-top: 20px;}
.dqwz_phome{float:left; font-size: 18px;color: rgb(2, 65, 131); font-weight:bold;}
.dqwz_phome span{font-size:15px;font-family:'微软雅黑';color: rgb(102, 102, 102); padding-left:5px; font-weight:normal;}
.dqwz_navhome{float:right; font-size:14px; color:#000;}
.dqwz_navhome a{color: rgba(2,65,131,1);font-size: 14px;font-weight: normal;}
.dqwz_contecthome{width:100%; float:left; padding-top:30px;}
.companyhome{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}

.dqwz_titlehome1{width:100%; float:left; line-height:43px; height:43px; border-bottom:1px solid #d9d9d9;text-indent:15px; color:#0353a8;}
.dqwz_phome1{float:left; font-size: 14px;color: #141414; font-weight:normal; position: relative;text-transform: uppercase;}
.dqwz_phome1 span{font-size: 22px; color: #333333; font-weight: bold;}
.dqwz_navhome1{float:right; font-size:14px; color:#000; background: #2b41a4; width: 97px; text-align: center; text-indent: 0;}
.dqwz_navhome1:hover{ background:#eb9b2a;}
.dqwz_navhome1 a{color: rgb(255, 255, 255);font-size: 14px;font-weight: normal;}
.dqwz_phome1 i.i1{ width: 3px; height: 22px; position: absolute; top:10px; left: 5px; background: #022a76;}
.dqwz_phome1 i.i2{ width: 101px; height: 4px; position: absolute; bottom:0px; left: 0px; background: #022a76;}

/*END-关于我们*/
.flex{ display: flex; justify-content: space-between; flex-flow: row nowrap; align-items: center;}
.flex>li{ width: 30%; border: 1px solid #fff; text-align: center; box-sizing: border-box; padding: 10px;}
.flex>li>h1{ color: #fff; position: relative;}
.flex>li>h1 span{ font-size: 38px; font-weight: bold;}
.flex>li>h1 sup{ position: absolute; top:0;left:50%; margin-left: 30px; font-size: 14px;}
.flex>li>h1 sub{ position: absolute; bottom:10px;left:50%; margin-left: 45px; font-size: 14px;}
.flex>li>p{ color: #fff; text-align: center; line-height: 30px;}
.cpxq{display:block; overflow:hidden;}
.cpxq img{display:block; max-width:100%; height:auto; margin:0 auto;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#000; line-height:30px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding-top:20px;}
.cpxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; color:#000; line-height:30px;}
/*END-产品展示*/

.btnc{ display: block; width: 76px; height: 76px; background: rgba(0,0,0,0); color: #fff; box-sizing: border-box; border-radius: 50%; border: 4px solid rgba(64,92,220,1);
     margin: 0 auto; text-align: center; line-height: 68px;}
.btnc:hover{ border-color: rgb(255,153,0);}
.btnc a{ color: #fff; background-color: rgba(43,65,164,1); display: block; width: 66px; height: 66px; display: block; border-radius: 50%; margin-top: 1px; margin-left: 1px;}
.btnc a div{position: relative;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%; background: url(../images/circlebg.png) 50% 0% repeat-x;}
.btnc:hover a{ background-color:rgb(255,153,0) ;}
.btnss{ display: block; padding: 35px 0;}
/*新闻资讯*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:20px; border-bottom: 1px dotted #e8e8e8; padding: 10px 0;}
.xw_ul li>a{width:100%; float:left; display:-webkit-box; display:-ms-flexbox; display:flex;}
.xw_ul li>a .news_B{width:226px; float:left; overflow:hidden; border:1px solid rgb(43, 65, 164); padding:2px; display:-webkit-box; display:-ms-flexbox; display:flex;}
.xw_ul li>a .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li>a .news_B .news_img::before{content:""; display:block; padding-top:74.5455%;}
.xw_ul li>a .news_R{width:100%; float:left;}
.xw_ul li>a .news_R .news_p{display:block; overflow:hidden; line-height:34px; font-size:18px; color:#434343; text-overflow:ellipsis; white-space: nowrap;font-weight: bold;}
.xw_ul li>a .news_R .news_txt{display:block; overflow:hidden;  line-height:26px; font-size:14px; color:#000; opacity:0.5; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical; margin-top:5px;}
.xw_ul li>a .news_R .news_more{display:block; overflow:hidden; width:118px; height:34px; line-height:30px; text-align:center; border:2px solid rgb(43, 65, 164); background:rgb(43, 65, 164); color:#fff; margin-top:5px;}
.xw_ul li>a:hover .news_B .news_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.xw_ul li>a:hover .news_R .news_p{color:rgb(43, 65, 164);}
.xw_ul li>a:hover .news_R .news_more{background:#fff; color:rgb(43, 65, 164);}

.news_ul1{display:block; overflow:hidden;}
.news_ul1 li{display:block; overflow:hidden; border-bottom:1px dotted #a3a3a3; margin-bottom:10px;}
.news_ul1 li a{display:block; overflow:hidden; height:50px; line-height:50px; font-size:16px; color:#737373; text-overflow:ellipsis; white-space: nowrap; padding-left:30px; position:relative;}
.news_ul1 li a>span{float:right; font-size:12px; color:#797979;}
.news_ul1 li a::before{content:""; width:20px; float:left; height:20px; position:absolute; left:0; top:50%; transform:translateY(-50%); border:5px solid #bababa; border-radius:50%; transition:all 0.4s;}
.news_ul1 li a:hover{color:rgb(43, 65, 164);}
.news_ul1 li a:hover::before{border-color:rgb(43, 65, 164);}

.xwxq{display:block; overflow:hidden;}
.xwxq img{display:block; max-width:100%; height:auto; margin:0 auto;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; font-weight:bold; color:#000; line-height:30px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; line-height:16px; color:#a4a4a4; padding:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding-top:20px;}
.xwxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; line-height:30px; color:#000;}
/*END-新闻资讯*/

/*联系我们*/
.contact_txt{width:100%; font-size:16px; color:#444; line-height:30px;}
.contact_txt>span{color:#20478f; font-weight:bold;}
.contact_map{width:100%; float:left; border:1px solid #ccc; height:400px; margin-top:20px;}
/*END-联系我们*/

/*浮动QQ*/
.open{width:31px; height:110px; background:url(../images/qq/openTrigger.jpg) no-repeat center center; position:fixed; right:0; top:250px;z-index:999999999; cursor:pointer;}
.off{width:24px; height:24px; background:url(../images/qq/closeBtnImg.gif) no-repeat center center; position:fixed; right:-5px; top:240px;z-index:999999999; cursor:pointer;}
.fix_qq { display:none;position: fixed;right: 0px;top:250px;width: 93px;height: 122px;z-index:999999999;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_top {height: 122px;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_center {background: url(../images/qq/qq_02.png) repeat-y;text-align: center;}
.fix_qq_foot {height: 4px;background: url(../images/qq/qq_04.png) no-repeat;}
/*END-浮动QQ*/

.lefttel{ display:block; margin:0 auto; width:100%; padding:20px 0; padding-bottom: 80px;}
.lefttel .img{ display:block; float:left; width:43px; padding-top: 10px;}
.lefttel .txt{ display:block;text-align:left; float:left; padding-left: 5px;}
.lefttel .txt h1{font-size: 14px;color: rgb(255, 255, 255);font-weight:normal; line-height: 25px; padding-top: 6px;}
.lefttel .txt h2{color: rgb(255, 255, 255); font-size:30px; font-weight:bold;}

.index_sglc{ overflow:hidden; background:#f8f8f8; height:185px; background:url(../images/h1.jpg) no-repeat center center; box-sizing:border-box; padding-top:49px; height: 298px;}
.index_sglc .img{ display: block; width: 70%; float: left; font-style:normal;  font-size: 35px;color: rgb(255, 255, 255);letter-spacing: 2px; text-align:left;line-height: 161%;}
.index_sglc .img h1{ font-size: 36px;}
.index_sglc .img h1 span{ color: #09a550;}
.index_sglc .img h2{ font-size: 21px; font-weight: normal;}
.index_sglc .img h3{ font-size: 18px; font-weight: normal; border-bottom: 1px solid #fff; border-top: 1px solid #fff;}

.index_sglc .contact{ display:block; width: 30%; float: left; text-align:right;font-size: 35px;color: rgb(255, 255, 255); letter-spacing: 2px;line-height: 161%;}
.index_sglc .contact h1{ font-size: 18px; color: #fff; display: inline-block; width: 260px; text-align: left; font-weight: normal;}
.index_sglc .contact p{ display: inline-block; width: 260px; height: 52px; box-sizing: border-box; padding: 0 5px; background: url(../images/phone.png) no-repeat  #09a550; font-size: 26px; background-position: 20px center; background-size: auto 60%;}
.youshi_ul{ display:block; width:1200px; padding-top:20px;  overflow:hidden; margin:0 auto;}
.youshi_ul li{ display:block; width:48%; float:left; margin-right:4%; padding:20px 0;}
.youshi_ul li:nth-child(2n){margin-right:0;}
.youshi_ul li .nr{font-size: 23px;color: rgb(2, 42, 118); font-weight:bold;font-size: 30px;color: rgb(3, 62, 140);    overflow: hidden; position: relative; box-sizing: border-box; padding-left: 75px;}
.youshi_ul li .nr .dot{ display:inline-block; width:59px; height:75px; background:#0058aa;    font-size: 20px;
    color: rgb(255, 255, 255); text-align:center; line-height:25px; float:left; box-sizing: border-box; padding-top: 15px; position: absolute; top:0; left: 0; }
.youshi_ul li .nr .txt h1{ font-size: 22px;color: rgb(0, 88, 170); border-bottom: 1px dotted #dedede; line-height: 35px; font-weight: normal; padding-bottom: 10px;}	
.youshi_ul li .nr .txt p{font-size: 14px;color: rgb(51, 51, 51);line-height: 221%; font-weight: normal; padding-bottom: 50px; padding-top: 10px;}

.zz_title{display:block; overflow:hidden; text-align:center; width:100%; margin:0 auto; background:url(../images/border.jpg) no-repeat center bottom; padding:30px 0; margin-bottom:50px;}
.zz_p{display:block; overflow:hidden; text-align:center; width:100%; margin:0 auto;font-size: 20px;color: rgb(28, 69, 135);}
.zz_p span{font-size: 14px; text-transform: uppercase;}
.case_ul{display:block; overflow:hidden; width:100%;}

.case_ul li{width:24%; float:left; margin:0 1.33333%  3px 0px;}
.case_ul li:nth-child(4n){margin:0 0 3px 0px;}
.case_ul li .cpzs_B{width:100%; overflow:hidden; border:0px solid #e5e5e5;}
.case_ul li .cpzs_B .cpzs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover; }
.case_ul li .cpzs_B:hover .cpzs_img{ transform: scale(1.2);}
.case_ul li .cpzs_txt{display:block; overflow:hidden; line-height:40px; text-overflow:ellipsis; white-space: nowrap; font-size:14px; color:#ffffff; text-align:center; background: #0058aa;}
.case_ul li .cpzs_txt>span{float:right; width:72px; height:26px; line-height:26px; text-align:center; background:#3497f5; border-radius:13px; font-size:14px; color:#fff; text-transform:uppercase;}

.homecase{ background: url(../images/bookblue.jpg) no-repeat bottom center rgb(43, 65, 164); padding-bottom: 50px;}

.homeaboutus{ background: url(../images/bookabout.jpg) no-repeat bottom center rgb(43, 65, 164); padding-bottom: 30px;}

.marquee ul{ display: flex; flex-flow: row nowrap;}
.marquee ul li{ display: block; float: left; margin-right: 20px; width: 360px;}
.marquee .cpzs_txt{ text-align: center; color: #fff;}
.newsleft{ display:block; width:50%; float:left; box-sizing: border-box; padding-right: 50px;}
.newsright{display:block;width:50%; float:right}
.news_ul{ display:block; width:100%; box-sizing:border-box; }
.news_ul li{ display:block; width:100%; box-sizing:border-box; padding: 10px 0;}
.news_ul li span{ float:right;}
.news_ul li a{ color:#434343;}
.news_ul li a h1{ display: block; font-size: 16px; font-weight: bold; line-height: 18px; padding: 0;}
.news_ul li a span{ display: block; width: 100%; line-height: 25px;  font-size: 12px; color: #929292;}
.news_ul li p{ display: block; width: 100%; font-size: 12px; color: #666666; line-height: 18px; padding-top: 10px;}

.choose_ul{ display: flex; flex-flow: row nowrap; justify-content: space-between;}
.choose_ul li{ width: 263px; border: 1px solid #2b41a4; box-sizing: border-box; padding: 20px; text-align: center;}
.choose_ul li img{ display: inline-block; }
.choose_ul li h1{ text-align: center; line-height: 60px; font-size: 16px;}
.choose_ul li p{ text-align: center; padding-bottom: 10px; line-height: 25px;}
.cpzs_ul1{display:block; overflow:hidden; width:100%;}
.cpzs_ul1 li{width:32%; float:left; margin:0 1.333% 1.3333% 0;border:1px solid #e5e5e5; box-sizing: border-box;}
.cpzs_ul1 li:nth-child(3n){margin:0 0px 1.3333% 0;}
.cpzs_ul1 li .cpzs_B{width:100%; overflow:hidden; border:0px solid #e5e5e5; box-sizing: border-box; padding: 10px;}
.cpzs_ul1 li .cpzs_B .cpzs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover; position: relative; }
.cpzs_ul1 li .cpzs_B .cpzs_img span{ display: none; width: 100%; height: 100%; transition: all .3s ease; background:url(../images/imagehover.png) no-repeat center center rgba(43, 65, 164, 0.3) ; position: absolute; top:0; left: 0; background-size: 20%;}
.cpzs_ul1 li .cpzs_B .cpzs_img:hover span{ display: block;}
.cpzs_ul1 li .cpzs_B:hover .cpzs_img{ transform: scale(1.1);}
.cpzs_ul1 li .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:100%;}
.cpzs_ul1 li .cpzs_txt{display:block; overflow:hidden; line-height:40px; text-overflow:ellipsis; white-space: nowrap; font-size:14px; color:#000000; text-align:center;}
.cpzs_ul1 li .cpzs_txt>span{float:right; width:72px; height:26px; line-height:26px; text-align:center; background:#3497f5; border-radius:13px; font-size:14px; color:#fff; text-transform:uppercase;}
.cpzs_ul2{display:block; overflow:hidden; width:100%;}
.cpzs_ul2 li{width:32%; float:left; margin:0 1.333% 1.3333% 0;border:1px solid #e5e5e5; box-sizing: border-box;}
.cpzs_ul2 li:nth-child(3n){margin:0 0px 1.3333% 0;}
.cpzs_ul2 li .cpzs_B{width:100%; overflow:hidden; border:0px solid #e5e5e5; box-sizing: border-box; padding: 10px;}
.cpzs_ul2 li .cpzs_B .cpzs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover; position: relative; }
.cpzs_ul2 li .cpzs_B .cpzs_img span{ display: none; width: 100%; height: 100%; transition: all .3s ease; background:url(../images/imagehover.png) no-repeat center center rgba(43, 65, 164, 0.3) ; position: absolute; top:0; left: 0; background-size: 20%;}
.cpzs_ul2 li .cpzs_B .cpzs_img:hover span{ display: block;}
.cpzs_ul2 li .cpzs_B:hover .cpzs_img{ transform: scale(1.1);}
.cpzs_ul2 li .cpzs_B .cpzs_img::before{content:""; display:block; padding-top:100%;}
.cpzs_ul2 li .cpzs_txt{display:block; overflow:hidden; line-height:40px; text-overflow:ellipsis; white-space: nowrap; font-size:14px; color:#000000; text-align:center;}
.cpzs_ul2 li .cpzs_txt>span{float:right; width:72px; height:26px; line-height:26px; text-align:center; background:#3497f5; border-radius:13px; font-size:14px; color:#fff; text-transform:uppercase;}
.

.nav_ul{ display:inline-block; float:left; text-align:left; padding:10px 0 30px 0}
.nav_ul li{ display: inline-block;height:34px; text-align:center; background:#efefef; border-radius:5px; line-height:34px;margin: 5px;}
.nav_ul li a{ color:#434343;; font-size:14px;color: #777777;padding: 0 15px;}
.nav_ul li:hover{background:#0353a8;}
.nav_ul li:hover a{ color:#FFF;}
.box,.mfields{ display:block; margin:0 auto; width:100%;box-sizing:border-box; padding:10px;}

.mfields input,.mfields textarea{height: auto;min-height: 50px;line-height: 50px;  width:100%;border-color: #022a76;font-size: 14px;font-family: '微软雅黑';
    background-color: #fff;border: 1px solid #022a76;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px; outline:none;}

.mfields input:focus,.mfields textarea:focus{border-color: red;border: 1px solid red;}
	
.mfields .title{font-size: 14px;text-align:left;padding: 10px 0;line-height: 1.5;color: #5a5a5a;}

a.btnsubmit {
    background-color: #022a76;
    height: auto;
    min-height: 50px;
    line-height: 50px;
    width: 100%;
	display:block;
	text-align:center;
	color:#FFF;
	margin-top:30px;
}
 .btnsubmit:hover {background-color:red; color:#FFF;}
}

