@charset "UTF-8";

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.page_top {
    height: 50px;
	background-color: #eeeeee;
}
.page_top_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #888888;
    font-size: 14px;
}
.page_top_main ul {
    height: 50px;
    display: flex;
    align-items: center;
}
.page_navs_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.page_navs_main .center {
    display: flex;
    justify-content: space-between;
    width: 90.33%;
    align-items: center;
    padding-left: 15px;
    border-left: 1px solid  #e5e5e5;
}
.page_navs_main .center h5 {
    font-size: 20px;
    color: #454545;
}
.page_navs_main .center ul {
    display: flex;
    justify-content: space-between;
}
.page_navs_main .center ul li {
    padding: 34px 5px;
    font-size: 15px;
    color: #4d4d4d;
}
.page_navs_main .center ul .items1 {
    position: relative;
    z-index: 999;
}
.page_navs_main .center ul .items1 .items3 {
    position: absolute;
    display:none;
    background-color: #fff;
}
.page_navs_main .center ul .items1:hover .items3 {
    display: block;
} 
.page_navs_main .center ul li:hover {
    color: #033989;
}
.page_navs_main .center ul .items1 .items3 p {
    padding: 5px 8px;
    width: 200px;
    color: #4d4d4d;
}
.page_navs_main .center ul .items1 .items3 p:hover {
    color: #033989;
}
.banner img {
    width: 100%;
}
.page_search_main {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page_search_main ul {
    display: flex;
}
.page_search_main ul li {
    padding: 0 3px;
    font-size: 14px;
    color: #666666;
}
.page_search_main ul li:nth-of-type(1) {
    font-size: 16px;
    color: #18377e;
}
.page_search_main .search {
    width: 256px;
	height: 34px;
	border: solid 1px #dcdcdc;
    border-radius: 17px;
}
.page_search_main .search input {
    margin-left: 15px;
    font-size: 14px;
    color: #999999;
    outline: none;
    height: 90%;
    width: 185px;
}
.page_product {
    padding: 50px 0 60px 0;
    background-color:  #f6f6f6;
    text-align: center;
}
.common_title h1 {
    font-size: 40px;
    color: #333333;
}
.common_title p {
    font-size: 16px;
    color: #acacac;
}
.common_title p::after {
    display: block;
    content: '';
    width: 70px;
	height: 3px;
	background-color: #245ba2;
    margin: 0 auto;
    margin-top: 15px;
}
.page_product_main ul {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.page_product_main ul li {
    background-color: #245ba2;
    border-top: 1px solid #245ba2;
    border-bottom: 1px solid #245ba2;
    height: 42px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 150px;
    line-height: 42px;
    color: #ffffff;
    margin: 0px 30px;
}
.page_product_main ul li::before {
    content: '';
    width: 29px;
    height: 29px;
    position: absolute;
    transform: rotate(45deg);
    background-color: #245ba2;
    border-bottom: 1px solid #245ba2;
    left: -15px;
    top: 5px;
}
.page_product_main ul li::after {
    content: '';
    right: -14px;
    top: 5px;
    width: 29px;
    height: 29px;
    position: absolute;
    transform: rotate(45deg);
    background-color: #245ba2;
    border-bottom: 1px solid #245ba2;
}
.page_product_main ol {
    margin-top: 50px;
    display: flex;
}
.page_product_main ol li {
    width: 284px;
    background-color: #fff;
    padding-bottom: 30px;
    border:  solid 1px #e5e5e5;
    margin: 1%;
}
.page_product_main ol li img {
    width: 100%;
}
.page_product_main ol li em,a {
   
}
.page_product_main ol li p {
    padding-left: 22px;
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin-top: 30px;
}
.page_product_main ol li a {
    margin-left: 22px;
    width: 126px;
	height: 36px;
	background-color: #f8f8f8;
	border: solid 1px #e5e5e5;
    margin-top: 45px;
    line-height: 36px;
    color: #666666;
}
.page_product_main ol li a:hover {
    color: #ffffff;
    background-color: #245ba2;

}
.page_product_main .move {
    margin-top: 50px;
}
.page_profile {
    background: url(../images/page_profile.jpg) no-repeat scroll top left / 100% auto;
    width: 100%;
    padding: 170px 0 100px 0;
}
.page_profile_main {
    display: flex;
    justify-content: space-between;
}
.page_profile_main .right {
    width: 580px;
}
.page_profile_main .left {
    width: 580px;
}
.page_profile_main .right h3 {
    font-size: 48px;
    color: #245ba2;
}
.page_profile_main .right h4 {
    font-size: 28px;
    color: #333333;
}
.page_profile_main .right h4::after {
    content: '';
    display: block;
    width: 70px;
	height: 3px;
    margin-top: 15px;
	background-color: #245ba2;
}
.page_profile_main .right p {
    font-size: 14px;
    line-height: 28px;
    color: #757575;
    margin-top: 15px;
}
.page_profile_main .right ul {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.page_profile_main .right ul li {
    padding-left: 30px;
    border-left: 1px solid #e5e5e5;
}
.page_profile_main .right ul li p {
    font-size: 56px;
    color: #245ba2;
    line-height: 38px;
    margin-top: 0;
}
.page_profile_main .right ul li p:nth-of-type(2) {
    font-size: 14px;
    color: #245ba2;
     margin-top: 13px;
}
.page_profile_main .right ul li p span {
    font-size: 14px;
    color: #245ba2;
}
.page_advantage {
    background: url(../images/advantage.jpg) no-repeat scroll top left / auto;
    width: 100%;
    padding: 24px 0;
    background-size: cover;
}
.common_title {
    text-align: center;
}
.page_advantage_main {
    margin-top: 120px;
}
.page_advantage_main ul {
    display: flex;
    justify-content: space-around;
}
.page_advantage_main ul li {
    width: 318px;
    padding:0 27px;
    background-color: #ffffff;
    text-align: center;
    padding-bottom: 64px;
    border-bottom: 4px solid #ffffff;
}
.page_advantage_main ul li:hover {
    border-bottom: 4px solid #245ba2;
}
.page_advantage_main ul li em {
    display: block;
    width: 182px;
	height: 182px;
	background-color: #ffffff;
    border-radius: 100%;
    text-align: center;
    margin: -91px 36px 0 36px;
    padding-top: 55px;
}
.page_advantage_main ul li:nth-of-type(2) {
    margin:0 33px;
}
.page_advantage_main ul li h2 {
    font-size: 22px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 0;
    margin-top: 30px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 25px;
}
.page_advantage_main ul li p {
    padding-top: 40px;
    font-size: 14px;
    line-height: 32px;
	letter-spacing: 0px;
	color: #666666;
}
.page_industry {
    margin-top: 50px;
    margin-bottom: 70px;
}
.page_industry_main {
    margin-top: 40px;
}
.page_industry_main ul {
    display: flex;
    flex-wrap: wrap;
}
.page_industry_main ul li {
    width: 400px;
    text-align: center;
    margin-bottom: 15px;
}
.page_industry_main ul li img {
    width: 100%;
}
.page_industry_main ul li img:hover {
    opacity: 0.5;
}
.page_industry_main ul li p {
    color: #ffffff;
    font-size: 16x;
    margin-top: -35px;
}
.page_qualification {
    background: url(../images/page_qualification_main.jpg) no-repeat scroll top left / auto;
    width: 100%;
    padding: 40px 0;
    background-size: cover;
}
.page_qualification_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page_qualification_main .tu {
    width: 780px;
}
.page_news {
    background-color: #f8f8f8;
    padding-top: 45px;
    /* padding-bottom: -85px; */
    height: 456px;
}
.page_news_main ul {
    margin-top: -300px;
    display: flex;
    justify-content: space-between;
}
.page_news_main ul li {
    width: 380px;
    border: 2px solid #ebebeb;
    height: 396px;
    background-color: #ffffff;
    overflow: hidden;
}
.page_news_main ul li a {
    display: block;
    overflow: hidden;
}
.page_news_main ul li a img {
    width: 100%;
}
.page_news_main ul li:hover img {
transform: scale(1.1);
transition: all 1.5s;  
}
.page_news_main ul li .time {
    position: relative;
    width: 75px;
	height: 74px;
	background-color: #245ba2;
    border-radius: 100%;
    margin: -37px 153px 0 153px;
    padding: 15px 9px;
    text-align: center;
}
.page_news_main ul li .time span {
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    display: block;
}
.page_news_main ul li .time span:nth-of-type(1) {
    border-bottom: 1px solid #7296c3;
}
.page_news_main ul li h2 {
    padding-left: 21px;
    font-size: 16px;
    color: #444444;
    line-height: 36px;
}
.page_news_main ul li p {
    font-size: 14px;
    line-height: 26px;
	letter-spacing: 0px;
	color: #898989;
    padding: 0 21px;
    margin-top: 20px;
}
.bottom {
    margin-top: 67px;
    background-color: #2f2f2f;
}
.bottom .link {
    background-color: #245ba2;
    padding: 13px;
}
.bottom .link ul {
    display: flex;
}
.bottom .link ul li {
    padding: 10px;
    font-size: 14px;
    color: #fff;
}
.bottom .link ul li:nth-of-type(1) {
    border-right: 1px solid #88a6cd;
    font-size: 16px;
    color: #ffffff;
}
.bottom_main {
    padding: 40px 0 55px 0;
    display: flex;
    justify-content: space-between;
}
.bottom_main ol li {
    display: flex;
    align-items: center;
}
.bottom_main ol li p {
   margin-left: 10px;
   font-size: 14px;
   color: #ffffff;
	opacity: 0.86;
}
.bottom_main ul li {
    font-size: 24px;
    color: #ffffff;
    width: 250px;
    justify-content: space-between;
    line-height: 26px;
}
.bottom_main ul li span {
    font-size: 14px;
    color: #ffffff;
	opacity: 0.78;
}
.bottom_main .code {
    text-align: center;
}
.bottom_main .code h1 {
    font-size: 24px;
    color: #ffffff;
}
.bottom_main .code img {
    width: 131px;
	height: 131px;
    margin-top: 30px;
}
.bottom_bottom {
    border-top: 1px solid #646464;
    text-align: center;
    padding:25px 0;
    color: #ffffff;
	opacity: 0.55;
}

/* 关于我们 */
.about_us {
    margin: 60px 0;
}
 .tabs {
    display: flex;
    justify-content: space-between;
}
 .tabs .left {
    width: 25.83%;
} 
 .tabs .left .phone {
    height: 90px;
    background-color: #245ba2;
    padding-top: 10px;
}
 .tabs .left .phone p {
    font-size: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;
}
 .tabs .left .phone p::before {
    content: '';
    width: 40px;
    height: 31px;
    background-image: url(../images/contact_phone.png);
    background-repeat: no-repeat;
}
 .tabs .left .phone h4 {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
 .tabs .right {
    width: 71.66%;
}
 .tabs .left a {
    display: block;
}
 .tabs .cont {
    overflow: hidden;
    display: none;
}
 .tabs .left h3 {
    height: 62px;
    background-color: #245ba2;
    text-align: center;
    line-height: 62px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}
.tabs .left nav {
    border: solid 1px #e5e5e5;
}
 .tabs .left nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    padding: 0 20px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    background-color: #f4f4f4;
}
 .tabs .left nav a:last-of-type {
    margin-bottom: 9px;
}
 .tabs .left nav a:hover {
    color: #ffffff;
    background-color:  #245ba2;
}
 .tabs .right .center .center_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}
 .tabs .right .center .center_top ul {
    display: flex;
}
 .tabs .right .center .center_top ul li {
    color: #888888;
    font-size: 14px;
}
 .tabs .right .center .center_top h2 {
    font-size: 24px;
    color: #245ba2;
}
 .tabs .right .center .center_top h2::after {
    content: '';
    width: 142px;
    height: 3px;
    display: block;
    margin-top: 7px;
	background-color: #245ba2;
}
 .tabs .right .center p {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
}
 .tabs .right .center .pric ul {
     display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
 .tabs .right .center .pric ul li {
    width: 32.33%;
    margin-top: 25px;
    margin-right: 1%;
}
 .tabs .right .center .pric ul li a {
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
}
 .tabs .right .center .pric ul li a p {
    font-size: 16px;
    color: #444444;
}
 .tabs .right .center .pric ul li:hover p {
    color: #245ba2;
}
.tabs .right .center .pric ul li a img {
    width: 100%;
}
/* 新闻 */
.news {
    margin-top: 60px;
}
.tabs .right .center .news_dynamic {
    margin-top: 23px;
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
}
.tabs .right .center .news_dynamic .news_dynamic_center {
    display: flex;
    background-color: #f8f8f8;
    align-items: center;
}
.tabs .right .center .news_dynamic .news_dynamic_center ul {
    margin-left: 48px;
    padding: 28px 0;
    padding-right: 40px;
}
.tabs .right .center .news_dynamic .news_dynamic_center ul li h3 {
    font-size: 18px;
    color: #444444;
}
.tabs .right .center .news_dynamic .news_dynamic_center ul li p {
    font-size: 15px;
    color: #737373;
    margin-top: 10px;
    line-height: 24px;
}
.tabs .right .center .news_dynamic .news_dynamic_center ul li a {
    display: block;
    font-size: 14px;
    color: #245ba2;
    margin-top: 20px;
}
/* 新闻详情 */
.news_details_mian_top {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999999;
}
.news_details_mian_top ul {
    display: flex;
}
.news_details_mian .news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 30px;
}
.news_details_mian .news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}
.news_details_mian .prv_all {
    width: 100%;
    overflow: hidden;
    border-top: 1px dashed #999;
    margin-top: 40px;
    margin-bottom: 40px;
}
.news_details_mian .prv_all .prv_next {
    width: 70%;
    overflow: hidden;
    float: left;
    line-height: 180%;
    margin-top: 10px;
}
.news_details_mian .prv_all .go_back {
    width: 30%;
    overflow: hidden;
    float: right;
    line-height: 180%;
    margin-top: 20px;
    text-align: right;
}
.news_details_mian_top {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
}

/*分页*/
.pagev{
	text-align:center;
	color:#666;
	clear:both;
}
.pagev span{
	line-height:24px;
	padding:0px 9px;
	display: inline-block;
}
.fonts{
	color:#fff;
	background-color:#625340;
	border:1px solid #625340;
}
.pagev span a{
	background-color:#fff;
	color:#666;
	border:1px solid #D9D9D9;
	line-height:24px;
	padding:0px 9px;
	display: inline-block;
	text-decoration:none;
	margin:1.5em 0;
}
.pagev span a:hover{
	color:#fff;
	background-color:#2d9aea;
	border:1px solid #2d9aea;
}

/*客户留言*/
.liuyanform{
	
}
.form-group{
	margin-bottom:20px;
}
.form-group label{
	float: left;
	width:10%;
	font-size:16px;
	color:#666;
	line-height:40px;
	text-align: right;
    margin-right:1%;
}
.form-group input{
	line-height:38px;
	border:1px solid #ccc;
	border-radius:5px;
	outline:none;
	width:70%;
	padding-left: 15px;
	font-family:"微软雅黑";
}
.form-group textarea{
	line-height:25px;
	border:1px solid #ccc;
	border-radius:5px;
	outline:none;
	resize:none;
	width:70%;
	padding-left: 15px;
	font-family:"微软雅黑";
}
.form-group1 input{
	display:block;
	width:200px;
	float:left;
	margin-left:90px;
	line-height:45px;
	background-color:#245BA2;
	color:#fff;
	font-size:16px;
	text-align:center;
	font-family:"微软雅黑";
}


.prv_all{ width:100%; overflow:hidden; border-top:1px dashed #999;margin-top:40px;}
.prv_next{ width:70%; overflow:hidden; float:left; line-height:180%; margin-top:10px;}
.go_back{ width:30%; overflow:hidden; float:right; line-height:180%;margin-top:20px; text-align:right;}