@charset "utf-8";
html { }
html,body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { padding:0; margin:0; -webkit-tap-highlight-color:rgba(0,0,0,0);}
body { font-size:14px;background:#FFF; color:#666; font-family:"思源黑体","微软雅黑";}
ul,li { list-style: none; }
img { border:0; }
input:focus,textarea:focus{ outline:none; }
input,select{font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif}
.input_noline{ background-color:transparent;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
a {text-decoration: none;outline:none;color: #333333;}
a:hover {text-decoration: none;color: #CC0000;}

.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; transition:0.5s ease-in-out; text-transform:uppercase; }
.fl { float: left; }
.fr { float: right; }


/*header头部的CSS布局*/

.main_box{width:1180px;margin:0 auto;padding:0;}


.header{ height: 62px; padding: 15px 0;}

.header .logo{ width: 368px; float: left;}
.header .logo img{ max-width: 100%;}
.header .app_logo{ width:230px; height: auto; overflow: hidden; float: left; display: none;}
.header .app_logo img{ max-width: 100%; ma}

.header .nav1{ width: 720px; float: right; margin: 20px 0 0;}
.header .nav1 ul{ margin: 0; padding: 0;}
.header .nav1 ul li{ width: 80px; height: 45px; line-height: 45px; float: left; position: relative; margin: 0 10px;}
.header .nav1 ul li a{ color: #444444; font-size: 16px; display: block;}

.header .nav1 ul li a i{ position: absolute; width: 0; height: 3px; background: #ffb66f; top:-5px; left: 0; display: block; transition: 0.5s;}
.header .nav1 ul li:hover a i{ width: 60px;transition: 0.5s;}



.header .nav1 ul li:hover a{ color:#ffb66f;}

.header .nav1 ul li ul{position:absolute;z-index:99999;width:130px;top:60px;left:-18px;background-color:rgba(255,255,255,0.95);text-align:left;opacity:0;padding:5px 20px 20px; visibility:hidden;transition:0.3s; border-top: 4px solid #ffb66f;box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.header .nav1 ul li ul li{width:130px;height:auto;display:block;line-height:40px;float:none;margin:0;border-bottom:1px dashed rgba(0,0,0,0.15); background: none;}
.header .nav1 ul li ul li a{display:block; font-size:14px; color: #666; transition: 0.5s;}
.header .nav1 ul li:hover ul li a{ color: #666;}
.header .nav1 ul li:hover ul{opacity:1;visibility:visible;top:55px; transition: 0.5s;}
.header .nav1 ul li ul li a:hover{background-color:transparent;color: #ffb66f; transition: 0.5s;}

@media (max-width:720px){
	.main_box{width:96%;margin:0 auto;padding:0 2%;}
	
	
	.header{ height: auto; overflow: hidden; padding: 10px 0 6px;}
	.header .logo,.header .nav1{ display: none;}
	.header .app_logo{ display:block;}
	
	.header .morenav{ float:right; display:block; background:#ffb76f url(../images/app_nav_line.png) no-repeat center;width:30px; height:30px; margin-top: 10px; border-radius: 100%;}
	.header .navon{height:52px;}

	.mm-pagedim-black #mm-blocker { opacity: 0; }
	.mm-pagedim-black.mm-opening #mm-blocker { background: #000; opacity: .3; transition: opacity .4s ease .4s; }
	.mm-listview li span{width:6px;height:2px; background:#606060; margin-right:10px;display:block; margin:10px 18px 0 0;float:left;}
		
	
}

/*PC-Banner*/
.banner {width: 100%;height: 640px;overflow: hidden;position: relative;}
.banner .hd {height: 18px;overflow: hidden;position: absolute;right: 0;left: 0;width: 64px;margin: 0 auto;bottom: 30px;z-index: 1;}
.banner .hd ul {overflow: hidden;zoom: 1;float: left;}
.banner .hd ul li {float: left;margin: 0 6px;width: 9px;height: 9px;text-align: center;background: #FFF;cursor: pointer;border-radius: 100%;}
.banner .hd ul li.on {background: #ffb76f;}
.banner .bd {position: relative;height: 100%;z-index: 0;}
.banner .bd li {zoom: 1;vertical-align: middle;}
.banner .bd li a {}
.banner .bd li a .img {width: 100%;height: 700px;background-position: center top;background-repeat: no-repeat;}
.banner .bd li a .img img {max-width: 100%;}
.banner .prev, .banner .next {position: absolute;top: 46%;display: block;width: 60px;height: 60px;opacity: 0.6;transition: 0.5s;}
.banner .next {left: auto;right: 2%;background: url(../images/slider_arrow_rt.png)0 0 no-repeat;}
.banner .prev {left: 2%;right: auto;background: url(../images/slider_arrow_lt.png)0 0 no-repeat;}
.banner .prev:hover, .banner .next:hover {opacity: 1;}


/*APP-Banner*/
.app_banner_box {position: relative;margin: 0 auto;width: 100%;overflow: hidden;display: none;}
.app_banner_box .hd {position: absolute;bottom: 6px;width: 100%;height: 10px;}
.app_banner_box .hd ul {width: 100%;text-align: center;}
.app_banner_box .hd ul li {width: 4px;height: 4px;border-radius: 100%;margin: 0 4px;border: 1px solid rgba(255,255,255,0.8);display: inline-block;text-indent: 9999px; cursor: pointer;}
.app_banner_box .hd ul li.on {background: rgba(255,255,255,1);opacity: 1;border: 1px solid rgba(255,255,255,1);}
.app_banner_box .bd {position: relative;z-index: 0;}
.app_banner_box .bd li {position: relative;text-align: center;}
.app_banner_box .bd li img {vertical-align: top;width: 100%;}
.app_banner_box .bd li a {-webkit-tap-highlight-color: rgba(0,0,0,0);}

@media (max-width:720px){
	.banner{ display: none;}
	.app_banner_box{ display: block;}
}



.i_title{ height: auto; overflow: hidden; line-height: 40px; background: url(../images/t_bg.jpg) no-repeat center bottom; text-align: center;}
.i_title font{ display: block; color: #072b43; font-size: 36px; font-weight: 500;}

.i_more{ width: 176px; height: 50px; line-height: 50px; margin: 20px auto 0; border-radius: 30px; background: #4495d7 url(../images/i_more_li.png) 120px center no-repeat; transition: 0.5s;}
.i_more font{ padding-left: 40px; color: #FFF; font-size: 16px;transition: 0.5s;}
.i_more:hover font{ padding-left: 30px;transition: 0.5s; }
.i_more:hover{ background: #9caab4 url(../images/i_more_li.png) 125px center no-repeat; transition: 0.5s;}
.i_more a{ display: block;}




.case_box{ height: auto; overflow: hidden; margin: 60px 0;}

.case_b{  height: auto; overflow: hidden; margin:20px 0 0;}
.case_b ul{ margin: 0; padding: 0;}
.case_b ul li{ height: 200px; background: #f7f8f9; border-radius: 4px; overflow: hidden; margin: 20px 0;}
.case_b ul li a{ display: block; color: #777777;}
.case_b ul li a .c_img{ width: 370px; height: 200px; overflow: hidden;}
.case_b ul li a .c_img img{ max-width: 100%; transition: 0.5s;}
.case_b ul li a .c_font{ width: 720px; padding: 35px 0 35px 0;}
.case_b ul li a .c_font font{ display: block; color:#072b43; font-size: 18px; line-height: 34px;font-weight: 500;}
.case_b ul li a .c_font span{ display: block; line-height: 24px; padding: 10px 0;}
.case_b ul li a .c_font .date_more{ color: #999999; line-height: 30px; font-size: 12px; background-repeat: no-repeat; background-position: right top; transition: 0.3s;}
.case_b ul li:hover a .c_font .date_more{ background-position: right bottom; transition: 0.3s;}
.case_b ul li:hover a .c_font font{ text-decoration: underline;}
.case_b ul li:hover a .c_img img{ transform: scale(1.1); transition: 0.5s;}
.case_b ul li:hover{ box-shadow: 0 5px 20px rgba(255,255,255,0.5);}
.case_b ul li a .c_font_rt{ padding-right: 45px;}
.case_b ul li a .c_font_lt{ padding-left: 40px; padding-right: 45px;}

@media (max-width:720px){
    
	.fl,.fr{ float: none;}
	.i_title{ width: 106px; margin: 0 auto; line-height: 32px;}
	.i_title font{font-size: 24px;}

	.i_more{ width: 150px; height: 40px; line-height: 40px; margin: 5px auto 0; border-radius: 30px; background: #4495d7 url(../images/i_more_li.png) 106px center no-repeat; transition: 0.5s;}
	.i_more font{ padding-left: 32px; color: #FFF; font-size: 14px;transition: 0.5s;}
    .i_more:hover{ background: #4495d7 url(../images/i_more_li.png) 114px center no-repeat;}
	.i_more:hover font{ padding-left: 26px;}
	
	.case_box{ margin: 25px 0 30px;}
	.case_b{ margin:20px 0 0;}
	.case_b ul{ text-align: center;}
	.case_b ul li{ width: 46%; height: auto; margin: 0 1.5%; display: inline-block; background:none; text-align: left;}
	.case_b ul li a .c_img{ width: 100%; height: auto;}
	.case_b ul li a .c_font{ width: 100%; float: none; padding: 8px 0;}
	.case_b ul li a .c_font font{font-size: 16px; line-height: 28px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.case_b ul li a .c_font span{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 0;}
	.case_b ul li a .c_font .date_more{color: #999999; line-height: 20px; font-size: 12px; background-image:none!important;}	
	
}



.cooperation_box{ height: auto; overflow: hidden; padding: 60px 0; background: url(../images/cooperation_bg.jpg) no-repeat center top;}
.cooperation_box .coop_lt{ width: 568px; float: left;}
.cooperation_box .coop_rt{ width: 568px; float: right;}

.coop_pic,.client_pic{ overflow:hidden; position:relative;}
.coop_pic .hd,.client_pic .hd{ overflow:hidden; height: 40px;}
.coop_pic .hd .c_title,.client_pic .hd .c_title{ height: auto; overflow: hidden; line-height: 40px; background: url(../images/t_bg.jpg) no-repeat center bottom; text-align: center; width: 120px; float: left;}
.coop_pic .hd .c_title font,.client_pic .hd .c_title font{ display: block; color: #072b43; font-size: 30px; font-weight: 500;}

.coop_pic .hd .prev,.coop_pic .hd .next,.client_pic .hd .prev,.client_pic .hd .next{ display:block;  width:30px; height:30px; float:right; margin-left:2px; overflow:hidden; margin-top: 10px;cursor:pointer; background:url(../images/coop_arrow_lt.png) no-repeat;}
.coop_pic .hd .next,.client_pic .hd .next{ background:url(../images/coop_arrow_rt.png) no-repeat;}
.coop_pic .bd,.client_pic .bd{overflow:hidden; height: auto; margin-top: 30px; }
.coop_pic .bd ul,.client_pic .bd ul{ overflow:hidden; zoom:1; width:280px; float:left; _display:inline; }
.coop_pic .bd ul li,.client_pic .bd ul li{ margin:0 8px 10px 2px; float:left; _display:inline; overflow:hidden; text-align:center; }
.coop_pic .bd ul li .pic,.client_pic .bd ul li .pic{ width:280px; height:136px; overflow: hidden; filter: grayscale(100%);transition: 0.5s; border-radius: 4px; overflow: hidden;}
.coop_pic .bd ul li .pic img,.client_pic .bd ul li .pic img{ max-width: 100%; opacity: 0.7; transition: 0.5s;}
.coop_pic .bd ul li:hover .pic,.client_pic .bd ul li:hover .pic{ filter: grayscale(0);transition: 0.5s; }
.coop_pic .bd ul li:hover .pic img,.client_pic .bd ul li:hover .pic img{ opacity: 1;transition: 0.5s;}




.app_coop_pic,.app_client_pic {height: auto;overflow: hidden; display:none;}
.app_coop_pic .swiper-container,.app_client_pic .swiper-container {width: 96%;height: 100%;padding: 0 1% 30px; margin-top: 20px;}
.app_coop_pic .swiper-slide,.app_client_pic .swiper-slide {width: 32%;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;align-items: center;}
.app_coop_pic .swiper-slide img,.app_client_pic .swiper-slide img {max-width: 100%;transition: 0.5s;display: block;}
.app_coop_pic .swiper-container-horizontal>.swiper-pagination-bullets,.app_coop_pic .swiper-pagination-custom,.app_coop_pic .swiper-pagination-fraction,.app_client_pic .swiper-container-horizontal>.swiper-pagination-bullets,.app_client_pic .swiper-pagination-custom,.app_client_pic .swiper-pagination-fraction{bottom: 0;left: 0;width: 100%}
.app_coop_pic .swiper-pagination-bullet,.app_client_pic .swiper-pagination-bullet {width: 7px;height: 7px;display: inline-block;border-radius: 100%;background: #FFF;opacity: 1}
.app_coop_pic .swiper-pagination-bullet-active,.app_client_pic .swiper-pagination-bullet-active {background: #ffb76f;}
.app_coop_pic .swiper-slide .pic_img:hover img,.app_client_pic .swiper-slide .pic_img:hover img {opacity: 0.6;}



@media (max-width:720px){
	
	.cooperation_box{ padding: 20px 0;}
	.cooperation_box .coop_lt,.cooperation_box .coop_rt{ width: 100%; float: none;}
	.coop_pic,.client_pic{ display: none;}
	.app_coop_pic,.app_client_pic{ display: block;}
	.app_client_pic{ margin-top:20px; }
	
	
}


.news_box{ height: auto; overflow: hidden; margin: 60px 0;}

.news_box .n_lt{ width: 388px; height: 422px; overflow: hidden; float: left;; margin: 40px 0; border-radius: 4px;}
.news_box .n_lt a{ color: #FFF;}
.news_box .n_lt .n_lt_img{width: 388px; height: 422px; overflow: hidden;  position: relative; transition: 0.5s;}
.news_box .n_lt .n_lt_img img{ max-width: 100%; transition: 0.5s;}
.news_box .n_lt .n_lt_font{ position: absolute; left: 30px; right: 30px; bottom: 25px; font-size: 18px; line-height: 26px; z-index: 999;}
.news_box .n_lt .n_lt_font span{ display: block; line-height: 30px; font-size: 12px;}
.news_box .n_lt .n_lt_font{ margin-top: -10px;transition: 0.5s;}
.news_box .n_lt:hover .n_lt_font{ text-decoration: underline;}
.news_box .n_lt:hover .n_lt_img img{ transform: scale(1.1); transition: 0.5s;}


.news_box .n_rt{ width: 790px; height: 422px; overflow: hidden; float: right; margin: 40px 0;}

.news_box .n_rt ul{ margin: 0; padding: 0;}
.news_box .n_rt ul li{ width: 238px; height: 422px; background: #f0f1f3; float: left; margin-left: 20px;}
.news_box .n_rt ul li a{ color: #777777; display: block;}
.news_box .n_rt ul li a .n_rt_img{ width: 238px; height: 216px; overflow: hidden;}
.news_box .n_rt ul li a .n_rt_img img{ max-width: 100%; transition: 0.5s;}
.news_box .n_rt ul li a .n_rt_font{ padding: 20px 25px;}
.news_box .n_rt ul li a .n_rt_font font{ display: block; color: #072b43; font-size: 16px; line-height: 26px;}
.news_box .n_rt ul li a .n_rt_font span{ display: block; padding:8px 0 6px; line-height: 24px;}
.news_box .n_rt ul li a .n_rt_font i{ font-style: normal; color: #999; font-size: 12px; line-height: 26px;}
.news_box .n_rt ul li:hover  a .n_rt_img img{ transition: 0.5s; transform: scale(1.1);}
.news_box .n_rt ul li:hover a .n_rt_font font{ text-decoration: underline;}

.nextpage .pa{ float:left; width:70%;}
.nextpage .pa div{ padding-top:5px; padding-bottom:5px; font-size:14px}
.nextpage .back{ float:right; line-height:32px; padding-top:10px; text-align:right}
.nextpage .back a{ display:inline-block; padding-left:20px; padding-right:20px; background-color:#4495d7; color:#FFFFFF; margin-right:5px;}
.nextpage .back a:hover{ background-color:#ffb76f }

@media (max-width:720px){
.nextpage .back,.nextpage .pa{ float:left; width:100%;}
<!--.nextpage .back{ text-align:center  }-->
	.news_box{margin: 25px 0;}
	.news_box .n_lt{ display: none;}
	.news_box .n_rt{ width: 100%; height:auto; float: none; margin: 20px 0;}
	.news_box .n_rt ul{ margin: 0; padding: 0;}
	.news_box .n_rt ul li{ width: 30%; height:auto; background:none; margin: 0 1.6%;}
	.news_box .n_rt ul li a .n_rt_img{ width: 100%; height: auto;}
	.news_box .n_rt ul li a .n_rt_font{ padding: 10px 0 0;}
	.news_box .n_rt ul li a .n_rt_font font{font-size: 16px; line-height: 24px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.news_box .n_rt ul li a .n_rt_font span{ display: block; padding:0px; line-height:1.5; height:3em; overflow:hidden;}
	.news_box .n_rt ul li a .n_rt_font i{ font-style: normal; color: #999; font-size: 12px; line-height: 18px;}
	
}
.video_box{ height: 370px; overflow: hidden; margin: 40px auto 0; text-align: center;}


@media (max-width:720px){
	
	.video_box{ margin-top: 20px; height: auto;}
	.video_box img{ max-width: 100%;}
}

.contact_box{ height: auto; overflow: hidden; padding: 30px 0; background: #4495d7;}
.contact_box ul{ margin: 0; padding: 0;}
.contact_box ul li{ width: 350px; float: left; margin-right: 40px;}
.contact_box ul li a{ color: #FFF;}
.contact_box ul li a .c_icon{ width: 65px; height: 65px; float: left;}
.contact_box ul li a .c_font{ width:260px; float: right; line-height: 32px; font-size: 20px;}
.contact_box ul li a .c_font1{ font-size: 18px !important; line-height: 28px !important; padding: 6px 0 0;}
.contact_box ul li a .c_font font{ display: block; font-size: 12px; line-height: 18px; padding: 8px 0 0;}
.contact_box ul li:last-child{ margin-right: 0;}
.contact_box ul li:hover a .c_font1,.contact_box ul li:hover a .c_font{ text-decoration: underline;}

@media (max-width:720px){
	
	.contact_box{ display: none;}
/*	.contact_box ul li{ width: 33%; margin: 0 0.15%;text-align: center;}
	.contact_box ul li a .c_icon{  float: none; margin: 0 auto;}
	.contact_box ul li a .c_font{ width:100%; float: none; line-height:22px; font-size: 14px;}
	.contact_box ul li a .c_font1{ font-size: 14px !important; line-height: 22px !important; }*/
	
}

.footer{ height: auto; overflow: hidden; padding: 30px 0;}
.footer .f_lt{ width: 300px; float: left;}
.footer .f_lt .f_lt_logo{ height: 75px; margin: 15px 0 0;}
.footer .f_lt .f_lt_logo img{ max-width: 100%;}
.footer .f_lt .f_lt_font{ line-height: 24px; padding: 25px 0 5px;}
.footer .f_lt .f_lt_font a{ display: block; color: #999; display: block;}
.footer .f_lt .f_lt_font:hover a{ text-decoration: underline;}
.footer .f_nav{ width: 250px; float: left; margin-left: 60px;}
.footer .f_nav font{ display: block; font-size: 22px; color: #072b43; height: 40px; line-height: 40px;font-weight: 500;}
.footer .f_nav ul{ margin:10px 0 0; padding: 0;}
.footer .f_nav ul li{ line-height: 28px;}
.footer .f_nav ul li a{ color:#888888; font-size: 16px; transition: 0.5s;}
.footer .f_nav ul li:hover a{ transition: 0.5s; text-decoration: underline; }
.footer .f_ewm{ width: 250px; float: right; }
.footer .f_ewm font{ display: block; font-size: 22px; color: #072b43; height: 40px; line-height: 40px;font-weight: 500;}
.footer .f_ewm .ewm_img{ margin: 15px 0 0;}

@media (max-width:720px){
	
	.footer{ height: auto; overflow: hidden; padding: 15px 0; margin-bottom: 55px;}
	.footer .f_lt{ width: 100%; float: none;}
	.footer .f_lt .f_lt_logo{ display: none;}
	.footer .f_nav,.footer .f_ewm{ display: none;}
	.footer p{line-height: 24px; padding: 0; text-align: center;}
	.footer .f_lt .f_lt_font{ line-height: 24px; padding: 0; text-align: center;}
	
}



/*悬浮*/
.fixed{width:40px;height:auto;position:fixed;right:20px;bottom:60px;z-index:999; display: block;}
.fixed a{display:block; color:#888; margin-bottom:1px;}

.fixed .silder1{width:50px;height:50px; background-repeat: no-repeat; background-position: center; position:relative;}
.fixed .silder1 .silder1_box{width:auto;position:absolute;right:80px;top:0;opacity:0;transition:.6s;visibility: hidden; background: linear-gradient(#1e547e, #154467); padding: 0 10px; height: 50px; line-height: 50px; color:#fff; border-radius: 4px;}
.fixed .silder1:hover .silder1_box{right:52px;opacity:1;z-index:999;visibility:visible;}

.fixed .silder2{width:50px;height:50px;background:url(../images/slide_icon3.jpg) no-repeat;position:relative;}
.fixed .silder2 .silder2_box{position:absolute;right:100px;top:-10px;opacity:0;transition:.6s;visibility: hidden; box-shadow: 0 0 10px rgba(0,0,0,0.1); box-shadow:1px 1px 20px rgba(0,0,0,0.05); border:4px solid #FFF;}

.fixed .silder2 .silder2_box img{display:block;width:75px;}
.fixed .silder2:hover .silder2_box{right:60px;opacity:1;z-index:999;visibility:visible; }

.fixed .scroll{ width:50px; height:50px; cursor:pointer; transition: 0.5s;}
.fixed .scroll:hover{ opacity: 0.2;}




.app_botm{ overflow:hidden; background:#4495d7; position:fixed; bottom:0; left:0; right:0; height:58px; z-index:999999; display: none; box-shadow: 0 0 25px rgba(0,0,0,0.4);}
.app_botm ul{ margin:0; padding:8px 0 0; text-align:center;}
.app_botm ul li{ width:30%; display:inline-block;}
.app_botm ul li .pic{}
.app_botm ul li a{ color:#FFF;}
.app_botm ul li a font{ display: block; font-size: 12px;}


@media (max-width:720px){
	.fixed{ display: none;}	
	.app_botm{ display: block;}
	
}



.com_ban{ width: 100%; height: auto; overflow: hidden; padding: 70px 0; background-repeat: no-repeat; background-position: center top;}

.com_b_box{ height: auto; overflow: hidden; text-align: center;}
.com_b_box .com_n_title{ font-size: 36px; color: #FFF;}
.com_b_box .c_nav{ height: auto; overflow: hidden; margin-top: 20px;}
.com_b_box .c_nav ul{ margin: 0; padding: 0; text-align: center;}
.com_b_box .c_nav ul li{ display: inline-block; width: 136px; height: 40px; line-height: 40px; background: #ffb66f; margin: 0 3px; border-radius: 26px; transition: 0.5s;}
.com_b_box .c_nav ul li a{ color:rgba(255,255,255,1); font-size: 16px; display: block;}
.com_b_box .c_nav ul li:hover { background: #4495d7; transition: 0.5s;}


.com_b_box .c_link{ height: auto; overflow: hidden; margin-top: 20px;}
.com_b_box .c_link ul{ margin: 0; padding: 0; text-align: center;}
.com_b_box .c_link ul li{ display: inline-block; padding:0 2px; line-height: 24px;}
.com_b_box .c_link ul li a{ color:rgba(255,255,255,0.8);}
.com_b_box .c_link ul li a i{color:rgba(255,255,255,0.5); padding-left: 4px;}
.com_b_box .c_link ul li:hover a{color:rgba(255,255,255,1);}
.com_b_box .c_link ul li:last-child a{color:rgba(255,255,255,1); font-size: 16px;}


.common{ height: auto; overflow: hidden; margin:50px auto;}
.common .com_font{ line-height: 30px; padding-bottom: 10px;}
.common .com_font font,h1.h1{ display: block; line-height: 34px; font-size: 22px; color: #072b43; padding-bottom: 15px; text-align:center}
#cms1 *{ max-width:100%;}
#cms1 { padding-bottom: 10px;}
@media (max-width:720px){
	.com_ban{ height: auto; padding: 35px 0;}
	.com_b_box .com_n_title{ font-size: 24px; color: #FFF;}
	.com_b_box .c_nav{ margin-top: 10px;}
	.com_b_box .c_nav ul li{ display: inline-block; width: 100px; height: 34px; line-height: 34px; margin: 0 1px;}
	.com_b_box .c_nav ul li a{ font-size: 14px;}
	.com_b_box .c_link{ margin-top: 10px;}
	.com_b_box .c_link ul li{ line-height: 20px;}
	
	.common{margin: 30px auto 0; border-bottom: 1px solid #e5e5e5; padding-bottom: 25px;}
	.common .com_font{ line-height:28px; padding-bottom: 10px;}
	.common .com_font font{ line-height: 30px; font-size: 24px;  padding-bottom:10px; text-align: center;}
}




.com_news{height: auto; overflow: hidden;}

.com_news ul{ margin: 0; padding: 0;}
.com_news ul li{ width: 238px; height: auto; border: 1px solid #FFF; background: #f3f3f3; float: left; margin-right: 20px; padding: 20px 20px 5px; transition: 0.5s;}
.com_news ul li a{ color: #777; display: block;}
.com_news ul li a .n_img{ width: 238px; height: 216px; overflow: hidden;border-radius: 4px;}
.com_news ul li a .n_img img{ max-width: 100%; transition: 0.5s;}
.com_news ul li a .n_font{ padding: 20px 0;}
.com_news ul li a .n_font font{ display: block; color: #072b43; font-size: 16px; line-height: 26px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.com_news ul li a .n_font span{ display: block; padding:8px 0 6px; line-height: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.com_news ul li a .n_font i{ font-style: normal; color: #999; font-size: 12px; line-height: 26px;}
.com_news ul li:hover{ background: #FFF; border: 1px solid #e9e9e9; transition: 0.5s;}
.com_news ul li:hover a .n_img img{ transition: 0.5s; transform: scale(1.1);}
.com_news ul li:hover a .n_font font{ text-decoration: underline;}
.com_news ul li:nth-child(4){ margin-right: 0;}

.com_news_bottom{ height: auto; overflow: hidden; margin: 30px 0;}
.com_news_bottom ul{ margin: 0; padding: 0;}
.com_news_bottom ul li{ line-height: 32px; padding: 10px 0; border-bottom: 1px dashed #e9e9e9; float:left; width:100%; clear:both;}
.com_news_bottom ul li a{ color: #072b43; display: block; font-size: 16px; transition: 0.5s; }
.com_news_bottom ul li a i{ padding-right: 10px; color: #999; font-size: 12px; font-style: normal; float:left}
.com_news_bottom ul li a span{ float:left; width:70%; overflow:hidden;}

.com_news_bottom ul li a font{ float:right;transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; margin-right:5px;}
.com_news_bottom ul li a:hover font{ color:#4495d7; margin-right:0px;}

.com_news_bottom ul li:hover a{ color:#4495d7;padding-left:15px; transition: 0.5s; }


@media (max-width:720px){
	.com_news_bottom ul li a font{ display:none}

	.com_news{ margin-bottom: 10px;}
	.com_news ul{ margin: 0; padding: 0;}
	.com_news ul li{ width: 45%; height:auto; background:none; margin: 0 2.4% 15px; padding: 0; border:none;}
	.com_news ul li a .n_img{ width: 100%; height: auto;}
	.com_news ul li a .n_font{ padding: 10px 0 0;}
	.com_news ul li a .n_font font{font-size: 14px; line-height: 24px;}
	.com_news ul li a .n_font span{ padding:0;}
	.com_news ul li a .n_font i{ line-height: 18px;}
	
	
	.com_news_bottom{ margin:0; padding: 10px 0 0; border-top: 1px solid #e9e9e9;}
	.com_news_bottom ul li{ line-height: 24px; padding: 10px 0;}
	.com_news_bottom ul li a{font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.com_news_bottom ul li:last-child{ border-bottom: none;}
	
}


.com_coop{ height: auto; overflow: hidden;}
.com_coop ul{ margin: 0; padding: 0; text-align: center;}
.com_coop ul li{ width: 280px; height: 136px; display: inline-block; margin: 0 4px 12px; border: 1px solid #e9e9e9;border-radius: 4px;}}
.com_coop ul li a{}
.com_coop ul li a img{ max-width: 100%; opacity: 0.8; filter: grayscale(100%); transition: 0.5s;}
.com_coop ul li:hover a img{ filter: grayscale(0); opacity: 1; transition: 0.5s;}



@media (max-width:720px){
	.com_coop ul li{ width: 45%; height: auto; margin: 0 1.8% 10px;}	
}



.com_case{ height: auto; overflow: hidden;}

.com_case ul{ margin: 0; padding: 0;}
.com_case ul li{ height: 200px; background: #f7f8f9; border-radius: 4px; overflow: hidden; margin-bottom: 30px;}
.com_case ul li a{ display: block; color: #777777;}
.com_case ul li a .c_img{ width: 370px; height: 200px; overflow: hidden;}
.com_case ul li a .c_img img{ max-width: 100%; transition: 0.5s;}
.com_case ul li a .c_font{ width: 720px; padding: 15px 0 15px 0; line-height:1.5;}
.com_case ul li a .c_font font{ display: block; color:#072b43; font-size: 18px; font-weight: 500; padding-bottom:10px;}
.com_case ul li a .c_font span{ display: block;  max-height:3em; overflow:hidden;}
.com_case ul li a .c_font .date_more{ padding-top:10px; color: #999999; line-height: 30px; font-size: 12px; background-repeat: no-repeat; background-position: right top; transition: 0.3s;}
.com_case ul li:hover a .c_font .date_more{ background-position: right bottom; transition: 0.3s;}
.com_case ul li:hover a .c_font font{ text-decoration: underline;}
.com_case ul li:hover a .c_img img{ transform: scale(1.1); transition: 0.5s;}
.com_case ul li:hover{ box-shadow: 0 5px 20px rgba(255,255,255,0.5);}
.com_case ul li a .c_font_rt{ padding-right: 45px;}
.com_case ul li a .c_font_lt{ padding-left: 40px; padding-right: 45px;}
.com_case ul li .more{ line-height:28px;}
.com_case ul li .more i{
	background-color:#4495d7;
	color:#FFFFFF;
	text-align:center;
	display:inline-block;
	padding-left:15px;
	padding-right:15px;
	font-style: normal;
	text-transform: uppercase;
}
@media (max-width:720px){
    
	.fl,.fr{ float: none;}
	.com_case{}
	.com_case ul{ text-align: center;}
	.com_case ul li{ width: 46%; height: auto; margin: 0 1.5% 10px; display: inline-block; background:none; text-align: left;}
	.com_case ul li a .c_img{ width: 100%; height: auto;}
	.com_case ul li a .c_font{ width: 100%; float: none; padding: 8px 0;}
	.com_case ul li a .c_font font{font-size: 16px; line-height: 28px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.com_case ul li a .c_font span{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 0;}
	.com_case ul li a .c_font .date_more{color: #999999; line-height: 20px; font-size: 12px; background-image:none!important;}	
	
}



h1.h1{ text-align:center}
.info{ text-align:center; font-size:12px; color:#999999; line-height:3;}

.pagination{ clear:both; text-align:center; padding-top:15px; }
.pagination li{
	display:inline-block;
	border: 1px solid #dddddd;
	padding-left:10px;
	padding-right:10px;
	margin: 0px; overflow:hidden; border-radius:3px;
}
.pagination li,.pagination a{ line-height:32px;}

.pagination li:first-child+li{border: 1px solid #dddddd;/*border-radius:3px 0 0 3px;*/}
.pagination li:last-child,.pagination li:first-child{border: 1px solid #dddddd;border-radius:3px;}
/*.pagination li:nth-last-child(2){border-radius:0 3px 3px 0;}*/
.pagination li.disabled{}
.pagination li.active{ background-color:#072b43; color:#FFFFFF}

.pagination li a{ color:#333333; display:block;}


.nextpage{ padding-top:10px; padding-bottom:10px;}


.pagination li{ margin-left:5px; margin-right:5px;}

.pagination li:nth-last-child(2),.pagination li:first-child+li{border-radius:3px;}

@media (max-width:720px){
.pagination li{border-radius:0px;}
.pagination li:nth-last-child(2){border-radius:0 3px 3px 0;}
.pagination li:first-child+li{border-radius:3px 0 0 3px;}
.pagination li{ margin-left:0px; margin-right:0px;}
.pagination li+li{
	border-left-style: none;
}

}


